/* Theme Name:   Uthrive Theme
Theme URI:    https://www.uthrive.com/
Description:  A Twenty Twenty-One child theme 
Author:       Uthrive
Author URI:   https://www.uthrive.com
Template:     twentytwentyone
Version:      3.0.0
Text Domain:  twentytwentyonechild */

html {
  scroll-padding-top: 10rem;
}

@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;400;500;600;700&display=swap");
.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .wp-block-separator
  ):not(.woocommerce) {
  max-width: 1240px;
  max-width: var(--responsive--alignwide-width);
}

.entry-content > table {
  width: 100% !important;
}

@media (max-width: 767px) {
  .single-post .entry-content > *:not(.mobile-card-offer) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@font-face {
  font-family: "SharpGrotesk";
  src: url("fonts/SharpGrotesk.eot");
  src: url("fonts/SharpGrotesk.eot") format("embedded-opentype"),
    url("fonts/SharpGrotesk.woff2") format("woff2"),
    url("fonts/SharpGrotesk.woff") format("woff"),
    url("fonts/SharpGrotesk.ttf") format("truetype"),
    url("fonts/SharpGrotesk.svg#SharpGrotesk") format("svg");
}

@font-face {
  font-family: "Altone";
  src: url("fonts/AltoneTrial-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Altone";
  src: url("fonts/AltoneTrial-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SharpGroteskCustom";
  src: url("fonts/SharpGrotesk-Bold25.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "SharpGroteskCustom";
  src: url("fonts/SharpGrotesk-SemiBold25.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SharpGroteskCustom";
  src: url("fonts/SharpGrotesk-Medium25.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SharpGroteskCustom";
  src: url("fonts/SharpGrotesk-Book25.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SharpGroteskCustom";
  src: url("fonts/SharpGrotesk-Light25.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SharpGroteskCustom";
  src: url("fonts/SharpGrotesk-Thin25.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SharpGrotesk";
}
body:not(.single-docs) a:hover {
  text-decoration: none !important;
}
body {
  background: 0;
}
header#masthead {
  /* padding-top: 12px;
  padding-bottom: 12px; */
  position: sticky;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 4;
  box-shadow: none !important;
  border-bottom: solid 1px #dfe5eb;
}
@media (max-width: 767px) {
  header#masthead {
    position: relative;
  }
}

.logged-in header#masthead {
  top: 32px;
}
.single-post figure.post-thumbnail figcaption {
  display: none;
}
.entry-header.posts-archive {
  display: flex;
  column-gap: 20px;
}
.singular .has-post-thumbnail .entry-header {
  padding-bottom: 10px;
}
.entry-header .post-thumbnail {
  width: 100% !important;
}
.posts-archive .post-thumbnail {
  width: 50% !important;
}
.posts-archive .entry-text {
  width: 50% !important;
}
.container {
  /* max-width: var(--responsive--alignwide-width); */
  max-width: 1104px;
  margin: 0 auto !important;
  box-sizing: border-box;
  width: 100%;
}
.our-video a {
  text-decoration: none;
  color: #00f;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.main-banner-section .section-image img {
  max-width: 400px !important;
  margin: 0 auto;
  width: 100%;
}
.main-banner-section .text-style p {
  width: 100%;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  color: #000;
}
.main-banner-section .section-title {
  font-size: 70px;
}
p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  color: #000;
}
.home.page-template-default p {
  font-size: 16px;
  line-height: 23px;
}
.testimonial .flexslider .slides {
  transition-duration: 3s !important;
}
.testimonial .single-item-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.testimonial .single-item-wrapper h3.author-name {
  text-align: left !important;
  padding: 0 20px !important;
}
.testimonial .tss-carousel-main .swiper-arrow > i,
.testimonial .tss-carousel .swiper-arrow > i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 22px;
}
.testimonial .tss-carousel-main .swiper-arrow,
.testimonial .tss-carousel .swiper-arrow {
  background-color: transparent;
}
.testimonial .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
  display: none;
}
.testimonial .single-item-wrapper .item-content-wrapper .item-content {
  font-weight: 600;
  font-family: "Karla";
  font-size: 17px;
}
.testimonial .single-item-wrapper .profile-img-wrapper {
  text-align: left !important;
  padding: 0 20px 15px;
}
.rewards-section .section-image img {
  max-width: 260px !important;
  margin: 0 auto;
  width: 100%;
}
.rewards-section .wpb_text_column .wpb_wrapper {
  max-width: 335px;
  width: 100%;
}
.rewards-section .vc_column-inner .section-title {
  max-width: 350px;
}
.rewards-section .float-right .vc_column-inner > .wpb_wrapper {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .rewards-section .float-right .vc_column-inner > .wpb_wrapper,
  .rewards-section .vc_column-inner .section-title,
  .rewards-section .wpb_text_column .wpb_wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
  }
}
.info-box-style {
  border: 0 !important;
}
.info-box-style .vc_message_box-icon {
  color: #3d50c7 !important;
}
.info-box-style h4 {
  color: #000;
  font-family: "Karla" !important;
  font-size: 24px;
  margin-bottom: 10px;
}
.info-box-style p {
  font-size: 16px !important;
}
.how-it-works .wpb_video_widget .wpb_wrapper iframe {
  max-height: 100% !important;
}
.about-us-info h3 {
  margin-bottom: 20px;
}
.about-us-info p {
  margin-bottom: 15px;
}
.primary-navigation .primary-menu-container > ul > .menu-item a {
  color: #3f52c7;
  font-family: "Karla";
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item:last-child a {
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  text-align: center;
  margin-left: 10px;
  text-decoration: none;
}
.site-content .entry-content,
.site-content .site-main {
  margin: 0 !important;
  padding-top: 0 !important;
}
.type-page.status-publish header.entry-header.alignwide {
  display: none;
}
.call-to-action button.vc_general.vc_btn3-style-custom {
  max-width: 250px;
  width: 100%;
}
.image-grid-flex ul.wpb_image_grid_ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 25px;
  width: 100%;
  margin: 25px auto 0;
  height: auto !important;
  max-width: 850px;
}
.image-grid-flex ul.wpb_image_grid_ul li.isotope-item {
  flex: 1;
  position: relative !important;
  flex-basis: 20%;
  left: 0 !important;
  top: auto !important;
}
.image-grid-flex ul.wpb_image_grid_ul li.isotope-item img {
  margin: 0 auto;
  object-fit: contain;
  height: 100% !important;
  max-height: 95px;
}
/* .how-it-works,
section {
  width: 100% !important;
} */
.got-you-section h2 {
  font-size: 42px;
  letter-spacing: -0.7px;
  line-height: 50px;
  white-space: pre-wrap;
  max-width: 330px;
}
.cards-grid-section ul.wpb_image_grid_ul {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px;
  height: auto !important;
}
.cards-grid-section .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  float: none;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  flex: 1;
}
.cards-grid-section .wpb_image_grid .wpb_image_grid_ul img {
  object-fit: contain;
  height: 74px !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cards-grid-section .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    flex-basis: 25%;
  }
}
@media (max-width: 576px) {
  .cards-grid-section .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    flex-basis: 45%;
  }
}
.inner-banner-sec h4.vc_custom_heading {
  font-size: 25px;
  font-weight: 500;
  font-family: Karla !important;
}
.blog-post-sec h4 {
  font-size: 20px !important;
  font-weight: 500;
}
.blog-post-sec p {
  word-wrap: break-word;
  font-size: 16px !important;
}

.post.type-post {
  display: flex;
  max-width: var(--responsive--alignwide-width);
  margin: auto;
  padding-top: 20px;
  padding-bottom: 120px;
  column-gap: 60px;
}

.post.type-post.status-publish h1.entry-title {
  font-size: 35px;
  line-height: 45px;
}
.accordion-section h4.vc_custom_heading {
  font-weight: 400;
  font-size: 22px !important;
}
.accordion-section .vc_tta-panel-title > a {
  font-weight: 500;
}
.vc_custom_heading.post-title h2 {
  font-size: 24px;
  line-height: 1.75rem;
}
.post-content p {
  line-height: 28px;
}
.post-content {
  margin-bottom: 30px;
}
.main-blog-post-list .vc_gitem_row {
  display: flex;
  flex-wrap: wrap;
}
.main-blog-post-list .vc_gitem_row .wpb_single_image {
  margin-bottom: 0 !important;
}
.main-blog-post-list
  .vc_gitem_row
  .wpb_single_image
  figure.wpb_wrapper.vc_figure,
.main-blog-post-list
  .vc_gitem_row
  .wpb_single_image
  figure.wpb_wrapper.vc_figure
  a {
  height: 100%;
}
.main-blog-post-list
  .vc_gitem_row
  .wpb_single_image
  figure.wpb_wrapper.vc_figure
  img.vc_single_image-img {
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
@media (max-width: 992px) {
  .blog-post-sec
    .main-blog-post-list
    .vc_gitem_row
    .wpb_single_image
    figure.wpb_wrapper.vc_figure
    a {
    display: flex;
    align-items: center;
  }
  .blog-post-sec
    .main-blog-post-list
    .vc_gitem_row
    .wpb_single_image
    figure.wpb_wrapper.vc_figure
    img.vc_single_image-img {
    height: auto;
    min-height: 214px;
  }
  .blog-post-sec .vc_row-fluid.container {
    max-width: 1200px;
  }
}
section.customer-care-banner {
  background-position: 95% center !important;
}
header#masthead .site-header {
  padding: 0 20px;
}
header#masthead {
  box-shadow: 0 0 10px #0000001c;
}
.vc_row-full-width.vc_clearfix {
  padding: 0;
  margin: 0;
}

.has-background-white
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(
    .bestOffers
  ):not(.sublist-subtitle.hasLink):not(.hubCol-link):not(.ui-tabs-anchor) {
  border: 0;
  outline: none !important;
  box-shadow: none;
  color: inherit;
}

a:link {
  text-decoration: none;
}
.entry-content
  a:not(#carouseltab-card):not(#viewall-pop):not(#carouseltab-link):not(
    .ui-tabs-anchor
  ) {
  text-decoration: underline;
}

img {
  outline: none !important;
}
.testimonial li {
  text-align: center;
}
.testimonial li img.attachment-full {
  margin: auto;
  padding: 40px 0;
  max-width: 500px !important;
  padding-left: 80px;
}
.testimonial .flexslider {
  background: 0;
  border: 0;
  max-width: 590px;
  margin: auto;
  text-align: center;
}
.about-our-story .wpb_single_image {
  display: flex;
  flex-wrap: wrap;
}
.about-our-story .wpb_single_image h2.wpb_heading {
  order: 1;
  padding: inherit;
  width: 100%;
  font-family: Karla !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #828282;
  padding-top: 10px;
}
.about-our-story .wpb_single_image figure.wpb_wrapper.vc_figure {
  width: 100%;
}
.about-our-story .wpb_single_image figure .vc_single_image-wrapper {
  width: 100%;
}
.about-our-story
  .wpb_single_image
  figure
  .vc_single_image-wrapper
  img.vc_single_image-img {
  max-width: 100% !important;
}
.about-our-story .wpb_text_column h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: Karla !important;
  line-height: 38px;
}
.about-our-story h3.vc_custom_heading {
  margin-bottom: 40px;
}
.theme-button a.vc_general.vc_btn3 {
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 145px;
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
main#main {
  padding: 0;
}
.main-blog-post-list .vc-gitem-zone-height-mode-auto:before {
  padding: 0 !important;
}
.main-blog-post-list
  .vc-gitem-zone-height-mode-auto
  .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
  position: unset;
  transform: none;
}
.all-list-category h2.widgettitle {
  display: none;
}
.all-list-category nav {
  margin: 0;
}
.all-list-category nav ul li {
  display: inline-block;
  width: 100%;
}
.all-list-category nav ul {
  background: #3f52c7;
  padding: 15px 0 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.all-list-category nav ul li a {
  border: 0;
  text-decoration: none;
  background: #fff;
  color: #3f52c7 !important;
  padding: 5px 25px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 139px;
}
.all-list-category .vc_column-inner {
  padding: 0 5px;
}
.policy-content ul {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 37px;
}
.policy-content ol li a {
  font-size: 16px;
}
.policy-content ol {
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.policy-content ol li {
  margin-bottom: 5px;
}
.policy-content p {
  padding: 0 15px;
  line-height: 35px;
}
.policy-content h3,
.policy-content h4 {
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.policy-content h4 {
  font-weight: 500;
  font-family: "Karla", sans-serif !important;
  font-size: 30px;
}
.single-post main#main {
  padding-top: 20px !important;
}
.single-post main#main .wp-post-image {
  margin-top: 0;
}
.single-post main#main .sqs-block.html-block.sqs-block-html {
  max-width: var(--responsive--alignwide-width) !important;
  padding: 20px 0 0;
}
.single-post main#main p {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.8em;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-size: calc(1.2 * 1rem);
  margin-bottom: 15px;
}
.single-post nav.navigation.post-navigation p.post-title {
  line-height: 29px !important;
}
.posts-bottom-nav .column-2 {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.wpb-posts-nav.posts-bottom-nav.row-post.alignwide {
  margin: 20px auto 0px;
}
.wpb-posts-nav.posts-bottom-nav.row-post.alignwide .img_block {
  margin-bottom: 15px;
  height: 150px;
}
.wpb-posts-nav.posts-bottom-nav.row-post.alignwide .img_block img {
  height: 100% !important;
  object-fit: cover;
}
.wpb-posts-nav.posts-bottom-nav.row-post.alignwide a {
  text-decoration: none;
}
.wpb-posts-nav.posts-bottom-nav.row-post.alignwide .title h4 {
  font-family: Karla !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  /* font-size: calc(1.2 * 1rem); */
  font-size: 16px;
}
.single-post main#main figure.post-thumbnail img {
  max-width: 100% !important;
}
footer a:hover,
footer a:focus {
  color: #fff !important;
}
#menu-quick-menu .social-btn {
  display: inline-block;
  margin-right: 4px;
  margin-top: 8px;
}
#menu-quick-menu .social-btn a {
  font-size: 16px;
}
.about-our-story .wpb_text_column h4 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.89px;
  line-height: 36px;
}
.about-our-story .wpb_text_column p {
  color: #000;
  font-family: Karla;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 18px;
  font-weight: 400;
}
.about-our-story {
  max-width: 950px;
  margin: auto !important;
}
.about-our-story .wpb_single_image img.vc_single_image-img {
  border-radius: 35px;
}
.policy-content p {
  margin-bottom: 15px;
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}
.page-id-317 .policy-content h3,
.page-id-353 .policy-content h3 {
  font-family: Arial !important;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.page-id-317 .policy-content h4,
.page-id-353 .policy-content h4 {
  font-size: 20px;
  font-family: Arial !important;
  color: #000 !important;
  font-weight: 600;
}
.singular .has-post-thumbnail .entry-header .breadcrumb a {
  color: #3f52c7;
}
.archive header.page-header h1 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
.archive header.page-header {
  padding: 15px;
  background: #3f52c7;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: 160px;
}
.archive article {
  width: 100%;
  display: inline-block;
}
.archive .alignwide.list-of-posts {
  display: flex;
  flex-wrap: wrap;
}
.archive .alignwide.list-of-posts header.entry-header h2 {
  font-size: 26px;
  order: 1;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 15px;
}
.archive .alignwide.list-of-posts header.entry-header h2 a {
  text-decoration: none;
}
.archive .alignwide.list-of-posts article header.entry-header {
  display: flex;
  column-gap: 50px;
  margin-bottom: 20px;
}
.archive .alignwide.list-of-posts header a.post-thumbnail-inner {
  width: 100%;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive .alignwide.list-of-posts header a.post-thumbnail-inner {
    height: 145px;
  }

  .post.type-post.status-publish h1.entry-title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.archive .alignwide.list-of-posts header a.post-thumbnail-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0;
  object-position: center;
}
.archive article footer.entry-footer.default-max-width {
  display: none;
}
.archive.post-type-archive main#main {
  padding-bottom: 0;
}
.archive main#main {
  padding-bottom: 50px;
}
.archive
  main#main
  .entry-content
  p:not(
    .amex-disclose,
    .alt-disclose,
    .amex-disclose-bottom,
    .alt-disclose-bottom
  ) {
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.8em;
  color: #000;
}
#blog-page-category .cat-item a {
  background: #fff !important;
  outline: none !important;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .archive article {
    width: 100%;
  }
  .archive header.page-header h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .widget-area section.widget {
    flex-basis: 45%;
  }
}
@media (max-width: 767px) {
  .flex-order {
    flex-direction: column-reverse;
  }
  .rewards-section h2.section-title,
  .rewards-section p {
    text-align: center !important;
  }
  footer .widget-area section.widget {
    flex-basis: 45%;
  }
  .image-grid-flex ul.wpb_image_grid_ul li.isotope-item {
    flex-basis: calc(50% - 25px);
  }
  .got-you-section h2.vc_custom_heading {
    text-align: center !important;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .got-you-section .info-box-style .vc_message_box-icon,
  .got-you-section .info-box-style h4,
  .got-you-section .info-box-style p {
    width: 100%;
  }
  .got-you-section .info-box-style {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    text-align: center;
  }
  .got-you-section .info-box-style .vc_message_box-icon {
    position: relative;
    padding: 25px;
  }
  .main-banner-section .wpb_wrapper h1,
  .main-banner-section .wpb_wrapper p,
  .main-banner-section .our-video a {
    text-align: center !important;
    margin: 0 auto;
    max-width: 100%;
    justify-content: center;
  }
  .main-banner-section .section-title {
    font-size: 40px;
    line-height: normal;
  }
}
figure.post-thumbnail figcaption.wp-caption-text {
  display: none;
}
footer .widget-area section#text-5.widget.widget_text {
  flex: 1;
}
footer .widget-area section#text-5.widget.widget_text a {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  header#masthead .site-logo {
    position: unset;
  }
  header#masthead nav#site-navigation {
    position: unset;
  }
  header#masthead .site-branding {
    margin-right: 0;
  }
  header#masthead .menu-button-container {
    position: relative;
  }
  header#masthead .site-header {
    justify-content: space-between;
    width: 100%;
    row-gap: unset;
    align-items: center;
  }
  .site-header.has-logo.has-menu:after,
  .site-header.has-logo.has-menu:before {
    display: none;
  }
  .policy-content .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  .policy-content.iframe-content p {
    padding: 0;
  }
  .page-id-317 .policy-content.iframe-content p iframe#idIframe {
    min-height: 19870px !important;
  }
  .page-id-319 .policy-content.iframe-content iframe#idIframe {
    min-height: 29000px !important;
  }
}
.blog-post-sec a.vc_general.vc_btn3:hover,
.blog-post-sec a.vc_general.vc_btn3:focus {
  border: 1px solid #3f52c7 !important;
  color: #fff !important;
  text-decoration: none;
  background: #3f52c7 !important;
  box-shadow: none !important;
}
#blog-page-category a {
  border: 1px solid transparent;
  text-transform: capitalize;
  font-family: "SharpGrotesk" !important;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 100px;
}
.media-row img.vc_single_image-img {
  max-width: 130px !important;
  object-fit: contain;
  height: 100% !important;
}
.blog-post-sec .main-blog-post-list a.vc_general.vc_btn3:hover {
  background-color: #3546ad !important;
  color: #fff !important;
}
.blog-post-sec .main-blog-post-list a.vc_general.vc_btn3 {
  background: #3f52c7 !important;
  height: auto;
  padding: 10px 25px 12px;
  text-transform: capitalize;
  line-height: normal;
  border-radius: 100px;
  color: #fff !important;
  font-size: 18px;
}

