:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  --dark-blue: #0e2e67;
  --yellow: #ffe100;
  --paragraph: #363636;
  --sky-blue: #0083ff;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

.fluorescent-blue {
  background-color: var(--fluorescent-blue);
}

.clr-orange {
  color: var(--orange);
}

.clr-blue {
  color: var(--dark-blue);
}

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
  margin: 0 0 4rem;
}


a.div-main-cta.btn-multi {
    background: linear-gradient(90deg, #276CD8 0%, #C556B0 100%);
    box-shadow: 0px 30px 50px 0px #CF60E066;
    font-family: Inter;
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    padding: 25px;
    border: none;
}
.package-box .div-CTA.text-center {
    margin-bottom: -70px;
	    margin-top: 20px;
}

a.div-main-cta.btn-multi:hover {
    color: white;
    transform:translateY(-5px)
}
@media (min-width: 1200px) {
  .head-center {
    max-width: 80%;
    margin: 0 auto 3rem;
  }

  .head-50 {
    width: 50%;
  }

  .head-60 {
    width: 60%;
  }

  .head-70 {
    width: 70%;
  }

  .head-80 {
    width: 80%;
  }
}

.head h2 {
  color: #21243A;
  /* margin: 0 0 1.5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 1rem;
}

.head h2 span {
  color: var(--orange);
}
.head h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.head p {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 500;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

.head p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-60 {
    max-width: 60%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .width-95 {
    max-width: 95%;
  }
}

.m-auto {
  margin: auto;
}

.div-main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 1rem 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-orange {
  background: var(--orange);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-orange:hover {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: unset;
}
.div-main-cta.btn-sky {
  background: var(--sky-blue);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(12 124 222 / 50%);
}
.div-main-cta.btn-sky:hover {
  background: var(--dark-blue);
  color: var(--white);

  box-shadow: unset;
}
.div-main-cta.btn-blue {
  background: var(--dark-blue);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

.div-main-cta.btn-blue:hover {
  background: var(--orange);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}
.div-main-cta.btn-yellow {
  background: var(--yellow);
  color: var(--black) !important;
  box-shadow: 5px 20px 30px rgb(252 228 13 / 50%);
}
.div-main-cta.btn-yellow:hover {
  background: var(--white);
  box-shadow: 5px 20px 30px rgb(255 255 255 / 50%);
}
.div-main-cta i {
  width: 25px;
  height: 25px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-transparent.btn-border-blue:hover {
  background: var(--dark-blue);
  color: var(--white);
}

.div-main-cta.btn-transparent.btn-border-blue:hover i {
  background: var(--white);
  color: var(--dark-blue);
}

.talk-phone {
  position: relative;
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  padding-left: 45px;
}

.talk-phone:before {
  position: absolute;
  content: "\f095";
  font-family: "FontAwesome";
  left: 0px;
  width: 35px;
  height: 35px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.talk-phone:hover {
  color: var(--orange);
}

.talk-phone:hover:before {
  background: var(--orange);
}
section.diamond {
  padding-top: 5rem;
  margin-top: 0rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

.boder {
    background: transparent !important;
    color: #0E2E67;
    border-color: #0E2E67;
}

.boder:hover {
    background:#0E2E67 !important;
    color: #fff;
    border-color: #0E2E67;
}

@media screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* GLOBAL CSS END HERE  */

/* SLICK SLIDER STYLE CSS START */

ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -10% !important;
  z-index: 9;
}

ul.slick-dots li {
  background: rgba(255 255 255 /50%);
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

ul.slick-dots li.slick-active {
  background: var(--white);
  width: 40px;
}

ul.slick-dots button {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 99;
  background: var(--dark-blue);
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  border: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out;
}
.slick-arrow-next {
  right: 0;
}
.slick-arrow:hover {
  background: var(--yellow);
  color: var(--black);
}

.slick-arrow.slick-disabled {
  color: #c4c4c4;
  border-color: #c4c4c4;
}

/* SLICK SLIDER STYLE CSS END */

/* SECTION ONE CSS START HERE */

.homeBanner.s1 {
  align-items: center;
  position: relative;
background: #EEF3FF;
  padding: 4rem 0;
}

.s1 h1 {
font-family: Raleway;
font-weight: 900;
font-style: Black;
line-height: 70px;
  background: linear-gradient(90deg, #276CD8 0%, #C556B0 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s1 h3 {
      font-family: Raleway;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0e2e6752;
    letter-spacing: 2px;
}

.s1 h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #21243A;
    margin-bottom: 10px;
}

ul.hero-list li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    position: relative;
        padding-left: 25px;
}

ul.hero-list li:before {
    content: url(/img/ai-search-v2/hero-check.svg);
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 100%;
}

.s1 .div-CTA .btn-multi {
    width: 100%;
    font-family: Inter;
    font-weight: 600;
    font-size: 18.05px;
    line-height: 18.05px;
}
.hero-price {
    font-family: Inter;
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F2701E 0%, #8C4111 100%);
    display: inline-block;
    position: relative;
    color: white;
    padding: 10px;
    border-radius: 40px;
    margin: 25px 40px 0 0;
}
.hero-price img {
    position: absolute;
    bottom: -10px;
    right: -30px;
}
.s1 .div-CTA img {position: absolute;top: -75px;right: -110px;}
@media (min-width: 992px) {
  .s1 h1 {
    font-size: 4.5rem;
  }
}
.s1 h1 span {
    background: url(/img/ai-search-v2/vec-head.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.s1 p {
  font-size: 1.125rem;
  color: #21243A;
}
.s1 .div-text > p {
  max-width: 90%;
}
.s1 .div-CTA {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
.badges {
  margin-top: 25px;
}
/*  .starting-price {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  text-align: left !important;
}
.starting-price img {
  display: block;
  margin-left: 60px;
  width: 620px;
  height: auto;
} */

.starting-price {
  background: #082455;
  padding: 1rem 3rem 1rem 0rem;
  display: inline-block;
  position: relative;
  margin: 1.5rem 0;
}

.starting-price p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 5px;
  display: flex;
  gap: 1rem;
  z-index: 9;
  position: relative;
}

.starting-price > p > span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
  color: #ffe600;
  letter-spacing: 0;
}

.starting-price:before {
  position: absolute;
  content: "";
  background: #102155;
  width: 100vw;
  height: 62px;
  padding: 1rem 0;
  top: -2px;
  right: 0;
  z-index: 1;
}
.bordertop,
.borderbottom {
  width: 100vw;
  display: block;
  position: absolute;
  border-image: linear-gradient(to right, #1c8e99 70%, #2eecff) 1;
  border-top: 2px solid;
}
.bordertop {
  top: -4px;
  right: 0;
}

.borderbottom {
  bottom: -4px;
  right: 0;
}

.money-back-badge {
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.s1 .div-CTA > span {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 600;
}

.s1 .div-CTA .talk-sales {
  font-family: "Inter", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
}

.s1 .div-CTA .talk-sales:hover {
  color: var(--orange);
  border-color: var(--orange);
}
.s1 .div-CTA .banner-arrow {
  display: none;
}
@media (min-width: 992px) {
  .s1 .div-CTA .banner-arrow {
    position: absolute;
    right: -200px;
    top: 24px;
    display: block;
    width: 50%;
  }
  .s1 .div-CTA .banner-sales {
    position: absolute;
    right: 0px;
    top: 39px;
    display: block;
    left: -130px;
    width: 60%;
  }
}
.s1 .div-video video {
  width: 100%;
}
.s1 .div-video {
  padding: 2rem;
  background: var(--white);
  border-radius: 1rem;
}

.ai-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
      background: white;
	      margin-top: 50px;
}

.ai-logos {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px 0;
  margin: 0;

  width: max-content;
  animation: ai-marquee 50s linear infinite;
  will-change: transform;
      grid-gap: 80px;
}

.ai-logos li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position:relative;
  width: 150px;
}

.ai-logos li:After {
    content: "";
    width: 6px;
    height: 6px;
    background: #21243A;
    position: absolute;
    right: -30%;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* Heartbeat Animation */
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.05);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(1);
  }
}

