@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.page-id-8991 {
  font-family: "Roboto", sans-serif;
}
a , a:hover {
  transition: all 300ms ease-in-out;
}
.free-trial-banner {
  padding: 100px 0;
}
.free-trial-banner .container-fluid{
  max-width: 1000px;
  margin: auto;
  padding: 0;
}
.free-trial-banner h1{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 63px;
  text-align: center;
  margin: 0;
}
.black > * {
  color: #161B1E;
}
.white > * {
  color: #FFFFFF;
}
.content {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.content p{
  margin: 0;
  padding-top: 25px;
}
.btn-main {
  display: flex;
  gap: 25px;
  padding-top: 25px;
  align-items: center;
  justify-content: center;
}
.btn-2 {
  width: 100%;
  max-width: 200px;
  height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-purple {
  background: #A989DE;
  border-radius: 25px;
  border: 1px solid #A989DE;
  color: #FFFFFF;
}
.btn-purple:hover {
  background: transparent;
  color: #A989DE;
}
.btn-sky {
  background: #78D6E2;
  border-radius: 25px;
  border: 1px solid #78D6E2;
  color: #FFFFFF;
}
.btn-sky:hover {
  background: transparent;
  color: #78D6E2;
}
.btn-transprent {
  background: transparent;
  border-radius: 25px;
  border: 1px solid #A989DE;
  color: #A989DE;
}
.btn-transprent:hover {
  background: #A989DE;
  color: #FFFFFF;
}

.hero-img {
  padding-top: 40px;
}
.hero-img img{
  margin:auto;
  border-radius: 32px;
  max-width: 100%;
  display: block;
}
.logo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 100px;
}

.comment-con-list {
  padding: 100px 0;
  background: linear-gradient(92.38deg, #78D6E2 1.59%, #A989DE 98.56%), #E1F4F5;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.comment-con-list .container-fluid,
.left-right-section .container-fluid,
.team-data .container-fluid {
  max-width: 1148px;
  margin: auto;
  padding: 0;
}
.comment-con-list h2,
.team-data h2,
.cta-section h2,
.faq-section h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.comment-con-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 491px;
  height: 335px;
  background: url('../assets/images/market-top.svg') no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
.comment-con-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 502px;
  height: 386px;
  background: url('../assets/images/market-bottom.svg') no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}
.icon-list-main {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 66px;
  gap: 70px;
  background: #F2F6F8;
  border-radius: 16px;
}
.list-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-inner img {
  display: block;
  margin: auto;
  max-width: 64px;
}
.list-inner p{
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #161B1E;
  text-align: center;
  margin: 0;
}
.left-right-section, .cta-section, .faq-section {
  padding: 100px 0;
}
.left-right-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.right-inner img{
  filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.15));
}
.icon-grid {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-grid .icon img{
  
  width: 100%;
  height: 100%;
  max-width: 64px;
}
.icon-grid .icon {
  margin-right: 30px;
  padding: 8px;
}
.icon-grid .content {
  text-align: left;
}
.icon-grid .content p.name {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  padding-top: 0;
}
.icon-grid .content p.dis {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  padding-top: 10px;
}
.left-right-section h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.left {
  width: 100%;
  max-width: 580px;
}
.team-data {
  padding: 100px 0;
  background: #F2F6F8;
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 50px;
}
.data-grid-card {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  height: 100%;
}
.data-grid-card .icon {
  background: #F2F6F8;
  border-radius: 20px;
  padding: 16px;
  width: fit-content;
  margin: auto;
}
.data-grid-card .content p.name {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.data-grid-card .content p.dis {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.team-data.style-2 {
  background: #FFFFFF;
}
.style-2 .data-grid-card:first-child {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.style-2 .data-grid-card h2 {
  text-align: left;
}
.team-data.style-2 .data-grid{
  row-gap: 34px;
  padding-top: 0;
}
.style-2 .data-grid-card:not(:first-child) {
  border-radius: 20px;
  background: #EBF2FA;
}
.style-2 .data-grid-card .icon {
    background: #fff;
    margin: auto 0;
}
.style-2 .data-grid-card .content p.name {
  padding-bottom: 10px;
  text-align: left;
}
.style-2 .data-grid-card .content p.dis {
  text-align: left;
}
.cta-section {
  background: linear-gradient(92.38deg, #78D6E2 1.59%, #A989DE 98.56%), #E1F4F5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-section::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 490px;
  height: 334px;  
  background: url('../assets/images/cta-top.svg') no-repeat right top;
  background-size: contain !important;
  z-index: -1;
}
.cta-section::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 501px;
  height: 324px;  
  background-size: contain !important;
  background: url('../assets/images/cta-bottom.svg') no-repeat left bottom;
  z-index: -1;
}

.cta-section .content p{
  padding-top: 20px;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.faq-section {
  background: #ffffff;
}
.faq-section .container-fluid{
  max-width: 900px;
  margin: auto;
  padding: 0;
}
.faq-main {
  padding-top: 40px;
}
.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-title h3 {
    width: calc(100% - 12px);
    padding-right: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.faq-title .faq-number span {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  padding: 0 10px 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.faq-title h3 span {
    width: 20px;
    display: block;
    margin-right: 10px;
}
.faq-title .arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.faq-main.active .arrow {
  transform: rotate(0);
}
.faq-content { 
  display: none; 
}
.faq-title {
  color: #4B1B8E;
  cursor: pointer;
}
.faq-content {
  margin-top: 10px;
  border-top: 1px solid #4B1B8E;
}
.faq-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.faq-content .content > * {
  padding-top: 10px;
}
.faq-sub p {
  padding-top: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.faq-btn {
  padding-top: 40px;
}
.comment-con-list .content {
  max-width: 852px;
  margin: auto;
}
@media (max-width: 1200px) {
  .free-trial-banner h1 {
    font-size: 45px;
    line-height: 54px;
  }
  .icon-list-main {
    padding: 20px 36px;
    gap: 20px;
    max-width: 90%;
    margin: 40px auto 0;
  }
  .list-inner p {
    font-size: 24px;
    line-height: 34px;
  }
  .icon-grid .content p.name {
    font-size: 24px;
    line-height: 34px;
  }
  .icon-grid .content p.dis {
    font-size: 18px;
    line-height: 26px;
  }
  .comment-con-list .container-fluid,
  .left-right-section .container-fluid,
  .team-data .container-fluid {
    padding: 0 40px;
  }
  .left-right-inner {
    gap: 30px;
  }
  .left {
    width: 100%;
    max-width: 50%;
  }
  .free-trial-banner, .comment-con-list ,
  .left-right-section, .team-data, .cta-section , .faq-section {
    padding: 80px 0;
  }
  .cta-section::before {
    width: 400px;
  }
  .cta-section::after {
    width: 400px;
  }
  .logo-grid {
    gap: 40px;
  }
  .list-inner p ,
  .data-grid-card .content p.name {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 991px) {
  .free-trial-banner h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .free-trial-banner .container-fluid, .cta-section .container-fluid {
    padding: 0 24px;
  }

  .logo-grid {
    padding: 80px 25px 0;
  }

  .icon-list-main {
    max-width: 100%;
  }
  .left-right-inner {
    gap: 20px;
  }
  .data-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .comment-con-list .container-fluid,
  .left-right-section .container-fluid,
  .team-data .container-fluid {
    padding: 0 30px;
  }
  .faq-section .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 768.99px) {
  .list-inner {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .list-inner p{
    text-align: left;
    padding-top: 0;
    padding-left: 20px;
    font-size: 22px;
    line-height: 36px;
  }
  .icon-list-main {
    margin-top: 40px;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px;
    gap: 0;
    width: fit-content;
  }
  .list-inner:not(:first-child) {
    margin-top: 40px;
  }
  .comment-con-list::before{
    background: url('../assets/images/market-top-mob.svg') no-repeat center;
    width: 278px;
    height: 240px;
  }
  .comment-con-list::after{
    background: url('../assets/images/market-bottom-mob.svg') no-repeat center;
    width: 307px;
    height: 220px;
    transform: translateY(-130%);
  }
  .icon-grid .content p.name {
    font-size: 22px;
    line-height: 32px;
  }
  .icon-grid .content p.dis {
    font-size: 16px;
    line-height: 24px;
  }
    .cta-section::before{
    width: 278px;
    height: 237px;  
    background: url('../assets/images/cta-top-mob.svg') no-repeat right top;
  }
  .cta-section::after{
    width: 304px;
    height: 208px; 
    background: url('../assets/images/cta-bottom-mob.svg') no-repeat left bottom;
  }
}
@media (max-width: 767px) {
    .comment-con-list .container-fluid,
  .left-right-section .container-fluid,
  .team-data .container-fluid {
    padding: 0 24px;
  }
  .content  {
    font-size: 18px;
  }
  .free-trial-banner h1{
    font-size: 36px;
    line-height: 42px;
  }
  .content p {
    padding-top: 20px;
  }
  .comment-con-list .content p {
    padding-top: 25px;
  }
  .btn-main {
    gap: 0;
    padding-top: 20px;
  }
  .btn-2 {
    font-size: 16px;
    line-height: 19px;
    max-width: fit-content;
    width: 100%;
    padding: 0 30px;
  }
  .btn-main a:not(:first-child) {
    margin-left: 25px;
  }
  .logo-grid {
    gap: 0;
    padding: 80px 0 0;
  }
  .logo-img:not(:first-child) {
    margin-left: 22px;
  }
  .comment-con-list::after{
    transform: translateY(-140%);
  }
  .right {
    display: none;
  }
  .left-right-section h2, 
  .team-data h2,
  .cta-section h2,
  .faq-section h2 {
    text-align: center;
    font-size: 28px;
    line-height: 43px;
  }
  .left {
    width: 100%;
    max-width: 100%;
  }
  .data-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .data-grid-card:not(:first-child) {
    margin-top: 20px;
  }
  .data-grid-card .icon-wrapper {
    display: flex;
    align-items: center;
  }
  .data-grid-card .icon {
    border-radius: 16px;
    padding: 14px;
    width: 100%;
    margin: 0 20px 0 0 !important;
    max-width: 60px;
  }
  .data-grid-card .content p.name {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .data-grid-card {
    padding: 30px 26px;
    height: auto;
  }
  .data-grid-card .content p.dis {
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
    text-align: left;
  }
  .style-2 .data-grid-card:first-child {
    justify-content: center;
  }
  .team-data.style-2 .data-grid {
    gap: 0;
  }
  .style-2 .data-grid-card .content p.name {
    padding-bottom: 0;
  }
  .left-right-section h2 {
    max-width: 320px;
    margin: auto;
  }
  .style-2 .data-grid-card h2 {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .comment-con-list::after{
    transform: translateY(-120%);
  }
  .list-inner img {
    max-width: 45px;
  }
  .list-inner:not(:first-child) {
    margin-top: 20px;
  }
  .list-inner p {
    font-size: 18px;
    line-height: 28px;
  }
  .btn-2 {
    width: 180px;
    max-width: 100%;
  }
  .btn-main a:not(:first-child) {
    margin-left: 15px;
  }
  .free-trial-banner .btn-main {
    flex-direction: column;
  }

  .free-trial-banner .btn-main a:not(:first-child) {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 340px) {
  .comment-con-list::after {
    transform: translateY(-160%);
  }

}


body.page-template-template-landing-page .navbar {
  background: transparent !important;
}
@media (min-width: 768px) {
    body.page-template-template-landing-page .navbar {
        height: 100px;
    }
}
@media (max-width: 575.98px) {
  body.page-template-template-landing-page::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 519px;
    background-color: #FFF;
    background-image: url("../assets/images/hero-grediant.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right !important;
    z-index: -1;
  }
}
@media (min-width: 576px) {
  body.page-template-template-landing-page::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../assets/images/hero-grediant.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right top !important;
    height: 632px !important;
    width: 714px;
  }
}


/* Branded-QR start */
.hero-section .container-fluid {
  max-width: 1195px;
  margin: auto;
  padding: 0;
}

.hero-section h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 63px;
  margin: 0;
}

.hero-section h1 strong {
  color: #a989da;
  font-weight: 600;
}

.hero-section .content {
  text-align: left;
}

.hero-section .creating-btn {
  justify-content: flex-start;
  padding-top: 35px;
}

.hero-section .left-right-inner {
  justify-content: space-between;
  gap: 80px;
}

.hero-section .left-right-inner .left {
  max-width: 644px;
}

.hero-section .right-inner img {
  filter: none;
}

.team-qr-code-section {
  background: white;
  padding-top: 0;
}

.team-qr-code-section .data-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-qr-code-section .data-grid-card {
  background: #F2F6F8;
  padding: 30px 26px;
  width: calc(33% - 20px);
  height: 100%;
  min-height: 396px;
}

.team-qr-code-section .data-grid-card .icon {
  background: white;
}

.team-qr-code-section .data-grid-card .content p.name {
  padding-bottom: 0;
}

.link-qr-code-section .content p,
.perfect-section .content p {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 35px;
}

.link-qr-code-section .steps {
  margin: 40px 0;
}

.link-qr-code-section .step-list-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 76px;
}

.link-qr-code-section .step-list-main .list-inner {
  width: calc(33% - 76px);
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.link-qr-code-section .step-list-main .list-inner img {
  max-width: 340px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.15));
}

.link-qr-code-section .step-list-main .list-inner .name {
  max-width: fit-content;
  padding: 30px 0 20px;
}

.team-qr-code-section .data-grid-card .content,
.link-qr-code-section .step-list-main .list-inner .des p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.link-qr-code-section .step-list-main .step-img img {
  display: none;
}

.perfect-section {
  background: white;
  padding-bottom: 0 !important;
}

.perfect-section .data-grid {
  grid-template-columns: repeat(2, 1fr);
}

.perfect-section .data-grid-card {
  background: #EBF2FA;
}

.perfect-section .data-grid-card .icon {
  background: white;
  margin: 0 20px 0 0 !important;
}

.perfect-section .data-grid-card .icon-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.perfect-section .data-grid-card .content.dis {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.perfect-section .data-grid-card .content p.name {
  padding: 0;
  text-align: left;
}

.perfect-section .data-grid-card .content p {
  padding-top: 20px;
}

.link-qr-code-section .step-list-main {
        padding: 50px 0 0 0;
        position: relative;
}
.link-qr-code-section .step-list-main::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    width: calc(100% - 348px);
    height: 1px;
    background-color: #283339;
    transform: translateX(-50%);
}
.link-qr-code-section .step-list-main .list-inner span {
    background-color: #fff;
    border-radius: 20px;
    color: #161B1E;
    font-size: 26px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.link-qr-code-section .step-list-main .list-inner .name {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.link-qr-code-section .step-list-main .list-inner span.mobile-step {
  display: none;
}

@media (max-width: 992.98px) {

  .link-qr-code-section .step-list-main .list-inner {
    width: calc(100% - 0px) !important;
    flex-flow: column;
  }

  .link-qr-code-section .step-list-main .list-inner .name {
    padding: 0 0 20px !important;
  }

  .link-qr-code-section .step-list-main::before,
  .link-qr-code-section .step-list-main .list-inner span.desktop-step {
    display: none;
  }

  .link-qr-code-section .step-list-main .list-inner span.mobile-step {
    display: flex;
  }

  .link-qr-code-section .step-list-main .list-inner span {
    margin: 20px auto 10px;
  }
}

/* Responsive */
@media (max-width: 1440px) {
  .hero-section h1 {
    font-size: 48px;
    line-height: 57px;
  }
}

@media (max-width: 1200px) {
  .hero-section .container-fluid {
    padding: 0 24px;
  }

  .hero-section .left-right-inner {
    gap: 50px;
  }

  .hero-section h1 {
    font-size: 45px;
    line-height: 54px;
  }

  .link-qr-code-section .step-list-main {
    gap: 50px;
  }

  .link-qr-code-section .step-list-main .list-inner {
    width: calc(33% - 50px);
  }
}

@media (max-width: 1095px) {
  .team-qr-code-section .data-grid-card {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
.hero-section h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .hero-section .left-right-inner {
    gap: 40px;
  }

  .link-qr-code-section .step-list-main {
    gap: 0;
  }

  .link-qr-code-section .step-list-main .list-inner {
    margin-bottom: 40px;
  }

  .link-qr-code-section .step-list-main .list-inner:last-child {
    margin-bottom: 0;
  }

  .team-qr-code-section .data-grid-card {
    width: calc(50% - 20px);
    min-height: 362px;
  }

  .team-qr-code-section h2,
  .link-qr-code-section h2,
  .perfect-section h2 {
    font-size: 30px;
    line-height: 40px
  }
}

@media (max-width: 833px) {
  .team-qr-code-section .data-grid-card {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  .hero-section .left-right-inner {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .hero-section .left-right-inner .left {
    margin-bottom: 40px;
  }

  .hero-section h1 {
    font-size: 32px;
    line-height: 38px;
  }
  
  .hero-section .content {
    text-align: center;
  }

  .hero-section .creating-btn {
    justify-content: center;
  }

  .hero-section .left-right-inner .right {
    display: block;
  }

  .team-qr-code-section .data-grid-card .content p.name {
    line-height: 26px;
  }

  .team-qr-code-section .data-grid-card {
    width: calc(100% - 0px);
    height: auto;
    min-height: auto;
  }

  .link-qr-code-section .steps {
    display: none;
  }

  .link-qr-code-section .step-list-main .step-img img {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
  
  .link-qr-code-section .step-list-main .list-inner .name {
    padding: 0 0 10px !important;
  }

  .perfect-section .data-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .perfect-section .data-grid-card {
    padding: 30px 26px;
  }

  .team-qr-code-section .data-grid-card .content p {
    text-align: left;
  }

  .team-qr-code-section .data-grid-card .content,
  .link-qr-code-section .step-list-main .list-inner .des p,
  .perfect-section .data-grid-card .content.dis {
    font-size: 16px;
    line-height: 26px;
  }

  .link-qr-code-section h2,
  .qr-code-icon-grid-wrapper h2 {
    max-width: 300px;
    margin: 0 auto;
  }

  .data-grid {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .link-qr-code-section .step-list-main .list-inner img {
    max-width: 100%;
    padding: 0 22px;
  }
}
/* Branded-QR end */

.cta-section.style2 .btn-sky {
        font-family: "Roboto", sans-serif;
        font-weight: 400;  
    }
    .cta-section.style2 .btn-sky:hover {
        background-color: #fff;              
    }
    .cta-section.style2 .btn-sky-transparent {
        border: 1px solid #fff;
        border-radius: 100px;
        padding: 15px 10px;
        max-width: 220px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        background-color: #95A8E0;
    }
    .cta-section.style2 .btn-sky-transparent:hover {
        background-color: #fff;
        color: #78D6E2;
    }
    @media (max-width: 767.98px) {
        .cta-section.style2 h2 {
            font-size: 36px;
        }
        .cta-section.style2 .btn-main {
            flex-flow: column;
            row-gap: 0;
            padding-top: 40px;
        }

        .cta-section.style2 .btn-main a:first-child {
          margin-bottom: 20px;
        }

        .cta-section.style2 .btn-sky-transparent {
            margin: 0;
        }
        .cta-section.style2 .btn-2 {
            max-width: 220px;
            width: 100%;
        }
    }

    .feature-highlights-wrapper {
        padding: 100px 0;
    }
    .feature-highlights-wrapper .feature-highlights-top {
        text-align: center;      
    }
    .feature-highlights-wrapper .feature-highlights-top .content p {
        font-size: 18px;
        padding: 30px 0 0 0;
    }
    .feature-highlights-wrapper .fh-row {
        display: flex;
        align-items: center;
        flex: 0 0 100%;
        column-gap: 40px;
        padding: 50px 0 0 0;
    }
    .feature-highlights-wrapper .fh-col .fh-col-grid {
        display: flex;
        flex-flow: column;
        row-gap: 0;
    }

    .feature-highlights-wrapper .fh-col .fh-col-grid .fh-content {
      margin-bottom: 30px;
    }

    .feature-highlights-wrapper .fh-col .fh-col-grid .fh-content:last-child {
      margin-bottom: 0;
    }
    
    .feature-highlights-wrapper .fh-col span {
      font-size: 26px;
      font-weight: 400;
      color: #161B1E;
      font-family: "Roboto", sans-serif;
    }
    .feature-highlights-wrapper .fh-col p {
        font-size: 20px;
        font-weight: lighter;
        margin: 0;
    }
    .feature-highlights-wrapper .container-fluid {
        padding: 0 40px;
    }

    .qr-code-icon-grid-wrapper {
        background-color: #EBF2FA;
        padding: 100px 0;
    }

    .container-fluid {
        max-width: 1168px;
        margin: auto;
        padding: 0;
    }

    .qr-code-icon-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 50px;
    }

    .qr-code-icon-grid .title-black {
        max-width: 330px;
    }

    .title-black h2 {
        font-size: 36px;
        color: #161B1E;
        line-height: 50px;
        padding: 0;
        margin: 0;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }    

    .qr-code-icon-grid-content {
        max-width: 740px;
    }

    .qr-code-icon-grid-content p {
        color: #161B1E;
        font-size: 20px;
        font-weight: lighter;
        margin: 0;
    }

    .qr-code-icon-row {
        padding: 40px 0 0 0;
        display: flex;
        flex: 0 0 100%;
        column-gap: 20px;
    }

    .qr-code-icon-row .bx .img img {
        border-radius: 12px;
        width: 100%;
        height: 127px;
        object-fit: cover;
    }

    .qr-code-icon-row .bx .bx-content {
        padding: 20px 0 0 0;
    }

    .qr-code-icon-row .bx .bx-content h3 {
        font-size: 26px;
        color: #161B1E;
        line-height: 35px;
        padding: 0;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .qr-code-icon-row .bx .bx-content a {
        font-size: 18px;
        color: #4B1B8E;
    }

    .qr-code-icon-row .bx .bx-content a:hover {
        color: #161B1E;
    }

    @media (max-width: 1024px) {
        .feature-highlights-wrapper { 
            padding: 80px 0;
        }
        
        .feature-highlights-wrapper .fh-row {
            flex-flow: wrap;
            padding: 30px 0 0 0;
        }
        .feature-highlights-wrapper .fh-col .fh-col-grid {
            padding: 30px 0 0 0;
        }
        .feature-highlights-wrapper .fh-col span {
            font-size: 22px;
        }
        .feature-highlights-wrapper .fh-col p {
            font-size: 18px;
        }
        .feature-highlights-wrapper .fh-row .fh-col:nth-child(1) {
            order: 2;
        }
        .feature-highlights-wrapper .fh-row .fh-col:nth-child(2) {
            order: 1;
            width: 100%;
        }
        .feature-highlights-wrapper .fh-row .fh-col .img {
            text-align: center;
            width: 100%;
        }

        .qr-code-icon-grid-wrapper {
            padding: 80px 0;
        }

        .qr-code-icon-grid {
            padding: 0 25px;
        }

        .qr-code-icon-grid-content {
            padding: 15px 0 0 0;
            max-width: 100%;
        }

        .title-black h2 {
            font-size: 30px;
            line-height: 40px;
        }

        .qr-code-icon-row .bx .bx-content h3 {
            font-size: 22px;
            line-height: 29px;
        }
    }
    
    @media (max-width: 992px) {
        .feature-highlights-wrapper .container-fluid,
        .qr-code-icon-grid-wrapper .container-fluid {
            padding: 0 30px;
        }
        .qr-code-icon-grid {
            padding: 0;
        }
    }

    @media (max-width: 767.98px) {
        .qr-code-icon-grid {
            text-align: center;
            justify-content: center;
        }

        .qr-code-icon-grid .title-black {
            max-width: 100%;
        }

        .qr-code-icon-row {
            flex-flow: wrap;
            row-gap: 0;
        }

        .qr-code-icon-row .bx {
          margin-bottom: 30px;
        }

        .qr-code-icon-row .bx:last-child {
          margin-bottom: 0;
        }

        .qr-code-icon-row .bx {
            width: 100%;
        }

        .qr-code-icon-row .bx .img img {
            height: auto;
        }

        .qr-code-icon-row .bx .bx-content h3 {
            font-size: 26px;
        }

        .title-black h2 {
            font-size: 28px;
            line-height: 43px;
        }

        .qr-code-icon-row .bx .bx-content {
            text-align: left;
            padding: 12px 0 0 0;
        }

        .feature-highlights-wrapper .container-fluid,
        .qr-code-icon-grid-wrapper .container-fluid {
            padding: 0 24px;
        }
    }