.related-posts-heading {
  background-color: #f5f5f7;
  padding: 10px 30px;
}

.related-posts-heading h3 {
  /* text-align: center; */
  font-weight: 700;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.posts-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.posts-carousel .slide-arrow.prev-arrow,
.posts-carousel .slide-arrow.next-arrow {
  color: gray !important;
  font-size: 32px;
  padding: 0;
}
.posts-carousel .slide-arrow.prev-arrow:hover,
.posts-carousel .slide-arrow.next-arrow:hover {
  border: 0;
  font-size: 32px;
  padding: 3px;
}
.posts-carousel .slide-arrow.prev-arrow:focus,
.posts-carousel .slide-arrow.next-arrow:focus {
  outline: 0;
}
.posts-carousel button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 35px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before,
.videoPoster:focus:before {
  border-color: red;
}
.videoPoster:hover:after,
.videoPoster:focus:after {
  border-left-color: red;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.heading-banner {
  font-family: "SharpGrotesk" !important;
}
#desktop-slider_forcefullwidth {
  display: none;
}
.desktop-logo {
  display: none;
}
.mobile-logo {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #mobile-slider_forcefullwidth {
    display: none;
  }
  #desktop-slider_forcefullwidth {
    display: block;
  }
  .desktop-logo {
    display: block;
  }
  .mobile-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .primary-navigation > div > .menu-wrapper {
    padding-bottom: 0;
  }
  .primary-navigation > div > .menu-wrapper li {
    width: auto;
  }
  .menu-button-container #primary-mobile-menu {
    display: none;
  }
  header#masthead .menu-button-container {
    display: none;
  }
  header#masthead .site-logo {
    padding: 8px;
    margin: 0;
  }
  /* header#masthead {
    padding-top: 20px;
  } */
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-width: var(--global--spacing-measure);
  }
  .primary-navigation > .primary-menu-container {
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
    position: unset;
    width: auto;
    height: auto !important;
  }
  body #daextlwcnf-cookie-notice-wrapper #daextlwcnf-cookie-notice-message {
    width: calc(100% - 60px) !important;
  }
  body
    #daextlwcnf-cookie-notice-wrapper
    div#daextlwcnf-cookie-notice-button-container {
    width: 60px !important;
  }
  body #daextlwcnf-cookie-notice-wrapper {
    flex-direction: initial !important;
  }
  body #daextlwcnf-cookie-notice-wrapper #daextlwcnf-cookie-notice-message p {
    line-height: 24px;
  }
  body div#daextlwcnf-cookie-notice-container {
    padding: 15px 30px !important;
  }
}
.info-box-style i.fas.fa-unlock-alt:before {
  content: "";
  background-image: url("./images/security-icon1.png");
}
.info-box-style i.fas.fa-user-shield:before {
  content: "";
  background-image: url("./images/security-icon2.png");
}
.info-box-style i.fas:before {
  width: 23px;
  height: 26px;
  display: inline-block;
  background-size: contain;
}
.info-box-style .vc_message_box-icon > * {
  top: 28px;
}
.info-box-style.vc_message_box {
  padding-top: 0;
}
.cards-grid-section.bank-logo h5.vc_custom_heading {
  font-family: Karla !important;
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 28px;
}
body #daextlwcnf-cookie-notice-wrapper {
  max-width: 100% !important;
}
body #daextlwcnf-cookie-notice-message {
  display: flex;
  align-items: center;
}
body div#daextlwcnf-cookie-notice-container {
  background-color: #eee !important;
}
body #daextlwcnf-cookie-notice-button-1:hover,
body div#daextlwcnf-cookie-notice-button-1 {
  font-size: 0 !important;
  width: auto !important;
  background: none !important;
  border: none !important;
}
body div#daextlwcnf-cookie-notice-button-1:before {
  content: "×";
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  font-weight: 100;
  line-height: 0.5em;
  font-size: 35px;
  color: #000;
}
body div#daextlwcnf-cookie-notice-button-container {
  justify-content: flex-end;
}
#content .btn-banner-home:focus,
#content .btn-banner-home:hover {
  background: #007aff !important;
}
body #daextlwcnf-cookie-notice-message a {
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.journey-page h2.wpb_heading {
  font-size: 26px;
  margin-bottom: 20px;
}
.journey-page .wpb_wrapper p {
  font-size: 20px;
  margin-bottom: 15px;
}
#page .journey-page .theme-btn a,
#page .journey-page .theme-btn a:focus {
  background: #3f52c7 !important;
  color: #fff !important;
  outline: none !important;
  text-decoration: none;
  border: none !important;
  font-family: "Karla";
  font-weight: 500;
  font-size: 16px;
}
.blog-post-sec .main-blog-post-list a.vc_general.vc_btn3:focus {
  background: #3f52c7 !important;
}
.btn-container {
  display: flex;
}
.btn-container .btn-extension {
  padding: 0;
}
#qr-button-navigation {
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  text-align: center;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  padding: 9px 23px;
  margin-top: 8px;
}
#qr-button-extension {
  /* background: #fff;
  color: #3f52c7;
  border: 1px solid #3f52c7;
  border-radius: 100px;
  min-width: 95px;
  text-align: center;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  padding: 11px 23px;
  margin-top: 10px; */
  background: #fff;
  color: #3f52c7;
  border: 1px solid #3f52c7;
  border-radius: 100px;
  min-width: 95px;
  text-align: center;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  /* line-height: 19px; */
  text-align: center;
  padding: 11px 23px;
  margin-top: 7px;
}
#qr-button-navigation:focus {
  outline: 0;
}
#qr-button-navigation-mobile {
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  text-align: center;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  padding: 11px 23px;
  margin-top: 10px;
}
#qr-button-navigation-mobile:focus {
  outline: 0;
}
#myForm {
  animation: fadeIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: block;
}
.qr-title p {
  color: #3f52c7;
  font-family: Karla;
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: -0.96px;
  line-height: 25px !important;
  margin-bottom: 20px;
}
.qr-content {
  position: absolute;
  width: 370px;
  padding: 39px 19px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  right: 90px;
  top: 65px;
}

.qr-content .qr-container {
  position: relative;
}

.qr-content .qr-code-title {
  display: flex;
  column-gap: 31px;
  align-items: center;
}
.qr-content .qr-code {
  display: flex;
  column-gap: 16px;
  /* align-items: center; */
  padding-bottom: 16px;
}
.qr-logo img {
  height: auto;
  width: 107px;
  padding: 9px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.qr-content .description {
  text-align: center;
  /* width: 153px; */
  color: #000;
  font-family: Karla;
  font-size: 17px;
  letter-spacing: -0.96px;
  line-height: 19px;
  margin: 20px;
}

.qr-content .qr-code-image {
  margin-bottom: 15px;
}

.qr-content .qr-code-image img {
  height: 200px;
  width: 200px;
  padding: 6px;
}
.qr-divider {
  height: 1px;
  width: 310px;
  background-color: #ccc;
}
.qr-input {
  padding-left: 21px;
}
.qr-input-title {
  height: 19px;
  width: 257px;
  color: blue !important;
  font-family: Karla;
  font-size: 16px !important;
  letter-spacing: -0.96px;
  text-decoration: underline !important;
  text-decoration-style: solid !important;
  line-height: 19px !important;
  padding-top: 24px !important;
  padding-left: 21px !important;
  padding-bottom: 24px !important;
}
#phone_form {
  display: none;
}
.qr-input .qr-input-box,
#email-input-box {
  border: 0 !important;
  padding-bottom: 12px !important;
}
.qr-input .qr-input-divider {
  height: 1px;
  width: 282px;
  background-color: #999;
}
.email-input-divider {
  height: 1px;
  width: 100%;
  background-color: #999;
}
.divider-warning {
  background-color: red !important;
}
.qr-input .qr-input-sub_title,
.email-input-sub_title {
  color: #000;
  font-family: Karla;
  font-size: 12px !important;
  letter-spacing: -0.5px;
  line-height: 14px !important;
  padding-top: 5px;
}
.qr-input .qr-input-message {
  color: #000;
  font-family: Karla;
  font-size: 12px !important;
  letter-spacing: -0.5px;
  line-height: 14px !important;
  padding-top: 2px;
}
.qr-input-message-container,
.email-input-message-container {
  padding-top: 33px;
}
.qr-input-message-digit,
.qr-input-message-repeat,
.qr-input-message-captcha,
.qr-input-message-timeout,
.email-input-message-repeat,
.email-input-message-captcha,
.email-input-message-timeout {
  display: none;
  color: red;
  font-family: Karla;
  font-size: 12px !important;
  letter-spacing: -0.5px;
  line-height: 14px !important;
}
.qr-input .qr-input-submit,
#mobile-submit {
  box-sizing: border-box;
  height: 56px;
  width: 245px;
  border: 1px solid #3f52c7 !important;
  border-radius: 28px;
  background: #3f52c7 !important;
  color: #fff;
  font-family: Karla;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  padding: 10px 0;
  margin-top: 24px;
}
.qr-input .qr-input-submit-cover {
  box-sizing: border-box;
  height: 39px;
  width: 282px;
  border: 1px solid #3f52c7 !important;
  border-radius: 28px;
  font-family: Karla;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  padding: 10px 0;
  margin-top: 24px;
  color: #3f52c7 !important;
  background: transparent !important;
}
input[type="submit"]:disabled {
  color: #3f52c7 !important;
  background: transparent !important;
}
#mobile-submit:disabled {
  background: #b3bae9 !important;
  color: white !important;
  border: none !important;
}
input[type="tel"] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
}
input[type="tel"]:focus {
  outline: 0 !important;
}
input[type="submit"]:hover {
  color: white;
}
input[type="submit"]:focus,
input[type="text"]:focus {
  outline: 0 !important;
}
input[name="resubmit"] {
  border: 0;
  padding: 2px;
  font-size: 12px;
  border-radius: 28px;
  background: transparent !important;
  color: blue !important;
  margin-left: 10px;
  text-decoration: underline;
}
.captcha-warning {
  border: 1px solid red;
}
.g-recaptcha {
  margin-top: 5px;
  padding: 0 5px;
}
.section-title-head {
  width: 449px;
  color: #000;
  font-family: "SharpGrotesk";
  font-size: 36px;
  letter-spacing: -2.4px;
  line-height: var(--heading--letter-spacing-h2);
}
.section-app-image {
  width: 437px !important;
  margin-bottom: 62px;
}
.section-app-image-mobile {
  margin-bottom: 62px;
}
.section-app-desc .wpb_wrapper {
  max-width: 100% !important;
}
.section-app-desc .wpb_wrapper p {
  width: 439px;
  color: #000;
  font-family: Karla;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 28px;
}
#btn-enable-for-free {
  height: 56px;
  width: 223px;
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  margin: 0;
}
#btn-enable-for-free-mobile {
  width: 223px;
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  margin: 0;
  width: 236px;
}
#btn-enable-for-free-android {
  display: none;
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  margin: 0;
}
#btn-enable-for-free-popup {
  position: absolute;
  width: 89%;
  padding: 32px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%);
  top: 120px;
  display: none;
}
#btn-enable-for-free-popup #btn-submit {
  width: 223px;
  background: #3f52c7;
  color: #fff;
  border-radius: 100px;
  min-width: 95px;
  margin-left: 10px;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 19px;
  text-align: center;
  margin: 0;
  width: 236px;
}
#btn-enable-for-free-popup h2,
#btn-enable-for-free-popup p,
#email-input-box,
.email-input-sub_title,
.email-input-message-repeat,
.email-input-message-captcha,
.email-input-message-timeout {
  text-align: left;
}
#btn-enable-for-free-popup h2,
#btn-enable-for-free-popup p,
#email-input-box {
  padding-bottom: 16px;
}
#btn-enable-for-free-popup h2 {
  color: #000 !important;
  font-family: Karla !important;
  font-size: 24px !important;
  font-weight: bold !important;
  letter-spacing: -1px !important;
  line-height: 28px !important;
}
#email-input-box {
  width: 85%;
  padding: 0;
  text-align: left !important;
}
.section-title-head-mobile {
  width: 316px;
  font-size: 24px;
  letter-spacing: -1.4px;
  line-height: var(--heading--line-height-h2);
}
.section-app-desc-mobile .wpb_wrapper p {
  color: #000;
  font-family: Karla;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 19px;
}
.app-btn-mobile {
  text-align: center;
}
.label-yellow {
  background: #ffd551;
  width: max-content;
  padding: 4px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
}
.app-grid-flex {
  display: flex;
  grid-gap: 25px;
}
.app-grid-flex .app-item {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.featured-section {
  background: linear-gradient(0, #fff 0, #f1f1f1 100%);
}
.app-section-mobile,
.featured-section,
.rewards-section,
.got-you-section,
.testimonial {
  z-index: 0;
}
.qr-link-mobile {
  display: none;
}
#qr-button-navigation-mobile {
  display: none;
}
@media (max-width: 760px) {
  .posts-carousel .slide-arrow.prev-arrow,
  .posts-carousel .slide-arrow.next-arrow {
    display: none;
  }
  .qr-link-mobile {
    display: block;
  }
  #qr-button-navigation-mobile {
    display: block;
  }
  #qr-button-navigation {
    display: none;
  }
  .border-extra {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0 !important;
  }
  .border-extra.vc_custom_1667452270244,
  .border-extra.vc_custom_1667453255992 {
    padding-bottom: 0 !important;
  }
  .testimonial {
    margin-top: 0 !important;
  }
  .border-extra .section-image {
    margin-bottom: 0 !important;
  }
  .border-extra .wpb_text_column .wpb_wrapper p {
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 0 30px !important;
  }
  .app-section-mobile,
  .featured-section,
  .rewards-section .border-extra,
  .cards-grid-section.bank-logo,
  .got-you-section,
  .testimonial {
    border-bottom: 5px solid #ddd !important;
    margin-bottom: 0 !important;
  }
}
.vc_grid-btn-load_more {
  display: none !important;
}
.vc-gitem-zone-height-mode-auto:before {
  padding-top: 40% !important;
}
.post-vertical .vc_custom_heading.post-title h2 {
  font-size: 16px !important;
}
.post-vertical .post-content p {
  font-size: 14px !important;
}
.post-vertical-content {
  border-bottom: 1px solid #8f8f8f;
}
.post-button .vc_btn3.vc_btn3-color-white,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #3d50c7 !important;
  padding: 0;
}
.blog-section-title .wpb_wrapper {
  display: flex;
  align-items: center;
}
.post-button-large .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.75rem !important;
  background-color: transparent;
}
.block-quote {
  background: #00175a !important;
}
.block-quote .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #fff !important;
  padding: 0;
}
.blog-section-alt .vc_row {
  max-width: 1240px !important;
  margin: auto !important;
}
.page-header-container {
  max-width: 100%;
  background: #3f52c7;
}
.offcanvas-menu {
  display: none;
}

@media (max-width: 767px) {
  .btn-container {
    display: none;
  }
}

