/*Main Css */
:root {
  --main-bg-color: #f2faf7;
}
::selection {
  background: #ff5e14;
  color: #fff;
  text-shadow: none;
}

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

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

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

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #ff5e14;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

/* Accordion CSS */

.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

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

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Poppins";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */

.pad-sec {
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  /* padding: 50px 0 0; */
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #c7102e;
}

.header-site {
  position: relative;
}

.header-top-bar {
  background-color: #c7102e;
  padding: 0 25px;
}
.header-menu > li {
  display: inline-block;
  vertical-align: top;
}
.header-menu a {
  color: #fff;
  padding: 8px 15px;
}

.header-menu a.active {
  background-color: #fff;
  color: #c7102e;
}

.header-socials > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.header-socials {
  text-align: right;
}

.header-socials a {
  color: #fff;
  font-size: 18px;
}
.header-main-bar {
  box-shadow: 0px 5px 21px 1px rgba(0, 0, 0, 0.25);
  padding: 8px 80px;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: #fff;
}

.header-main-btn {
  background-color: #f7f7f7;
  padding: 15px 25px;
  color: #000;
  display: block;
  margin-left: auto;
  max-width: 180px;
  border-radius: 35px;
  text-align: center;
}

.new-megamenu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0px;
  background: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1050;
  transition: all 300ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.new-megamenu-wrapper.new-mm-active {
  opacity: 1;
  visibility: visible;
}
.new-megamenu-inner {
  width: 375px;
  background-color: #fff;
  height: 100%;
  padding: 35px 0 100px;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 400ms, transform 400ms;
}
.new-mm-active .new-megamenu-inner {
  opacity: 1;
  transform: translateX(0px);
}
.new-megamenu-items a {
  font-size: 18px;
  color: #333;
  padding: 15px 16px;
  display: block;
  font-weight: 500;
  position: relative;
}
.new-megamenu-items a:hover {
  text-decoration: underline;
}
.new-megamenu-items a::after {
  content: "";
  border-bottom: 1px solid rgb(214, 214, 214);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}

.new-megamenu-items .new-mm-item-img {
  display: flex;
  align-items: center;
}
.new-mm-item-img img {
  height: 28px;
  object-fit: contain;
  margin-right: 9px;
}

.new-mm-item-img svg {
  height: 27px;
  margin-right: 10px;
}

.menu-featured-stores {
  padding: 20px 16px 10px;
}
.menu-featured-stores h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.menu-feature-stores-list a {
  font-weight: 400;
}

.menu-feature-stores-list img {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.close-new-mm {
  background-color: #d6d6d64d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: calc(375px - 50px);
  cursor: pointer;
}

.menu-featured-stores h6 a {
  padding: 0;
}
.menu-featured-stores h6 a::after {
  content: none;
}

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 22;
  /* display: none; */
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
  width: 70%;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
  background-color: #000;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
  width: 70%;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* main css start */

.new-hero {
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.new-hero-bg-wrapper {
  position: relative;
  padding-left: 7%;
  padding-top: 7%;
  padding-bottom: 7%;
}
.new-hero-bg-wrapper::before {
  content: "";
  position: absolute;
  background-color: #DEDEDE;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 3.2rem;
  border-top-left-radius: 3.2rem;
  border-bottom-right-radius: 3.2rem;
  border-bottom-left-radius: 3.2rem;
  margin-right: 22%;
}

.new-hero-bg-wrapper h1 {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  padding-bottom: 1rem;
}
.new-hero-bg-wrapper p {
  font-style: normal;
  letter-spacing: -0.05rem;
  line-height: 140%;
  font-size: 1.8rem;
  margin-bottom: 5rem;
  max-width: 450px;
}
.copy-highlight-wrapper {
  background-color: #ffdede;
  padding: 25px 24px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 1.5rem;
  max-width: 75%;
  margin-bottom: 2rem;
}

.btn-theme-new {
  position: relative;
  padding: 0 0.55rem 0.8rem 0;
  z-index: 1;
}

.btn-theme-new span {
  align-items: center;
  background-color: #c7102e;
  border-radius: 5rem;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  letter-spacing: -0.01rem;
  overflow: hidden;
  padding: 15px 25px;
  position: relative;
  transition: border 0.3s, transform 0.3s;
  width: -webkit-max-content;
  width: max-content;
}
.btn-theme-new::before {
  border-radius: 4rem;
  content: "";
  position: absolute;
  background-color: #333;
  bottom: 0;
  left: 0.55rem;
  right: 0;
  top: 0.8rem;
}

.btn-theme-new:hover span {
  transform: translate3d(0.55rem, 0.75rem, 0);
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeInScale {
  animation-name: fadeInScale;
  animation-duration: 1s; /* Adjust the duration as needed */
  animation-fill-mode: both;
}

.new-hero img {
  margin-left: 5%;
}

.home-hero {
  padding: 90px 0 15px;
}
.home-hero-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: 300px;
  display: flex;
  align-items: center;
  padding: 15px 40px;
}
.home-hero-wrapper h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  padding-bottom: 15px;
}
.home-hero-wrapper p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}

.home-hero-wrapper img {
  width: 100%;
  max-width: 260px;
}

.web-logo img {
  width: 180px;
}