.bannerForm.heartbeat {
  animation: heartbeat 1.5s ease-in-out 2;
  box-shadow: 0px 0px 70px 5px #FAE73780 !important;
  border-radius: 10px;
}

/* KEYFRAMES */
@keyframes ai-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-80%);
  }
}


.partner-badges {
  max-width: 600px;
  margin: 30px auto 0;
}

.partner-badges > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.5rem;
}


/* SECTION ONE CSS END HERE */

/* SECTION TWO CSS START HERE */

.s2 {
  background: var(--black);
}

.s2 .head > h2 {
  color: var(--white);
}

.s2 .head {
  max-width: 80%;
  margin: auto;
}
.s2 .tabs-wrapper {
  max-width: 90%;
  margin: auto;
}
.s2 .tabs-head {
  margin: 0 0 1rem;
}

.s2 .tabs-head ul.tabs-list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b5b5b5;
}

.s2 .tabs-head ul.tabs-list .tab-nav {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255 255 255 / 50%);
  flex: 1;
  text-align: center;
  padding: 1.5rem 0;
  cursor: pointer;
  border-bottom: 6px solid transparent;
}

.s2 .tabs-head ul.tabs-list .tab-nav.active {
  color: var(--white);
  border-color: var(--yellow);
}
.s2 .tab-content video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 1rem;
}

