@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&display=swap");

:root {
  --primary-font: "Plus Jakarta Sans", sans-serif !important;
  --light-lightblack: #0b0b0b;

  --dark-text: #253858;
  --dark-light-text: #42526e;
  --dark-black: #161616;
  --light-text: #ffffff;
  --dark-blue: #1e325c;
  --light-blue: #3866e6;
  --gray: #7c98b3;
  --light-gray: #999999;
}

body {
  font-family: var(--primary-font);
}
body.is-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* Global CSS  */
.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 30px;
  border-radius: 30px;
}
.btn-gredient-primary {
  color: #fff;
  background: linear-gradient(
    301.02deg,
    #a0e0ff -12%,
    #71bdec 45.97%,
    #0663be 103.95%
  );
  border: none; /* Corrected from border-color: none; */
  transition: background 0.3s ease-in-out; /* Added transition effect */
}

.btn-gredient-primary:hover {
  color: #fff;
  background: linear-gradient(
    301.02deg,
    #a0e0ff -12%,
    #71bdec 45.97%,
    #0663be 103.95%
  );
}

.btn-gredient-secondry {
  color: #fff;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #36cff2 0deg,
    #37e2ce 144.37deg,
    #37efb6 221.2deg,
    #36cff2 360deg
  );
  border-color: none;
}
.btn-gredient-secondry:hover,
.btn-gredient-secondry:focus,
.btn-gredient-secondry:active {
  color: #fff;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #36cff2 0deg,
    #37e2ce 144.37deg,
    #37efb6 221.2deg,
    #36cff2 360deg
  );
  border-color: none;
}
.btn-primary {
  color: #fff;
  background: #001760;
  border-color: #001760;
}
.btn-outline-primary {
  color: #001760;
  background: transparent;
  border-color: #001760;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #fff;
}

.letter-spacing {
  letter-spacing: 1px;
}
/* Global CSS  */

/* Pricing CSS */
.price-swicher {
  display: flex;
  align-items: center;
  background: #d9d9d9;
  border-radius: 60px;
  padding: 5px;
  margin-top: 40px;
}
.price-save-budge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  gap: 12px;
  background: #37efb6;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #36cff2 0deg,
    #37e2ce 144.37deg,
    #37efb6 221.2deg,
    #36cff2 360deg
  );
  color: #fff;
  border-radius: 60px;
  font-size: 12px;
  position: absolute;
  top: -20px;
  right: 20px;
}
.price-swicher .btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgb(13 14 16 / 60%);
  border-radius: 60px;
  position: relative;
  border: 0;
  padding: 15px 24px;
}
.price-swicher .btn.btn-active {
  color: #0d0e10;
  background: #fff;
}

.section-pricing-plans {
  padding: 0 0 100px;
}

.pricing-plans-card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 35px 30px 190px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.plans-card-budge-best-plan {
  background: #f75cb5;
  position: absolute;
  top: -15px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.pricing-plans-card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
.pricing-plans-card-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(13, 14, 16, 0.8);
}

.pricing-plans-card-top {
}
.pricing-plans-card-bottom {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 35px;
  z-index: 1;
}

.pricing-plans-card-info {
  margin-bottom: 20px;
}
.pricing-plans-card-amount {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 5px;
}
.pricing-plans-card-bill-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(13, 14, 16, 0.5);
}
.pricing-plans-card-action {
}

.pricing-plans-card-key-features {
  padding: 35px;
}
.pricing-plans-card-key-features-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.pricing-plans-card-key-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-plans-card-key-features-list > li::before {
  content: "";
  background: url(./assets/images/check-icon.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
.pricing-plans-card-key-features-list > li {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(37, 34, 30, 0.7);
  padding: 6px 0;
  padding-left: 32px;
  position: relative;
}

/* Pricing CSS */

.default-section-banner {
  padding: 100px 0;
}
.default-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default-section-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #0d0e10;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.default-section-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  text-align: center;
  color: #0d0e10;
  margin-bottom: 16px;
}
.default-section-desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: rgba(13, 14, 16, 0.6);
  margin-bottom: 0;
}
.default-section-cta {
  margin-top: 44px;
}
.default-section-desc a {
  color: inherit;
}

