/*
Theme Name: Affliate
Theme URI: http://thezoomit.com
Version: 1.0.0
*/

* {
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #101828;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: bold !important;
  margin-top: 0;
  color: #101828;
}
a {
  color: #111;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
strong {
  color: #101828;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.padding80 {
  padding: 80px 0;
}
.padding100 {
  padding: 100px 0;
}
.padding120 {
  padding: 120px 0;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
.fix {
  display: block;
  overflow: hidden;
}
.btn {
  border-radius: 8px;
  font-size: 15px;
}
.btn-theme {
  width: fit-content;
  border: 1px solid #1a56db;
  background: #1a56db;
  color: #fff;
  padding: 14px 10px;
}
.btn-theme:hover {
  background: #124acc;
  color: #fff;
}

.btn-theme-outline {
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #18181b;
  font-weight: 600;
  padding: 14px 16px;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.btn-theme-outline:hover {
  border: 1px solid #1a56db;
  background: #fff;
  color: #1a56db;
}
.btn.btn-theme-white {
  border: 1px solid #fff;
  background: #fff;
  color: #101828;
  padding: 14px 16px;
  width: 193px;
}
.btn.btn-theme-white:hover {
  border: 1px solid #101828;
  background: #101828;
  color: #fff;
}

/*===Homepage===*/
.header-area.homepage {
  color: #101828;
  background: linear-gradient(180deg, rgba(248, 240, 229, 0) 0%, #f8f0e5 100%);
  overflow: hidden;
}

.header-area > nav {
  padding: 20px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#btn-primary {
  border: 1px solid #d0d5dd;
  padding: 10px 16px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px;
  background-color: transparent;
}
#btn-primary:hover {
  background: #fff;
  color: #0e2e73;
}
.join-email {
  width: 340px;
  height: 52px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #98a2b3;
  opacity: 1;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.hero-joinwaitlist-form {
  display: flex;
  justify-content: center;
}
/* Focus styles */
.waitlist-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.waitlist-form .join-email:focus {
  border-color: #1a56db;
  box-shadow: 0 0 0 3px #fbf5dd;
  outline: none;
}
.waitlist-form-btn {
  border: none;
  background-color: #1a56db;
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
  transition: 0.3s;
}
.waitlist-form-btn:hover {
  border: none;
  background-color: #1546b1;
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
  transition: 0.3s;
}
.popup {
  max-width: 400px;
  background: #fff;
  position: fixed;
  z-index: 999px;
  top: 0;
  left: 50%;
  color: #333;
  text-align: center;
  transform: translate(-50%, -50%) scale(0.1);
  border-radius: 8px;
  padding: 0 30px 30px;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.open-popup {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}
.popup img {
  max-width: 150px;
  margin-top: -50px;
}
.popup h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0px 10px;
}
.popup button {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0px;
  background: #6fd649;
  color: #ffffff;
  border: 0;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px;
}

.navigation-area {
  padding-top: 20px;
  height: 90px;
}
.laptop-navbar-container {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.laptop-navbar-container .logo {
  width: 176.6px;
  height: 36px;
}

.mainmenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.mainmenu ul li a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
/* .header-cta {
  margin-top: 7px;
} */
.header-cta ul {
  display: flex;
  align-items: center;
}
.header-cta ul li {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.header-cta ul li:first-child {
  line-height: 35px;
  margin-right: 9px;
}
.header-cta a {
  font-size: 14px;
}
.homepage .header-cta a {
  color: #101828;
}
.header-cta a.btn {
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  background: #1a56db;
}
.header-cta a.btn:hover {
  background: #fff;
  color: #1a56db;
  border: 1px solid #1a56db;
}
.logo {
  margin-top: 12px;
}
.logo img {
  width: 150px;
}
.hero-ticker {
  display: flex;
  justify-content: center;
}
.hero-ticker > p {
  background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
  padding: 4px 14px;
  width: fit-content;
  border-radius: 50px;
  opacity: 0px;
  color: #da7c0e;
  border: 1px solid #da7c0e;
  box-shadow: 0px 1px 4px 0px #0f172a14;
  margin: 20px 0;
}

.hero-content .title {
  font-size: 47px;
  font-weight: 800 !important;
  line-height: 55px;
  letter-spacing: -1px;
  text-align: center;
  /* color: #fff; */
  color: #101828;
}
.hero-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

.hero-permalink ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.no-card {
  position: relative;
}
.no-card::before {
  position: absolute;
  content: " ";
  margin-left: -45px;
  top: -3px;
  background: url(assets/images/hand-drawn-icon1.png);
  z-index: 999;
  width: 35px;
  height: 20px;
}

.hero-sortinfo-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-sortinfo-container .hero-sortinfo {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #d5d4d4;
}
.hero-sortinfo-container .hero-sortinfo img {
  width: 20px;
  height: 20px;
}
.hero-sortinfo-container .hero-sortinfo div h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.hero-sortinfo-container .hero-sortinfo div p {
  font-family: Inter;
  font-size: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.hero-thumbnail img {
  width: 1076px;
  height: auto;
}
.breadcrumb-area {
  color: #101828;
  background: linear-gradient(180deg, rgba(248, 240, 229, 0) 0%, #f8f0e5 100%);
}

.cc-title h4 {
  color: #475467;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
}
.company-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.company-logo img {
  max-width: 150px;
  height: auto;
}

.spf-box {
  padding: 40px;
  padding-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.spf-box-small {
  padding-top: 40px;
  padding-left: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.spf-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 10px #cbd6d9;
}
.spf-box-small img {
  max-width: 100%;
  border-top-left-radius: 10px;
  box-shadow: 0px 0px 10px #cbd6d9;
}
.spf-box h3,
.spf-box-small h3 {
  font-size: 20px;
}
.spf-box p,
.spf-box-small p {
  font-size: 14px;
  color: #475467;
  margin-bottom: 20px;
}
.bg1 {
  background: #eff6ff;
}
.bg2 {
  background: #fdf2f8;
}
.bg3 {
  background: #eef2fe;
}
.bg4 {
  background: #f0fdf4;
}
.bg5 {
  background: #f5f3ff;
}
.page-header h2 {
  font-size: 45px;
  line-height: 60px;
}
.page-header p {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.benefits-tab button.nav-link {
  border: 1px solid #d0d5dd;
  padding: 12px 16px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #475467;
  stroke: #475467;
  background: #fff;
}
.benefits-tab button.nav-link.active {
  background: #1a56db;
  color: #fff;
  stroke: #fff;
  border-color: #1a56db;
}

.benefits-tab ul.nav li {
  margin-right: 20px;
}
.benefits-tab ul.nav li:last-child {
  margin-right: 0px;
}
.benefits-tab ul.nav {
  display: flex;
  justify-content: center;
}
.benefits-tab ul.nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.benefits-thumb {
  padding-right: 40px;
}
.benefits-thumb img {
  max-width: 100%;
  height: auto;
}
.benefit-content .b-title {
  font-size: 32px;
  line-height: 41.6px;
  text-align: left;
  margin-bottom: 30px;
}
.benefit-content {
  margin-top: 30px;
}
.benefit-content ul li h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
  color: #1d2939;
}
.benefit-content ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #475467;
}
.benefit-content ul li {
  position: relative;
  padding-left: 47px;
}
.benefit-content ul li:before {
  position: absolute;
  content: "";
  background: url("assets/images/title-frame.png");
  width: 32px;
  height: 33px;
  left: 0;
}
.features-area {
  background: #f9fafb;
}
.feature-thumb img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.feature-box h3 {
  font-size: 24px;
  line-height: 33.6px;
}
.feature-box h3 span {
  font-size: 16px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  border: 1px solid #d0d5dd;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 7px;
}
.feature-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #475467;
}
.advance-feature-area {
  color: #fff;
  height: 750px;
  overflow: hidden;
  background: rgb(0, 1, 12);
  background: linear-gradient(
    180deg,
    rgba(0, 1, 12, 1) 0%,
    rgba(0, 87, 154, 1) 100%
  );
}
.advFeat-content h1 {
  font-size: 48px;
  line-height: 57.6px;
}
.advfeature-list ul li {
  position: relative;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #f9fafb;
}
.advfeature-list ul li:before {
  position: absolute;
  content: "";
  background: url("assets/images/flash-white.png");
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0;
}
.advFeat-content p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.advfeature-list {
  margin-bottom: 40px;
}
.advFeat-thumb {
  position: relative;
}
.advFeat-thumb img {
  position: absolute;
  content: "";
  top: 83px;
}
.top-ticker,
.bottom-ticker {
  background: #fff;
  width: 347px;
  padding: 16px 20px 16px 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #475467;
  display: block;
  overflow: hidden;
  box-shadow: 0px 24px 48px -12px #1018282e;
}
.user-thumb img {
  float: left;
  margin-right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.top-ticker .text,
.bottom-ticker .text {
  float: left;
  width: 250px;
  text-align: left;
}
.top-ticker {
  position: absolute;
  content: "";
  left: 348px;
  top: 350px;
}
.bottom-ticker {
  position: absolute;
  content: "";
  left: 0px;
  top: 490px;
}
.transaction-feature-area .page-header h2 {
  line-height: 62px;
}
.transaction-thumb {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 35px;
}
.trans-feature {
  display: flex;
  align-items: start;
  gap: 20px;
}
.trans-feature h3 {
  font-size: 22px;
  font-weight: 600 !important;
}
.trans-feature img {
  width: 29px;
  height: 28px;
}
.trans-feature p {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #475467;
}
.feature-checklist {
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.feature-checklist::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0.51) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 999;
  left: 0;
  top: 0;
}
.feature-checklist::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0.51) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 999;
  right: 0;
  top: 0;
}
.feature-checklist ul {
  display: flex;
  scrollbar-width: none;
}
.marque-left {
  position: relative;
  animation: marqueeLeft 15s linear infinite;
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marque-right {
  position: relative;
  animation: marqueeRight 15s linear infinite;
}
@keyframes marqueeRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.feature-checklist ul li {
  position: relative;
  padding: 14px 28px 14px 64px;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  word-wrap: normal;
  white-space: nowrap;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  color: #333;
}
.feature-checklist ul li:before {
  position: absolute;
  content: "";
  background: url("assets/images/title-frame.png");
  width: 32px;
  height: 33px;
  left: 10px;
  top: 10px;
}
.feature-checklist ul li:hover {
  cursor: pointer;
}
.why-choose-us-area {
  height: 674px;
  background: rgb(0, 0, 2);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 2, 1) 0%,
    rgba(0, 1, 28, 1) 35%,
    rgba(0, 51, 128, 1) 100%
  );
}
.compare-box h2 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
}
.compare-box ul {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.compare-box ul li {
  padding: 13px 18px;
  border-bottom: 1px solid #d0d5dd;
  position: relative;
  padding-left: 48px;
}
.compare-box.green h2 {
  background: #1a56db;
}
.compare-box.pink h2 {
  background: #da549a;
}
.compare-box.green ul {
  background: #e8eefb;
}
.compare-box.pink ul {
  background: #fbeef5;
}
.compare-box.green li:before {
  position: absolute;
  content: "\f058";
  font-size: 17px;
  left: 17px;
  font-family: "Font Awesome 6 Free";
  color: #1a56db;
}
.compare-box.pink li:before {
  position: absolute;
  content: "\f057";
  font-size: 17px;
  left: 17px;
  font-family: "Font Awesome 6 Free";
  color: #da549a;
}
.compare-box ul li:last-child {
  border-width: 0;
}
.compare-box h2 img {
  margin-top: -7px;
}
.wcs-content {
  margin-top: 88px;
  margin-bottom: 40px;
}
.wcs-content h1 {
  font-size: 38px;
  line-height: 47.6px;
}
.wcs-content p {
  font-size: 15px;
}
.wcs-content p {
  font-size: 15px;
  margin: 26px 0;
}
.testimonial-item {
  background: #f3f4f8;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
.testimonial-review img {
  width: auto !important;
  height: 20px;
}
.testimonial-text {
  margin-top: 20px;
}
.testimonial-text h4 {
  font-size: 20px;
}
.testimonial-author img {
  width: 64px !important;
  height: 64px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.author-desc h3 {
  font-size: 23px;
  margin-bottom: 4px;
  margin-top: 8px;
}
.author-desc p {
  margin-bottom: 0;
  color: #475467;
}
.author-desc {
  display: inline-block;
}
.pricing-area {
  color: #101828;
  background: linear-gradient(180deg, rgba(248, 240, 229, 0) 0%, #f8f0e5 100%);
}
.call-to-action-area {
  background: url(assets/images/background-pattern.png);
  background-size: cover;
  position: relative;
}
.call-to-action-area::before {
  position: absolute;
  content: "";
  background: url(assets/images/cta-before.png);
  width: 120px;
  height: 258px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 116px;
  top: 96px;
}
.call-to-action-area::after {
  position: absolute;
  content: "";
  background: url(assets/images/cta-after.png);
  width: 120px;
  height: 258px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 116px;
  top: 96px;
}
.call-to-action-area .no-card::before {
  margin-left: -62px;
  top: -3px;
  background: url(assets/images/hand-drawn-icon2.png);
  width: 55px;
  height: 30px;
}
.call-to-action-area .page-header h2 img {
  margin-top: -18px;
  margin-left: 5px;
}
.pricing-tab ul.nav {
  background: #f9fafb;
  border: 1px solid #eaecf0;
  padding: 5px;
  width: fit-content;
  border-radius: 11px;
  text-align: center;
  margin: 30px auto 100px auto;
  position: relative;
}
.pricing-tab ul.nav::before {
  position: absolute;
  content: "";
  background: url(assets/images/hand-drawn-arrow.png);
  width: 62px;
  height: 62px;
  left: -23px;
  top: 27px;
}
.pricing-tab ul.nav::after {
  position: absolute;
  content: "Save 20%";
  background: #e8eefb;
  font-size: 12px;
  font-weight: 500;
  left: -102px;
  top: 35px;
  color: #123d9b;
  border-radius: 50px;
  border: 1px solid #96b1ee;
  padding: 2px 10px;
}
.pricing-tab ul.nav li {
  width: 190px;
}
.pricing-tab ul.nav li .nav-link {
  width: 100%;
  font-size: 18px;
  color: #667085;
  border: 1px solid transparent;
  background: transparent;
}
.pricing-tab ul.nav li .nav-link.active {
  background: #fff;
  border-radius: 8px;
  color: #344054;
  box-shadow: 0px 1px 1px #dfe1e3;
}
.single-table {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  min-height: 700px;
}
.table-head h3 {
  margin-top: 19px;
  margin-bottom: 20px;
  color: #18181b;
}
.table-head p {
  color: #475467;
}
.package-price {
  display: flex;
  justify-content: space-between;
}
.package-price h1 {
  color: #101828;
}
.package-price img {
  height: 36px;
  margin-top: 5px;
}
.package-price h1 span {
  font-size: 17px;
  font-weight: 400;
  color: #475467;
}
.pricing-cart .btn {
  border: 1px solid #d0d5dd;
  margin: 19px 0;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  padding: 10px;
}
.pricing-cart .btn:hover,
.pricing-border .pricing-cart .btn {
  border: 1px solid #1a56db;
  background: #1a56db;
  color: #fff;
}
.pricing-tab .tab-content .col-lg-3 {
  padding-left: 8px;
  padding-right: 8px;
}
.pricing-features h4 {
  font-size: 18px;
  font-weight: 500 !important;
}
.pricing-features ul li {
  padding: 5px;
  padding-left: 18px;
  position: relative;
  padding-left: 26px;
  font-size: 14px;
}
.pricing-features ul li::before {
  position: absolute;
  content: "\f058";
  font-size: 17px;
  left: 0;
  font-family: "fontAwesome";
  color: #1a56db;
  top: 5px;
}
.pricing-border {
  background: url(assets/images/pricing-bg.jpg);
  padding: 1px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
.pricing-border::before {
  position: absolute;
  content: "Most Popular";
  background: linear-gradient(45deg, #7c5fef, #a83ef6);
  width: 100%;
  height: 32px;
  top: -31px;
  left: 0;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.pricing-border .single-table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
footer {
  color: #fff;
  /* height: 494px; */
  background: rgb(0, 0, 9);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 9, 1) 0%,
    rgba(0, 1, 55, 1) 35%,
    rgba(1, 54, 114, 1) 100%
  );
}
.footer-content {
  color: #eee;
  margin-top: 30px;
  margin-bottom: 18px;
}
.footer-widget h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-widget a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
}
.border-bottom {
  border-width: 0px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
}
.footer-social {
  display: block;
  overflow: hidden;
}
.footer-social ul li {
  float: left;
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  margin-right: 9px;
}
.footer-social ul li:hover {
  background: #1a56db;
}

.footer-link ul {
  float: right;
}
.footer-link ul li {
  float: left;
  border-right: 1px solid #aaa;
}
.footer-link ul li a {
  color: #ddd;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-link ul li:last-child {
  border-width: 0px;
}
.contact-footer ul li {
  margin-bottom: 10px;
}
.contact-footer ul li i {
  margin-right: 8px;
}
.faq-section {
  margin-top: 40px;
}
.faq-banner-area {
  color: #101828;
  background: linear-gradient(180deg, rgba(248, 240, 229, 0) 0%, #f8f0e5 100%);
}
#faq .card {
  margin-bottom: 20px;
  border: 0;
  border-radius: 15px;
}
#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#faq .card .card-header .btn-header-link {
  font-family: "Bricolage Grotesque", sans-serif;
  display: block;
  text-align: left;
  background: #e8eefb;
  color: #222;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}
#faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
}
#faq .card .card-header .btn-header-link.collapsed {
  background: #f2f4f7;
  color: #222;
}
#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}
#faq .card .collapsing {
  background: #e8eefb;
  line-height: 25px;
}
#faq .card .collapse {
  border: 0;
}
#faq .card .collapse.show {
  background: #e8eefb;
  line-height: 25px;
  color: #475467;
}
#faq .card-body {
  padding-top: 0;
}

.benefits-area .text-border,
.special-features-area .text-border {
  background: url("assets/images/pen-scribble1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.transaction-feature-area .text-border,
.faq-area .text-border,
.checklist-area .text-border,
.testimonial-area .text-border,
.call-to-action-area .text-border,
.features-area .text-border,
.advance-feature-area .text-border,
.pricing-area .text-border,
.why-choose-us-area .text-border,
.breadcrumb-area .text-border,
.pricing-compare-area .text-border {
  position: relative;
  z-index: 99;
}
.transaction-feature-area .text-border::before {
  background: url("assets/images/pen-scribble2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 105%;
  height: 143%;
  left: -12px;
  top: -11px;
  z-index: -99;
}
.call-to-action-area .text-border::before {
  background: url("assets/images/pen-scribble3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 105%;
  height: 143%;
  left: -8px;
  top: -11px;
  z-index: -99;
}
.checklist-area .text-border::before,
.testimonial-area .text-border::before,
.faq-area .text-border::before {
  background: url("assets/images/pen-scribble1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  z-index: -99;
}
.checklist-area .text-border::before {
  width: 107%;
  height: 143%;
  left: -9px;
  top: -11px;
}
.testimonial-area .text-border::before {
  width: 100%;
  height: 143%;
  left: -3px;
  top: -11px;
}
.faq-area .text-border::before {
  width: 103%;
  height: 143%;
  left: -9px;
  top: -11px;
}
.features-area .text-border::before,
.pricing-area .text-border::before,
.breadcrumb-area .text-border::before,
.pricing-compare-area .text-border::before {
  background: url("assets/images/underline1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 91%;
  height: 100%;
  left: 8px;
  top: 53px;
  z-index: -99;
}
.advance-feature-area .text-border::before,
.why-choose-us-area .text-border::before {
  background: url("assets/images/underline2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 91%;
  height: 100%;
  left: 8px;
  top: 53px;
  z-index: -99;
}
.why-choose-us-area .text-border::before {
  top: 43px;
}
/*************************************
 			Mobile Responsive Header
*************************************/
.mobile-header {
  display: none;
}
.mobile-header .p15 {
  padding: 15px;
}
.mobile-header {
  position: sticky;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 999;
  left: 0;
  top: 0;
  background: #fff;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.mobile-header-humberger {
  background: transparent;
  border-color: transparent;
  height: 30px;
}
.mobile-header-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
}
.mobile-header-humberger img {
  height: 20px;
  width: auto;
}
.mobile-cart ul li {
  float: left;
  margin-left: 8px;
  width: 35px;
  height: 30px;
  border: 0px solid;
  background: #e0eaf4;
  border-radius: 6px;
  text-align: center;
  padding-top: 4px;
}
.mobile-cart ul li a {
  font-size: 16px;
  color: #1a538c;
}

.sidebarMenuContainer {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  background: #fff;
  z-index: 999;
  height: 100vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  /* overflow-y: scroll; */
}
.sidebarMenuContainer .logo-container {
  padding: 16.5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.sidebarMenuContainer .logo-container a img {
  width: 150px;
}
.sidebarMenuContainer .logo-container .closeMenu {
  width: 30px;
  height: 30px;
  background: #1a538c;
  text-align: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0 6px rgb(85, 85, 85, 0.05);
  border-radius: 4px;
  border-width: 0;
}
.sidebarMenuContainer.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.sidebar-navigation h3 {
  background: #f2f2f2;
  font-size: 18px;
  padding: 15px;
  margin-bottom: 0;
}
.sidebar-navigation ul li {
  padding: 7px 15px;
  border-bottom: 1px solid #efefef;
}

.calendly-inline-widget {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
.countDownStyle {
  color: #1a56db;
}
.ltd-hero-thumb img {
  width: 100%;
}
.pricing-compare-area table tr i.fa-circle-check {
  color: #1a56db;
}
.pricing-compare-area table tr i.fa-circle-xmark {
  color: #ef4444;
}
.pricing-compare-area .table tr td,
.pricing-compare-area .table thead th {
  text-align: center;
  padding: 1rem;
  color: #444;
}
.pricing-compare-area .table thead th {
  border-top: 0;
}
.pricing-compare-area .table tr td:first-child {
  text-align: left;
}
.pricing-compare-area .table tr h3 small {
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.pricing-compare-area .table tr p {
  margin-bottom: 0;
}
.pricing-compare-area .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #f9fafb;
}