.s2 .tabs-wrapper .tabs-body {
  margin: 4rem 0 0;
}

.s2 .tabs-wrapper .tab-content .row {
  align-items: center;
}

.s2 .tabs-wrapper .tab-content * {
  color: var(--white);
}

.s2 .tabs-wrapper .tab-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}

.s2 .tabs-wrapper .tab-content ul li {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.s2 .tabs-wrapper .tab-content ul li:not(:last-child) {
  margin: 0 0 0.6rem;
}
.s2 .tabs-wrapper .tab-content ul li img {
  margin-right: 0.5rem;
}
.s2 .tabs-wrapper .tab-content .div-main-cta {
  margin: 2rem 0 0;
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

.s3 .box {
    border: 1px solid #D0DDEE;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
}
.s3 .box-gif {
    width: 85px;
}
.s3 .box h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 35.83px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0E2E67;
    margin: 15px 0;
}
.s3 .box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7B7B7B;
}

.s3 .col-head {
  margin: 0 0 1.5rem;
}
.s3 .col-head > span {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #21243a;
  line-height: 1;
  margin: 0 0 0.5rem;
}
.s3 .col-head > h2 > span {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(180deg, #0088FF 0%, #9997CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s3 .col-head > h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content:center;
  color: #21243a;
  line-height: 1;
  text-transform: uppercase;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .s3 .col-head > h2 > span {
    font-size: 200px;
  }
  .s3 .col-head > h2 {
    font-size: 3rem;
	text-align: left;
	width: 82%;
        margin: auto;
  }
  .s3 .col-head > span {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .s3 .div-image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.s3 .div-text p {
  color: #0e2e67;
}
/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE */

section.section.s4 {
    background: #EEF3FFA3;
    background-image: linear-gradient(180deg, #EEF3FF 27.5%, #FFFFFF 0%);
}

.s4 .head h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
}

.s4 .row {
  grid-row-gap: 1.5rem;
}
.s4 .box {
  background: #fafafa;
  border: 1px solid #d0ddee;
  border-radius: 20px;
  padding: 2rem;
}
.s4 .box .box-gif {
  width: 100px;
}
.s4 .box .box-gif img {
  mix-blend-mode: multiply;
  margin-left: -1rem;
}
.s4 .box h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--dark-blue);
  margin: 0 0 1rem;
}
.s4 .box p {
  color: #7b7b7b;
  line-height: 22px;
  margin: 0;
}

.s4 .div-text {
  margin-top: 3rem !important;
}
.s4 .div-text > p {
  color: var(--dark-blue);
}

.seo-table-wrapper {
  max-width: 900px;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  font-family: "Inter", sans-serif;
  padding: 0;
}

.seo-table-title {
  background: #0d2b63;
  color: #ffffff;
  text-align: center;
  padding: 30px;  
  font-family: Inter;
font-weight: 900;
font-size: 30px;
line-height: 100%;
text-align: center;
text-transform: uppercase;

}

.seo-table {
  width: 100%;
  border-collapse: collapse;
}

.seo-table thead th {
  background: #f5f7fb;
  color: #0d2b63;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.seo-table tbody td {
  padding: 16px;
  font-size: 14px;
  color: #374151;
  border-bottom: 1px solid #eef1f6;
  vertical-align: top;
}

.seo-table tbody tr:last-child td {
  border-bottom: none;
}

.seo-table tbody td:first-child {
  color: #0E2E67;
  font-family: Inter;
font-weight: 700;
font-size: 16px;
line-height: 26px;

}

/* Responsive */
@media (max-width: 768px) {
  .s1 .div-CTA img {
    position: relative;
    top: 0;
    right: 0;
}
  .seo-table thead {
    display: none;
  }

  .seo-table,
  .seo-table tbody,
  .seo-table tr,
  .seo-table td {
    display: block;
    width: 100%;
  }

  .seo-table tr {
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
  }

  .seo-table td {
    padding: 12px 16px;
  }

  .seo-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    color: #0d2b63;
    margin-bottom: 6px;
  }
}

/* Odd row background */
.seo-table tbody tr:nth-child(even) {
  background-color: #F5F5F5; /* light gray */
}

/* Even row background */
.seo-table tbody tr:nth-child(odd) {
  background-color: #EDEDED;
}

