.hero-bg {
  background-color: #fbfafe;
  padding-bottom: 100px !important;
}
.lightblue-bg {
  background-color: #fbfafe;
}
.hero-section h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 34px;
  color: #161c2d;
}
.hero-section span.highlight {
  position: relative;
}
.hero-section span.highlight:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 100%;
  background: rgba(0, 78, 249, 0.2);
  left: 0;
  bottom: 6px;
}
.hero-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
  color: #000000;
}

a.blue-button {
  background: #045ae8;
  border-radius: 6px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.005em;
  color: #fff;
  transition: all 0.2s ease;
  box-shadow: 3px 4px 16px rgba(4, 90, 232, 0.2);
}
a.white-button {
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.005em;
  color: #045ae8;
  transition: all 0.2s ease;
  box-shadow: 3px 4px 16px rgba(4, 90, 232, 0.2);
}
a.button:hover,
a.button:focus {
  transition: all 0.2s ease;
  transform: translateY(1px);
  text-decoration: none;
}
.ca-blue-bg {
  background-color: #045ae8;
}
.ca-light-blue-bg {
  background-color: #f7f8fc;
}
.features-list {
  padding: 0 0 0 15px;
}
.hero-section .features-list li {
  list-style: none;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #20355a;
  padding-left: 35px;
  margin-bottom: 20px;
}
.hero-section .features-list li:before {
  content: "";
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes/assets/images/tick.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.features {
  padding: 0 0 0 15px;
}
.features li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #20355a;
  padding-left: 35px;
  margin-bottom: 20px;
}
.features li:before {
  content: "";
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes/assets/images/blue-tick.svg);
  width: 20px;
  height: 26px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #161c2d;
  margin-bottom: 60px;
}
.title .highlight {
  color: #004ef9;
}
.steps h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 39px;
  margin-bottom: 10px;
}
.steps p {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
.round-circle {
  background-color: #eaeaf6;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  min-width: 50px;
  margin-bottom: 10px;
}
.round-circle-success {
  background-color: #004ef9;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  min-width: 50px;
}
.steps .wizard {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 39px;
  color: #355ef7;
}
.step {
  padding-bottom: 40px;
  position: relative;
}
.wizard img {
  height: 18px;
  width: auto;
}
.faq .card {
  background: #ffffff;
  box-shadow: 0px 4px 26px rgb(0 0 0 / 6%);
  border-radius: 21px !important;
  margin-bottom: 50px;
  border: none;
}
.faq .card-header {
  background: transparent;
  padding: 0;
}
.faq .card-header {
  padding: 0px;
  border: none;
}
.faq .card-header h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  position: relative;
  padding: 40px 40px 40px 90px;
  color: #045ae8;
}
.faq .card-header h3[data-toggle="collapse"] {
  cursor: pointer;
  color: #222;
}
.faq .card-header h3:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  top: 40px;
  left: 40px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/faq-icon-ppg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.faq .card-header h3[data-toggle="collapse"]:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  display: inline-block;
  top: 40px;
  left: 40px;
  transition: all 0.2s ease;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/round-arrow.svg);
}
.faq .card-header h3[aria-expanded="true"]:before {
  transform: rotate(180deg);
}
.faq .card-header h3[aria-expanded="false"]:before {
  transform: rotate(0deg);
}
.faq .card-body {
  padding: 0px 45px 45px 90px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.faq .card-body p,
.faq .card-body li,
.faq .card-body a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.faq .card-body h4 {
  font-size: 18px;
  font-weight: 600;
}
.faq .card-body h5,
.faq .card-body h6 {
  font-size: 18px;
  font-weight: 600;
}
.cpg-blue-bg h2 {
  color: #fff;
}
.cpg-blue-bg {
  background-color: #045ae8;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/bg2.svg);
  background-repeat: repeat;
  background-size: 90%;
}
.cpg-blue-bg p {
  color: #fff;
}
.faq-wrapper {
  background-color: #f7f8fc;
  border-radius: 22px;
  padding: 1rem 2.5rem 2rem 2.5rem;
}
.faq-wrapper .title,
.title-blue {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #045ae8;
  margin-bottom: 25px;
}
.faq-wrapper .title .highlight,
.title-blue .highlight,
.h3-title .highlight {
  color: #045ae8;
}
.h3-title {
  font-size: 30px;
  line-height: 42px;
  color: #333;
  margin-bottom: 25px;
}
h4 {
  font-size: 25px;
  line-height: 35px;
  color: #333;
  margin-bottom: 20px;
}
.faq-wrapper p,
.common-faq p {
  font-size: 16px;
  line-height: 30px;
}
.rights h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.rights p {
  font-size: 16px;
  line-height: 24px;
}
.white-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 0px 20px 0px #1950f314;
  height: 100%;
}
.white-box {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 4px 15px rgba(61, 111, 240, 0.3);
}
.video h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 55px;
  color: #000000;
}
.video iframe {
  background: #f5f9ff;
  border: 12px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 27px rgb(205 224 255 / 54%);
  border-radius: 7px;
  max-width: 100%;
}
.reviews h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #161c2d;
  margin-bottom: 20px;
}
.reviews .review-box {
  background: #ffffff;
  box-shadow: 0px 6px 20px 3px rgb(229 229 229 / 60%);
  border-radius: 10px;
  padding: 30px;
  min-height: 100%;
  transition: all 0.2s ease;
  border: none;
  position: relative;
}
.review-box.card .card-body,
.review-box.card .card-footer {
  background-color: transparent;
  padding: 0;
  border: none;
}
.reviews .review-box:hover {
  transition: all 0.2s ease;
  transform: scale(1.2);
  z-index: 1;
}
.reviews img.quote-icon {
  height: 36px;
  width: auto;
  margin-bottom: 25px;
}
.reviews .comments {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 50px;
}
.reviews .commenter-img {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 15px;
}
.reviews .commenter-img img {
  height: 50px;
  width: auto;
}
.reviews .rating {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/free-trial/star.svg);
  background-repeat: repeat-x;
  height: 15px;
  width: 80px;
  background-size: contain;
}
.reviews .commenter p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #8e8e8e;
  margin-bottom: 0;
  margin-top: 10px;
}
.reviews .commenter p span {
  display: inline-block;
}
.reviews .commenter p span.commenter-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.reviews .commenter span.sep {
  color: #bcbcbc;
  padding-right: 15px;
  padding-left: 15px;
}
.reviews .review-footer {
  border-top: 1px solid #efefef;
}
.reviews .review-footer p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #a6a6b2;
  margin-bottom: 0;
  display: flex;
}
.reviews .review-footer img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
footer.dark-bg {
  background: #27283c;
  border: none !important;
  border-color: #27283c !important;
}
footer.dark-bg p,
footer.dark-bg a {
  color: #fff;
}
footer.dark-bg .social-icons img {
  max-height: 18px;
  width: auto;
}
footer.dark-bg img.logo {
  max-height: 27px;
  width: auto;
}
@media (min-width: 578px) {
  .round-circle,
  .round-circle-success {
    margin-right: 100px;
  }
  .step:before {
    content: "";
    width: 8px;
    background-color: #eaeaf6;
    left: 21px;
    top: 40px;
    display: block;
    position: absolute;
    height: 100%;
    z-index: -1;
  }
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .feature-container {
    column-count: 2;
  }
  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .faq .card-body {
    padding: 0 20px 20px 20px !important;
  }
  .round-circle-success {
    margin-bottom: 10px;
  }
  .step {
    padding-bottom: 30px;
  }
}
