body {
  /*  font-family: 'Segoe UI', sans-serif; */
  font-family: "Carlito", sans-serif !important;
  background: #e7e6e6;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
:root {
  --bottom-nav-space: 96px;
}

.container {
  width: 100%;
  /* max-width: 375px; */
  /*height: 100vh;*/
  margin: auto;
  position: relative;
  padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100dvh;
  height: auto;
  margin-bottom: 0;
}
body.has-bottom-nav .container {
  padding-bottom: calc(
    var(--bottom-nav-space) + env(safe-area-inset-bottom, 0px)
  ) !important;
}

/* App shell: lock page scroll, keep header/footer fixed, scroll only content panels */
body.has-bottom-nav {
  height: 100dvh;
  overflow: hidden;
}
body.has-bottom-nav .container {
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  padding-bottom: calc(
    var(--bottom-nav-space) + env(safe-area-inset-bottom, 0px)
  ) !important;
}
body.has-bottom-nav.dashboard_page .bodyDiv-cls,
body.has-bottom-nav.profile_page .profile-container,
body.has-bottom-nav.portfolio_page .referral-container,
body.has-bottom-nav.portfolioadd_page .profile-container,
body.has-bottom-nav.policy_page .policy-content,
body.has-bottom-nav.referral_page .referral-container,
body.has-bottom-nav.claim_page .claim-content,
body.has-bottom-nav.wallet_page .wallet-container {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.has-bottom-nav.dashboard_page .bodyDiv-cls {
  height: auto !important;
}
body.has-bottom-nav.policy_page .policy-container,
body.has-bottom-nav.claim_page .claim-container {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body.has-bottom-nav.referral_page .header,
body.has-bottom-nav.wallet_page .wallet-header,
body.has-bottom-nav.policy_page .policy-header,
body.has-bottom-nav.claim_page .wallet-header {
  position: sticky;
  top: 0;
  z-index: 20;
}
body.has-bottom-nav.referral_page .header {
  background: #fff;
}
.bodyDiv-cls {
  height: calc(100vh + 200px);
  /* background: red; */
  /* margin-bottom: -200px; */
  overflow-x: hidden;
}

/* Specific fix for your Menu scrolling */
.menu-container-selector {
  /* Replace with your actual menu class */
  max-height: 100dvh;
  overflow-y: auto;
}
.m-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.w-100 {
  width: 100%;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
.fs-14 {
  font-size: 14px;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: "Carlito", sans-serif;
  font-size: 14px;
}
button.btn-primary {
  padding: 12px 20px;
  line-height: 1;
  border-radius: 10px;
  color: #fff;
  background: #7740f9;
  min-width: 100px;
  font-size: 16px;
}
.text-center {
  text-align: center;
}

.hero {
  position: relative;
  padding: 0 2px;
}

.hero img {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.logo img {
  max-width: 120px;
  border-radius: 0;
}
.hero .logo {
  position: absolute;
  top: 10px;
  left: 15px;
}

.hero .login-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #eee;
  border: none;
  padding: 5px 18px;
  border-radius: 20px;
  font-weight: 500;
  font-family: "Carlito", sans-serif;
  font-size: 14px;
}

.watch-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.watch-btn span {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}

.section-purple {
  background: #7740f9;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.section-purple .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.section-purple .faces {
  padding-left: 10px;
}

.section-purple .faces img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -10px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.testimonial-left {
  padding-right: 10px;
  border-right: 1px solid rgb(255 255 255 / 50%);
}
.testimonial-right {
  text-align: center;
}
.testimonial-right .faces {
  padding-left: 18px;
}
.testimonial-partner {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 15px;
}
.testimonial-partner span:nth-child(1) {
  font-size: 30px;
  font-weight: 600;
}
.testimonial-left .login-btn {
  font-family: "Carlito", sans-serif;
  background: #fed221;
  border: none;
  border-radius: 5px;
  padding: 6px 15px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 15px;
  width: 100%;
  color: #000;
}
.testimonial-title span {
  color: #fed221;
  font-weight: 600;
}
.features {
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

.features .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4px;
  row-gap: 15px;
}

.features .grid .feature_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #000;
  pointer-events: none;
  cursor: default;
}

.features .grid img {
  /* width: 40px; */
  margin-bottom: 5px;
}

.features .btn {
  background: #7740f9;
  color: #fff;
  padding: 6px 12px 6px 25px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  pointer-events: none;
  cursor: default;
}
.features .btn svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
}
.features .btn svg path {
  fill: #fff;
}
.features .btn span {
  vertical-align: middle;
}

.bottom-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px 0 15px;
}

.bottom-cards .card {
  text-align: center;
}
.bottom-cards .card.read-more {
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  padding: 12px 6px;
  line-height: 16px;
}
.bottom-cards .card.read-more p span {
  color: #7740f9;
}
.bottom-cards img {
  max-width: 100%;
  height: 100%;
}
.rating {
  font-size: 24px;
  font-weight: bold;
  color: #7740f9;
}
.read-more {
  text-align: left;
  font-size: 13px;
}
.read-more a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 9px;
  border-bottom: 1px solid #000;
  padding: 8px 5px 2px 5px;
}