@media (max-width: 767px) {
  .default-section-banner {
    padding: 60px 0;
  }
  .default-section-title {
    font-size: 30px;
    line-height: normal;
  }
  .default-section-desc {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Blog */
.section-blog {
}

.blog-post-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
}
.blog-post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.blog-post-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .blog-post-card {
    flex-direction: row;
  }
}
.blog-post-thumb {
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  height: 224px;
  background: #ccc;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-post-thumb {
    max-width: 100%;
  }
}
.blog-post-thumb img,
.blog-post-thumb video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.blog-post-content {
  padding: 10px 0;
}
.blog-post-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
.blog-post-title:hover {
  color: #f75cb5;
  text-decoration: underline;
}

.blog-post-title a {
  color: inherit;
  text-decoration: inherit;
}

.blog-post-meta {
  display: flex;
  align-items: center;
}
.blog-post-author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 6px;
}
.blog-post-date,
.blog-post-author {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: capitalize;
}
.blog-post-date {
  font-weight: 400;
  margin-left: 6px;
}

/* Blog */

/* Blog Single Page */
.blog-post-article {
  padding: 60px 0;
  max-width: 872px;
  margin: 0 auto;
}
.blog-post-article .btn.btn-back {
  padding: 8px 14px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  gap: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-post-article {
    padding: 80px 0;
    max-width: 872px;
    margin: 0 auto;
  }
}
.blog-post-article .entry-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #0d0e10;
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .blog-post-article .entry-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
  }
}
.blog-post-article .entry-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 40px;
}
.blog-post-article .entry-meta .author-info img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 6px;
}
.blog-post-article .entry-meta .author-name,
.blog-post-article .entry-meta .post-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: capitalize;
}
.blog-post-article .entry-meta .post-date {
  font-weight: 400;
}
.blog-post-article .post-thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-post-article .post-thumbnail {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.blog-post-article .post-thumbnail img {
  border-radius: 12px;
}
.blog-post-article .entry-content {
  font-size: 16px;
  line-height: 26px;
}
.blog-post-article .entry-content a {
  color: inherit;
}
.blog-post-article .entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-footer a {
  color: inherit;
}

.comments-area,
.navigation.post-navigation {
  display: none;
}
/* Blog Single Page */

/* Request Demo */
.section-demo {
  padding: 60px 0 80px;
}
/* Request Demo */

.section-terms-condition,
.section-privacy-policy {
  padding: 70px 30px;
}
.wp-richtext-header {
  margin-bottom: 70px;
}
.wp-richtext-header-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  text-align: center;
  color: #0d0e10;
}
.wp-richtext h2 {
  font-size: 27px;
  font-weight: 700;
}
.wp-richtext h3 {
  font-size: 18px;
  font-weight: 700;
}
.wp-richtext a {
  color: inherit;
}
.wp-richtext p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* Request a demo */
.demo-product-thumb {
  position: relative;
  background: linear-gradient(
    121.02deg,
    #a0e0ff -12%,
    #71bdec 45.97%,
    #0663be 103.95%
  );
  border-radius: 24px;
  padding: 10px;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .demo-product-thumb {
    padding: 30px;
  }
}
.demo-product-thumb > img {
  max-width: 100%;
  border-radius: 8px;
}

.demo-client-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  width: 100%;
  margin-top: 44px;
}

@media (min-width: 1200px) {
  .demo-client-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .demo-client-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .demo-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .demo-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.demo-client-grid .demo-client-grid-item {
  display: flex;
  justify-content: center;
  height: 32px;
  transition: opacity var(--shortDuration) ease-in-out;
}

.demo-form-card {
  padding: 35px;
  border-radius: 24px;
  background: #cdfbec;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .demo-form-card {
    padding: 20px;
  }
}

.demo-form form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0d0e10;
  margin-bottom: 8px;
}
.demo-form form label > span {
  color: #ea1414;
  margin-left: 2px;
}
.demo-form form p {
  margin-bottom: 0;
}
.demo-form form .wpcf7-form-control {
  min-height: 50px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  background-color: rgb(255 255 255 / 90%);
}
.demo-form form .wpcf7-not-valid-tip {
  color: #ea1414;
  font-size: 14px;
  margin-top: 5px;
}

