@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src: local("Montserrat"), local("Montserrat"),
    url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextra_bold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemi_bold";
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratultra_light";
src: url("../fonts/montserrat-ultralight-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@keyframes move {
  0% {
    left: 65%;
    height: 120px;
    width: 120px;
  }
  50% {
    left: 70%;
    height: 100px;
    width: 100px;
  }
  100% {
    left: 65%;
    height: 120px;
    width: 120px;
  }
}

@keyframes zoom {
  0% {
    height: 200px;
    width: 200px;
    margin-left: 0;
    margin-top: 0;
  }
  50% {
    height: 400px;
    width: 400px;
    margin-left: -100px;
    margin-top: -100px;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: 0;
    margin-top: 0;
  }
}

.o-scroll {
  background-color: #fff !important;
}
.scroll_div_arrow {
  display: block;
  text-align: right;
}

.bganim {
  background: linear-gradient(90deg, #e5e8ff, #d9fffa, #fff6a1, #ffbd53);
  background-size: 600% 600%;

  -webkit-animation: cover_bg 10s ease infinite;
  -moz-animation: cover_bg 10s ease infinite;
  animation: cover_bg 10s ease infinite;
  padding-bottom: 20vh;
}
.banner_bg_main {
  background: url("/assets/images/mesh_gr.png") repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0.8;
  top: 0%;
  background-size: cover;
}
.bganim1 {
  background: url("../images/bg2.png") no-repeat;
  background-size: cover;
  -webkit-animation: cover_bg 10s ease infinite;
  -moz-animation: cover_bg 10s ease infinite;
  animation: cover_bg 10s ease infinite;
  padding-bottom: 13vh;
  margin-bottom: 0;
  padding-top: 15vh;
}

@-webkit-keyframes cover_bg {
  0% {
    background-position: 0% 32%;
  }
  50% {
    background-position: 100% 69%;
  }
  100% {
    background-position: 0% 32%;
  }
}
@-moz-keyframes cover_bg {
  0% {
    background-position: 0% 32%;
  }
  50% {
    background-position: 100% 69%;
  }
  100% {
    background-position: 0% 32%;
  }
}
@keyframes cover_bg {
  0% {
    background-position: 0% 32%;
  }
  50% {
    background-position: 100% 69%;
  }
  100% {
    background-position: 0% 32%;
  }
}

.o-h1,
h1 {
  font-size: 3.5vw;
  text-transform: none;
}
.o-h1,
h2 {
  font-size: 3.5vw;
  text-transform: none;
}

.round {
  width: 100px;
  height: 100px;
  background: linear-gradient(100deg, #ffecbc, #46caff);
  border-radius: 50%;
  left: 70%;
  display: block;
  position: relative;
  -webkit-animation: move 10s ease infinite;
  -moz-animation: move 10s ease infinite;
  animation: move 10s ease infinite;
}

.round_2 {
  width: 361px;
  height: 361px;
  background: linear-gradient(180deg, #ffe2b3 0%, #ff6f6f 100%);
  opacity: 0.3;
  transform: rotate(10.82deg);

  border-radius: 50%;
  right: 0%;
  top: 200px;
  display: block;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
}
.round_12 {
  top: 70px;
  left: 0%;
}
.fade_bg {
  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
  width: 800px;
  height: 652px;

  background-color: #ffdf00;
  margin-left: -400px;
}

.c-header_line,
.c-header_title {
  top: 15%;
  left: 20%;
}
.scaner {
  position: relative;
  border-radius: 29px;
  border: 4px solid #ffdfab;
  width: 190px;
  height: 190px;
  top: 0px;
  margin: 0 auto 50px;
  padding: 20px;
  background: #fff;
}

.c-direction-block_item.-six {
  top: -666px;
  transform: translateX(66vw) rotate(0deg);
}

.cover_bt {
  background: linear-gradient(270deg, #fe7477 0%, #ff8c8f 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -7px -7px 15px #deefff, 7px 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  padding: 10px 15px;
  color: #fff;
}
.yellowcurve {
  background-color: none;
  background: url("/assets/images/bg_blue1.svg") no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -22vh;
  padding-top: 70px;
  padding-bottom: 40vh;
}

.bluewave {
  background: url("/assets/images/bg_lightblue1.svg") no-repeat 100%;

  background-size: cover;
  background-position: top;
  margin-top: -27vh;
  padding-top: 90px;

  padding-bottom: 25vh;
}

.bluewave2 {
  background: url("/assets/images/bg_lightgrey1.svg") no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -27vh;
  padding-top: 28px;

  padding-bottom: 24vh;
}
.bluewave6 {
  background: url("/assets/images/bg_blue2.svg") no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -28vh;
  padding-top: 25px;
  padding-bottom: 45vh;
}
.yellowwave2 {
  background: url("/assets/images/bg_yellow.svg") no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -20vh;
  padding-top: 0px;
  padding-bottom: 40vh;
}
.brandbg {
  background: url("/assets/images/bg_lightblue2.svg") no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -20vh;
  padding-top: 22vh;
  padding-bottom: 27vh;
}
.buy_favorite_section {
  padding: 21vh 0 30vh;
  background: url("/assets/images/wide_seller_bg.png") no-repeat,
    url("/assets/images/know_more_bg.png") no-repeat;
  background-position: bottom, bottom;
  background-size: 100% 30%, cover;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.buy_favorite_section .affordability_circle {
  width: 40%;
}
.buy_favorite_section .eligibility_circle {
  width: 30%;
}
.clientbg {
  background-size: cover;
  background-position: top;
  margin-top: -20vh;
  padding-top: 0px;
  padding-bottom: 200px;
}
.trust_pointers {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: black;
  font-weight: 500;
  line-height: 130%;
  margin: 3rem 0;
  font-weight: 700;
  text-align: left;
}
.trust_pointers > div {
  padding-left: 0px;
}
.education_loan_description {
  font-size: 24px;
  line-height: 175%;
  font-family: "Montserrat", sans-serif;
  margin: 3rem 0 2rem;
}
.education_loan_description + * {
  font-family: "Montserrat", sans-serif;
}
.underline_button {
  font-size: 24px;
  font-weight: 700;
  text-decoration-line: underline;
  outline: none;
  border: none;
  background-color: transparent;
}
.sub_heading_3 {
  font-size: 32px;
  color: black;
  line-height: 200%;
  font-family: "Montserrat", sans-serif;
}
.liked_pb {
  background-size: cover;
  background-position: top;
  margin-top: -20vh;
  padding-top: 90px;
  padding-bottom: 320px;
}

.footer_bg_new {
  background: url("/assets/images/footer_bg_1.png") #fff no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -22vh;
  padding-top: 40px;
  padding-bottom: 3vh;
}
.footer_bg_new_inner {
  margin-top: 0vh;
}
.innerpage_bg {
  margin: 0;
  padding: 0;
}
.innerpage_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #000000;
  margin: 20px 0 0;
  text-align: justify;
}

.c-section_infos {
  width: auto;
  max-width: none;
  padding-top: 13vh;
}
.c-section {
  margin-bottom: 0;
  padding-bottom: 30vh;
}

/*Sticky Header*/
.o-scroll {
  background-color: none;
}
#flheader {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  color: #666;
  padding-left: 20px;
  border-bottom: 5px solid #ddd;
}
#flheader.clone {
  position: fixed;
  top: -65px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
body.down #flheader.clone {
  top: 0;
}

.scroll_div_arrow_bx {
  position: relative;
  z-index: 9999;
  text-align: center;
}
.scroll_div_arrow_bx img {
  position: static;
  bottom: 150px;
  right: 0;
  z-index: 9999;
  width: 26px;
}
.scroll_div_arrow_bx1 img {
  bottom: -50px;
}
.pop {
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}
.pop.is-inview {
  transform: scale(1);
  transition-delay: 0.3s;
}

.t_white {
  color: #fff;
}

header .menu_nav {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  z-index: 9999;
}
header .menu_nav ul.nav_bar {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header .menu_nav ul.nav_bar li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .menu_nav ul.nav_bar li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 74.1%;
  padding: 6px 15px;
  text-align: right;
  color: #1c568c;
  margin: 0 8px;
}
header .menu_nav ul.nav_bar li a:hover {
  text-decoration: none;
  color: #1c568c;
}
.bg_nav_active {
  /*	background: #FEB033;*/
  background: linear-gradient(90.11deg, #1c568c 0.06%, #1c568c 98.66%);
  /*	box-shadow: -7px -7px 15px rgba(255, 255, 255, 0.45), 7px 7px 15px rgba(0, 0, 0, 0.35);*/
  border-radius: 32px;
  color: #fff !important;
  font-weight: bold !important;
}
/*
.bg_nav1{
	border: 1px solid #1C568C;
	border-radius: 25px;
}
*/

.logo {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  margin-top: -11px;
}

.scrolling-words-container {
  display: flex;
  align-items: left;
  font-size: 60px;
  font-weight: 900;
  color: #1c568c;
  font-family: "Montserrat", sans-serif;
}

.scrolling-words-box {
  height: 5rem;
  overflow: hidden;
}
.scrolling-words-box ul {
  margin: 10px 0;
  padding: 0;
  animation: scrollUp 10s infinite;
}
.scrolling-words-box ul li {
  display: flex;
  align-items: left;
  height: 5rem;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  color: #1c568c;
}
@keyframes scrollUp {
  15%,
  25% {
    transform: translateY(-20%);
  }
  40%,
  50% {
    transform: translateY(-40%);
  }
  65%,
  75% {
    transform: translateY(-60%);
  }
  90%,
  100% {
    transform: translateY(-80%);
  }
}

.section_start .fisrt_heading h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 63px;
  font-style: normal;
  opacity: 1;

  color: #1c568c;
}
.section_start .fisrt_heading h1 span {
  display: contents;

  color: #feb033;
}
.section_start p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 500;

  line-height: 143.1%;
  color: #1c568c;
  margin-top: 11px;
}
.c-header_new {
  left: 0%;
}
.c-header1 {
  height: auto !important;
  min-height: auto !important;
}
.section_start img {
  margin: 30px 0 0 0px;
}
.fisrt_heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.w-100 {
  width: 100%;
}

.shop_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;
  color: #1c568c;
}

.shop_section h2 span {
  color: #feb033;
  display: inline;
  padding: 0;
}
.shop_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44.1px;
  color: #1c568c;
  margin: 22px 0 0;
  text-transform: initial;
}

.shop_section p span {
  font-weight: bold;
  display: inline;
  padding: 0;
}
.shop_section img {
  margin: -30px 0 0 0;
}

.shop_mob_card {
  position: relative;
  right: 0;
}
.shop_mob_card img {
  position: absolute;
  right: 2%;
  top: 90px;
}
.c-direction-block_wrapper {
  min-height: 110vh;
}
.c-direction-block_wrapper {
  min-height: 90vh;
}
.shop_section .shop_mob_card img {
  margin-top: 0px;
  width: 80%;
}
.extra_h2 {
  font-size: 62px !important;
}
.card_img {
  position: absolute;
  top: 69px;
  left: 2px;
}
.card_img img {
  width: 100%;
}
.limitless_section {
  padding-top: 50px;
}
/* edit area */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
/* edit end */
.limitless_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  color: #ffc05a;
  position: relative;
  display: flex;
}
.limitless_section h2 img {
  margin: 0 0 0 33px;
  position: absolute;
  bottom: 20px;
}
.limitless_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 144.1%;
  /* or 55px */
  color: #ffffff;
  margin: 10px 0 0;
}
.limitless_section p span {
  font-weight: 900;
}
.limitless_section h2 .lotti_img {
  width: 130px;
  height: 81px;
  margin: -22px 0 0 20px;
}
.cloude_1 {
  margin-top: 72px;
}
header {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99999;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

header.sticky {
  /* line-height: 14px; */
  /* height: 74px; */
  background: #fff !important;
  z-index: 9999;
}
.bganim2 {
  position: absolute;
  width: 100%;
}
.shop_mobile_img {
  display: block;
  margin: 0px 0 0;
  text-align: center;
}
.secrets_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  color: #1c568c;
  /*animation*/
  position: relative;
}
.secrets_section h2 img {
  margin: 0 0 0 33px;
  position: absolute;
  bottom: 20px;
}
.secrets_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 148%;
  /* or 55px */

  color: #353535;
  margin: 9px 0 0;
}
.gife_img {
  text-align: center;
  z-index: 99999;
  margin: 170px 0 0 0;
}
.gife_img_clude {
  margin: 100px 0 0;
}
.payments_section h2 {
  color: #1c568c;
}
.payments_section p {
  color: #353535;
  margin: 17px 0 0;
}

.lottie_img7 {
  width: 100%;
  margin: 73px 0 0;
}
.lottie_img2 {
  width: 163px;
  height: 300px;
  position: absolute;
  top: -132px;
  right: -4px;
}
.lottie_smile_img {
  position: absolute;
  right: 0;
  left: 0;
}
.lottie_smile_img_2 {
  position: relative;
  top: 110px;
}
.lottie_smile_img .lottie_smile_img1 {
  width: 100%;
  height: auto;
}
.lottie_smile_1 {
  width: 78px;
  height: auto;
  position: absolute;
  left: 39%;
  top: 27px;
  z-index: 222;
}
.lottie_smile_2 {
  width: 50px;
  height: auto;
  position: absolute;
  left: 29%;
  top: 149px;
  z-index: 222;
}
.lottie_smile_3 {
  width: 50px;
  height: auto;
  position: absolute;
  right: 9%;
  top: 38px;
  z-index: 222;
}
.lottie_smile_4 {
  width: 50px;
  height: auto;
  position: absolute;
  left: 14%;
  bottom: -7px;
  z-index: 222;
}
.work_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;
  color: #1c568c;
  position: relative;
  padding-left: 0;
  margin-left: -24px;
  /*animation*/
}
.work_section h2 img {
  margin: 0 0 0 0;
  position: absolute;
  bottom: 0;
  left: -27px;
}
.work_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 144.1%;
  color: #ffffff;
  margin: 9px 0 0;
}
.work_section ul.how_works {
  display: block;
  margin: 20px 0 30px;
  padding: 0;
}
.work_section ul.how_works li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  margin: 12px 0;
  line-height: 160%;
  list-style: none;
  position: relative;
  padding-left: 42px;
}

.work_section ul.how_works li::after {
  content: "";
  background: url("/assets/images/line_vertical.png");
  width: 6px;
  height: 45px;
  position: absolute;
  left: 0;
  margin: 0 0 0 0%;
}
.gife_img_cricle {
  margin: 155px 0 0 0;
}
.gife_img_cricle::after {
  content: "";
  position: absolute;
  top: 0px;
  background-image: url("/assets/images/mobile1.png");
  width: 508px;
  height: 336px;
  left: -15%;
  z-index: 0;
}

.brand_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;
  color: #1c568c;

  padding-left: 40px;
  text-align: center;
  justify-content: center;
}
.instant_img {
  margin-top: 65px;
}
.brand_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  /* identical to box height */
  text-align: center;

  color: #000000;
  padding-bottom: 45px;
}
.gife_img_carousal {
  margin: 0px 0 0;
}
.customer_section {
  margin: 125px 0;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}