/* Signin Page */
.signin_hero {
  background: #7740f9;
  height: 350px;
  display: grid;
  align-content: space-between;
  position: relative;
  overflow: hidden;
}
.signin_hero::before {
  content: "";
  background: url(../images/signin_banner.png) no-repeat;
  width: 278px;
  height: 196px;
  position: absolute;
  right: -25px;
  bottom: 0;
}
.signin_hero .logo {
  position: unset;
  text-align: center;
  padding-top: 40px;
}
.signin_hero .logo img {
  max-width: 235px;
}
.signin-content {
  padding: 0 0 40px 20px;
  color: #fff;
}
.faces img + img {
  margin-left: -10px;
}
.signin_page .container {
  background: #fff;
  padding-bottom: 50px;
}
.otp-box {
  position: relative;
  padding: 40px 25px;
  margin-top: -20px;
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.btn-insurance,
.get-otp {
  background: #7740f9;
  border: none;
  color: #fff;
  padding: 14px 15px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 400;
  /* font-family: 'Segoe UI', sans-serif; */
  font-family: "Carlito", sans-serif;
  width: 100%;
  margin-top: 15px;
}
.otp-box .terms {
  text-align: center;
  color: #696969;
  font-size: 14px;
  padding-top: 15px;
}
.otp-box .terms a {
  color: #7740f9;
  text-decoration: underline;
}
.phone-left.form-control {
  background: #f0f0f1;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
}

.phone-left.form-control input {
  border: none;
  background: transparent;
  outline: none;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}
.faces-title span {
  font-weight: 600;
}
.phone-left.form-control .close-btn img {
  max-width: 30px;
}

.signin-partner {
  /* display: flex; */
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 25px;
  width: 100%;
}
.signin-partner span:nth-child(1) {
  display: inline-block;
  margin-right: -8px;
  line-height: 18px;
}
.signin-partner span:nth-child(2) {
  color: #fec500;
  font-weight: 600;
  font-size: 64px;
  line-height: 40px;
  display: inline-block;
  font-family: "roboto";
}

.signin-partner span:nth-child(3) {
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}
.phone-left.form-control img {
  max-width: 33px;
}
.signin_faces {
  text-align: center;
  width: 55%;
}
.signin_faces .faces img + img {
  margin-left: -20px;
}
.signin_faces .faces img {
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
}

/* Otp Validate Page */
.top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.top-icons span:last-child {
  width: 20px;
  height: 20px;
}
.top-icons span:first-child {
  width: 15px;
  height: 15px;
}
.otp-container h2 {
  font-size: 36px;
  margin: 50px 0 15px;
}
.otp-container {
  text-align: center;
}
.otp-container .subtext {
  color: #636161;
  font-size: 18px;
}
.otp-circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #eef2f5;
  border-radius: 50%;
  font-size: 48px;
  border: none;
  text-align: center;
  outline: none;
}
.otp-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 60px;
}
.otp-circle.filled {
  background: #1f419b;
  color: #fff;
}
.resend-section .resend-link {
  display: block;
  text-transform: uppercase;
  color: #7740f9;
  font-size: 18px;
  font-weight: 500;
  padding-top: 30px;
}

.resend-section {
  color: #636161;
  font-size: 18px;
  padding-top: 80px;
}
.otp-boxes input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Dashboard Page */
.dashboard_page .container {
  background: #fff;
  /*overflow: hidden;*/
}
.dashboard_page .header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px 0 15px;
}
.profile_img span {
  position: absolute;
  left: 0;
  transform: translateX(40%);
  bottom: 0;
  background: #7740f9;
  color: #fff;
  font-size: 10px;
  padding: 0px 5px;
  border-radius: 50px;
}
.profile_img {
  position: relative;
}
.welcome_name .h3 {
  font-size: 18px;
}
.welcome_name span {
  font-size: 14px;
}
.dashboard_page .header .icons span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background: #e9e9e9;
  text-align: center;
  position: relative;
}
span.hamburger svg {
  max-width: 18px;
  vertical-align: middle;
}