.iti--allow-dropdown {
  width: 100%;
}
.demo-form form .wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background: linear-gradient(
    121.02deg,
    #a0e0ff -12%,
    #71bdec 45.97%,
    #0663be 103.95%
  );
  border: 0;
  border-radius: 50px;
}
.demo-form form .demo-form-success {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
.demo-form form .wpcf7-spinner {
  display: none;
}
.demo-form form .wpcf7-response-output {
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  font-size: 14px;
  padding: 0;
  /* background-color: #fff; */
  color: #ea1414;
  text-align: center;
}

.demo-form-card-agree-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
}
.demo-form-card-agree-text a {
  color: inherit;
}
/* Request a demo */

/* Contact Page  */
.section-contact-info {
  padding: 0 0 60px;
}
.element-widget-wrap {
  background: #111;
  background-size: cover;
  border-radius: 12px;
  padding: 30px 60px;
}

@media screen and (max-width: 767px) {
  .element-widget-wrap {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}

.Details-container-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .Details-container-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.Details-container {
  text-align: left;
}
.Details-container-title {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.Details-container:first-child {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .Details-container:first-child {
    width: 100%;
    text-align: center;
  }
}

.Details-container:last-child {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .Details-container:last-child {
    width: 100%;
  }
}

.Details-container h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.get-in-touch-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .Details-container {
    width: 100%;
    padding: 0;
  }
}

.grid_divider {
  border: 0.5px solid #f1f0ee;
}

@media screen and (max-width: 767px) {
  .grid_divider {
    width: 100%;
  }
}

.element-info-item {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.contact-link,
.contact-link:hover {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #25abe2;
  text-decoration: none;
}
.contact-link {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .element-info-item,
  .contact-link {
    font-size: 16px;
  }
}
/* Contact Page  */

/* downloads start */
/* ................download................ */
.download-banner-section {
  padding: 100px 0px;
  background: rgba(0, 23, 96, 0.2);
}
@media screen and (max-width: 992px) {
  .download-banner-section {
    padding: 80px 0;
  }
}
.default-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default-banner-sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #0d0e10;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.default-banner-title {
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
  text-align: center;
  color: #0d0e10;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .default-banner-title {
    font-size: 37px;
  }
}
.default-banner-container p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: rgba(13, 14, 16, 0.8);
}
@media screen and (max-width: 992px) {
  .default-banner-container p {
    font-size: 18px;
  }
}
.btn-default-banner-reed-more {
  margin: 34px auto 0 auto;
  display: block;
}
.mobile-app-section {
  padding: 154px 0;
}
@media screen and (max-width: 992px) {
  .mobile-app-section {
    padding: 60px 0;
  }
}
.mobile-app-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 992px) {
  .mobile-app-container {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-app-container {
    flex-wrap: wrap;
  }
}
.mobile-app-card {
  max-width: 419px;
  width: 100%;
}
.mobile-app-img {
  background: #ffffff;
  max-width: 100%;
  max-height: 380px;
  margin-bottom: 34px;
}
@media screen and (max-width: 992px) {
  .mobile-app-img {
    background: #ffffff;
  }
}
.mobile-app-img img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mobile-subtitile {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #141414;
}
.mobile-title {
  font-size: 32px;
  font-weight: 500;
  color: #141414;
  margin: 12px 0 24px;
}
.mobile-app-link {
  display: block;
}
.mobile-app-link img {
  max-width: 135px;
  border-radius: 5px;
}
.fingertips-list {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin: 13px 0 0 0;
}
@media screen and (max-width: 992px) {
  .fingertips-list {
    margin-top: 50px;
  }
}
.fingertips-item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}
.fingertips-item svg {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.fingertips-container .heading {
  max-width: 500px;
  font-size: 42px;
  font-weight: 700;
  color: #141414;
}
.fingertips-container .paragraph {
  font-size: 18px;
  font-weight: 500;
  margin-top: 22px;
  color: rgba(13, 14, 16, 0.8);
}
.fingertips-section {
  background: #f6f8f9;
  padding: 148px 0;
}
@media screen and (max-width: 992px) {
  .fingertips-section {
    padding: 60px 0;
  }
}

/* downloads end */

/* events start */
.events-section {
  padding: 50px 0px;
}

.toggle-container {
  width: 100%;
  max-width: 415px;
  margin: auto;
  background-color: #d9d9d9;
  border-radius: 60px;
  padding: 5px;
  margin-bottom: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .toggle-container {
    margin-bottom: 40px;
  }
}
.toggle-container .btn-toggle {
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(13 14 16 / 60%);
  border: 0px solid #d9d9d9;
  outline: none;
  box-shadow: none;
  padding: 15px 24px;
}
@media screen and (max-width: 992px) {
  .toggle-container .btn-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.toggle-container .btn-toggle.active {
  color: #0d0e10;
  background-color: #ffffff;
}

.events-card-container {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  gap: 60px;
  margin: auto;
  justify-content: center;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .events-card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 568px) {
  .events-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.events-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background: #fff;
  width: 100%;
  max-width: 412px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.empty-event-card .events-card-body {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-card-header {
  background-color: #666;
}
.events-card-header .events-card-img {
  max-width: 100%;
}
.events-card-body {
  padding: 20px 26px 26px 26px;
}
.events-card-title {
  font-weight: 700;
  font-size: 22px;
  color: #141414;
  line-height: 1.4;
  margin-bottom: 12px;
}
.events-card-title:hover {
  color: #f75cb5;
  text-decoration: underline;
}
.events-card-title a {
  color: inherit;
  text-decoration: inherit;
}
.events-card-sub-title {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.events-card-sub-title p {
  margin-bottom: 0;
}
.events-card-footer {
  padding: 0px 26px 26px 26px;
  margin-top: auto;
}
.events-card-read-more-btn {
  color: #141414;
  font-weight: 700;
  font-size: 18px;
  padding: 0px;
  outline: none;
  box-shadow: none;
}
.events-card-read-more-btn:hover {
  text-decoration: underline;
}
.events-card-read-more-btn svg {
  margin-right: 8px;
}

.image-aspect-ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.image-aspect-ratio::before {
  display: block;
  content: "";
}
.image-aspect-ratio-21by9::before {
  padding-top: 42.8571428571%;
}
.image-aspect-ratio-16by9::before {
  padding-top: 56.25%;
}
.image-aspect-ratio-3by2::before {
  padding-top: 66%;
}
.image-aspect-ratio-4by3::before {
  padding-top: 75%;
}
.image-aspect-ratio-1by1::before {
  padding-top: 100%;
}
.image-aspect-ratio img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
/* events end */

/* media-kit start */
@media screen and (max-width: 992px) {
  .featured-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .featured-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-block {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 16px;
}
@media screen and (max-width: 992px) {
  .grid-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}
.featured-box-img {
  position: relative;
  padding-top: 56.52%;
  margin-bottom: 20px;
}
.featured-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .featured-box-img.featured-box-img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .featured-box:first-child .featured-box-img {
    margin-left: 20px;
  }
  .featured-box:nth-child(2) .featured-box-img {
    margin-right: 20px;
  }
  .featured-box:last-child .featured-box-img {
    margin-left: 20px;
  }
}
.slack-brand-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(13, 14, 16, 0.6);
}
@media screen and (max-width: 992px) {
  .slack-brand-text {
    margin-top: 20px;
    text-align: center;
  }
}
.featured-box-para p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(13, 14, 16, 0.6);
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .featured-box-text {
    text-align: center;
  }
}
.featured-box-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-black);
}
.view-all-btn {
  color: #001760;
  position: relative;
  padding-right: 28px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.view-all-btn:hover {
  border-bottom: 1px solid #001760;
}

/* .view-all-btn::after {
  position: absolute;
  content: "";
  background: url("../img/right-arrow-black.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position-y: center;
  top: 2px;
  right: 0;
} */
.slack-brand-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-black);
  margin-bottom: 16px;
}