.customer_section::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 3px solid #ffc05a;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.customer_section .cutomer_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
}
.happy_customer {
  position: relative;
}
.happy_customer:first-child::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -28%;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: #000;
}
.happy_customer:last-child::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -50%;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: #000;
}
.partner_section .cutomer_list p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.merchants {
  color: #1c568c;
}
.customers {
  color: #ffc05a;
}
.partners {
  color: #fe7477;
}
.cutomer_list span {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}
.banking_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;
  color: #1c568c;
  position: relative;
  padding: 0;
  text-align: left;
}
.banking_section h2 img {
  display: block;
}
.banking_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  text-align: left;
  color: #000000;
  margin: 14px 0 0;
}

.liked_section {
  display: block;
  margin: 0;
  padding: 135px 0 0;
}

.liked_text {
  background: #124676;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 110px 174px 110px 52px;
  position: relative;
  width: 43%;
  height: 100%;
  left: 6%;
}

.liked_text::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -3%;
  background: url("/assets/images/video_text.png");
  width: 506px;
  height: 375px;
}
.liked_text::before {
  content: "";
  position: absolute;
  top: 49px;
  right: -9%;
  background: url("/assets/images/quote.png");
  width: 67px;
  height: 50px;
  z-index: 999;
}
.liked_text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;

  color: #ffc05a;
  position: relative;
  padding: 0;
  text-align: left;
}
.slick-slider {
  margin-bottom: 0px;
}
.video_liked {
  width: 57%;
  position: relative;
  left: -6%;
  top: 101px;
}

.footer_section {
  display: block;
  margin: 0;
  padding: 36px 0 0;
}
.footer_top_section {
  margin: 10px 0 0;
}
.gif_top_mt {
  margin: 0;
}

.footer_logo {
  margin: 35px 0 30px;
}
.footer_link_box {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.footer_content {
  margin: 0px 0 0;
}
.footer_links p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 254.4%;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footer_links ul {
  margin: 0;
  padding: 0;
}
.footer_links ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_links ul li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 254.4%;

  color: rgba(255, 255, 255);
}
.footer_links ul li a:hover {
  text-decoration: none;
}
.footer_links img {
  display: block;
  margin: 20px 0 0px;
}

.footer_contact {
  background: #113964;
  display: flex;
  width: 54%;
  position: relative;
  right: -52px;
  margin: 0 auto;
  float: right;
  justify-content: space-around;
  align-items: center;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  padding: 6px 22px;
  top: -35px;
}

.footer_contact p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 254.4%;
  /* identical to box height, or 36px */
  color: #ffffff;

  opacity: 0.5;
  margin: 0;
}

.footer_contact a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 254.4%;

  opacity: 1;
  color: #ffc05a;
}
.footer_contact a:hover {
  color: #fff;
  text-decoration: none;
}
.footer_contact img {
  height: 18px;
  margin: -4px 0 0;
}
.footer_disclaimer {
  margin: 15px 0;
}
.footer_disclaimer p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  /* identical to box height */

  color: #ffffff;
  margin: 5px 0 0;
  opacity: 0.8;
}
.footer_disclaimer span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  /*	line-height: 254.4%;*/
  /* identical to box height, or 33px */

  color: #ffffff;
  opacity: 0.5;
}
.footer_dis_img {
  display: flex;
  margin: 10px 0;
}
.footer_dis_img img {
  margin-right: 25px;
}
.mouse_lottey {
  padding-top: 10vh;
}

.grid_view_hide1 {
  display: block;
}
.grid_view_hide {
  display: none;
}

.nav .sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 1000px;
  top: 0;
  right: 0;
  background-color: #1c568c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  box-shadow: 22px 28px 98px #000;
}

.nav .sidepanel a {
  padding: 37px 8px 4px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: left;
  text-transform: initial;
}
.hello_text {
  background: #313131;
  color: #fff;
  padding: 15px 28px 15px;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 21px 0;
  text-align: left;
}
.nav .sidepanel a:hover {
  color: #fff;
}

.nav .sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  color: #fff;
}

.nav .openbtn {
  font-size: 20px;
  cursor: pointer;
  /*    background-color: #fff;*/
  color: #1c568c;
  padding: 0px 0;
  border: none;
  position: absolute;
  right: 4%;
  top: -52%;
  border-radius: 16px;
}

.nav .openbtn:hover {
  background-color: #444;
}
.nav {
  display: none;
}
.nav ul.menu_togg {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.login_menu {
  padding: 0;
  list-style: none;
  margin: 3px 21px 0 0;
  text-align: right;
}
ul.login_menu li {
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  position: relative;
}
ul.login_menu li::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ccc;
  border-radius: 6px;
  right: -5px;
}
ul.login_menu li:last-child::after {
  display: none;
}
ul.login_menu li a {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* identical to box height, or 144% */
  text-decoration: none;
  text-align: center;

  color: #000000;
}
.bannner_section {
  display: block;
}
.banner_section_mob {
  display: none;
}
.shop_section_mob {
  margin-top: 40px;
}
.watch_lootie {
  width: 64px;
  height: 64px;
}
.thumb_lootie {
  width: 166px;
  height: 166px;
  margin-bottom: -50px;
  margin-left: -60px;
}
.clude_lottie {
  opacity: 0.08;
}
.work_pt_sec {
  padding-top: 22vh;
}
.slick-slider {
  margin-bottom: 0 !important;
}

.mob_gif img {
  height: 537px;
  border-radius: 42px;
  width: 257px;
}
.mob_gif::after {
  content: "";
  position: absolute;
  background: url("/assets/images/mob_bg.png") no-repeat;

  height: 552px;
  width: 311px;
  right: -51px;
  top: -9px;
  background-size: contain;
}
.works_google_pay {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #1c568c;
  margin: 12px 0;
  line-height: 160%;
  list-style: none;
  position: relative;
  padding-left: 42px;
}

.ban_carousel_mob .carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.ban_carousel_mob .carousel-inner {
  padding-top: 100%;
  display: block;
  content: "";
}
.ban_carousel_mob .carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ban_carousel_mob .caption {
  position: absolute;
  top: 75%;
  left: 0;
  /* transform: translateX(-50%) translateY(-50%); */
  width: 100%;
  z-index: 9;
  margin-top: 20px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.ban_carousel_mob .caption h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 152.9%;
  /* identical to box height, or 46px */
  text-align: center;

  color: #ffffff;
}
.ban_carousel_mob a.big-button {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}
.ban_carousel_mob a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}
.ban_carousel_mob a.view-demo {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
}
.ban_carousel_mob a.view-demo:hover {
  text-decoration: none;
  color: #333;
}

.ban_carousel_mob .carousel-indicators .active {
  background: #fff;
}
.ban_carousel_mob .carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}

.body1 .slick-slider .element {
  /*			  height:100px;*/
  /*			  background-color:#000;*/
  border-radius: 5px;
  display: inline-block;
  margin: 0px 5px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 15px;
}

.body1 .slick-slider .element img {
  width: 95%;
  -o-object-fit: contain;
  object-fit: contain;
}
.body1 .slick-prev {
  right: 31px;
  top: 448px;
  /*				left: inherit;*/
}
.body1 .slick-next {
  right: 0px;
  top: 448px;
}
.body1 .slick-list {
  height: auto;
}
.body1 .Furniture_bx {
  display: flex;
  justify-content: center;
  margin: 0px;
  color: #fff;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 152.9%;
  position: relative;
  top: -110px;
  width: 100%;
}
.slick-next:before {
  content: "→";
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #1c568c;
}
.slick-prev:before {
  content: "←";
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.enroll-btndiv {
  padding: 0 35px;
}
.enroll-btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
  width: 214px;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #1f5489;
}
#carouselExample {
  display: none;
}
.member-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 99px 104px;
}
.mem-imgCard {
  max-width: 100%;
  width: 42%;
  padding: 0 36px;
}
.memb-btm {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mem-borderbtm1 {
  width: 50%;
  border-bottom: 0.5px solid #555;
}
.mem-borderbtm2 {
  width: 50%;
  border-bottom: 0.5px solid #555;
}
.criteria-content {
  background: #1f5489;
  padding: 71px 140px 70px 140px;
}
.toparea-criteria h2 {
  color: #ededed;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  padding-bottom: 8px;
}
.toparea-criteria p {
  color: #c8c8c8;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
}
.membership-section {
  margin-top: 62px;
  padding: 38px 24px 38px;
  border-radius: 16px;
  background: rgba(209, 209, 209, 0.22);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.03);
}
.tier-membership {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #c4c4c4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
.tier-membership-L {
  padding: 0 0 27px 62px;
  font-size: 16px;
}
.tier-membership-R {
  padding: 0 65px 27px 0;
  font-size: 16px;
}
.diamond-member {
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  background: #fff;
}
.diamond-member h2 {
  color: #1f5489;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  padding: 32px 0 32px 60px;
}
.diamond-member p {
  color: #1f5489;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  padding: 32px 60px 32px 0;
}
.gold-silv-member {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 28px;
  border-radius: 12px;
  background: #1f5489;
}
.gold-silv-member h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  padding: 32px 0 32px 60px;
}
.gold-silv-member p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  padding: 32px 60px 32px 0;
}
.btm-criteria {
  margin-top: 43px;
}
.btm-criteria h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
}
.btm-criteria p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-top: 20px;
}
.badge-section {
  background: linear-gradient(285deg, #ffcf82 11.06%, #ffa63d 75.09%);
  padding: 96px 140px 72px 137px;
}
.badge-intro {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  padding: 0 0 89px 0;
}
.badge-intro h2 {
  color: #1f5489;
  font-size: 48px;
  font-weight: 700;
  line-height: 124%;
}
.badge-conditions p {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
  padding-top: 81px;
}
.badge-criteria {
  color: #1f5489;
  font-family: "Montserrat", sans-serif;
  font-size: 23.468px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
.badge-list1,
.badge-list2,
.badge-list3 {
  display: flex;
  flex-direction: row;
  padding-top: 64px;
}
.badge1,
.badge2,
.badge3 {
  width: 95px;
  height: 95px;
  font-size: 41px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}
.badge1-p,
.badge2-p,
.badge3-p {
  display: flex;
  align-items: center;
  padding-left: 27px;
}
.badge-btm {
  padding-top: 20px;
  width: 85%;
  border-bottom: 0.419px solid #5a5a5a;
}
.badge-enroll-section {
  margin-top: 49px;
}
.enroll-badge {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.enroll-btm1 {
  width: 80%;
  border-bottom: 0.419px solid #5a5a5a;
}
.enroll-btm2 {
  width: 8%;
  border-bottom: 0.419px solid #5a5a5a;
}
.prize-section {
  background-color: none;
  background: url("/assets/images/bg_blue1.svg") no-repeat 100%;
  background-size: cover;
  background-position: top;
  padding-top: 70px;
  padding-bottom: 40vh;
}
.prize-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prize-bxcontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
  font-family: "Montserrat", sans-serif;

  color: #111;
}
.prize-bxcontent h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 124%;
}
.prize-bxcontent p {
  font-size: 28px;
  font-weight: 600;
  line-height: 124%;
}
.merchant-btmsection {
  padding: 100px 140px 76px 140px;
  background: #1f5489;
}
.merchant-btm-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.merchant-btmdescrip {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 62px;
}
.merchant-btmdescrip h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 124%;
  color: #ededed;
  text-align: center;
  padding-bottom: 8px;
}
.merchant-btmdescrip p {
  font-size: 14px;
  font-weight: 500;
  line-height: 124%;
  color: #ededed;
}

.mtable-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mt-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  padding-bottom: 41px;
}
.m-task {
  color: #ededed;
  line-height: 124%;
  border-radius: 13.811px 0px 0px 0px;
  background: #0e3965;
  padding: 25px 152px;
}
.m-det {
  padding: 23px 160px;
  color: #cacaca;
  border-right: 0.432px solid #989898;
  background: #2066ac;
}
.m-earn {
  padding: 23px 107px;
  color: #cacaca;
  border-radius: 0px 13.811px 0px 0px;
  background: #2066ac;
}
.mtask {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ededed;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  padding: 27px 0;
}
.m-intask {
  max-width: 340px;
  width: 50%;
}
.m-indet {
  max-width: 460px;
  width: 50%;
  padding-left: 36px;
}
.m-inearn {
  max-width: 300px;
  width: 50%;
  padding-left: 36px;
}
.tbRow-btm {
  width: 100%;
  border: 1px solid #727272;
}
.tb-enroll {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 34px 66px 0;
}
.tbBtm-line {
  width: 100%;
  border: 0.5px solid #555;
}
.mtable-content {
  border: 1px solid #808080;
  border-radius: 15px;
}
.btm-cond {
  display: none;
}
.enroll-Whbtn {
  display: flex;
  width: 214px;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 17px;
  font-weight: 700;
  border-radius: 100px;
  background: #fff;
}
.btn-smDiv {
  display: none;
}
/**********************************Inner Page******************************************/

.inner_heading {
  background: #deefff;
  padding-top: 72px;
}

.inner_heading p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 45px;
  color: #1c568c;
  position: relative;
  padding: 23px 0;
  text-align: left;
  text-transform: capitalize;
}
.inner_heading p span {
  font-size: 18px;
  display: block;
}
.innerpage_section {
  margin: 0;
  padding: 20px 0;
}
.innerpage_section cite {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: #000000;
  margin: 14px 0 0;
  display: block;
}
.innerpage_section small {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: #000000;
  margin: 14px 0 0;
}
.innerpage_section p span {
  font-weight: bold;
}

.innerpage_section ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #000000;
  margin: 5px 0 0;
  list-style: disc;
  text-align: justify;
}

.innerpage_section ol li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #000000;
  margin: 15px 0 0;
  list-style: decimal;
  text-align: justify;
  padding-left: 5px;
}
.innerpage_section ul,
ol {
  padding-left: 30px;
}
.footer_section_inner {
  padding: 0px 0 30px;
}
.footer_contact_inner {
  top: 10px;
}

#speed-control {
  padding-top: 50px;
}
#container1 {
  width: 1270px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.section_start {
  padding: 60px 0 0 0;
}
.inner_main {
  padding: 20px 0;
  margin: 0;
}
.explore_box {
  margin: 0;
  padding: 100px 0;
  background: url("/assets/images/blue_bg_lets.png") no-repeat 100%;
  background-size: cover;
}
.top_explore {
  display: flex;
  flex-direction: column;
  margin: 23px 0;
}
.explore_box h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 121.1%;
  /* or 73px */
  color: #ffc05a;
  margin-bottom: 26px;
}
.explore_section {
  display: flex;
  justify-content: space-between;
}
.explore_section .india_map img {
  width: 523px;
}
.explore_box p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 148%;
  /* or 56px */

  color: #ffffff;
  margin-bottom: 32px;
}