@media (max-width: 1040px) {
  #content .btn-banner-home {
    background: transparent !important;
  }

  .offcanvas-menu {
    display: block;
  }
  .offcanvas-menu > label {
    top: 50px;
    right: 30px;
    position: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    z-index: 9999;
    margin: 0;
  }
  .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    transition: background 0.3s, transform 0.3s;
  }
  .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 35px;
    background: #000;
  }
  .offcanvas-menu label span::before {
    transform: translateY(0);
  }
  .offcanvas-menu label span::after {
    transform: translateY(12px);
  }
  .offcanvas-menu nav {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0;
    top: -100%;
    /* overflow: hidden; */
    background: white;
    transition: 0.3s ease;
    padding: 40px 0px;
    z-index: -1;
  }
  .offcanvas-menu nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offcanvas-menu nav > div a {
    font-size: 2.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: "Monoton", cursive;
    background: linear-gradient(-90deg, #49a4ed 30%, #3d00a9 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .offcanvas-menu nav > div a i {
    font-size: 4rem;
    background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .offcanvas-menu nav > div label {
    width: 60px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .offcanvas-menu nav > div label span,
  .offcanvas-menu nav > div label span:before,
  .offcanvas-menu nav > div label span:after {
    background: #4d4d4d;
  }
  .offcanvas-menu nav > ul {
    margin-top: 20px;
    counter-reset: nav-link-count;
    list-style-type: none;
    padding: 0;
  }
  .offcanvas-menu nav > ul li {
    cursor: pointer;
    padding: 10px 0;
    transform: translateX(-30px);
    opacity: 0;
    transition: 0.4s ease;
    counter-increment: nav-link-count;
  }
  .offcanvas-menu nav > ul li a {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #333;
    display: block;
  }
  .offcanvas-menu nav > ul li:hover {
    animation: hover 0.5s;
  }
  .offcanvas-menu input[type="checkbox"] {
    display: none;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ .toogle-open {
    opacity: 1;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav {
    right: 0;
    top: 0;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ .toogle-close span {
    background: transparent;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ .toogle-close span:before {
    transform: rotate(-45deg);
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ .toogle-close span:after {
    transform: rotate(45deg);
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ .toogle-close span:before,
  .offcanvas-menu input[type="checkbox"]:checked ~ .toogle-close span:after {
    transition-delay: 0.2s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li {
    opacity: 1;
    transform: translateX(0);
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(7) {
    transition-delay: 0.7s;
  }
  header#masthead nav#site-navigation {
    display: flex;
  }
  .qr-link-mobile {
    padding: 0;
  }
  #qr-button-navigation-mobile {
    margin-top: 0;
    margin-right: 20px;
  }
  .offcanvas-menu {
    padding: 22px 0 10px;
  }
  .offcanvas-menu label span:before,
  .offcanvas-menu label span:after {
    top: 13px;
  }
  input[type="checkbox"] + label {
    padding-left: 3px !important;
  }
}

@media (max-width: 1295px) {
  .mobile-toc-header input[type="checkbox"] {
    display: none;
  }

  .mobile-toc-header .toc-section.open {
    display: flex;
  }

  .mobile-toc-header label span,
  .mobile-toc-header label span::before,
  .mobile-toc-header label span::after {
    transition: background 0.3s, transform 0.3s;
  }
  .mobile-toc-header label span,
  .mobile-toc-header label span::before,
  .mobile-toc-header label span::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 35px;
    background: #000;
    top: 12px;
  }
  .mobile-toc-header label span::before {
    transform: translateY(0);
  }
  .mobile-toc-header label span::after {
    transform: translateY(12px);
  }

  .mobile-toc-header input[type="checkbox"]:checked ~ span,
  label.inner-button span {
    background: transparent;
  }

  .mobile-toc-header input[type="checkbox"]:checked ~ span::before,
  label.inner-button span::before {
    transform: rotate(45deg);
  }

  .mobile-toc-header input[type="checkbox"]:checked ~ span::after,
  label.inner-button span::after {
    transform: rotate(-45deg);
  }

  .mobile-toc-header p {
    margin-bottom: 0px;
  }

  .mobile-toc-header {
    padding: 10px;
  }
}
.overlay {
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  opacity: 1;
  margin: 0 auto;
  padding: 0 20px;
  backdrop-filter: blur(6px);
}
.video-overlay,
.video-overlay-desktop,
.extn-overlay-desktop {
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  opacity: 1;
  margin: auto 0;
  backdrop-filter: blur(6px);
}
.video-overlay-desktop {
  align-items: center;
  justify-content: center;
}

.extn-overlay-desktop {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .video-overlay {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 768px) {
  .video-overlay {
    padding: 90px 0;
  }
}
.close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.video-close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  color: white !important;
}
.video-desktop-close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  color: white !important;
}

.exten-desktop-close {
  position: absolute;
  cursor: pointer;
  top: 1.5rem;
  right: 1.5rem;
  transition: all 200ms;
  font-size: 30px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  color: #000 !important;
}

#extn-overlay-desktop .close:focus,
.video-close:focus,
.video-desktop-close {
  position: absolute !important;
}
.pop-up-email-icon {
  display: none;
  width: 50%;
}
.pop-up-email-icon {
  padding-bottom: 30px;
}
.archive-posts .related-posts,
.archive-posts .highlighted-posts {
  width: 50%;
}
.archive-posts .related-posts article {
  border-bottom: 1px solid #8f8f8f;
}
.archive-posts .related-posts article,
.archive-posts .highlighted-posts article {
  padding: 0;
}
.archive-posts .related-posts .archive-title,
.archive-posts .highlighted-posts .archive-title,
.list-of-posts .archive-title,
.vc_custom_heading.archive-title {
  font-size: 26px;
  padding-top: 0.625rem !important;
  padding-bottom: 10px !important;
  border-bottom: 3px solid #3f52c7;
  width: max-content;
  margin-bottom: 1.875rem !important;
}
.archive-posts .related-posts .vertical-posts-archive {
  display: flex;
  column-gap: 20px !important;
}
.archive-posts .related-posts .vertical-posts-archive .entry-image,
.archive-posts .related-posts .vertical-posts-archive .entry-text {
  width: auto;
  flex-grow: 1;
  /* flex-basis: 0; */
}
.archive-posts
  .related-posts
  .vertical-posts-archive
  .entry-image
  .post-thumbnail
  a {
  height: 130px;
}
@media only screen and (max-width: 768px) {
  .archive-posts .related-posts .vertical-posts-archive .entry-image {
    display: block;
  }
  .archive-posts .related-posts .vertical-posts-archive .entry-content {
    display: none;
  }
  #archive-accordion {
    display: none;
  }
}
.posts-archive .entry-text,
.posts-archive .entry-title,
.vertical-posts-archive .entry-title {
  margin-top: 0 !important;
}
.vertical-posts-archive .entry-title,
.single-posts-archive .entry-title,
.dropdown-posts-archive .entry-title {
  font-size: 16px !important;
  line-height: 29px !important;
}
.vertical-posts-archive .entry-title {
  margin-bottom: 0 !important;
}
.single-posts-archive .entry-title {
  margin-bottom: 10px !important;
}
.vertical-posts-archive .entry-content p,
.single-posts-archive .entry-content p,
.posts-archive .entry-content p,
.single-posts-archive .entry-text a,
.posts-archive .entry-content p,
.archive-link,
.post-button a {
  font-size: calc(1 * 1rem) !important;
}
.related-posts .vertical-posts-archive .entry-content {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .type-post .mobile-table td:nth-child(1) > div img {
    width: 150px;
  }
}
.archive-link,
.post-button a,
.post-button button {
  background-color: transparent !important;
}
.single-posts-archive {
  display: block !important;
}
.ui-accordion-content article {
  border-bottom: 1px solid #8f8f8f;
  padding: 0;
}
#archive-accordion {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
}
.ui-widget {
  width: 100% !important;
}
.ui-accordion .ui-accordion-content {
  padding-right: 2.2em !important;
  padding-left: 2.2em !important;
  padding-bottom: 1em !important;
  padding-top: 0 !important;
}
.ui-state-default {
  background: none !important;
}
.ui-widget-content {
  background: none !important;
}
.ui-state-default {
  color: #3f52c7 !important;
  font-weight: normal;
}
.single:not(.single-docs) .ui-state-hover,
.single:not(.single-docs) .ui-state-active,
.single:not(.single-docs) .ui-state-focus {
  border: 2px solid #3f52c7 !important;
  color: #3f52c7 !important;
  border-radius: 3px;
  font-weight: normal;
}

.single:not(.single-docs) .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.single:not(.single-docs) .ui-state-default,
.single:not(.single-docs) .ui-widget-content .ui-state-default,
.single:not(.single-docs) .ui-widget-header .ui-state-default,
.single:not(.single-docs) .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 2px solid #3f52c7 !important;
  color: #3f52c7 !important;
  border-radius: 3px;
  font-weight: 500 !important;
}

.single:not(.single-docs) .ui-state-default a,
.single:not(.single-docs) .ui-state-default a:link,
.single:not(.single-docs) .ui-state-default a:visited,
.single:not(.single-docs) a.ui-button,
.single:not(.single-docs) a:link.ui-button,
.single:not(.single-docs) a:visited.ui-button,
.ui-button {
  color: #3f52c7 !important;
  font-weight: 500 !important;
}

.single:not(.single-docs) .ui-state-active a,
.single:not(.single-docs) .ui-state-active a:link,
.single:not(.single-docs) .ui-state-active a:visited {
  color: #fff !important;
  background: #3f52c7;
}

.single:not(.single-docs) .ui-state-active a:focus {
  background: #3f52c7 !important;
}

.ui-accordion .ui-accordion-header {
  font-size: 16px !important;
  padding: 15px 20px !important;
}
.sticky-action-button-container {
  display: none;
}

.sticky-action-button {
  border-radius: 10px;
  border: 1px #d5d5d5 solid;
}

@media (max-width: 767px) {
  .sticky-action-button-container {
    display: block;
  }
}
.sticky-action-button-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 374px) {
  .sticky-action-button-container .sticky-action-button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 413px) {
  .sticky-action-button-container .sticky-action-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.sticky-action-button-container .sticky-action-button {
  background: #fff;
  display: flex;
  /* align-items: center; */
  color: #fff;
  padding: 35px 20px 35px;
  transition: padding-bottom 50ms ease-out;
  flex-direction: column;
}
.sticky-action-button-container .sticky-action-button .main-content-container {
  display: flex;
  align-items: center;
}
.sticky-action-button-container .sticky-action-button .close-button {
  /* color: #000;
  font-size: 18px;
  padding: 5px;
  position: absolute;
  right: 3px;
  top: 2px; */
  color: #000;
  font-size: 22px;
  padding: 9px;
  position: absolute;
  right: 10px;
  top: 1px;
  font-weight: bold;
}
.sticky-action-button-container .sticky-action-button .copy-wrapper {
  padding-left: 15px;
}
.sticky-action-button-container
  .sticky-action-button
  .copy-wrapper
  .company-name {
  /* font-family: "SharpGrotesk";
  font-size: 15px;

  color: #000; */
  /* font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 25px; */

  font-family: "Karla";
  font-size: 18px !important;
  font-weight: 600;
  line-height: 25px !important;
  color: #000;
  margin: 0;
}

.sticky-action-button-container .sub-text {
  /* padding: 20px 0px;
  color: #000;
  font-size: 18px;
  font-weight: 500; */
  padding: 25px 0px;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.sticky-action-button-container .sticky-action-button .copy-wrapper .sub-text {
  font-family: "Karla";
  font-size: 12px;
  padding: 20px 0px;
  color: #000;
}
.sticky-action-button-container .sticky-action-button .sticky-action-cta {
  /* text-align: center;
  background: #3f52c7;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 39px;
  height: 39px;
  border-radius: 50px;
  font-weight: 600;
  padding: 0 15px;
  margin: 0 0 0 auto;
  transition: background 300ms ease-in-out; */

  text-align: center;
  background: #3f52c7;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  /* line-height: 39px; */
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  margin: 0 0 0 auto;
  transition: background 300ms ease-in-out;
  width: 100%;
}
.sticky-action-button-container
  .sticky-action-button
  .sticky-action-cta:focus:not(.wp-block-button__link):not(
    .wp-block-file__button
  ) {
  background: #3f52c7 !important;
  color: #fff !important;
}

.sticky-action-button-container .qr-logo {
  border-radius: 15px;
  border: 2px #d0d0d0 solid;
  width: 60px;
}

.post-img-mobile img {
  height: 140px !important;
  object-fit: cover !important;
  object-position: 61% center !important;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    top: 2px;
    border-width: 2px;
  }
  input[type="checkbox"]:after {
    left: 3px !important;
    top: -2px !important;
    width: 8px !important;
    height: 14px !important;
  }
}
@media (max-width: 767px) {
  input[type="checkbox"] {
    border-width: 1.6px;
  }
}
#qr-button-subscribe {
  background: #3f52c7;
  border-radius: 100px;
  border: none !important;
}
#qr-button-subscribe:hover {
  color: white !important;
  border: none !important;
}
.news-letterbox {
  display: flex;
  max-width: 1240px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 120px;
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto !important;
  box-sizing: border-box;
  width: 100%;
}
.news-letterbox-mobile {
  display: none;
  max-width: 1240px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 90px;
}
.news-col-1,
.news-col-2 {
  width: 100%;
}
.news-col-1 {
  text-align: center;
}
.side-article-container {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
@media (max-width: 767px) {
  .side-article-container {
    position: relative;
  }
}
/* table td,
table th, */
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #adbbc9;
}
td:nth-child(1) > div button {
  background: #3f52c7;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-family: Karla;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.8px;
  margin-top: 15px;
  width: max-content;
  padding: 12px;
}
.single-card td:nth-child(1) > div button,
.post-type-archive-card td:nth-child(1) > div button {
  width: 100%;
}
.desktop-table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.desktop-table tr {
  -webkit-box-shadow: 0 0 31px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 31px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 31px -8px rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
  background-color: #fff;
}
.desktop-table td {
  border: 0;
}
.desktop-table td:nth-child(1),
.desktop-table td:nth-child(2) {
  vertical-align: top;
}
.desktop-table td:nth-child(1) {
  padding: 40px 0 31px 31px;
  width: 25%;
  text-align: center;
}
.card-info .desktop-table td:nth-child(1) {
  width: 25%;
}
.inner-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-info .inner-table tbody tr {
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .card-info .inner-table tbody tr {
    flex-direction: row;
  }
}
.desktop-table td:nth-child(2) {
  padding: 40px;
}
.desktop-table .table-list {
  column-gap: 16px;
}
.desktop-table a span {
  font-size: 24px;
}
.desktop-table .table-list ul {
  padding-left: 0;
  list-style: "";
  font-weight: 700;
  padding: none;
}

.desktop-table .table-list .custom-info ul {
  font-weight: 400;
  padding-left: 20px;
  list-style: initial;
}

.desktop-table .table-list .custom-info p:not(.custom-title) {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}

.desktop-table .table-list .custom-title {
  margin-bottom: 10px !important;
  font-size: 18px !important;
}

.desktop-table .table-list .custom-info {
  margin-bottom: 15px;
}

.desktop-table .table-list ul li {
  font-size: 16px;
  color: #000;
  padding-left: 0;
}

.desktop-table .table-list .custom-info li {
  margin-bottom: 10px;
}

.desktop-table .flex-list {
  display: flex;
  flex-wrap: wrap;
}
.desktop-table a span {
  font-size: 24px;
}
.desktop-table .flex-list div {
  width: 50%;
  padding-right: 30px;
}
.desktop-table .flex-list div p {
  font-size: 16px !important;
}
.mobile-table .flex-list div strong {
  font-size: 16px !important;
}
.mobile-table .flex-list div p {
  font-size: 14px !important;
}
.desktop-table > td i span {
  font-weight: 700;
}

.mobile-table .custom-title {
  margin-bottom: 10px !important;
}
.mobile-table .custom-info {
  margin-bottom: 20px;
}

.mobile-table .custom-info p:not(.custom-title) {
  line-height: 1.5rem !important;
  font-size: 16px !important;
  margin-bottom: 15px !important;
}

.mobile-table .custom-info ul {
  padding-left: 20px !important;
  list-style: initial !important;
}

.mobile-table .custom-info li {
  line-height: 1.5rem;
  font-size: 16px !important;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .news-letterbox,
  .newsletter-wpb {
    display: none;
  }
  .news-letterbox-mobile {
    display: block;
  }
  /* table,
  thead,
  tbody,
  th,
  td {
    display: block;
  } */
  .single:not(.single-docs) tr {
    display: flex;
    flex-direction: column;
  }
  .single:not(.single-docs) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .single:not(.single-docs) tr:not(.row-data) {
    box-shadow: 0 0 8px 1px rgb(64 67 69 / 25%);
    border-radius: 0.25rem;
  }
  .single:not(.single-docs) td {
    width: 100%;
    border: none !important;
    position: relative;
    margin: auto;
    padding: 20px !important;
  }
  td:nth-child(1) > div {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
  }
  td:nth-child(1) > div a:nth-child(1),
  td:nth-child(1) > div .card-img {
    width: 150px;
  }
  td:nth-child(1) > div span {
    width: calc(100% - 150px);
  }
  td:nth-child(1) > div a:nth-child(2) {
    width: 60%;
    text-align: left;
    margin-left: 10px;
  }
  td:nth-child(1) > p button,
  td:nth-child(1) > b button {
    font-size: 15px;
    padding: 0;
    height: 56px;
    width: 100%;
    background: #3f52c7 !important;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
  }
  td:nth-child(1) > b button {
    margin-bottom: 15px;
  }
  .single:not(.single-docs) td:nth-child(1) {
    padding: calc(1 * var(--global--spacing-unit)) !important;
    text-align: center;
    padding-bottom: 0 !important;
  }
  .single:not(.single-docs) td:nth-child(2) {
    padding-top: 0 !important;
  }
  .table-two td:nth-child(2) .flex-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }
  .table-two td:nth-child(2) > div {
    width: unset;
  }
  td:nth-child(2) > div strong i,
  td:nth-child(2) > div em strong {
    font-size: 16px;
  }
  td:nth-child(2) > div ul li {
    margin-bottom: 15px;
    line-height: 20px;
  }
  td:nth-child(2) > div ul li span {
    font-size: 14px;
  }
  td:nth-child(2) > div ul {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .vc_gitem-zone-a .vc_gitem-row-position-middle,
  .vc_gitem-zone-b .vc_gitem-row-position-middle {
    position: static !important;
  }
  .vc-gitem-zone-height-mode-auto:before {
    padding-top: 65% !important;
  }
  .post-vertical-content .vc_gitem-zone-mini {
    height: 240px;
  }
  .post-half .vc_column-inner,
  .main-blog-post-list .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #blog-page-category .cat-item a {
    padding: 8px 0;
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .all-list-category nav ul {
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .archive .alignwide.list-of-posts article header.entry-header {
    display: block;
  }
  .posts-archive .post-thumbnail,
  .posts-archive .entry-text {
    width: 100% !important;
  }
  .archive-posts {
    display: block !important;
  }
  .archive-posts .related-posts,
  .archive-posts .highlighted-posts,
  .archive-posts .related-posts .archive-title,
  .archive-posts .highlighted-posts .archive-title {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .archive main#main .entry-content p {
    padding: 0;
  }

  /* .posts-bottom-nav .column-2 {
    margin-bottom: 60px;
  } */
  .post-vertical-content {
    border-bottom: 0;
  }
  .post-button-large {
    padding-left: 15px;
  }
}
.vc_custom_1666337434670 .wpb_wrapper {
  position: relative;
}
.play-btn {
  position: absolute;
  top: 6vw;
  left: 9vw;
  width: 33%;
}
.mobile-table {
  display: none;
}
@media only screen and (max-width: 768px) {
  .desktop-table {
    display: none;
  }
  .mobile-table {
    display: block;
  }
  .entry-content .table-two img {
    max-width: 50% !important;
  }
  .archive-posts .related-posts,
  .archive-posts .highlighted-posts {
    width: 50%;
    padding: 0 10px;
  }
  .archive article {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  #archive-accordion {
    padding-top: 15px;
  }
  .ui-accordion .ui-accordion-content {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .archive-posts .related-posts article {
    margin-bottom: 35px;
  }
  .sticky-quotes {
    margin: 60px 15px;
  }
  .post-title {
    padding-left: 0 !important;
  }
  .post-title h2 {
    font-size: 16px !important;
  }
  .wpb_content_element.post-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog-section-alt {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .blog-main-header {
    font-size: 1.6rem !important;
  }
  .mobile-table .inner-table tbody tr td {
    padding: 20px 0;
    padding: 0 !important;
    width: 50% !important;
    text-align: left !important;
  }
  .mobile-table .inner-table tbody tr td p:first-child {
    margin: 0 !important;
  }
  .mobile-table .inner-table tbody tr td p:nth-child(2) {
    font-size: 15px !important;
  }
  .more p {
    margin: 0 !important;
  }
  #extra > div ul {
    margin: 0 !important;
  }
  .mobile-table #extra > div ul,
  .mobile-table #extra > ul {
    padding-left: 0;
    list-style: none;
    padding: none;
    font-size: 14px;
  }
}
.blog-post-sec .post-title {
  padding-left: 0;
}
.slick-dots li button:not(:hover):not(:active):not(.has-background),
.related-carousel button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}
.related-posts .slick-list .slick-track .slick-slide {
  /* width: 620px; */
  width: 400px;
}

.related-posts .slick-list {
  padding-bottom: 30px;
}
@media only screen and (max-width: 760px) {
  .related-posts .slick-list .slick-track .slick-slide {
    width: 338px;
  }

  .related-posts .slick-list {
    padding-bottom: 0px;
  }
}
.slick-prev:before,
.slick-next:before {
  background: grey;
  border-radius: 20px;
}
.inner-table tbody tr {
  box-shadow: none !important;
  border: 1px solid #eee !important;
  border-left: none !important;
  border-right: none !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .inner-table tbody tr {
    flex-direction: row;
  }
  .article-box .mobile-table .inner-table tbody tr td {
    border-bottom: 1px solid #eee !important;
    padding: 10px 10px !important;
    margin: 0 !important;
  }
  .article-box .mobile-table .inner-table tbody tr td:nth-child(even) {
    border-left: 1px solid #eee !important;
  }
  .article-box .mobile-table .inner-table tbody tr td:nth-child(odd) {
    border-left: none !important;
  }
}
.desktop-table .inner-table tbody tr td {
  padding: 1rem;
  width: 50%;
  text-align: left;
}
.desktop-table .inner-table tbody tr td:nth-child(even) {
  border-left: 1px solid #eee;
}
.desktop-table .inner-table tbody tr td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.transform {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease-in-out 0s;
}
.open {
  max-height: 9000px;
}
#btnViewMore,
#btnViewMore:hover {
  font-size: 14px;
  background-color: transparent;
  border: 0;
  color: #3f52c7;
  outline: 0;
  padding: 15px 0;
}
.blog-view-more {
  border: 1px solid !important;
  width: 100%;
}
.card-info {
  background: #f5f5f7;
}
.card-info .card-title {
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}
@media only screen and (max-width: 760px) {
  .card-info {
    padding-top: 40px;
  }
  .card-info .card-title {
    display: none;
  }
}
.card-info-row {
  display: flex;
  column-gap: 50px;
  margin-top: 60px;
  padding-bottom: 60px;
}
.card-info-row .card-glance {
  width: 45%;
}
.card-content {
  width: 55%;
}
.card-info-row .card-glance,
.card-content {
  column-gap: 20px;
}
.card-info-row .card-glance .glance-box {
  background: #fff;
  padding: 12px 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.card-info-row .card-glance .glance-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.card-info-row .card-glance .card-quirk {
  margin-bottom: 20px;
}
.card-info-row .card-glance .card-quirk .card-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4rem;
}
.card-info-row .card-glance .card-quirk .card-value.list {
  line-height: 2rem;
  display: flex;
}
.card-info-row .card-glance .card-quirk .card-value .reward-info {
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  width: 76%;
}
.card-info-row .card-glance .card-quirk .card-desc {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
}
.mobile-table {
  background-color: #fff;
}
@media only screen and (max-width: 760px) {
  .card-info-row {
    flex-direction: column-reverse;
  }
  .card-info-row .card-glance,
  .card-content {
    width: 100%;
  }
  .card-info-row .card-glance .glance-box {
    padding: 12px 16px !important;
    margin-bottom: 60px;
  }
  .card-info-row .card-glance .glance-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .card-info-row .card-glance .card-quirk label {
    font-size: 16px !important;
  }
  .card-content.entry-content h3 {
    font-size: 24px;
  }
  .card-content.entry-content h4 {
    font-size: 20px;
  }
  .card-content.entry-content ul {
    font-size: 16px;
    padding-left: 35px !important;
    margin-left: 0 !important;
  }
}
.card-info-row .card-glance .card-quirk label {
  color: #156bb7;
  letter-spacing: 0.5px;
  line-height: 1.4rem;
  font-weight: 500;
}
.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .wp-block-separator
  ):not(.woocommerce) {
  width: auto;
}
.article-box {
  display: flex;
  max-width: var(--responsive--alignwide-width);
  margin: auto;
  padding-top: 20px;
  padding-bottom: 120px;
  column-gap: 35px;
}