.slack-brand-img {
  width: 100%;
  object-fit: cover;
}

.slack-brand-container {
  padding: 16px 0 50px;
}

.section--disclaimer {
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .section--disclaimer {
    padding: 0 0 50px 0;
  }
}

.section--disclaimer_copy {
  padding: 30px;
  font-size: 18px;
  background: #f4f4f4;
  color: #141414;
  border-radius: 24px;
  margin-bottom: 0;
}
.section--disclaimer_copy a {
  color: inherit;
}
@media screen and (max-width: 992px) {
  .section--disclaimer_copy {
    text-align: center;
  }
}

.free-trial-container {
  background: #4a154b;
  border: none;
  clip-path: ellipse(75% 100% at center top);
  height: auto;
  min-height: 370px;
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  .free-trial-container {
    clip-path: ellipse(105% 100% at center top);
    padding-bottom: 6rem !important;
  }
}
.free-trial-container .section-title {
  color: #fff;
  margin-bottom: 20px;
}

.free-trial-container .btn {
  background: #fff;
  border-color: #fff;
  color: #4a154b;
}
.section--feature {
  padding: 60px 0;
}

/* media-kit end */

/* webinar start */
/* ...........webnar................... */
.default-webinar-section {
  background: url(./assets/images/webinar-background.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.default-webinar-section .default-section-title {
  color: #fff;
}
.default-webinar-section .default-section-desc {
  color: #fff;
}
.webinar-form-section {
  padding: 80px 0;
  background: #f6f8f9;
}
@media screen and (max-width: 767px) {
  .webinar-form-section {
    padding: 60px 0;
  }
}
.webinar-description {
  max-width: 1000px;
  margin: 0 auto;
}
.description-block {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .description-block {
    padding-top: 60px;
  }
}
.webinar-form-container {
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.2);
  border: none;
  padding: 50px 20px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.webnar-registration-form .checkboxBlock {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.webnar-registration-form .checkboxBlock label {
  font-size: 14px;
  font-weight: 500;
  color: #141414;
}
.webnar-registration-form .checkboxBlock label span {
  font-weight: 600;
}
.webnar-registration-form .form-label {
  color: #141414;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.webnar-registration-form p {
  margin: 0;
}
.webinar-form {
  max-width: 700px;
  margin: 0 auto;
}
.webinar-submit-btn {
  max-width: 250px;
  margin: 0 auto;
}

.webinar-main-container {
  display: flex;
}
@media screen and (max-width: 992px) {
  .webinar-main-container {
    flex-wrap: wrap;
  }
}
.webnar-registration-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #ea1414;
  margin-top: 5px;
}

.webinar-list {
  width: 50%;
  background: #fff;
  min-height: 100vh;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  .webinar-list {
    padding: 40px 0;
  }
}

@media screen and (max-width: 992px) {
  .webinar-list {
    width: 100%;
    min-height: 50vh;
    padding: 30px 0;
  }
}

.webinar-list:first-child {
  background: url(./assets/images/webinar-background.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .webinar-list:first-child {
    text-align: center;
  }
}
.webinar-main-content {
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
}
.webinar-main-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .webinar-main-content h1 {
    font-size: 28px;
    line-height: 50px;
  }
}
.webinar-main-content .btn {
  font-size: 16px;
  color: #000;
}
.Date-duration {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.Date-duration span {
  font-weight: 600;
}
.webinar-date {
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
}
.webinar-status {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .webinar-status {
    font-size: 21px;
    font-weight: 400;
  }
}

.Unlocking-Innovation-img {
  width: 100%;
  margin-top: 30px;
}
.Unlocking-Innovation-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.webnar-registration-form .form-control {
  min-height: 50px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  background-color: rgb(255 255 255 / 90%);
}

.intl-tel-input {
  width: 100%;
}

.webnar-registration-form .checkboxBlock input {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.webnar-registration-form .checkboxBlock .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.webnar-registration-form .checkboxBlock span {
  padding-left: 0 !important;
}
.webnar-registration-form .btn {
  width: 100%;
}

.optional {
  font-size: 12px;
  font-style: italic;
  color: #9fa6ad;
  display: inline-block;
}
.webnar-registration-form .checkboxBlock input[type="checkbox"] {
  accent-color: rgb(137 137 137);
}

.demio-countdown {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .demio-countdown {
    justify-content: center;
  }
}
.demio-countdown .unit {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}
.register-now-block {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 40px;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .register-now-block {
    padding: 15px;
  }
}
.webinar-coming-soon-tag {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  text-align: center;
  margin: 44px 0 0 0;
  color: #fff;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #36cff2 0deg,
    #37e2ce 144.37deg,
    #37efb6 221.2deg,
    #36cff2 360deg
  );
  border-color: none;
}
@media screen and (max-width: 992px) {
  .webinar-coming-soon-tag {
    margin: 15px auto;
  }
}

.webinar-content-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #141414;
}
.webinar-content-text {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 27px;
  color: rgba(20, 20, 20, 0.8);
}
.webinar-content {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .webinar-content {
    text-align: left;
  }
}
.webinar-content:last-child {
  margin-bottom: 0;
}
.webinar-content ul li {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 27px;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.8);
}
.register-now {
  padding: 26px;
  background: #001760;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .register-now {
    padding: 25px 15px;
  }
}
.register-now-heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.register-now-para {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 10px auto 20px;
  max-width: 400px;
}
.footer-webinar-content .webinar-text p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.8);
  margin-top: 10px;
}
.footer-webinar-content .webinar-text p a {
  color: rgba(20, 20, 20, 0.8);
}
.footer-webinar-content .webinar-text h2 {
  margin-bottom: 0;
}
.footer-webinar-content {
  text-align: center;
}
.footer-webinar-content .webinar-text {
  margin-bottom: 30px;
}
.footer-webinar-content .webinar-text:last-child {
  margin-bottom: 0;
}
.wpcf7-spinner {
  display: none;
}