.home-cta-banner .container-fluid {
  max-width: 1440px;
}
.home-cta-wrapper {
  background-color: #cc0000;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.cta-banner-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}
.home-cta-wrapper .row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home-cta-wrapper h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}
.home-cta-wrapper h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
.cta-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 25px;
}
.cta-btns a {
  width: 192px;
  height: 45px;
  background-color: #fff;
  line-height: 45px;
  color: #000;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}

.benefits-section {
  padding-top: 100px;
}
.benefits-heading h2 {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}
.benefits-heading p {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.benefits-heading a {
  color: #666666;
  text-decoration: underline;
}
.benefits-box {
  background: #f7f7f7;
  box-shadow: 0px -1.2000000476837158px 2.4000000953674316px rgba(0, 0, 0, 0.06);
  border-radius: 9.6px;
  padding: 25px 40px;
  text-align: center;
  margin-top: 30px;
}
.benefits-box h5 {
  color: #333333;
  font-size: 18px;
  padding: 10px 0 15px;
  font-weight: 500;
}
.benefits-box p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.benefits-box a {
  color: #333;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 5px;
}

.benefit-box-img img {
  width: 120px;
}

.benefits-box.benefit-box-tall {
  min-height: 380px;
  padding-top: 30px;
}

.earn-and-redeem-section {
  background-color: #f7f7f7;
  padding: 30px 0;
  margin-top: 100px;
}
.earn-headings {
  text-align: center;
  padding-bottom: 30px;
}
.earn-headings h3 {
  font-size: 38px;
  font-weight: 500;
  padding-bottom: 10px;
}
.earn-headings p {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
}
.earn-headings {
}
.earn-box-wrapper {
  padding: 0 15px;
  max-width: 1660px;
  margin: auto;
}
.earn-box {
  text-align: center;
}
.earn-box-img {
  padding-bottom: 30px;
}
.earn-box-body h5 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 15px;
}
.earn-box-body p {
  font-size: 20px;
  line-height: normal;
  color: #333333;
  max-width: 240px;
  margin: auto;
}
.line-separator-earn-redeem {
  border-top: 1px solid #d6d6d6;
  margin-top: 40px;
  padding: 0 25px 40px;
}
.redeem-box-wrapper {
  padding-top: 40px;
  max-width: 1640px;
  margin: auto;
}
.redeem-box {
  text-align: center;
}
.redeem-box-img img {
  width: 100px;
}

.redeem-box-body {
  padding-top: 25px;
}
.redeem-box-body h5 {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
.redeem-box-body p {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  max-width: 310px;
  margin: auto;
}

.faq-section {
  padding: 30px 0;
}
.faq-section-wrapper h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
}

.faq-section-wrapper {
  max-width: 1400px;
  padding: 25px 15px;
  background-color: #f7f7f7;
  margin: auto;
}
/*
.faq-accordion p {
  font-size: 14px;
  line-height: normal;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.faq-accordion h4 {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
}
.faq-accordion h4::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 8px;
  font-size: 16px;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .active h4::before {
  transform: rotate(180deg);
}

.faq-accordion > li {
  border-top: 1px solid #888888;
  padding: 12px 0;
}
.faq-accordion div {
  display: none;
}
.faq-accordion {
  border-bottom: 1px solid #888888;
} */

.faq-accordion h4 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
}

.faq-accordion h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 8px;
  font-size: 22px;
  top: 24px;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .active h4::before {
  content: "\f068";
}
.faq-accordion p {
  color: #55585e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  /* padding-top: 1.2rem; */
  padding-bottom: 1.5rem;
}
.faq-accordion > li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.faq-accordion div {
  display: none;
}

.faq-accordion sub {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}
.faq-accordion p a {
  color: inherit;
  text-decoration: underline;
}
.survery-cta {
  background-color: #f7f7f7;
  padding: 30px 0;
  text-align: center;
}
.survey-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.survey-cta-wrapper h6 {
  color: #666666;
}
.survey-cta-wrapper a {
  width: 380px;
  border: 1px solid #888888;
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  color: #000;
}

.newsletter-section {
  padding: 30px 0 40px;
  text-align: center;
}
.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.newsletter-wrapper h6 {
  font-size: 24px;
  font-weight: 500;
}
.newsletter-form-wrapper input {
  height: 55px;
  width: 270px;
  border: 1px solid #888888;
  color: #000;
  font-size: 17px;
  padding: 0 15px;
}
.newsletter-form-wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 25px;
}
.newsletter-form-wrapper button {
  height: 55px;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px;
  padding: 0 25px;
}
.newsletter-wrapper a {
  color: #666666;
  font-size: 18px;
  text-decoration: underline;
}

.newsletter-section p {
  padding-top: 70px;
  color: #666666;
}

footer {
  padding: 30px 0px;
  background-color: #f7f7f7;
}
.footer-logo {
  padding-bottom: 10px;
}

.footer-logo img {
  width: 130px;
}

.footer-widget h4 {
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
.footer-menu a {
  color: #333333;
  font-size: 15px;
}
.footer-menu > li {
  padding-top: 20px;
}
.footer-copyright {
  padding: 15px 100px;
  background-color: #333333;
}
.footer-socials > li {
  display: inline-block;
  vertical-align: middle;
}
.footer-socials a {
  background-color: #666666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-menu > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.policy-menu {
  text-align: right;
}
.policy-menu a {
  color: #fff;
  font-size: 14px;
}

.website-stores-section {
  padding-top: 70px;
}
.website-stores-banner {
  background-color: #f2f2f2;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.website-stores-section .container-fluid {
  max-width: 1400px;
}
.website-stores-banner .row {
  width: 100%;
}

.website-stores-banner-left {
  padding-left: 15%;
}
.website-stores-banner h3 {
  font-size: 42px;
  color: #c7102e;
  padding-bottom: 10px;
}
.website-stores-banner p {
  color: #000;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 25px;
}
.website-stores-banner a {
  background-color: #fff;
  color: #000;
  padding: 15px 15px;
  border-radius: 5px;
}

.website-stores-list-wrapper {
  background-color: #f7f7f7;
  padding: 25px 0 70px;
}
.website-stores-list-items {
  padding: 0 25px;
  font-size: 0;
  margin: 0 -8px;
}
.website-stores-list-items > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  padding: 0 8px;
}
.website-store-list-box {
  box-shadow: 0px 4px 8px #d6d6d6;
  border-radius: 8px;
  padding: 15px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wslb-body h4 {
  color: #cc0000;
  font-size: 16px;
  font-weight: 500;
}
.website-store-list-box p {
  color: #333333;
  font-size: 14px;
  line-height: normal;
  padding-top: 5px;
}
.wslb-img {
  flex-shrink: 0;
}
.wslb-body h6 {
  color: #333333;
  font-size: 12px;
  padding-top: 10px;
}

.widget-register-section {
}
.widget-signup-wrapper {
}
.widget-signup-wrapper,
.register-slider-wrapper {
  height: 1000px;
  padding: 250px 10%;
}
.widget-signup-wrapper h2 {
  font-size: 46px;
  font-weight: bold;
  padding-bottom: 35px;
}
.widget-signup-wrapper p {
  font-size: 16px;
  line-height: normal;
  color: #7c7c7c;
  padding-bottom: 50px;
}
.widget-register-field {
  padding-bottom: 15px;
}
.widget-register-field label {
  font-weight: 500;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.widget-register-field input {
  height: 55px;
  border: 1px solid #cecece;
  width: 100%;
  padding: 0 10px;
}
.widget-register-field-checkbox label {
  color: #7c7c7c;
  font-size: 14px;
}
.widget-register-field-checkbox {
  padding-bottom: 25px;
}

.register-slider-wrapper {
  text-align: center;
  background-color: #97979747;
}
.register-slider-wrapper h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 25px;
}
.register-slider-wrapper p {
  font-size: 18px;
  line-height: normal;
}

.widget-register-btn {
  background-color: #c7102e;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 35px;
}

.signin-redeem .earn-and-redeem-section {
  margin-top: 0;
}

.contact-page-sec .container-fluid {
  max-width: 1600px;
}
.contact-page-sec {
  padding: 75px 75px;
}
.contact-page-sec h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
  padding-bottom: 25px;
}
.contact-page-sec h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  padding-bottom: 35px;
}
.contact-page-sec p {
  font-size: 16px;
  max-width: 550px;
  line-height: normal;
}
.contact-form-wrap {
  border-radius: 24px;
  padding: 49px 46px 45px;
  background: #f7f7f7;
  box-shadow: 0px -1.2000000476837158px 2.4000000953674316px rgba(0, 0, 0, 0.06);
  max-width: 640px;
}
.contact-form-field {
  padding-bottom: 15px;
}
.contact-form-field label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  width: 100%;
}
.contact-form-field input {
  background-color: #fff;
  border-radius: 10px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.contact-form-field textarea {
  height: 120px;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px;
}

.contact-form-submit {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  height: 50px;
  width: 240px;
  font-weight: bold;
}

.about-hero {
  padding: 100px 0;
  text-align: center;
}
.about-hero h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about-hero h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 15px;
}
.about-hero p {
  font-size: 16px;
  line-height: normal;
}
.about-repeating-sections .container-fluid {
  max-width: 1600px;
}
.about-repeating-sections .row {
  align-items: center;
}
.about-repeating-sections h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about-repeating-sections h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 25px;
}
.about-repeating-sections p {
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
}
.about-repeating-sections {
  padding: 75px 0;
}

