@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
img {
  height: auto;
}
* {
  margin: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.pe-0 {
  padding-right: 0 !important;
}
.wrapper,
.wrapper-fluid,
.wrapper-large-desk,
.wrapper-med-desk,
.wrapper-desktop,
.wrapper-tablets,
.wrapper-mobile {
  width: 100% !important;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wrapper-mobile,
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 767px) {
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper-desktop,
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper-med-desk,
  .wrapper-desktop,
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wrapper-large-desk,
  .wrapper-med-desk,
  .wrapper-desktop,
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0;
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-mobile-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mobile-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mobile-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mobile-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mobile-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mobile-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mobile-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mobile-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mobile-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mobile-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mobile-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mobile-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mobile-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .col-tablets-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-tablets-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-tablets-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-tablets-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-tablets-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-tablets-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-tablets-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-tablets-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-tablets-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-tablets-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-tablets-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-tablets-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-tablets-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-desktop {
    flex: 1 0 0%;
  }
  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-med-desk {
    flex: 1 0 0%;
  }
  .col-med-desk-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-med-desk-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-med-desk-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-med-desk-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-med-desk-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-med-desk-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-med-desk-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-med-desk-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-med-desk-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-med-desk-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-med-desk-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-med-desk-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-med-desk-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-large-desk {
    flex: 1 0 0%;
  }
  .col-large-desk-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-large-desk-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-large-desk-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-large-desk-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-large-desk-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-large-desk-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-large-desk-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-large-desk-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-large-desk-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-large-desk-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-large-desk-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-large-desk-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-large-desk-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.align-self-center {
  align-self: center !important;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: #fff0;
}
.justify-content-center {
  justify-content: center !important;
}
.m-0 {
  margin: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-top: 3rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.text-center {
  text-align: center !important;
}
.d-none {
  display: none;
}
.testimonial-card .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.testimonial-card.expanded .desc {
  white-space: normal;
}
.read-more {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  display: none;
  margin-top: 5px;
  font-size: 1.2rem;
}
.hidden {
  display: none;
}
.readmore {
  background: #fff;
  color: #0b81ec;
  font-weight: 500;
  padding: 8px 12px;
  padding-right: 20px;
  border: none;
  cursor: pointer;
  margin-bottom: 40px;
  border-radius: 4px;
  font-size: 16px;
  transition: background 0.3s ease;
  margin-left: 15px;
  display: block;
  position: relative;
}
.readmore::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow_blue.png) no-repeat right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.readmore.readless::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow_blue.png) no-repeat right;
  background-size: contain;
  position: absolute;
  transform: rotate(-90deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 940px) {
  .wrapper {
    max-width: 767px;
  }
}
@media (min-width: 767px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 1440.5px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199.5px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.5px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.5px) {
  html {
    font-size: 14px;
  }
}
#mainNav {
  padding: 1rem 1rem;
  background: #004a8f;
}
.banner {
  background: #32679b;
  padding: 20px 0;
}
.banner .content h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 800;
}
.banner .content h2 {
  color: #00bdf2;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}
.banner .content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px 12px 20px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 16px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow_right_blue1.svg) no-repeat #fff;
  background-position: 91% 14px;
  background-size: 12px;
  color: #094e8f;
  font-weight: 600;
}
.mostout {
  background-color: #d6e7f0;
  padding: 50px 0;
}
.mostout .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
.mostout .widerange {
  display: flex;
  justify-content: space-between;
}
.mostout .widerange .box {
  width: 32.5%;
  color: #fff;
  padding: 30px;
  margin-bottom: 1.5%;
}
.mostout .widerange .box .imgz {
  margin-bottom: 10px;
  min-height: 120px;
}
.mostout .widerange .box .imgz img {
  width: 90px;
  opacity: 0.8;
}
@media screen and (max-width: 1440.5px) {
  .mostout .widerange .box .imgz {
    margin-bottom: 10px;
    min-height: 70px;
  }
  .mostout .widerange .box .imgz img {
    width: auto;
    height: 60px;
  }
}
.mostout .widerange .box p {
  line-height: 22px;
  min-height: 46px;
  font-size: 16px;
}
.mostout .widerange .box h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.mostout .widerange .box button {
  color: #fff;
  display: block;
  margin-top: 30px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow2.png) no-repeat;
  background-position: 95% 1px;
  width: 140px;
  background-size: 8px;
  transition: all 0.5s;
  text-align: left;
  border: none;
}
.mostout .widerange .box button:hover {
  background-position: 99% 3px;
  opacity: 0.8;
  cursor: pointer;
}
.mostout .widerange .box.first {
  background: #2074ad;
  background: linear-gradient(
    180deg,
    rgb(32 116 173) 0%,
    rgb(53 149 214) 49%,
    rgb(32 116 173) 100%
  );
  border-radius: 30px 0 0 0;
}
.mostout .widerange .box.second {
  background: #86186b;
  background: linear-gradient(
    180deg,
    rgb(134 24 107) 0%,
    rgb(181 33 144) 49%,
    rgb(134 24 107) 100%
  );
}
.mostout .widerange .box.third {
  background: #1b4977;
  background: linear-gradient(
    180deg,
    rgb(27 73 119) 0%,
    rgb(37 105 174) 49%,
    rgb(27 73 119) 100%
  );
  border-radius: 0 30px 0 0;
}
.mostout .widerange .box.fourth {
  background: #4e043d;
  background: linear-gradient(
    180deg,
    rgb(78 4 61) 0%,
    rgb(138 11 109) 49%,
    rgb(78 4 61) 100%
  );
  border-radius: 0 0 0 30px;
}
.mostout .widerange .box.fifth {
  background: #19446f;
  background: linear-gradient(
    180deg,
    rgb(25 68 111) 0%,
    rgb(34 100 223) 49%,
    rgb(25 68 111) 100%
  );
}
.mostout .widerange .box.six {
  background: #c30f6d;
  background: linear-gradient(
    180deg,
    rgb(195 15 109) 0%,
    rgb(228 76 155) 40%,
    rgb(228 76 155) 57%,
    rgb(195 15 109) 100%
  );
  border-radius: 0 0 30px 0;
}
.control {
  list-style: none;
}
.control li {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 50%;
  cursor: pointer;
}
.control li.prev {
  left: 20px;
}
.control li.next {
  right: 20px;
}
.control li.next img {
  transform: rotate(180deg);
}
.control li img {
  width: 40px;
}
.tns-nav {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tns-nav .tns-nav-active {
  background: #238f9d;
}
.tns-nav button {
  height: 13px;
  width: 8px;
  border: none;
  margin-left: 7px;
  border-radius: 50%;
  background: #ccc;
}
.tinybox img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.tinybox p {
  margin-bottom: 0;
}
.subhead {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.opt01,
.opt02,
.opt03 {
  position: relative;
  margin-bottom: 50px;
}
.opt01 .control li {
  top: 45%;
  transform: none;
}
.opt03 {
  max-width: 600px;
  margin: 0 auto;
}
.cardrange {
  padding: 50px 0;
  position: relative;
}
.cardrange .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
.cardrange .my-slider2 .content {
  border: 1px solid #ccc;
  padding-bottom: 40px;
  border-radius: 25px;
  min-height: 520px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
}
.cardrange .my-slider2 .top {
  background-color: #66c8eb;
  min-height: 170px;
  padding: 25px;
  border-radius: 20px 20px 0 0;
}
.cardrange .my-slider2 .top h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(1) .top {
  background-color: #7f2565;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(2) .top {
  background-color: #49307a;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(3) .top {
  background-color: #723201;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(4) .top {
  background-color: #4e9bc8;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(5) .top {
  background-color: #0061ab;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(6) .top {
  background-color: #024589;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(7) .top {
  background-color: #654b96;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(8) .top {
  background-color: #0061ab;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(9) .top {
  background-color: #4e9bc8;
}
.cardrange .my-slider2 .swiper-slide:nth-of-type(10) .top {
  background-color: #0061ab;
}
.cardrange .my-slider2 .bottom .cards {
  min-height: 270px;
}
.cardrange .my-slider2 .bottom img {
  width: 65%;
  margin: 0 auto;
  display: block;
  margin-top: -60px;
  border-radius: 0;
}
.cardrange .my-slider2 .bottom ul {
  text-align: left;
  margin: -40px auto 0;
  width: 80%;
  font-size: 15px;
  min-height: calc(145px + 74.5px);
  list-style: none;
  padding: 0;
}
.cardrange .my-slider2 .bottom .btn {
  text-align: center;
}
.cardrange .my-slider2 .bottom .btn a {
  display: inline;
  padding: 10px 20px;
  border-radius: 5px;
}
.cardrange .my-slider2 .bottom .btn a:last-child {
  color: #fff;
  background: #094e8f;
  border: 1px solid #094e8f;
  margin-right: 10px;
}
.cardrange .my-slider2 .bottom .btn a:first-child {
  color: #094e8f;
  background: #fff;
  border: 1px solid #094e8f;
  display: none;
}
.cardrange .my-slider2 .bottom ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}
.cardrange .my-slider2 .bottom ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #32679b;
  border-radius: 50%;
}
@media screen and (max-width: 767.5px) {
  .cardrange .my-slider2 .bottom .btn {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .cardrange .my-slider2 .bottom .btn a {
    padding: 10px 10px;
    font-size: 15px;
  }
}
.cardrange .control li {
  display: none;
}
.accordion {
  width: 100%;
  margin: 20px auto;
}
.accordion .cmp-accordion__item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.accordion .cmp-accordion__item .cmp-accordion__header {
  margin: 0;
}
.accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__title {
  font-weight: 700;
}
.accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__icon {
  font-size: 20px;
  transition: transform 0.3s;
}
.accordion .cmp-accordion__item .cmp-accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}
.accordion .cmp-accordion__item .cmp-accordion__panel img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}
.accordion .cmp-accordion__item .cmp-accordion__panel p {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.8rem;
}
.accordion .cmp-accordion__item .cmp-accordion__panel p b {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.8rem;
  font-weight: 700;
}
.accordion .cmp-accordion__item .cmp-accordion__panel ul,
.accordion .cmp-accordion__item .cmp-accordion__panel ol {
  padding-left: 30px;
  margin: 15px 0;
}
.accordion .cmp-accordion__item .cmp-accordion__panel ul li {
  font-size: 1.2rem;
  color: #000;
  list-style-type: disc;
  line-height: 1.8rem;
}
.accordion .cmp-accordion__item .cmp-accordion__panel ol li {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.8rem;
}
.accordion .cmp-accordion__item.active .cmp-accordion__panel {
  max-height: 1000px;
  padding: 15px;
}
.accordion .cmp-accordion__item.active .cmp-accordion__icon {
  transform: rotate(45deg);
}
.Faqs {
  padding: 40px 0 0 0;
}
.Faqs .cmp-title__text {
  text-align: center;
  margin: 20px 0;
  font-size: 36px;
  font-weight: 600;
}
.Faqs .accordion {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.Faqs .cmp-accordion__item {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.Faqs .cmp-accordion__item:nth-of-type(1) {
  border-top: 1px solid #ccc;
}
.Faqs .cmp-accordion__button {
  padding: 15px 15px 15px 15px;
  height: 55px;
}
.Faqs .cmp-accordion__button,
.Faqs .cmp-accordion__panel {
  background-color: #fff;
  font-size: 14px;
}
.Faqs .viewbtn {
  background: #004a8f;
  color: #fff;
  display: block;
  width: 155px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 30px 15px 10px;
  border-radius: 5px;
  font-size: 15px;
  background-position: 90% 19px;
  background-size: 8px;
  margin-top: 40px;
  position: relative;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  border: none;
}
.Faqs .viewbtn::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow2.png) #004a8f no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.5s ease-in-out;
}
.Faqs .viewbtn.viewless::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow2.png) #004a8f no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: -3px;
  bottom: 0;
  margin: auto;
  transition: transform 0.5s ease-in-out;
}
.Faqs .cmp-accordion__title {
  color: #333;
  font-size: 1.1rem;
  padding-right: 20px;
  display: flex;
}
.Faqs .cmp-accordion__title > strong {
  width: 30px;
  font-weight: 600;
}
.Faqs .cmp-accordion__title > b {
  width: calc(100% - 30px);
  font-weight: 600;
  font-size: 1.2rem;
}
.Faqs .cmp-accordion__item.active .cmp-accordion__title {
  color: #004a8f;
  font-size: 1.1rem;
}
.Faqs .cmp-accordion__panel {
  padding-top: 0 !important;
}
.Faqs .cmp-accordion__panel .text {
  padding: 0 30px 0 30px;
}
.Faqs .cmp-accordion__panel p {
  margin: 0;
}
.Faqs .cmp-accordion__item.last {
  border-bottom: 0;
}
.Faqs .cmp-accordion__item.active .cmp-accordion__icon {
  transform: rotate(180deg);
}
.Faqs .cmp-accordion__icon img {
  width: 15px;
}
.Faqs .cmp-accordion__button .questmark {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .banner {
    padding: 40px 0;
  }
  .banner .content {
    margin-bottom: 30px;
  }
  .banner .content h1 {
    font-size: 28px;
  }
  .banner .content h2 {
    font-size: 24px;
  }
  .banner .content a {
    font-size: 14px;
    background-position: 91% center;
    background-size: 11px;
    font-weight: 600;
  }
  .mostout {
    padding: 40px 0;
  }
  .mostout .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mostout .widerange {
    display: inline;
  }
  .mostout .widerange .box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    min-height: 230px;
    position: relative;
  }
  .mostout .widerange .box .imgz {
    min-height: 50px;
  }
  .mostout .widerange .box .imgz img {
    width: auto;
    height: 46px;
  }
  .mostout .widerange .box h4 {
    font-size: 16px;
  }
  .mostout .widerange .box p {
    font-size: 12px;
    line-height: 16px;
    min-height: unset;
  }
  .mostout .widerange .box button {
    font-size: 13px;
    margin-top: 10px;
    background-position: 105px 1px;
    background-size: 8px;
    position: absolute;
    bottom: 20px;
  }
  .mostout .widerange .box.first {
    border-radius: 15px 0 0 0;
  }
  .mostout .widerange .box.second {
    border-radius: 0 15px 0 0;
  }
  .mostout .widerange .box.third,
  .mostout .widerange .box.fourth {
    border-radius: 0;
    background: #4e043d;
    background: linear-gradient(
      180deg,
      rgb(78 4 61) 0%,
      rgb(138 11 109) 49%,
      rgb(78 4 61) 100%
    );
  }
  .mostout .widerange .box.fifth {
    border-radius: 0 0 0 15px;
  }
  .mostout .widerange .box.six {
    border-radius: 0 0 15px 0;
  }
  .mostout .widerange .box.third {
    background-color: #4e043d;
  }
  .mostout .widerange .box.fourth {
    background: #1b4977;
    background: linear-gradient(
      180deg,
      rgb(27 73 119) 0%,
      rgb(37 105 174) 49%,
      rgb(27 73 119) 100%
    );
  }
  .cardrange {
    padding: 40px 0;
  }
  .cardrange .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cardrange .title br {
    display: none;
  }
  .Faqs .title {
    font-size: 28px;
  }
  .Faqs .accordion {
    padding: 0;
  }
}
.heading--section {
  font-size: 43px;
  color: #000;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
.section--tile {
  font-size: 3rem;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 991.5px) {
  .section--tile {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.5px) {
  .section--tile {
    font-size: 1.4rem;
  }
}
.scratch .giftbox {
  position: relative;
  padding-bottom: 6rem;
}
.scratch .giftbox .gift--img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
}
.scratch .giftbox .giftbox--content {
  position: absolute;
  top: 2rem;
  width: 870px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991.5px) {
  .scratch .giftbox .giftbox--content {
    width: 85%;
  }
}
.scratch .giftbox .giftbox--content h2.heading--section {
  font-size: 43px;
  line-height: unset;
  text-align: left;
  margin: 3rem 0rem 2rem 0rem;
  padding-left: 0rem;
  font-weight: 700;
  color: #fff;
}
.scratch .voucherbox {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 40px;
  height: 200px;
}
.scratch .voucherbox div span {
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.scratch .voucherbox div span img {
  width: 40px;
}
.scratch .voucherbox div p {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 15px;
}
.scratch .voucherbox div.one span {
  background-color: #cde0ff;
}
.scratch .voucherbox div.one span img {
  width: 100%;
  max-height: 175px;
}
.panel_wrapper .panel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  text-align: center;
  border-radius: 20px;
}
.panel_wrapper .panel .canvas {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.panel_wrapper .panel .offersbx {
  font-size: 14px;
  color: #000;
  font-weight: 800;
  background-color: #fff;
  width: 75%;
  margin: 0 auto;
  padding: 15px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.panel_wrapper .panel .offersbx span:first-child {
  font-size: 30px;
  font-weight: 800;
  color: #00498d;
  text-transform: uppercase;
  display: block;
}
.panel_wrapper .panel a {
  background-color: #00498d;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 15px;
  display: inline-block;
  width: 140px;
  text-align: center;
  margin: 0 auto;
}
.panel_wrapper .panel,
.panel_wrapper .panel canvas {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.swiper {
  width: 100%;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: auto;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
  border-radius: 30px;
}
.swiper-pagination-bullet {
  background-color: #00498d;
  opacity: 0.4;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  content: "";
  border: 1px solid #00498d;
  left: -4px;
  top: -4px;
}
.scratch {
  padding-bottom: 80px;
}
.scratchCard {
  margin-top: 15rem;
}
@media screen and (max-width: 1400.5px) {
  .scratchCard {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1199.5px) {
  .scratchCard {
    margin-top: 12rem;
  }
}
.scratchCard .swiper-wrapper {
  height: auto;
  padding-bottom: 4rem;
}
.scratch .custom-prev,
.scratch .custom-next {
  display: none;
}
.panel_wrapper {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_reveal.png) no-repeat center center
    #fff;
  background-size: 100% auto;
}
.featuresCarousel .swiper-wrapper {
  padding-bottom: 4.5rem;
}
.featuresCarousel .swiper-slide {
  position: relative;
  transition: all 0.2s ease-out;
  transform: scale(0.8);
  opacity: 0.4;
}
.featuresCarousel .swiper-slide .features--contents {
  position: absolute;
  bottom: 20px;
  text-align: left;
  padding: 0 0 2.5rem 2rem;
}
.featuresCarousel .swiper-slide .features--contents h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: auto;
}
.featuresCarousel .swiper-slide .features--contents p {
  color: #fff;
  font-size: 1.3rem;
  width: 60%;
  margin-top: 0;
}
.featuresCarousel .swiper-slide .features--contents p span {
  display: block;
  font-size: 1rem;
  font-style: italic;
  margin-top: 10px;
}
@media screen and (max-width: 1600.5px) {
  .featuresCarousel .swiper-slide .features--contents {
    bottom: 15px;
  }
  .featuresCarousel .swiper-slide .features--contents h4 {
    font-size: 1.8rem;
  }
  .featuresCarousel .swiper-slide .features--contents p {
    font-size: 1.2rem;
  }
  .featuresCarousel .swiper-slide .features--contents p span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1440.5px) {
  .featuresCarousel .swiper-slide .features--contents {
    bottom: 10px;
  }
  .featuresCarousel .swiper-slide .features--contents h4 {
    font-size: 1.7rem;
  }
  .featuresCarousel .swiper-slide .features--contents p {
    font-size: 1.1rem;
  }
  .featuresCarousel .swiper-slide .features--contents p span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1199.5px) {
  .featuresCarousel .swiper-slide .features--contents {
    bottom: 5px;
  }
  .featuresCarousel .swiper-slide .features--contents h4 {
    font-size: 1.6rem;
  }
  .featuresCarousel .swiper-slide .features--contents p {
    font-size: 1.1rem;
  }
  .featuresCarousel .swiper-slide .features--contents p span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 991.5px) {
  .featuresCarousel .swiper-slide .features--contents {
    bottom: 5px;
    padding: 0 0 1rem 1rem;
  }
  .featuresCarousel .swiper-slide .features--contents h4 {
    font-size: 1.2rem;
  }
  .featuresCarousel .swiper-slide .features--contents h4 > br {
    display: none;
  }
  .featuresCarousel .swiper-slide .features--contents p {
    font-size: 0.8rem;
  }
  .featuresCarousel .swiper-slide .features--contents p span {
    font-size: 0.7rem;
  }
}
.featuresCarousel .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 767.5px) {
  .featuresCarousel .swiper-slide .features--contents {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 0 0 1.5rem 1.5rem;
  }
  .featuresCarousel .swiper-slide .features--contents p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1400px) {
  .cardrange .my-slider2 .content {
    min-height: 580px;
  }
  .cardrange .my-slider2 .bottom .cards {
    min-height: 315px;
  }
}
@media screen and (max-width: 1440px) {
  .cardrange .my-slider2 .bottom .cards {
    min-height: 220px;
  }
  .cardrange .my-slider2 .bottom img {
    width: 40%;
  }
}
@media screen and (max-width: 767.5px) {
  .featuresCarousel {
    width: 84%;
  }
  .cardrange .my-slider2 .bottom img {
    width: 45%;
  }
}
@media screen and (max-width: 480.5px) {
  .cardrange .my-slider2 .bottom img {
    width: 55%;
  }
}
.img-offers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 316px;
  justify-content: space-around;
  border-radius: 24px;
  width: 198px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg.png) no-repeat center center #e0e0e0;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
  background-size: 90% auto;
}
.img-offers div {
  display: none;
}
.img-offers img {
  cursor: pointer;
}
.img-offers .offersbx-new {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  background-color: #fff;
  width: 75%;
  margin: 0 auto;
  padding: 15px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.img-offers .offersbx-new span {
  font-size: 30px;
  font-weight: 800;
  color: #00498d;
  text-transform: uppercase;
  display: block;
}
.img-offers a {
  background-color: #00498d;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
  display: inline-block;
  width: 140px;
  text-align: center;
  margin: 0 auto;
}
.cracker {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 500px;
  width: 300px;
}
.qr--modal-content .pixellogo {
  padding-top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 7px;
}
.qr--modal-content .qrcode {
  padding-bottom: 10px;
  width: 180px;
}
.qr--modal-content .appstore {
  display: block;
  margin: 0 auto 10px;
}
.qr--modal-content .googlestore {
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
}
.qr--modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0 0 0 / 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}
.qr--modal-overlay.active {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.qr--modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background: #fff0;
  background-size: 100% 100%;
  width: 250px;
  height: 355px;
  padding: 30px;
  border-radius: 15px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.qr--modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.qr--modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.qr--modal .qr--modal-content {
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
  width: 100%;
  height: 100%;
  display: none;
}
.qr--modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.qr--modal.active .qr--modal-content {
  opacity: 1;
  text-align: center;
  display: block;
}
.qr--modal.active .close-modal {
  transform: translateY(10px);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .qr--modal {
    -webkit-overflow-scrolling: touch;
  }
}
.panel_wrapper canvas {
  cursor: url(https://oh22projects.com/hdfc/rupay_upi_card//content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/hand_scratch.svg)
      0 0,
    pointer;
}
footer {
  background-color: #004a8f;
  color: #fff;
  padding: 10px 0;
}
footer p {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}
footer .footer--terms-policy > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
section {
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
}
.v-desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .v-desk {
    display: block;
  }
}
.v-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .v-mobile {
    display: none;
  }
}
.v-deskN {
  display: none;
}
@media screen and (min-width: 991px) {
  .v-deskN {
    display: block;
  }
}
.v-mobileN {
  display: block;
}
@media screen and (min-width: 991px) {
  .v-mobileN {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section#saving {
    background: linear-gradient(180deg, #bee9fc 0%, #e0f1ff 100%);
    padding: 30px 0;
  }
}
section#saving .wrapper {
  background: linear-gradient(180deg, #bee9fc 0%, #e0f1ff 100%);
  padding: 0 2.5rem 1.25rem 2.5rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  section#saving .wrapper {
    background: none;
    padding: 0 20px;
  }
}
section#saving .wrapper h2 {
  font-size: 1.9rem;
  line-height: 2.63rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  section#saving .wrapper h2 {
    font-size: 1.5rem;
  }
}
section#saving .wrapper h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #1a4c88;
  font-weight: 700;
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  section#saving .wrapper h3 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0.5rem 0;
  }
}
section#saving .wrapper p {
  font-size: 1.2rem;
  line-height: 1.375rem;
  color: #333;
}
section#saving .wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.375rem;
  height: 3.25rem;
  background: #0b81ec;
  color: #fff;
  gap: 1.25rem;
  border-radius: 6px;
  margin-top: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section#saving .wrapper a {
    margin: 20px auto 0 auto;
  }
}
#testimonials {
  background: linear-gradient(to bottom, #0c4a8e 50%, #ffffff 50%);
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #testimonials {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper {
    padding: 0;
  }
}
#testimonials .wrapper h2 {
  font-size: 3em;
  text-align: center;
  font-weight: 700;
  line-height: 4.25rem;
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper h2 {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 0;
  }
}
#testimonials .wrapper p {
  margin-top: 10px;
  font-size: 1.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