section.section.s4 .div-text.text-center.width-80.m-auto {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

/* SECTION FOUR CSS END HERE */

/* SECTION FIVE CSS START HERE */

.section.s5 {
  background: linear-gradient(0deg, #0034a5, #00143f);
  padding:100px 0;
}

.section.s5 .head * {
  color: var(--white);
}
.section.s5 .head > h2 {
  margin: 0 auto 1rem;
}

section.section.s5 h2 {
   font-family: Inter;
font-weight: 900;
font-style: Black;
font-size: 30px;
text-align: center;
text-transform: uppercase;

}
section.section.s5 p {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 26px;
text-align: center;
}

section.section.s5 h3{
   font-family: Raleway;
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 23.25px;
letter-spacing: 0%;
text-align: center;
   color: #FFEA00 !important;


}
@media (min-width: 768px) {
  .section.s5 .head > h2 {
    max-width: 85%;
  }

  .section.s5 .head > p {
    max-width: 75%;
    margin: auto;
  }
}
.phase-card {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 420px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
.phase-card-01 {
  background-image: url("/img/ai-search-result/phase-1.webp");
}
.phase-card-02 {
  background-image: url("/img/ai-search-result/phase-2.webp");
}
.phase-card-03 {
  background-image: url("/img/ai-search-result/phase-3.webp");
}
.phase-card-04 {
  background-image: url("/img/ai-search-result/phase-4.webp");
}
.phase-card-05 {
  background-image: url("/img/ai-search-result/phase-5.webp");
}
.phase-card-06 {
  background-image: url("/img/ai-search-result/phase-6.webp");
}
.phase-card-07 {
  background-image: url("/img/ai-search-result/phase-7.webp");
}

.phase-card-content {
  max-width: 45%;
  margin-left: auto;
  margin-right: 5%;
}

.phase-card-content span.phase {
  background: var(--yellow);
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 5px 20px;
  border-radius: 50px;
}

.phase-card-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
  margin: 1rem 0;
}

.phase-card-content ul li {
  color: var(--white);
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 20px;
}

.phase-card-content ul li:not(:last-child) {
  margin: 0 0 1rem;
}

.s5 .div-text > p {
  font-size: 2.5rem;
  color: var(--white);
  font-weight: 100;
  line-height: 1;
}

.s5 .div-text {
  max-width: 90%;
  margin: 3rem auto;
}

.s5 .slick-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: -40px;
  gap: 0.5rem;
  justify-content: center;
  top: 0;
  bottom: 0 !important;
  left: unset;
  height: fit-content;
  width: fit-content;
  margin: auto !important;
}
ul.slick-dots li.slick-active {
  width: 12px;
  height: 30px;
}

.work-box {
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(50px);
    background: #FFFFFF1A;
    border-radius: 10px;
    margin: 10px;
    padding: 30px;
    position: relative;
	height:100%;
}
.work-box img {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
}

.work-box h4 {
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: white !important;
	    margin-bottom: 8px;
    margin-top: 8px;
}
.work-box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left !important;
    color: white;
}
.workcount {
    position: absolute;
    top: 0;
    right: 50px;
    background: #FFEA00;
    font-family: Inter;
    font-weight: 800;
    font-size: 38px;
    line-height: 58.37px;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
}

.section.s5:before {
    content: url('/img/ai-search-v2/work-vec-1.webp');
    position: absolute;
    top: -60px;
    left: 0;
}
.section.s5:after {
    content: url('/img/ai-search-v2/work-vec-2.webp');
    position: absolute;
    top: 35%;
    right: 0;
}
img.workvec {
    position: absolute;
    bottom: 0;
}
img.workvec.vec1 {
    left: 0;
	bottom: 30px;
}
img.workvec.vec2 {
    right: 0;
	bottom: 30px;
}
/* SECTION FIVE CSS END HERE */

/* SECTION SIX CSS START HERE */



.s6 .row {
  justify-content: center;
  grid-row-gap: 1.5rem;
}

.s6 .review-item.review-item-top {
  background: var(--dark-blue);
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  /* max-width: 760px;
  margin: auto; */
}

.s6 .review-item.review-item-top .review-item-details {
  flex: 1;
}

.s6 .review-item.review-item-top .review-item-details h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--white);
  line-height: 28px;
  font-weight: 300;
}

.s6 .review-item.review-item-top .review-item-details .review-item-meta {
  margin: 1rem 0 0;
}

.s6 .review-item.review-item-top .review-item-details .review-item-meta > p {
  font-weight: 700;
  margin: 0;
  color: var(--white);
}

.s6
  .review-item.review-item-top
  .review-item-details
  .review-item-meta
  > small {
  font-size: 0.875rem;
  color: rgba(255 255 255 / 40%);
}
.review-item-box {
  background: var(--white);
  border-radius: 0.625rem;
  padding: 2rem;
  box-shadow: 2px 2px 10px rgba(0 0 0 / 5%);
  min-height: 360px;
}

.review-item-box .review-item-logo {
  margin: 0 0 2rem;
}

.review-item-box .review-item-details h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--dark-blue);
  line-height: 28px;
  min-height: 112px;
}

