@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap);
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1364px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
    margin: 0 auto;
  }
}

*,
*::before,
*::after {
  white-space: normal;
  word-break: break-word;
}

a:focus {
  text-decoration: none;
}

.container {
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1921px) {
  .container {
    max-width: 1800px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1380px;
  }
}
@media (max-width: 1499px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
  font-size: 20px;
}

sup {
  top: -1em;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  sup {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  sup {
    top: -0.8em;
    font-size: 13px;
  }
}

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

section {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.padR {
  padding-right: 5%;
}
@media screen and (max-width: 991px) {
  .padR {
    padding-right: 0;
  }
}

.padL {
  padding-left: 5%;
}
@media screen and (max-width: 991px) {
  .padL {
    padding-left: 0;
  }
}

img {
  max-width: 100%;
}

.site-content {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .site-content {
    margin-top: 69px;
  }
}
@media (max-width: 479px) {
  .site-content {
    margin-top: 72px;
  }
}

.section-py {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-pt {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .section-pt {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .section-pt {
    padding-top: 30px;
  }
}

.section-pb {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-pb {
    padding-bottom: 30px;
  }
}

.inner-head {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .inner-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .inner-head {
    margin-bottom: 20px;
  }
}

.banner-title,
.page-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 1921px) {
  .banner-title,
  .page-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (max-width: 1080px) {
  .banner-title,
  .page-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .banner-title,
  .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section-title {
  font-weight: 600;
  color: #000000;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (min-width: 1921px) {
  .section-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section-sub-title {
  font-weight: 600;
  color: #99278D;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (min-width: 1921px) {
  .section-sub-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .section-sub-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-sub-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-sub-content {
  font-weight: 600;
  color: #FFDD00;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .section-sub-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section-sub-content {
    font-size: 16px;
    font-size: 1rem;
  }
  .section-sub-content br {
    display: none;
  }
}

.section-description {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1921px) {
  .section-description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .section-description br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-description {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.white-text {
  color: #ffffff !important;
}

.normal-link {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #606060;
  margin-bottom: 15px;
  letter-spacing: 0.4px;
}
@media (max-width: 1919px) {
  .normal-link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1366px) {
  .normal-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.owl-carousel .owl-dots {
  margin-top: 20px !important;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
  border-radius: 100%;
  border: 2px solid #E70A8B;
  background-color: #ffffff;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #E70A8B;
}

@media (max-width: 991px) {
  .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child,
  .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-10:last-child,
  .col-sm-11:last-child {
    margin-bottom: 0;
  }
}
.bg-trans {
  background: transparent !important;
}

.single-post .blog-sidebar ul {
  height: auto;
}

.blog-sidebar {
  width: calc(100% - 85px);
  margin-left: 85px;
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #A9A9F8;
  background: #F3F3FF;
}
.blog-sidebar i {
  display: none;
}
.blog-sidebar h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .blog-sidebar h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.blog-sidebar ul {
  height: 265px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .blog-sidebar ul {
    display: block !important;
  }
}
.blog-sidebar ul li {
  margin-bottom: 12px;
}
.blog-sidebar ul li a {
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
  color: #000000;
  letter-spacing: 0.4px;
  font-size: 16px;
  font-size: 1rem;
}
.blog-sidebar ul li a::before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #A9A9F8;
}
.blog-sidebar ul li a:hover::before, .blog-sidebar ul li a.active::before {
  background: #3034C1;
  border-color: #3034C1;
}
.blog-sidebar ul li a:hover::after, .blog-sidebar ul li a.active::after {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.blog-sidebar ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar ul::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
}
.blog-sidebar ul::-webkit-scrollbar-track {
  background: #a7a7a7;
}
.blog-sidebar ul::-webkit-scrollbar-thumb {
  background: #3034C1;
}
@media (min-width: 1921px) {
  .blog-sidebar ul {
    height: 335px;
  }
}
@media (max-width: 1500px) {
  .blog-sidebar ul {
    height: 178px;
  }
}
@media (max-width: 1600px) {
  .blog-sidebar {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-sidebar {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    width: 100%;
    margin-left: 0;
  }
  .blog-sidebar .cat-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-sidebar .cat-title i {
    display: block;
  }
  .blog-sidebar .cat-title.active + ul {
    margin-top: 12px;
  }
  .blog-sidebar ul {
    display: none;
    height: 162px;
  }
}

.popular-posts {
  margin-left: 85px;
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #A9A9F8;
  background: #F3F3FF;
}
.popular-posts h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .popular-posts h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.popular-posts ul {
  height: auto;
  display: block !important;
}
.popular-posts ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.popular-posts ul li a {
  font-weight: 600;
  padding-left: 0;
  display: inline-block;
  line-height: 22px;
  position: relative;
  color: #000000;
  letter-spacing: 0.4px;
  font-size: 16px;
  font-size: 1rem;
}
.popular-posts ul li a::before, .popular-posts ul li a::after {
  display: none;
}
.popular-posts ul li a:hover {
  color: #3034C1;
}
.popular-posts ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1500px) {
  .popular-posts {
    margin-left: 0;
  }
}

.blog-ads {
  border: 0;
  padding: 0;
  background: transparent;
}
.blog-ads h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .blog-ads h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.blog-ads figure {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .blog-ads {
    text-align: center;
  }
  .blog-ads figure {
    overflow: hidden;
    border-radius: 10px;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}

.blog-subscribe {
  padding-top: 100px;
  position: relative;
  margin-bottom: 60px;
}
.blog-subscribe::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.blog-subscribe .container {
  z-index: 1;
  position: relative;
}
.blog-subscribe .subscribe-inner {
  padding: 20px 20px 0 20px;
  border-radius: 15px;
  background-color: #6E0363;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog-subscribe .subscribe-inner::before {
  top: 0;
  left: 0;
  content: "";
  width: 222px;
  height: 335px;
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: screen;
  background: url(/wp-content/themes/loyalnsave/dist/images/subscribe-wave-element-left.png) no-repeat left top/cover;
}
.blog-subscribe .subscribe-inner::after {
  top: 0;
  right: 0;
  content: "";
  width: 277px;
  height: 335px;
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: screen;
  background: url(/wp-content/themes/loyalnsave/dist/images/subscribe-wave-element-right.png) no-repeat right top/cover;
}
.blog-subscribe .subscribe-inner figure {
  margin-top: -88px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.blog-subscribe .subscribe-inner .subscribe-form {
  padding-left: 30px;
  z-index: 2;
  position: relative;
  max-width: 650px;
  width: 100%;
}
.blog-subscribe .subscribe-inner .subscribe-form .subscribe-iframe iframe {
  width: 100%;
  height: 97px;
}
.blog-subscribe .subscribe-inner .subscribe-form .subscribe-iframe .contact-us--form em.wpforms-error {
  text-align: left;
  color: #ffffff !important;
}
.blog-subscribe .subscribe-inner .subscribe-form .subscribe-iframe .wpforms-form .wpforms-field .wpforms-captcha-math {
  text-align: left !important;
}
@media (min-width: 1921px) {
  .blog-subscribe .subscribe-inner .subscribe-form {
    max-width: 750px;
  }
}
@media (max-width: 1080px) {
  .blog-subscribe {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .blog-subscribe::before {
    display: none;
  }
  .blog-subscribe .subscribe-inner {
    padding: 20px;
    margin: 0 15px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    width: calc(100% - 30px);
  }
  .blog-subscribe .subscribe-inner figure {
    display: none;
  }
  .blog-subscribe .subscribe-inner .subscribe-form {
    padding-left: 0;
    margin: 0 auto;
  }
  .blog-subscribe .subscribe-inner .subscribe-form br {
    display: none;
  }
  .blog-subscribe .subscribe-inner::before, .blog-subscribe .subscribe-inner::after {
    display: none;
  }
}
@media (max-width: 580px) {
  .blog-subscribe .subscribe-inner .subscribe-form .subscribe-iframe iframe {
    height: 125px;
  }
}

.page-template-template-blogs .blog-subscribe {
  background-color: #FDEEE7;
  padding-top: 160px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-template-blogs .blog-subscribe {
    padding-top: 30px;
  }
}

.single-post .blog-subscribe {
  padding-top: 100px;
  margin-bottom: 0;
  background-color: transparent;
}
.single-post .blog-subscribe::before {
  display: block;
  background-color: #F8F8F8;
}
.single-post .site-footer .footer-inner {
  background-color: #F8F8F8;
}
@media (max-width: 991px) {
  .single-post .blog-subscribe {
    padding-top: 30px;
  }
  .single-post .blog-subscribe::before {
    height: 50%;
  }
}

@media (max-width: 1920px) {
  .faqs-main .container {
    max-width: 1100px;
  }
}

.accordion .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 20px 60px 20px 20px;
  line-height: normal;
}
@media (min-width: 1921px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    font-weight: 600;
    padding: 30px 60px 30px 30px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 22px;
  height: 22px;
  background-size: 16px;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/loyalnsave/dist/images/acc-open.svg);
}
@media (min-width: 1921px) {
  .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 30px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #3034C1;
  color: #ffffff;
}
.accordion .accordion-item .accordion-header .accordion-button:hover::after {
  background-image: url(/wp-content/themes/loyalnsave/dist/images/acc-open-white.svg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #3034C1;
  color: #ffffff;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/themes/loyalnsave/dist/images/acc-close.svg);
  width: 23px;
  height: 24px;
  background-size: 20px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1921px) {
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    width: calc(100% - 60px);
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
}
.accordion .accordion-item .accordion-collapse .accordion-body p, .accordion .accordion-item .accordion-collapse .accordion-body li {
  font-size: 16px;
}
.accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin-top: 15px;
}
.accordion .accordion-item .accordion-collapse .accordion-body ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
}
.accordion .accordion-item .accordion-collapse .accordion-body p a {
  color: #8DDB34;
}
.accordion .accordion-item .accordion-collapse .accordion-body p a:hover {
  color: #E70A8B;
}
@media (min-width: 1921px) {
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 30px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body p, .accordion .accordion-item .accordion-collapse .accordion-body li {
    font-size: 20px;
  }
}
.accordion .accordion-item .accordion-collapse.show {
  background-color: #3034C1;
  color: #ffffff;
}
.accordion .accordion-item .accordion-collapse.show p, .accordion .accordion-item .accordion-collapse.show li {
  color: #ffffff;
}
@media (max-width: 991px) {
  .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 15px 45px 15px 15px;
  }
  .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 15px;
  }
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    width: calc(100% - 30px);
  }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body p, .accordion .accordion-item .accordion-collapse .accordion-body li {
    font-size: 15px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    padding-left: 15px;
    margin-bottom: 8px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 991px) {
  .single-feature .feature-inner-banner {
    padding-top: 45px !important;
  }
  .single-feature .feature-inner-banner .banner-cap {
    margin-bottom: 0;
  }
}

.page-template-template-industries .site-header,
.single-feature .site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
}
.page-template-template-industries .feature-inner-banner,
.single-feature .feature-inner-banner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-template-industries .feature-inner-banner .banner-cap .banner-title,
.single-feature .feature-inner-banner .banner-cap .banner-title {
  font-weight: bold;
}
.page-template-template-industries .feature-inner-banner .banner-cap .banner-description,
.single-feature .feature-inner-banner .banner-cap .banner-description {
  margin: 20px 0 30px 0;
}
@media (max-width: 1199px) {
  .page-template-template-industries .feature-inner-banner .banner-cap .banner-description,
  .single-feature .feature-inner-banner .banner-cap .banner-description {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .page-template-template-industries .feature-inner-banner .banner-cap .banner-description br,
  .single-feature .feature-inner-banner .banner-cap .banner-description br {
    display: none;
  }
}
.page-template-template-industries .feature-inner-banner .banner-cap .cm-btn-secondry,
.single-feature .feature-inner-banner .banner-cap .cm-btn-secondry {
  margin-left: 15px;
}
@media (max-width: 360px) {
  .page-template-template-industries .feature-inner-banner .banner-cap .cm-btn-secondry,
  .single-feature .feature-inner-banner .banner-cap .cm-btn-secondry {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .page-template-template-industries .feature-inner-banner .banner-cap,
  .single-feature .feature-inner-banner .banner-cap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .page-template-template-industries .feature-inner-banner,
  .single-feature .feature-inner-banner {
    text-align: center;
  }
}

.training-video-cta {
  position: relative;
}
.training-video-cta .container {
  z-index: 2;
  position: relative;
}
.training-video-cta .training-video-cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-color: #3034C1;
}
.training-video-cta .training-video-cta-inner::before {
  top: 0;
  left: 0;
  content: "";
  width: 222px;
  height: 335px;
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: screen;
  background: url(/wp-content/themes/loyalnsave/dist/images/cta-left-pattern.png) no-repeat left top/cover;
}
.training-video-cta .training-video-cta-inner::after {
  bottom: 0;
  right: 0;
  content: "";
  width: 328px;
  height: 336px;
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: screen;
  background: url(/wp-content/themes/loyalnsave/dist/images/cta-right-pattern.png) no-repeat right top/cover;
}
.training-video-cta .training-video-cta-inner h3 {
  font-weight: 400;
}
.training-video-cta::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background-color: #FDEEE7;
}
@media (max-width: 991px) {
  .training-video-cta .training-video-cta-inner {
    min-height: inherit;
    padding: 30px;
  }
  .training-video-cta .training-video-cta-inner::before, .training-video-cta .training-video-cta-inner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .training-video-cta .training-video-cta-inner {
    padding: 30px;
  }
}

.benefits-of-merchant-perks-section .benefits-box {
  margin-bottom: 30px;
}
.benefits-of-merchant-perks-section .benefits-box .count-cls {
  font-weight: 600;
  line-height: 75px;
  font-size: 92px;
  font-size: 5.75rem;
}
.benefits-of-merchant-perks-section .benefits-box .benefits-box-content {
  min-height: 225px;
  margin-top: 30px;
  padding: 30px 30px 30px 20px;
  border-left: 10px solid transparent;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(1) .benefits-box .count-cls {
  color: rgba(114, 175, 47, 0.3);
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(1) .benefits-box-content {
  border-color: #72AF2F;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(114, 175, 47, 0.3019607843) 100%) 0% 0% no-repeat padding-box;
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(2) .benefits-box {
  margin-top: 60px;
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(2) .benefits-box .count-cls {
  color: rgba(216, 0, 119, 0.3);
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(2) .benefits-box-content {
  border-color: #D80077;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(216, 0, 119, 0.3019607843) 100%) 0% 0% no-repeat padding-box;
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(3) .benefits-box {
  margin-top: 120px;
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(3) .benefits-box .count-cls {
  color: rgba(48, 52, 193, 0.3);
}
.benefits-of-merchant-perks-section .col-sm-4:nth-child(3) .benefits-box-content {
  border-color: #3034C1;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(48, 52, 193, 0.3019607843) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 991px) {
  .benefits-of-merchant-perks-section .col-sm-4 {
    width: 100%;
  }
  .benefits-of-merchant-perks-section .col-sm-4:nth-child(2) .benefits-box, .benefits-of-merchant-perks-section .col-sm-4:nth-child(3) .benefits-box {
    margin-top: 0 !important;
  }
  .benefits-of-merchant-perks-section .benefits-box {
    text-align: center;
    margin-bottom: 0;
  }
  .benefits-of-merchant-perks-section .benefits-box .benefits-box-content {
    padding: 15px;
    min-height: inherit;
    border-left-width: 5px;
  }
}

.branding-section {
  background: #E4E5E6;
}
.branding-section .slick-slider {
  margin-bottom: 0;
}
.branding-section .slick-slider .item {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: center;
}
.branding-section .slick-slider .item a {
  display: block;
}
.branding-section .slick-slider .item img {
  width: auto;
  margin: 0 auto;
  max-height: 100px;
}
.branding-section .slick-slider .item img:hover {
  filter: inherit;
}
@media (max-width: 999px) {
  .branding-section .slick-slider .item img {
    max-height: 100px;
    filter: inherit;
  }
}
@media (max-width: 767px) {
  .branding-section .slick-slider .item {
    min-height: 100px;
  }
  .branding-section .slick-slider .item img {
    max-width: 250px;
    max-height: 100px;
  }
}

.testimonial-section .owl-stage {
  display: flex;
}
.testimonial-section .item {
  margin-top: 50px;
}
.testimonial-section .testimonail-box {
  text-align: center;
  padding: 95px 65px 40px;
  min-height: inherit;
  border-radius: 25px;
  height: auto;
  background-color: #E4E5E6;
  max-width: 845px;
  margin: 0 auto;
  position: relative;
}
.testimonial-section .testimonail-box figure {
  border: 2px solid #E4E5E6;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 25px 48px;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
}
.testimonial-section .testimonail-box figure img {
  width: auto;
  max-height: 80px;
  max-width: 300px;
}
.testimonial-section .testimonail-box .testi-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
}
@media (min-width: 1921px) {
  .testimonial-section .testimonail-box .testi-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media (max-width: 1919px) {
  .testimonial-section .testimonail-box .testi-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
@media (max-width: 1366px) {
  .testimonial-section .testimonail-box .testi-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .testimonial-section .testimonail-box {
    padding: 75px 20px 20px;
    margin-bottom: 0;
  }
  .testimonial-section .testimonail-box .testi-title {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonail-box {
    border-radius: 8px;
    padding: 60px 20px 20px;
  }
  .testimonial-section .testimonail-box figure {
    padding: 20px;
    width: 90%;
  }
  .testimonial-section .testimonail-box figure img {
    max-width: 100%;
  }
}

/* Video Popup */
.modal-backdrop.show {
  opacity: 0.8;
}

.home-popup-video-cls {
  padding-right: 0 !important;
}
.home-popup-video-cls .modal-dialog {
  margin: 0 auto;
  max-width: 900px;
}
.home-popup-video-cls .modal-content {
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-popup-video-cls .modal-body {
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .home-popup-video-cls .modal-body {
    padding: 0;
  }
}
.home-popup-video-cls .popup-inner {
  width: 100%;
  position: relative;
}
.home-popup-video-cls .popup-inner video {
  z-index: 1;
  height: auto;
  position: relative;
}
.home-popup-video-cls .popup-inner iframe {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
  max-width: 100% !important;
  max-height: 100% !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .home-popup-video-cls .popup-inner iframe {
    height: 225px;
  }
}
.home-popup-video-cls .popup-inner .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: 0;
  background: transparent;
  border: 0;
}
.home-popup-video-cls .popup-inner .close:hover {
  opacity: 1;
}

.watch-video-popup .modal-dialog,
.home-popup-video-cls .modal-dialog {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.watch-video-popup .modal-content,
.home-popup-video-cls .modal-content {
  border-radius: 10px;
  background: #ffffff;
}
.watch-video-popup .modal-header,
.home-popup-video-cls .modal-header {
  justify-content: space-between;
}
.watch-video-popup .modal-header .close,
.home-popup-video-cls .modal-header .close {
  border: 0;
  font-size: 32px;
  line-height: 30px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .watch-video-popup .modal-dialog,
  .home-popup-video-cls .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 669px) {
  .watch-video-popup .modal-dialog iframe,
  .home-popup-video-cls .modal-dialog iframe {
    height: 500px !important;
  }
}
@media (max-width: 669px) {
  .watch-video-popup.why-lns-popup-video .modal-dialog iframe,
  .home-popup-video-cls.why-lns-popup-video .modal-dialog iframe {
    height: 225px !important;
  }
}

.popup-form-cls .modal-dialog {
  max-width: 700px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.popup-form-cls .modal-body {
  padding: 25px;
}
@media (max-width: 640px) {
  .popup-form-cls .modal-body {
    padding: 20px;
  }
}
.popup-form-cls iframe {
  height: 620px !important;
}
@media (max-width: 640px) {
  .popup-form-cls iframe {
    height: 500px !important;
  }
}

.footer-fix-btn {
  position: fixed;
  bottom: 80px;
  left: 15px;
  z-index: 3;
}
.footer-fix-btn .cm-btn {
  display: inline-block;
  padding: 0 30px;
  border: 2px solid #E70A8B;
  font-weight: 600;
  background: #E70A8B;
  font-size: 16px;
  height: 50px;
}
.footer-fix-btn .close {
  padding: 0;
  border: 2px solid #E70A8B;
  z-index: 2;
  opacity: 1;
  position: absolute;
  top: -28px;
  right: -6px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  color: #E70A8B;
  line-height: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.footer-fix-btn .close:hover {
  opacity: 1 !important;
}

.announcement-popup-cls {
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 999;
  transform: translateY(-15px);
  transition: transform 0.6s ease-in-out;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
}
.announcement-popup-cls .modal-dialog {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.announcement-popup-cls .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.announcement-popup-cls .modal-body {
  padding: 50px 20px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  background: transparent url(/wp-content/themes/loyalnsave/dist/images/announcement-bg.png) no-repeat top center/cover;
}
.announcement-popup-cls .modal-body .close-icon {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.announcement-popup-cls .modal-body .main-popup-title {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
}
.announcement-popup-cls .modal-body .body-content {
  max-width: 760px;
  margin: 0 auto;
}
.announcement-popup-cls .modal-body .body-content .title-icon img {
  max-height: 80px;
}
.announcement-popup-cls .modal-body .body-content h2 {
  margin-bottom: 20px;
  padding: 8px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #fded00;
  background: #451080;
}
.announcement-popup-cls .modal-body .body-content h2 span {
  color: #ffbf00;
}
.announcement-popup-cls .modal-body .body-content h3 {
  margin-bottom: 20px;
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  background: #28a8e0;
}
.announcement-popup-cls .modal-body .body-content .section-description {
  font-size: 15px;
  color: #ffffff;
}
.announcement-popup-cls .modal-body .body-content .section-description br {
  display: inline-block;
}
.announcement-popup-cls .modal-body .body-content .cm-btn {
  font-weight: 600;
  background-color: #E70A8B;
  border-color: #E70A8B;
}
.announcement-popup-cls .modal-body .body-content .cm-btn:hover {
  background-color: #99278D;
  border-color: #99278D;
}
@media (max-width: 1280px) {
  .announcement-popup-cls {
    display: none !important;
  }
  .announcement-popup-cls.active {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .announcement-popup-cls .modal-body .close-icon {
    top: 15px;
  }
}
@media (max-width: 575px) {
  .announcement-popup-cls {
    left: 15px;
    width: calc(100% - 30px);
  }
  .announcement-popup-cls .modal-dialog {
    max-width: 100%;
  }
  .announcement-popup-cls .modal-body .body-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .announcement-popup-cls .modal-body .body-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .announcement-popup-cls .modal-body .body-content .section-description {
    font-size: 14px;
  }
}

.ov-hidden {
  overflow: hidden;
}

.cky-audit-table .cky-cookie-des-table li {
  font-size: 14px;
}

.cky-consent-container .cky-notice-des, .cky-consent-container .cky-title {
  text-align: center !important;
}

.cky-notice-btn-wrapper {
  display: block !important;
  text-align: center !important;
}

button.cky-btn.cky-btn-reject {
  display: none;
}

.cky-btn {
  padding: 8px 20px !important;
}

.cky-modal button.cky-btn.cky-btn-reject {
  display: block;
}

@media (max-width: 576px) {
  .cky-prefrence-btn-wrapper {
    flex-direction: row !important;
  }
}
@media (max-width: 440px) {
  .cky-btn {
    width: auto !important;
  }
  .cky-notice-btn-wrapper {
    flex-direction: row !important;
  }
}
.contact-us--form {
  margin: 0 !important;
}
.contact-us--form .wpforms-field {
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.contact-us--form .wpforms-field input, .contact-us--form .wpforms-field textarea, .contact-us--form .wpforms-field select {
  transition: all 0.3s;
}
.contact-us--form .wpforms-field input:focus, .contact-us--form .wpforms-field textarea:focus, .contact-us--form .wpforms-field select:focus {
  border-color: #99278D !important;
  box-shadow: none !important;
}
.contact-us--form .wpforms-submit-container {
  margin-top: 0 !important;
  text-align: center;
}
.contact-us--form .wpforms-submit {
  cursor: pointer;
  height: 50px !important;
  min-width: 150px;
  background: #99278D !important;
}
.contact-us--form .wpforms-submit:hover {
  border-color: #E70A8B !important;
  background: #E70A8B !important;
}
.contact-us--form .wpforms-submit:focus {
  border: 0 !important;
}
.contact-us--form em.wpforms-error {
  padding: 0 !important;
  font-size: 13px !important;
  margin-top: 5px !important;
}
.contact-us--form em.wpforms-error::before {
  display: none !important;
}
@media (max-width: 767px) {
  .contact-us--form em.wpforms-error {
    font-size: 12px !important;
  }
}
.contact-us--form .wpforms-field-captcha label.wpforms-field-label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-us--form.subscribe-wp-forms {
  margin-bottom: 30px !important;
}
.contact-us--form.subscribe-wp-forms .wpforms-field .wpforms-field {
  margin-bottom: 0 !important;
}
.contact-us--form.subscribe-wp-forms .wpforms-field .wpforms-captcha-equation,
.contact-us--form.subscribe-wp-forms .wpforms-field .wpforms-field-label {
  color: #ffffff;
}
.contact-us--form.subscribe-wp-forms .wpforms-field.wpforms-field-captcha .wpforms-captcha-math .wpforms-field-medium {
  width: calc(100% - 90px);
}
@media (max-width: 600px) {
  .contact-us--form.subscribe-wp-forms .wpforms-field.wpforms-field-captcha .wpforms-captcha-math .wpforms-field-medium {
    width: 105px;
  }
}
.contact-us--form.subscribe-wp-forms .wpforms-submit-container {
  text-align: left;
}
@media (max-width: 1080px) {
  .contact-us--form.subscribe-wp-forms .wpforms-submit-container {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .contact-us--form.subscribe-wp-forms .wpforms-form .wpforms-field-layout {
    margin-bottom: 0 !important;
  }
  .contact-us--form.subscribe-wp-forms .wpforms-form .wpforms-field-layout .wpforms-layout-row {
    max-width: 100%;
    margin: 0 !important;
  }
  .contact-us--form.subscribe-wp-forms .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

/* Step Form changes */
.wizard-form--style {
  background: linear-gradient(to bottom, #0d0753, #1e0624);
}
.wizard-form--style .modal-dialog {
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
}
.wizard-form--style .modal-content {
  height: 100%;
  max-width: 100%;
  border: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .wizard-form--style .modal-content {
    height: 100% !important;
    overflow-y: scroll;
    width: 100% !important;
    padding: 0 !important;
  }
}
.wizard-form--style .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .wizard-form--style .modal-body {
    padding: 0;
    justify-content: flex-start;
  }
  .wizard-form--style .modal-body .wpforms-container {
    margin-top: 0px;
  }
}
.wizard-form--style .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: transparent;
  border: none;
  z-index: 999;
}
.wizard-form--style .close:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .wizard-form--style .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form {
    max-width: 90%;
    margin: 60px auto 0 !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit {
  cursor: pointer;
  height: 50px !important;
  min-width: 150px;
  background: #99278D !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit:hover {
  border-color: #E70A8B !important;
  background: #E70A8B !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit:focus {
  border: 0 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit:focus::after {
  display: none !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form label.wpforms-error,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form em.wpforms-error {
  padding: 0 !important;
  font-size: 13px !important;
  margin-top: 5px !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form label.wpforms-error::before,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form em.wpforms-error::before {
  display: none !important;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form label.wpforms-error,
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form em.wpforms-error {
    font-size: 12px !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form button[type=submit] {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field .wpforms-field-required {
  min-height: 45px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-field-label {
  color: #ffffff;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-captcha-math span {
  color: #ffffff !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field-html .section-title {
  font-weight: 600;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field-html p {
  text-align: center;
  color: #ffffff !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
  background: #ffffff !important;
  padding: 0 !important;
  display: block !important;
  border: 0px solid #ffffff !important;
  border-radius: 7px;
  position: relative;
  height: 55px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li[class^=choice-] label {
  background: #ffffff !important;
  padding: 15px 18px !important;
  display: block !important;
  border: 2px solid transparent !important;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles {
  padding: 0 !important;
  flex-wrap: wrap;
  border: 0 !important;
  max-width: 350px;
  margin: 0 auto 40px;
  justify-content: space-between !important;
  position: relative;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles {
    margin: 0 auto 40px;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles::before {
  content: "";
  background: #ffffff;
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  margin: 0 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page span.wpforms-page-indicator-page-number {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 1rem;
  font-weight: 600;
  margin: 0 !important;
  background: rgb(0, 17, 51) !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page.prev-active span.wpforms-page-indicator-page-number {
  font-size: 0 !important;
  background: #99278D !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page.prev-active span.wpforms-page-indicator-page-number:before {
  content: "";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.9647 14.9617L17.4693 7.44735L18.5307 8.50732L9.96538 17.0837L5.46967 12.588L6.53033 11.5273L9.9647 14.9617Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-next {
  background: transparent !important;
  min-width: unset;
  border: 0 !important;
  box-shadow: none;
  color: #ffffff !important;
  padding: 0;
  font-size: 18px;
  margin: 0 20px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev:after,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 27px;
  position: absolute;
  right: -20px;
  border: 0;
  min-width: unset !important;
  top: 50%;
  border-radius: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev::after {
  transform: rotate(180deg);
  right: auto;
  left: -20px;
  top: 12px;
}

.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  margin: 0 -15px;
}
.slick-slider .slick-slide {
  margin: 0 15px;
  height: inherit;
}
.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  bottom: 0;
}
.slick-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.slick-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #E70A8B;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #E70A8B;
}
@media (max-width: 767px) {
  .slick-slider .slick-track {
    display: inline-block;
  }
  .slick-slider .slick-list {
    margin: 0;
  }
  .slick-slider .slick-slide {
    height: 100%;
    margin: 0 8px;
  }
}

@media (min-width: 1800px) {
  .feature-slider-menu .owl-stage {
    display: flex;
    justify-content: center;
    width: auto !important;
  }
}
.feature-slider-menu ul {
  text-align: center;
  background: #110B52;
  padding: 20px 15px;
}
.feature-slider-menu ul li {
  padding: 0;
  margin: 0 7px;
  display: inline-block;
}
.feature-slider-menu ul li:hover a {
  color: #FFDD00;
}
.feature-slider-menu ul li.current-menu-item a {
  font-weight: 700;
  color: #FFDD00;
}
.feature-slider-menu ul li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .feature-slider-menu ul li a {
    font-size: 15px;
    line-height: inherit;
  }
}
@media (min-width: 1921px) {
  .feature-slider-menu ul li {
    margin: 0 18px;
  }
  .feature-slider-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  .feature-slider-menu ul {
    padding: 20px 40px;
  }
}
.feature-slider-menu .owl-nav {
  margin-top: 0;
}
.feature-slider-menu .owl-nav button {
  margin: 2px !important;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.feature-slider-menu .owl-nav button.disabled i {
  opacity: 0.5;
}
.feature-slider-menu .owl-nav button:hover {
  background: transparent !important;
}
.feature-slider-menu .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.feature-slider-menu .owl-nav button i {
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.why-swag-shop-section .swag-shop-slider {
  margin-bottom: 0;
}
.why-swag-shop-section .swag-shop-slider figure {
  max-width: 345px;
  margin: 0 auto 20px;
}

@media (max-width: 1199px) {
  .why-swag-shop-section {
    text-align: center;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

p, li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1921px) {
  p, li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  p, li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

h1 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1366px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h2 {
  font-weight: 600;
  color: #000000;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (min-width: 1921px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2 br {
    display: none;
  }
}

.section-title span {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 32px;
  color: #3034C1;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .section-title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .section-title span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .section-title span {
    font-size: 16px;
    font-size: 1rem;
  }
}

h3, h4 {
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 1921px) {
  h3, h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1366px) {
  h3, h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  h3, h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cm-button-main {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .cm-button-main {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cm-button-main {
    width: 100%;
    display: inline-block !important;
  }
}

.cm-btn {
  cursor: pointer;
  height: 54px;
  padding: 0 20px;
  text-align: center;
  min-width: 180px;
  background: #99278D;
  color: #ffffff;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 52px;
  font-family: "Poppins", sans-serif;
  border: 2px solid #99278D;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.231372549);
}
.cm-btn:active {
  color: #ffffff;
}
.cm-btn:hover {
  border-color: #E70A8B;
  background: #E70A8B;
}
.cm-btn.cm-btn-secondry {
  color: #99278D;
  background-color: #ffffff;
}
.cm-btn.cm-btn-secondry:hover {
  color: #E70A8B;
}
.cm-btn.cm-btn-secondry-tran {
  color: #ffffff;
  background-color: transparent;
}
.cm-btn.cm-btn-secondry-tran:hover {
  color: #E70A8B;
}
@media (max-width: 1920px) {
  .cm-btn {
    min-width: 155px;
    padding: 0 17px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 48px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .cm-btn {
    min-width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 42px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .site-content .site-main .cm-btn {
    width: 100%;
    height: 45px;
    max-width: 450px;
    min-width: auto;
    margin: 0 auto 15px !important;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 42px;
  }
  .site-content .site-main .cm-btn:last-child {
    margin-bottom: 0 !important;
  }
}

.header-strip {
  padding: 7px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #1D0830;
}
.header-strip a {
  color: #fbc70e;
  text-decoration: underline;
}

.site-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  position: fixed;
  padding: 22px 0;
  transition: 0.5s ease-in-out;
  background: #ffffff;
}
@media (min-width: 1600px) {
  .site-header .container {
    max-width: 1800px;
  }
}
@media (max-width: 1599px) {
  .site-header .container {
    max-width: 100%;
  }
}
.site-header img {
  transition: 0.5s ease-in-out;
}
.site-header.sticky {
  top: 0;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
}
.site-header.sticky .custom-logo-link img {
  max-height: 50px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header .custom-logo-link img {
    max-height: 50px;
  }
}

.primary-navigation ul li {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}
.primary-navigation ul li a {
  display: block;
  font-weight: 500;
  color: #D3D4D5;
  font-size: 16px;
  font-size: 1rem;
}
.primary-navigation ul li a:hover {
  color: #3034C1;
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-right a {
  margin-right: 30px;
}
.header-top-right a:last-child {
  margin-right: 0;
}
.header-top-right .tel-link {
  font-weight: 500;
  color: #D3D4D5;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
.header-top-right .tel-link img {
  margin-right: 8px;
}
.header-top-right .tel-link:hover {
  color: #3034C1;
}
.header-top-right .cm-btn {
  font-weight: normal;
  border-color: #E70A8B;
  background-color: #E70A8B;
  box-shadow: none;
  font-weight: 600;
}
.header-top-right .cm-btn .icon {
  display: none;
}
.header-top-right .cm-btn .icon svg path {
  fill: #fff;
}
.header-top-right .cm-btn:hover {
  border-color: #99278D;
  background: #99278D;
}
.header-top-right .cm-btn.cm-btn-secondry {
  color: #E70A8B;
  background-color: #ffffff;
}
.header-top-right .cm-btn.cm-btn-secondry .icon svg path {
  fill: #E70A8B;
}
.header-top-right .cm-btn.cm-btn-secondry:hover {
  color: #99278D;
  border-color: #99278D;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .header-top-right a {
    margin-right: 10px;
  }
}
@media (max-width: 1279px) {
  .header-top-right {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .header-top-right .cm-btn {
    min-width: auto;
    padding: 10px 5px;
    width: auto;
    height: auto;
    line-height: normal;
  }
  .header-top-right .cm-btn .icon {
    display: inline-block;
  }
  .header-top-right .cm-btn .icon svg {
    width: 24px;
    height: 24px;
  }
  .header-top-right .cm-btn .text {
    display: block;
    line-height: normal;
  }
}
@media (max-width: 479px) {
  .header-top-right .cm-btn {
    width: 72px;
    margin-right: 5px;
  }
  .header-top-right .cm-btn .text {
    font-size: 11px;
    line-height: 14px;
  }
}

.custom-menu .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
  right: 0 !important;
  width: 15px !important;
  height: 15px !important;
  content: "" !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/loyalnsave/dist/images/nav-arrow.svg);
}

.custom-menu .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li:hover > a::after,
.custom-menu .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li.current-menu-ancestor > a::after,
.custom-menu .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li.current-menu-parent > a::after,
.custom-menu .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li.current-menu-item > a::after,
.custom-menu .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:hover::after {
  background-image: url(/wp-content/themes/loyalnsave/dist/images/nav-arrow-hover.svg);
}

.custom-menu .wp-mega-toggle-block {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: normal;
}

.custom-menu .wp-mega-toggle-block div {
  pointer-events: none;
}

.custom-menu .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
  line-height: 25px;
}

.custom-menu .wpmm-askins-wrapper .wpmegamenu-toggle .wpmega-openblock,
.custom-menu .wpmm-askins-wrapper .wpmegamenu-toggle .wpmega-closeblock {
  width: auto;
  height: 25px;
  line-height: normal;
  padding: 0 !important;
}

.custom-menu .wpmm-askins-wrapper .wpmegamenu-toggle .menutoggle {
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.site-footer {
  padding: 0;
  position: relative;
}
.site-footer .footer-inner {
  padding-top: 330px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/wp-content/themes/loyalnsave/dist/images/footer-bg.svg);
}
@media (min-width: 2100px) {
  .site-footer .footer-inner {
    padding-top: 400px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-inner {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-inner {
    padding-top: 30px;
  }
}
.site-footer .footer-inner .cm-btn {
  font-weight: normal;
  border-color: #E70A8B;
  background-color: #E70A8B;
}
.site-footer .footer-inner .cm-btn:hover {
  border-color: #99278D;
  background: #99278D;
}
.site-footer .footer-inner .cm-btn.cm-btn-secondry-tran {
  color: #ffffff;
  background-color: transparent;
}
.site-footer .footer-inner .cm-btn.cm-btn-secondry-tran:hover {
  color: #99278D;
}
.site-footer .col-sm-2 {
  width: 20%;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-logo img {
  max-height: 80px;
}
.site-footer .footer-txt p {
  color: #ffffff;
  line-height: 26px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.site-footer .footer-txt p.tag-line {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1921px) {
  .site-footer .footer-txt p.tag-line {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-footer .footer-txt p:last-child {
  margin-bottom: 0;
}
.site-footer .widget_nav_menu {
  margin-bottom: 20px;
}
.site-footer .widget_nav_menu:last-child {
  margin-bottom: 0;
}
.site-footer .widget-title {
  font-weight: 500;
  margin-bottom: 15px;
  color: #28A8E0;
  letter-spacing: 0.43px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .site-footer .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.site-footer .menu li {
  display: block;
  margin-bottom: 7px;
}
.site-footer .menu li a {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.43px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}
.site-footer .menu li a label {
  display: inline-block;
  font-size: 12px;
  background: #E70A8B;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  top: -2px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .site-footer .menu li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .site-footer .menu li a i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.site-footer .menu li a:hover {
  color: #E70A8B;
}
.site-footer .menu li:last-child {
  margin-bottom: 0;
}
.site-footer .menu li.footer-blue-link a {
  color: #28A8E0;
}
.site-footer .menu li.footer-blue-link a:hover {
  color: #E70A8B;
}
.site-footer .support-block {
  margin-top: 15px;
}
.site-footer .support-block a {
  position: relative;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 50px;
  line-height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1921px) {
  .site-footer .support-block a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-footer .support-block a.email {
  background: url(/wp-content/themes/loyalnsave/dist/images/footer-mail-icon.svg) no-repeat left center/36px 36px;
}
.site-footer .support-block a.tel {
  background: url(/wp-content/themes/loyalnsave/dist/images/footer-phone-icon.svg) no-repeat left center/36px 36px;
}
.site-footer .copy-right-text {
  padding: 20px 0;
}
.site-footer .copy-right-text .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-footer .copy-right-text .menu {
    display: inline-block;
    width: 100%;
  }
}
.site-footer .copy-right-text p,
.site-footer .copy-right-text .menu li a {
  display: inline-block;
  line-height: 16px;
  letter-spacing: 0.43px;
  color: #9B9A9A;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1921px) {
  .site-footer .copy-right-text p,
  .site-footer .copy-right-text .menu li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-footer .copy-right-text .menu li {
  line-height: 16px;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #9B9A9A;
}
.site-footer .copy-right-text .menu li a:hover {
  color: #E70A8B;
}
.site-footer .copy-right-text .menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media (min-width: 1200px) {
  .site-footer .footer-cat {
    display: none;
  }
}
@media (max-width: 1500px) {
  .site-footer .footer-inner {
    padding-top: 250px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-inner {
    padding-top: 30px;
    margin-top: 0;
    background: linear-gradient(rgb(14, 8, 88) 0%, rgb(32, 9, 43) 50%, rgb(16, 11, 85) 100%) !important;
  }
  .site-footer .footer-inner .col-sm-2 {
    width: 33.33%;
  }
  .site-footer .footer-inner .col-sm-2:first-child {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-footer .footer-logo {
    margin-bottom: 10px;
  }
  .site-footer .footer-logo img {
    max-height: 50px;
  }
  .site-footer .support-block {
    margin: 15px auto 0;
    text-align: center;
    max-width: 250px;
  }
  .site-footer .footer-cat {
    margin-top: 0;
  }
  .site-footer .footer-cat .cm-btn {
    margin: 0 8px 8px !important;
    display: block;
  }
  .site-footer .mobile-hide {
    display: none;
  }
  .site-footer .copy-right-text {
    padding: 10px 0;
  }
  .site-footer .copy-right-text .d-flex {
    width: 100%;
    text-align: center !important;
    display: inline-block !important;
  }
  .site-footer .copy-right-text .d-flex .widget_nav_menu {
    margin-top: 5px;
  }
  .site-footer .copy-right-text p, .site-footer .copy-right-text .menu li a, .site-footer .footer-txt p.tag-line {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-inner {
    padding-top: 30px;
    background: linear-gradient(rgb(14, 8, 88) 0%, rgb(32, 9, 43) 50%, rgb(16, 11, 85) 100%) !important;
  }
  .site-footer .menu li {
    margin-bottom: 15px;
  }
  .site-footer .menu li a {
    font-size: 15px;
  }
  .site-footer .widget_nav_menu .menu-pricing-scan-data-loyalty-container .menu li a, .site-footer .widget_nav_menu .menu-merchant-perks-container .menu li a {
    font-size: 15px;
  }
  .site-footer .support-block a {
    padding-left: 40px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-inner {
    padding-top: 30px;
  }
  .site-footer .footer-inner .col-sm-2 {
    width: 100%;
    margin-bottom: 0;
  }
  .site-footer .footer-inner .col-sm-2:first-child {
    display: inline-block;
  }
  .site-footer .footer-inner .col-sm-2:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-inner .widget_nav_menu {
    margin-bottom: 0;
  }
  .site-footer .footer-inner .widget_nav_menu .widget-title {
    font-size: 15px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
  }
  .site-footer .footer-inner .widget_nav_menu .widget-title::before {
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    background-color: #ffffff;
  }
  .site-footer .footer-inner .widget_nav_menu .widget-title::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 3px;
    transition: 0.3s;
    color: #ffffff;
  }
  .site-footer .footer-inner .widget_nav_menu .widget-title + div {
    display: none;
  }
  .site-footer .footer-inner .widget_nav_menu .widget-title.active::after {
    transition: 0.3s;
    transform: rotate(-180deg);
  }
  .site-footer .footer-inner .widget_nav_menu .widget-title.active + div {
    display: block;
    margin-bottom: 20px;
  }
  .site-footer .menu li {
    margin-bottom: 8px;
  }
  .site-footer .menu li a {
    font-size: 14px;
  }
  .site-footer .footer-cat {
    margin-top: 15px;
  }
  .site-footer .footer-cat .cm-btn {
    margin: 0 8px 0 !important;
    display: inline-block;
  }
  .site-footer .support-block {
    margin: 15px 0 0 0;
    text-align: left;
    max-width: 250px;
  }
  .site-footer .copy-right-text p, .site-footer .copy-right-text .menu li a, .site-footer .footer-txt p.tag-line,
  .site-footer .widget_nav_menu .menu-pricing-scan-data-loyalty-container .menu li a, .site-footer .widget_nav_menu .menu-merchant-perks-container .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-cat .cm-btn {
    width: 100%;
    height: 45px;
    max-width: 450px;
    min-width: auto;
    margin: 0 auto 15px !important;
  }
  .site-footer .footer-cat .cm-btn:last-child {
    margin-bottom: 0 !important;
  }
}

.lns-merchant-social-media ul li {
  display: inline-block;
  padding: 0 5px 0 0;
}
.lns-merchant-social-media ul li a {
  font-size: 20px;
  color: #d40a84;
  border: 1px solid #d40a84;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lns-merchant-social-media ul li a:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.cms-banner-section {
  min-height: 450px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(/wp-content/themes/loyalnsave/dist/images/cms-banner-bg.svg);
}
@media (max-width: 992px) {
  .cms-banner-section {
    min-height: 350px;
  }
  .cms-banner-section .section-description br {
    display: none;
  }
}

.single-blog-banner {
  width: 100%;
  min-height: 600px;
  display: inline-block;
}
.single-blog-banner .banner-content {
  padding: 100px 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .single-blog-banner {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-blog-banner .banner-content {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .single-blog-banner {
    min-height: inherit;
  }
}

.blog-listing-main-cover {
  position: relative;
}
.blog-listing-main-cover .blog-sidebar {
  top: 0;
  right: 0;
  position: absolute;
  width: calc(25% - 17px);
}
@media (min-width: 1921px) {
  .blog-listing-main-cover .blog-sidebar {
    width: 325px;
  }
}
@media (max-width: 991px) {
  .blog-listing-main-cover .blog-sidebar {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
}

.blog-article .blog-bx a {
  display: block;
}
@media (max-width: 991px) {
  .blog-article .col-sm-4, .blog-article .col-sm-8 {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .blog-article .col-sm-4, .blog-article .col-sm-8 {
    width: 100%;
    text-align: center;
  }
}
.blog-article figure {
  overflow: hidden;
  border-radius: 15px;
}
.blog-article figure a {
  display: block;
}
.blog-article figure img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .blog-article figure img {
    height: 425px;
  }
}
@media (max-width: 1500px) {
  .blog-article figure img {
    height: 295px;
  }
}
@media (max-width: 1199px) {
  .blog-article figure img {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .blog-article figure img {
    height: 450px;
  }
}
@media (max-width: 850px) {
  .blog-article figure img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .blog-article figure img {
    height: auto;
  }
}
.blog-article .section-title {
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.blog-article .section-title:hover {
  color: #E70A8B;
}
@media (min-width: 1921px) {
  .blog-article .section-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .blog-article .section-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.blog-article .blog-cat {
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  border-radius: 8px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.blog-article .blog-cat.tools {
  background-color: #73AF2F;
}
.blog-article .blog-cat.getting-started {
  background-color: #D80077;
}
.blog-article .blog-cat.launch-and-grow {
  background-color: #009ADA;
}
.blog-article .blog-cat.strategy {
  background-color: #7F187B;
}
.blog-article .blog-cat.rewards-inspiration {
  background-color: #EA5D16;
}
.blog-article .blog-cat.trends {
  background-color: #3034C1;
}
.blog-article .blog-cat.troubleshooting {
  background-color: #A9A9F8;
}
.blog-article .blog-cat.uncategorized {
  background-color: #606060;
}
.blog-article .read-more {
  font-weight: bold;
  display: inline-block;
  color: #99278D;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}
.blog-article .read-more:hover {
  color: #E70A8B;
}

.listing-inner {
  margin-top: 30px;
}
.listing-inner .blog-article {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .listing-inner .blog-article {
    margin-bottom: 0;
  }
}
.listing-inner .blog-article .section-title a {
  color: #000000;
}
.listing-inner .blog-article .section-title a:hover {
  color: #E70A8B;
}
.listing-inner .cm-button-main .all-loaded {
  pointer-events: none;
}

.most-popular-blogs {
  position: relative;
}
.most-popular-blogs::before {
  top: 0;
  left: -50px;
  content: "";
  width: 320px;
  height: 550px;
  z-index: 1;
  position: absolute;
  background: url(/wp-content/themes/loyalnsave/dist/images/grow-left-glow.png) no-repeat right center/cover;
}
.most-popular-blogs .most-popular-inner .popular-article {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.most-popular-blogs .most-popular-inner .popular-article figure {
  margin: 0;
  width: 180px;
  overflow: hidden;
  border-radius: 15px;
}
.most-popular-blogs .most-popular-inner .popular-article figure img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.most-popular-blogs .most-popular-inner .popular-article .section-title {
  line-height: 1;
  width: calc(100% - 210px);
  margin-left: 30px;
}
.most-popular-blogs .most-popular-inner .popular-article .section-title a {
  line-height: 1;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
}
.most-popular-blogs .most-popular-inner .popular-article .section-title a:hover {
  color: #E70A8B;
}
@media (min-width: 1921px) {
  .most-popular-blogs .most-popular-inner .popular-article .section-title a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.most-popular-blogs .white-papers-box {
  margin-bottom: 30px;
  border-radius: 15px;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1490196078);
}
.most-popular-blogs .white-papers-box figure {
  overflow: hidden;
  border-radius: 15px;
}
.most-popular-blogs .white-papers-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.most-popular-blogs .white-papers-box .white-paper-captions {
  padding: 15px;
}
.most-popular-blogs .white-papers-box .white-paper-captions h3, .most-popular-blogs .white-papers-box .white-paper-captions p {
  margin-bottom: 20px;
}
.most-popular-blogs .white-papers-box .white-paper-captions p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
@media (min-width: 1921px) {
  .most-popular-blogs .white-papers-box .white-paper-captions p {
    height: 55px;
  }
}
.most-popular-blogs .white-papers-box .white-paper-captions a {
  color: #99278D;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.most-popular-blogs .white-papers-box .white-paper-captions a i {
  transition: 0.5s ease-in-out;
}
.most-popular-blogs .white-papers-box .white-paper-captions a:hover {
  color: #E70A8B;
}
.most-popular-blogs .white-papers-box .white-paper-captions a:hover i {
  margin-left: 5px;
}
@media (min-width: 1921px) {
  .most-popular-blogs .white-papers-box .white-paper-captions a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.most-popular-blogs .white-papers-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .most-popular-blogs .most-popular-inner .popular-article .section-title {
    width: calc(100% - 195px);
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .most-popular-blogs .col-sm-8,
  .most-popular-blogs .col-sm-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .most-popular-blogs .col-sm-8:last-child,
  .most-popular-blogs .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .most-popular-blogs .inner-head {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .most-popular-blogs .col-sm-6 {
    width: 50%;
  }
  .most-popular-blogs .most-popular-inner .popular-article {
    margin-bottom: 0;
  }
  .most-popular-blogs .most-popular-inner .popular-article figure {
    width: 120px;
  }
  .most-popular-blogs .most-popular-inner .popular-article figure img {
    height: 120px;
  }
  .most-popular-blogs .most-popular-inner .popular-article .section-title {
    width: calc(100% - 125px);
  }
  .most-popular-blogs .white-papers-box {
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1490196078);
  }
}
@media (max-width: 767px) {
  .most-popular-blogs::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .most-popular-blogs .col-sm-6 {
    width: 100%;
  }
  .most-popular-blogs .most-popular-inner .popular-article figure {
    width: 120px;
    border-radius: 10px;
  }
  .most-popular-blogs .most-popular-inner .popular-article .section-title {
    width: calc(100% - 135px);
  }
  .most-popular-blogs .most-popular-inner .popular-article .section-title a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.experts-section {
  position: relative;
}
.experts-section::after {
  top: -80px;
  right: -50px;
  content: "";
  width: 380px;
  height: 550px;
  z-index: 1;
  position: absolute;
  background: url(/wp-content/themes/loyalnsave/dist/images/grow-right-glow.png) no-repeat left center/cover;
}
.experts-section .container {
  z-index: 2;
  position: relative;
}
.experts-section .experts-inner {
  max-width: 1230px;
  margin: 70px auto 0;
}
.experts-section .experts-inner .experts-box {
  height: 100%;
  position: relative;
  border-radius: 15px;
  padding: 110px 30px 30px;
  border: 1px solid #A9A9F8;
  background-color: #F3F3FF;
}
.experts-section .experts-inner .experts-box figure {
  top: -70px;
  left: 30px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  border-radius: 15px;
}
.experts-section .experts-inner .experts-box figure img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.experts-section .experts-inner .experts-box .section-title {
  margin-bottom: 5px;
  color: #3034C1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .experts-section .experts-inner .experts-box .section-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.experts-section .experts-inner .experts-box .designation {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .experts-section .experts-inner .col-sm-6 {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .experts-section::after {
    display: none;
  }
  .experts-section .experts-inner .col-sm-6 {
    width: 100%;
  }
  .experts-section .experts-inner .col-sm-6:last-child .experts-box {
    margin-bottom: 0;
  }
  .experts-section .experts-inner .experts-box {
    height: auto;
    text-align: center;
    margin-bottom: 80px;
    padding: 70px 20px 20px;
  }
  .experts-section .experts-inner .experts-box figure {
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto !important;
  }
  .experts-section .experts-inner .experts-box figure img {
    height: 120px;
  }
}

@media (max-width: 1600px) {
  .blog-post-section .container {
    max-width: 1380px;
  }
}
@media (max-width: 1500px) {
  .blog-post-section .container {
    max-width: 1200px;
  }
}
.blog-post-section .recent-article .no-blogs {
  min-height: 250px;
  align-items: self-start !important;
}
@media (max-width: 991px) {
  .blog-post-section .inner-head {
    text-align: center;
  }
  .blog-post-section .listing-inner .col-sm-3 {
    width: 50%;
  }
  .blog-post-section .recent-article {
    text-align: center;
  }
  .blog-post-section .recent-article .no-blogs {
    min-height: inherit;
    align-items: self-start !important;
  }
}
@media (max-width: 575px) {
  .blog-post-section .listing-inner .col-sm-3 {
    width: 100%;
  }
}