#testimonials .wrapper .swiper {
  padding: 15px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper .swiper {
    padding: 40px 15px 80px 15px;
  }
}
#testimonials .wrapper .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
  }
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card {
  border-radius: 30px;
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.32);
  min-height: 410px;
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card img {
  max-width: 100px;
  margin: 0 auto 10px;
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card h3 {
  font-size: 1.2em;
  margin: 10px 0 5px;
  color: #000;
  font-weight: 600;
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card p.subtitle {
  color: #000;
  font-size: 1em;
  margin: 5px 0;
  line-height: 28px;
  font-weight: 600;
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card .rating {
  color: #000;
  margin: 10px 0;
  font-weight: 600;
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card h4 {
  color: #094e8f;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 43px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper .swiper .swiper-slide .testimonial-card h4 {
    font-size: 1rem;
  }
}
#testimonials .wrapper .swiper .swiper-slide .testimonial-card p.desc {
  color: #000;
  font-size: 1.2rem;
  margin: 5px 0;
  line-height: 28px;
  font-weight: 400;
  display: inline;
}
@media screen and (max-width: 767px) {
  #testimonials .wrapper .swiper .swiper-slide .testimonial-card p.desc {
    font-size: 1rem;
    line-height: 18px;
  }
  #testimonials .wrapper .swiper .swiper-slide .testimonial-card {
    padding: 20px;
  }
}
#testimonials .wrapper .swiper .swiper-pagination-bullet-active {
  margin: 0 7px;
}
#apply {
  background: #d6e7f0;
  padding: 50px 0;
}
#apply .wrapper h2 {
  font-size: 43px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  #apply .wrapper h2 {
    font-size: 1.4rem;
  }
}
#apply .wrapper .content {
  display: none;
}
#apply .wrapper .content.active {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content.active {
    flex-direction: column;
  }
}
#apply .wrapper .content .step-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 5px;
  box-shadow: 8.222px -3.661px 43px 0 rgb(0 70 137 / 0.27);
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-tabs {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 6.395px -2.847px 36px 0 rgb(0 70 137 / 0.27);
    z-index: 1;
  }
}
#apply .wrapper .content .step-tabs .step-tab {
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  opacity: 0.5;
}
#apply .wrapper .content .step-tabs .step-tab span {
  font-size: 32px;
  line-height: 31px;
  font-weight: 500;
  display: block;
}
#apply .wrapper .content .step-tabs .step-tab.active {
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 1;
}
#apply .wrapper .content .step-tabs .step-tab.active::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: #036;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  z-index: -1;
  border-radius: 50px;
}
#saving {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-tabs .step-tab.active::after {
    content: "";
    display: block;
    width: 125%;
    height: 150%;
    background-color: #036;
    position: absolute;
    top: -20px;
    left: -50%;
    right: -50%;
    margin: auto;
    z-index: -1;
    border-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