.review-item-box .review-item-meta-main {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review-item-box .review-item-meta-main h3 {
  margin: 0;
}
.review-item-box .review-item-meta {
  flex: 1;
}
.review-item-box .review-item-meta > p {
  margin: 0;
  font-weight: 700;
  color: var(--dark-blue);
}

.review-item-box .review-item-meta > small {
  font-size: 0.875rem;
  color: #7b7b7b;
  display: inline-block;
}

/* SECTION SIX CSS END HERE */

/* SECTION SEVEN CSS START HERE */

.s7 {
  background-image: url("/img/ai-search-v2/ai-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 410px;
  display: flex;
  align-items: center;
}

.s7 .div-text * {
  color: var(--white);
}

.s7 .div-text h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 70px;
  margin: 0 0 1.5rem;
}

.s7 .div-text > p {
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1200px) {
  .s7 .div-text h2 {
    font-size: 3.75rem;
  }

  .s7 .div-text > p {
    max-width: 90%;
  }
}
.s7 .div-text {
  padding-left: 5rem;
}
/* SECTION SEVEN CSS END HERE */

/* SECTION EIGHT CSS START HERE */

.s8 .tabs-head .tabs-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #d9d9d9;
}

.s8 .tabs-head .tabs-list .tab-nav {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #b8b8b8;
  padding: 1rem;
  cursor: pointer;
}

.s8 .tabs-head .tabs-list .tab-nav.active {
  background: var(--orange);
  color: var(--white);
}

.tabs-body {
  margin: 2rem 0 0;
}

.s8 {
    padding-bottom: 100px;
}
.package-box {
  border: 1px solid #d0d0d0;
  border-radius: 1.25rem;
  padding: 2rem;
  background: #F7F8FC;
  border-radius:10px;

}

.package-box .col-md-3, .package-box .col-md-4 {
    margin-bottom: 20px;
}

.package-head h2 {
    font-family: Raleway;
    font-weight: 800;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.pack-price {
    background: linear-gradient(270deg, #D9E0FD 0%, #F1F0FE 100%);
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
	    grid-gap: 10px;
}

.pack-price span:nth-child(1) {
    font-family: Inter;
    font-weight: 400;
    font-size: 70px;
    line-height: 50px;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #B8C6FF;
}

.pack-price span:nth-child(2)
{
   background: linear-gradient(90deg, #176EDC 0%, #D454AC 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-family: Inter;
   font-weight: 900;
   font-size: 100px;
   line-height: 100%;
}
.pack-price span:nth-child(3) {font-family: Inter;font-weight: 300 !important;font-size: 30px;line-height: 100%;display: inline-flex;justify-content: start;text-align: left;flex-direction: column;color: #7584C9;}

.pack-price span:nth-child(3) b {font-weight: 700 !important;color: #1D262D;}

.pack-items {
    background: white;
    padding: 15px;
       height: 100%;
    border-radius: 10px;
}

.pack-items h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.pack-items ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #7B7B7B;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.pack-items ul li:before {
    content: url('/img/ai-search-v2/pack-check.png');
    position: absolute;
    left: 0;
    top: 0px;
}

.package-head-left-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
}

.package-head-left-top .package-name > h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1d262d;
}

.package-head-left-top .package-description > p {
  font-size: 1.25rem;
  color: #1d262d;
}

.package-details {
  max-width: 90%;
}

.package-details > p {
  color: #7b7b7b;
  line-height: 24px;
}

.package-price-badge.package-order-btn {
  position: relative;
  background: var(--dark-blue);
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-top: -3rem;
  padding: 1rem 2rem 8rem;
  border-radius: 0 0 1rem 1rem;
}
.package-head-right {
  flex: 1 1 30%;
}

.price-badge {
  display: flex;
  flex-direction: column;
}

.price-badge > s {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  color: rgba(255 255 255 / 50%);
}

.price-badge > span {
  font-family: "Inter", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.price-badge > small {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255 255 255 / 50%);
  text-transform: uppercase;
  line-height: 1;
}

.order-btn {
  position: absolute;
  left: -15%;
  right: -15%;
  margin: auto;
  bottom: 2.5rem;
}

button.order-now {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  background: var(--orange);
  color: var(--white);
  padding: 16px 50px;
  border-radius: 5px;
  width: 100%;
  display: block;
  box-shadow: 5px 12px 15px rgb(241 111 29 / 30%);
  border: 0;
  /* width: 130%; */
}
button.order-now:hover {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 5px 12px 15px rgb(255 225 0 / 40%);
}
.s8 .package-body {
  margin: 2.5rem 0 0;
}
.s8 .package-body #accordian .accordion__item .accordion__item__header {
  background: #f8f8f8;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.s8 .package-body #accordian .accordion__item:not(:last-child) {
  margin: 0 0 1rem;
}

.s8 .package-body #accordian .accordion__item .accordion__item__header > h4 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #1d262d;
}
.s8
  .package-body
  #accordian
  .accordion__item
  .accordion__item__header
  > h4
  > i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.s8
  .package-body
  #accordian
  .accordion__item.active
  .accordion__item__header
  > h4
  > i {
  transform: rotate(180deg);
}
.s8
  .package-body
  #accordian
  .accordion__item
  .accordion__item__header
  > h4
  > img {
  margin-right: 0.5rem;
}