.demio-embed-noti a {
  color: inherit;
  text-decoration: underline;
}
.demio-embed-noti {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 15px 0 0 0;
  color: #141414;
  text-align: center;
}
.webinar-form-coantainer .wpcf7-response-output {
  max-width: 500px;
  width: 100%;
  margin: 16px auto !important;
}
.wpcf7-response-output {
  color: #dc3232;
  font-size: 15px;
  font-weight: normal;
  display: block;
  border-color: #f1aeb5 !important;
  padding: 7px 16px !important;
  color: #58151c;
  background: #f8d7da;
  margin: 16px 0 !important;
  border-radius: 6px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450;
  background-color: #ffffff;
}

/* webinar end */

/* Database  start */
.product-step-list,
.product-container-order-list {
  padding-left: 21px;
  margin: 0;
}
.product-container-title-two {
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .product-container-title-two {
    font-size: 27px;
  }
}
.drawdb-box {
  border-radius: 8px;
  border: 1px solid #f75cb5;
  padding: 18px 20px 25px;
  text-align: center;
  height: 100%;
}
.drawdb-title {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
  margin: 18px 0;
}
.product-container-five-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 32px;
}
.drawdb-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(20, 20, 20, 0.8);
}
.product-container-single {
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .product-container-single {
    padding: 20px;
  }
}
.product-container-single-two {
  padding: 33px 50px;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .product-container-single-two {
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .product-container {
    grid-template-columns: auto;
    padding: 30px 20px;
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .product-tabs-container {
    padding: 40px 20px;
  }
}
.product-container-five {
  background: #fceaf2;
}

.steps-container {
  margin: 72px 0;
}
@media screen and (max-width: 992px) {
  .steps-container {
    margin: 50px 0;
  }
}
.semi-steps-basic {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .semi-steps-basic {
    flex-flow: column;
    gap: 10px;
  }
}
.semi-steps-basic .semi-steps-item {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  flex: 1;
  max-width: 350px;
}
.semi-steps-basic .semi-steps-item {
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .semi-steps-basic .semi-steps-item {
    padding-left: 0;
  }
}
.semi-steps-item:first-child {
  padding-left: 0;
}
.semi-steps-item .semi-steps-item-container {
  display: flex;
  align-items: flex-start;
}
.semi-steps-item-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.semi-steps-item-left .semi-steps-item-icon {
  display: flex;
  height: 24px;
  align-items: center;
}
.semi-steps-item-left .semi-steps-item-icon {
  color: #0064fa;
}
.semi-steps-item-icon svg {
  width: 24px;
  height: 24px;
}
.semi-steps-item .semi-steps-item-content {
  flex: 1;
}
.semi-steps-item .semi-steps-item-title {
  max-width: 80%;
}
.semi-steps-item .semi-steps-item-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #141414;
  vertical-align: top;
  padding-right: 16px;
  padding-bottom: 4px;
}
.semi-steps-item-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.semi-steps-item-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: var(--semi-color-fill-2);
}
.semi-steps-item-title:after {
  background: #0064fa;
}
.semi-steps-item:last-child .semi-steps-item-title:after {
  display: none;
}
@media screen and (max-width: 992px) {
  .semi-steps-item-title:after {
    display: none;
  }
}
.semi-steps-item-description {
  font-size: 12px;
  line-height: 16px;
  color: #1c1f239e;
  width: 100%;
  max-width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Database end */
.img-shadow {
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.15));
}