@media only screen and (max-width: 760px) {
  .article-box {
    max-width: max-content;
    margin: 0 auto;
  }
}

article.type-post {
  display: flex;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 120px;
  column-gap: 60px;
  --bs-gutter-x: 1.5rem;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
article .side-article {
  width: 350px;
}
article.type-post .main-article {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(var(--responsive--alignwide-width) - 410px);
}
article.type-cpt_latest_news .main-article {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .article-box {
    display: block;
  }
  article .main-article {
    width: 100%;
  }
  article.type-post .main-article {
    width: 100%;
  }
  article .side-article {
    bottom: 0;
    width: 100%;
  }
}
.card-subtitle {
  font-weight: 700;
  color: #000;
  padding: 3px 20px;
  background-color: #ffd551;
  width: fit-content;
  border-radius: 30px;
  margin-bottom: 15px;
  font-family: "Karla";
}
@media only screen and (max-width: 760px) {
  .card-subtitle {
    padding: 3px 15px;
  }
}
.card-info .desktop-table .inner-table td {
  width: 50%;
  flex: 50%;
}
.card-info .desktop-table .inner-table tbody tr td,
.card-info .mobile-table .inner-table tbody tr td {
  border-bottom: 1px solid #eee !important;
}
.card-info .mobile-table .inner-table tbody tr td {
  padding: 10px 10px !important;
  margin: 0 !important;
}
.card-info .desktop-table .inner-table tbody tr td:nth-child(even),
.card-info .mobile-table .inner-table tbody tr td:nth-child(even) {
  border-left: 1px solid #eee !important;
}
.card-info .desktop-table .inner-table tbody tr td:nth-child(odd),
.card-info .mobile-table .inner-table tbody tr td:nth-child(odd) {
  border-left: none !important;
}
.sticky-section-animated {
  transition: transform 300ms ease-in-out;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 15px 0;
}
.sticky-card-info {
  display: flex;
  column-gap: calc(8px * 3);
  justify-content: space-between;
  align-items: center;
}
.sticky-card-info .card__title {
  font-size: 20px;
  line-height: normal;
  width: 65%;
}
.sticky-card-info .card__img {
  width: 12%;
}
@media only screen and (max-width: 760px) {
  .sticky-card-info .card__img {
    display: none;
  }
  .sticky-card-info .card__title {
    font-size: 16px;
    line-height: normal;
    width: 50%;
  }
  .sticky-card-info button {
    font-size: 13px;
    width: max-content;
    padding: 4px;
  }
}
.sticky-card-info button {
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  width: max-content;
}
.invisible-section {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
}
.visible-section {
  position: fixed;
  top: 0;
  transform: translateY(0);
  box-shadow: 0 0 calc(8px * 1.5) calc(8px * 0.5) rgba(0, 0, 0, 0.35);
}
span.reward-score {
  width: max-content;
}
.main-blog-post-list
  .vc_gitem_row
  .wpb_single_image
  figure.wpb_wrapper.vc_figure
  a {
  height: 315px;
}
.widget.widget_categories nav ul {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.article-box .aligncenter {
  width: 100%;
}
.inner-table p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  ) !important;
}
.table-list {
  margin-top: 10px;
}
.table-list ul {
  margin-bottom: 15px !important;
}
.table-list p {
  margin: 0 !important;
}
.featured_read_section {
  padding-top: 60px;
}
.featured_read_bg {
  position: relative;
  overflow: hidden;
  padding: 140px 40px;
  background-size: cover;
  background-position: top;
}
.featured_read_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 108%;
  height: 100%;
  z-index: 0;
  -webkit-mask: linear-gradient(to right, #0000 483px, rgba(0, 0, 0, 1) 640px);
  backdrop-filter: blur(30px);
}
.featured_read_bg img {
  position: relative;
  object-fit: cover;
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  align-items: center;
}
.featured_read_bg .main_title {
  z-index: 1;
  text-align: right;
  display: block;
  margin-left: auto;
}
.featured_read_bg .main_title {
  width: 60%;
}
@media only screen and (max-width: 760px) {
  .featured_read_bg {
    position: relative;
    overflow: hidden;
    padding: 20px;
  }
  .featured_read_bg .main_title {
    width: 100%;
  }
}
.featured_read_bg .main_title button {
  border-radius: 100px !important;
}
.featured_read_bg .main_title button:hover {
  background: #3f52c7 !important;
  color: #fff !important;
  border-color: #3f52c7 !important;
}
.featured_read_bg h2 {
  text-align: right;
  margin-bottom: 30px;
  position: relative;
  z-index: 50;
}
.featured_read_bg button {
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 760px) {
  .featured_read_bg img {
    height: auto;
    flex-direction: column-reverse;
  }
  .featured_read_bg button {
    font-size: 12px;
    padding: 10px;
  }
  .featured_read_bg a {
    width: 80%;
    right: 20px;
    top: 15px;
  }
  .featured_read_bg h2 {
    font-size: 21px;
    width: 100%;
    margin-bottom: 15px;
  }
  .featured_read_bg::after {
    -webkit-mask: linear-gradient(to right, #0000 41px, rgba(0, 0, 0, 1) 346px);
  }
  .card-info .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-content ul {
    margin-left: 20px;
    padding: 0px 0px 0px 20px;
    font-size: 19.2px;
    font-family: "Karla";
  }
  .entry-content ul li {
    margin-bottom: 15px;
  }

  .blog-list ul {
    margin-left: 0px !important;
  }
}
.card-slide {
  display: flex !important;
  justify-content: center;
  padding: 14px 10px;
  margin: 14px 10px;
  align-items: center;
  border: solid 1px transparent;
  border-radius: 5px;
  transition: ease-in 200ms;
}
@media only screen and (max-width: 767px) {
  .card-slide {
    padding: 14px 10px;
    margin: 14px 52px;
    border: 1px solid #c1c6d3;
  }
}
.card-slide:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.card-carousel {
  position: relative;
  margin: 0;
}
.card-list-section {
  position: relative;
}
.card-list-section .prev-arrow,
.card-list-section .next-arrow {
  position: absolute;
  z-index: 2;
  height: 132px;
  width: 20%;
  background-color: hsla(0, 0%, 100%, 0.85) !important;
}
@media (max-width: 767px) {
  .card-list-section .prev-arrow,
  .card-list-section .next-arrow {
    width: 10%;
    padding: 5px;
  }
}
.card-list-section .prev-arrow:hover,
.card-list-section .next-arrow:hover {
  border-color: transparent;
}
.card-list-section .prev-arrow .fa,
.card-list-section .next-arrow .fa {
  color: #00175a;
  font-size: 30px;
}
.card-list-section .prev-arrow {
  left: 0;
  top: -10px;
}
.card-list-section .next-arrow {
  right: 0;
  top: -10px;
}
.card-slide .card-slide-img {
  min-width: 80px;
  width: 100px;
  padding: 10px;
}
.card-slide .card-link {
  width: calc(100% - 100px);
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .card-slide .card-link p {
    font-size: 13px;
  }
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.card-selected {
  border: 1px solid #00175a;
  border-radius: 5px;
}
.card-slide .card-link p {
  font-size: 14px;
  line-height: 1.3;
}
.filter-module {
  position: relative;
  scroll-behavior: smooth;
  overflow: auto;
}
.filter-module .container {
  display: flex;
  gap: 5px;
}
.filter-module .container div {
  display: inline-flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .filter-module .container {
    display: inline-flex;
  }
}
.card-carousel .owl-nav {
  display: flex;
  position: absolute;
  width: inherit;
  top: 0;
}
.card-carousel .owl-next,
.card-carousel .owl-prev {
  transition: all 50ms;
}
.filter-show-btn,
.filter-exit-btn {
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: solid 2px #3f52c7;
  background-color: transparent !important;
  color: #3f52c7 !important;
  margin-bottom: 5px;
  width: max-content;
}
.filter-show-btn.selected,
#show-carousel-btn.selected,
#show-popular-btn.selected {
  background-color: #3f52c7 !important;
  color: #fff !important;
}
#filter-btn #btnSubmitFilter {
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  border: solid 2px #3f52c7;
  margin-top: 20px;
}
#filter-btn #btnSubmitFilter:hover {
  background-color: #3f52c7 !important;
  color: #fff !important;
}
.filter-label {
  font-size: 18px;
  font-weight: 700;
}
.filter-chk {
  margin-right: 10px;
}
.filter-list ul {
  display: inline-flex;
}
@media (max-width: 767px) {
  .filter-list ul {
    display: inline-flex;
  }
}
.filter-container {
  display: inline-flex;
}
@media (max-width: 767px) {
  .filter-container .filter-list {
    width: fit-content;
  }
}
input[type="checkbox"]:focus {
  outline-offset: 2px;
  outline: none !important;
}
.warning-section {
  margin: 125px 0 !important;
}
.warning-section .container {
  background-color: #f5f5f7;
}
.warning-box {
  display: flex;
  padding: 18px;
  gap: 30px;
}
@media (max-width: 767px) {
  .warning-box {
    flex-direction: column;
  }
}
.warning-box p {
  font-size: 16px;
}
.singup-img {
  cursor: pointer;
  border: 1px solid #d5d5d5;
  display: block;
}
.singup-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .singup-img {
    display: none;
  }
  .singup-img-mobile {
    display: block;
    border: 1px solid #d5d5d5;
  }
  ._blankslide {
    display: none;
  }
}
.card-list-section.mobile {
  display: none;
}
@media (max-width: 767px) {
  .card-list-section.desktop {
    display: none;
  }
  .card-list-section.mobile {
    display: block;
  }
}
.extra-container {
  display: flex;
  justify-content: center;
  margin: 20px 10px;
  gap: 10px;
}
.extra-container.bottom {
  justify-content: left;
  margin: 20px 10px !important;
  flex-direction: column;
}
.extra-container .extra-link {
  font-size: 13px;
  width: inherit;
}
.card-list-container.show,
.all-card-list-container.show,
.popular-list-container.show {
  max-height: 150px !important;
}
.cat {
  width: max-content;
}
.cat label {
  float: left;
  font-weight: 600;
  margin-left: 4px;
  font-size: 14px;
  border-radius: 5px;
  border: solid 2px #3f52c7;
  color: #3f52c7;
  overflow: hidden;
  margin-bottom: 5px !important;
}
.filter-list ul .cat:first-child label {
  margin-left: 0;
}
.cat label span {
  padding: 10px;
  text-align: center;
  display: block;
}
.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.cat input:checked + span {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.cat input:checked + span {
  background-color: #3f52c7;
  color: #fff;
}
.amex-disclose,
.alt-disclose {
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 1.4;
  margin: 0;
}
.amex-disclose-bottom,
.alt-disclose-bottom {
  font-size: 10px;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .amex-disclose,
  .alt-disclose {
    font-size: 7px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    margin: 0;
  }
  .amex-disclose-bottom,
  .alt-disclose-bottom {
    font-size: 7px;
    letter-spacing: 0.2px;
  }
}
.cover {
  display: flex;
  margin-bottom: 0;
}
.cover .right,
.cover .left {
  display: none;
  color: #000 !important;
  background-color: transparent !important;
  padding: 0;
  border: none !important;
}
.cover .right .fas,
.cover .left .fas {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cover .right,
  .cover .left {
    display: block;
  }
}
.loading-text-card,
.card-template {
  margin: 0;
}
.loading-text-card p,
.loading-text-card p span a,
.loading-text-card .card-title,
.loading-text-card .card-img,
.loading-text-card .card-img span {
  color: transparent;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: fff;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  -webkit-backface-visibility: hidden;
}
.loading-text-card .card-img {
  height: 141px;
}
.loading-text-card .card-info {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .loading-text-card .card-img {
    height: 78px;
  }
  .main-blog-post-list
    .vc_gitem_row
    .wpb_single_image
    figure.wpb_wrapper.vc_figure
    a {
    height: 100%;
  }
  .blog-section-title h2 {
    font-size: 24px !important;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100em 0;
  }
}
.sticky-quotes ul {
  list-style: none;
  padding: 0;
}
.side-article .topBox {
  /* padding: 16px 0px; */
  padding-top: 16px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  /* background-color: #3f52c7; */
  color: #fff;
  /* margin-bottom: 30px; */
}
.side-article .topBox h3,
.side-article .topBox p {
  color: #000 !important;
  line-height: normal !important;
}
.side-article .topBox h3 {
  font-size: 30px !important;
  margin-bottom: 4px !important;
  position: relative;
}

.side-article .topBox h3 svg {
  position: absolute;
  width: 14px;
  bottom: 25px;
}

.side-article .topBox p {
  font-size: 14px !important;
  margin: 0 !important;
}
.side-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  /* padding-bottom: 12px;
  margin-bottom: 12px; */
}
.side-card:not(:last-child) {
  border-bottom: solid 1px #adbbc9;
}
.side-card .col-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.side-card .col-img .col-img-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
}
.side-card .col-img .applyLink button {
  line-height: normal !important;
  font-size: 12px;
  padding: 1px;
  width: 100%;
}
.side-card .col-img .applyLink button:hover {
  background-color: #3f52c7 !important;
  color: #fff !important;
  border-color: #3f52c7 !important;
}
.side-card .col-img .terms {
  font-size: 10px !important;
  margin: 0 !important;
  line-height: normal !important;
}
.side-card .col-detail {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}
.side-card .col-detail .subTitle {
  font-size: 12px !important;
}
.side-card .col-detail .Title,
.side-card .col-detail .reward {
  font-size: 14px !important;
}

.side-card .col-detail .reward {
  margin-top: 12px;
}

.side-card .col-detail .Title,
.side-card .col-detail .reward {
  line-height: normal !important;
  margin-bottom: 0 !important;
}
.side-card .col-detail .subTitle {
  color: #3f52c7 !important;
  text-transform: uppercase !important;
}
.side-card .col-detail .reward {
  font-weight: 700 !important;
}
.bestOffers {
  line-height: normal;
  font-weight: 700;
  font-size: 14px;
  color: #162433;
  border: solid 1px #162433;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
}
.bestOffers:hover {
  color: #162433 !important;
}
.bestOffers:focus {
  background: none !important;
  outline: none !important;
  box-shadow: none;
  color: #162433 !important;
}
.icon-blog {
  margin-bottom: 7px !important;
}
#home-blog .vc_gitem_row .vc_gitem-col {
  padding: 0 !important;
}
.blog-col .vc_column-inner {
  padding: 0 !important;
}
.archive__head_section_title {
  max-width: var(--responsive--alignwide-width);
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.archive__head_section_title h3 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .archive__head_section_title h3 {
    font-size: 30px;
    text-align: center;
  }
}
.tip {
  position: relative;
  display: inline-block;
}

.card-quirk .tip.info {
  width: 16px;
  text-align: center;
  background-color: gray;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
}

.card-quirk .tip.info .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  left: 20px;
  color: #fff;
  background-color: #6a6a6a;
  border: 1px solid #e9e9e9;
  width: 235px;
  padding: 10px;
}

.sticky-quotes .tip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  color: black;
  padding: 20px;
  border-radius: 6px;
  font-size: 14px;
  font-family: Karla;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  z-index: 2;
  left: 0;
}
.sticky-quotes .tip .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.tip:hover .tooltiptext {
  visibility: visible;
}
.apply_text {
  background: transparent !important;
  color: #3f52c7 !important;
  border: 0;
  text-decoration: underline !important;
}
.apply_solid {
  background: #3f52c7 !important;
  border-radius: 8px;
}

.apply_solid:hover {
  border-color: #3f52c7 !important;
}
@media (max-width: 767px) {
  .type-post .apply_solid {
    padding: 0;
    height: 56px;
    width: 100%;
    background: #3f52c7 !important;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
  }
  .type-post .apply_text {
    padding: 0;
    height: 56px;
    width: 100%;
    background: transparent !important;
    color: #3f52c7;
    border-radius: 6px;
    text-align: center;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
  }
}
.btn-banner-home {
  background: #3f52c7;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border: 0 solid rgba(0, 0, 0, 1);
  border-radius: 100px;
}
.related-carousel .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0px;
}
.related-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  color: #000;
}
.related-carousel .slick-dots li.slick-active {
  color: #fff;
  background: #3d50c7;
  border-radius: 100px;
}

.related-carousel .slick-dots li {
  background: #cccbcb;
  border-radius: 100px;
  margin: 0 15px;
}

.related-carousel .slick-dots li button:before {
  content: "";
}

.slick-dots li.slick-active button:before {
  color: #3f52c7 !important;
}
.accordion {
  border-top: 1px solid #b1b7c5;
}

.accordion .comparison.table p {
  color: #3c4858;
  font-size: 13px !important;
  line-height: 1.45 !important;
  padding: 0px;
}

.entry-content .comparison.table p {
  color: #3c4858;
  font-family: "Open Sans", sans-serif;
  font-size: 19.2px !important;
  line-height: 1.8 !important;
}

.entry-content details {
  border-bottom: 1px solid #b1b7c5;
  position: relative;
}
/* details:hover {
	filter: drop-shadow(5px 5px 4px #0A0A0A);
} */
.entry-content details > summary,
.mobile-list details > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
}

.entry-content details > summary {
  pointer-events: none;
  padding: 1.5rem 0.5rem;
}

.entry-content details > summary span.Accordion-title {
  /* font-size: 1.125rem; */
  font-size: 19.2px;
  letter-spacing: 0;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  width: calc(100% - 50px);
}

.mobile-list details > summary span.Accordion-mTitle {
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 500;
  width: calc(100% - 100px);
}

.entry-content details > summary span.Accordion-title a {
  pointer-events: all;
}

.entry-content details > summary span.Accordion-icon,
.mobile-list details > summary span.Accordion-icon {
  color: #3f52c7;
  width: 30px;
  pointer-events: all;
  transition: 0.4s ease;
  transform: rotate(-90deg);
}