.s8 .package-body #accordian .accordion__item .accordion__item__content {
  padding: 1rem;
}

.s8
  .package-body
  #accordian
  .accordion__item
  .accordion__item__content
  ul
  > li:not(:last-child) {
  margin: 0 0 1rem;
}

.s8
  .package-body
  #accordian
  .accordion__item
  .accordion__item__content
  ul
  > li
  > img {
  margin-right: 0.5rem;
}

.s8
  .package-body
  #accordian
  .accordion__item
  .accordion__item__content
  ul
  > li {
  color: #21243a;
  font-weight: 500;
  /* display: flex;
  align-items: center; */
}
.s8 .package-body #accordian .accordion__item .accordion__item__content > h3 {
  background: #f8f8f8;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin: 1rem 0 1.5rem;
}
.s8
  .package-body
  #accordian
  .accordion__item
  .accordion__item__content
  > h3:not(:first-child) {
  margin-top: 2rem;
}
/* SECTION EIGHT CSS END HERE */

/* SECTION NINE CSS START HERE */



.s9 .head {
  max-width: 80%;
  margin: 0 auto 3rem;
}
.s9 .slide-item img {
  text-align: center;
  margin: auto;
  border-radius: 1rem;
}

/* SECTION NINE CSS END HERE */

/* SECTION TEN CSS START HERE */

.s10 .head {
  margin: 0 0 3rem;
}

.s10 .head span {
  font-size: 1.875rem;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #21243a;
}

.s10 .head > h2 {
  font-size: 5rem;
  color: #21243a;
}
.s10 div#accordian {
  max-width: 1000px;
  margin: auto;
}
.s10 div#accordian .accordion__item {
  background: var(--dark-blue);
  padding: 1.5rem 2rem;
  border-radius: 50px;
  cursor: pointer;
}
.s10 div#accordian .accordion__item:not(:last-child) {
  margin: 0 0 1rem;
}
.s10 div#accordian .accordion__item .accordion__item__header h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(255 255 255 / 70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s10 div#accordian .accordion__item__content {
  margin: 1rem 0 0;
}
.s10 div#accordian .accordion__item .accordion__item__content p {
  color: var(--white);
}
.s10 div#accordian .accordion__item .accordion__item__content p:last-child {
  margin: 0;
}
.s10 div#accordian .accordion__item.active .accordion__item__header i::before {
  content: "\f068";
}
.s10 div#accordian .accordion__item.active .accordion__item__header h4 {
  color: var(--white);
}
.s10 div#accordian .accordion__item.active {
  border-radius: 1rem;
}

/* SECTION TEN CSS END HERE */

section.section--five.diamond {
    position: relative;
    padding: 70px 0;
}
.section--five .div-CTA.text-center.d-flex {
    justify-content: center;
    grid-gap: 20px;
    margin-top: 25px;
}

.section--five .div-CTA.text-center.d-flex a {
    width: auto;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 40px;
}

/* SECTION ELEVEN CSS START HERE */

.s11 {
  background: linear-gradient(0deg, #0034a5, #00143f);
}

.s11 .div-text * {
  color: var(--white);
}

.s11 .div-text > h2 {
    font-size: 3rem;
    font-family: Raleway;
    font-weight: 800;
    line-height: 100%;
    text-transform: capitalize;
	    margin-bottom: 15px;
}

.s11 .div-text > p {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    max-width: 85%;
  
  
}
.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin: 3rem 0 0;
}
.stats-row .stats-box {
  text-align: left;
}
.stats-row .stats-box > span {
  font-family: "Inter", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
}

#RFP2 {
  position: relative;
  background: var(--white);
  border-radius: 10px;
  padding: 2rem;
  max-width: 80%;
  margin: 0 0 20px auto;
  box-shadow: 10px 0 15px rgb(14 46 103 / 20%);
  z-index: 9;
}

#RFP2:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 30%;
  height: 5px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

#RFP2 h2 {
  text-align: center;
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--dark-blue);
  padding-bottom: 20px;
}

#RFP2 h2 span {
  color: var(--orange);
}

#RFP2 .form-group {
  position: relative;
  margin-bottom: 15px;
}

#RFP2 .form-group i {
  position: absolute;
  font-size: 14px;
  color: #f47a1e;
  left: 15px;
  top: 18px;
}