.why_join_box {
  margin: 0;
  padding: 0;
  background: url("/assets/images/why_bg.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  margin-top: -9vh;
  padding-top: 10vh;
  padding-bottom: 33vh;

  /*
	background-position: top;
	margin-top: -30vh;
    padding-top: 35vh;
	padding-bottom: 20vh;
*/
}
.why_section {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.why_join_sec {
  display: flex;
}
.why_join_box h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 120%;
  /* identical to box height, or 65px */
  text-align: center;
  color: #1c568c;
}
.why_join_box .join_us {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  padding: 0 15px;
  width: 33.33%;
}
.why_join_box .join_us img {
  width: 40px;
  height: 40px;
  margin: 32px auto;
}
.why_join_box .join_us p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
  color: #1c568c;
}
.why_join_box .join_us span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  text-align: center;
  color: #000000;
}
.life_box {
  padding: 0 0 15vh;
  margin: 0;
  background: #fff;
}
.life_box h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 120%;
  /* identical to box height, or 65px */
  text-align: center;
  color: #1c568c;
  margin-bottom: 20px;
}
.life_box h2 span {
  color: #feb033;
}
.life_box p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.9%;
  /* or 58px */
  text-align: center;
  color: #1c568c;
}
.life_img_section {
  display: flex;
  justify-content: space-evenly;
  margin-top: 56px;
}
/*
.life_scroll_bx{
	margin-right: 20px
}
*/
.accordion-body ul li {
  margin-bottom: 5px;
}
.opening_box {
  margin: 0;
  padding: 10vh 0;
  background: #deefff;
}
.stores_box {
  background-color: white;
  margin: 0 auto;
}
.opening_box .job_acco {
  width: 75%;
  margin: 0 auto;
}
.stores_box .job_acco {
  width: 100%;
}
.opening_box h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 120%;
  /* identical to box height, or 65px */
  text-align: center;
  color: #1c568c;
  /*	margin-bottom: 20px;*/
}
.opening_box h2 span {
  color: #feb033;
}
.opening_box p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.9%;
  /* or 58px */

  text-align: center;

  color: #1c568c;
  margin-bottom: 50px;
}

.opening_box .accordion-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  text-align: left;
  color: #000000;
  padding: 20px 32px;
}
.opening_box .accordion-button {
  font-family: "Montserrat", sans-serif;
  padding: 20px 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */

  color: #000000;
}
.opening_box .accordion-button:not(.collapsed) {
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /*	 identical to box height, or 27px */

  color: #1c568c;
}
.opening_box .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/iconArrowUp.png") !important;
  transform: rotate(0deg);
}
.opening_box .accordion-button::after {
  transition: none;
}

.opening_box .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/assets/images/ArrowDown.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.opening_box .accordion-button:focus {
  z-index: 3;
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.opening_box .accordion-body .job_heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opening_box .accordion-body .job_heading a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 128.91%;
  /* identical to box height, or 21px */

  color: #1c568c;
  padding: 12px 36px;
  /*	border-radius: 10px;*/

  background: #ffffff;
  border: 2px solid #1c568c;
  border-radius: 32px;
}
.opening_box .accordion-body .job_heading a:hover,
.opening_box .accordion-body .job_heading a:focus {
  outline: 0px;
  text-decoration: none;
}
.opening_box .accordion-body .job_dec_btm_brd {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  margin: 20px 0;
}
.opening_box .accordion-body .job_dec span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */

  text-align: left;
  color: #000000;
}

.opening_box .accordion-body .job_dec p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  color: #000000;
  text-align: left;
}
.opening_box .accordion-body .job_dec a {
  text-decoration-line: underline;

  color: #1c568c;
}
.team_box {
  padding: 50px 0 0;
  margin: 0;
}
.team_box h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 120%;
  /* identical to box height, or 65px */
  text-align: center;
  color: #1c568c;
  margin-bottom: 20px;
}

.team_box p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.9%;
  /* or 58px */

  text-align: center;

  color: #1c568c;
  margin-bottom: 50px;
}
.team_box .slick-slider {
  height: auto !important;
}

.team_box .card {
  position: relative;
  display: flex;
  /*    width: 266px !important;*/
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgba(28, 86, 140, 0.08);
  border-radius: 6px;
  background-clip: border-box;
  padding: 32px;
  border: 0px solid #ccc;
}

.team_box .card .card-body {
  padding: 0 0 32px;
  min-height: 31vh;
}

.team_box .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.team_box .card-body p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #374151;
  margin-bottom: 0rem;
}

.team_box .items {
  width: 90%;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 50px !important;
}

.team_box .slick-slide {
  margin: 13px;
}

.team_box .media iframe,
.team_box .media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_box .media-content:before {
  content: "";
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px);
}

.team_box .circle .media-content:before {
  width: 40%;
  left: 30%;
}

.team_box .profile-image {
  width: 64px;
  height: 64px;
  /* border-top-left-radius: 11px !important; */
  /* border-top-right-radius: 11px; */
  margin: 0 auto 12px;
  border-radius: 50%;
}

.team_box .card-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  margin-bottom: 6px;
  color: #000000;
}
.team_box .card-footer span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */

  color: rgba(0, 0, 0, 0.56);
}
.team_box .card-footer {
  padding: 0;
  background: none;
  border-top: 0px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.team_box .slick-next:before {
  content: "";
  background: url("/assets/images/next_arrow.png") no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  opacity: 1;
}
.team_box .slick-prev:before {
  content: "";
  background: url("/assets/images/prev_arrow.png") no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  opacity: 1;
}
.team_box .slick-prev {
  left: -73px;
}
.testi_box p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 143.5%;
  /* or 34px */

  text-align: center;
  margin-bottom: 0;
  color: #000000;
}

.faq_box {
  padding: 50px 0 0px;
  margin: 0;
}
.faq_box .accordion-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  text-align: left;
  color: #000000;
  padding: 20px 32px;
}
.faq_box .accordion-button {
  font-family: "Montserrat", sans-serif;
  padding: 20px 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */

  color: #000000;
}
.faq_box .accordion-button:not(.collapsed) {
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #1c568c;
}
.faq_box .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/iconArrowUp.png") !important;
  transform: rotate(0deg);
}
.faq_box .accordion-button::after {
  transition: none;
}

.faq_box .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/assets/images/ArrowDown.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.faq_box .accordion-button:focus {
  z-index: 3;
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.customers_bx_innner {
  margin: 0;
  padding: 0px 0;
  background: url("/assets/images/curve_bg_cust.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 0;
}
.customers_full_section .rocket_map {
  margin-top: 0px;
}
.customers_full_section {
  display: flex;
  justify-content: space-between;
}
.customers_full_section h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 140%;
  /* or 90px */

  margin-bottom: 16px;
  color: #ffc05a;
  margin-top: 40px;
}
.customers_full_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 152.4%;
  /* or 58px */

  letter-spacing: 0.2px;

  color: #ffffff;
  margin-bottom: 24px;
}
.partners_bx_innner {
  margin: 0;
  padding: 0;
}
.partner_main_bx {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 52px 0;
}
.partner_main_bx .partner_num span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 53px;
  /* identical to box height, or 120% */

  color: #1c568c;
}
.partner_main_bx .partner_num2 span {
  color: #ffc05a;
}
.partner_main_bx .partner_num3 span {
  color: #fe7477;
}

.partner_main_bx .partner_num p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  /* identical to box height, or 121% */

  text-align: left;
  color: #000000;
}
.trusted_brand {
  background: #deefff;
  margin: 0;
  padding: 62px 0 85px;
}
.trusted_brand h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 54px;
  line-height: 65px;
  /* identical to box height, or 120% */
  text-align: center;
  margin-bottom: 64px;
  color: #1c568c;
}
.cont_partners_bx {
  margin: 0;
  padding: 64px 0 0px;
}
.cont_partners_bx .contct_bx {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.4%;
  /* or 58px */
  flex-direction: column;
  letter-spacing: 0.2px;
  color: #000;
}
.cont_partners_bx .contct_bx p {
  margin-bottom: 32px;
}
/*
.cont_partners_bx .contct_bx img{
	height: 37px;
}
*/
.affordability_section {
  margin: 0;
  padding: 21vh 0;
  background: url("/assets/images/afford_bg.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 37vh;
}
.affordability_fle {
  display: flex;
  justify-content: space-between;
}
.affordability_fle h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 140%;
  /* identical to box height, or 84px */
  color: #1c568c;
  margin-bottom: 12px;
}

.affordability_fle p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.4%;
  /* or 58px */

  letter-spacing: 0.2px;

  color: #1c568c;
}
.affordability_fle p span {
  font-weight: 800;
}
.buy_favorite_section h1 {
  font-weight: 900;
  color: #1c568c;
  font-size: 60px;
  line-height: 72px;
}
.credit_section {
  margin: 0;
  padding: 2vh 0;
  background: url("/assets/images/credit_bg.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 26vh;
  margin-top: -1vh;
}
.credit_section_ntb {
  margin: 0;
  padding: 8vh 0;
  background: url("/assets/images/blue_bckimg.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  margin-top: -1vh;
}
.credit_blue_ntb {
  margin: 0;
  padding: 2vh 0;
  background: url("/assetes/images/blue_bottom.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  margin-top: -11vh;
}
.credit_white_payment {
  margin: 0;
  background: url("/assets/images/white_payment_bottom.png") no-repeat 100%;
  background-size: cover;
}
.credit_fle {
  display: flex;
  justify-content: space-between;
}
.credit_fle h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 150%;
  /* identical to box height, or 81px */
  color: #ffc05a;
  margin-bottom: 12px;
}

.credit_fle p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 150%;
  /* or 57px */
  color: #ffffff;
}
.credit_fle p span {
  font-weight: 700;
  color: #ffc05a;
}
.story_section {
  margin: 0;
  padding: 3vh 0 12vh;
  background: white;
}
.story_section .story_fle {
  display: block;
  /*	display: flex;*/
  justify-content: space-between;
}

.story_section .story_fle h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 150%;
  /* identical to box height, or 81px */

  color: #1c568c;
  margin-bottom: 12px;
}

.story_section .story_fle p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 150%;
  /* or 57px */
  color: #1c568c;
  margin-bottom: 20px;
}
.story_section .story_fle p span {
  font-weight: 800;
}

.meet_section {
  margin: 0;
  padding: 56px 0 0;
  background: url("/assets/images/meet_bg.png") no-repeat 100%;
  background-size: cover;
}
.meet_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 150%;
  /* identical to box height, or 81px */
  text-align: center;
  color: #1c568c;
  margin-bottom: 56px;
}

.meet_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 150%;
  /* or 57px */
  color: #1c568c;
  margin-bottom: 20px;
}
.meet_circle {
  display: flex;
  justify-content: space-between;
}
.meet_circle .team_meet {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.meet_circle .team_text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  text-align: center;
  color: #1c568c;
  margin-bottom: 8px;
}
.meet_circle .team_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */

  text-align: center;
  color: #000000;
}

.news_section {
  margin: 0;
  padding: 56px 0 0;
  background: #fff;
}
.news_section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 150%;
  /* identical to box height, or 81px */
  text-align: center;
  color: #1c568c;
}

.news_section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.9%;
  /* or 58px */

  text-align: center;
  color: #1c568c;
}
.news_bx {
  display: flex;
  justify-content: space-between;
}
.news_cont {
  background: url("/assets/images/gradient_border.png") no-repeat 100%;
  /*
	margin: 56px 0;
	padding: 109px 70px;
	background-size: cover;
	text-align: center;
    width: 579px;
    height: 421px;
*/
  margin: 56px 0;
  padding: 71px 56px;
  background-size: cover;
  text-align: center;
  width: 579px;
  height: 392px;
}
.news_cont p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  text-align: center;
  margin: 40px 0 32px;
  color: #000000;
}
.news_cont a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */

  text-align: center;

  color: #1c568c;
}

.career_section {
  background: url("/assets/images/sky_blue.png") no-repeat 100%;
  /* background: #cbe2f7; */
  background-size: cover;
  background-position: top;
  padding: 10vh 0 2vh;
}
.blueButton {
  font-size: 22px;
  color: white;
  background-color: #1c568c;
  border-radius: 32px;
  padding: 15px 32px;
  margin-top: 30px;
}
.career_cont p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 152.9%;
  /* or 58px */

  margin-bottom: 26px;
  color: #1c568c;
}
.wide_seller_section {
  background-color: #cbe2f7;
  padding: 24vh 0 36vh;
}
.wide_seller_section h1 {
  font-size: 44px;
  font-weight: 900;
  color: #1c568c;
  line-height: 72px;
  font-family: "Montserrat", sans-serif;
}
.wide_seller_footer {
  background: url("/assets/images/footer_bg_1.png") #cbe2f7 no-repeat 100%;
  background-size: cover;
}
.career_fle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_in_bg {
  background: url("/assets/images/footer_bg_1.png") #deefff no-repeat 100%;
  background-size: cover;
}
.padding_layout_two {
  padding-top: 0vh;
  padding-bottom: 24vh;
}
.leaders_say_section {
  background: url("/assets/images/leader_shapes_blue.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  padding: 30vh 0 0vh;
}

.leaders_say_section .testimonials {
  max-width: 100%;
  padding: 0 0px 0px;
  margin: 0 auto 0px auto;
}
.leaders_say_section .single-item {
  color: #111;
  padding: 0 15px;
  margin: 0px 15px;
}
.leaders_say_section .profile {
  margin-bottom: 0px;
  text-align: center;
  margin-right: 53px;
}
.leaders_say_section .img-area {
  margin: 0;
  width: 305px;
  margin-top: 109px;
}
.leaders_say_section .img-area img {
  width: 528px;
}
.leaders_say_section .review_bx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leaders_say_section .content {
  font-size: 18px;
}
.leaders_say_section .content h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  line-height: 120%;
  /* identical to box height, or 46px */
  color: #ffc05a;
  margin-bottom: 16px;
}

.leaders_say_section .content p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  line-height: 46px;
  /* or 152% */
  min-height: 234px;
  color: #000000;
  margin-bottom: 20px;
  opacity: 0.7;
}
.leaders_say_section .content .bio h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  /* identical to box height, or 92% */

  letter-spacing: 0.2px;

  color: #1c568c;
  margin-bottom: 10px;
}
.leaders_say_section .content .bio h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */

  letter-spacing: 0.2px;

  color: #1c568c;
}
/*
.leaders_say_section .content p span {
	font-size: 48px;
	margin-right: 20px;
    color: blueviolet;
}
*/
.leaders_say_section .socials i {
  margin-right: 25px;
}