@keyframes animWrapper2 {
  0% {
    display: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  1% {
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#myLinks {
  position: fixed;
  width: min(86vw, 320px);
  background: #f7f7f7;
  right: 0;
  top: 0;
  padding: 14px 10px calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 1;
  transform: translateX(100%);
  max-width: 320px;
  height: 100dvh;
  overflow-y: hidden;
  transition: transform 0.3s ease;
  pointer-events: none;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.2);
}
.menu-cls {
  overflow-y: auto;
  height: calc(100dvh - 84px - var(--bottom-nav-space));
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
#myLinks {
  z-index: 999999 !important;
}
#myLinks.active {
  transform: translateX(0);
  pointer-events: auto;
}
#myLinks.active + .hamburger a {
  background: url(../images/close.svg) center no-repeat;
  width: 18px;
  height: 18px;
  margin: 13px;
  display: block;
  vertical-align: middle;
  text-align: center;
}
#myLinks.active + .hamburger svg {
  display: none;
}
#myLinks a {
  display: block;
  padding: 10px;
  color: #000;
}
.dashboard_page.active .container::before {
  content: "";
  width: calc(100% - min(86vw, 320px));
  height: 100vh;
  background: rgb(0 0 0 / 70%);
  display: block;
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 99998;
}
.dashboard_page .header .icons img {
  vertical-align: middle;
}
.dashboard_page .close-menu {
  text-align: right;
}
.dashboard_page .close-menu img {
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}
.dashboard_page .header .icons .notification::after {
  content: "";
  background: #d42d68;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dashboard_page .header h3 {
  font-size: 16px;
}
.icons {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.complete-profile {
  background: #bca0fc;
  color: #000;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
  margin: 10px 0;
  display: inline-block;
}
.insurance-card {
  /* background: #7740f9; */
  /* border-radius: 16px;
     */
  color: white;
  margin-bottom: 30px;
}
.card-grid-outer > h4 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
}
.card-grid-outer {
  width: 80%;
  padding: 20px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/dashbord_banner.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  /*height: 140px;*/
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.card-grid .card:nth-child(even) {
  text-align: right;
}
.card-grid .card small:last-child {
  color: #febdbd;
}
.card-grid .card small {
  font-size: 12px;
  opacity: 0.8;
}
.card-grid .card h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.insurance-card .flickity-page-dots {
  bottom: -20px;
}
.insurance-card .flickity-page-dots li {
  background: #dedbdb;
  opacity: 1;
  margin: 0 4px;
}
.insurance-card .flickity-page-dots .dot.is-selected {
  background: #7740f9;
  width: 30px;
  border-radius: 10px;
}
.renew-btn {
  background: #000;
  color: #fff;
  padding: 5px 20px 5px 5px;
  border-radius: 20px;
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 8px 0 0 auto;
}
.renew-btn svg {
  width: 14px;
  background: #7740f9;
  fill: #fff;
  border-radius: 50%;
  padding: 7px;
}
.section-title {
  font-size: 18px;
  margin: 20px 0 15px;
}

.circle-box-outer {
  /* gap: 10px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); */
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.circle-box-outer button {
  margin: 0px auto;
}
.circle-box {
  background: #eee;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 12px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
}
.box-shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 9px 7px 0px rgb(114 107 107 / 68%);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.circle-box.purple {
  background: #7740f9;
  color: #fff;
}
.circle-box:nth-child(2) {
  background: #fde7ca;
}

.circle-box:nth-child(3) {
  background: #e4e1fe;
}

.circle-box:nth-child(4) {
  background: #e1f8ff;
}
.circle-box.purple .wellness-title:first-child {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 20px;
}
.quick-box-outer {
  gap: 7px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.quick-card {
  background: #f0f0f0;
  border-radius: 12px;
  padding: 8px;
  font-size: 14px;
  line-height: 16px;
}
.quick-card .quick-title {
  font-size: 12px;
  padding-top: 10px;
}
.story-card {
  background: #7740f9;
  color: white;
  border-radius: 16px;
  padding: 16px;
  margin-top: 20px;
}
.story-card button {
  background: yellow;
  border: none;
  padding: 8px 16px;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 8px;
}
.floating-btn {
  /* position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #7637e6;
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    z-index: 1000; */
}
.bottom-nav {
  /* display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-shadow: 0 -10px 15px -5px rgba(0, 0, 0, 0.1);
    margin-top: 18px;
    padding: 5px 0;*/
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #ececec;
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 99999;
  backdrop-filter: saturate(140%) blur(4px);
  -webkit-backdrop-filter: saturate(140%) blur(4px);
}
body.has-bottom-nav .bottom-nav {
  left: 0;
  right: 0;
}
body.dashboard_page.has-bottom-nav .bottom-nav {
  /* bottom: 10px; */
}
body.dashboard_page.active .bottom-nav {
  z-index: 99997;
}
.bottom-nav > div {
  text-align: center;
  font-size: 12px;
}
.bottom-nav .bottom-menu {
  min-width: 0;
}
.bottom-nav .bottom-menu > a {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #111 !important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.bottom-nav .bottom-menu > a.active span {
  color: #5f31d8;
  font-weight: 700;
}
.bottom-menu.active svg g {
  fill: #7740f9;
}
.bottom-nav .bottom-menu.opacity {
  opacity: 0;
  pointer-events: none;
}
.bottom-menu span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.1;
}
.bottom-nav .bottom-menu-img svg {
  max-height: 28px;
  max-width: 20px;
  display: block;
  margin: 0 auto;
}
.story-section .testimonial-left {
  border: none;
}
.story-title {
  font-size: 20px;
  line-height: 20px;
}
.story-title span:last-child {
  font-size: 24px;
  font-weight: 600;
}
.bottom-nav .floating-btn {
  /* font-family: "Antonio", sans-serif; */
  font-family: "Oswald", sans-serif;
  background: #7740f9;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-35deg);
  display: grid;
  align-items: center;
  box-shadow: 0 0px 15px -5px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.bottom-nav .floating-btn span {
  margin-top: -5px;
}

.dashboard_page.active {
  overflow: hidden;
}

body.has-bottom-nav .claim-content,
body.has-bottom-nav .policy-content,
body.has-bottom-nav .profile-container,
body.has-bottom-nav .referral-container,
body.has-bottom-nav .wallet-container {
  padding-bottom: calc(var(--bottom-nav-space) + 12px);
  box-sizing: border-box;
  scroll-padding-bottom: calc(var(--bottom-nav-space) + 12px);
}

span.hamburger .icon {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/* Retailer Form Page */
.retailer-form-page .container {
  background: #7740f9;
}
.retailer-logo .heading {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
.retailer-logo {
  padding: 15px 0;
}
.retailer-partner .testimonial-left {
  color: #7740f9;
  font-size: 14px;
  border-color: #7740f9;
}
.retailer-partner .testimonial-left span:first-child {
  font-size: 36px;
  font-weight: 600;
}
.retailer-partner .testimonial-grid {
  grid-template-columns: 40% repeat(1, 1fr);
}
.retailer-partner .faces img {
  width: 48px;
}
.retailer-partner {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.retailer-partner .testimonial-title {
  color: #7740f9;
}
.retailer-partner .testimonial-title span {
  color: #7740f9;
}
.join-btn {
  font-family: "Carlito", sans-serif;
  background: #fed221;
  color: #000;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  margin: 0 0 20px;
  display: inline-block;
  font-size: 24px;
  border-bottom: 4px solid #fea321;
}
.retailer-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  gap: 10px;
}
.retailer-feature-box {
  background: transparent;
  padding: 0;
}
.partners-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.partner-title {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
.partner-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  display: flex;
  bottom: 0;
  margin: auto;
  top: 0;
}
.partner-title span {
  background: #7740f9;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}
.retailer-testimonial-grid {
  display: grid;
  grid-template-columns: 60% repeat(1, 1fr);
  gap: 8px;
  padding: 20px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.retailer-testimonial-left img {
  border-radius: 20px;
  border: 2px solid #fff;
}
.retailer-title {
  font-size: 18px;
}
.retailer-title span {
  display: block;
}
.retailer-title span:last-child {
  text-align: right;
  line-height: 1;
}

.retailer-title span {
  padding: 0 0 0 8px;
}
.retailer-customer-name span:last-child {
  font-weight: 600;
}
.retailer-customer-name {
  padding: 10px 0 0 8px;
}
.retailer-title svg {
  width: 14px;
  fill: #fff;
}
.retailer-stats {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid rgb(255 255 255 / 50%);
  padding: 10px;
  color: #fff;
}
.retailer-stats h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #fed221;
}
.retailer-stats div {
  flex: 1;
}
.retailer-stats div + div {
  border-left: 1px solid rgb(255 255 255 / 50%);
}
.register-btn {
  background: #212121;
  text-align: center;
  padding: 6px 14px;
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  border-bottom: 4px solid #040404;
  max-width: 250px;
  margin: auto;
}
.cta_btn {
  padding-bottom: 20px;
}

/* Wallet Page */
.wallet-container {
  background: #7740f9;
}
.task-box-outer {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 30px 0 20px 20px;
  position: relative;
}
.wallet-header .top-icons {
  padding: 0 0 20px;
}
.wallet-header {
  background-color: #7740f9;
  color: #fff;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}

.wallet-header .top-icons svg {
  fill: #fff;
}

.wallet-header .top-icons span:last-child {
  background: #fff;
  color: #7740f9;
}
.wallet-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.wallet-balance-title {
  font-size: 14px;
}
.wallet-balance {
  font-size: 48px;
  font-weight: 600;
  margin: 0px 0 5px;
  line-height: 1;
}
.wallet-balance svg {
  display: inline-block;
  width: 12px;
  fill: #f7bc1e;
}
.progress-bar-wrapper strong {
  font-size: 18px;
  color: #000;
}
.wallet-header small {
  display: block;
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
}
.bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-top: 6px;
  color: #000;
}

.progress-bar-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 10px 0;
}

.bars-all .bar {
  background-color: #ddd;
  height: 10px;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
}
.bars-all .bar-labels span {
  position: relative;
}
.bars-all .bar-labels span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.bar-fill {
  height: 100%;
  background-color: #ffcd1a;
  width: 20%;
  border-radius: 10px;
  position: relative;
}
.bar-fill:after {
  content: "";
  background: url(../images/wallet_royal.png);
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.task-box {
  position: relative;
  background: #dddddd;
  color: #5f5b5b;
  margin: 10px 16px;
  border-radius: 10px;
  padding: 16px;
}
.task-box:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #ccc;
}
.task-box.completed:after {
  background: #7740f9;
}

.task-box:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 2px;
  height: calc(100% + 10px);
  background: #ccc;
}
.task-box-outer .task-box:first-of-type::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 2px;
  height: calc(50% + 10px);
  top: 50%;
  background: #ccc;
}
.task-box-outer .task-box:last-of-type::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 2px;
  height: 100%;
  top: calc(-50% - 5px);
  background: #ccc;
}
.task-box-outer .task-box.completed.next-incomplete:first-of-type::before {
  background: #ccc !important;
}
.task-box.completed.next-incomplete:before,
.task-box.completed.next-incomplete:first-of-type::before {
  background: #ccc;
}
.task-box.completed:before,
.task-box-outer .task-box.completed:first-of-type::before,
.task-box-outer .task-box.completed:last-of-type::before {
  background: #7740f9 !important;
}
.task-detail {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.task-box.completed {
  background: #7740f9;
  color: white;
}
.task-box.completed .btn {
  background: #9b73f9;
  color: rgb(255 255 255 / 60%);
}
.task-desc h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.task-desc span {
  font-size: 12px;
}
.task-detail svg {
  right: 0;
  top: 0;
  position: absolute;
  background: #676363;
  fill: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 3px;
}
.task-box.completed .task-detail svg {
  background: #05ba1a;
}
.task-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bfbebe;
  padding-top: 10px;
  margin-top: 20px;
}
.task-bottom .btn {
  background: #f7bc1e;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  line-height: 1;
  border-radius: 5px;
}

.task-info h4 {
  margin: 0;
  font-size: 14px;
}

.task-info small {
  font-size: 12px;
  color: #555;
}

.task-bottom .points span {
  font-weight: 600;
  font-size: 34px;
  display: block;
  line-height: 24px;
}
.task-bottom .points small {
  font-size: 12px;
}
.timeline {
  display: none;
  position: absolute;
  left: 15px;
  top: 100px;
  bottom: 0;
  width: 1px;
  background: #ccc;
  height: calc(100% - 30%);
}
.timeline-active {
  height: 25%;
  background-color: #7740f9;
  position: absolute;
  width: 1px;
}
.task-box-outer .dot {
  width: 10px;
  height: 10px;
  background: #7740f9;
  border-radius: 50%;
  position: absolute;
  left: -4px;
}
.task-box-outer .dot:nth-child(1) {
  top: 0;
}
.task-box-outer .dot:nth-child(2) {
  top: 34%;
}
.task-box-outer .dot:nth-child(3) {
  top: 68%;
}
.task-box-outer .dot:nth-child(4) {
  top: 98%;
}
.policy_page .container,
.portfolioadd_page .container,
.calculator_page .container,
.portfolio_page .container,
.referral_page .container,
.profile_page .container {
  background: #fff;
}
.profile-img {
  text-align: center;
  margin: 2rem 0;
}

.profile-img .profile-img-inner > img {
  border-radius: 100%;
}

.profile-img .camera-icon {
  max-width: 32px;
  max-height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #fff;
}
.profile-img-inner {
  display: inline-block;
  position: relative;
}
.profile-img .camera-icon img {
  max-width: 16px;
  padding: 8px;
}
.profile_page .profile-container form {
  padding: 0 3rem 3rem;
}
.profile-container .form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.profile-container .form-group {
  margin-bottom: 16px;
}
.profile-container .form-control select,
.profile-container .form-group input {
  background: transparent;
  border: none;
  font-size: 14px;
  width: 100%;
  padding: 0;
  outline: none;
  color: #000;
}
.profile-container .form-group input::placeholder {
  color: #acaaaa;
}
.profile-container .form-group input[type="date" i] {
  text-transform: uppercase;
}
.profile-container .form-control {
  background: transparent;
  border-radius: 10px;
  padding: 14px 18px;
  position: relative;
  border: 1px solid #d9d7d7;
}
.profile-container .form-control .eye img {
  width: 22px;
}

.profile-container .form-control .eye {
  position: absolute;
  right: 18px;
}
.profile-tick img {
  max-width: 18px;
}
.profile-name {
  font-size: 24px;
  font-weight: 600;
}
.profile-header,
.referral-container .header,
.profile-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.referral-content {
  padding: 0 3rem 2.2rem;
}
.referral-content .icon-circle {
  background: #ffc939;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.referral-content .icon-circle img {
  max-width: 24px;
  vertical-align: middle;
}
.referral-content .step {
  display: grid;
  align-items: center;
  grid-template-columns: 54px repeat(1, 1fr);
  gap: 16px;
  font-size: 14px;
  margin-bottom: 12px;
}
.referral-content .btn-how {
  background: #7740f9;
  color: #fff;
  padding: 8px 24px;
  border-radius: 20px;
  line-height: 1;
  border-bottom: 4px solid #513397;
  font-size: 18px;
}
.referral-content .work-btn {
  margin-bottom: 12px;
}
.referral-card {
  background: #7740f9;
  color: #fff;
  border-radius: 10px;
  margin: -5px auto 16px auto;
  position: relative;
  max-width: 305px;
}
.referral-card .circle {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  bottom: 44px;
}
.referral-card .circle.right {
  right: -10px;
}
.referral-card .circle.left {
  left: -10px;
}
.referral-card .code-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #fff;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}
.referral-card .referral-code {
  background: #ffc939;
  color: #000;
  padding: 4px 12px;
}
.referral-card-top {
  padding: 20px 20px 10px 20px;
}
.referral-card-top p {
  font-size: 11px;
}
.referral-card .card-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.referral-card .card-title > * {
  margin: 0;
  font-weight: 400;
}
.referral-img {
  /*background: url(../images/referral-banner.png) center center no-repeat;
    background-size: cover;*/
}
.referral-card .card-title h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 42px;
}
.referral-card .card-title h1 span {
  font-size: 26px;
}
.referral-card .card-title h3 span:first-child {
  font-size: 32px;
  font-weight: 600;
  color: #ffc939;
}
.referral-card .card-title h3 span {
  font-size: 14px;
}
.referral-card .card-title h3 span:last-child {
  color: #ffc939;
}
.referral-card .card-title h3 {
  line-height: 14px;
}

/* portfolio */

.portfolio_page .back-arrow {
  position: absolute;
  left: 0;
  font-size: 20px;
  cursor: pointer;
}

.portfolio_page .balance-section {
  /* text-align: center;
    margin-top: 20px; */
}

.portfolio_page .chart {
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  background: conic-gradient(#f940a4 0% 25%, #7740f9 25% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.portfolio_page .chart::after {
  content: "";
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
}
.portfolio_page .chart span {
  z-index: 1;
}
.portfolio_page .balance-info {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}

.portfolio_page .balance-info > div {
  display: flex;
  align-items: center;
}
.portfolio_page .balance-info > div span {
  display: block;
  font-size: 14px;
}
.portfolio_page .tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.portfolio_page .tags button {
  padding: 8px 15px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 5px;
  cursor: pointer;
  color: #757474;
  max-width: 100px;
  width: 100%;
  line-height: 1;
}

.portfolio_page .tags button.active {
  background: #7740f9;
  color: white;
  border: none;
}
.portfolio_page .balance-info > div span.pink,
.portfolio_page .balance-info > div span.blue {
  font-size: 24px;
  color: #7740f9;
  font-weight: 600;
}
.portfolio_page .balance-info > div span.pink {
  color: #f940a4;
}
.portfolio_page .balance-info > div > div:last-child {
  border-left: 1px solid #d2d2d2;
  padding-left: 15px;
  margin-left: 15px;
  text-align: center;
}
.portfolio_page .balance-info .balance-left {
  flex: 0 0 38%;
}
.portfolio_page .item-card {
  background: white;
  border-radius: 0 0 10px 10px;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #cecece;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #7740f9;
  display: grid;
  grid-template-columns: 80px repeat(1, 1fr);
  gap: 10px;
}

.portfolio_page .item-card.pink {
  border-top-color: #f940a4;
}

.portfolio_page .item-header {
  display: flex;
  position: absolute;
  top: 5px;
  right: 3px;
  gap: 2px;
}

.portfolio_page .item-header span.tag_black {
  font-size: 10px;
  padding: 0px 6px;
  background: #000;
  color: #fff;
}
.portfolio_page .item-header span.tag_green {
  background: #139832;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 0px 6px;
}
.portfolio_page .item-card-image {
  position: relative;
}
.portfolio_page .item-title {
  font-weight: bold;
  margin: 0 0 3px;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.portfolio_page .item-meta {
  font-size: 11px;
  background: #e2e2e2;
  display: inline-block;
  padding: 2px 5px;
}

.portfolio_page .weight-price {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: start;
  margin-top: 10px;
  align-items: center;
}

.portfolio_page .weight-price div {
  font-size: 13px;
  text-align: center;
}
.portfolio_page .weight-price div span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding-bottom: 5px;
}
.portfolio_page .weight-price div + div {
  border-left: 1px solid #d2d2d2;
  padding-left: 8px;
  margin-left: 8px;
}
.portfolio_page .fab img {
  background: #7740f9;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 30px;
  padding: 15px;
}
.portfolio_page .fab {
  text-align: right;
  padding: 12px 18px;
  margin-top: 3rem;
}
.portfolio_page .item-card-outer {
  padding: 0 10px;
}
.balance-section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 40px 20px 0;
}
.balance-title {
  font-size: 18px;
}
.portfolio_page .item-card-image img {
  max-width: 80px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 80px;
  object-fit: contain;
}
.radio-group input[type="radio"] {
  appearance: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.radio-group input[type="radio"]::after {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #c9c8ca;
  border-radius: 50%;
  display: block;
}
.radio-group input[type="radio"]::before {
  content: "";
  height: 11px;
  width: 11px;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 8px;
  position: absolute;
}
.radio-group input[type="radio"]:checked::after {
  border-color: #7740f9;
}
.radio-group input[type="radio"]:checked::before {
  background: #7740f9;
}

/* Claim Page */
.claim-container {
  background-color: #7740f9;
}
.claim-container .wallet-header {
  padding: 0;
}
.claim-container .claim-desc {
  padding: 30px 20px 40px 20px;
}
.claim-container .claim-desc a {
  color: #e0dd04;
}
.claim-content {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 35px 20px 20px;
}
.claim-content .icon-circle img {
  height: 16px;
  width: 16px;
  /* background: #000; */
  border-radius: 5px;
  padding: 5px;
}
.claim-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.claim-content .policeman .icon-circle img {
  background: #fde7ca;
}
.claim-content .telephone .icon-circle img {
  background: #fec7c7;
}
.claim-content .document .icon-circle img {
  background: #eac5fa;
}
.claim-content .step {
  display: grid;
  grid-template-columns: 26px repeat(1, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
.claim-content .step .desc {
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
}

.calculator_page .note {
  color: #fff;
  background: url(../images/note-bg.png) no-repeat;
  background-size: cover;
  padding: 20px;
}
.calculator-section {
  padding: 0 25px 20px 25px;
}
.calculator_page .note ul {
  padding-inline-start: 20px;
  font-size: 12px;
  line-height: 18px;
}
.calculator-section .calculator_form .form-group label {
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 6px;
}
.calculator-section .calculator_form .form-control {
  background: transparent;
  border: 1px solid #ececec;
}
.carat-selection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-bottom: 15px;
}
.carat-selection .carat {
  background: #c8c8ca;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  padding: 9px 5px;
}
.carat-selection .carat.active {
  background: #7740f9;
}
.carat-selection .carat span:first-child {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.carat-selection .carat span {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.carat-selection .carat img {
  vertical-align: top;
  max-width: 30px;
  margin-top: 10px;
  filter: grayscale(1);
}
.carat-selection .carat.active img {
  filter: grayscale(0);
}
.calculator-section .input-section {
  background: #7740f9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  color: #fff;
}
.calculator-section .input-section .form-control {
  background: #6230da;
  padding: 8px 15px;
  font-size: 14px;
  border-color: transparent;
}
.calculator-section .input-section .form-control input,
.calculator-section .input-section .form-control input::placeholder {
  color: #bfa8f7;
}
.calculator-section .input-section span {
  font-size: 12px;
  padding-left: 8px;
}

.portfolioadd_form {
  padding: 10px 15px;
}
.portfolioadd_form .label {
  font-size: 14px;
  padding-bottom: 17px;
}
.portfolioadd_form .label img {
  max-width: 15px;
  vertical-align: middle;
  padding-right: 10px;
}
.portfolioadd_form .round-option .option-btn {
  width: 75px;
  height: 75px;
  background: #c9c8ca;
  color: #fff;
  border-radius: 50%;
  border: 5px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
  margin: 0;
  appearance: none;
}
.rectangle-option .option-btn.active,
.portfolioadd_form .round-option .option-btn.active {
  background: #7740f9;
  border: 5px solid #976cfb;
}
.portfolioadd_form .section {
  margin-bottom: 12px;
}
.portfolioadd_form .form-control {
  border: 1px solid #cfcfcf;
  background: transparent;
}
/* .rectangle-option .option-btn {
    width: 88px;
    height: 39px;
    background: #c9c8ca;
    color: #fff;
    border-radius: 50px;
    border: 3px solid #e8e8e8;
    text-align: center;
    font-size: 12px;
    appearance: none;
} */
.profile-container .form-group .radio-group label {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin: 0 14px 0 0;
  font-weight: 400;
}
.profile-container .form-group .radio-group {
  display: flex;
}
.profile-container .form-group .radio-group label input {
  margin: 0 8px 0 0;
}
.image-upload .label,
.upload-section .label {
  font-size: 18px;
  vertical-align: middle;
  padding-bottom: 20px;
}
.image-upload svg,
.upload-section svg {
  max-width: 28px;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
}
.upload-section {
  background: #7740f9;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.image-upload {
  background: #efeeee;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.image-upload button,
.upload-section button {
  padding: 12px 10px;
  line-height: 1;
  border-radius: 10px;
}
.upload-btns {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 20px;
}
.image-upload button.purple {
  color: #fff;
  background: #7740f9;
  border: 1px solid #7740f9;
}
.image-upload button.gray {
  border: 1px solid #848383;
  background: transparent;
}
.upload-section button.yellow {
  background: #ffc939;
  border: 1px solid #ffc939;
}

.upload-section button.gray {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.round-option,
.rectangle-option.options {
  display: flex;
  gap: 10px;
}
.portfolioadd_form .rectangle-option.options input[type="radio"]:checked {
  background: #7740f9;
  border: 3px solid #976cfb;
}
.portfolioadd_form .round-option label span,
.portfolioadd_form .rectangle-option.options label span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
.portfolioadd_form .rectangle-option .option-btn {
  width: 88px;
  height: 38px;
  background: #c9c8ca;
  color: #fff;
  border-radius: 50px;
  border: 3px solid #e8e8e8;
  /* text-align: center; */
  /* font-size: 12px; */
  appearance: none;
  margin: 0;
}
.portfolioadd_form .round-option label,
.portfolioadd_form .rectangle-option label {
  position: relative;
  display: flex;
  margin: 0;
}
.portfolioadd_form .round-option.options input[type="radio"]:checked {
  background: #7740f9;
  border: 5px solid #976cfb;
}
.profile-container .form-control.select-box svg {
  /* content: "";
    background: url(../images/chevron-down-solid.svg) no-repeat; */
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #7740f9;
}
.profile-container .form-control.select-box select {
  appearance: none;
}

form.calculator_form .form-group {
  margin-bottom: 10px;
}
.calculator-section .calculator_form .form-group.active label {
  color: #7740f9;
}

.calculator-section .calculator_form .form-group.active .form-control {
  border-color: #7740f9;
}

.calculator-section .calculator_form .form-group.active .form-control input {
  color: #7740f9;
}
.calculator-section .calculator_form .form-control input {
  font-size: 18px;
}

.policy-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 25px;
}
.coverage-box .coverage-img {
  background: #7740f9;
  border-radius: 5px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coverage-box .coverage-title {
  margin: 7px 0 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}
.section.coverages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 7px;
}
.policy-content {
  padding: 0 30px;
}
.section.exclusions-wrapper {
  background: #7740f9;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  margin-top: 25px;
  align-items: center;
}
.section.exclusions-PA-wrapper {
  background: #7740f9;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section.exclusions-wrapper h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.exclusions-box {
  background: #663dc4;
  padding: 10px;
  border-radius: 5px;
  margin-top: 8px;
  font-size: 12px;
}
.section.important-pointers .pointer {
  width: 35%;
  min-height: 160px;
  border-radius: 10px;
  background: #c6c9ff;
  color: #34365b;
  padding: 20px 20px;
  margin: 0 2px;
  display: grid;
  align-items: end;
  grid-template-rows: repeat(1, 1fr);
  gap: 25px;
}
.section.important-pointers .pointer.green {
  background: #abeaa6;
  color: #2f6a2a;
}
.section.important-pointers .pointer.yellow {
  background: #eae1a6;
  color: #5b5111;
}
.pointer-title {
  font-size: 14px;
}
.section.important-pointers {
  padding-bottom: 30px;
}
.section.important-pointers h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 16px 0;
}
.section.pointers {
  padding-left: 10px;
}
/*.section-yellow{
    background: #FED221;
    color: #000000;
    border-radius: 5px;
    padding: 16px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}*/
.section-yellow {
  background: #fed221;
  color: #000000;
  border-radius: 5px;
  padding: 16px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* align to top now */
}
.section-grey {
  background: #ccc;
  color: #000000;
  border-radius: 5px;
  padding: 16px;
  margin-top: 25px;
  text-align: center;
}
.section-white {
  background: #fff;
  color: #000000;
  border-radius: 5px;
  padding: 16px;
  margin-top: 25px;
  border: 1px solid #ccc;
}
.termsCondition-wrapper {
  background: #4f4bc4;
  color: #ccc;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 25px;
  /*border: 1px solid #ccc;*/
}

.section-yellow p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.form-input {
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  background-color: #ffe97f;
  font-size: 12px;
  color: #555;
  width: 100px;
  outline: none;
}

.form-input::placeholder {
  color: #555;
}

.pincode-wrapper {
  display: flex;
  flex-direction: column;
}

.pincode-message {
  font-size: 12px;
  color: #333;
  margin-top: 4px;
}
.activeBtn-cls {
  background: #7740f9 !important;
  cursor: pointer;
  color: #ffffff !important;
}
.box {
  --mask:
    radial-gradient(4px at 50% 4px, #000 99%, #0000 101%) calc(50% - 8px) 0/16px
      51% repeat-x,
    radial-gradient(4px at 50% 0px, #0000 99%, #000 101%) 50% 4px/16px
      calc(51% - 4px) repeat-x,
    radial-gradient(4px at 50% calc(100% - 4px), #000 99%, #0000 101%)
      calc(50% - 8px) 100%/16px 51% repeat-x,
    radial-gradient(4px at 50% calc(100% + 0px), #0000 99%, #000 101%) 50%
      calc(100% - 4px) / 16px calc(51% - 4px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
input,
textarea,
select {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 375px !important;
  }
  .bottom-nav {
    max-width: 375px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .circle-box {
    width: 70px !important;
    height: 70px !important;
    font-size: 10px !important;
  }
  .balance-section-grid {
    padding: 10px 0px 0;
  }
}
.card-grid-outer {
  min-height: 100% !important;       /* fill the viewport = tallest cell */
  box-sizing: border-box; /* keep the 20px padding inside the height */
}