/* Event Details */
.event-details-section {
  padding: 60px 0;
}
.event-detail-wrapper {
  max-width: 756px;
  margin: 0 auto;
}
.event-detail-header {
  margin-bottom: 20px;
}
.event-detail-header .btn-back {
  padding: 8px 14px;
  background-color: #f4f4f4;
  transition: background-color 0.2s ease, gap 0.2s ease;
  gap: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-details-section .event-detail-poster {
  position: relative;
  padding-top: 56.52%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.event-details-section .event-detail-poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-details-section .event-detail-heading .event-detail-heading-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  text-align: left;
  color: #0d0e10;
}
.event-details-section .event-detail-richtext h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  color: #000;
}
.event-details-section .event-detail-richtext h2 {
  font-size: 2em;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}
.event-details-section .event-detail-richtext p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.event-detail-date-with-location {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 20px 0;
}
.event-detail-date-time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-details-section .event-detail-location,
.event-details-section .event-detail-date,
.event-details-section .event-detail-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.event-details-section .event-detail-location svg,
.event-details-section .event-detail-date svg,
.event-details-section .event-detail-time svg {
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
}

.event-slider-section {
  padding: 60px 0;
  border-top: 1px solid #e6e6e6;
}
.event-slider-section .default-section-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.event-slider-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.event-slider-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #0d0e10;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.event-slider-title {
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  color: #0d0e10;
  margin-bottom: 16px;
}
.event-slider-desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: rgba(13, 14, 16, 0.6);
  margin-bottom: 0;
}

