:root {
  --icici-nav-head: #3b536f;
  --footer-bg: #3b536f;
  --icici-text-color: #5b5b5b;
  --icici-primary: #3b536f;
  --btn-colour: #3b536f;
  --primary-text-color: #3b536f;
  --reward-font-family: "Mulish", sans-serif;
  --input-border: #3b536f;
  --icici-bg-gradient: linear-gradient(
    270deg,
    rgba(228, 223, 216, 0.8099614845938375) 0%,
    rgba(255, 247, 235, 1) 100%
  );
}

main > .container {
  padding: 60px 15px 0;
}

.nav-bg {
  background: var(--icici-nav-head);
}

.logo-img {
  width: 140px;
}

.footer {
  background: var(--footer-bg);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: var(--white);
  overflow-y: hidden !important;
  z-index: 1000;
  height: 45px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.share-details {
  width: 30%;
  border: 1px solid var(--icici-primary);
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  background: #fff;
  text-align: center;
  margin-left: 60%;
  margin-top: -2%;
}

.share-details a {
  padding-left: 4px;
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.dynamic-img-logo,
.company_logo {
  max-width: 140px;
}

.footer .copyright {
  text-align: center;
  /* padding-top: 15px;*/
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
}

.shakepe-url {
  text-decoration: none;
  color: #fff;
}

.logo-center-align {
  justify-content: center !important;
}

.login-otp-card {
  margin-top: 9%;
}

.btn-get-started {
  margin-top: 10px;
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: var(--btn-colour);
  border-radius: 10px;
  border: none;
}

.btn-get-started:hover {
  background: var(--btn-colour);
  color: #fff;
}

.btn:focus-visible {
  background: var(--btn-colour);
  color: #fff;
  border: 1px solid #000;
}

.login-tittle-left {
  font-size: 1.4rem;
}

.login-tittle-right {
  font-size: 1.4rem;
  color: var(--primary-text-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.vo-card,
.ul-list {
  display: flex;
  justify-content: center;
  margin-left: -18px;
}

li {
  display: inline;
  float: left;
  padding: 1px;
  /* margin-left: -10px;*/
}

input {
  margin: 10px;
  width: 55px;
  height: 50px;
  left: 278px;
  top: 270px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
  background: var(--white);
  border: 1px solid var(--input-border);
  border-radius: 10px;
  flex-direction: row, column;
  -webkit-text-fill-color: var(--black);
  color: var(--black);
}

.otp-input {
  border: 2px solid var(--input-border);
}
.userInput {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hurray-img {
  width: 25px;
  margin: 10px;
}

.voucher-card {
  border: 1px solid var(--input-border) !important;
  /* width: 25%; */
  position: relative;
  top: 45%;
  /* left: 50%; */
  /*transform: translate(-50%, -50%);*/
  border-radius: 10px;
}

.login-otp-card .card {
  border: none;
}

.voucher-card-text .card {
  border: none;
}

.voucher-card-text {
  width: 25%;
}

.code-pin-col {
  margin-top: 5%;
  border-radius: 10px;
  border: 2px dashed var(--input-border);
}

.past-icon-align {
  display: flex;
}

.checked-icon {
  margin-left: 7px !important;
}

.coupon-code i {
  padding: 5px 8px;
  color: var(--icici-primary);
  cursor: pointer;
  margin-left: auto;
}

.coupon-pin i {
  padding: 5px 8px;
  color: var(--icici-primary);
  cursor: pointer;
}

.copy-text {
  font-size: 0.7rem !important;
  margin-top: -15%;
  padding: 6px;
  font-weight: 300;
}

.coupon-pin span {
  margin-left: auto;
  margin-top: -6%;
}

.coupon-code span {
  margin-left: auto;
  margin-top: -6%;
}

.past-icon-align p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: -5px;
}
.coupon-code {
  padding: 3%;
}

.coupon-pin {
  padding: 3%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 2px dotted var(--input-border);
}

.voucher-card .card-body {
  padding: 5%;
}

.share-btn {
  padding: 15px 25px !important;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10%;
  margin-bottom: -10%;
  position: relative;
}

.logo-price-col span {
  font-size: 1.6rem;
  font-weight: 500;
  float: right;
  padding: 5px;
  margin: -5px;
}

.logo-price-col img {
  width: 140px;
}

.front-img {
  width: 15%;
  margin-top: -10%;
  margin-bottom: 4%;
}

.voucher-valid p {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  color: var(--icici-primary);
}

.desktop-redeem-proces {
  display: block;
}

.mobile-redeem-process {
  display: none;
}

.login-tittle-main {
  font-weight: 600;
  color: var(--icici-primary);
}

.logo-price-col {
  color: var(--icici-primary);
}

.tab-card {
  width: 25%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: var(--icici-primary);
}

.lined .nav-link {
  text-transform: none !important;
}

.tab-content {
  min-height: 400px;
  margin-top: 10%;
}

.index-tnc {
  text-align: center;
  color: var(--icici-primary);
}

.tab-container {
  /* margin: 5% 10%;
  padding: 3%;*/
  border-radius: 4px;
}

.tab-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
  width: 50%;
  /* border-bottom: 1px solid var(--icici-primary); */
  padding-bottom: 6px;
}
.tab-menu ul li a {
  text-decoration: none;
  /* color: rgba(0, 0, 0, 0.4);
  background-color: #b4cbc4; */
  padding: 7px 25px;
  border-radius: 4px;
  color: var(--icici-primary);
}
.tab-menu ul li a.active-a {
  border-bottom: 4px solid var(--icici-primary);
  border-radius: 0px;
}
.tab {
  display: none;
}
.tab h2 {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10%;
}
.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.tab-a {
  cursor: pointer;
}

.tab-active {
  display: block;
  margin-top: 12%;
  max-height: 410px;
  overflow-y: auto;
  margin-bottom: 20%;
  overflow-x: hidden;
}

.tab .tab-active {
  margin-top: 10%;
}

/* MOBILE TAB */
.accordion-item {
  border-bottom: none;
}

.vectorbottom-img {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 30%;
  z-index: 0;
}

.vector-img {
  opacity: 0.4;
  margin: -5% 0% 0% 0%;
  position: relative;
  z-index: -999999;
}
.vector-top {
  position: relative;
  z-index: -999;
  margin-top: -6%;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .voucher-card-text {
    width: 38%;
  }
}

.how-to-redeem li {
  line-height: 30px;
  display: revert-layer;
}

.how-to-redeem li {
  line-height: 30px;
  display: revert-layer;
}

.terms-conditions li {
  line-height: 30px;
  display: revert-layer;
}

.how-to-redeem-accor li {
  line-height: 30px;
  display: revert-layer;
}

.terms-conditions-accor li {
  line-height: 30px;
  display: revert-layer;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  min-height: 325px;
}

/* RESPONSIVE CODE */

@media (min-width: 350px) and (max-width: 990px) {
  body {
    /* min-height: 1200px; */

    background: #fff;
    overflow-y: auto;
  }
  .login-tittle-left {
    color: #000;
  }

  input {
    color: #000;
  }

  .share-details {
    width: 40%;
    margin-left: 50%;
  }
  .voucher-card-text {
    width: 100%;
    min-height: 950px;
  }

  .navbar-toggler {
    display: none;
  }

  .voucher-card {
    margin-top: 20%;
    width: 100%;
  }

  .share-btn {
    margin-top: 20%;
  }
  .front-img {
    width: 40%;
    margin-top: 5%;
  }
  .tab-card {
    display: none;
  }

  .accordion {
    border: 1px solid var(--icici-primary);
    padding: 1%;
    margin-top: 20px;
    border-radius: 10px;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .desktop-redeem-process {
    display: none;
  }

  .mobile-redeem-process {
    display: block;
  }

  .index-tnc {
    color: var(--icici-primary);
  }
  .card {
    background: #fff;
  }

  .accordion-item {
    background: #fff;
  }
  .accordion-button,
  .accordion-button:focus {
    background: #fff;
    color: var(--icici-primary);
  }

  .login-tittle-main {
    font-weight: 600;
    color: var(--icici-primary);
  }

  .card-text {
    color: #000;
  }

  .logo-price-col {
    color: var(--icici-primary);
  }

  .coupon-code,
  .coupon-pin {
    color: var(--icici-primary);
  }

  .accordion-body ul,
  ol {
    color: var(--icici-primary);
  }

  .mobile-accordin {
    height: 550px;
  }

  .accordion-body {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .btn-close {
    color: #000 !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .voucher-card-text {
    min-height: 1200px;
  }

  .voucher-card {
    top: 63%;
  }

  .front-img {
    width: 10%;
  }
  .privacy-content {
    margin-top: 5%;
  }
}

/* scroll bar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--icici-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--icici-primary);
}

/* Terms and Conditions CSS */

.aside-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--icici-bg-gradient);
  padding: 10px;
  border-radius: 7px;
}

.tncText {
  cursor: pointer;
}

.tnciframe {
  height: 80vh;
}

.tnc-body {
  overflow-x: clip;
  background: #fff;
}

.privacy-list-title {
  text-decoration: none;
  list-style: none;
  line-height: 60px;
  text-align: left;
  font-size: 17px;
  border-radius: 7px;
}

.privacy-list-title li {
  padding: 0px;
  margin-top: 4%;
  padding: 0px;
  margin-top: 4%;
  float: none;
  line-height: 2.5rem;
}

.privacy-list-title a {
  color: #013289;
}

.privacy-details h6 {
  color: var(--icici-primary);
}

.privacy-list-title a:hover {
  color: var(--primary-text-color) !important;
}

.list-style-disable {
  list-style: none;
  line-height: 25px;
}

.list-style-disable {
  color: #000;
}

.list-style-disable p {
  color: #000;
}

.page-head {
  text-align: initial;
  margin: 0% 0% 4% 0%;
}

.main-heading {
  display: flex;
}

.page-head h5 {
  font-weight: 700;
  color: var(--primary-color);
}
.main-heading .green {
  color: var(--secondary-color);
}
.main-heading span {
  font-size: 20px;
  font-weight: 400;
  color: var(--primary-color);
}