.entry-content details[open] > summary span.Accordion-icon,
.mobile-list details[open] > summary span.Accordion-icon {
  color: #3f52c7;
  width: 30px;
  pointer-events: all;
  transition: 0.4s ease;
  transform: rotate(0deg);
}

.entry-content details > summary::marker {
  content: "";
}

.entry-content details > summary::-webkit-details-marker,
.mobile-list details > summary::-webkit-details-marker {
  display: none;
}

/* details > summary:hover {
  background-color: #f2f7ff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 4px #fff;
  color: #0157ff;
} */

.entry-content details > div p {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  color: #000;
  /* font-size: 16px !important; */
  transition: 0.4s ease;
}

.entry-content details > div ul {
  padding-bottom: 25px;
  padding-left: 24px;
  font-family: Karla;
}

.entry-content details > div ul li {
  margin-bottom: 14px;
}

.entry-content details[open] > p {
  transition: 0.4s ease;
}

.blog-list {
  margin-top: 0px;
}

.blog-list .list-number,
.list-number {
  padding: 10px 40px;
  counter-reset: step-counter;
  padding-right: 0px;
}
.blog-list .list-number li.item-number,
.list-number li.item-number {
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 30px !important;
}
.blog-list .list-number li.item-number p,
.list-number li.item-number p {
  margin-top: 5px !important;
}
.accordion .list-number li.item-number p {
  padding: 0;
}
.accordion ul.list-number {
  padding-left: 45px;
}
.blog-list .list-number li.item-number::marker,
.list-number li.item-number::marker {
  content: "";
}
.blog-list .list-number li.item-number:before,
.list-number li.item-number:before {
  content: counter(step-counter);
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.6rem !important;
  font-size: 1rem !important;
  background-color: #3f52c7;
  border: 0.125rem solid #3f52c7;
  color: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: -40px;
}

.is-child .blog-list .list-number,
.is-child .list-number {
  padding-left: 32px;
}

.is-child .blog-list .list-number li.item-number:before,
.is-child .list-number li.item-number:before {
  content: counter(step-counter) ".";
  font-size: calc(1.2 * 1rem) !important;
  background-color: transparent;
  border: 0.125rem solid transparent;
  color: #000;
  top: 1px;
  left: -35px;
}

.desktop-primary-navigation ul {
  display: inline-flex;
  list-style: none;
  padding-left: 10px;
}

.mobile-primary-navigation ul {
  display: block;
  list-style: none;
}

.mobile-primary-navigation .mobile-list {
  overflow-y: scroll !important;
  /* overflow-x: hidden; */
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.desktop-primary-navigation ul li,
.mobile-primary-navigation ul li {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: calc(12px * 2) calc(5px * 2.5);
  text-transform: capitalize;
  text-decoration: none;
  color: #162433;
  width: 100%;
  white-space: nowrap;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  margin-top: 10px;
}

.desktop-primary-navigation ul li {
  margin-left: 0px;
  position: relative;
}

/* .desktop-primary-navigation button,
.mobile-primary-navigation button {
  display: inline-flex;
  padding: 0px;
  color: #000 !important;
  background: transparent !important;
  gap: 5px;
  border: none;
  align-items: center;
}

.desktop-primary-navigation button span {
  letter-spacing: 0.5px;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
} */

.desktop-primary-navigation label,
.mobile-primary-navigation label {
  display: inline-flex !important;
  padding: 0px;
  color: #000 !important;
  background: transparent !important;
  gap: 5px;
  border: none;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.25rem;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: #fff0;
  transition: border 0.2s linear;
  margin-bottom: 0px;
  padding-left: 0px !important;
}

.desktop-primary-navigation label span {
  letter-spacing: 0.5px;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 1540px) and (min-width: 768px) {
  .desktop-primary-navigation .subnav-content,
  span.prognroll-bar {
    top: 72px !important;
  }

  #qr-button-extension,
  #root .app-wrapper--btn {
    padding: 7px 19px;
  }

  .desktop-primary-navigation ul li,
  .mobile-primary-navigation ul li {
    padding: calc(8px * 2) calc(3px * 2.5);
    line-height: normal;
  }

  /* .subnav-content .subnav-sublist .sublist-subitem li {
    padding: calc(2px * 1.5) 0 !important;
  } */

  .desktop-primary-navigation button .SRu0N0mAVWpDZCNQrrJT {
    width: calc(6px * 1) !important;
    position: relative;
    bottom: 1px;
  }

  .subnav-content .subnav-sublist li .sublist-subtitle.hasLink .i-arrow::after {
    padding: 2px !important;
    border-width: 0 1.5px 1.5px 0 !important;
    bottom: 3px !important;
  }
}

.category-main .fa-chevron-right {
  font-size: 14px;
}

@media (max-width: 1540px) and (min-width: 1140px) {
  .desktop-primary-navigation button span,
  #qr-button-extension,
  #root .app-wrapper--btn,
  .subnav-content .subnav-sublist li .sublist-subtitle,
  .subnav-content .subnav-sublist a,
  .subnav-content .subnav-sublist label {
    font-size: 12px !important;
  }

  .category-main .fa-chevron-right {
    font-size: 10px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .desktop-primary-navigation button span,
  #qr-button-extension,
  #root .app-wrapper--btn,
  .subnav-content .subnav-sublist li .sublist-subtitle,
  .subnav-content .subnav-sublist a,
  .subnav-content .subnav-sublist label {
    font-size: 10px !important;
  }

  #qr-button-extension,
  #root .app-wrapper--btn {
    margin-top: 15px;
  }
}

.mobile-primary-navigation button span {
  letter-spacing: 0.5px;
  line-height: normal;
  font-weight: 500;
  font-size: 1.5rem;
}
/* .desktop-primary-navigation button .SRu0N0mAVWpDZCNQrrJT {
  transition: 150ms ease-in-out;
  color: #162433;
  width: calc(7px * 1);
} */

.desktop-primary-navigation label .SRu0N0mAVWpDZCNQrrJT {
  transition: 150ms ease-in-out;
  color: #162433;
  width: calc(7px * 1);
}

.desktop-primary-navigation:not(.business-menu) .subnav-content {
  display: none;
  /* position: absolute; */
  position: fixed;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  width: 100%;
  z-index: -1;
  top: 90px;
  /* top: 123px; */
  border-top: solid 1px #dfe5eb;
  box-shadow: 0 37px 36px -39px gray;
  height: 100%;
}

.desktop-primary-navigation .subnav-content .sublist-subitem {
  white-space: normal;
  width: fit-content;
}

.desktop-primary-navigation .subnav-container {
  padding: 0;
  display: flex;
  min-height: 250px;
  -moz-column-gap: 1.5rem;
  column-gap: 3.5rem;
}

.desktop-primary-navigation.business-menu .subnav-container {
  column-gap: 0;
}

.desktop-primary-navigation .subnav-overlay {
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.desktop-primary-navigation .subnav-overlay .subnav-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent !important;
  color: #000 !important;
  border: none !important;
  font-size: 30px;
  font-weight: bold;
}

.desktop-primary-navigation .subnav-overlay .subnav-close:hover {
  background-color: transparent !important;
  color: #000 !important;
  border: none !important;
}

.desktop-primary-navigation .subnav-bg-overlay {
  position: relative;
  width: 100%;
  height: -webkit-fill-available;
  background-color: rgba(0, 0, 0, 0.5);
}

/* .desktop-primary-navigation .subnav-content .sublist-subitem .inner-sub-title {
  text-align: center;
} */

@media only screen and (max-width: 760px) {
  .desktop-primary-navigation
    .subnav-content
    .sublist-subitem
    .inner-sub-title {
    text-align: left;
  }
}

/* .desktop-primary-navigation .subnav-content .sublist-subitem .inner-sub {
  display: flex;
  gap: 32px;
  justify-content: space-between;
} */

/*.mobile-primary-navigation .subnav-content {
  display: none;
  position: static;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  top: 75px;
  border-top: none;
} */

.mobile-primary-navigation .subnav-content .container {
  padding: 0;
}

.mobile-primary-navigation .subnav-content .subnav-sublist {
  display: block;
  padding-top: calc(4px * 4);
}

.mobile-primary-navigation .subnav-content .subnav-sublist .sublist-subitem {
  padding: 30px 0px;
  white-space: normal;
}
.mobile-primary-navigation
  .subnav-content
  .subnav-sublist
  .sublist-subitem:not(:first-child) {
  border-top: solid 1px #dfe5eb;
  border-left: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-primary-navigation .subnav-content .subnav-sublist .sublist-subitem {
  padding-left: 20px;
}

.subnav-content a {
  /* float: left; */
  color: #000;
  text-decoration: none;
  padding: 0px;
  /* text-decoration: underline; */
}

.subnav-content a:hover {
  /* background-color: #eee; */
  color: black;
}

/* .subnav:hover .subnav-content {
  display: block;
} */

.subnav input.menu-checkbox {
  display: none;
}

.subnav input.menu-checkbox[type="checkbox"]:checked ~ .subnav-content {
  display: block !important;
}

.subnav input.menu-checkbox[type="checkbox"]:checked ~ label.item-label {
  border-color: #3f52c7 !important;
}

.subnav-content .subnav-sublist ul {
  display: block;
  padding: 0;
}

.business-menu .subnav-content .subnav-sublist ul {
  width: 315px;
  display: block;
  padding: 0;
}

.subnav-content .subnav-sublist .sublist-subitem {
  margin: 0;
  padding: calc(8px * 1.5) 0;
  /* padding-bottom: 18px; */
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}

.business-menu
  .subnav-content
  .subnav-sublist
  .sublist-subitem:not(:last-child) {
  margin-bottom: 30px;
}

.category-main .inner-sub-title {
  /* padding: 5px 15px 8px 15px; */
  padding: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.category-main .onHover .inner-sub-title {
  background: rgba(63, 82, 199, 0.1);
}

/* .subnav-content .subnav-sublist .sublist-subitem li {

  margin: 0;
  padding: 0;
  padding-bottom: 13px;
} */

.subnav-content .subnav-sublist .sublist-subitem .catTwolist-subitem {
  /* margin: 0;
  padding: calc(8px * 1.5) 0;
  padding-bottom: 0px; */
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}

.subnav-content .subnav-sublist.categorytwo-main li {
  /* margin: 0;
padding: calc(8px * 1.5) 0;
padding-bottom: 0px; */
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  display: flex;
}

.subnav-content .subnav-sublist li .sublist-subtitle {
  letter-spacing: 0.5px;
  line-height: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #3f52c7;
  margin: 0 0 calc(8px * 1.5) 0;
  line-height: 1em;
  white-space: normal;
}

@media (max-width: 1440px) and (min-width: 1140px) {
  .subnav-content .subnav-sublist li .sublist-subtitle {
    font-size: 12px;
  }
  .subnav-content .subnav-sublist a {
    font-size: 12px;
  }
}

.mobile-primary-navigation
  .subnav-content
  .subnav-sublist
  .sublist-subitem
  .inner-sub
  ul {
  margin-bottom: 20px;
}

/* .desktop-primary-navigation
  .subnav-content
  .subnav-sublist
  .sublist-subitem:not(:first-child) {
  border-left: solid 1px #dfe5eb;
  padding: 0px calc(8px * 4);
} */

.desktop-primary-navigation
  .subnav-content
  .subnav-sublist
  .sublist-subitem:first-child {
  padding-right: calc(8px * 4);
}

.desktop-primary-navigation .subnav-content .subnav-sublist a {
  display: block;
  font-size: 16px;
  white-space: normal;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
}
.desktop-primary-navigation.business-menu {
  padding-right: 30px;
}

.desktop-primary-navigation.business-menu .subnav-content .subnav-sublist a {
  display: flex;
  align-items: center;
  text-align: none;
}

.desktop-primary-navigation.business-menu
  .category-main
  .onHover
  .inner-sub-title {
  background: transparent;
}

.desktop-primary-navigation.business-menu
  .subnav-content
  .subnav-sublist
  .Icons-module_icon__9LCqQ
  svg {
  width: 30px;
  margin-right: 15px;
}

.desktop-primary-navigation.business-menu .subnav-bg-overlay {
  display: none;
}

.desktop-primary-navigation.business-menu .subnav-overlay {
  background-color: #fff;
  z-index: 10;
  position: absolute;
  /* right: 23vw; */
  left: 7px;
  top: 81px;
  box-shadow: 0 4px 16px #00000014;
}

.desktop-primary-navigation.business-menu .subnav-overlay .subnav-close {
  font-size: 20px;
}

.desktop-primary-navigation.business-menu .nav_dd_inner-title {
  border-bottom: 1px solid var(--border-grey);
  color: var(--black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.33333;
  display: block;
  border-bottom: solid 1px #dfe5eb;
  text-align: left;
}

.desktop-primary-navigation.business-menu .subnav-overlay .subnav-close {
  font-size: 15px;
}

.desktop-primary-navigation.business-menu .subnav-content .subnav-sublist {
  width: max-content;
  /* padding: 1.5rem; */
}
.desktop-primary-navigation.business-menu .category-main .inner-sub-title {
  padding: 0px;
}
.desktop-primary-navigation.business-menu .subnav-container {
  min-height: auto;
  padding: 45px;
  gap: 45px;
}

.desktop-primary-navigation .subnav-content .subnav-sublist a:focus {
  background: transparent !important;
}

.desktop-primary-navigation.business-menu .subnav-overlay .subnav-close {
  top: 12px;
}

.desktop-primary-navigation.business-menu
  .subnav-content
  .subnav-sublist
  li
  .sublist-subtitle {
  color: #000;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
}

.mb-business-menu .subnav-content .subnav-sublist li .sublist-subtitle {
  display: flex;
  margin: 0;
  align-items: center;
}

.mb-business-menu .subnav-content .subnav-sublist li .sublist-subtitle svg {
  margin-right: 10px;
}

.mb-business-menu
  .subnav-content
  .subnav-sublist
  li
  .sublist-subtitle.hasLink
  .i-arrow::after,
.mb-business-menu .popularLink.hasLink .i-arrow::after {
  bottom: -5px;
}

.subnav-content .subnav-sublist {
  /* display: grid; */
  display: block;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: calc(8px * 2.5);
  padding-bottom: calc(10px * 2.5);
  /* padding-left: 20px; */
  padding-left: 0px;
  padding-right: 0px;
}

.business-menu .subnav-content .subnav-sublist {
  padding: 0px;
}

@media (max-width: 1040px) {
  .desktop-primary-navigation {
    display: none !important;
  }
}

.pros-cons {
  display: flex;
  gap: 1.5rem !important;
}

.pros-cons .pros-cons-col {
  width: 50%;
}

@media (max-width: 767px) {
  .pros-cons {
    flex-direction: column;
  }

  .pros-cons .pros-cons-col {
    width: 100%;
  }
}

.pros-cons-col .List .item {
  display: flex;
}

.pros-cons-col .List .item p {
  margin: 0px !important;
  font-size: 16px !important;
}

.pros-cons-col .List {
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
}

.pros-cons-col .Headline h3 {
  font-size: 16px !important;
  border-bottom: 1px solid #b1b7c5;
}

.pros-cons-col .List .Icon {
  color: inherit;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem !important;
  flex-shrink: 0 !important;
}

.list-custom {
  list-style: none;
  padding: 0px;
}

.list-custom .item {
  display: flex;
}

.list-custom .item .desc {
  width: calc(100% - 32px);
}

@media only screen and (max-width: 760px) {
  /* .comparison.table {
    overflow-y: hidden;
  }

  .comparison.table tr {
    box-shadow: none !important;
    flex-direction: row !important;
    position: static !important;
    width: 100%;
    display: table-row !important;
  }

  .comparison.table th,
  .comparison.table td {
    display: table-cell !important;
    width: auto;
    border: none !important;
  }

  .comparison.table td:nth-child(2),
  .comparison.table th {
    padding: 10px 20px !important;
  }

  .comparison.table tbody {
    width: 1000px;
  }

  .comparison.table thead {
    display: table-header-group;
  } */
}

.comparison.table tr.row-data .row-card-data .card-img,
.comparison.table tr.row-data .row-title {
  display: none;
}
@media only screen and (max-width: 760px) {
  .comparison.table {
    overflow-y: hidden;
  }
  .comparison.table tr {
    box-shadow: none !important;
    position: static !important;
    width: 100%;
  }
  .comparison.table tr.row-header {
    box-shadow: none !important;
    flex-direction: row !important;
    position: static !important;
    width: 100%;
    display: table-row !important;
  }
  .comparison.table tr.row-header th {
    padding: 10px !important;
  }
  .comparison.table tr.row-data {
    box-shadow: none !important;
    position: static !important;
    width: 100%;
    display: table-row !important;
  }
  .comparison.table th,
  .comparison.table td {
    width: auto;
    border: none !important;
  }
  .comparison.table td {
    padding: 10px !important;
  }
  .entry-content .comparison.table p.row-title {
    margin-bottom: 0px !important;
  }
  .comparison.table tr.row-data .row-card-data .card-img,
  .comparison.table tr.row-data .row-title {
    display: block;
  }
  .comparison.table tr.row-data .row-card-data .card-img {
    width: 120px;
  }
  .comparison.table tr.row-data .row-card-data .card-title p {
    font-size: 17px !important;
    color: #000;
    font-weight: 700;
  }
  .comparison.table td.row-card-data {
    padding-bottom: calc(1 * var(--global--spacing-unit)) !important;
  }
}
.comparison.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  empty-cells: show;
  border-collapse: collapse;
  color: #3c4858;
  font-family: "Open Sans", sans-serif;
  table-layout: fixed;
}
table.comparison.table,
.comparison.table td,
.comparison.table th {
  border: none;
}
@media (max-width: 760px) {
  table.comparison.table,
  .comparison.table td,
  .comparison.table th {
    width: 180px;
  }
}
@media only screen and (min-width: 760px) {
  .comparison.table th:first-child,
  .comparison.table tbody tr:nth-child(even) td {
    background: #fff;
  }
  .comparison.table tbody tr:nth-child(odd) td {
    background: aliceblue;
  }
  .comparison.table td:first-child,
  .comparison.table th:first-child {
    position: sticky;
    left: 0;
  }
}
.comparison.table.custom ul {
  padding-left: 20px;
}
.comparison.table tbody tr:nth-child(odd) {
  background: aliceblue;
}
.comparison.table .rating {
  display: inline-flex;
  align-items: center;
}
.comparison.table .rating {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  table.bt tfoot th .bt-content,
  table.bt tfoot td .bt-content,
  table.bt tbody td .bt-content {
    padding: 10px;
  }

  table.bt tfoot th:before,
  table.bt tfoot td:before,
  table.bt tbody td:before {
    padding: 10px;
  }
}

.MuiTable-root {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
  empty-cells: show;
  border-collapse: collapse;
}

.MuiTableRow-root > th {
  border: none;
}

.MuiTableRow-head {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0;
}

.MuiTableCell-root:first-of-type {
  padding-left: 0;
}
.MuiTableCell-root.MuiTableCell-head {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
  text-align: left;
  padding: 16px;
  color: #000;
  border-bottom-color: #000 !important;
  font-size: 1rem;
  padding-bottom: 8px;
  min-width: 130px;
  font-weight: 700;
  padding: 0.5rem;
}

.MuiTableCell-root.MuiTableCell-body {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  display: table-cell;
  border: none !important;
  border-bottom: 1px solid rgb(224, 224, 224) !important;
  text-align: left;
  color: rgb(0, 0, 0);
  width: 200px;
  vertical-align: top;
  padding: 1rem 0.5rem;
}

@media only screen and (min-width: 760px) {
  .MuiTableCell-root.MuiTableCell-head.css-tlqcut,
  .MuiTableCell-root.MuiTableCell-body.css-2msybr,
  .MuiTableCell-root .row-title {
    display: none;
  }
}

.css-1ueg5w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.css-1jbc86r:first-of-type {
  padding-left: 0px;
}

.css-eq0wn9 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  font-size: inherit;
  color: #64666a;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 6px;
}

.css-26tde9 {
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  display: inline-block;
  height: 18px;
  padding: 0;
  position: relative;
  width: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.css-r5i187 {
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
  align-items: center;
}

.css-k008qs {
  display: flex;
  align-items: baseline;
}

.css-1q8bxg4:hover {
  text-decoration: none;
  background-color: #3f52c7;
  color: rgb(255, 255, 255);
}

.css-1q8bxg4 {
  margin: 0px;
  line-height: inherit;
  -webkit-box-align: center;
  align-items: center;
  appearance: button;
  background-color: #3f52c7;
  border-radius: 0.125rem;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.5rem;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 0.0625em;
  min-width: 160px;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: background-color 0.15s ease-out 0s;
  user-select: none;
  white-space: nowrap;
}

.css-1u2cnas {
  user-select: none;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: inherit;
  color: rgb(100, 102, 106);
  width: 15px;
  height: 15px;
}
.css-96nmx3 {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1rem;
}
.css-5ur8x {
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.css-j7qwjs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.css-1h8yrzy {
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.css-dvxtzn {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.css-dvxtzn img {
  width: 70%;
}

.css-1rcszjn {
  margin: 0px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: rgb(0, 95, 185);
}

@media only screen and (max-width: 760px) {
  .MuiTable-root {
    overflow: auto;
  }
  .MuiTableHead-root {
    display: none !important;
  }

  .css-dvxtzn {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }

  .css-qslnu8 {
    font-size: 17px;
    color: black;
    font-weight: 700;
    width: 50%;
  }
  .css-1rq23i {
    width: 50%;
  }

  .css-dvxtzn img {
    width: 100%;
  }
  /* .css-1xnox0e {
    display: table-row-group !important;
     width: 1000px;
  } */

  .MuiTableHead-root tr {
    position: static !important;
  }

  tr.MuiTableRow-head {
    box-shadow: none !important;
  }

  .css-zqysml {
    padding: 10px !important;
  }

  .MuiTable-root td,
  .MuiTable-root th {
    padding: 10px 20px !important;
  }

  .MuiTableCell-root.MuiTableCell-body {
    width: 100%;
    padding: 20px !important;
  }

  .MuiTableRow-root.css-b7wdex {
    margin-bottom: 30px;
  }
}

li.IconList-item {
  margin-bottom: 30px;
}

li.IconList-item p {
  margin-top: 5px;
  /* font-size: 16px !important; */
  margin-bottom: 0px;
}

li.IconList-item li {
  font-size: 19.2px;
  font-family: Karla;
  line-height: 1.8;
}

.full-review {
  display: flex;
  justify-content: center;
}

.full-review .btn {
  background: #3f52c7;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-family: Karla;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.8px;
  margin-top: 20px;
  margin-bottom: 50px;
  width: max-content;
  padding: 12px;
}

/* @media (min-width: 767px) {
  .vc_section:not(.vc_section.blog-section) {
    position: relative;
    left: 0;
    box-sizing: border-box;
    width: 1903px !important;
    max-width: 1903px !important;
  }
} */

.read-more-box .tip.open-tip,
.read-more-box .tip.close-tip {
  font-weight: 700;
  cursor: pointer;
}

/* /////////////////////////////////////////////////////////////////////////////////////////// */
#extra-info .seo-mustache-grid {
  margin: 1.5rem 0;
}
#extra-info .display-grid {
  display: grid !important;
}

#extra-info .display-flex {
  display: flex !important;
}

#extra-info .subheading,
#extra-info .type-heading-six {
  line-height: 1.4 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.1125rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

#extra-info .mb-1 {
  margin-bottom: 0.25rem !important;
}
#extra-info .pr-5 {
  padding-right: 1.25rem !important;
}