.event-slider {
  margin-top: 44px;
}
.event-slider-item {
  padding: 0 20px;
}
.event-slider-card {
  background: #ccc;
  position: relative;
  padding-top: 56.52%;
  overflow: hidden;
  border-radius: 12px;
}
.event-slider-card > img,
.event-slider-card > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Event Details */
@media screen and (max-width: 992px) {
  .subscribe-section {
    padding: 30px 0;
  }
}
.theme-provider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.theme-provider-card {
  display: flex;
}
.people-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  margin: 5px;
  width: 275px;
  background: #fff;
}
.theme-provider-img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}
.theme-provider-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.people-style-title {
  font-size: 22px;
  font-weight: 500;
  color: #141414;
  margin: 25px 0 10px;
}
.people-style-text {
  font-size: 14px;
  font-weight: 500;
  color: #141414;
  margin-bottom: 10px;
  line-height: normal;
}

.speakers-section {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .speakers-section {
    padding: 60px 0 0 0;
  }
}
.speakers-section .event-slider-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .speakers-section .event-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.subscribe-section {
  padding: 50px 0px;
  /* margin-bottom: 100px; */
}
.subscribe-container {
  background: radial-gradient(
      138% 2376.3% at 3.75% 80%,
      rgba(213, 95, 254, 0.2) 0%,
      rgba(54, 207, 242, 0.2) 53.65%,
      rgba(55, 239, 182, 0.2) 100%
    ),
    #ffffff;
  border-radius: 24px;
  text-align: center;
  padding: 139px 20px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-container {
    padding: 60px 20px;
  }
}
.subscribe-container-title {
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  color: #000;
  background: linear-gradient(119deg, #f75cb5 20%, #001760 55.5%, #36cff2 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 34px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-container-title {
    font-size: 26px;
  }
}
.subscribe-container .btn {
  min-width: 215px;
}
.subscribe-title-width {
  max-width: 800px;
  margin: 0 auto 30px;
}