#apply .wrapper .content .step-content {
  display: none;
}
#apply .wrapper .content .step-content.active {
  display: block;
}
#apply .wrapper .content .step-content .sub-steps {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-content .sub-steps {
    flex-direction: column;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss1 {
  align-self: stretch;
  align-content: center;
  border-radius: 30px;
  position: relative;
  min-width: 520px;
  width: 75%;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/steps/Shadow.png) no-repeat right bottom #fff;
  background-position: right -10px bottom 20px;
  background-size: 40%;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-content .sub-steps .ss1 {
    align-self: stretch;
    align-content: end;
    background: #fff;
    position: relative;
    min-height: 450px;
    margin-top: -75px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: auto;
    width: auto;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content {
  position: absolute;
  top: calc(50% - 79px);
  left: 40px;
  max-width: 60%;
}
@media screen and (max-width: 1023px) {
  #apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content {
    display: flex;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 92%;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  #apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content p br {
    display: none;
  }
  .ss1-content > img {
    margin-bottom: 0px !important;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content p {
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content p {
    font-size: 14px;
    line-height: 16px;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content p span {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #apply .wrapper .content .step-content .sub-steps .ss1 .ss1-content img {
    max-width: 50px;
    margin-top: 0;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss1 img {
  justify-self: center;
  position: relative;
  margin-top: -40px;
}
#apply .wrapper .content .step-content .sub-steps .ss1 img.v-desk {
  justify-self: end;
  position: relative;
  margin-top: 0;
  margin-right: 20px;
  width: 30%;
  margin-left: auto;
}
#apply .wrapper .content .step-content .sub-steps .ss2 {
  align-self: stretch;
  align-content: center;
  background: #8ec3f6;
  border-radius: 30px;
  padding: 20px;
}
#apply .wrapper .content .step-content .sub-steps .ss2 p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 990px) {
  #saving .wrapper {
    padding: 40px !important;
  }
  #saving .col-tablets-12 {
    text-align: center;
  }
}
@media (max-width: 990px) {
  #saving .col-tablets-12 .v-mobile,
  #saving .wrapper a {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-content .sub-steps .ss2 p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-content .sub-steps .ss2 p br {
    display: none;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss2 button img,
#apply .wrapper .content .step-content .sub-steps .ss2 a img {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .content .step-content .sub-steps .ss2 p img {
    max-width: 93px;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss2 button,
#apply .wrapper .content .step-content .sub-steps .ss2 a {
  display: block;
  margin-top: 20px;
  border: none;
  background: none;
  cursor: pointer;
}
#apply .wrapper .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1d86ff;
  border-radius: 50px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 5px;
  margin-bottom: 20px;
}
#apply .wrapper .tabs::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 4px solid #1d86ff;
  background-color: #fff;
  border-radius: 50%;
}
#apply .wrapper .tabs .tab {
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  background-color: #fff0;
  color: #555;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .tabs .tab {
    font-size: 13px;
  }
}
#apply .wrapper .tabs .tab span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #apply .wrapper .tabs .tab span {
    font-size: 16px;
    display: block;
    font-weight: 700;
  }
}
#apply .wrapper .tabs .tab.active[data-tab="payzapp"] {
  background-color: #094e8f;
  color: #fff;
  border-radius: 50px;
  padding-right: 50px;
}
#apply .wrapper .tabs .tab.active[data-tab="mycards"] {
  background-color: #094e8f;
  color: #fff;
  border-radius: 50px;
  padding-left: 50px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  justify-content: center;
  align-items: center;
}
.popup .popup-content {
  background: #fff;
  padding: 40px 20px 20px 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  position: relative;
}
.popup .popup-content iframe {
  width: 100%;
  height: 315px;
  border: none;
}
.popup .popup-content .close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  font-weight: 700;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  background: none;
  font-size: 20px;
}
.cardrange .swiper-pagination2 {
  text-align: center;
  margin-top: 50px;
}
.overflow-hidden {
  overflow: hidden;
}
.hide-elements {
  display: none;
}
@media screen and (max-width: 1199.5px) {
  .scratch .giftbox .giftbox--content h2.heading--section {
    font-size: 36px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991.5px) {
  .scratch .giftbox {
    height: 800px;
  }
  .scratch .giftbox .giftbox--content {
    top: 7rem;
  }
  .scratchCard {
    margin-top: 14rem;
  }
  .scratch .giftbox .giftbox--content h2.heading--section {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.5px) {
  .scratch .giftbox {
    height: 800px;
    padding-bottom: 2rem;
  }
  .scratch .giftbox .giftbox--content {
    top: 3rem;
  }
  .scratchCard {
    margin-top: 45%;
  }
  .scratch .giftbox .giftbox--content h2.heading--section {
    font-size: 2.1rem;
    text-align: center;
  }
  .img-offers {
    width: 100%;
    height: auto;
  }
  .img-offers img {
    width: 60%;
  }
}
@media screen and (max-width: 580px) {
  .banner .col-desktop-6 img {
    max-width: 90%;
  }
}
@media screen and (max-width: 480.5px) {
  .scratch .giftbox {
    height: auto;
    padding-bottom: 2rem;
  }
  .scratch .giftbox .giftbox--content {
    top: 3rem;
  }
  .scratchCard {
    margin-top: 15vh;
  }
  .scratch .giftbox .giftbox--content h2.heading--section {
    font-size: 1.4rem;
    text-align: center;
  }
  .img-offers {
    width: 100%;
    height: auto;
  }
  .img-offers img {
    width: 60%;
  }
  .scratch {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 420.5px) {
  .scratch .giftbox .giftbox--content h2.heading--section {
    margin-top: 1rem;
  }
  .scratch {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 360.5px) {
  .scratch .giftbox .giftbox--content h2.heading--section {
    margin-top: 0;
  }
}
.categorySlider {
  width: 100%;
  padding: 0 20px;
}
.categorySlider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categorySlider .swiper-wrapper .swiper-slide {
  margin: 20px 0;
  z-index: 1;
}
.categorySlider .swiper-wrapper .swiper-slide .categories-box {
  background-color: #0c64ac;
}
.categorySlider .first .categories-box {
  border-radius: 10px 0 0 10px;
}
.categorySlider .last .categories-box {
  border-radius: 0 10px 10px 0;
}
.categorySlider .categories-box {
  text-align: center;
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 110px;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  width: 100%;
  padding: 20px 15px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.25s;
  border-left: 2px solid #0c64ac;
  border-right: 2px solid #0c64ac;
}
.categorySlider .swiper-slide .categories-box img {
  width: 45px;
  height: 45px;
  opacity: 0.6;
  border-radius: 0 !important;
}
.categorySlider .swiper-slide.active .categories-box img {
  opacity: 1;
}
.categorySlider .swiper-slide .categories-box span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.categorySlider .swiper-slide:hover {
  z-index: 3;
}
.categorySlider .swiper-slide.active {
  z-index: 2;
}
.categorySlider .swiper-slide.active .categories-box {
  transform: scale(1.2);
  z-index: 2;
  border-radius: 10px;
  background: #910000;
  background: linear-gradient(
    8deg,
    rgb(145 0 0) 0%,
    rgb(254 40 43) 25%,
    rgb(178 0 0) 50%,
    rgb(174 0 0) 75%,
    rgb(205 0 0) 100%
  );
  border-left: 2px solid #dca83b;
  border-right: 2px solid #dca83b;
}
.categorySlider .swiper-slide .categories-box:hover {
  transform: scale(1.2);
  z-index: 3;
  border-radius: 10px;
  background: #910000;
  background: linear-gradient(
    8deg,
    rgb(145 0 0) 0%,
    rgb(254 40 43) 25%,
    rgb(178 0 0) 50%,
    rgb(174 0 0) 75%,
    rgb(205 0 0) 100%
  );
  border-left: 2px solid #dca83b;
  border-right: 2px solid #dca83b;
}
.categorySlider .swiper-slide .categories-box:hover img {
  opacity: 1;
}
#categorySlider .swiper-button-next:after {
  content: "next";
  color: #fff;
}
#categorySlider .swiper-button-prev:after {
  content: "prev";
  color: #fff;
}
#categorySlider .swiper-button-prev {
  left: 20px;
}
#categorySlider .swiper-button-next {
  right: 20px;
}
.offers-body .title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
.offers-box {
  padding: 0 0 15px 0;
  text-align: center;
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
  background-color: #cdf0e2;
  min-height: 334px;
  border-radius: 15px;
  margin-bottom: 30px;
  padding-top: 0;
  position: relative;
}
.offers-box .logos {
  width: 180px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 19px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.offers-box .logos > img {
  max-width: 140px;
}
.offers-box h3 {
  color: #004a8f;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
  min-height: 100px;
  line-height: 24px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.offers-box h2.brand {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
.offers-box .validity {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-top: 15px;
}
.offers-box .promo-title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 6px;
}
.offers-box .validity span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #094e8f;
  font-weight: 600;
  margin-bottom: 20px;
}
.offers-wrapper {
  padding: 100px 20px 1px 19px;
  border-radius: 15px 15px 25px 25px;
  margin-bottom: 10px;
}
.offers:nth-child(4n + 1) .offers-box .offers-wrapper {
  background: #d0f1e4;
}
.offers:nth-child(4n + 2) .offers-box .offers-wrapper {
  background: #efd6c3;
}
.offers:nth-child(4n + 3) .offers-box .offers-wrapper {
  background: #b9e2f9;
}
.offers:nth-child(4n + 4) .offers-box .offers-wrapper {
  background: #fad9d9;
}
.offers:nth-child(4n + 1) .offers-box {
  background: #b0e8d2;
}
.offers:nth-child(4n + 2) .offers-box {
  background: #fed1ae;
}
.offers:nth-child(4n + 3) .offers-box {
  background: #8acef5;
}
.offers:nth-child(4n + 4) .offers-box {
  background: #f7c0c0;
}
.offers-box button.copy-box {
  padding: 12px 70px 12px 15px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
  transition: background 0.275s;
  border-radius: 10px;
  color: #0b81ec;
  width: calc(100% - 40px);
  text-align: left;
}
.offers .offers-box button.copy-box {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/copy/copy3.svg) #fff no-repeat center;
  border: 1.5px dashed #82ccfb;
  background-position: right 15px center;
  background-size: 25px;
  cursor: pointer;
}
.offers-box .copiedtext {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all 0.5s;
  font-size: 0.8em;
}
.offers-box .copied.copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}
.offers-box .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.offers-box .btn-wrap a {
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  min-width: calc(100% - 40px);
  font-size: 1rem;
  padding: 11px 5px;
  margin: 30px 20px 15px 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
}
.offers-box .btn-wrap a.avail-now {
  background-color: #004c8f;
  color: #fff;
}
.offers-box .btn-wrap a.know-more {
  color: #004c8f;
  background-color: #fff;
}
.scratchCard .front {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 5px solid #e0e0e0;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_blue.png) no-repeat center center
    #61398d;
  background-size: 100% auto;
}
.scratchCard .front > img {
  max-width: 80px;
  border-radius: 0px !important;
  opacity: 0.6;
}
.scratchCard .front > h4 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.scratchCard .front > h5 {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
}
.scratchCard .back {
  display: none;
  width: 100%;
  height: 280px;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 5px solid #e0e0e0;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_reveal.png) no-repeat center center
    #fff;
  background-size: 100% auto;
}
.scratchCard .back > div {
  font-size: 14px;
  color: #000;
  font-weight: 800;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.scratchCard .back > div h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  color: #00498d;
  text-transform: uppercase;
  display: block;
}
.scratchCard .back > div h4 {
  font-size: 13px;
  text-transform: uppercase;
}
.scratchCard .back > a {
  background-color: #00498d;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 15px;
  display: inline-block;
  width: 140px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
}
.scratchCard .swiper-slide:nth-child(1) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_blue.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(2) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_cyan.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(3) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_brown.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(4) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_red.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(5) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_cyan.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(6) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_brown.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(7) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_red.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(8) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_cyan.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(9) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_brown.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(10) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_red.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(11) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_blue.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(12) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_cyan.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(13) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_brown.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(14) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_red.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(15) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_blue.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(16) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_cyan.png) no-repeat center center
    #61398d;
}
.scratchCard .swiper-slide:nth-child(17) .front {
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/scratch_card/bg_brown.png) no-repeat center center
    #61398d;
}
a.backbtn {
  font-size: 16px;
  color: #004a8f;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 10px 0;
  max-width: 150px;
}
.offer-details-box {
  min-height: calc(100vh - 367px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-details-box .offr-details {
  padding: 30px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0.418px -3.978px 31.04px 0.96px rgb(25 25 25 / 0.16);
}
.offer-details-box .offr-details__content .offr-details__title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 30px 0 10px 0;
}
.offer-details-box .offr-details__content .offr-details__description {
  color: #004a8f;
  font-size: 24px;
  font-weight: 700;
}
.offer-details-box .offr-details__content .offr-details__description.date {
  font-weight: 500;
}
.offer-details-box .offr-details__content button {
  padding: 12px 70px 12px 15px;
  position: relative;
  border: 2px dotted #82ccfb;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/copy.svg) #dbecfc no-repeat center;
  background-position: right 15px center;
  background-size: 25px;
  transition: background 0.275s;
  border-radius: 10px;
  color: #0b81ec;
  cursor: pointer;
  font-size: 1.5em;
}
.offer-details-box .offr-details__content .copiedtext {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all 0.5s;
  font-size: 0.8em;
}
.offer-details-box .offr-details__content .copied .copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}
.offer-details-box .offr-details__content #maincontent {
  text-align: center;
  margin-top: 100px;
}
.offer-details-box .offr-details__content .availnow {
  background: #094e8f;
  font-size: 24px;
  padding: 12px 50px 12px 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.offer-details-box .offr-details__content .gap-5 {
  gap: 30px;
}
.d-flex {
  display: flex !important;
}
.offer-details-page sup {
  vertical-align: super;
  font-size: smaller;
}
.offer-details-page img {
  max-width: 100%;
}
.offer-wrapper .hidden {
  display: none;
}
.view-all {
  display: block;
  margin: 30px auto;
  width: fit-content;
  background: #004a8f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}
.color-white {
  color: white !important;
}
.Faqs ul li {
  list-style: none;
}
#moreText {
  display: none;
}
.video--modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0 0 0 / 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}
.video--modal-overlay.active {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.video--modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background: #fff;
  background-size: 100% 100%;
  width: 500px;
  height: 500px;
  padding: 30px;
  border-radius: 15px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.video--modal .video--close-modal {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 5px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.video--modal .video--close-modal img {
  width: 1.75em;
  height: 1.75em;
}
.video--modal .video--modal-content {
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
  width: 100%;
  height: 100%;
  display: none;
}
.video--modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.video--modal.active .video--modal-content {
  opacity: 1;
  text-align: center;
  display: block;
}
.video--modal.active .video--close-modal {
  transform: translateY(10px);
  opacity: 1;
}
.video--modal-content > video {
  width: 100%;
}
.categorySlider .swiper-wrapper {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .categorySlider .swiper-wrapper {
    margin-left: -40px;
  }
  .offerSlider .swiper-pagination-bullets {
    display: none;
  }
  .video--modal {
    width: 300px;
    height: 300px;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .video--modal .video--close-modal {
    right: 0;
    top: -8px;
  }
}
.ss1-content > img {
  max-width: 80px;
  margin-bottom: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
}
.copy-box:disabled {
  opacity: 0.6;
}
section.content {
  padding: 40px 0;
  background: #fff;
}
.downloadnow {
  width: 200px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #094e8f !important;
  padding: 12px 0;
  border-radius: 10px;
  margin-top: 10px !important;
}
@media only screen and (max-width: 360.5px) {
  .featuresCarousel .swiper-slide .features--contents h4 {
    font-size: 1.3rem;
  }
  .featuresCarousel .swiper-slide .features--contents h4 > br {
    display: none;
  }
}
#apply .wrapper .content .step-content .sub-steps .ss2 > div {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .Faqs .cmp-accordion__button {
    height: auto;
  }
  .ipad100 > img {
    width: 100%;
  }
  #apply .wrapper .content .step-content .sub-steps .ss2 > div {
    font-size: 16px;
  }
  section.content {
    padding: 40px 20px 25px 20px;
  }
}
.v-desk768 {
  display: none;
}
@media screen and (min-width: 768px) {
  .v-desk768 {
    display: block;
  }
}
.v-mobile768 {
  display: block;
  margin: 0 auto;
}
.tab-mob-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tab-mob-center {
    text-align: unset;
  }
  .v-mobile768 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .ipad100 > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .categorySlider .categories-box {
    min-height: 130px;
  }
  .categorySlider .categories-box:focus,
  .categorySlider .categories-box:visited {
    outline: none;
    box-shadow: none;
  }
  .categorySlider .swiper-wrapper .swiper-slide:focus,
  .categorySlider .swiper-wrapper .swiper-slide:visited {
    outline: none;
    box-shadow: none;
  }
}
#backbutton {
  display: none;
  background: #fff;
  width: 35px;
  height: 35px;
  padding: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: fixed;
  bottom: 80px;
  cursor: pointer;
  margin-left: auto;
  right: 10px;
  border: 2px solid #0b81ec;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
}
#backbutton > img {
  width: 70%;
}
#toggleBtn {
  display: none;
  background: #fff0;
  color: #0b81ec;
  font-weight: 500;
  padding: 15px 13px 15px 0;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
  position: relative;
}
#toggleBtn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/arrow_right_blue.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#toggleBtn:focus {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: #fff0;
}
.more-text {
  display: inline;
}
@media screen and (max-width: 767px) {
  #toggleBtn {
    display: block;
  }
  .more-text {
    display: none;
    transition: max-height 0.3s ease-in-out;
  }
  .offers-body .title {
    font-size: 1.4rem;
  }
}
.faqlink {
  border-bottom: 1px solid #007bff;
  color: #007bff;
  font-weight: 600;
}
.stickCTA {
  position: relative;
  text-align: right;
  padding: 0 0 20px 0;
  display: none;
}
.stickCTA > a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #094e8f;
  padding: 12px 30px 12px 30px;
  border-radius: 10px 0 0 10px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-right: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 10px 0 80px 0;
  }
  .offers-body footer {
    padding: 10px 0 10px 0;
  }
  .stickCTA {
    width: 100%;
    left: 0;
    bottom: -1px;
    padding: 5px 0 0 0;
    text-align: center;
  }
  .stickCTA > a {
    bottom: 0;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    display: block;
    box-shadow: 0 -3px 10px rgb(0 0 0 / 0.3);
  }
}
.wrapper {
  position: relative;
}
#down--arrow {
  background: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  right: calc(50% - 20px);
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #0b81ec;
  animation: arrow--bounce 1.5s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#down--arrow img {
  width: 100%;
}
#down--arrow.hide {
  opacity: 0;
  visibility: hidden;
}
@keyframes arrow--bounce {
  50% {
    transform: translateY(-15px);
  }
}
@media screen and (max-width: 767px) {
  #down--arrow {
    bottom: -30px;
  }
  #apply .wrapper .content .step-content .sub-steps .ss1 {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/steps/Shadow.png) no-repeat center bottom #fff;
    padding-bottom: 10px;
    background-size: 45%;
  }
  #apply .wrapper .content .step-content .sub-steps .ss1 img {
    max-height: 320px;
    width: auto;
  }
  #apply .wrapper .content .step-content .sub-steps .ss1 img.v-mobile {
    max-height: 320px;
    width: auto;
    margin: 0 auto;
  }
  .cardrange .my-slider2 .top {
    padding: 25px 15px 25px 15px;
  }
  .cardrange .my-slider2 .top h4 {
    font-size: 17px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #down--arrow {
    bottom: -30px;
  }
  #apply .wrapper .content .step-content .sub-steps .ss1 {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/rupay-credit-card/images/steps/Shadow.png) no-repeat center bottom #fff;
    padding-bottom: 10px;
    min-width: auto;
    align-content: end;
    min-height: 485px;
    background-size: 60%;
  }
  #apply .wrapper .content .step-content .sub-steps .ss1 img {
    max-height: 320px;
    width: auto;
  }
  #apply .wrapper .content .step-content .sub-steps .ss1 img.v-mobile {
    max-height: 320px;
    width: auto;
    margin: 0 auto;
  }
}
#contentDiv p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .tab-mob-center {
    text-align: left;
  }
  #contentDiv p {
    font-size: 15px;
    line-height: 24px;
  }
  section#saving .wrapper p {
    font-size: 1rem;
  }
  .read-more {
    font-size: 1rem;
  }
  .cardrange .my-slider2 .bottom ul {
    width: 90%;
  }
  .cardrange .swiper-pagination2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 370px) {
  footer p {
    font-size: 0.8rem;
  }
}
a.backbtn > img {
  border: 2px solid #004a8f;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding: 5px;
}