#extra-info .mb-6 {
  margin-bottom: 1.5rem !important;
}

#extra-info .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#extra-info .seo-mustache-grid .button {
  flex-direction: row;
  align-items: center;
  display: flex;
}

#extra-info .view-card-list-button {
  grid-column: 1 / span 6;
  grid-row: 2;
}

#extra-info .table-of-contents-button {
  grid-column: 7 / span 6;
  grid-row: 2;
}

#extra-info .collapse-button {
  background: none !important;
  display: flex !important;
  color: #0a58ca !important;
  padding: 0px;
  font-size: 16px !important;
  border: none !important;
}

#extra-info .collapse-button i {
  width: 16px !important;
}

#extra-info .collapse-button:hover {
  border: none !important;
}

#extra-info .Card--accentedLeft,
#extra-info .Card--accentedBottom {
  position: relative;
  background-color: #fff;
  border: none !important;
}

#extra-info .Card {
  align-content: stretch;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-start;
  overflow: hidden;
  padding: 1rem !important;
  position: relative;
  transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  width: 100%;
}

#extra-info .Card svg {
  color: #000;
}

#extra-info .mr-4 {
  margin-right: 1rem !important;
}

@media (min-width: 999px) {
  #extra-info .view-card-list-button {
    grid-column: 1 / span 3;
    grid-row: 1;
  }

  #extra-info .table-of-contents-button {
    grid-column: 1 / span 3;
    grid-row: 2;
  }
}

#extra-info #table-of-contents-content .TableOfContents-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#extra-info #table-of-contents-content .TableOfContents-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 2px;
  background-color: transparent;
}

#extra-info #table-of-contents-content .TableOfContents-link:hover::before {
  top: 0;
  bottom: 0;
  background-color: #3f52c7;
}

#extra-info
  #table-of-contents-content
  .TableOfContents-link
  .TableOfContents-linkText {
  display: block;
}

#extra-info
  #table-of-contents-content
  .TableOfContents-link:hover
  .TableOfContents-linkText {
  font-weight: 700;
  transform: translate(16px);
}

#extra-info #card-list-content .List li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
}

#extra-info #card-list-content .List .Link {
  font-size: 20px;
}

#extra-info .type-heading-three {
  line-height: 1.1 !important;
  font-size: 1.6rem !important;
  letter-spacing: -0.021875rem !important;
}

#extra-info .bg-gray-light {
  background: #f3f4f8 !important;
}

#extra-info #table-of-contents-content .List .TableOfContents-link {
  font-size: 18px;
  color: #151515;
  position: relative;
}

#sidebar-extra-info {
  margin-bottom: 30px;
}

#sidebar-extra-info #table-of-contents-content .TableOfContents-list {
  list-style: none;
  padding: 0;
  max-height: calc(100vh - 290px * 2);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* @media (max-width: 767px) {
  #sidebar-extra-info #table-of-contents-content .TableOfContents-list {
    height: auto;
  }
} */

#table-of-contents-content .TableOfContents-list::-webkit-scrollbar {
  width: 5px;
}

#table-of-contents-content .TableOfContents-list::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}

#table-of-contents-content
  .TableOfContents-list::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
}

#table-of-contents-content
  .TableOfContents-list::-webkit-scrollbar-thumb-track {
  width: 5px;
}

#sidebar-extra-info .List li {
  margin-bottom: 0.75rem;
  width: 90%;
}

#sidebar-extra-info .type-heading-six {
  line-height: 1.1 !important;
  font-size: 30px !important;
  letter-spacing: -0.021875rem !important;
  border-bottom: 1px solid #151515;
  padding-bottom: 16px;
  margin-bottom: 16px !important;
}

#sidebar-extra-info .bg-gray-light {
  background: #f3f4f8 !important;
}

#sidebar-extra-info .TableOfContents-link {
  font-size: 16px;
  color: #151515;
  position: relative;
}

#sidebar-extra-info .TableOfContents-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background-color: transparent;
}

#sidebar-extra-info .TableOfContents-link.active::before {
  top: 0;
  bottom: 0;
  background-color: #3f52c7;
}

#sidebar-extra-info .TableOfContents-link .TableOfContents-linkText {
  display: block;
}

#sidebar-extra-info .TableOfContents-link.active .TableOfContents-linkText {
  font-weight: 700;
  transform: translate(16px);
}

/* .BackToTop.is-visible {
  display: block;
} */

@media (min-width: 37.4375em) {
  .BackToTop {
    right: 5rem;
    bottom: 5rem;
    transform: scale(1.5);
  }
}

.BackToTop {
  padding: 0.25rem;
  position: fixed;
  right: 0.8125rem;
  bottom: 0.8125em;
  background-color: #fff;
  border: 1px solid #fff;
  transform-origin: bottom right;
  transform: scale(1);
  width: 3.125rem;
  height: 3.125rem;
  box-sizing: border-box;
  display: none;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
  transition: background-color 0.2s ease;
}

.BackToTop:hover {
  border-color: #fff !important;
  background-color: #3f52c7 !important;
  color: #fff !important;
}

/* .side-card-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.side-card-prev,
.side-card-next {
  background-color: transparent !important;
  padding: 0px 8px;
}

.side-card-prev .fa,
.side-card-next .fa {
  color: #869791;
}

.side-card-next:hover,
.side-card-prev:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

.side-card-slides {
  position: relative;
}

.side-card-slides .owl-prev,
.side-card-slides .owl-next {
  position: absolute;
}

.side-card-slides .owl-prev {
  left: 0;
}

.side-card-slides .owl-next {
  right: 0;
}

.side-card-slides .owl-nav {
  margin-top: 0;
  margin-bottom: 20px;
} */

.side-card-prev,
.side-card-next {
  background-color: transparent !important;
  padding: 0px 8px;
}

.side-card-prev .fa,
.side-card-next .fa {
  color: #869791;
}

.side-card-next:hover,
.side-card-prev:hover {
  border-color: transparent !important;
}

.custom-owl-nav-container {
  text-align: center;
  margin: 10px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.custom-owl-nav-container .popularLink {
  font-size: 16px;
  top: 40px;
  right: 14px;
}

@media (max-width: 767px) {
  .custom-owl-nav-container .popularLink {
    right: 20px;
  }
}
.custom-owl-nav,
.custom-owl-nav .custom-owl-dots {
  display: inline-flex;
  align-items: center;
}

.custom-owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: 10px;
  border-radius: 100px;
  background-color: #cccbcb !important;
}

.custom-owl-dots button.owl-dot.active,
.custom-owl-dots button.owl-dot:hover {
  border-color: #3f52c7 !important;
  background-color: #3f52c7 !important;
}

.subnav-content .subnav-sublist li .sublist-subtitle.hasLink .i-arrow,
.popularLink.hasLink .i-arrow {
  position: relative;
}

.category-main .inner-sub-title .i-arrow {
  border: solid #3f52c7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translate(6px, 5px);
  -webkit-transform: rotate(-45deg) translate(6px, 5px);
  /* position: absolute;
  bottom: 4px;
  left: 4px; */
}

.subnav-content .subnav-sublist li .sublist-subtitle.hasLink .i-arrow::after,
.popularLink.hasLink .i-arrow::after {
  content: "";
  border: solid #3f52c7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translate(6px, 5px);
  -webkit-transform: rotate(-45deg) translate(6px, 5px);
  position: absolute;
  bottom: 4px;
  left: 4px;
}

/* .subnav-content .subnav-sublist li .sublist-subtitle.hasLink .i-arrow::before {
  content: "";
  border: 1px solid;
  -webkit-transform: rotate(0deg) translate(135px, 16.45px);
  position: absolute;
  width: 12px;
  right: 116px;
  bottom: 24px;
} */

.mobile-toc-header #toogle-toc-menu,
.mobile-toc-header .toogle-open.toogle-close {
  display: none;
}

.mobile-toc-header p {
  display: none;
}

@media (min-width: 767px) {
  #table-of-contents-content {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .mobile-toc-header p {
    display: block;
  }

  .mobile-toc-header .toogle-open.toogle-close {
    display: block;
    position: relative;
  }

  .toc-section {
    margin-top: 60px;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms; /* display: flex; */
    opacity: 1;
    margin: auto 0;
    backdrop-filter: blur(6px);
    display: none;
  }

  .toc-section #sidebar-extra-info {
    margin-bottom: 0px;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }

  .mobile-toc-header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    align-items: center;
    box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.1),
      0 2px 8px -1px rgba(20, 20, 20, 0.2);
  }

  .mobile-toc-header .mobile-toc-nav {
    width: 50px;
    height: 50px;
  }

  .toogle-open.toogle-close.inner-button {
    position: absolute;
    right: 34px;
    top: -9px;
  }
}

.owl-carousel {
  z-index: 0 !important;
}

@media (max-width: 1040px) and (min-width: 767px) {
  .offcanvas-menu {
    padding: 18px 0 10px;
    padding-left: 30px;
  }

  header#masthead nav#site-navigation {
    margin-top: 10px;
  }

  #sidebar-extra-info #table-of-contents-content .TableOfContents-list {
    max-height: calc(100vh - 300px * 2);
  }
}

.post .entry-content ul li,
.post .entry-content ol li {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-size: calc(1.2 * 1rem);
  margin-bottom: 15px;
  font-family: Karla;
}

.termly-display-preferences {
  padding: 0.25rem;
  position: fixed;
  left: 0.8125rem;
  bottom: 0.8125em;
  background-color: #3d50c7;
  border: 1px solid #fff;
  color: #fff;
  transform-origin: bottom right;
  transform: scale(1);
  width: 3.125rem;
  height: 3.125rem;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.termly-display-preferences:hover {
  color: #fff !important;
}

.termly-styles-preferenceContainer-fb5a6d::-webkit-scrollbar {
  width: 5px;
}
.termly-styles-preferenceContainer-fb5a6d::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}
button.termly-styles-module-root-f61419.termly-styles-module-primary-9738f2.termly-styles-module-solid-20a66a.termly-styles-button-dd5ebb.t-declineButton {
  display: none;
}

.sticky-quotes .ui-widget.ui-widget-content {
  border: none;
}

.sticky-quotes .ui-tabs .ui-tabs-panel {
  /* padding: 1em 0px; */
  padding: 0px;
}

.sticky-quotes .ui-widget-header {
  border: none;
  background: transparent;
}

.sticky-quotes .ui-tabs .ui-tabs-nav li {
  border-bottom-width: 1px;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav,
.ui-tabs {
  padding: 0px !important;
}

.single:not(.single-docs) .ui-tabs .ui-tabs-nav {
  border-bottom: 1px solid #151515;
  margin-bottom: 30px !important;
  padding-bottom: 10px !important;
}

.related-posts {
  margin-bottom: 30px;
  width: 94%;
}

@media (max-width: 767px) {
  .related-posts {
    width: 100%;
  }
}

.tab-card ul {
  margin: 0px;
}
@media (max-width: 767px) {
  .related-posts-heading {
    padding: 10px;
  }

  .wpb-posts-nav.posts-bottom-nav.row-post.alignwide .title h4 {
    font-size: calc(1.2 * 14px);
  }

  li.side-card {
    padding-bottom: 20px;
  }

  .custom-owl-nav-container .popularLink {
    padding: 10px 50px;
    border: 1px solid;
  }
}

span.prognroll-bar {
  top: 90px;
}

@media (max-width: 1240px) and (min-width: 767px) {
  span.prognroll-bar {
    top: 78px;
  }
}

@media (max-width: 767px) {
  span.prognroll-bar {
    top: 70px;
  }
}

.side-card-slides .owl-item {
  width: 350px;
}

.faq-header-home .vc_column-inner {
  border-right: 1px solid;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faq-header-home .vc_column-inner {
    border-right: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .faq-header-home .vc_column-inner h2 {
    font-size: calc(1.325rem + 0.9vw);
    text-align: center !important;
  }
}

#view-more-accordion {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 100px;
}

#view-more-accordion:hover {
  background: #3f52c7 !important;
  border-color: #3f52c7 !important;
  color: #fff !important;
}

.widget .accordion a {
  color: var(--bs-link-hover-color);
}

.subnav-content .category-sub {
  padding: 0;
  margin-top: calc(8px * 2.5);
  margin-bottom: calc(10px * 2.5);
  /* border-left: 1px solid #dfe5eb; */
  /* padding-left: 30px; */
}

.catTwolist-subitem.onHover {
  /* color: #3f52c7; */
  font-weight: 500;
}

.catTwolist-subitem.onHover a {
  /* color: #3f52c7; */
  text-decoration: underline;
}

.catTwolist-subitem .inner-sub {
  /* padding: 20px;
  background: rgba(63, 82, 199, 0.1); */
  border-radius: 5px;
  width: 380px;
}

.catTwolist-subitem .inner-title {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 1540px) and (min-width: 1140px) {
  .catTwolist-subitem .inner-title {
    font-size: 14px;
  }

  .desktop-primary-navigation label span {
    font-size: 13px;
  }
}

.catTwolist-subitem .i-arrow {
  position: relative;
}

.catTwolist-subitem .i-arrow::after {
  content: "";
  border: solid #3f52c7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translate(6px, 5px);
  -webkit-transform: rotate(-45deg) translate(6px, 5px);
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.catTwolist-subitem a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 760px) {
  article.type-post {
    display: block;
    max-width: max-content;
    margin: 0 auto;
  }
}

.post.type-post {
  display: flex;
  max-width: var(--responsive--alignwide-width);
  margin: auto;
  padding-top: 20px;
  padding-bottom: 120px;
  column-gap: 60px;
}

@media only screen and (max-width: 760px) {
  article.type-post {
    display: block !important;
    max-width: max-content !important;
    margin: 0 auto !important;
  }
}

.wpb-posts-nav.posts-bottom-nav.row-post.alignwide .title h4 {
  font-family: Karla !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 767px) {
  .mobile-card-offer {
    max-width: 100% !important;
  }

  .post.type-post.status-publish .entry-content h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .wpb-posts-nav.posts-bottom-nav.row-post.alignwide .title h4 {
    font-size: calc(1.2 * 14px);
  }
}

.best-reward .extra-container {
  display: block;
  margin: 10px 0 0;
}

.apply-mobile {
  display: none;
}

@media (max-width: 767px) {
  .apply-mobile {
    display: block;
  }

  .apply-desktop {
    display: none;
  }
}

.compare-container {
  display: block;
  overflow-x: scroll;
}

.compare-container::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}
.compare-container::-webkit-scrollbar {
  height: 5px;
}
ul.subnav-sublist.categorytwo-main::-webkit-scrollbar {
  width: 5px;
}

ul.subnav-sublist.categorytwo-main::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}

/* #best-credit-card .catTwolist-subitem:before {
  content: "";
  position: relative;
  background: #3f52c7;
  padding: 3px;
  border-radius: 20px;
}
 */

#qr-button {
  padding: 0px;
  background-color: transparent !important;
  border-color: transparent !important;
  position: relative;
  top: 5px;
}

#qr-button:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

#qr-button img {
  padding: 0px;
  width: 40px;
  height: 40px;
}

button.qr-button-done {
  width: 100%;
  padding: 8px;
  border-radius: 10px;
}
button.qr-button-done:hover {
  color: #fff !important;
  background-color: #3f52c7 !important;
  border-color: #3f52c7 !important;
}