#RFP2 .form-control {
  padding: 10px 10px 10px 40px;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #a9a9a9;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 5px;
  min-height: 54px;
}

#RFP2 .form-control:focus {
  border-color: var(--orange);
}

#RFP2 textarea {
  border-radius: 5px !important;
  height: 110px;
  resize: none;
}

#RFP2 .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #9daac1;
}

#RFP2 .button-box a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: var(--orange);
  color: var(--white);
  padding: 16px 50px;
  border-radius: 5px;
  width: 100%;
  display: block;
  box-shadow: 5px 12px 15px rgb(241 111 29 / 30%);
}
#RFP2 .button-box {
  text-align: center;
  margin-top: 24px;
}

#RFP2 .button-box a:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

/* SECTION ELEVEN CSS END HERE */

/* SECTION TWELVE CSS START HERE */

.section.s12 {
  margin: 0;
}

.s12 .head > h2 {
  color: #21243a;
  max-width: 75%;
  margin: 0 auto 1rem;
}

.s12 .head > p {
  max-width: 70%;
  margin: auto;
}

.s12 .row {
  grid-row-gap: 2rem;
}

.s12 .blog-card {
  position: relative;
  background: var(--white);
  padding: 0.6rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgb(204 204 204 / 40%);
}

.s12 .blog-card:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.6rem;
  background: var(--orange);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.s12 .blog-card .blog-thumb {
  height: 250px;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 1rem;
}

.s12 .blog-card .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s12 .blog-card .blog-details {
  padding: 0 1rem;
}

.s12 .blog-card ul.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem !important;
  padding: 0 0 1rem;
  border-bottom: 1px solid #ddd;
}

.s12 .blog-card ul.blog-meta li {
  font-size: 0.75rem;
  color: #717d92;
}

.s12 .blog-card .blog-title a {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--dark-blue);
  line-height: 1.5rem;
  display: inline-block;
  margin: 0 0 1rem;
}

.s12 .blog-category a {
  background: #ebebeb;
  color: var(--dark-blue);
  font-size: 0.75rem;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
}

.s12 .blog-category {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
}

.s12 .blog-card p {
  color: var(--dark-blue);
  font-weight: 500;
  line-height: 24px;
  min-height: 120px;
}

.s12 .blog-card .blog-read-more {
  text-align: center;
  margin: 1rem 0 0;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
}

.s12 .blog-card .blog-read-more a {
  background: var(--orange);
  color: var(--white);
  display: inline-flex;
  padding: 0.8rem 3rem;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 4px 4px 20px rgb(241 111 29 / 40%);
}

.s12 .blog-card .blog-read-more a:hover {
  background: var(--dark-blue);
  box-shadow: 4px 4px 20px rgb(14 46 103 / 40%);
}

/* SECTION TWELVE CSS END HERE */

/* MEDIA QUERY CSS START  */