.careers-open-positions .container-fluid {
  max-width: 1600px;
  margin: auto;
}
.careers-open-positions h2 {
  font-size: 44px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}
.open-positions-list {
  max-width: 1170px;
  margin: auto;
}
.open-positions-box {
  display: flex;
  align-items: flex-start;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 25px 35px;
  justify-content: space-between;
}
.open-positions-list > li + li {
  padding-top: 25px;
}
.open-positions-box a {
  padding: 15px 25px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.open-positions-box h5 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
.open-position-detail-list > li {
  padding-top: 10px;
}
.open-position-detail-list strong {
  font-weight: 500;
}
.careers-open-positions {
  padding: 74px 0;
}

.blog-hero {
  padding: 75px 0;
  background-color: #000;
}

.blog-hero .container-fluid {
  max-width: 1600px;
}
.blog-hero h1 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 35px;
}
.blog-hero p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  max-width: 550px;
}

.blogs-main-section {
  padding: 50px 0;
}
.blog-box {
  background: #f7f7f7;
  box-shadow: 0px -1.2000000476837158px 2.4000000953674316px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog-box-body {
  padding: 25px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog-box-body h5 {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}

.program-features-section {
  padding: 50px 75px;
}
.program-features-section .container-fluid {
  max-width: 1600px;
}
.program-features-section h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
.features-icon-list {
  padding-left: 30px;
}
.features-icon-list > li:not(:last-child) {
  padding-bottom: 25px;
}
.feature-icon-list-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.filb-img {
  flex-shrink: 0;
}
.filb-body h5 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.filb-body p {
  font-size: 14px;
  line-height: normal;
}

.ways-to-earn-feature {
  background-color: #f7f7f7;
  padding: 75px;
}
.ways-to-earn-feature h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
.ways-to-earn-feature .container-fluid {
  max-width: 1600px;
}
.ways-to-earn-feat-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.ways-to-earn-feat-box i {
  width: 50px;
  height: 50px;
  background-color: #cc0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.ways-to-earn-feat-box h5 {
  font-size: 22px;
  font-weight: 500;
}

.ways-to-earn-feat-box p {
  font-size: 14px;
  text-align: center;
  line-height: normal;
}

.reward-customers-section {
  padding: 75px 75px;
}
.reward-customers-section .container-fluid {
  max-width: 1600px;
}
.reward-customers-section h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 35px;
}
.reward-customers-section p {
  font-size: 18px;
  line-height: normal;
}

.reward-customers-list {
  font-size: 0;
}
.reward-customers-list > li {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding-top: 30px;
}
.reward-customers-list-box {
  text-align: center;
}
.reward-customers-list-box h5 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

.optimize-engagement {
  padding: 75px 75px;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}

.optimize-engagement .container-fluid {
  max-width: 1600px;
}
.optimize-engagement h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 35px;
  text-align: center;
}
.optimize-engagement-box {
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
  transition: background 0.3s, border 0.6s, border-radius 0.6s, box-shadow 0.6s;
  border-radius: 15px;
}
.optimize-engagement-box h5 {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 15px;
}
.optimize-engagement-box p {
  font-size: 16px;
  line-height: normal;
}
.optimize-engagement-box:hover {
  box-shadow: 8px 8px 0px 0px #000000;
}

.refferal-program-one {
  padding: 40px 75px;
}
.refferal-program-one .container-fluid {
  max-width: 1600px;
}
.refferal-program-one h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 35px;
  line-height: 46px;
}
.refferal-program-one p {
  font-size: 20px;
  line-height: normal;
}

.referral-img-section {
  padding: 40px 0;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
.referral-img-section h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 35px;
  line-height: 38px;
  text-align: center;
}
.referral-img-section .container-fluid {
  max-width: 1600px;
}

/* .terms-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
} */

.terms-content h2 {
  font-size: 30px;
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.terms-content h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.terms-content p {
  font-size: 16px;
  line-height: normal;
}

.terms-content {
  padding: 30px 0;
}
.terms-content p + p {
  padding-bottom: 20px;
}

.footer-about {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 25px;
}
.footer-copyright p {
  color: #fff;
}

.pb-partners-hero {
  background-color: #f7f7f7;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.pb-partners-hero h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  padding-bottom: 15px;
}
.pb-partners-hero p {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 35px;
}
.btns-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.btn-solid-red {
  background-color: #c00;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
}
.btn-outline-red {
  padding: 15px 25px;
  color: #c00;
  border: 2px solid #c00;
  border-radius: 5px;
}

.partner-hero-content {
  max-width: 75%;
  padding-left: 6%;
}

.partners-customers-see .container-fluid {
  max-width: 1600px;
}
.partners-customers-see h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}
.partners-customers-see h6 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 80px;
}

.customers-see-box {
  text-align: center;
  padding: 40px 50px;
}
.customers-see-box h4 {
  font-size: 26px;
  padding: 10px 0 15px;
  font-weight: 500;
}
.customers-see-box p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.customers-see-box-img img {
  width: 100px;
}