button.qr-button-close {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 0px;
  color: #000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  font-weight: 600;
}
button.qr-button-close:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
#uthrive-survey {
  display: flex;
  gap: 80px;
  position: relative;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  #uthrive-survey label {
    width: 50px;
  }

  #uthrive-survey::before {
    content: "";
    position: absolute;
    border: 2px solid #d8d8d8;
    top: 11px;
    width: 91%;
    left: 13px;
  }

  #uthrive-survey label {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#uthrive-survey input[type="checkbox"],
#uthrive-survey input[type="radio"] {
  border-width: 1px;
}

#uthrive-survey input[type="radio"]:after {
  left: 6px;
  top: 6px;
}

#uthrive-survey .theme-btn a {
  padding: 20px 60px;
}

#survey-container .vc_column-inner {
  padding: 40px 83px;
}

@media only screen and (max-width: 767px) {
  #uthrive-survey input[type="checkbox"],
  #uthrive-survey input[type="radio"] {
    top: 5px;
  }

  #uthrive-survey {
    flex-direction: column;
    gap: 0px;
  }

  #survey-container .vc_column-inner {
    padding: 30px;
  }
  #uthrive-survey label span {
    margin-left: 10px;
  }
}

/* .myFinance-widget iframe {
  aspect-ratio: 16 / 9;
}

.myFinance-widget iframe .external-widget-wrapper .v-application.theme--light{
  background: #f5f5f7;
} */

.myFinance-widget {
  opacity: 1;
  transition: all 0.5s ease-out;
}

.myFinance-widget.hide {
  opacity: 0;
}

.mf-disclosure.mf-disclaimer-link {
  display: none;
}

/* The checkbox-field */
.checkbox-field {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-field:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* When the checkbox is checked, add a blue background */
.checkbox-field input:checked ~ .checkmark {
  background-color: #3d50c7;
  border-color: #3d50c7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-field input:checked ~ .checkmark:after {
  display: block;
}

.group-checkbox-field .checkbox-field input:checked ~ .checkmark:after {
  display: none;
}

/* Style the checkmark/indicator */
.checkbox-field .checkmark:after {
  left: 7px;
  top: 2px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-field {
  margin-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
}

.sub-field.show {
  display: inline-flex;
}

.checkbox-sub-field {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-sub-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.checkbox-sub-field:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-sub-field input:checked ~ .checkmark {
  background-color: #3d50c7;
  border-color: #3d50c7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-sub-field input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-sub-field .checkmark:after {
  /* left: 7px;
  top: 2px;
  width: 10px;
  height: 16px; */
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-name {
  font-size: var(--global--font-size-base);
  font-family: "Karla" !important;
}

.checkbox-sub-field {
  padding: 0px;
}

.checkbox-sub-field .checkmark {
  left: 35px;
  top: -10px;
  height: 20px;
  width: 20px;
}

.radio-options input[type="radio"] {
  border: 1px solid #dee2e6;
}

.radio-options input[type="radio"]:checked {
  border: 7px solid #3f52c7;
}

.radio-options input[type="radio"]:checked::after {
  opacity: 0;
}

.radio-options input[type="radio"]:checked:focus {
  outline: none;
}

.radio-options input[type="radio"] + label {
  font-size: 18px;
  font-weight: 400;
}

.user-survey--tag {
  background-color: #ffd551;
  border-radius: 20px;
  margin: 0 auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: fit-content;
  font-size: 16px;
}

.survey-container {
  position: relative;
  min-height: 600px;
}

button#survey-prev {
  position: absolute;
  background-color: #0000;
  border: none;
  color: #3f52c7;
  font-size: 20px;
  font-weight: 700;
  left: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .survey-container {
    min-height: 600px;
  }
  button#survey-prev {
    position: relative;
  }
}

#uthrive-survey .block input[type="radio"] {
  border: 1px solid #dee2e6;
}

#uthrive-survey .block input[type="radio"]:checked {
  border: 7px solid #3f52c7;
}
#uthrive-survey .block input[type="radio"]:checked::after {
  opacity: 0;
}

#uthrive-survey .block input[type="radio"]:checked:focus {
  outline: none;
}

@media (max-width: 767px) {
  .myFinance-widget {
    width: 83% !important;
    margin: 10px auto !important;
  }

  .myFinance-widget iframe {
    height: 700px !important;
  }
}

.new-banner__layout {
  position: relative;
  margin: 50px auto 0px;
}

.new-banner__layout img {
  object-fit: contain;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 1330px;
}

.new-banner__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.new-banner__layout {
  max-width: 1330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}

.new-banner__layout button {
  position: absolute;
  left: 6rem;
  top: 22rem;
  margin-top: 15px;
  width: fit-content;
  font-family: Karla;
  font-weight: 700;
  font-size: 17px;
  color: #fff !important;
  line-height: 1.5;
  padding: 10px 30px 10px 30px;
  border-radius: 100px;
}

@media (max-width: 1140px) {
  .new-banner__layout button {
    left: 5rem;
    top: 18rem;
  }
}

.new-banner-mobile__layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}

.new-banner-mobile__layout img {
  object-fit: contain;
  width: 100%;
  display: block;
  margin: auto;
}

.new-banner-mobile__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.new-banner-mobile__content button {
  position: relative;
  top: 52vw;
  margin-top: 15px;
  width: fit-content;
  font-family: Karla;
  font-weight: 700;
  font-size: 17px;
  color: #fff !important;
  line-height: 1.5;
  padding: 10px 30px 10px 30px;
  border-radius: 100px;
}

.new-banner__layout button:active,
.new-banner__layout button:hover,
.new-banner-mobile__content button:active,
.new-banner-mobile__content button:hover {
  background-color: #3f52c7;
  border-color: #3f52c7;
}

.new-banner__subLayout {
  /* max-width: var(--responsive--alignwide-width);
  margin: 0 auto; */
  width: 100%;
  display: flex;
  max-width: 1330px;
  margin: 0 auto;
}

.new-banner__subLayout_col1 {
  width: 50%;
  padding: 120px 0px;
  padding-left: 50px;
}

.new-banner__subLayout_col1 .box {
  width: 500px;
  display: block;
}

.new-banner__subLayout_col2 {
  width: 50%;
  padding: 120px;
  background-color: #f3f6ff;
}

.new-banner__subLayout_col2 .box-logo {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.new-banner__subLayout_col2 .box-logo img {
  /* width: 60px;
  height: 60px; */
  width: calc(100% / 7);
  border-radius: 10px;
}

.new-banner__subLayout_col2 .box-store {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.new-banner__subLayout_col2 .box-store img {
  width: 60px;
  height: 60px;
  margin: 15px 0px;
  border-radius: 10px;
}

.new-banner__subLayout_subTitle,
.new-banner__subLayout h1 {
  font-family: "SharpGroteskCustom";
  font-weight: 500;
}

.new-banner__subLayout_desc {
  font-family: "SharpGroteskCustom";
  font-weight: 400;
  font-size: 23px !important;
  letter-spacing: 0px;
  line-height: 32px !important;
  margin: 25px 0px;
  color: #4e4e4e;
}

p.new-banner__subLayout_subTitle {
  letter-spacing: 3.5px;
  font-size: 16px !important;
  line-height: 32px !important;
  color: #000;
  padding: 0px 20px;
  background-color: #ffd551;
  width: fit-content;
  border-radius: 100px;
  margin-bottom: 15px !important;
}

.new-banner__subLayout h1 {
  font-size: 45px;
  letter-spacing: 0px;
  line-height: normal;
}

.new-banner__subLayout button {
  margin-top: 15px;
  width: fit-content;
  font-family: Karla;
  font-weight: 700;
  font-size: 17px;
  color: #fff !important;
  line-height: 1.5;
  padding: 10px 30px 10px 30px;
  border-radius: 100px;
}

.new-banner__subLayout button:active,
.new-banner__subLayout button:hover {
  background-color: #3f52c7;
  border-color: #3f52c7;
}

@media (max-width: 768px) {
  .new-banner__subLayout {
    flex-direction: column;
  }

  .new-banner__subLayout_col1,
  .new-banner__subLayout_col2 {
    width: 100%;
  }

  .new-banner__subLayout_col1 .box {
    width: 100%;
    text-align: center;
  }

  .new-banner__subLayout_col1 {
    padding-left: 0px;
  }

  .new-banner__subLayout h1 {
    font-size: 24px;
    margin-bottom: 20px !important;
  }

  .new-banner__subLayout_desc {
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 300;
  }

  p.new-banner__subLayout_subTitle {
    font-size: 10px !important;
  }

  .new-banner__subLayout_col2 .box-logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 65%;
    margin: 15px auto !important;
    gap: 20px;
  }

  .new-banner__subLayout_col2 .box-store {
    flex-direction: column;
  }

  .new-banner__subLayout_col2 {
    padding: 50px;
  }

  .new-banner__subLayout_col2 .box-logo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .new-banner__subLayout button {
    margin-top: 30px;
  }
}
.new-banner {
  position: relative;
}

.new-banner h2 {
  font-weight: 500;
}

.new-banner__coverLayout {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.new-banner__coverLayout_col1,
.new-banner__coverLayout_col2 {
  width: 50%;
}

.new-banner__coverLayout_col2 {
  background-color: #f3f6ff;
}

#new-banner .wpb_content_element {
  margin: 0px;
}

/* #credential_picker_iframe{
  display: none;
} */

@media (max-width: 768px) {
  .new-banner__coverLayout {
    display: none;
  }

  .new-banner__subLayout_col1 {
    padding: 60px 0px;
  }

  /* #credential_picker_iframe{
    display: block;
  } */
}

@media (min-width: 768px) {
  div#credential_picker_iframe {
    height: 100% !important;
    width: 100% !important;
  }

  div#credential_picker_iframe .cGMI2b-vOE8Lb-haAclf.hOedQd-QFlW2-HQkcwf {
    top: 0px;
    right: 100px;
    width: 450px;
  }
}

/* .single-post .entry-content .key-section ~ *:not(.related-posts-heading) {
  display: none;
}

#btn-login-readmore {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  position: relative;
}

#btn-login-readmore .lds-ring,
#btn-login-readmore a {
  position: absolute;
}

#btn-login-readmore a {
  top: 45px;
}

#btn-login-readmore .lds-ring {
  top: 80px;
}

#btn-login-readmore button {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  border-radius: 50px;
}

#btn-login-readmore button:hover,
#btn-login-readmore button:active {
  background: #3f52c7;
  border-color: #3f52c7;
  color: #fff;
}

.lds-ring {
  color: #3f52c7;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

#explore-survey .loading,
#explore-survey .warning {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lds-ring {
  color: #3f52c7;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#rm-disclaim,
#rm-disclaim-close {
  text-decoration: underline;
  color: #3f52c7;
  cursor: pointer;
}

#rm-disclaim-close {
  display: none;
}

#rm-disclaim-section {
  display: none;
}

#table-of-contents-content .TableOfContents-list::-webkit-scrollbar {
  width: 5px;
}

.k77Iif::-webkit-scrollbar {
  width: 5px;
}

.k77Iif::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 100px;
}

.k77Iif::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
}

.k77Iif::-webkit-scrollbar-thumb-track {
  width: 5px;
}
/*----------------------------------------*/
/* New Home */

.page-template-page-home button {
  padding: 10px 30px;
  border-radius: 10px;
  font-family: "Altone";
  font-weight: bold;
  font-size: 16px;
  width: max-content;
}

.page-template-page-home button:hover {
  background-color: #3f52c7;
  border-color: #3f52c7;
}

.new-home:not(.colored) {
  padding: 60px 0px;
}

.new-home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-home.colored p {
  font-size: 16px;
}

.new-home h2 {
  font-family: "Altone";
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.new-home img {
  width: 552px;
}

.new-home p,
#home-carousel p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Altone";
  color: #000;
  font-style: normal;
}

#home-carousel .home-slide__text p,
#home-carousel .home-slide__text span {
  font-size: 16px;
  font-family: "Altone";
}

.new-home p {
  padding: 20px 0px 30px;
}

.new-home .icon__CTA {
  margin-top: 30px;
}

.new-home .icon__CTA span,
#sign-up-section .icon__CTA span {
  color: #3f52c7;
  font-size: 16px;
  font-weight: bold;
  /* background: #3f52c7; */
  /* padding: 10px 30px; */
  border-radius: 10px;
}

.new-home .icon__CTA img,
#sign-up-section .icon__CTA img {
  display: inline !important;
  width: 18px !important;
  margin-left: 5px;
  padding-top: 0px !important;
  position: relative;
  bottom: 2px;
}

#icon-swipe .flex-box__icon h4 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#icon-swipe .flex-box__icon h4 .top-title {
  display: flex;
  color: #3f52c7;
}
#icon-swipe .flex-box__icon h4 .top-title:before {
  counter-increment: section;
  content: counter(section);
  background: #d6dbff;
  display: flex;
  margin-right: 9px;
  justify-content: center;
  align-items: center;
  color: #3f52c7;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%;
  position: relative;
  bottom: 5px;
}

#home-carousel {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
  margin-top: 40px;
}

#home-carousel p {
  width: 340px;
  /* padding: 20px 0px 100px; */
  /* padding: 30px 0px 20px; */
  padding-bottom: 20px;
}

#home-carousel h2 {
  font-weight: 800;
}

#home-carousel .home-slide {
  padding: 0px 20px;
}

#home-carousel .home-slide__flexbox {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

#home-carousel .home-slide__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-carousel .home-slide__title h2 {
  font-family: "Altone";
  font-size: 38px;
  line-height: 1.2;
}

#home-carousel .home-slide__title h2.mobile-view {
  display: none;
}

#home-carousel .img-box {
  position: relative;
}

#home-carousel .owl-dots {
  margin-top: 40px;
}

#home-carousel .owl-dots button {
  background-color: transparent !important;
  outline: none;
}

#home-carousel .owl-theme .owl-dots .owl-dot.active span,
#home-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3f52c7;
}

.home-logo .img-box button.img-owl-dot,
.home-logo .img-box button.img-owl-dot:hover {
  background-color: transparent !important;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.1;
}

.home-logo .img-box button.img-owl-dot.active {
  opacity: 1;
}

.home-carousel button:hover,
.new-home button:hover {
  color: #fff !important;
}

@media (max-width: 768px) {
  #home-carousel {
    text-align: center;
    margin-top: 40px;
  }

  #home-carousel .home-slide__title {
    align-items: center;
  }
  #home-carousel .home-slide__title h2 {
    font-size: 25px;
  }

  #home-carousel .home-slide__title h2.desktop-view {
    display: none;
  }

  #home-carousel .home-slide__title h2.mobile-view {
    display: block;
  }

  #get-ready .text h2,
  #AI .text h2 {
    font-size: 25px;
  }

  .new-home p {
    margin: 20px 0px 30px;
    padding: 0;
  }

  #home-carousel p {
    margin: 30px 0px 10px;
    padding: 0;
  }

  #home-carousel .home-slide__text {
    margin-bottom: 30px;
  }

  #home-carousel .owl-dots {
    margin-top: 10px;
  }

  .new-home {
    text-align: center;
  }

  .new-home h2 {
    font-size: 25px;
  }
}

#get-ready,
.home-logo {
  background-color: rgba(63, 82, 199, 0.06);
}

#get-ready .container,
#AI .container {
  position: relative;
  justify-content: normal;
}

#get-ready .container {
  padding-top: 120px;
}

#AI .container {
  justify-content: flex-end;
}

#get-ready h2,
.new-home.colored h2 {
  /* font-size: 55px; */
  font-size: 65px;
  font-weight: bold;
}

#get-ready img {
  display: block;
  /* width: 539px; */
  /* width: 690px; */
  height: auto;
  padding-top: 100px;
}

#AI,
#get-ready {
  position: relative;
  overflow: hidden;
}

#AI img {
  display: block;
  width: 400px;
  height: auto;
}

#get-ready .text,
#AI .text {
  position: absolute;
}

#get-ready .text h2,
#AI .text h2 {
  color: #3f52c7;
}

#get-ready .text {
  left: 25em;
  top: 60px;
}

#AI .text {
  top: 0px;
  left: 0px;
}

.home-logo {
  text-align: center;
  padding: 60px 0px;
}

.home-logo .container {
  text-align: center;
  padding: 0px 30px;
}

.home-logo h2 {
  font-size: 26px;
  font-family: "Altone";
  font-weight: bold;
}

.home-logo .img-box {
  padding-top: 46px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home-logo .img-owl-dot:nth-child(1) img {
  width: 100px;
}
.home-logo .img-owl-dot img {
  width: 150px;
}
#saved {
  position: relative;
}
#saved img {
  width: 100%;
}

#saved .container {
  position: absolute;
  top: 0px;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

#saved .text h2,
#saved .text p {
  text-align: center;
  color: #fff;
}

#saved .text p {
  font-size: 49px;
  font-family: "Altone";
}

#saved .text h2 {
  /* font-size: 76px; */
  font-size: 100px;
}

@media (max-width: 768px) {
  #saved img {
    height: 100vh;
    object-fit: cover;
  }
  .home-logo h2 {
    width: 290px;
    margin: 0 auto;
  }
}

.offer-box {
  background-color: #fff;
  border: solid 3px #3f52c7;
  border-radius: 20px;
  padding: 24px;
  position: absolute;
  top: 36px;
  left: -140px;
  z-index: 10;
}

.offer-box_logo {
  width: 50px !important;
  height: auto;
}

.offer-box .sh-active-client,
.offer-box .sh-inactive-client,
.offer-box .sh-quidget-marku,
.offer-box .sh-quidget-markup {
  width: 80px !important;
}

.text-tag {
  color: #3f52c7;
}

.title-tag {
  background-color: #007aff;
  font-size: 10px;
  font-family: "SharpGroteskCustom";
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
}

.offer-box_card {
  margin: 15px 0px;
  border-top: solid 1px #dfe5eb;
  border-bottom: solid 1px #dfe5eb;
}

.offer-box_card-info {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 0px;
}

.offer-box_card-info h3 {
  font-size: 16px;
}

.offer-box_main-img {
  width: 100%;
  height: 410px;
}

.offer-box .offer-check {
  display: flex;
  padding: 2px 15px;
  border: 2px solid #000;
  gap: 10px;
  border-radius: 100px;
  font-size: 12px;
  width: max-content;
  border-color: #0f8f37;
  font-family: "SharpGroteskCustom";
  font-weight: 400;
}

#security {
  margin-bottom: 120px;
  margin-top: 120px;
}

.security-header,
.security-body {
  margin-bottom: 60px;
}

.security-header,
.security-body {
  display: flex;
  justify-content: space-between;
  gap: 106px;
}

.security-header__title,
.security-header__img,
.security-body .security-col {
  width: 50%;
}

.security-header__title {
  font-size: 60px;
  font-weight: bold;
}

.security-header__title,
.security-col h3 {
  font-family: "Altone";
  line-height: 1.2;
  font-weight: bold;
}

.security-header__img img {
  width: 354px;
}

/* .security-body .security-col h3 {
  font-size: 24px;
} */

.security-body .security-col p {
  font-family: "Altone";
  font-weight: 300;
  font-size: 16px;
  padding-top: 20px;
}

#sign-up-section {
  background-color: rgba(63, 82, 199, 0.06);
  padding: 120px 0px;
}

.sign-up-box {
  display: flex;
  gap: 106px;
}

#sign-up-section p {
  font-family: "Altone";
  font-weight: 300;
  padding: 20px 0px 60px;
  font-size: 16px;
}

.sign-up-col-text h3 {
  color: #3f52c7;
  font-family: "Altone";
  font-weight: bold;
}