@media (max-width: 1199px) {
	
img.workvec {
    position: absolute;
    bottom: 100px !important;
    width: 25%;
}
  .banner-content h1 {
    font-size: 3rem;
  }

  .s2 .head {
    max-width: 100%;
  }

  .ai-badge {
    right: -20px;
  }
  .s8 .tabs-head .tabs-list .tab-nav {
    text-align: center;
  }

  .price-badge > span {
    font-size: 3rem;
  }

  .package-head-left-top .package-name > h2 {
    font-size: 2rem;
  }

  .s11 .div-text > h2 {
    font-size: 4rem;
  }

  .s11 .div-text > p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
	
.s1 h1 {
    text-align: left;
    line-height: 100%;
}
	
	.seo-table tbody td {
    padding: 5px 20px;

}
.div-CTA.text-center.d-flex.btn-3-row {
    flex-direction: column;
}
section.section.s7 {
    min-height: auto;
}
.pack-price {
    flex-direction: column;
    grid-gap: 0;
}
a.div-main-cta.btn-multi {
    width: 100%;
}
.pack-price span:nth-child(1) {
    font-size: 40px;
}
.pack-price span:nth-child(2) {
    font-size: 65px;
}
.pack-price span:nth-child(3) {
    text-align: center;
    font-size: 20px;
}
img.workvec{
	display:none;
}
  .homeBanner {
    padding: 3rem 0 0;
  }

  .banner-content h1 {
    font-size: 1.5rem;
  }

  .banner-content h1 > span {
    border-width: 2px;
  }

  .banner-content > p {
    font-size: 1rem;
    line-height: 1.4;
  }

  div#RFP {
    padding: 4rem 1.5rem 1.5rem;
  }

  div#RFP .form-grid-2 {
    flex-direction: column;
    margin: 1rem 0 0;
    grid-gap: 1rem;
  }

  div#RFP textarea {
    min-height: 120px;
  }

  div#RFP .form-grid-3 {
    grid-gap: 1rem;
  }

  div#RFP .form-grid-2 .fa-pencil {
    bottom: unset;
    top: 1rem;
  }

  div#RFP .button-box {
    width: 100%;
    height: 50px;
  }

  .ai-badge {
    right: -10px;
  }

  .partner-badges > ul {
    grid-gap: 0.5rem;
  }
  .head {
    margin: 0 0 2rem;
  }
  .head h2,
  .head h2 span {
    font-size: 1.5rem;
  }

  .s2 .tabs-head ul.tabs-list {
    flex-direction: column;
  }

  .s2 .tabs-head ul.tabs-list .tab-nav {
    font-size: 1rem;
    border-width: 2px;
  }

  .s2 .tab-content video {
    height: auto;
  }

  .div-main-cta {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
  }

  .s3 .col-head > span {
    font-size: 1.25rem;
  }

  .s3 .col-head > h2 {
    display: block;
    font-size: 2.5rem;
  }

  .s3 .col-head > h2 > span {
    font-size: 2.5rem;
  }


  .s4 .head h2 {
    font-size: 1.25rem;
  }
  .phase-card-content {
    max-width: 100%;
    margin: unset;
  }

  .phase-card {
    padding: 2rem 1rem;
  }

  .phase-card-content h3 {
    font-size: 1.5rem;
  }

  .s5 .div-text > p {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .s5 .div-text {
    max-width: 100%;
    margin: 0 0 2rem;
  }

  .s7 .div-text {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .s7 .div-text h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .s7 .div-text {
    text-align: center;
  }

  .s7 {
    background-image: unset;
    background: var(--black);
  }

  .s8 .tabs-head .tabs-list {
    flex-direction: column;
  }

  .s8 .tabs-head .tabs-list .tab-nav {
    width: 100%;
  }

  .package-head {
    flex-direction: column;
  }

  .package-badge {
    position: absolute;
    top: -1rem;
    width: 15%;
    right: 1rem;
  }

  .package-box {
    position: relative;
    padding: 2rem 1rem;
  }

  .package-head-left-top .package-name > h2 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
  }

  .package-head-left-top .package-description > p {
    font-size: 1rem;
    line-height: 1.2;
  }

  .package-details {
    max-width: 100%;
  }

  .package-head-left-top {
    margin: 0;
  }

  .package-price-badge.package-order-btn {
    max-width: 100%;
    margin: 0;
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .order-btn {
    position: static;
    margin: 1rem 0 0;
  }

  button.order-now {
    font-size: 0.875rem;
  }

  .s8 .package-body #accordian .accordion__item .accordion__item__header > h4 {
    font-size: 0.875rem;
  }

  .s8
    .package-body
    #accordian
    .accordion__item
    .accordion__item__header
    > h4
    > img {
    display: none;
  }

  .s8
    .package-body
    #accordian
    .accordion__item
    .accordion__item__content
    ul
    > li {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
  }

  .s8 .package-body #accordian .accordion__item .accordion__item__content {
    padding: 1rem 0;
  }

  .s8
    .package-body
    #accordian
    .accordion__item
    .accordion__item__content
    ul
    > li
    > img {
    width: 7%;
  }

  .s9 .head {
    max-width: 100%;
  }

  .s10 .head > h2 {
    font-size: 1.5rem;
  }

  .s10 .head span {
    font-size: 1.25rem;
  }

  .s10 div#accordian .accordion__item {
    border-radius: 0.5rem;
  }

  .s10 div#accordian .accordion__item .accordion__item__header h4 {
    font-size: 1rem;
    gap: 1rem;
  }

  .s11 .div-text > h2 {
    font-size: 2rem;
    text-align: center;
  }

  .s11 .div-text > p {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center;
  }

  .stats-row .stats-box > span {
    font-size: 1.5rem;
  }

  .stats-row {
    grid-gap: 1rem;
    margin: 0 0 2rem;
  }

  .stats-row .stats-box {
    /* text-align: left; */
    background: var(--white);
    border-radius: 0.5rem;
    padding: 1rem;
  }

  .stats-row .stats-box * {
    color: var(--black);
  }

  .stats-row .stats-box p {
    margin: 0;
    font-size: 0.87rem;
    line-height: 1.5;
    font-weight: 500;
  }

  #RFP2 {
    max-width: 100%;
  }

  .s12 .head > h2 {
    max-width: 100%;
  }

  .s12 .head > p {
    max-width: 100%;
  }

  .s5 .slick-dots {
    position: unset;
    flex-direction: revert;
  }

  .s5 ul.slick-dots li.slick-active {
    width: 30px;
    height: 12px;
  }
  .phase-card {
    margin: 0 0 2rem !important;
  }
}



footer {
    background: #0e2e67;
	    background-image: none !important; 
}