.partners-customers-see {
  padding: 75px 0;
}

.home-feature {
  padding: 75px 0;
}
.home-feature .container-fluid {
  max-width: 1600px;
}

.home-feature-title h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 15px;
}
.home-feature-title p {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 25px;
}
.home-features-list > li {
  padding-bottom: 30px;
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
}

.home-features-list i {
  color: #cc0000;
  margin-top: 6px;
}
.home-features-list p {
  font-size: 18px;
  line-height: normal;
}
.home-features-list p strong {
  font-weight: 500;
}

.partners-brands {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.partners-brands h3 {
  text-align: center;
  color: #333333;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  max-width: 80%;
  margin: auto;
  line-height: normal;
}

.btns-wrapper-center {
  justify-content: center;
}

.partner-cta {
  padding: 60px 0;
  text-align: center;
}
.partner-cta h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 15px;
}
.partner-cta p {
  font-size: 16px;
  line-height: normal;
  max-width: 75%;
  margin: auto;
  padding-bottom: 35px;
}

.optimize-engagement-featurepage {
  margin: 100px 0;
}

.optimize-engagement-box a {
  color: #000;
  text-decoration: underline;
  margin-top: 15px;
  font-weight: 500;
}
.optimize-engagement-box a i {
  margin-left: 5px;
}

.filb-img img {
  width: 50px;
}
.ways-to-earn-feat-box img {
  width: 80px;
}
.reward-customers-list-box img {
  width: 50px;
}
.optimize-engagement-box img {
  width: 60px;
}

.perkbuddy-rewarding-sec {
  background-color: #dc0000;
  text-align: center;
  margin-top: 100px;
  font-size: 0;
}
.perkbuddy-rewarding-left h3 {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 25px;
}
.perkbuddy-rewarding-left p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.perkbuddy-rewarding-right-list {
  font-size: 0;
}
.perkbuddy-rewarding-right-list > li {
  width: 50%;
  /* padding: 0 15px; */
  display: inline-block;
  vertical-align: top;
}
.pbrr-list-box {
  /* height: 300px; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pbrr-list-box h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  /* position: absolute;
  left: 30px;
  right: 30px;
  top: 15%; */
  color: #fff;
}

.pbrr-list-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
}
.perkbuddy-rewarding-right-list > li.last h5 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.footer-insta-box a {
  color: #000;
  font-size: 14px;
}
.footer-insta-box a svg {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-insta-box {
  padding-top: 15px;
}
.footer-insta-box a:hover {
  color: #cc0000;
}

.footer-menu a sub {
  font-size: 0.6em;
  vertical-align: top;
}

.terms-content h1 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.terms-content h2 {
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.terms-content a {
  color: inherit;
  text-decoration: underline;
}
.terms-content p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.terms-content strong {
  font-weight: bold;
}
.terms-content ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.terms-content ol {
  list-style: numeric;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.terms-content ol li {
}

.plugin-setup-section {
  padding: 50px 0;
  background-color: #f7f7f7;
  /* margin-bottom: 100px; */
  border-bottom: 1px solid #7a7a7a21;
}
.plugin-steps-nav {
  border: 1px solid #313438;
  border-radius: 200px;
  display: flex;
  margin-top: 13px;
  padding: 5px;
  position: relative;
  z-index: 1;
  gap: 10px;
  margin-bottom: 50px;
}

.plugin-steps-nav::before {
  content: "";
  background-color: #c7102e;
  border-radius: 35px;
  height: calc(100% - 10px);
  left: 5px;
  position: absolute;
  top: 5px;
  transition: left 0.35s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: calc(20%);
  z-index: -1;
}

.plugin-step-plugin-steps-nav-02::before {
  left: 5px;
}
.plugin-step-plugin-steps-nav-02::before {
  left: calc(1 * 20%);
}
.plugin-step-plugin-steps-nav-03::before {
  left: calc(2 * 20%);
}
.plugin-step-plugin-steps-nav-04::before {
  left: calc(3 * 20%);
}
.plugin-step-plugin-steps-nav-05::before {
  left: calc(4 * 20% - 5px);
}
.plugin-step-plugin-steps-nav-06::before {
  left: calc(5 * 20% - 5px);
}

.plugin-steps-nav li {
  display: flex;
  height: 45px;
  justify-content: center;
  text-align: center;
  transition: color 0.15s cubic-bezier(0.7, 0, 0.3, 1) 0s,
    background-color 0.15s ease-in-out;
  width: calc(20%);
  align-items: center;
  border-radius: 35px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}
.plugin-steps-nav li.active {
  color: #fff;
}

.plugin-setup-section h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 35px;
}

.plugin-setup-details-box {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.plugin-setup-details-box-body h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px;
}
.plugin-setup-details-box-body p {
  font-size: 16px;
  line-height: normal;
}
.plugin-setup-details-box-body a {
  color: inherit;
  text-decoration: underline;
}

.install-button-steps {
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  margin-top: 15px;
  text-decoration: none !important;
}
.install-button-steps:hover {
  background-color: #c7102e;
  color: #fff;
}

.new-section-title {
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  font-size: 44px;
  padding-bottom: 2rem;
}
.new-section-para {
  font-weight: 300;
  /* letter-spacing: -0.05rem; */
  line-height: 1.6;
  font-size: 18px;
}

.new-section-padding {
  padding-top: 150px;
  padding-bottom: 100px;
}

.btn-theme-new.btn-theme-new-outline span {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
.btn-theme-new.btn-theme-new-outline:hover span {
  background-color: #c7102e;
  color: #fff;
}
.new-section-para-pad-b {
  padding-bottom: 2.5rem;
}

.new-wide-img-section {
  padding-top: 125px;
  padding-bottom: 100px;
}
.new-widge-img-wrapper {
  padding-bottom: 3.5rem;
}
.new-wide-img-content-box h5 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 1rem;
  line-height: 1.5;
}
.new-wide-img-content-box p {
  font-size: 16px;
  line-height: 1.6;
}
.new-wide-img-content-box {
  padding: 0 20px;
}

.new-wide-img-section .container-fluid {
  max-width: 1440px;
}

.new-shop-brands-cta {
  margin: 175px 0 75px;
}
.new-shop-brands-cta-wrapper {
  background-color: #E7E7E7;
  border-radius: 3.5rem;
  padding-left: 7%;
}
.new-shop-brands-cta-wrapper h3 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  padding-bottom: 1.6rem;
}
.new-shop-brands-img-02 {
  margin-top: -70px;
}
.new-shop-brands-cta-wrapper-img {
  padding-left: 50px;
  padding-right: 50px;
}
.new-shop-brands-img-01 {
  margin-bottom: -30px;
  margin-top:-50px;
}

.new-about-hero {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 125px;
}
.new-about-hero h2 {
  font-size: 80px;
  font-weight: 500;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.new-about-hero p {
  font-size: 22px;
  line-height: normal;
}

.new-about-bg-section-contnet {
  padding: 0 40px;
}

.new-about-bg-section-contnet {
  padding: 0 40px;
}
.new-about-bg-section {
  padding: 100px 0;
  background-color: #DEDEDE;
}

.new-section-para strong {
  font-weight: 500;
}

.about-bg-cta-bg .container-fluid {
  max-width: 1440px;
}

.about-bg-cta-wrapper {
  background-color: #E7E7E7;
  padding-left: 7%;
  border-radius: 1.5rem;
}
.about-bg-cta-wrapper h5 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 35px;
}
.about-bg-cta-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 35px;
}
.about-bg-cta-bg {
  padding-top: 125px;
  padding-bottom: 125px;
}