.Comming-soon-tag {
  font-size: 10px;
  background: #37efb6;
  color: #000;
  border-radius: 30px;
  padding: 2px 7px;
  line-height: normal;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 5px;
  vertical-align: middle;
  position: absolute;
}
.switch-to-onetab-section {
  padding: 60px 0;
  background: url("https://www.onetab.ai/wp-content/uploads/2024/07/switch-to-onetab-bg.png") no-repeat;
  background-size: contain;

}
.switch-to-onetab-titile {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #0d0e10;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .switch-to-onetab-titile {
    font-size: 27px;
    line-height: 37px;
    text-align: center;
  }
}
.switch-to-onetab-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: rgba(13, 14, 16, 0.6);
  margin-bottom: 21px;

}
@media screen and (max-width:767px) {
  .switch-to-onetab-desc{
    font-size: 17px;
    line-height: 23px;
    text-align: center;
  }
}
.switch-to-onetab-desc-block {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .switch-to-onetab-desc-block {
    margin-bottom: 50px;
  }
}
.form-bg {
  background-color: #F3F7F9;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #181E220F;
}
@media screen and (max-width:767px) {
  .form-bg{
    padding: 20px;
  }
}
.switch-to-onetab-left {
  position: relative;
  height: 100%;
}
.switch-to-onetab-graphic {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:1260px) {
  .switch-to-onetab-graphic {
   display: none;
  }
}
.switch-to-onetab-graphic  img {
  max-width: 380px;
  opacity: 0.8;
}
.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 95px 0;
}
.error-404 .small-title {
  color: #e21f32;
  font-weight: 500;
}
.error-404 .heading {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0;
  color: #161616;
}
.error-404 .subtitle {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.error-404 .subtitle  p {
  font-size: 16px;
  line-height: normal;
  color: #a7a7a7;
  font-weight: 500;
}
.error-btn .btn {
  background: linear-gradient(121.02deg, #A0E0FF -12%, #71BDEC 45.97%, #0663BE 103.95%);
  font-size: 14px;
}
.error-img img {
  max-width: 100%;
  width: 190px;
  height: 190px;
}

/* ......delete account.... */
.delete-account-wrapper{
  font-family: 'DM Sans', sans-serif;
}
.delete-account-container{
  padding: 20px;
}
.delete-account-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}

.delete-account-items,.delete-account-header{
  width: 100%;
  max-width: 350px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .delete-account-items,.delete-account-header {
    max-width: 100%;
  }
}
.delete-account-header{
  margin: auto;
  margin-bottom: 50px;
}
.delete-account-header .title{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.delete-account-items .sub-title{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.delete-stape-img{
  max-width: 100%;
}
.contact-form form .wpcf7-not-valid-tip {
  color: #EA1414;
  font-size: 14px;
  margin-top: 5px;
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form form .wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background: linear-gradient(121.02deg, #A0E0FF -12%, #71BDEC 45.97%, #0663BE 103.95%);
  border: 0;
  border-radius: 50px;
  min-width: 240px;
}
@media screen and (max-width:767px) {
  .read-more-block {
    padding: 0 20px;
  }
}

.contact-faq-section .faq-component-right {
  display: none;
}
.contact-faq-section .faq-component {
  grid-template-columns: 100%;
}
.contact-faq-section .faq-heading-container {
  text-align: center;
}
.author-img{ 
  max-width: 198px;
  height: 202px;
  width:100%;
  margin-bottom: 30px;
  border-radius: 13px;
}
.author-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  object-fit: cover;
}
.default-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
    color: #0D0E10;
}
.default-title {
    font-weight: 700;
    font-size: 50px;
    line-height: normal;
    text-align: center;
    color: #0d0e10;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .default-title {
        font-size: 30px;
        line-height: normal;
    }
}
.author-social-url {
    padding: 21px 0;
}
.author-social-url .social__icon {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    padding: 0;

}
.author-social-url .social__icon li {
    display: block;
    padding: 17px;
}
.author-social-url .social__icon li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-post-heading {
    font-weight: 700;
    font-size: 42px;
    line-height: normal;
    text-align: center;
    color: #0d0e10;
    margin-bottom: 60px;
}
.author-back-arrow {
    padding: 50px 0 0 0;
}
.back-arrow-link {
    background: #F4F4F4;
    padding: 5px 13px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #0D0E10;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.back-arrow-link img {
    max-width: 20px;
    margin-right: 5px;
}