.sign-up-col-text p {
  color: #000;
}

.sign-up-col-text,
.sign-up-box-review {
  width: 50%;
}

.sign-up-col-text button,
.sign-up-col-text button:hover {
  background-color: #3f52c7 !important;
  color: #fff;
}

.sign-up-box-review-col {
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0px 4px 13.4px 4px rgba(0, 0, 0, 0.1);
}

.sign-up-box-review-col .review {
  font-size: 18px;
  font-family: "Altone";
  font-weight: bold;
}

.sign-up-box-review-col .name {
  font-size: 12px;
  font-family: "SharpGroteskCustom";
  font-weight: 300;
  color: #9c9a9a;
}

.sign-up-box-review-col:not(:last-child) {
  margin-bottom: 30px;
}

.circle-layer-1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(63, 82, 199, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-layer-2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(63, 82, 199, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-layer-3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(63, 82, 199, 0.06);
}

#circle-1,
#circle-2,
#circle-3,
#circle-4 {
  position: absolute;
}

#circle-1 {
  scale: 1.5;
  top: 5em;
  left: -5em;
}

#circle-2 {
  scale: 4.5;
  top: 34em;
  left: 9em;
}

#circle-3 {
  scale: 1.7;
  right: -5em;
  top: 4em;
}

@media (max-width: 768px) {
  #circle-1 {
    left: -8em;
  }

  #circle-3 {
    right: -8em;
  }
}

.custom-banner {
  justify-content: space-between;
  align-items: center;
}

.custom-banner .text-section {
  width: calc(100% - 375px);
  padding: 0 40px;
}

.custom-banner .text-section span {
  font-family: "SharpGroteskCustom";
  font-weight: 500;
  font-size: 1.25rem;
  word-wrap: break-word;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  margin-bottom: 20px;
}

.custom-banner .text-section button {
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 100px;
  background: #3f52c7;
}

.custom-banner .text-section button:hover {
  border-color: #3f52c7;
  color: #fff;
}

.custom-banner .img-section {
  width: 375px;
}

.custom-banner .button-text {
  width: fit-content;
  text-align: center;
}

@media (max-width: 767px) {
  .custom-banner {
    flex-direction: column-reverse;
  }

  .custom-banner .text-section,
  .custom-banner .img-section {
    width: 100%;
  }

  .custom-banner .text-section {
    /* height: 160px; */
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .custom-banner .text-section button {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 100px;
  }
}

@media (min-width: 767px) {
  .custom-banner .text-section span {
    font-size: 1.25rem;
  }
}

.custom-banner .highlight {
  color: #3f52c7;
  display: inline !important;
}

#profile-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-left: 10px;
  margin-top: 5px;
  padding: 8px 8px 8px 14px;
}

#alert-box .main-content-container {
  display: flex;
  padding: 60px 0px;
}

#alert-box .qr-logo {
  height: 80px;
  width: auto;
  padding: 9px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 0.2);
  display: block;
  border: 1px #d5d5d5 solid;
  margin-right: 20px;
}

#alert-box .company-name {
  font-family: "Karla";
  font-size: 24px;
  font-weight: bold;
}

#alert-box .qr-code-image {
  display: flex;
  align-items: center;
  gap: 20px;
}

#alert-box .alert-close {
  position: absolute;
  top: 1rem;
  right: 30px;
  padding: 0px;
  color: #000 !important;
  font-weight: 600;
  background-color: transparent !important;
}

#alert-box .alert-close:hover {
  background-color: transparent !important;
}

@media (max-width: 992px) {
  .page-template-page-home button {
    display: block;
    margin: auto;
  }
  #home-carousel .home-slide__flexbox {
    flex-direction: column;
    gap: 50px;
  }

  #home-carousel .img-box {
    display: flex;
    justify-content: space-around;
  }
  .offer-box {
    top: auto;
    left: -13px;
    scale: 0.9;
    bottom: -16px;
  }

  .offer-box_main-img {
    height: auto;
  }

  .new-home .container,
  .security-body,
  .new-home.alt .container {
    gap: 40px;
    padding: 0 20px;
  }

  .security-body,
  .new-home.alt .container {
    flex-direction: column;
  }

  .new-home .container {
    flex-direction: column-reverse;
  }

  .container,
  .security-header {
    flex-direction: column-reverse;
  }

  .security-header {
    align-items: center;
    padding: 0px 20px;
    gap: 0px;
  }

  .security-header h2 {
    align-items: center;
    font-size: 30px;
  }

  .security-header h2 br {
    display: none;
  }

  .security-header__title {
    font-size: 40px;
  }

  .security-header__img img {
    width: 50%;
  }

  .new-home img {
    width: 60%;
    margin: auto;
    display: block;
  }

  #get-ready .container {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  #get-ready .text,
  #AI .text {
    position: unset;
  }

  #get-ready h2,
  .new-home.colored h2 {
    font-size: 45px;
  }

  #get-ready img {
    padding-top: 0px;
  }

  .home-logo .img-box {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-items: center;

    gap: 50px;
  }

  .home-logo .img-box img {
    margin: auto;
    width: 100%;
  }

  #AI {
    background-color: rgba(63, 82, 199, 0.06);
  }
  #AI .container {
    flex-direction: column;
    padding-top: 120px;
  }

  .security-header__title,
  .security-header__img,
  .security-body .security-col {
    width: 100%;
  }

  .sign-up-col-text,
  .sign-up-box-review {
    width: 100%;
    text-align: center;
  }
  .sign-up-box {
    display: flex;
    gap: 50px;
    flex-direction: column;
    padding: 0 20px;
  }

  #security {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .offer-box {
    /* top: auto;
    left: -63px;
    scale: 0.5;
    bottom: -79px; */
    top: auto;
    /* left: -63px; */
    left: -50px;
    scale: 0.6;
    bottom: -50px;
  }

  .img-box img.offer-box_main-img {
    width: 80% !important;
    margin-left: 75px;
  }

  .new-home img {
    width: 100%;
  }

  #saved .text p {
    font-size: 16px;
  }

  #saved .text h2 {
    font-size: 40px;
  }

  .security-body .security-col p {
    font-size: 14px;
  }

  #AI img {
    width: 300px;
  }

  .security-col h3 {
    font-size: 25px;
  }
}

/*----------------------------------------*/

/*business*/

/*----------------------------------------*/

/*business*/

.new-business {
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .new-business:not(#contact-banner) {
    text-align: center;
  }
}

.new-business h2,
.new-business p,
.new-business span,
.new-business button,
.new-business .sub-text,
.new-business .flex-box .flex-box__subtext,
.new-business .flex-box__icon h4 {
  font-family: "Altone";
}

.new-business.alt {
  background-color: #3f52c710;
}

.new-business .flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .new-business:not(.flex-icons) .flex-box {
    gap: 10px;
  }

  #contact-banner .flex-box {
    flex-wrap: wrap;
    gap: 99px;
  }
}

.mb-breakpoint {
  display: none;
}

.new-business .container {
  padding: 120px 80px 80px;
  position: relative;
}

@media (max-width: 768px) {
  .new-business .container {
    padding: 120px 15px 120px;
    position: relative;
  }
  .breakpoint {
    display: none;
  }

  .mb-breakpoint {
    display: block;
  }
}

.new-business .sub-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* .new-business:not(:first-child) h2 {
  color: #3f52c7;
} */

.new-business h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 25px;
  color: #3f52c7;
}

@media (max-width: 768px) {
  .new-business h2 {
    font-size: 26px;
  }
}

.new-business .flex-box__text p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
}

.new-business .flex-box__text ul {
  list-style: none;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .new-business .flex-box__text ul {
    text-align: left;
    margin: 0 auto;
    width: fit-content;
  }

  .new-business .flex-box__text p {
    font-size: 16px;
    text-align: left;
    margin: 0px auto 25px;
    width: 340px;
  }
}

.new-business .flex-box__text li {
  color: #000000b3;
  font-size: 14px;
}

.new-business .flex-box__text li::before {
  content: "";
  display: inline-block;
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/check-circle.png");
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

.new-business:first-child .flex-box__text p {
  margin-bottom: 25px;
}

.new-business .flex-box__text span {
  display: block;
  margin-bottom: 40px;
}

.new-business .flex-box__text span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .new-business:first-child .flex-box__text p,
  .new-business:first-child .flex-box__text span {
    font-size: 16px;
  }

  .new-business .flex-box__text li {
    font-size: 12.8px;
  }
}

.new-business .flex-box__text button,
.new-business .flex-box__text button:hover {
  padding: 8px 30px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  outline: none;
  display: block;
  color: #fff;
  background-color: #3f52c7;
  border-color: #3f52c7;
}

.new-business .flex-box .flex-box__subtext {
  font-family: "Altone";
  font-weight: 400;
  font-size: 12px;
  color: #000000b3;
}

.new-business .flex-box .flex-box__text {
  /* width: calc(100% - 471px); */
  width: calc(100% - 500px);
  flex: 1;
}

.new-business .flex-box .flex-box__text a{
  display: inline-block;
}

.new-business .flex-box .flex-box__image {
  /* width: 471px; */
  /* height: 310px; */
  width: 500px;
  height: auto;
  flex-shrink: 0;
  /* border: 2px solid #3f52c7;
  border-radius: 15px; */
}

.new-business .flex-box .flex-box__image img {
  width: 100%;
}

@media (max-width: 768px) {
  .new-business .flex-box .flex-box__image {
    width: 100%;
    height: 270px;
  }

  /* .new-business .flex-box .flex-box__subtext {
    text-align: center;
  } */

  .new-business .desc {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
  }
}

.new-business.flex-icons {
  text-align: center;
}

.new-business.flex-icons .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}

/* .new-business.flex-icons .desc {
  font-size: 14px;
} */

.flex-box__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.flex-box__icon h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.flex-box__icon .icon__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid #3f52c7;
  border-radius: 100px;
  margin-bottom: 24px;
}

.flex-box__icon .icon__img img {
  width: 100%;
  padding: 10px;
}

.flex-box__icon .icon__subtext {
  font-size: 14px;
}

#icon-swipe .icon__img,
#icon-builders .icon__img {
  border: none;
  background-color: rgba(63, 82, 199, 0.1);
}

#icon-swipe .container,
#icon-builders .container {
  padding: 120px 20px 80px;
}

#icon-builders .flex-box__icon {
  align-items: start;
}

#icon-builders .icon__subtext,
#icon-builders h4 {
  text-align: left;
}

#icon-builders .icon__CTA {
  margin-top: 30px;
}

#icon-builders .icon__CTA span {
  color: #3f52c7;
  font-size: 14px;
  font-weight: bold;
}

#icon-builders .icon__CTA img {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

#icon-swipe {
  counter-reset: section;
}

#icon-swipe .flex-box__icon h4 {
  display: flex;
  align-items: center;
}
/* #icon-swipe .flex-box__icon h4:before {
  counter-increment: section;
  content: counter(section);
  background: #3f52c7;
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%;
} */

@media (max-width: 768px) {
  #icon-swipe .container,
  #icon-level .container {
    padding: 120px 35px 120px;
  }

  #icon-builders .flex-box__icon,
  .flex-box__icon {
    width: 250px;
    flex: none;
    margin: 0 auto;
    align-items: center;
  }
  #icon-builders .icon__subtext {
    text-align: center;
  }

  #icon-builders .flex-box {
    margin-top: 80px;
    gap: 56px;
  }

  #icon-builders .flex-box {
    margin-top: 80px;
    gap: 56px;
  }
}

#business-hero-1 {
  margin-top: -45px;
}

#business-hero-1.pos-hero-1,
#business-hero-1.agentic-hero-1 {
  margin-top: -82px;
}

#business-hero-1.merchant-hero-1 {
  margin-top: -105px;
}

#business-hero-1.transac-hero-1 {
  margin-top: -112px;
}

#business-hero-1.budget-hero-1 {
  margin-top: -90px;
}

#business-hero-2 {
  margin-top: -105px;
}

#business-hero-2.pos-hero-2,
#business-hero-2.agentic-hero-2 {
  margin-top: -60px;
}

#business-hero-3 {
  margin-top: -105px;
}

#business-hero-3.pos-hero-3 {
  margin-top: -82px;
}

#business-hero-4 {
  margin-top: -122px;
}

@media (max-width: 768px) {
  #business-hero-1,
  #business-hero-1.pos-hero-1,
  #business-hero-1.agentic-hero-1,
  #business-hero-1.merchant-hero-1,
  #business-hero-1.transac-hero-1,
  #business-hero-1.budget-hero-1,
  #business-hero-2,
  #business-hero-2.pos-hero-2,
  #business-hero-2.agentic-hero-2,
  #business-hero-3,
  #business-hero-3.pos-hero-3, 
  #business-hero-4 {
    margin-top: 0;
  }
}

.new-business:nth-child(1) {
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/wave-1-scaled.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.new-business:nth-child(3) {
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/wave-2-scaled.webp");
  background-size: cover;
  background-position-y: bottom;
}

.new-business:nth-child(7),
.new-business:nth-child(5),
.new-business:nth-child(9) {
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/wave-3-scaled.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

@media (max-width: 768px) {
  body.page-template-page-business {
    padding-top: 50px;
  }

  .new-business:nth-child(1) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-1-scaled.webp");
    background-size: cover;
    background-position-y: bottom;
  }

  .new-business:nth-child(1) .container {
    /* padding-top: 144px; */
    padding-top: 50px;
  }

  .new-business:nth-child(3) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-2-scaled.webp");
    background-size: cover;
    background-position-y: bottom;
  }

  .new-business:nth-child(3) .container {
    padding-top: 180px;
  }

  .new-business:nth-child(5) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-3-scaled.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .new-business:nth-child(5) .container {
    padding-top: 180px;
    padding-bottom: 155px;
  }

  .new-business:nth-child(6) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-4-scaled.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .new-business:nth-child(7) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-5-scaled.webp");
    background-size: cover;
  }

  #icon-builders .container {
    padding: 150px 50px 150px;
  }

  .new-business:nth-child(9) {
    background-size: cover;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    background-image: url(https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-5-scaled.webp);
  }
}

/* #wave-1 {
  position: absolute;  width: 100%;
  top: -14vh;
  left: 0;
}

#wave-2 {
  position: absolute;
  width: 59%;
  top: -4px;
  right: -36px;
}

#wave-3 {
  position: absolute;
  width: 100%;
  top: 0;
  right: -4vh;
}

#wave-4 {
  width: 100%;
  position: absolute;
  top: 22px;
} */

#contact-banner h2 {
  color: #3f52c7;
}

#contact-banner p {
  color: #000;
}

#contact-banner button,
#contact-banner button:hover {
  display: block;
  color: #fff;
  background-color: #3f52c7;
  border-color: #3f52c7;
}

#contact-banner .flex-box__icon {
  background-color: #fdfdfd;
  border-radius: 10px;
  padding: 20px 20px 10px;
  align-items: flex-start;
  box-shadow: 0px 4px 13.4px 4px rgba(0, 0, 0, 0.25);
  width: 174.91px;
}

#contact-banner .flex-box__icon h4 {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}

#contact-banner .flex-box__icon .icon__img {
  background-color: #3f52c7;
}

#contact-banner .flex-box__cards-item:nth-child(1) {
  right: 130px;
  position: relative;
  transform: rotate(-9.04deg);
  z-index: 1;
}

#contact-banner .flex-box__cards-item:nth-child(2) {
  transform: rotate(13.01deg);
  position: relative;
  /* top: -18px; */
  /* top: -100px; */
  top: -60px;
  left: 25px;
  z-index: 3;
}

#contact-banner .flex-box__cards-item:nth-child(3) {
  transform: rotate(13.01deg);
  position: relative;
  top: -150px;
  left: -120px;
  z-index: 2;
}

@media (max-width: 768px) {
  #contact-banner .container {
    padding-top: 50px;
  }

  #contact-banner .flex-box__text,
  #contact-banner .flex-box__cards {
    width: 100%;
  }

  #contact-banner .flex-box__cards-item:nth-child(1) {
    right: 75px;
  }

  #contact-banner .flex-box__cards-item:nth-child(2) {
    left: 80px;
  }

  #contact-banner .flex-box__cards-item:nth-child(3){
    left: -50px;
  }

  #contact-banner .flex-box__text {
    text-align: center;
  }

  #contact-banner button {
    margin: auto;
  }

  #contact-banner p {
    width: fit-content;
  }
}

.header-switch {
  /* padding: 0px 10px;
  margin: 0px 1.5rem; */
  padding: 0px 10px;
  margin: 25px 1.5rem;
}

.header-switch__box {
  background: #fff;
  display: flex;
  border-radius: 50px;
  border: 1px solid #3f52c7;
  padding: 3px;
}

.header-switch a,
.mobile-primary-navigation .header-switch a {
  /* font-family: "Karla"; */
  font-family: "Altone";
  padding: 10px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.header-switch a:focus,
.mobile-primary-navigation .header-switch a:focus {
  background: #3f52c710 !important;
}

.header-switch a.active,
.mobile-primary-navigation .header-switch a.active {
  color: #fff;
  background: #3f52c7;
}

.header-switch a,
.header-switch a.active {
  /* font-family: var(
    --font-base,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  ); */
  font-family: "Altone";
  font-size: 15.75px;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 24px !important;
  text-decoration: none;
  display: block;
}

.mobile-primary-navigation .header-switch a,
.mobile-primary-navigation .header-switch a.active {
  font-size: 16px;
}

/* nav#site-navigation-business {
  width: 100%;
  text-align: right;
} */

@media (max-width: 768px) {
  .header-switch {
    margin: 0;
  }

  .header-switch a,
  .header-switch a.active {
    padding: 10px;
  }
}

/* ----------------page-login---------------- */
#login-section {
  /* height: 100vh; */
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-image: url(https://www.uthrive.cc/wp-content/uploads/2025/05/wave-1-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

#login-form {
  width: 90%;
  max-width: 500px;
  flex-grow: 1;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 13.4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 25vh;
}

#login-form h4 {
  font-family: "Altone";
  font-size: 16px;
}

#login-form .wpforms-submit-container {
  text-align: center;
}

#login-form .wpforms-submit-container button[type="submit"],
#login-form .wpforms-submit-container button[type="submit"]:hover {
  font-size: 18px;
  color: #fff;
  background-color: #3f52c7;
  border-radius: 50px;
  padding: 10px 30px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
  border-radius: 10px;
}

#login-form .wpforms-error-container {
  font-size: 16px;
  background: #ffcccc;
  padding: 20px;
  border-radius: 10px;
}

#login-form .wpforms-error-container p {
  color: red;
}

#login-section .login-title {
  text-align: center;
  margin: 70px 0px 100px;
}

#login-section .login-title h1 {
  font-size: 30px;
  font-family: "Altone";
  color: #3f52c7;
  font-weight: bold;
}

@media (max-width: 768px) {
  #login-form {
    padding: 0px;
    box-shadow: none;
  }

  #login-section {
    height: 80vh;
    background-image: none;
  }

  #login-section .login-title h1 {
    font-size: 25px;
  }

  #login-form input[type="text"],
  #login-form input[type="password"] {
    height: 50px;
    font-size: 20px;
  }

  #login-form .wpforms-submit-container button[type="submit"],
  #login-form .wpforms-submit-container button[type="submit"]:hover {
    font-size: 20px;
    width: 100%;
    margin-top: 30px;
  }
}

#site-navigation-business a {
  font-family: "Altone";
}