.about-bg-cta-wrapper img {
  /*padding-top: 50px;*/
  padding-right: 7%;
  /*padding-bottom: 50px;*/
  margin-bottom:-60px;
}

.features-tabluer-section {
  padding: 100px 0;
}
.features-tabluer-section .container-fluid {
  max-width: 1440px;
}
.features-tabluer-section h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.features-tabluer-section h3 {
  font-size: 18px;
  font-weight: 300;
}

.features-table-head {
  padding-top: 3rem;
}

.features-table-head h3 {
  color: #254f9b;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: normal;
  padding-bottom: 15px;
  padding-left: 25px;
}
.features-table-head-packages {
  font-size: 0;
}
.features-table-head-packages > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.fthead-packages-box {
  border: solid 2px #ececec;
  background-image: linear-gradient(to bottom, #fff, #eee),
    linear-gradient(to bottom, #fafafa, #fafafa);
  text-align: center;
  height: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.fthead-packages-box h4 {
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.fthead-packages-box h5 {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 30px;
}
.fthead-packages-box h5 span {
  color: #a29f9f;
  font-size: 0.8rem;
  margin-left: 5px;
}
.fthead-packages-box a {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
}

.ft-head-package-orange a {
  background-color: #c7102e;
}

.ft-head-package-orange h4 {
  color: #c7102e;
}

.features-table-wrapper td {
  border-width: 0px;
  border-style: solid;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cecece;
  color: #344555;
  font-size: 26px;
}
.features-table-wrapper {
  width: 100%;
  min-width: 610px;
  background-color: #ffffff;
  border-collapse: collapse;
  color: #000000;
  background-image: linear-gradient(to bottom, #fff, #eee);
}
.features-table-wrapper td:nth-child(1) {
  width: 42.5%;
}
.features-table-wrapper .table-content-child {
  color: #4a4a4a;
  width: 34%;
  text-align: left;
  border: 1px solid #cecece;
  padding: 25px 30px;
}
.table-content-child h6 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 15px;
}
.table-content-child p {
  font-size: 14px;
  line-height: 1.6;
}
.table-content-child.table-content-child-wide {
  width: 100%;
}
.pptable-check.pptable-check-alt {
  color: #c7102e;
}

.table-content-child.table-content-child-wide {
  background-image: linear-gradient(to bottom, #fff, #eee),
    linear-gradient(to bottom, #fafafa, #fafafa);
  border: solid 2px #ececec;
}

.table-content-child.table-content-sub {
  padding-left: 5%;
}
.table-content-child.table-content-sub h6 {
  font-size: 22px;
}

.copy-highlighted-content {
  background-color: #ffdede;
  padding: 25px 24px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 1.5rem;
  max-width: 70%;
  margin-bottom: 2rem;
}
.copy-highlighted-content strong {
  font-weight: 500;
}

.new-section-subtitle {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin-top: -25px;
  padding-bottom: 20px;
}
.points-hero-img {
  max-width: 45%;
}
.points-ending-cta {
  padding: 100px 0;
  background-color: #ffdede;
}
.about-page-hero {
  max-width: 55%;
}
.points-ending-cta h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 1.5rem;
}
.points-ending-cta p {
  font-size: 18px;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  padding-bottom: 2.5rem;
}

.points-img-wrapper img {
  height: 450px;
  width: 100%;
}
.points-img-wrapper {
  padding-bottom: 2rem;
}
.points-img-on-top h3 {
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  font-size: 35px;
}
.points-img-on-top p {
  font-weight: 300;
  line-height: 1.6;
  font-size: 18px;
  padding-bottom: 2rem;
}

.subnote-para {
  display: block;
  font-size: 0.7rem;
  padding-top: 10px;
}

.points-img-on-top {
  padding-top: 100px;
}

.home-wide-banner-margin-neg {
  margin-top: -20%;
}

.perkbuddy-rewarding-alt {
  padding: 100px 0;
  background-color: #e7e7e76b;
}
.pb-rewarding-alt-top h3 {
  font-size: 62px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 25px;
}
.pb-rewarding-alt-top p {
  font-size: 18px;
  line-height: normal;
}
.pb-rewarding-alt-top p strong {
  font-weight: 500;
}
.pb-rewarding-alt-top {
  padding-bottom: 30px;
}

.pb-rewarding-alt-box {
  padding: 0 15px;
}
.pb-rewarding-alt-box-img img {
  border-radius: 35px;
}
.pb-rewarding-alt-box-body h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pb-rewarding-alt-box-body p {
  font-size: 16px;
  line-height: normal;
}

.optimize-engagement-featurepage img {
  height: 50px;
  object-fit: scale-down;
  margin-bottom: 15px;
}
.referral-enable-sec img {
  margin-bottom: 35px;
}

.new-about-hero h6 {
  font-size: 40px;
  font-weight: 300;
}
.new-about-hero h6 strong {
  font-weight: 500;
}

.points-multi-features-sec {
  padding-top: 50px;
  background: linear-gradient(
    180deg,
    RGB(222, 222, 222) 0%,
    RGB(222, 222, 222) 49%,
    rgba(255, 255, 255, 1) 49%
  );
}
.points-multi-features-sec img {
  margin-bottom: 30px;
}
.points-multifeature-box h5 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.points-multifeature-box p {
  font-size: 14px;
  line-height: normal;
}
.points-multifeature-box p sub {
  font-size: 10px;
}
.points-multifeature-box {
  padding: 0 5px;
}

.new-content-section-wrapper .btn-theme-new {
  margin-top: 35px;
}


.revamp-home-content-section .new-section-title {
  padding-bottom: 0;
}

.revamp-home-content-section .new-section-para {
  max-width: 1000px;
  padding-bottom: 50px;
}

.new-hero.new-hero-home {
  margin-left: 0;
  margin-right: 0;
}
.new-hero.new-hero-features {
  margin-left: 0;
  margin-right: 0;
}

.new-hero.new-hero-home .container-fluid,.new-hero.new-hero-features .container-fluid {
  padding:0;
}

.new-hero.new-hero-home .new-hero-bg-wrapper::before,
.new-hero.new-hero-features .new-hero-bg-wrapper::before{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.home-duo-image-container {
  font-size: 0;
}
.home-duo-image-container>li:first-child {
  max-width: 85%;
}
.home-duo-image-container > li:last-child {
  max-width: 85%;
  margin-left: auto;
}
.home-duo-image-container > li:last-child img {
  display: block;
  margin-left: auto;
  margin-top: -350px;
}
.revamp-home-duo-images-seciton {
  padding-bottom: 100px;
}


.points-multi-features-sec .btn-theme-new {
  margin-top: 30px;
}

.new-hero.new-hero-home.new-hero-referrals h1 {
  font-size: 3rem;
}
.new-hero.new-hero-home.new-hero-referrals p {
  font-size: 1.4rem;
}

.customized-ui-section {
  padding:100px 0 50px;
}


.customized-ui-bg-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  padding-top: 25px;
}
.customized-ui-bg-wrap p {
  font-size: 14px;
}


.customized-ui-bg-wrap::before {
  background-color: #DEDEDE;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 340px;
}
.customized-ui-bg-wrap img {
  margin-top: -70px;
}


.customized-ui-bg-wrap a {
  margin-top: 50px;
}


.customized-ui-section h4 {
  font-size: 24px;
}
.customized-ui-section h5 {
  font-weight: 300;
  font-size: 24px;
  max-width: 80%;
  margin: auto;
  line-height: normal;
}



.features-table-wrapper-alt {
  width: 100%;
  min-width: 610px;
  background-color: #ffffff;
  border-collapse: collapse;
  color: #000000;
}
.features-table-alt {
  width: 100%;
  min-width: 610px;
  background-color: #ffffff;
  border-collapse: collapse;
  color: #000000;
}
.features-table-alt thead td {
  background-color: #DEDEDE;
  padding: 20px 25px;
  font-size: 25px;
  font-weight: 500;
  border: 1px solid #B2B2B2;
}
.features-table-alt tbody td {
  border: 1px solid #B2B2B2;
  padding: 20px 25px;
  font-size: 25px;
}
.featuretable-alt-first {
  width: 40%;
}
.features-table-alt td:first-child {
  width: 40%;
}
.features-table-alt td:last-child {
  width: 30%;
  text-align: center;
}
.features-table-alt td:nth-child(2) {
  text-align: center;
  width: 30%;
}
.pptable-check-alt {
  background-color: #1EB649;
  border-radius: 50%;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.pptable-cross-alt {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #A5B1BF;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}


@media (min-width: 1200px) {
  .home-feature .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }

  .about-repeating-sections .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 1600px) {
  .new-hero-bg-wrapper h1 {
    font-size: 3rem;
  }
}

@media (max-width: 1440px) {
  .new-hero-bg-wrapper p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .new-hero-bg-wrapper h1 {
    font-size: 2.5rem;
  }
  .new-hero {
  margin-top: 40px;
  margin-bottom: 40px;
}
.new-hero-bg-wrapper {
  padding-top: 4%;
  padding-bottom: 4%;
}
.new-shop-brands-cta-wrapper h3 {
  font-size: 44px;
}

.about-page-hero {
  max-width: 440px;
}
.points-hero-img {
  max-width: 380px;
}
}

@media (max-width: 767px) {
  .earn-box-body h5 {
    font-size: 24px;
  }
  .earn-box-body p {
    font-size: 14px;
  }
  .redeem-box-body h5 {
    font-size: 24px;
  }
  .redeem-box-body p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-repeating-sections h2 {
    font-size: 26px;
  }
  .how-it-works-points-box h6 {
    font-size: 14px;
  }
  .website-stores-banner-left {
    padding-left: 5%;
  }
  .header-main-bar {
    padding: 15px 15px;
  }
  .header-top-bar {
    padding: 0 15px;
  }
  .header-megamenu {
    margin: 0 15px;
  }
  .header-socials {
    display: none;
  }
  .header-menu a {
    padding: 5px 5px;
    /*background-color: transparent !important;*/
    font-size: 14px;
    /*color: #fff !important;*/
  }
  .header-main-bar .col-md-3,
  .header-main-bar .col-md-6 {
    max-width: 33.333%;
  }
  .header-megamenu {
    padding: 25px 15px;
  }
  .header-mm-left h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .megamena-navigation > li {
    display: block;
  }
  .megamena-navigation > li:not(:first-child) {
    padding-left: 0;
    padding-top: 10px;
  }
  .header-mm-right {
    align-items: flex-start;
  }
  .megamena-navigation img {
    width: 40px;
    flex-shrink: 0;
    height: 35px;
    object-fit: scale-down;
  }
  .megamena-navigation span {
    color: #000;
    font-size: 16px;
  }
  .mm-support-icon {
    width: 40px;
    height: 40px;
  }
  .home-hero {
    padding: 50px 0 15px;
  }
  .home-hero-wrapper {
    height: auto;
    padding: 15px 15px;
  }
  .home-hero-wrapper h3 {
    font-size: 30px;
  }
  .home-hero-wrapper p {
    font-size: 15px;
    max-width: 75%;
  }
  .home-cta-wrapper h6 {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .home-cta-wrapper h3 {
    font-size: 16px;
    line-height: 22px;
    max-width: 60%;
  }
  .home-cta-wrapper h3 br {
    display: none;
  }
  .cta-banner-img {
    max-width: 40%;
    object-fit: cover;
    object-position: left;
  }
  .benefits-section {
    padding-top: 50px;
  }
  .benefits-heading h2 {
    font-size: 28px;
  }
  .benefits-heading p {
    font-size: 14px;
  }
  .benefits-box {
    padding: 15px 15px;
    margin-top: 15px;
  }
  .benefits-box h5 {
    font-size: 22px;
    padding: 10px 0 10px;
  }
  .benefits-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .benefits-box.benefit-box-tall {
    min-height: auto;
  }
  .earn-and-redeem-section {
    margin-top: 50px;
  }
  .earn-headings h3 {
    font-size: 28px;
  }
  .earn-headings p {
    font-size: 16px;
    line-height: 20px;
  }

  .earn-box {
    padding-bottom: 25px;
  }
  .earn-box-img {
    padding-bottom: 10px;
  }
  .earn-box-body h5 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .earn-box-img img {
    width: 100px;
  }
  .earn-headings h3 {
    font-size: 24px;
  }
  .redeem-box-wrapper {
    padding-top: 0;
  }
  .redeem-box-wrapper .col {
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    min-width: 50%;
    padding-top: 25px;
  }
  .earn-headings h3 {
    font-size: 24px;
  }
  .earn-headings {
    padding-bottom: 0;
  }
  .redeem-box-body h5 {
    font-size: 18px;
  }
  .redeem-box-body p {
    font-size: 12px;
    line-height: 20px;
  }
  .faq-section {
    padding: 50px 0;
  }
  .faq-section-wrapper h3 {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .faq-accordion h4 {
    font-size: 14px;
    line-height: normal;
  }
  .faq-accordion p {
    font-size: 12px;
    padding-right: 0px;
  }
  .newsletter-wrapper h6 {
    font-size: 20px;
  }
  .newsletter-form-wrapper {
    gap: 10px;
    padding: 0 10px;
  }
  footer {
    text-align: center;
  }
  .footer-widget {
    padding-top: 25px;
  }
  .footer-about {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-hero {
    padding: 50px 0;
  }
  .about-hero h1 {
    font-size: 28px;
  }
  .about-hero p {
    font-size: 14px;
  }
  .about-repeating-sections h2 {
    padding-bottom: 5px;
  }
  .about-repeating-sections {
    padding: 30px 0;
  }
  .careers-open-positions {
    padding: 50px 0;
  }
  .careers-open-positions h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }

  .open-positions-box {
    padding: 15px 15px;
  }
  .open-positions-box h5 {
    font-size: 16px;
  }
  .open-position-detail-list > li {
    font-size: 14px;
  }
  .open-positions-box a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .blog-hero {
    padding: 40px 0;
  }
  .blog-hero h1 {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .blog-hero p {
    font-size: 14px;
  }
  .blog-hero svg {
    width: 100%;
    height: 200px;
  }
  .contact-page-sec {
    padding: 40px 0px;
  }
  .contact-page-sec h1 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .contact-page-sec h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 25px;
  }
  .contact-page-sec p {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .contact-form-wrap {
    padding: 25px 15px;
  }
  .how-it-works-earn-points-items > li {
    padding: 0 5px;
  }
  .hit-points-box-img img {
    max-width: 50px;
  }
  .how-it-works-points-box h4 {
    font-size: 18px;
  }
  .how-it-works-points-box h6 {
    font-size: 12px;
  }
  .how-it-works-points-box {
    padding: 10px 15px;
  }
  .how-it-works-visual-section {
    padding: 40px 0;
  }
  .how-it-works-visual-section h2 {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .hiw-visual-box-img {
    height: 120px;
  }
  .hiw-visual-box-img img {
    max-width: 50%;
  }
  .how-it-works-visual-box {
    padding: 15px 15px;
    height: auto;
  }
  .how-it-works-visual-row-divider {
    padding-top: 0;
  }
  .website-stores-banner {
    height: auto;
    padding: 25px 15px;
  }
  .website-stores-banner-left {
    padding-left: 0;
  }
  .website-stores-banner h3 {
    font-size: 28px;
  }
  .website-stores-banner p {
    font-size: 14px;
  }
  .website-stores-banner img {
    max-width: 70%;
  }
  .website-stores-list-items {
    padding: 0;
    font-size: 0;
    margin: 0;
  }
  .website-stores-list-items > li {
    width: 100%;
  }
  .website-store-list-box p {
    font-size: 12px;
  }
  .website-stores-list-wrapper {
    padding: 25px 0 25px;
  }
  .header-main-btn {
    padding: 10px 5px;
    font-size: 12px;
  }

  .pbrr-list-box {
    height: auto;
  }

  .perkbuddy-rewarding-sec .col-md-6 {
    padding: 0;
  }

  .perkbuddy-rewarding-left p {
    font-size: 14px;
  }

  .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pb-partners-hero {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .partner-hero-content {
    max-width: 100%;
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pb-partners-hero h1 {
    font-size: 31px;
  }
  .pb-partners-hero img {
    padding-right: 15px;
  }

  .perkbuddy-rewarding-sec {
    margin-top: 0;
  }
  .home-feature {
    padding: 40px 0;
    text-align: center;
  }
  .home-feature-title h3 {
    font-size: 26px;
  }
  .home-feature-title p {
    font-size: 16px;
  }

  .about-repeating-sections-alt-row .row {
    flex-direction: column-reverse;
  }
  .about-img {
    padding: 25px 50px;
  }

  .optimize-engagement.optimize-engagement-featurepage {
    margin: 50px 0;
    padding: 35px 0;
  }
  .optimize-engagement h2 {
    font-size: 26px;
  }
  .optimize-engagement-box {
    padding: 25px 25px;
    margin-bottom: 15px;
  }
  .program-features-section {
    padding: 30px 15px;
  }
  .program-features-section h2 {
    font-size: 24px;
    line-height: normal;
  }
  .features-icon-list {
    padding-left: 0;
    padding-top: 35px;
  }
  .ways-to-earn-feature {
    padding: 35px 0;
  }

  .reward-customers-section {
    padding: 25px 15px;
    text-align: center;
  }
  .reward-customers-section h3 {
    font-size: 26px;
    padding-bottom: 25px;
  }
  .reward-customers-section p {
    font-size: 14px;
  }
  .reward-customers-list-box h5 {
    font-size: 16px;
  }
  .optimize-engagement {
    padding: 25px 25px;
  }

  .program-features-section .col-md-5 img {
    max-width: 75%;
  }
  .ways-to-earn-feature h2 {
    font-size: 26px;
    line-height: normal;
    padding-bottom: 25px;
  }

  .refferal-program-one {
    padding: 25px 0;
  }
  .refferal-program-one h2 {
    font-size: 26px;
    line-height: normal;
  }
  .refferal-program-one p {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .referral-img-section h2 {
    font-size: 26px;
    line-height: normal;
  }

  .plugin-setup-section h2 {
    font-size: 26px;
    line-height: normal;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .plugin-setup-details-box {
    max-width: 100%;
    text-align: center;
  }
  .plugin-setup-details-box .row {
    flex-direction: column-reverse;
  }
  .plugin-steps-nav li {
    font-size: 10px;
  }
  .plugin-steps-nav {
    margin-bottom: 0;
  }

  #header-top-bar {
    margin-bottom: -1px;
  }
  .new-hero {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .new-hero-bg-wrapper {
    padding: 25px 25px 0 25px;
    text-align: center;
  }
  .new-hero .container-fluid {
    padding: 0;
  }
  .new-hero-bg-wrapper::before {
    width: 100%;
    border-radius: 0;
  }
  .new-hero-bg-wrapper h1 {
    font-size: 2rem;
  }
  .new-hero-bg-wrapper p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .new-hero img {
    margin-left: 0;
    margin-top: 25px;
  }

  .home-content-section-one .row {
    flex-direction: column-reverse;
  }
  .new-section-title {
    font-size: 32px;
    line-height: 1.5;
  }

  .home-content-section-one img {
    margin-top: 25px;
  }
  .new-section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .new-content-section-wrapper .btn-theme-new {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .pb-rewarding-alt-top h3 {
    font-size: 44px;
  }
  .perkbuddy-rewarding-alt {
    padding: 50px 0;
  }
  .pb-rewarding-alt-box {
    margin-top: 30px;
    text-align: center;
  }
  .pb-rewarding-alt-box-body h5 {
    padding-bottom: 0;
  }
  .new-content-section img {
    padding: 30px 0;
  }
  .new-wide-img-content-box {
    padding: 25px 10px;
  }
  .new-wide-img-section {
    padding-top: 65px;
    padding-bottom: 0;
  }

  .new-content-section img {
    padding: 30px 0;
  }
  .new-shop-brands-cta-wrapper h3 {
    font-size: 2.2rem;
  }
  .new-shop-brands-cta-wrapper {
    text-align: center;
    border-radius: 0;
    padding: 25px 15px;
  }
  .new-shop-brands-cta {
    margin: 50px 0 0;
  }
  .new-shop-brands-cta .container {
    padding: 0;
  }

  .new-shop-brands-cta-wrapper-img {
    padding: 0;
    padding-top: 30px;
    display: none;
  }
  .new-megamenu-inner {
    width: 310px;
  }
  .close-new-mm {
    left: calc(310px - 50px);
  }

  .new-about-hero {
    padding: 50px 0;
  }
  .about-page-hero {
    max-width: 100%;
  }
  .new-about-hero h2 {
    font-size: 30px;
  }
  .new-about-hero p {
    font-size: 18px;
  }
  .new-about-bg-section {
    margin: 0;
    padding: 40px 0;
  }
  .new-about-bg-section-contnet {
    padding: 0 15px;
  }

  .about-section-one .row {
    flex-direction: column-reverse;
  }
  .new-about-bg-section img {
    padding: 25px 0;
  }
  .about-bg-cta-bg {
    padding: 0;
  }
  .about-bg-cta-bg img {
    display: none;
  }
  .about-bg-cta-bg .container-fluid {
    padding: 0;
    text-align: center;
  }
  .about-bg-cta-wrapper {
    padding: 25px 15px;
    border-radius: 0;
  }
  .about-bg-cta-wrapper h5 {
    font-size: 26px;
    padding-bottom: 25px;
  }
  .about-bg-cta-wrapper p {
    font-size: 15px;
  }

  .features-tabluer-section {
    padding: 40px 0;
  }
  .features-tabluer-section h2 {
    font-size: 34px;
    line-height: 1.4;
  }
  .features-table-head h3 {
    padding-left: 0;
    text-align: center;
    font-size: 16px;
  }
  .fthead-packages-box h4 {
    font-size: 20px;
  }
  .fthead-packages-box h5 {
    font-size: 22px;
  }

  .features-table-wrapper .table-content-child {
    padding: 15px 15px;
  }
  .features-table-wrapper .table-content-child .table-content-child {
  }
  .features-table-wrapper td:nth-child(1) {
    width: 40%;
  }
  .table-content-child h6 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .table-content-child p {
    font-size: 12px;
  }
  .features-table-wrapper {
    min-width: 100%;
  }
  .table-content-child.table-content-sub h6 {
    font-size: 16px;
  }
  .new-about-hero h6 {
    font-size: 20px;
  }
  .points-hero-img {
    max-width: 75%;
  }

  .points-multi-features-sec {
    background: rgba(255, 222, 221, 1);
    padding: 40px 0;
  }
  .points-multifeature-box {
    margin-bottom: 25px;
  }
  
  .points-img-on-top {
    padding-top: 60px;
  }
  .points-img-on-top h3 {
    font-size: 30px;
  }
  .points-img-on-top {
    text-align: center;
  }
  .points-sec-loyalty .row {
    flex-direction: column-reverse;
  }
  .points-sec-loyalty {
    padding-bottom: 0;
  }
  .points-sec-btn .btn-theme-new {
    margin-top: 25px;
  }

  .referral-enable-sec {
    padding-top: 0;
  }
  .referral-enable-sec img {
    padding: 0;
    margin-bottom: 15px;
  }

  .referrels-hero-section .row {
    flex-direction: column-reverse;
  }
  .referrels-hero-section {
    padding-top: 40px;
  }
  .copy-highlighted-content {
    max-width: 100%;
  }
  
/*  .home-duo-image-container > li:first-child {*/
/*  max-width: 100%;*/
/*}*/

/*.home-duo-image-container > li:last-child {*/
/*  max-width: 100%;*/
/*}*/
/*.home-duo-image-container > li:last-child img {*/
/*  margin-top: 0;*/
/*}*/
.home-duo-image-container > li:last-child img {
  
  margin-top: -100px;
}



.customized-ui-section {
  padding-top: 50px;
}
.customized-ui-section h4 {
  font-size: 18px;
}
.customized-ui-section h5 {
  max-width: 100%;
  font-size: 18px;
}
.customized-ui-bg-wrap {
  margin-top: 0;
  margin-bottom: 0px;
}
.customized-ui-bg-wrap::before {
  content: none;
}
.customized-ui-bg-wrap {
  text-align: center;
}
.customized-ui-bg-wrap img {
  margin-top: 20px;
}
.customized-ui-bg-wrap a {
  margin-top: 0;
}


.features-table-alt tbody td {

  padding:10px 15px;
  font-size: 14px;
}

.pptable-check-alt, .pptable-cross-alt {
  width: 30px;
  height: 30px;
}

.features-table-alt thead td {
  padding:10px 15px;
  font-size: 18px;
}
.features-table-alt {
  min-width: 100%;
}
.features-table-wrapper-alt {
  min-width: 100%;
}

.features-table-alt tbody td {

  line-height: normal;
}
}