.leaders_say_section .carousel-control-next-icon,
.leaders_say_section .carousel-control-prev-icon {
  background-color: #fff;
}
.leaders_say_section .carousel-control-next,
.leaders_say_section .carousel-control-prev {
  position: absolute;
  top: unset;
  bottom: -23px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  right: 65px;
  transition: opacity 0.15s ease;
}
.leaders_say_section .carousel-control-next-icon,
.leaders_say_section .carousel-control-prev-icon {
  background-color: white;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.ntb_bottom {
  text-align: center;
  color: #1c568c;
  font-weight: 900;
}
.credit_whiteBottom_ntb {
  margin: 0;
  padding: 2vh 0;
  background: url("/assets/images/blue_bottom.png") no-repeat 100%;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 28vh;
  margin-top: -11vh;
}
.carousel-control-prev-icon {
  background-image: url("/assets/images/iconArrowleft.png");
}
.carousel-control-next-icon {
  background-image: url("/assets/images/iconArrowRight.png");
}
.leaders_say_section .carousel-control-prev {
  left: 85%;
}
/*
.leaders_say_section .carousel-control-next {
	left:80%
}
*/
.img_desk_in_1 {
  display: block;
}
.img_respo_in_1 {
  display: none;
}
.img_new_desk {
  display: block;
}
.img_new_mob {
  display: none;
}
.bio1 {
  margin-bottom: 40px;
}
.iso_pci_imge {
  margin-top: 20px;
}
.iso_pci_imge img {
  margin-right: 20px;
}
/* changes ntb/payment-option page */
.new {
  position: relative;
}
.new-img {
  position: absolute;
  left: 20px;
  top: -20px;
}
.top_credit_ntb_pay_opt h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
}
.top_credit_ntb_pay_opt p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 152.4%;
  letter-spacing: 0.2px;
}
#top_credit_ntb {
  padding-top: 108px;
  padding-bottom: 83px;
}
.credit_circle_ntb {
  padding-top: 110px;
}
.top_story_ntb {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.top_story_features {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 0;
}
.top_story_ntb img {
  padding: 32px;
}
.top_story_ntb p {
  padding: 32px;
  color: #1c568c;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 36px !important;
  margin-bottom: 0 !important;
}
.top_story_border {
  width: 1px;
  height: 160px;
  border-radius: 2px;
  background: #d9d9d9;
}
.career_img_pay_opt {
  /* width: 1159px; */
  display: flex;
  justify-content: space-around;
}

.line_break {
  display: block;
}
.ntb_bottom h1 {
  color: #1c568c;
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
.festive-section {
  background: #ecf5fe;
}
.cashbacksection {
  margin-top: 122px !important;
}
.cashbacksection-inner {
  color: #0a0a0a;
  font-size: 54px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cashbacksection-inner > span,
.cashbacksection-locate > p > span {
  padding-left: 7px;
  color: #1e558b;
}
.cashbacksection-locate {
  color: #0a0a0a;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 143.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  margin-right: 25px;
}
.cashbacksection-locate > img {
  max-width: 110px;
  width: 40%;
}

.locate-dropdown {
  max-width: 100%;
  width: 56%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 20%;
  margin-top: 48px;
  border: 1px solid #2b5279;
  padding: 5px;
}
/* label::after {
  content: "\25BC";
  margin-left: 5px;
  font-size: 12px;
  color: #000;
} */
.dropdown-main {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.dropdown-btn:hover {
  background-color: #fff;
  color: #393939;
  border: none;
}
.btn,
.dropdown-toggle,
.dropdown-btn:active {
  background-color: #fff;
  color: #393939;
  border: none;
}
.dropdown-btn {
  background-color: #fff;
  color: #393939;
  border: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dropdown-search {
  border-radius: 100px;
  padding: 8px 24px;
  background: #1d568d;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.store-section {
  background: rgb(236, 245, 254);
  /* margin-top: 34px; */
}

.store-heading {
  text-align: left;
  color: #090a0c;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 143.6%;
  padding-bottom: 32px;
}
.store-cards {
  display: flex;
  gap: 25px;
}
.store-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 14px;
  border: 2px solid #21578b;
  background: #fefefe;
  padding: 24px 45px;
}
.store-list > img {
  max-width: 100px;
  width: 40%;
}
.store-cards {
  display: flex;
}
.storeName {
  color: #255583;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.6%;
  margin-top: 8px;
  margin-bottom: 16px;
}
.store-address {
  color: #090909;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; /* 26.64px */
}

.shopse-features {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 71px;
  margin-left: 2%;
}
.features-list,
.featureContent {
  display: flex;
  flex-direction: column;
}
.featureTitle {
  color: #f9ffff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 143.6%; /* 34.464px */
  border-radius: 12px 12px 0px 0px;
  background: #1d568d;
  padding: 7px 32px;
}
.featureContent {
  padding: 23px 32px;
  text-align: center;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #a0b2c2;
  display: flex;
  justify-content: center;
}
.fetureDetail {
  color: #0d0e10;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%; /* 29.6px */
}
.barCodeSection-btm {
  background-color: #ECF5FE;
  color: #434546;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 254.4%; /* 50.88px */
  display: flex;
  justify-content: center;
}
.barCodeSection-btm .bankLink {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.barcodebtn,
.nocostBarcode {
  display: none;
}
.d
/****************************Inner Pages***********************************/

/**********************************Inner Page******************************************/
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  .footer_section {
    padding: 36px 0 0;
  }
  .c-header1 {
    height: auto !important;
    min-height: auto !important;
  }
  .top_explore {
    margin: 75px 0 205px;
  }
  .team_box .card .card-body {
    min-height: 24vh;
  }
  .customers_bx_innner {
    padding-bottom: 22vh;
  }
  .customers_full_section h1 {
    margin-top: 80px;
  }
  .footer_top_section {
    margin: 66px 0 0;
  }
}
@media only screen and (min-width: 1750px) and (max-width: 1920px) {
  #container1 {
    width: 1370px;
    padding: 250px 0 0 0;
  }
  .slide_1 .slick-list {
    height: auto !important;
  }
  .slide_1 .slick-slider {
    height: 34vh;
  }
  .slide_1 .slick-list {
    margin: -25px 0 0 !important;
  }
  .footer_contact_inner {
    top: 28px !important;
  }
  .c-direction-block_wrapper {
    min-height: 100vh;
  }
  .brandbg {
    padding-top: 18vh;
  }
  .one {
    padding: 150px 0 0;
  }
  .c-header_title {
    padding: 2.5rem 0 0;
  }
  .two {
    padding: 180px 0 0;
  }
  .qr_section {
    padding: 110px 0 111px;
  }
  .footer_section {
    padding: 28px 0 0;
  }
  .footer_section_inner {
    padding: 0px 0 30px;
  }
  .footer_logo {
    margin: 45px 0 72px;
  }

  .footer_contact {
    top: -50px;
    right: -165px;
  }
  .footer_contact_inner {
    top: 10px;
  }
  .footer_content {
    margin: 0 0 0;
  }
  .footer_disclaimer {
    margin: 78px 0 0;
  }
  .footer_bg_new {
    background: url("/assets/images/footer_bg_1_desk.png") #fff no-repeat 100%;
    background-position: top;
    background-size: cover;
    padding-top: 0;
  }
  .round_2 {
    top: 34vh;
  }
  .shop_mob_card img {
    top: 26vh;
  }

  .shop_section {
    padding: 0px 0 0;
  }
  .limitless_section {
    padding: 120px 0 0;
  }
  .work_section {
    padding: 0px 0 0;
  }
  .work_pt_sec {
    padding-top: 22vh !important;
  }
  .c-header1 {
    height: auto !important;
  }
  .c-section_infos.-padding {
    padding-top: 22vh !important;
  }
  .bluewave {
    padding-bottom: 30vh;
    padding-top: 18vh;
  }

  .yellowwave2 {
    padding-bottom: 40vh;
  }
  .gife_img_carousal {
    margin: 10px 0 0 !important;
  }
  .slick-slider {
    margin-bottom: 0 !important;
  }
  .brand_section {
    padding-top: 0px !important;
    padding-left: 0rem;
  }
  .partner_section {
    padding: 100px 0 0;
  }
  .banking_section {
    padding: 150px 0 0;
  }
  .liked_section {
    padding: 244px 0 0;
  }
  .two::after {
    height: 117px;
  }
  .footer_top_section {
    margin: 0px 0 0;
  }

  .scaner {
    margin: 60px auto 70px;
  }
  .bluewave2 {
    padding-bottom: 36vh;
    padding-top: 21vh;
  }
  .liked_pb {
    padding-top: 0;
    padding-bottom: 477px;
  }
  .yellowcurve {
    padding-top: 15vh;
  }
  .bluewave6 {
    padding-top: 24vh;
    padding-bottom: 45vh;
  }
  .gife_img_cricle::after {
    top: 42px;
    left: -5%;
  }
  .top_explore {
    margin: 129px 0 329px;
  }
  .team_box .card .card-body {
    min-height: 19vh;
  }
  .testi_box .slick-list {
    height: auto;
  }
  .footer_in_bg {
    background: url("/assets/images/footer_bg_1.png") #deefff no-repeat 100%;
    background-size: cover;
  }
  .customers_full_section h1 {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1749px) {
  #container1 {
    width: 1370px;
    padding: 230px 0 0 0;
  }
  .slide_1 .slick-list {
    height: auto !important;
  }
  .slide_1 .slick-slider {
    height: 34vh;
  }
  .slide_1 .slick-list {
    margin: -25px 0 0 !important;
  }
  .footer_contact_inner {
    top: 0 !important;
  }

  .round_2 {
    top: 338px;
  }
  .slick-slider {
    margin-bottom: 0 !important;
    height: 25vh !important;
  }
  .footer_contact {
    top: -70px;
  }
  .gife_img_cricle::after {
    top: 42px;
    left: -5%;
  }
  .top_explore {
    margin: 102px 0 253px;
  }
  .team_box .card .card-body {
    min-height: 20vh;
  }
  .customers_bx_innner {
    padding-bottom: 14vh;
  }
  .customers_full_section h1 {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1679px) {
  #container1 {
    width: 1370px;
    padding: 137px 0 0 0;
  }
  .slide_1 .slick-list {
    height: auto !important;
  }
  .slide_1 .slick-slider {
    height: 40vh !important;
  }
  .slide_1 .slick-list {
    margin: -25px 0 0 !important;
  }
  .footer_contact_inner {
    top: 0 !important;
  }

  .round_2 {
    top: 235px;
  }
  .slick-slider {
    margin-bottom: 0 !important;
    height: 25vh !important;
  }
  .footer_contact {
    top: -55px;
  }
  .gife_img_cricle::after {
    top: 42px;
    left: -5%;
  }
  .top_explore {
    margin: 75px 0 205px;
  }
  .team_box .card .card-body {
    min-height: 24vh;
  }
  .customers_bx_innner {
    padding-bottom: 14vh;
  }
  .customers_full_section h1 {
    margin-top: 69px;
  }
}

@media only screen and (min-width: 1431px) and (max-width: 1500px) {
  #container1 {
    padding: 137px 0 0 0;
  }
  .slide_1 .slick-list {
    height: auto !important;
  }
  .slide_1 .slick-slider {
    height: 40vh !important;
  }
  .slide_1 .slick-list {
    margin: -25px 0 0 !important;
  }
  .footer_contact_inner {
    top: 10px !important;
  }

  .c-direction-block_wrapper {
    min-height: 111vh;
  }

  .round_2 {
    top: 256px;
  }
  .slick-slider {
    margin-bottom: 0 !important;
    height: 24vh !important;
  }
  .customer_section {
    margin: 180px 0;
  }
  .footer_contact {
    top: -34px;
  }
  .footer_disclaimer {
    margin: 32px 0;
  }
  .top_explore {
    margin: 75px 0 205px;
  }
  .team_box .card .card-body {
    min-height: 24vh;
  }
  .customers_bx_innner {
    padding-bottom: 14vh;
  }
  /*
	.customers_full_section h1 {
   	 	margin-top: 69px;
	}
*/
}

@media only screen and (min-width: 1388px) and (max-width: 1430px) {
  #container1 {
    padding: 225px 0 0 0;
  }
  .slide_1 .slick-list {
    height: auto !important;
  }
  .slide_1 .slick-slider {
    height: 35vh !important;
  }
  .slide_1 .slick-list {
    margin: -25px 0 0 !important;
  }

  .footer_contact_inner {
    top: 10px !important;
  }
  .c-direction-block_wrapper {
    min-height: 111vh;
  }
  .footer_contact {
    top: -71px;
  }
  .top_explore {
    margin: 65px 0 132px;
  }
  .team_box .card .card-body {
    min-height: 19vh;
  }
  .customers_bx_innner {
    padding-bottom: 16vh;
  }

  .customers_full_section h1 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1366px) {
  .story_section .story_fle p {
    font-size: 28px;
  }
  .customers_bx_innner {
    padding-bottom: 30vh;
  }
  .customers_full_section h1 {
    font-size: 54px;
  }
  .customers_full_section p {
    font-size: 28px;
  }
  .top_explore {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
  #container1 {
    width: 100%;
    padding: 90px 0 0 0;
  }
  .footer_contact_inner {
    top: 3px !important;
  }
  .slide_1 .slick-slider {
    height: 33vh !important;
  }
  .slide_1 .slick-list {
    margin: -25px 0 0 !important;
  }
  .footer_contact {
    top: -45px;
  }
  .c-direction-block_wrapper {
    min-height: 111vh;
  }
  .top_explore {
    margin: 26px 0;
  }
  .team_box .card .card-body {
    min-height: 15vh;
  }
  .top_explore {
    margin: 100px 0;
  }
  .customers_bx_innner {
    padding-bottom: 36vh;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .merchant-btmsection {
    padding: 24px 16px;
  }
  .merchant-btm-inner {
    padding: unset;
  }
  .criteria-content {
    padding: 24px 16px 40px;
  }
  .badge-section {
    padding: 24px 16px;
  }
  .enroll-btm1,
  .enroll-btm2 {
    display: none;
  }
  .badge-conditions p {
    font-size: 9px;
    padding-top: 38px;
    margin-left: 13%;
  }
  .badge-criteria {
    font-size: 16px;
  }
  .badge1-p,
  .badge2-p,
  .badge3-p {
    padding-top: 20px;
    text-align: center;
  }
  .badge-btm {
    display: none;
  }
  .badge-list1,
  .badge-list2,
  .badge-list3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .badge-intro {
    padding-bottom: 28px;
    text-align: center;
  }
  .badge-intro h2 {
    font-size: 20px;
  }
  .btm-cond {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 100px;
  }
  .btm-cond h2 {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .btm-cond p {
    color: #fff;
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }
  .tb-enroll {
    display: none;
  }
  .m-intask {
    width: 50%;
  }
  .m-inearn {
    padding-left: 10px;
    width: 50%;
  }
  .m-indet {
    padding-left: 10px;
    width: 50%;
  }
  .mtask {
    font-size: 8px;
    padding: 7.5px;
  }
  .mtable-content {
    background: #0f3d6c;
    border: none;
  }
  .m-earn {
    padding: 6.4px 90px 4.5px;
  }
  .m-det {
    padding: 6.4px 135px 4.5px;
  }
  .m-task {
    padding: 6.4px 112px 4.5px;
  }
  .mt-head {
    font-size: 8px;
  }
  .merchant-btmsection {
    text-align: center;
  }
  .merchant-btmsection h4 {
    font-size: 20px;
  }
  .merchant-btmsection p {
    font-size: 12px;
  }
  .merchant-btmdescrip {
    padding-bottom: 24px;
  }
  .toparea-criteria {
    text-align: center;
  }
  .toparea-criteria h2 {
    font-size: 20px;
  }
  .toparea-criteria p {
    font-size: 12px;
  }
  #invisi-member {
    display: none;
  }
  .membership-section {
    padding: 16px 12px 12px;
    margin-top: 24px;
  }
  .tier-membership-L {
    padding: 0 0 12px 28px;
  }
  .gold-silv-member p,
  .diamond-member p {
    padding: 14px 12px 15px 0;
  }
  .diamond-member h2,
  .gold-silv-member h2 {
    padding: 14px 0px 12px 15px;
  }
  .btm-criteria {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .btm-criteria h2 {
    font-size: 10px;
    padding-top: 16px;
  }
  .btm-criteria p {
    font-size: 7px;
    margin-top: 0;
  }
  .badge-intro {
    text-align: center;
  }
  #container1 {
    width: 100%;
    padding: 90px 0 0 0;
  }
  .slide_1 .slick-slider {
    height: 33vh !important;
  }
  .slide_1 .slick-list {
    margin: -5px 0 0 !important;
  }
  .affordability_fle p {
    font-size: 28px;
  }
  .affordability_fle h1 {
    font-size: 52px;
  }
  .credit_fle p {
    font-size: 28px;
  }
  .credit_fle h2 {
    font-size: 48px;
  }
  .story_section .story_fle h2 {
    font-size: 48px;
  }
  .story_section .story_fle p {
    font-size: 28px;
  }
  .leaders_say_section .content p {
    font-size: 26px;
  }
  .leaders_say_section .content h2 {
    font-size: 36px;
  }
  .leaders_say_section .carousel-control-prev {
    left: 83%;
  }
  .meet_section h2 {
    font-size: 48px;
  }
  .news_section h2 {
    font-size: 48px;
  }
  .news_section p {
    font-size: 28px;
  }
  .news_cont p {
    font-size: 21px !important;
    margin: 35px 0 17px;
  }
  .news_cont {
    padding: 41px 56px;
    width: 579px;
    height: 329px;
  }
  .career_cont p {
    font-size: 28px;
  }
  .explore_box h1 {
    font-size: 52px;
  }
  .explore_box p {
    font-size: 28px;
  }
  .top_explore {
    margin: 65px 0;
  }
  .why_join_box h2 {
    font-size: 48px;
  }
  .why_join_box .join_us p {
    font-size: 26px;
  }
  .why_join_box .join_us span {
    font-size: 18px;
  }
  .life_box h2 {
    font-size: 48px;
  }
  .life_box p {
    font-size: 28px;
  }
  .opening_box h2 {
    font-size: 48px;
  }
  .opening_box p {
    font-size: 28px;
  }
  .team_box h2 {
    font-size: 48px;
  }
  .team_box p {
    font-size: 28px;
  }
  .team_box p br {
    display: none;
  }
  .team_box .card .card-body {
    min-height: 17vh;
  }
  .life_img_section img {
    width: 298px;
  }
  .life_img_section {
    display: flex;
    justify-content: space-between;
  }
  .top_explore {
    margin: 122px 0;
  }
  .customers_bx_innner {
    padding-bottom: 16vh;
  }
  .customers_full_section h1 {
    font-size: 42px;
  }
  .customers_full_section h1 {
    font-size: 42px;
  }
  .customers_full_section p {
    font-size: 22px;
  }
  .nav {
    display: flex;
  }
  .nav_menu {
    display: none;
  }
  .career_img_pay_opt {
    max-width: 950px;
  }
  .career_img_pay_opt img {
    max-width: 100%;
    width: 30%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .merchant-btmsection {
    padding: 24px 16px;
  }
  .merchant-btm-inner {
    padding: unset;
  }
  .criteria-content {
    padding: 24px 16px 40px;
  }
  .badge-section {
    padding: 24px 16px;
  }
  .enroll-btm1,
  .enroll-btm2 {
    display: none;
  }
  .badge-conditions p {
    font-size: 9px;
    padding-top: 38px;
    margin-left: 13%;
  }
  .badge-criteria {
    font-size: 16px;
  }
  .badge1-p,
  .badge2-p,
  .badge3-p {
    padding-top: 20px;
    text-align: center;
  }
  .badge-btm {
    display: none;
  }
  .badge-list1,
  .badge-list2,
  .badge-list3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .badge-intro {
    padding-bottom: 28px;
    text-align: center;
  }
  .badge-intro h2 {
    font-size: 20px;
  }
  .btm-cond {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 100px;
  }
  .btm-cond h2 {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .btm-cond p {
    color: #fff;
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }
  .tb-enroll {
    display: none;
  }
  .m-intask {
    width: 50%;
  }
  .m-inearn {
    padding-left: 10px;
    width: 50%;
  }
  .m-indet {
    padding-left: 10px;
    width: 50%;
  }
  .mtask {
    font-size: 8px;
    padding: 7.5px;
  }
  .mtable-content {
    background: #0f3d6c;
    border: none;
  }
  .m-earn {
    padding: 6.4px 90px 4.5px;
  }
  .m-det {
    padding: 6.4px 135px 4.5px;
  }
  .m-task {
    padding: 6.4px 112px 4.5px;
  }
  .mt-head {
    font-size: 8px;
  }
  .merchant-btmsection {
    text-align: center;
  }
  .merchant-btmsection h4 {
    font-size: 20px;
  }
  .merchant-btmsection p {
    font-size: 12px;
  }
  .merchant-btmdescrip {
    padding-bottom: 24px;
  }
  .toparea-criteria {
    text-align: center;
  }
  .toparea-criteria h2 {
    font-size: 20px;
  }
  .toparea-criteria p {
    font-size: 12px;
  }
  #invisi-member {
    display: none;
  }
  .membership-section {
    padding: 16px 12px 12px;
    margin-top: 24px;
  }
  .tier-membership-L {
    padding: 0 0 12px 28px;
  }
  .gold-silv-member p,
  .diamond-member p {
    padding: 14px 12px 15px 0;
  }
  .diamond-member h2,
  .gold-silv-member h2 {
    padding: 14px 0px 12px 15px;
  }
  .btm-criteria {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .btm-criteria h2 {
    font-size: 10px;
    padding-top: 16px;
  }
  .btm-criteria p {
    font-size: 7px;
    margin-top: 0;
  }
  .badge-intro {
    text-align: center;
  }
  #container1 {
    width: 100%;
  }
  .footer_contact {
    right: -43px;
  }
  .section_start .fisrt_heading h1 {
    font-size: 40px;
  }
  .scrolling-words-container {
    font-size: 40px;
  }
  .section_start p {
    font-size: 20px;
  }
  .shop_section h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .shop_section p {
    font-size: 23px;
  }
  .limitless_section h2 {
    font-size: 54px;
    line-height: 67px;
  }
  .limitless_section p {
    font-size: 28px;
    line-height: 137.1%;
  }
  .extra_h2 {
    font-size: 52px !important;
  }

  .brand_section p {
    font-size: 22px;
    line-height: 32px;
  }
  .partner_section .cutomer_list p {
    font-size: 36px;
  }
  .cutomer_list span {
    font-size: 20px;
    line-height: 20px;
  }
  .banking_section h2 {
    font-size: 44px;
    line-height: 55px;
  }
  .banking_section p {
    font-size: 22px;
    line-height: 30px;
  }
  .liked_text h2 {
    font-size: 44px;
    line-height: 55px;
  }
  .liked_text {
    padding: 110px 117px 110px 52px;
  }
  .footer_top_section {
    margin: 50px 0 0;
  }
  .footer_top_section img {
    margin: -46px 0 16px 0;
  }
  .footer_contact {
    width: 68%;
    right: -49px;
    top: -34px;
  }
  .card_img {
    left: 0%;
  }
  .lottie_smile_img_2 {
    top: 79px;
    left: -7px;
  }
  .gife_img_cricle::after {
    left: -26%;
  }
  .footer_contact_inner {
    top: 7px !important;
  }
  .explore_box h1 {
    font-size: 52px;
  }
  .explore_box p {
    font-size: 28px;
  }
  .top_explore {
    margin: 65px 0;
  }
  .why_join_box h2 {
    font-size: 48px;
  }
  .why_join_box .join_us p {
    font-size: 26px;
  }
  .why_join_box .join_us span {
    font-size: 18px;
  }
  .life_box h2 {
    font-size: 48px;
  }
  .life_box p {
    font-size: 28px;
  }
  .opening_box h2 {
    font-size: 48px;
  }
  .opening_box p {
    font-size: 28px;
  }
  .team_box h2 {
    font-size: 48px;
  }
  .team_box p {
    font-size: 28px;
  }
  .team_box p br {
    display: none;
  }
  .team_box .card .card-body {
    min-height: 17vh;
  }
  .leaders_say_section .carousel-control-prev {
    left: 83%;
  }
  .life_img_section img {
    width: 298px;
  }
  .life_img_section {
    display: flex;
    justify-content: space-between;
  }
  .partner_main_bx {
    width: 100%;
  }
  .nav {
    display: flex;
  }
  .nav_menu {
    display: none;
  }
  .new-img {
    position: absolute;
    left: 205px;
    top: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn-smDiv {
    display: block;
    padding-top: 39px;
  }
  .btn-sm {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    width: 343px;
    padding: 14.075px 18.766px;
    justify-content: center;
    align-items: center;
    border-radius: 58.644px;
    background: #fff;
  }
  .enroll-btn {
    border-radius: 58.644px;
    width: 125px;
    padding: 14.075px 18.766px;
    font-size: 14px;
  }
  .member-cards {
    display: none;
  }
  #carouselExample {
    display: block;
  }
  .tbBtm-line {
    display: none;
  }
  .merchant-btmsection {
    padding: 24px 16px;
  }
  .merchant-btm-inner {
    padding: unset;
  }
  .criteria-content {
    padding: 24px 16px 40px;
  }
  .badge-section {
    padding: 24px 16px;
  }
  .enroll-btm1,
  .enroll-btm2 {
    display: none;
  }
  .badge-conditions p {
    font-size: 9px;
    padding-top: 38px;
    margin-left: 13%;
  }
  .badge-criteria {
    font-size: 16px;
  }
  .badge-list1,
  .badge-list2,
  .badge-list3 {
    padding-top: 28px;
  }
  .badge1-p,
  .badge2-p,
  .badge3-p {
    padding-top: 20px;
    text-align: center;
  }
  .badge-btm {
    display: none;
  }
  .badge1,
  .badge2,
  .badge3 {
    width: 64px;
    height: 64px;
  }
  .badge-list1,
  .badge-list2,
  .badge-list3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .badge-intro {
    padding-bottom: 28px;
    text-align: center;
  }
  .badge-intro h2 {
    font-size: 20px;
  }
  .btm-cond {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 100px;
  }
  .btm-cond h2 {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .btm-cond p {
    color: #fff;
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }
  .tb-enroll {
    display: none;
  }
  .m-intask {
    width: 50%;
  }
  .m-inearn {
    padding-left: 10px;
    width: 50%;
  }
  .m-indet {
    padding-left: 10px;
    width: 50%;
  }
  .mtask {
    font-size: 8px;
    padding: 8.5px;
  }
  .mtable-content {
    background: #0f3d6c;
    border: none;
  }
  .m-earn {
    padding: 6.4px 82px 4.5px;
  }
  .m-det {
    padding: 6.4px 128px 4.5px;
  }
  .m-task {
    padding: 6.4px 108px 4.5px;
  }
  .mt-head {
    font-size: 8px;
    padding-bottom: 4px;
  }
  .merchant-btmsection {
    text-align: center;
  }
  .merchant-btmsection h4 {
    font-size: 20px;
  }
  .merchant-btmsection p {
    font-size: 12px;
  }
  .merchant-btmdescrip {
    padding-bottom: 24px;
  }
  .toparea-criteria {
    text-align: center;
  }
  .toparea-criteria h2 {
    font-size: 20px;
  }
  .toparea-criteria p {
    font-size: 12px;
  }
  #invisi-member {
    display: none;
  }
  .membership-section {
    padding: 16px 12px 12px;
    margin-top: 24px;
  }
  .tier-membership-L {
    padding: 0 0 12px 28px;
  }
  .gold-silv-member p,
  .diamond-member p {
    padding: 14px 12px 15px 0;
  }
  .diamond-member h2,
  .gold-silv-member h2 {
    padding: 14px 0px 12px 15px;
  }
  .btm-criteria {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .btm-criteria h2 {
    font-size: 10px;
    padding-top: 16px;
  }
  .btm-criteria p {
    font-size: 7px;
    margin-top: 0;
  }
  .badge-intro {
    text-align: center;
  }
  .banner_bg_main {
    background: url("/assets/images/mesh_gr_mobile.png") no-repeat;
    width: 100%;
    height: 265%;
    position: absolute;
    left: 0;
    opacity: 0.8;
    top: 0;
    background-size: cover;
  }
  .bganim {
    background: linear-gradient(90deg, #e5e8ff, #e5e8ff, #e5e8ff, #e5e8ff);
  }
  .buy_favorite_section .affordability_circle {
    width: 50%;
  }
  .buy_favorite_section .affordability_fle h1 {
    font-size: 30px;
    margin: 4rem 0;
  }
  .blueButton {
    font-size: 18px;
  }
  .wide_seller_section h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .sub_heading_3 {
    font-size: 30px;
    line-height: 150%;
  }
  .trust_pointers {
    font-size: 16px;
  }
  .education_loan_description {
    font-size: 20px;
  }
  .underline_button {
    font-size: 18px;
    font-weight: 700;
  }
  .wide_seller_section {
    padding: 18vh 0 30vh;
  }
  .padding_layout_two {
    padding-top: 0vh;
    padding-bottom: 18vh;
  }
  header .menu_nav ul.nav_bar li a {
    padding: 6px 9px;
    margin: 0 3px;
    font-size: 15px;
  }
  .mob_new1_qr {
    text-align: center;
  }

  .mob_gif img {
    height: auto;
    border: 12px solid #1c568c;
    margin-bottom: 20px;
  }
  .mob_gif::after {
    display: none;
  }
  .bganim {
    padding-bottom: 32vh;
  }
  .bganim1 {
    margin-top: -20px;
    background-size: cover;
  }
  .shop_mobile_img {
    text-align: center;
    margin: 6px 0 46px;
  }

  .card_img {
    left: 18%;
  }
  .card_img img {
    width: 100%;
  }
  .shop_section .shop_mob_card img {
    width: 50%;
  }
  .yellowcurve {
    padding-top: 20vh;
    padding-bottom: 29vh;
  }
  .bluewave {
    padding-top: 13vh;
    padding-bottom: 11vh;
  }
  .bluewave2 {
    padding-top: 20vh;
  }
  .bluewave6 {
    padding-top: 13vh;
    padding-bottom: 25vh;
  }
  .liked_pb {
    padding-bottom: 136px;
  }
  .brandbg {
    padding-bottom: 0px;
    padding-top: 10vh;
  }
  .clientbg {
    padding-bottom: 29vh;
    padding-top: 20vh;
  }
  .gife_img_cricle img {
    width: auto !important;
  }
  .gife_img_cricle {
    text-align: center !important;
  }
  .gife_img_cricle::after {
    left: 5%;
  }
  .o-image {
    mix-blend-mode: normal;
    opacity: 1;
  }
  .gife_img {
    margin: 54px 0 0 0;
    text-align: left;
  }
  .bannner_section {
    display: none;
  }
  .grid_view_hide1 {
    display: none;
  }
  .grid_view_hide {
    display: block;
  }
  .gife_img img {
    width: 200px;
  }
  .lottie_img7 {
    width: 250px;
    margin: 0 0 0;
  }
  .clude_lottie {
    width: 250px;
  }
  .lottie_img2 {
    width: 163px;
    top: -135px;
    left: 16%;
  }
  .lottie_smile_1 {
    width: 53px;
    left: 48%;
    top: 38px;
  }
  .lottie_smile_2 {
    width: 35px;
    left: 34%;
    top: 144px;
  }
  .lottie_smile_3 {
    width: 35px;
    right: 7%;
    top: 46px;
  }
  .lottie_smile_4 {
    width: 35px;
    left: 22%;
    bottom: -10px;
  }
  .lottie_smile_img_2 {
    top: 45px;
    width: 55%;
  }
  .lottie_smiley_animation {
    position: relative;
    height: 25vh;
    margin-bottom: 0;
  }
  .lottie_smile_img {
    right: 0;
    left: 4%;
    width: 53%;
    top: -30%;
  }
  .banner_section_mob {
    display: block;
  }
  .bannner_section {
    display: none;
  }

  .c-header {
    height: auto !important;
  }
  .round_2 {
    top: 21%;
    left: 29%;
    width: 300px;
    height: 300px;
  }
  .qr_mob {
    width: 260px;
    margin: 13% 0 0 0;
  }
  .shop_section img {
    margin: 30px 0 0 0;
  }
  .scrolling-words-box {
    height: 4rem;
  }
  .scrolling-words-container {
    font-size: 32px;
    justify-content: flex-start;
  }
  .section_start .fisrt_heading {
    display: block;
  }
  .section_start .fisrt_heading h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .section_start p {
    font-size: 20px;
    line-height: 133%;
  }
  .shop_section h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .shop_section p {
    font-size: 20px;
    line-height: 133%;
    margin: 18px 0 0;
  }
  .limitless_section h2 {
    font-size: 32px;
    line-height: 38px;
    justify-content: start;
    text-align: left;
  }
  .work_section h2 {
    align-items: center;
  }
  .limitless_section h2 br {
    display: none;
  }
  .limitless_section h2 .lotti_img {
    width: 80px;
    height: 57px;
    margin: -17px 0 0 0px;
  }
  .limitless_section p {
    font-size: 22px;
    margin: 9px 0 0;
    text-align: left;
  }
  .c-section_infos {
    padding-top: 0vh;
  }
  .extra_h2 {
    font-size: 32px !important;
  }
  .work_pt_sec {
    padding-top: 9vh;
  }
  .brand_section h2 {
    text-align: center;
    justify-content: center;
  }
  .brand_section p {
    text-align: center;
    justify-content: center;
  }
  .slick-list {
    height: 25vh !important;
  }
  .slick-slider {
    height: 18vh !important;
  }
  .banking_section h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .banking_section p {
    font-size: 22px;
    margin: 9px 0 0;
    text-align: left;
  }
  .liked_text h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .liked_text {
    padding: 51px 70px 93px 50px;
  }
  .video_liked {
    top: 45px;
  }
  .yellowwave2 {
    padding-bottom: 28vh;
  }
  .footer_top_section {
    margin: -37px 0 0;
  }
  .footer_links {
    margin-right: 10px;
  }
  .footer_contact {
    width: 88%;
    top: 5px;
  }
  .footer_contact {
    right: -40px;
  }
  .partner_main_bx {
    width: 100%;
  }
  .customers_full_section {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .customers_full_section h1 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .customers_full_section h1 br {
    display: none;
  }
  .customers_full_section p br {
    display: none;
  }
  .customers_full_section p {
    font-size: 15px;
    line-height: 148%;
  }
  .customers_full_section .top_explore img {
    margin: 0 auto;
  }
  .trusted_brand h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .cont_partners_bx .contct_bx {
    justify-content: center;
    font-size: 15px;
    line-height: 148%;
    flex-direction: column;
    text-align: center;
  }
  .res_text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    /* or 18px */

    text-align: center;

    color: #1c568c;
  }
  .explore_section {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .explore_box {
    background-position: top;
  }
  .explore_section .top_explore img {
    margin: 0 auto;
  }
  .explore_box h1 {
    font-size: 24px;
  }
  .explore_box h1 br {
    display: none;
  }
  .explore_box p br {
    display: none;
  }
  .explore_box p {
    font-size: 15px;
  }
  .life_img_section {
    justify-content: space-between;
    margin-top: 56px;
    overflow: overlay;
    overflow-x: auto;
  }
  .life_img_section img {
    min-width: 80%;
    margin: 0 0 0 12px;
  }
  .team_box h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .team_box p {
    font-size: 15px;
    line-height: 120%;
  }
  .team_box .slick-slider {
    height: auto !important;
  }
  .opening_box .accordion-button {
    padding: 16px 16px;
    font-size: 16px;
  }
  .team_box .card {
    display: flex !important;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .team_box .card-footer {
    text-align: left;
    margin-left: 10px;
  }
  .team_box .card .media {
    display: flex;
  }
  .team_box .card-body p {
    font-size: 16px;
    text-align: left;
  }
  .team_box .card .card-body {
    min-height: 177px;
  }

  .team_box .profile-image {
    margin: 0 0 12px;
  }
  .customers_bx_innner {
    padding-bottom: 16vh;
  }
  .affordability_fle {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .affordability_fle h1 {
    font-size: 24px;
    line-height: 121.1%;
    margin-bottom: 24px;
  }
  .affordability_fle p {
    font-size: 15px;
    line-height: 148%;
  }
  .affordability_fle p br {
    display: none;
  }
  .credit_fle {
    flex-direction: column-reverse;
    text-align: center;
  }
  .credit_fle h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .credit_fle p {
    font-size: 15px;
    line-height: 148%;
  }
  .story_section .story_fle {
    flex-direction: column-reverse;
    text-align: center;
  }
  .story_section .story_fle h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .story_section .story_fle p {
    font-size: 15px;
    line-height: 148%;
  }
  .credit_circle {
    display: none;
  }
  .story_circle {
    display: none;
  }
  .news_section h2 {
    font-size: 18px;
    line-height: 121.1%;
  }
  .news_section p {
    line-height: 120%;
    font-size: 15px;
  }
  .news_cont p {
    font-size: 15px !important;
    line-height: 150% !important;
    margin: 20px 0;
  }
  .news_cont img {
    width: 47px;
  }
  .news_cont a {
    font-size: 15px;
  }
  .news_cont a img {
    width: 14px;
  }
  .career_cont p {
    font-size: 15px;
    line-height: 148%;
    margin-top: 30px;
  }
  .career_fle {
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 30px;
  }
  .career_img img {
    width: 222px;
  }
  .career_cont img {
    margin: 0 auto;
  }
  .footer_bg_new_inner .footer_top_section img {
    margin: 8px 0px 0 52px;
  }
  .customers_full_section {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .customers_full_section h1 {
    font-size: 24px;
    line-height: 121.1%;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .customers_full_section h1 br {
    display: none;
  }
  .customers_full_section p br {
    display: none;
  }
  .customers_full_section p {
    font-size: 15px;
    line-height: 148%;
    margin-bottom: 24px;
  }
  .customers_full_section .top_explore img {
    margin: 0 auto;
  }
  .affordability_section {
    padding: 11vh 0 0vh;
    padding-bottom: 25vh;
  }
  .credit_section {
    padding: 0vh 0;
    padding-bottom: 20vh;
  }
  .career_section {
    padding: 5vh 0 3vh;
  }
  .meet_circle .team_text h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .meet_circle .team_text p {
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 24px;
  }
  .meet_circle {
    display: flex;
    overflow: overlay;
    overflow-x: auto;
  }
  .meet_circle .team_meet {
    justify-content: flex-start;
    align-items: center;
    min-width: 45%;
    margin-right: 8px;
  }
  .news_bx {
    overflow: overlay;
  }
  .news_cont {
    padding: 32px 35px;
    width: 248px;
    height: 227px;
    min-width: 49%;
    margin: 56px 0 18px;
  }
  .leaders_say_section .review_bx {
    flex-direction: column-reverse;
  }
  .leaders_say_section .img-area {
    margin: 0 35px 0 0;
  }
  .leaders_say_section .img-area img {
    width: 160px;
  }
  .leaders_say_section .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
  }
  .leaders_say_section .profile .bio {
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .leaders_say_section .profile .bio h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-family: "Montserrat", sans-serif;
  }
  .leaders_say_section .profile .bio h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #1c568c;
  }
  .leaders_say_section .content h2 {
    font-size: 24px;
    line-height: 121%;
  }
  .leaders_say_section .content p {
    font-size: 15px;
    line-height: 148%;
  }
  .leaders_say_section {
    background: url(../images/leader_shapes_blue1.png) no-repeat 100%;
    background-size: cover;
    /*    background-position: center;*/
    padding: 30vh 0 0vh;
    padding: 72px 0 0;
  }
  .leaders_say_section .carousel-control-prev {
    left: 71%;
  }
  .leaders_say_section .single-item {
    color: #111;
    padding: 0 0px;
    margin: 0px 0px;
  }
  .meet_section h2 {
    font-size: 24px;
  }
  .img_new_desk {
    display: none;
  }
  .img_new_mob {
    display: block;
  }
  .leaders_say_section .carousel-control-next-icon,
  .leaders_say_section .carousel-control-prev-icon {
    height: 24px;
    width: 24px;
  }
  .leaders_say_section .carousel-control-next,
  .leaders_say_section .carousel-control-prev {
    bottom: -11px;
  }
  .story_section {
    padding: 3vh 0 5vh;
  }
  .news_section {
    padding: 56px 0 42px;
  }
  .footer_section_inner {
    padding: 24px 0 30px;
  }
  /* ----changes ntb/payment-option page---- */
  .top_credit_ntb_pay_opt h2 {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }

  .top_credit_ntb_pay_opt p {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.4%; /* 24.384px */
    letter-spacing: 0.2px;
  }
  #top_credit_ntb {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .top_story_ntb {
    display: flex;
    flex-direction: column;
  }

  .top_story_ntb p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .credit_circle_ntb {
    padding-top: 29px;
  }
  .credit_circle_ntb img {
    width: 197px;
  }
  .career_img_ntb {
    padding-top: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #top_credit_pay_opt {
    padding-top: 74px !important;
    padding-bottom: 0 !important;
  }
  .career_img_pay_opt {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career_img_pay_opt img {
    padding: 20px 0;
  }
  .line_break {
    display: inline;
  }
  .line_break1 {
    display: block;
  }
  .ntb_bottom h1 {
    font-size: 24px;
  }
  .nav {
    display: flex;
  }
  .nav_menu {
    display: none;
  }
  .new-img {
    position: absolute;
    left: 205px;
    top: unset;
  }
  .top_story_border {
    display: none;
  }
  .credit_circle_payment {
    padding-top: 40px !important;
  }
  .credit_circle_payment img {
    width: 196px !important;
    height: 126px !important;
  }
}
.barCodeSection {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(236, 245, 254);
}
@media only screen and (max-width: 767px) {
  .store-section {
    margin-top: 0;
  }

  .store-address {
    overflow: scroll;
  }

  .store-list {
    padding: 2vw 3vw;
    min-width: 60vw;
    max-height: 300px;
  }

  .dropdown select {
    width: 68px;
  }
  .barCodeSection-btm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  .barCodeSection-btm .bankLink {
    font-size: 10px;
  }

  .shopse-features {
    margin-top: 0;
    flex-direction: column;
  }
  .barcodebtn {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    background: #1d568d;
    padding: 18px 78px;
    width: 90%;
    margin-left: 7%;
  }
  .nocostBarcode {
    display: flex;
    justify-content: center;
  }
  .barcode-responsive {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    font-family: Montserrat;
    color: #000;
    background: #ffc059;
    padding: 11px 79px;
  }
  .barCodeSection {
    display: none;
  }
  .featureContent {
    padding: 5px;
    text-align: center;
  }
  .featureTitle {
    text-align: center;
  }
  .store-heading {
    font-size: 14px;
    position: relative;
    bottom: 36px;
    padding: 0;
  }
  .dropdown-search {
    font-size: 10px;
    padding: 0px 4px;
  }
  .dropdown-btn {
    font-size: 12px;
  }
  .locate-dropdown {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .cashbacksection-inner {
    font-size: 20px;
  }
  .cashbacksection-locate {
    font-size: 12px;
  }
  .cashbacksection-locate img {
    width: 30px;
  }
  .cashbacksection {
    margin-top: 53px !important;
  }
  .enroll-btn {
    border-radius: 58.644px;
    width: 125px;
    padding: 14.075px 18.766px;
    font-size: 14px;
  }
  .btn-smDiv {
    display: block;
    padding-top: 39px;
  }
  .btn-sm {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    width: 343px;
    padding: 14.075px 18.766px;
    justify-content: center;
    align-items: center;
    border-radius: 58.644px;
    background: #fff;
  }
  .merchant-btmsection {
    padding: 24px 16px;
  }
  .merchant-btm-inner {
    padding: unset;
  }
  .criteria-content {
    padding: 24px 16px 40px;
  }
  .badge-section {
    padding: 24px 16px;
  }
  .enroll-btm1,
  .enroll-btm2 {
    display: none;
  }
  .badge-conditions p {
    font-size: 9px;
    padding-top: 38px;
    margin-left: 13%;
  }
  .badge-criteria {
    font-size: 16px;
  }
  .badge-list1,
  .badge-list2,
  .badge-list3 {
    padding-top: 28px;
  }
  .badge1,
  .badge2,
  .badge3 {
    width: 64px;
    height: 64px;
  }
  .badge1-p,
  .badge2-p,
  .badge3-p {
    padding-top: 20px;
    text-align: center;
  }
  .badge-btm {
    display: none;
  }
  .badge-list1,
  .badge-list2,
  .badge-list3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .badge-intro {
    padding-bottom: 28px;
    text-align: center;
  }
  .badge-intro h2 {
    font-size: 20px;
  }
  .btm-cond {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .btm-cond h2 {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    padding-top: 24px;
    padding-bottom: 10px;
    text-align: initial;
  }
  .btm-cond p {
    color: #fff;
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }
  .tb-enroll {
    display: none;
  }
  .m-intask {
    width: 50%;
  }
  .m-inearn {
    padding-left: 10px;
    width: 50%;
  }
  .m-indet {
    padding-left: 10px;
    width: 50%;
  }
  .mtask {
    font-size: 8px;
    padding: 8.5px;
  }
  .mtable-content {
    background: #0f3d6c;
    border: none;
  }
  .m-earn {
    padding: 6.4px 45px 4.5px 45px;
  }
  .m-det {
    padding: 6.4px 85px 4.5px 85px;
  }
  .m-task {
    padding: 6.4px 55px 4.5px 55px;
  }
  .mt-head {
    font-size: 8px;
    padding-bottom: 4px;
  }
  .merchant-btmsection {
    text-align: center;
  }
  .merchant-btmsection h4 {
    font-size: 20px;
  }
  .merchant-btmsection p {
    font-size: 12px;
  }
  .merchant-btmdescrip {
    padding-bottom: 24px;
  }
  .toparea-criteria {
    text-align: center;
  }
  .toparea-criteria h2 {
    font-size: 20px;
  }
  .toparea-criteria p {
    font-size: 12px;
  }
  #invisi-member {
    display: none;
  }
  .membership-section {
    padding: 16px 12px 12px;
    margin-top: 24px;
  }
  .tier-membership-L {
    padding: 0 0 12px 28px;
  }
  .gold-silv-member p,
  .diamond-member p {
    padding: 14px 12px 15px 0;
  }
  .diamond-member h2,
  .gold-silv-member h2 {
    padding: 14px 0px 12px 15px;
  }
  .btm-criteria {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: initial;
  }
  .btm-criteria h2 {
    font-size: 10px;
    padding-top: 16px;
  }
  .btm-criteria p {
    font-size: 7px;
    margin-top: 0;
  }
  .credit_circle_payment {
    padding-top: 40px !important;
  }
  .credit_circle_payment img {
    width: 196px !important;
    height: 126px !important;
  }
  .ntb_bottom h1 {
    font-size: 24px;
  }
  .line_break {
    display: inline;
  }
  .line_break1 {
    display: block;
  }
  .new-img {
    position: absolute;
    left: 205px;
    top: unset;
  }
  .credit_circle {
    display: none;
  }
  #top_credit_pay_opt {
    padding-top: 74px !important;
    padding-bottom: 0 !important;
  }
  .top_story_border {
    display: none;
  }
  .career_img_pay_opt {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career_img_pay_opt img {
    padding: 20px 0;
  }
  .credit_circle_ntb {
    padding-top: 9px;
  }

  #top_credit_ntb {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .top_story_ntb {
    display: flex;
    flex-direction: column;
  }
  .top_story_ntb p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .credit_circle_ntb img {
    width: 197px;
  }
  .gife_img_cricle::after {
    content: "";
    position: absolute;
    top: 60px;
    background-image: url("/assets/images/mobile1_mob.png");
    width: 350px;
    height: 231px;
    left: 14%;
    z-index: 0;
  }
  .instant_img1 img {
    width: 65%;
  }
  .res_text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    /* or 18px */
    text-align: center;
    color: #1c568c;
  }
  .nav .sidepanel {
    padding-top: 44px;
  }
  .inner_heading p {
    font-size: 20px;
    line-height: 24px;
  }
  .inner_heading p span {
    font-size: 15px;
    display: block;
    line-height: 20px;
    margin-top: 1rem;
  }
  .footer_links {
    margin-right: 0px;
  }
  .buy_favorite_section .affordability_circle {
    width: 60%;
  }
  .buy_favorite_section .affordability_fle h1 {
    font-size: 28px;
    margin: 3rem 0;
  }
  .blueButton {
    font-size: 16px;
  }
  .wide_seller_section h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .wide_seller_section {
    padding: 12vh 0 22vh;
  }
  .sub_heading_3 {
    font-size: 22px;
    line-height: 140%;
  }
  .trust_pointers {
    font-size: 14px;
  }
  .education_loan_description {
    font-size: 18px;
  }
  .underline_button {
    font-size: 14px;
    font-weight: 700;
  }
  .experience_map_header {
    margin-bottom: 3rem;
    text-align: center;
  }
  .banner_bg_main {
    background: url("/assets/images/mesh_gr_mob.png") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.8;
    top: 0;
    background-size: cover;
  }
  .round_12 {
    top: 70px;
    left: 16%;
    width: 250px;
    height: 250px;
  }
  .mob_new1_qr {
    text-align: center;
    margin-top: 15px;
  }
  .qr_mob {
    width: 62%;
    margin: 0 0 10px 0%;
  }
  .mob_gif img {
    height: auto;
    width: 177px;
    border: 12px solid #1c568c;
    margin-bottom: 20px;
    border-radius: 24px;
  }
  .mob_gif::after {
    display: none;
  }
  .clude_lottie {
    width: 180px;
  }
  .banner_section_mob {
    display: block;
  }
  .bannner_section {
    display: none;
  }
  .nav {
    display: flex;
  }
  .nav_menu {
    display: none;
  }
  .grid_view_hide1 {
    display: none;
  }
  .grid_view_hide {
    display: block;
  }
  .c-header {
    height: auto !important;
  }

  header {
    background: rgb(255, 255, 255);
  }
  header .menu_nav ul.nav_bar {
    margin: 25px 0;
  }
  header .menu_nav ul.nav_bar li a {
    font-size: 12px;
    padding: 6px 5px;
    margin: 0 4px;
  }
  header .menu_nav {
    justify-content: center;
  }
  .prl_mlr {
    padding: 0;
    margin: 0;
  }
  .scaner {
    width: 155px;
    height: 155px;
  }
  .scrolling-words-box ul {
    margin: 3px 0 0;
  }
  .scrolling-words-box {
    height: 6rem;
  }
  .scrolling-words-container {
    font-size: 32px;
    justify-content: flex-start;
  }
  .section_start {
    text-align: left;
    padding: 15px 0 0 0;
  }
  .fisrt_heading {
    justify-content: start;
  }
  .section_start .fisrt_heading h1 {
    font-size: 32px;
    text-align: left;
    line-height: 38px;
  }
  .section_start .fisrt_heading h1 br {
    display: none;
  }
  .section_start p {
    font-size: 20px;
    text-align: left;
    line-height: 133%;
    margin-top: 14px;
  }
  .section_start p br {
    display: none;
  }
  .t_white1 {
    margin-top: 50px;
  }
  .section_start img {
    margin: 30px 0 0 0;
    width: 65%;
  }
  .c-header_line,
  .c-header_title {
    top: 8%;
  }
  .scrolling-words-box ul li {
    justify-content: flex-start;
    line-height: 36px;
    height: 6rem;
  }
  .o-layout.-gutter {
    margin-left: 0;
  }
  .shop_section h2 {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }
  .o-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .shop_section p {
    font-size: 20px;
    line-height: 133%;
    margin: 18px 0 0;
    text-align: left;
  }
  .shop_mobile_img {
    text-align: center;
    margin: 45px 0 46px;
  }
  .card_img {
    left: 0%;
  }
  .card_img img {
    width: 100%;
  }
  .extra_h2 {
    font-size: 32px !important;
  }
  .work_section h2 {
    padding-left: 30px;
    margin-left: -45px;
  }
  .brand_section {
    padding-left: 0rem;
  }

  .bganim {
    padding-top: 8vh;
    padding-bottom: 18vh;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    pointer-events: all;
  }
  .limitless_section h2 {
    font-size: 32px;
    line-height: 38px;
    justify-content: start;
    text-align: left;
  }
  .limitless_section h2 br {
    display: none;
  }
  .limitless_section h2 .lotti_img {
    width: 80px;
    height: 57px;
    margin: -17px 0 0 0px;
  }
  .limitless_section p {
    font-size: 22px;
    margin: 9px 0 0;
    text-align: left;
  }
  .limitless_section p br {
    display: none;
  }
  .bganim1 {
    background: url(/assets/images/bg2.png) no-repeat 0%;
    -moz-animation: cover_bg 0s ease infinite;
    animation: cover_bg 0s ease infinite;
    padding-top: 0vh;
    margin-top: -20px;
    background-size: cover;
  }
  .lottie_smiley_animation {
    position: relative;
    height: 34vh;
    margin-bottom: 0;
  }
  .lottie_img7 {
    width: 180px;
    margin: 0 0 0;
  }
  .lottie_img2 {
    width: 137px;
    left: 98px;
  }
  .yellowcurve {
    padding-top: 26vh;
    padding-bottom: 29vh;
  }
  .bluewave {
    padding-top: 23vh;
    padding-bottom: 22vh;
    margin-top: -38vh;
  }
  .bluewave2 {
    padding-top: 30vh;
    background-position: 73%;
    padding-bottom: 14vh;
    margin-top: -36vh;
  }
  .bluewave6 {
    padding-top: 23vh;
    padding-bottom: 32vh;
  }
  .liked_pb {
    padding-bottom: 136px;
  }
  .brandbg {
    padding-bottom: 0px;
    padding-top: 9vh;
  }
  .yellowwave2 {
    padding-top: 5vh;
    padding-bottom: 35vh;
  }
  .gife_img_cricle img {
    width: 69% !important;
  }
  .clientbg {
    padding-bottom: 40px;
    padding-top: 23vh;
  }
  .footer_bg_new {
    background: url("/assets/images/footer_bg_mob.png") #fff no-repeat 100%;
    background-position: top;
    background-size: cover;
    padding-top: 5vh;
  }
  .footer_in_bg {
    background: url("/assets/images/footer_bg_mob.png") #deefff no-repeat 100%;
    background-size: cover;
  }
  .wide_seller_footer {
    background: url("/assets/images/footer_bg_mob.png") #cbe2f7 no-repeat 100%;
    background-size: cover;
  }
  .google_pay {
    margin-bottom: 30px;
  }
  .o-image {
    mix-blend-mode: normal;
    opacity: 1;
  }
  .gife_img {
    margin: 0px 0 0 0;
    text-align: center;
  }
  .gife_img img {
    width: 180px;
  }
  .c-section_infos {
    padding-top: 49px;
  }
  .cloude_1 {
    margin-top: 0;
  }

  .c-speed-block_image {
    margin-bottom: 0;
  }
  .mouse_lottey {
    padding-top: 0vh;
  }
  .work_section h2 img {
    top: -15px;
  }
  .work_section ul.how_works li::after {
    background: #fff;
    border-radius: 5px;
    height: 28px;
  }
  .work_section ul.how_works li {
    font-size: 18px;
  }
  .work_pt_sec {
    padding-top: 10vh;
  }
  .brand_section h2 {
    padding-left: 0;
    text-align: center;
  }

  .brand_section p {
    line-height: 31px;
    font-size: 24px;
    text-align: center;
  }
  .happy_customer {
    margin: 52px 0 50px;
  }
  .customer_section .cutomer_list {
    display: block;
    text-align: center;
  }
  .banking_section p br {
    display: none;
  }
  .banking_section p {
    font-size: 24px;
    margin: 12px 0 15px;
  }
  .banking_section h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .banking_section h2 br {
    display: none;
  }
  .liked_text::after {
    display: none;
  }
  .liked_text::before {
    right: 0%;
    top: -3vh;
  }
  .liked_text {
    padding: 51px 70px 133px 50px;
    left: 0;
    right: 0;
    margin: 0 20px;
    width: 100%;
    border-top-right-radius: 42px;
  }
  .liked_text h2 {
    font-size: 35px;
    line-height: 43px;
    text-align: center;
  }
  .video_liked {
    width: 100%;
    left: 0;
    top: -110px;
    margin: 0 20px;
  }
  .footer_section {
    padding: 21px 0 0;
  }
  .footer_top_section {
    margin: 18px 0 0;
  }
  .footer_top_section img {
    margin: -29px 0px 0 28px;
  }
  .footer_link_box {
    display: block;
  }
  .footer_links {
    margin-bottom: 25px;
  }
  .footer_links p {
    margin: 0 0 0px;
  }
  .footer_links ul li a {
    font-size: 15px;
    line-height: 200.4%;
  }
  .footer_contact {
    display: block;
    width: 100%;
    position: static;
    left: 0;
    margin: 30px 0 20px;
    float: none;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .footer_dis_img {
    margin: 19px 0;
    justify-content: center;
  }
  header.sticky {
    height: auto;
    background: rgb(255, 255, 255) !important;
  }
  .footer_contact a {
    margin: 0 10px;
  }
  .cutomer_list span {
    font-size: 24px;
    line-height: 29px;
  }
  .partner_section .cutomer_list p {
    font-size: 36px;
    line-height: 43px;
  }
  .customer_section::before {
    border-top: 11px solid #ffc05a;
  }
  .gif_top_mt img {
    width: 100% !important;
    margin: 50px 0 0;
  }
  .slick-list {
    /*    	height: 29vh !important;*/
    height: 20vh !important;
  }
  .shop_section img {
    margin: 38px 0 0 0;
    width: 66%;
  }
  .perc_img img {
    width: 140px;
    margin: 0 0 0 25px;
  }
  .lottie_smile_1 {
    width: 53px;
    left: 38%;
    top: 38px;
  }
  .lottie_smile_2 {
    width: 35px;
    left: 25%;
    top: 123px;
  }
  .lottie_smile_3 {
    width: 35px;
    right: 7%;
    top: 46px;
  }
  .lottie_smile_4 {
    width: 35px;
    left: 14%;
    bottom: -27px;
  }
  .lottie_smile_img_2 {
    top: 45px;
    width: 55%;
  }
  .lottie_smile_img {
    right: 0;
    left: 0;
    width: 55%;
  }
  .works_google_pay {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
  }
  .works_google_pay img {
    margin-top: 10px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .thumb_lootie {
    margin-bottom: -50px;
    margin-left: -59px;
  }
  .affordability_fle {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .affordability_fle h1 {
    font-size: 24px;
    line-height: 121.1%;
    margin-bottom: 24px;
  }
  .affordability_fle p {
    font-size: 15px;
    line-height: 148%;
  }
  .affordability_fle p br {
    display: none;
  }
  .credit_fle {
    flex-direction: column-reverse;
    text-align: center;
  }
  .credit_fle h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .credit_fle p {
    font-size: 15px;
    line-height: 148%;
    /* width: 337px; */
  }
  .story_section .story_fle {
    flex-direction: column-reverse;
    text-align: center;
  }
  .story_section .story_fle h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .story_section .story_fle p {
    font-size: 15px;
    line-height: 148%;
  }
  .credit_circle {
    display: none;
  }
  .story_circle {
    display: none;
  }
  .img_desk_in_1 {
    display: none;
  }
  .img_respo_in_1 {
    display: block;
  }
  .meet_section h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .meet_section h2 br {
    display: none;
  }
  .news_section h2 {
    font-size: 18px;
    line-height: 121.1%;
  }
  .news_section p {
    line-height: 120%;
    font-size: 15px;
  }
  .news_cont p {
    font-size: 15px !important;
    line-height: 150% !important;
    margin: 20px 0;
  }
  .news_cont img {
    width: 47px;
  }
  .news_cont a {
    font-size: 15px;
  }
  .news_cont a img {
    width: 14px;
  }
  .career_cont p {
    font-size: 15px;
    line-height: 148%;
    margin-top: 30px;
  }
  .career_fle {
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 30px;
  }
  .career_img img {
    width: 222px;
  }
  .career_cont img {
    margin: 0 auto;
  }
  .footer_bg_new_inner .footer_top_section img {
    margin: -63px 0px 0 7px;
  }
  .customers_full_section {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .customers_full_section h1 {
    font-size: 24px;
    line-height: 121.1%;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .customers_full_section h1 br {
    display: none;
  }
  .customers_full_section p br {
    display: none;
  }
  .customers_full_section p {
    font-size: 15px;
    line-height: 148%;
    margin-bottom: 24px;
  }
  .customers_full_section .top_explore img {
    margin: 0 auto;
  }
  .trusted_brand h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .cont_partners_bx .contct_bx {
    justify-content: center;
    font-size: 15px;
    line-height: 148%;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .partner_main_bx {
    display: flex;
    /*    	display: grid;*/
    justify-content: center;
    width: 100%;
    /*
    	grid-template-areas:
        'item1 item1 item1 item1 item1 item1'
        'item2 item2 item2 item3 item3 item3';
*/
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .partner_main_bx .partner_num {
    margin-bottom: 20px;

    /*		grid-area: item1;*/
    /*
		    display: flex;
		flex-direction: column;
*/
    align-items: center;
  }
  .partner_main_bx .partner_num2 {
    /*
		grid-area: item2;
		text-align: left;
        align-items: flex-start !important;
*/
  }
  .partner_main_bx .partner_num3 {
    /*
		grid-area: item3;
		text-align: left;
        align-items: flex-start !important;
*/
  }
  .partner_main_bx .partner_num span {
    font-size: 24px;
  }
  .partner_main_bx .partner_num p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .why_join_box h2 {
    font-size: 18px;
    line-height: 121.1%;
  }
  .why_join_sec {
    flex-direction: column;
  }
  .why_join_box .join_us {
    width: 100%;
    margin-bottom: 32px;
  }
  .why_join_box .join_us p {
    font-weight: 600;
    font-size: 16px;
  }
  .why_join_box .join_us span {
    font-size: 16px;
  }
  .life_box p {
    font-size: 15px;
    line-height: 120%;
  }
  .life_box h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .opening_box h2 {
    font-size: 22px;
    line-height: 121%;
    margin-bottom: 10px;
  }
  .opening_box h2 br {
    display: none;
  }
  .opening_box p {
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 18px;
  }
  .opening_box .job_acco {
    width: 100%;
  }
  .opening_box .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
  .opening_box .accordion-body .job_heading {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .opening_box .accordion-body .job_dec span {
    font-size: 14px;
  }
  .opening_box .accordion-body .job_dec p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .opening_box .accordion-body .job_dec .job_a_link {
    background: #ffffff;
    border: 2px solid #1c568c;
    border-radius: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 128.91%;
    /* or 19px */
    display: inline-block;
    padding: 8px 24px;
    color: #1c568c;
    text-decoration: none;
  }
  .explore_section {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .explore_box {
    background-position: top;
    padding: 74px 0 135px;
  }
  .explore_section .top_explore img {
    margin: 0 auto;
  }
  .explore_box h1 {
    font-size: 24px;
  }
  .explore_box h1 br {
    display: none;
  }
  .explore_box p br {
    display: none;
  }
  .explore_box p {
    font-size: 15px;
  }
  .life_img_section {
    justify-content: space-between;
    margin-top: 24px;
    overflow: overlay;
    overflow-x: auto;
  }
  .life_img_section img {
    min-width: 80%;
    margin: 0 0 0 12px;
  }
  .team_box h2 {
    font-size: 24px;
    line-height: 121.1%;
  }
  .team_box p {
    font-size: 15px;
    line-height: 120%;
  }
  .team_box p br {
    display: none;
  }
  .team_box .slick-slider {
    height: auto !important;
  }
  .opening_box .accordion-button {
    padding: 16px 16px;
    font-size: 16px;
  }
  .team_box .card {
    display: flex !important;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .team_box .card-footer {
    text-align: left;
    margin-left: 10px;
  }
  .team_box .card .media {
    display: flex;
  }
  .team_box .card-body p {
    font-size: 16px;
    text-align: left;
  }
  .team_box .card .card-body {
    min-height: 177px;
  }
  .team_box .slick-prev {
    left: 63%;
  }
  .team_box .slick-prev,
  .team_box .slick-next {
    top: 88%;
  }
  .team_box .slick-next {
    right: 66px;
  }
  .team_box .profile-image {
    margin: 0 0 12px;
  }
  .customers_bx_innner {
    padding-bottom: 16vh;
  }
  .contct_bx p {
    margin-bottom: 30px;
  }
  .contct_bx p br {
    display: none;
  }
  .trusted_brand {
    padding: 60px 0 0;
  }
  .top_explore {
    margin: 34px 0;
  }
  .partner_main_bx {
    width: 100%;
    padding: 1px 0 20px;
  }
  .faq_box {
    padding: 12px 0 40px;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      border-radius 0.15s ease;
  }

  .faq_box .accordion-button {
    padding: 16px;
  }
  .faq_box .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
  .faq_box .accordion-body {
    font-size: 14px;
    padding: 24px 16px;
  }
  .faq_head {
    padding: 60px 0 0;
  }
  .faq_head p {
    font-size: 19px !important;
    padding: 10px 0 !important;
  }
  .why_join_box {
    padding-top: 0vh;
    margin-top: -3vh;
    padding-bottom: 32vh;
  }
  .why_section {
    margin-top: 30px;
  }
  .why_join_box .join_us img {
    margin: 16px auto;
  }
  .opening_box {
    padding: 3vh 0;
  }
  .affordability_section {
    padding: 11vh 0 0vh;
    padding-bottom: 19vh;
  }
  .credit_section {
    padding: 0vh 0;
    padding-bottom: 20vh;
  }
  .career_section {
    padding: 5vh 0 3vh;
  }
  .meet_circle .team_text h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .meet_circle .team_text p {
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 24px;
  }
  .meet_circle {
    display: flex;
    overflow: overlay;
    overflow-x: auto;
  }
  .meet_circle .team_meet {
    justify-content: flex-start;
    align-items: center;
    min-width: 45%;
    margin-right: 8px;
  }
  .news_bx {
    overflow: overlay;
  }
  .news_cont {
    padding: 32px 35px;
    width: 248px;
    height: 227px;
    min-width: 71%;
    margin: 56px 0 18px;
  }
  .leaders_say_section .review_bx {
    flex-direction: column-reverse;
  }
  .leaders_say_section .img-area {
    margin: 0 35px 0 0;
    width: auto;
  }
  .leaders_say_section .img-area img {
    width: 160px;
  }
  .leaders_say_section .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
  }
  .leaders_say_section .profile .bio {
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .leaders_say_section .profile .bio h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-family: "Montserrat", sans-serif;
  }
  .leaders_say_section .profile .bio h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #1c568c;
  }
  .leaders_say_section .content h2 {
    font-size: 24px;
    line-height: 121%;
  }
  .leaders_say_section .content p {
    min-height: auto;
    font-size: 15px;
    line-height: 148%;
  }
  .leaders_say_section {
    background: url(../images/leader_shapes_blue1.png) no-repeat 100%;
    background-size: cover;
    /*    background-position: center;*/
    padding: 30vh 0 0vh;
    padding: 72px 0 0;
  }
  .leaders_say_section .carousel-control-prev {
    left: 71%;
  }
  .leaders_say_section .single-item {
    color: #111;
    padding: 0 0px;
    margin: 0px 0px;
  }
  .leaders_say_section .carousel-control-next-icon,
  .leaders_say_section .carousel-control-prev-icon {
    height: 24px;
    width: 24px;
  }
  .leaders_say_section .carousel-control-next,
  .leaders_say_section .carousel-control-prev {
    bottom: -11px;
  }
  .story_section {
    padding: 3vh 0 5vh;
  }
  .news_section {
    padding: 56px 0 42px;
  }
  .life_box {
    padding: 0 0 5vh;
    margin-top: -9vh;
  }
  .team_box {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 440px) {
  .enroll-btn {
    border-radius: 58.644px;
    width: 125px;
    padding: 14.075px 18.766px;
    font-size: 14px;
  }
  .badge1,
  .badge2,
  .badge3 {
    width: 64px;
    height: 64px;
  }
  .merchant-btmdescrip h4 {
    padding-bottom: 16px;
  }
  .tb-enroll {
    display: none;
  }
  .m-intask {
    width: 50%;
  }
  .m-inearn {
    padding-left: 10px;
    width: 50%;
  }
  .m-indet {
    width: 50%;
  }
  .mtask {
    font-size: 8px;
    padding: 7.5px;
  }
  .mtable-content {
    background: #0f3d6c;
    border: none;
  }
  .m-earn {
    padding: 6.4px 30px 4.5px;
  }
  .m-det {
    padding: 6.4px 70px 4.5px;
  }
  .m-task {
    padding: 6.4px 48px 4.5px;
  }
  .mt-head {
    font-size: 8px;
    padding-bottom: 4px;
  }
  .lottie_smile_img_2 {
    top: 34px;
    left: -3px;
  }
  .section_start .fisrt_heading h1 br {
    display: none;
  }
  .lottie_smiley_animation {
    height: 20vh;
  }
  .slick-slider {
    height: 34vh !important;
  }
  .slick-list {
    height: 34vh !important;
  }
  .gife_img_cricle::after {
    left: 0%;
    top: 54px;
  }
  .gife_img_cricle img {
    width: 100% !important;
  }
  .team_box .slick-slider {
    height: auto !important;
  }
  .team_box .slick-prev {
    left: 47%;
  }
  .team_box .slick-prev,
  .team_box .slick-next {
    top: 92%;
  }
  .news_cont {
    padding: 32px 22px;
    width: 248px;
    height: 212px;
    min-width: 85%;
    margin-right: 20px;
  }
  .leaders_say_section .carousel-control-prev {
    left: 73%;
  }
  .leaders_say_section .carousel-control-next {
    left: 85%;
  }
  .team_box .slick-list {
    height: auto !important;
  }
}
@media only screen and (max-width: 414px) {
  .slick-list {
    height: 21vh !important;
  }
  .slick-slider {
    height: 27vh !important;
  }
  .team_box .slick-list {
    height: auto !important;
  }
}
@media only screen and (max-width: 395px) {
  .m-earn {
    padding: 6.4px 25px 4.5px;
  }
  .m-det {
    padding: 6.4px 65px 4.5px;
  }
  .m-task {
    padding: 6.4px 42px 4.5px;
  }
  .lottie_smile_img_2 {
    top: 23px;
    left: -6px;
  }
  .round_12 {
    top: 38px;
    left: 10%;
  }
  .gife_img_cricle::after {
    left: -6%;
    top: 36px;
  }

  .yellowwave2 {
    padding-top: 0vh;
    padding-bottom: 40vh;
  }
  .slick-list {
    /*    height: 28vh !important;*/
    height: 32vh !important;
  }
  .slick-slider {
    height: 33vh !important;
  }
  .team_box .slick-slider {
    height: auto !important;
  }
  .team_box .slick-list {
    height: auto !important;
  }

  .team_box .slick-prev {
    left: 47%;
  }
  .team_box .slick-prev,
  .team_box .slick-next {
    top: 88%;
  }
  .news_cont {
    padding: 32px 17px;
    width: 248px;
    height: 196px;
    min-width: 91%;
    margin-right: 10px;
  }
  .news_cont p {
    margin: 10px 0 5px;
  }
}
@media only screen and (max-width: 360px) {
  header .menu_nav ul.nav_bar li a {
    margin: 0 2px;
  }
  .lottie_smile_img_2 {
    top: 20px;
    left: -6px;
  }

  .round_12 {
    top: 44px;
    left: 13%;
    width: 230px;
    height: 230px;
  }
  .liked_text {
    padding: 51px 63px 133px 50px;
  }
  .gife_img_cricle::after {
    left: -8%;
    top: 38px;
  }
  .bluewave2 {
    padding-top: 42vh;
  }
  .team_box .slick-prev {
    left: 47%;
  }
  .team_box .slick-prev,
  .team_box .slick-next {
    top: 88%;
  }
  .news_cont {
    padding: 24px 17px;
    width: 248px;
    height: 184px;
  }
}
@media only screen and (max-width: 320px) {
  header .menu_nav ul.nav_bar li a {
    font-size: 11px;
    padding: 6px 4px;
    margin: 0 2px;
  }
  .footer_top_section img {
    margin: -25px 0 0;
  }
  .extra_h2 {
    font-size: 24px !important;
  }
  .liked_text {
    padding: 48px 0px 100px 0px;
    width: 100%;
  }
  .video_liked {
    top: -78px;
  }
  .banking_section p {
    font-size: 14px;
    line-height: 23px;
    margin: 12px 0 15px;
  }
  .work_section h2 {
    padding-left: 25px;
  }
  .limitless_section h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .limitless_section p {
    font-size: 16px;
  }
  .work_section ul.how_works li {
    font-size: 14px;
    padding-left: 35px;
  }
  .brand_section p {
    font-size: 16px;
  }
  .gife_img_cricle::after {
    left: 8%;
  }
  .section_start p {
    font-size: 16px;
    line-height: 24px;
  }
  .scrolling-words-container {
    font-size: 23px;
  }
  .lottie_smile_img {
    position: absolute;
    right: 0;
    left: -5px;
    top: 7px;
  }
  .lottie_smile_1 {
    width: 45px;
    left: 35%;
  }
  .round_12 {
    top: 39px;
    left: 12%;
    width: 200px;
    height: 200px;
  }
  .c-section_infos {
    padding-top: 0;
  }
  .thumb_lootie {
    width: 130px;
    height: 130px;
    margin-bottom: -50px;
    margin-left: -45px;
  }
  .lottie_smiley_animation {
    height: 48vh;
  }
  .yellowwave2 {
    padding-top: 0vh;
    padding-bottom: 50vh;
  }
  .slick-list {
    /*    height: 32vh !important;*/
    height: 36vh !important;
  }
  .slick-slider {
    height: 40vh !important;
  }
  .team_box .slick-prev {
    left: 40%;
  }
  .team_box .slick-prev,
  .team_box .slick-next {
    top: 86%;
  }
  .news_cont {
    padding: 20px 17px;
    width: 248px;
    height: 165px;
  }
  .footer_bg_new {
    padding-top: 12vh;
  }
}

.accordion-container > ul {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
}

.accordion-container ul li::marker {
  content: "";
}

.accordion-container > ul > li > ul {
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-container > ul > li {
  background-color: #fff;
  margin: 0;
}

.accordion-container > ul li button {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  padding: 20px 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  text-align: left;
}

.accordion-container > ul li button.open {
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #1c568c;
}
.membership {
  /* margin-top: 300px; */
  background-color: #deefff;
  padding: 101px 140px 133px 137px;
}

@media (max-width: 768px) {
  .membership {
    padding: 16px 0 16px 16px;
  }

  .membership .mem-borderbtm1,
  .membership .mem-borderbtm2 {
    display: none;
  }

  .member-cards {
    padding: 0 0 32px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    overflow-x: scroll;
  }

  .member-cards::-webkit-scrollbar {
    width: 0;
  }

  .member-cards .mem-imgCard {
    /* width: 250px; */
    width: auto;
    height: 303px;
    padding: 0;
    margin-right: 16px;
  }
}
.partner-new {
  color: #012241;
  font-size: 10px;
  font-weight: 800;
  border-radius: 83.333px;
  padding: 4px 8px;
  border: 0.833px solid #16538d;
  background: var(--warning-state-shades-25, #fffcf5);
  box-shadow: 3.33333px 3.33333px 6.66667px 0px rgba(0, 0, 0, 0.03);
}

.store-list-brands-container {
  background: #ecf5fe;
  padding-top: 50px;
  padding-bottom: 50px;
}

.brand-container {
  /* width: 100%; */
  background: linear-gradient(180deg, #1D568D 50.14%, rgba(29, 86, 141, 0.00) 100%);
  padding-left: 57px;
  padding-top: 105px;
}

.brand-list-carousel {
  align-items: center;
}

.brand-category {
  margin-right: 68px;
}

.brand-category h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.03);
  color: #fff;
  margin-bottom: 32px;
}

.brand-category-images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.brand-category-images img {
  height: 131px;
  object-fit: contain;
  border-radius: 21px;
  margin-right: 21px;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  position: absolute;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@media only screen and (max-width: 768px) {
  .brand-container {
    padding-top: 70px;
    padding-left: 29px;
  }

  .brand-category h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
  }

  .brand-category-images img {
    height: 54px;
    border-radius: 8px;
    margin-right: 8px;
  }

  .brand-category {
    margin-right: 28px;
  }
}

.brand-list-carousel.slick-slider, .brand-list-carousel .slick-list {
  height: auto !important;
}

.address-link {
  color: #090909;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; /* 26.64px */
}

.address-link:hover {
  color: #090909;
}