html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

a:focus-visible {
  outline: none;
}

/* change colours to suit your needs */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input {
  border: 1px solid black;
  outline: 0;
}

input:focus {
  border: 1px solid black;
  outline: 0;
}

body {
  -webkit-tap-highlight-color: transparent;
}

.helvetica {
  font-family: "helvetica";
}

.helvetica-bold {
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.helvetica-light {
  font-family: "Helvetica Light", Arial, sans-serif;
}

.helvetica-neue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tata-aia-print-bold {
  font-family: "TATAAIAPrintBold", Helvetica, Arial, sans-serif;
}

.tata-aia-print {
  font-family: "TATAAIAPrint", Helvetica, Arial, sans-serif;
}

.helvetica-neue-medium {
  font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif;
}

.primary-act-btn {
  padding: 12px 54px;
  background: #D62049;
  border-radius: 5px;
  border-color: transparent;
  color: #FFFFFF;
  line-height: 17px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  border: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.primary-act-btn:hover {
  box-shadow: 0px 0px 6px #D62049;
}

.primary-act-btn:focus {
  background: #CB1B43;
}

.disabled {
  background: #C7C8CA;
  cursor: auto;
}

.disabled:hover {
  box-shadow: 0px 0px 0px #D62049;
}

.secondary-act-btn {
  font-size: 14px;
  line-height: 17px;
  background: #FFFFFF;
  border: 1px solid #D62049;
  border-radius: 5px;
  color: #D62049;
  padding: 9px 54px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.secondary-act-btn:hover {
  background: #FAE7EC;
}

.secondary-act-btn:focus {
  background: #FFFFFF;
}

.secondary-disabled {
  border: 1px solid #C7C8CA;
  background: #FFFFFF;
  color: #C7C8CA;
  cursor: auto;
}

.secondary-disabled:hover {
  box-shadow: 0px 0px 0px #D62049;
  background: #FFFFFF;
}

.img-in-btn {
  margin-left: 15px;
}

.anchor-btn {
  font-style: normal;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BB;
  text-decoration: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

.anchor-btn:focus {
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.anchor-btn-disabled {
  color: #C7C8CA;
  pointer-events: none;
}

.img-in-btn-2 {
  margin-left: 10px;
  max-height: 11px;
}

.blue-anchor-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 7px 12px;
  text-decoration: none;
  background: #0073BB;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}

.blue-anchor-btn:hover {
  box-shadow: 0px 0px 6px #0073BB;
}

.blue-anchor-btn:focus {
  background: #255F8F;
}

.blue-anchor-btn.rmv {
  background-color: #F2F7FB;
  color: #0073BB;
  border: 0.5px solid #0073BB;
}

.blue-anchor-btn.rmv img {
  display: none;
}

.blue-anchor-btn-disabled {
  background: #C7C8CA;
  pointer-events: none;
}

.img-in-btn-3 {
  margin-left: 9px;
  max-height: 8px;
}

.disabled-red {
  background: #EB9AA7;
  border-radius: 5px;
}

.d-flex {
  display: flex;
}

.grid {
  display: grid;
}

.end {
  align-items: flex-end;
}

.just-end {
  justify-content: flex-end;
}

.col {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.stretch {
  align-items: stretch;
}

.start {
  align-items: flex-start;
}

.center {
  align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.search-results {
  max-width: 402px;
  position: absolute;
  right: 0%;
  bottom: -430px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 29px 22px 9px rgba(229, 255, 253, 0.63);
  padding: 10px 16px 17px 17px;
  display: none;
}

.search-results-suggestion a {
  text-decoration: none;
  margin: 0px;
}

.search-results-suggestion a .suggestion-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.search-results .line-hr {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin: 11px 0px;
}

.search-results-heading {
  padding-top: 2px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.search-results-recommended {
  padding-top: 2px;
}

.search-results-recommended .search-div {
  padding-bottom: 0px;
}

#search-box {
  min-width: 160px;
}

.input-div {
  position: relative;
}

.input-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333333;
}

.input-field {
  background: #FFFFFF;
  border: 1px solid #DFE0E1;
  border-radius: 8px;
  padding: 11px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #333333;
}

.input-field::-moz-placeholder {
  color: #808184;
  font-family: "helvetica";
}

.input-field:-ms-input-placeholder {
  color: #808184;
  font-family: "helvetica";
}

.input-field::placeholder {
  color: #808184;
  font-family: "helvetica";
}

.input-field:focus {
  border: 1px solid #333333;
  color: #333333;
}

.input-disabled {
  background-color: #E6E7E8;
  font-weight: 500;
  color: #333333;
}

.input-error {
  border: 1px solid #D62049;
}

.error-img {
  max-height: 13px;
  margin-right: 5px;
}

.error-div {
  display: flex;
}

.error-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  display: flex;
  align-items: center;
  color: #D62049;
}

.guide-div {
  margin-top: 10px;
}

.guide-text {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #58595B;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.edit-div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.edit-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  bottom: 12px;
  margin: 0px;
}

.edit-pencil-img {
  max-height: 17px;
  max-width: 17px;
  margin-left: 6px;
}

.edit-input {
  padding-right: 40px;
}

.nudge-div {
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
}

.nudge-text {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  display: flex;
  align-items: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.nudge-green {
  background: #EBF8EB;
}

.nudge-green p {
  color: #0CA789;
}

.nudge-blue {
  background: #F2F7FB;
}

.nudge-blue p {
  color: #0073BB;
}

.info-icon {
  margin-left: 8px;
  width: 16px;
  height: 17px;
}

.search-icon {
  position: absolute;
  top: 13px;
  right: 17px;
  bottom: 13px;
  margin: 0px;
}

.search-img {
  max-height: 14px;
  max-width: 14px;
}

.select-div {
  display: flex;
  border-bottom: 1px solid #E6E7E8;
  width: -moz-fit-content;
  width: fit-content;
}

.select-dropdown-flag .select2,
.select-dropdown-flag .selection,
.select-dropdown-flag .select2-selection,
.select-dropdown-flag .select2-selection__rendered {
  max-height: 20px;
}

.select-dropdown-flag .select2-selection {
  border: 0px !important;
  border-right: 1px solid #808184 !important;
  border-radius: 0px !important;
  margin-bottom: 6px;
  display: flex !important;
}

.select-dropdown-flag .select2-selection__rendered {
  text-align: center;
  padding-left: 0px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  display: flex !important;
  align-items: center;
}

.select-dropdown-flag .select2.select2-container {
  width: auto !important;
  max-width: 38px;
}

.select-dropdown-flag .select2-selection__arrow {
  display: flex;
  align-items: center;
  height: auto !important;
  position: relative !important;
  min-height: 20px;
  min-width: 22px;
  top: 2px !important;
}

.select-dropdown-flag .select2-selection__arrow b {
  position: relative !important;
  margin-left: 8px !important;
  margin-right: 7px !important;
  left: 0% !important;
  top: 0% !important;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #808184;
}

.select-dropdown-flag .select2-results__option,
.select2-results {
  text-align: center;
}

.flag-input {
  border: 0px;
  padding: 3px 8px 6px;
}

.flag-input:focus {
  border: 0px solid #333333;
}

.rel-div {
  position: relative;
  cursor: pointer;
  display: flex;
}

.rel-div .custom-tooltip-new {
  position: absolute;
  width: 140px;
  top: 0%;
  left: -100%;
  visibility: hidden;
}

.rel-div .custom-tooltip-new::after {
  z-index: 1;
  position: absolute;
  top: 19px;
  left: 24%;
  content: "";
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 7px #E6E7E8;
}

.rel-div .custom-tooltip-new .custom-tooltip {
  background: #E6E7E8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  visibility: hidden;
  padding: 7px 7px 8px 6px;
  max-width: 140px;
  position: absolute;
  top: 25px;
  left: -20%;
  max-height: 52px;
  overflow-y: auto;
  z-index: 2;
  min-width: 140px;
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
  -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

.rel-div .custom-tooltip-new .custom-tooltip {
  overflow-y: auto;
  scrollbar-color: #4197D3 transparent;
}

.tool-text {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: #333333;
  overflow-y: auto;
}

.select-dropdown .select2-container {
  width: auto !important;
  min-width: 100%;
}

.select-dropdown .select2-selection__rendered {
  padding-top: 1.5px !important;
  padding-left: 0px !important;
  padding-bottom: 9.5px !important;
  border-bottom: 1px solid #E6E7E8 !important;
  line-height: 17px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.select-dropdown .select2-selection {
  border: 0px !important;
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  min-height: 8px;
  min-width: 14px;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.select-dropdown .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg) !important;
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 6px;
  height: -moz-fit-content;
  height: fit-content;
  right: 5px;
  top: 6px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10px;
  border-radius: 50%;
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.select-normal-dd .select2-results__options {
  padding: 12px 12px 10px 14px !important;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 115, 187, 0.18);
  border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #0073BB !important;
}

.select2-container--default .flag-dd .select2-results__option--highlighted[aria-selected] {
  background-color: #0073BB !important;
  color: #0073BB !important;
}

.select-normal-dd .select2-results__option[aria-selected] {
  padding: 0px;
  margin-bottom: 14px;
  text-align: left;
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.select-normal-dd .select2-results__option[aria-selected]:last-child {
  margin-bottom: 0px;
}

.select-normal-dd .select2-results__option[aria-selected] {
  color: #58595B;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.select2-container--open {
  background: #FFFFFF;
  border: 0px !important;
}

.select2-container--open .select2-dropdown {
  border: 0px !important;
  z-index: 1;
  margin-top: 13px;
}

.select2-dropdown--above {
  top: -10px;
}

.select2-selection.select2-selection--single {
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.radio-div {
  display: flex;
  box-shadow: 0px 0px 13px rgba(0, 115, 187, 0.18);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  gap: 0.5px;
}

.radio-option {
  background: #FFFFFF;
  border-radius: 0px;
  min-width: 157px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
}

.radio-option label {
  color: #808184;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  padding: 12px;
  width: 100%;
  text-align: center;
  border-radius: 0px;
}

.radio-option label.mob-span {
  display: block;
}

.radio-option .label-vertical {
  padding: 6px 6px 4px;
  height: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  align-items: center;
  color: #58595B;
}

.radio-option:first-of-type {
  border-radius: 6px 0px 0px 6px;
}

.radio-option:first-of-type label {
  border-radius: 6px 0px 0px 6px;
}

.radio-option:last-of-type {
  border-radius: 0px 6px 6px 0px;
}

.radio-option:last-of-type label {
  border-radius: 0px 6px 6px 0px;
}

.radio-option input {
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.vertical-line {
  background: #A7A9AC;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  margin: 8px 0px 8px 0px;
}

.hi:nth-child(2) {
  background-color: red;
}

.img-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-note {
  max-width: 12px;
  margin-right: 6px;
  max-height: 12px;
}

.full-div-vertical {
  line-height: 0px;
}

.vert-img {
  max-width: 16px;
  max-height: 19px;
  margin-bottom: 4px;
}

.radio-nudge-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 2px;
  position: absolute;
  min-width: 55px;
  height: 16px;
  background: #EBF8EB;
  border-radius: 2px;
  color: #0CA789;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  top: -20%;
  left: 33%;
}

.radio-nudge-green-border {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 2px;
  position: absolute;
  min-width: 55px;
  height: 16px;
  background: #EBF8EB;
  border-radius: 2px;
  color: #0CA789;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  top: -20%;
  left: 33%;
  border: 1px solid #0CA789;
}

.radio-sub-text {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  display: inline;
}

.rounded-red-btn {
  min-width: 28px;
  min-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  border: 0.7px solid #CA1F4A;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-red-btn .red-arrow {
  max-width: 14px;
  max-height: 14px;
}

.anchor-back {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.blue-search {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 9px 6px 12px;
  background: #F2F7FB;
  border: 1px solid #0073BB;
  border-radius: 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #0073BB;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  margin: 0px;
  height: -moz-fit-content;
  height: fit-content;
}

.blue-search img {
  max-width: 14px;
}

.search-div {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.grey-search {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: #FFFFFF;
  border: 1px solid #58595B;
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  text-decoration: none;
  width: fit-content;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  border: 2px solid #0073BB;
  border-radius: 4px;
  margin-right: 9px;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 31%;
  top: 2%;
  width: 3px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* When the checkbox is checked, add a blue background */

.label-container input:checked ~ .checkmark {
  background-color: #0073BB;
}

/* Show the checkmark when checked */

.label-container input:checked ~ .checkmark:after {
  display: block;
}

.label-container {
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 7px;
  color: #58595B;
  display: flex;
  align-items: center;
}

.check-div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.pl-5 {
  padding-left: 5px;
}

.input-field-btm {
  border: 0px;
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #333333;
}

.input-field-btm:focus {
  border: 0px;
  border-bottom: 1px solid #E6E7E8;
}

.input-field-btm::-moz-placeholder {
  color: #808184;
  font-weight: 400;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.input-field-btm:-ms-input-placeholder {
  color: #808184;
  font-weight: 400;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.input-field-btm::placeholder {
  color: #808184;
  font-weight: 400;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.whatsapp {
  max-width: 18px;
  max-height: 18px;
  margin-left: 9px;
}

/*  Toggle Switch start */

.mar-20 {
  margin-left: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #0073BB;
  border: none;
}

.switch input:checked + .slider.round::before {
  left: -6px;
}

.switch input:checked + .slider::before {
  transform: translateX(26px);
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D1D1D6;
  transition: 0.4s;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -8px;
  top: -4px;
  bottom: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  background-color: white;
  transition: 0.4s;
}

.switch .slider.round {
  border: none;
  border-radius: 34px;
}

.switch .slider.round::before {
  border-radius: 50%;
}

/*  Toggle Switch end */

.help-txt {
  padding-left: 5px;
}

/* RADIO OPTION BOX START */

.selectioncard-info {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.selectioncard-info .card__items-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.selectioncard-info .card__items-list label {
  cursor: pointer;
  margin-right: 25px;
}

.selectioncard-info .card__items-list .listcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 19px 12px 23px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  margin-top: 0px;
  min-width: 380px;
  max-width: 380px;
  height: 100%;
  width: 100%;
}

.selectioncard-info .card__items-list .listcard:hover {
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.54);
}

.selectioncard-info .card__items-list .listcard .selectedplan {
  border: 1px solid #0073BB;
}

.selectioncard-info .card__items-list .listcard .boxtitle {
  position: absolute;
  left: 14px;
  top: -15px;
  padding: 6px 8px 6px 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
  display: none;
  color: #0CA789;
  text-align: center;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list {
  padding-top: 7px;
  padding-bottom: 11px;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul {
  padding-left: 20px;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li {
  color: #58595B;
  font-size: 14px;
  line-height: 132.5%;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li span {
  color: #333333;
  font-weight: bold;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li span a {
  margin: 0px;
  display: inline-block;
  text-decoration: underline;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt p {
  font-size: 10px;
  font-weight: 300;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt p:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
}

.selectioncard-info .card__items-list .listcard .line-hr {
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
  display: none;
}

.selectioncard-info .card__items-list .listcard .addon {
  width: 100%;
  padding-top: 12px;
}

.selectioncard-info .card__items-list .listcard .addon__list p:nth-child(1) {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #58595B;
}

.selectioncard-info .card__items-list .listcard .addon__list a {
  margin: 0px;
  display: flex;
}

.selectioncard-info .card__items-list .listcard .addon__list a .info-icon {
  margin-left: 7px;
}

.selectioncard-info .card__items-list .listcard .addon__list .list {
  padding-top: 7px;
}

.selectioncard-info .card__items-list .listcard .addon__list .list ul li {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount {
  text-align: end;
}

.selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
}

.selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  font-weight: 300;
}

.selectioncard-info .card__items-list .listcard__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-right: 4px;
}

.selectioncard-info .card__items-list .listcard__details__left {
  display: flex;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard__details__left .radio-btn > input[type=radio] {
  width: 19px;
  height: 18px;
  margin: 0px;
  accent-color: #0073BB;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt {
  margin-left: 12px;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label {
  margin-bottom: 0px;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label a {
  display: flex;
  margin: 0px;
  cursor: pointer;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt p {
  font-size: 12px;
  margin-top: 4px;
  max-width: 200px;
  line-height: 16px;
}

.selectioncard-info .card__items-list .listcard__details__amount {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount {
  text-align: end;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount p {
  color: #58595B;
  text-align: end;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount {
  color: #D62049;
  padding-top: 4px;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(2) {
  font-size: 12px;
  color: #58595B;
  font-weight: 300;
  line-height: 16px;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt {
  display: flex;
  justify-content: flex-end;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt a {
  margin: 0px;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt a p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt .edit-icon {
  position: unset;
  padding-left: 6px;
}

.selectioncard-info .card__items-list .listcard .share-link {
  width: 100%;
  padding-top: 14px;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan a {
  margin: 0px;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan a img {
  max-height: 13px;
  width: auto;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan a p {
  padding-left: 8px;
  font-size: 14px;
  line-height: 16px;
}

.selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

/* RADIO OPTION BOX END */

.selectioncard-info .card__items-list .listcard {
  align-items: flex-start;
  padding: 16px 12px;
}

.selectioncard-info .card__items-list .listcard__details {
  margin-bottom: 10px;
}

.selectioncard-info .card__items-list .listcard .invest-tag {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.selectioncard-info .card__items-list .listcard .invest-tag .hr-line {
  border-bottom: 1.5px solid #E6E7E8;
  border-top: 1.5px solid transparent;
  width: 70%;
}

.selectioncard-info .card__items-list .listcard .invest-tag-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-right: 10px;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.selectioncard-info .card__items-list .listcard .plan-summary {
  width: 100%;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #E6E7E8;
  border-radius: 2px;
}

.selectioncard-info .card__items-list .listcard .plan-summary-data {
  padding: 10px;
  border-bottom: 1px solid #E6E7E8;
  justify-content: space-between;
}

.selectioncard-info .card__items-list .listcard .plan-summary-data-item-month {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #A7A9AC;
}

.selectioncard-info .card__items-list .listcard .plan-summary-data-item-amt {
  font-weight: 700;
  font-size: 14px;
  padding-top: 6px;
  line-height: 14px;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard .plan-summary-total {
  padding: 7.5px 10px;
  justify-content: space-between;
  align-items: center;
}

.selectioncard-info .card__items-list .listcard .plan-summary-total-month {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #A7A9AC;
}

.selectioncard-info .card__items-list .listcard .plan-summary-total-amt {
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard .you-get-div {
  background-color: #ECF6FF;
  border-radius: 6px;
  padding: 12px;
  margin-top: 10px;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover {
  background: #FFFFFF;
  padding: 6px 8px 6px 4px;
  border-radius: 4px;
  justify-content: space-between;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-main-div {
  width: 52%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-main-div-img {
  padding-right: 12px;
  align-items: center;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-main-div-desc {
  flex-direction: column;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-main-div-desc-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-main-div-desc-info {
  font-weight: 400;
  font-size: 8px;
  line-height: 9px;
  color: #A7A9AC;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-input .edit-div {
  display: flex;
  align-items: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-input .edit-div .edit-input {
  border: none;
  padding: 6px 0px;
  width: 40px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-input .edit-div .edit-input.input-field {
  color: #D62049;
  font-weight: 700;
  font-size: 16px;
  line-height: 132.5%;
  width: 48px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-input .edit-div .edit-icon {
  position: unset;
  height: 16px;
  display: flex;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders {
  background: #FFFFFF;
  padding: 6px 9px 8px 9px;
  border-radius: 4px;
  justify-content: space-between;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-head {
  background: #FFFFFF;
  padding-bottom: 10px;
  border-radius: 4px;
  border-radius: 0px;
  border-bottom: 1.5px solid #E6E7E8;
  justify-content: flex-start;
  align-items: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-head-img {
  padding-right: 12px;
  align-items: center;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div {
  width: 100%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-img {
  padding-right: 12px;
  align-items: center;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-desc {
  flex-direction: column;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-desc-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-desc-info {
  font-weight: 300;
  font-size: 10px;
  line-height: 13.25px;
  color: #58595B;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-desc-info-para:nth-child(2) {
  border-left: 1px solid #58595B;
  padding-left: 5px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-desc-info .policy-txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 15.9px;
  color: #58595B;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-input .edit-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-input .edit-div .edit-input {
  border: none;
  padding: 12px 0px;
  width: 40px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-input .edit-div .edit-input.input-field {
  color: #0073BB;
  font-weight: 700;
  font-size: 16px;
  line-height: 132.5%;
  width: 53%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-input .edit-div .edit-icon {
  position: unset;
  display: flex;
  height: 16px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-benefit {
  padding: 14px 0;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div {
  padding-top: 16px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div {
  width: 100%;
  box-shadow: none;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width {
  width: 33.33%;
  min-width: 33.33%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .label-vertical {
  margin-right: 0px;
  font-size: 14px;
  color: #A7A9AC;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .label-vertical-annum {
  font-weight: 500;
  font-size: 14px;
  line-height: 132.5%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .label-vertical-txt {
  display: inline-block;
  font-size: 6px;
  text-transform: uppercase;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .aft-link {
  display: none;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #0073BB;
  width: 100%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .aft-link .triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0073BB;
  position: absolute;
  right: 43%;
  top: 0px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div {
  width: 100%;
  box-shadow: none;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width {
  width: 33.33%;
  min-width: 33.33%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .label-vertical {
  margin-right: 0px;
  font-size: 14px;
  color: #A7A9AC;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .label-vertical-annum {
  font-weight: 500;
  font-size: 14px;
  line-height: 132.5%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .label-vertical-txt {
  display: inline-block;
  font-size: 6px;
  text-transform: uppercase;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .aft-link-1 {
  display: none;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #0073BB;
  width: 100%;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .aft-link-1 .triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0073BB;
  position: absolute;
  right: 43%;
  top: 0px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .wealth-amt {
  padding-top: 5px;
}

.selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .wealth-amt-txt {
  width: 33.33%;
  font-weight: 700;
  font-size: 16px;
  line-height: 132.5%;
  color: #D62049;
  text-align: center;
}

.selectioncard-info .card__items-list .listcard .line-hr {
  background-color: transparent;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan .anchor-btn .return-cal {
  padding-left: 0px;
  font-weight: 400;
}

/* Header START */

header {
  box-shadow: 0px 2px 14px rgba(88, 89, 91, 0.1);
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2;
}

header .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px 10px;
}

header .header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

header .header-sec .header-logo {
  height: 35px;
  width: 128px;
}

header .header-sec .header-right {
  position: relative;
}

header .header-sec .header-right .input-div .edit-div .input-field {
  outline: 1px solid transparent;
}

header .header-sec .header-right .input-div .edit-div .input-field:focus {
  border: 1px solid #0073BB;
  filter: drop-shadow(0px 0px 1px #0074B8);
}

header .header-sec .header-right .input-div .edit-div .input-field:focus-visible {
  border: 1px solid #0073BB;
  filter: drop-shadow(0px 0px 1px #0074B8);
}

header .header-sec .header-right .input-div .edit-div .search-icon {
  top: 30%;
  right: 10px;
}

header .header-sec .header-right .input-div .edit-div .search-icon .search-img {
  max-height: 16px;
  max-width: 17px;
}

header .header-sec .header-right .face-agent {
  display: flex;
  flex-direction: column;
  color: #D62049;
  font-size: 8px;
  margin-left: 16px;
}

header .header-sec .header-right .face-agent a {
  margin: 0px;
  text-align: center;
  text-decoration: none;
}

header .header-sec .header-right .face-agent a img {
  height: 25px;
  width: 27px;
}

header .header-sec .header-right .face-agent .contact-us {
  font-weight: 400;
  font-size: 8px;
  line-height: 132.5%;
  color: #D62049;
  display: flex;
  flex-direction: column;
}

/* Header END */

/* Stepper START */

.progressbar {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.progressbar__item {
  position: relative;
}

.progressbar__item:first-child .circle-outer.default .circle-oval::before {
  display: none;
}

.progressbar__item:last-child .circle-outer.default .circle-oval::after {
  display: none;
}

.progressbar__item:first-child .circle-outer.current .circle-oval::before {
  display: none;
}

.progressbar__item:last-child .circle-outer.current .circle-oval::after {
  display: none;
}

.progressbar__item:first-child .circle-outer.completed .circle-oval::before {
  display: none;
}

.progressbar__item:last-child .circle-outer.completed .circle-oval::after {
  display: none;
}

.progressbar__item:not(:last-child) .circle-oval::after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer {
  display: flex;
  align-items: center;
  height: 70px;
}

.progressbar__item .circle-outer.completed .circle-oval {
  background-color: #0073BB;
  border: none;
}

.progressbar__item .circle-outer.completed .circle-oval:before {
  content: "";
  border-left: 2px solid #0073BB;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.completed .circle-oval:after {
  content: "";
  border-left: 2px solid #0073BB;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.completed .content-wrapper p {
  font-weight: 700;
  color: #0073BB;
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.progressbar__item .circle-outer.success .circle-oval {
  background-color: #0073BB;
  border: none;
}

.progressbar__item .circle-outer.success .content-wrapper p {
  color: #0073BB;
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.progressbar__item .circle-outer.current .circle-oval {
  background-color: #FFFFFF;
  border: 1px dashed #0073BB;
}

.progressbar__item .circle-outer.current .circle-oval:before {
  content: "";
  border-left: 2px solid #C2E4FF;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.current .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.current .content-wrapper p {
  color: #A7A9AC;
}

.progressbar__item .circle-outer.default .circle-oval {
  background-color: #FFFFFF;
  border: 1px solid #DFE0E1;
}

.progressbar__item .circle-outer.default .circle-oval:before {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.default .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.default .content-wrapper p {
  color: #A7A9AC;
}

.progressbar__item .circle-outer .circle-oval {
  width: 32px;
  height: 32px;
  background-color: #0073BB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.progressbar__item .circle-outer .circle-oval i {
  display: none;
  color: white;
  font-size: 9px;
}

.progressbar__item .circle-outer .circle-oval:before {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer .content-wrapper {
  margin-left: 10px;
}

.progressbar__item:not(:first-child) .circle-oval:before {
  content: "";
  border-left: 2px solid #0073BB;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item:not(:last-child) .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

/* Stepper END */

#contactUsDialog {
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 20px 16px 24px;
  gap: 10px;
  max-width: 357px;
  min-width: 357px;
  width: 100%;
}

#contactUsDialog::backdrop {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#contactUsDialog .contact-us-pop-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

#contactUsDialog .contact-us-section .contact-us-div-border {
  padding: 7px 15px 7px 13px;
  gap: 11px;
  border: 1px solid #0074B8;
  border-radius: 6px;
  margin-top: 13px;
  min-height: 32px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .contact-us-img-div {
  width: 5%;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box {
  overflow: hidden;
  max-height: 0px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box.concern-is-open {
  max-height: 600px;
  padding-top: 10px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box .concern-dropdown-btn {
  padding-top: 12px;
  padding-left: 3px;
  padding-bottom: 18px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box .concern-dropdown-btn .primary-act-btn {
  padding: 12px 38px;
}

#contactUsDialog .contact-us-section .contact-us-div-border a {
  text-decoration: none;
  position: relative;
}

#contactUsDialog .contact-us-section .contact-us-div-border a p {
  margin-left: 11px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #0074B8;
}

#contactUsDialog .contact-us-section .contact-us-div-border .contact-us-concern-arrow {
  border: 2px solid #0073BB;
  height: 9px;
  width: 9px;
  top: 3%;
  right: 0;
  border-right: none;
  position: absolute;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern:hover {
  background-color: #F2F7FB;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div label {
  margin-bottom: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding-left: 3px;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div .input-field-btm {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  background: transparent;
  width: calc(100% - 7px);
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea {
  background: #FFFFFF;
  border: 0.7px solid #DADADA;
  border-radius: 6px;
  padding: 7px;
  width: 93%;
  resize: none;
  margin: 0px 3px;
  font-size: 13px;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea::-moz-placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E6E7E8;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea:-ms-input-placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E6E7E8;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea::placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E6E7E8;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea:focus-visible {
  border: 0.7px solid #333333;
  outline: none;
}

/* PRO TIP CSS START  */

.pro-tip {
  border-radius: 6px;
  background: #FFFBED;
  border: 0.7px solid #FFD644;
  font-size: 12px;
  line-height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.pro-tip-para-div {
  padding: 10px;
}

.pro-tip-para-div:first-child {
  padding-right: 0px;
}

.pro-tip-para-div img {
  height: 22px;
  width: 23px;
}

.pro-tip .pl-8 {
  padding-left: 8px;
}

.pro-tip .pro-tip-para {
  font-size: 12px;
  color: #333333;
  font-weight: 300;
  line-height: 16px;
}

/* PRO TIP CSS END  */

.container {
  max-width: 1090px;
  margin: 0 auto;
}

.select-normal-dd .select2-results__option[aria-selected] {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.param-raksha-plan-div {
  margin-top: 72px;
  margin-bottom: 50px;
}

.param-raksha-plan-div-left-section {
  width: 20%;
}

.param-raksha-plan-div-left-section .progressbar {
  position: sticky;
  top: 73px;
}

.param-raksha-plan-div-left-section .progressbar__item .circle-outer {
  height: 84px;
}

.param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper p {
  font-size: 12px;
  line-height: 12px;
}

.param-raksha-plan-div-right-section {
  width: 80%;
  padding: 0px 40px;
  background-color: #ECF6FF;
}

.param-raksha-plan-div-right-section-heading {
  padding-top: 30px;
}

.param-raksha-plan-div-right-section-heading .option-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 132.5%;
  color: #58595B;
  margin-left: 16px;
}

.param-raksha-plan-div-right-section .pro-para {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 26px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .selectioncard-info {
  padding-top: 35px;
  padding-bottom: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .share-link .shareplan .anchor-btn:focus {
  font-weight: 300;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle {
  position: absolute;
  left: 14px;
  top: -14px;
  padding: 6px 8px 6px 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
  display: block;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #0CA789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col {
  display: flex;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card {
  row-gap: 34px;
  width: 100%;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card label {
  margin-right: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card label:last-child {
  margin-right: 0px;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card .mx-height {
  min-height: 184px;
  height: 100%;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn {
  max-width: 371px;
  max-height: 184px;
  min-height: 184px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn p {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 132.5%;
  color: #58595B;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-linear-bg {
  margin: 0px 0px 20px 0px;
}

.param-raksha-plan-div-right-section .preferred-plan-protip {
  width: auto;
  margin-bottom: 16px;
}

.param-raksha-plan-div-right-section .preferred-plan-table {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 80px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.15);
  border-radius: 12px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading {
  width: 33.33%;
  min-width: 33.33%;
  text-align: center;
  padding: 8px 0px 7px 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading.border-left {
  border-left: 1px solid #DFDFDF;
  margin: 8px 0px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table {
  width: 100%;
  margin-top: 13px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:last-child td {
  border-bottom: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label {
  text-align: left;
  border-left: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 132.5%;
  color: #58595B;
  padding-left: 0;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note {
  border-left: 2px solid #0073BB;
  background: rgba(191, 219, 254, 0.2);
  display: flex;
  align-items: flex-start;
  padding: 4px 6px;
  gap: 10px;
  margin-right: 11px;
  margin-top: 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #0073BB;
  max-width: 102px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note.cen1 {
  align-items: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:first-child .qoute-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:nth-last-child(2) .qoute-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:nth-last-child(2) .qoute-label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td {
  padding: 13px 20px 15px 20px;
  border: 1px solid #DFDFDF;
  width: 33.33%;
  min-width: 33.33%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-container {
  min-width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
  background: #FFFFFF;
  border: 0.8px solid #E6E7E8 !important;
  border-radius: 6px;
  height: auto;
  width: 204px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection__rendered {
  border-bottom: none !important;
  padding-top: 8px !important;
  padding-left: 9px !important;
  padding-bottom: 8px !important;
  padding-right: 40px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
  color: #0074B8;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 14px;
  position: absolute;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .table-links {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0073BB;
  text-decoration: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle {
  padding: 5px;
  gap: 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle:first-child {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2px;
  margin-left: 40px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle:not(:first-child) {
  margin-top: 9px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle.opa {
  opacity: 0.7;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle.m-pre {
  padding: 6px 8px 4px 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle p {
  font-weight: 700;
  font-size: 11.4px;
  line-height: 14px;
  text-align: left;
  color: #0CA789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-inwords {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #58595B;
  padding-top: 5px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-sup {
  vertical-align: super;
  font-size: 10px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .per-annual-return {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown {
  line-height: 24px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown .sup {
  vertical-align: super;
  font-size: 15px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-amt-digit {
  font-size: 20px;
  line-height: 24px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-amt-gst {
  font-size: 14px;
  line-height: 24px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 {
  text-align: right;
  font-weight: unset;
  font-size: 20px;
  line-height: 20px;
  color: #A7A9AC;
  vertical-align: middle;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/disable-dropdow-arrow.svg");
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div {
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div .custom-name-disable,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div .custom-name-disable-2,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div .custom-name-disable,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div .custom-name-disable-2 {
  min-width: 104px;
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .disable-border {
  background: #E6E7E8;
  border: 0.8px solid #A7A9AC;
  box-shadow: 0px 0px 8px #DADADA;
  border-radius: 6px 0px 0px 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
  padding: 12px 52px;
  width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
  padding: 12px 52px;
  width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 {
  text-align: right;
  border-right: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #0074B8;
  vertical-align: middle;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/blue-dropdown-arrow.svg");
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
  width: auto;
  justify-content: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
  width: auto;
  justify-content: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div {
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div .custom-name-qoute,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div .custom-name-qoute-2,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div .custom-name-qoute,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div .custom-name-qoute-2 {
  min-width: 104px;
  width: 100%;
}

.param-raksha-plan-div .viewBreakupDialog.active {
  transform: translate(0, 0) scale(1);
  margin-left: -14px;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details li a .li-text {
  white-space: pre-line;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-head {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-desc {
  padding-top: 9px;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-desc .li-text {
  padding-left: 25px;
}

footer {
  max-width: 100%;
  max-height: 100px;
  background-color: #FFFFFF;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 20px 0px;
  z-index: 4;
  box-shadow: 2px 0px 14px rgba(88, 89, 91, 0.1);
}

footer .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px 10px;
}

footer .footer-div .footer-anchor {
  margin: 0px;
}

footer .option-page-footer {
  width: 80%;
  float: right;
  padding: 0px 40px;
  align-items: center;
}

footer .option-page-footer .footer-plan-amt {
  width: 30%;
  display: grid;
  grid-template-areas: "a c" "b d";
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup:first-child {
  grid-area: a;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup:nth-child(2) {
  grid-area: b;
  cursor: pointer;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup:nth-child(3) {
  grid-area: c;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup:nth-child(4) {
  grid-area: d;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup span {
  font-weight: 400;
  font-size: 14px;
  line-height: 132.5%;
  color: #A7A9AC;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup a {
  font-weight: 500;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BB;
  text-decoration: none;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup .amount {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #D62049;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup .month {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #D62049;
}

footer .option-page-footer .footer-plan-amt .option-page-footer-breakup .month span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #A7A9AC;
}

/* Payment popup START */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
}

#overlay.active {
  opacity: 1;
  z-index: 2;
}

.viewBreakupDialog {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #FFFFFF;
  padding: 24px 0px 29px 19px;
  min-width: 411px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: fixed;
  bottom: 10%;
  z-index: 3;
  transform: translate(0, 0) scale(0);
}

.viewBreakupDialog.active {
  transform: translate(0, 0) scale(1);
  margin-left: 26px;
}

.viewBreakupDialog::backdrop {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.viewBreakupDialog .pop-title {
  margin-bottom: 17px;
}

.viewBreakupDialog .pop-title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.viewBreakupDialog .pop-title p span {
  font-weight: 300;
}

.viewBreakupDialog .pop-title a {
  margin: 0px;
  margin-right: 22px;
}

.viewBreakupDialog .pop-title a:focus-visible {
  outline: none;
}

.viewBreakupDialog .pop-title a .close-img {
  max-width: 15px;
  max-height: 15px;
}

.viewBreakupDialog .breakup-details li {
  list-style-type: none;
}

.viewBreakupDialog .breakup-details li:not(:last-child) {
  margin-bottom: 16px;
}

.viewBreakupDialog .breakup-details li::marker {
  content: "";
}

.viewBreakupDialog .breakup-details li a {
  text-decoration: none;
  margin: 0px;
  margin-right: 23px;
  color: #2D2D32;
}

.viewBreakupDialog .breakup-details li a .li-text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.viewBreakupDialog .breakup-details li a .li-text.active {
  color: #0073BA;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.viewBreakupDialog .breakup-details li a .breakup-amount {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.viewBreakupDialog .desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  color: #828282;
}

.viewBreakupDialog .line-hr {
  width: 94%;
  height: 1px;
  background-color: #F2F2F2;
  margin-top: 20px;
  margin-bottom: 12px;
}

.viewBreakupDialog .breakup-total li a .li-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.viewBreakupDialog .breakup-amount p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

/* Payment popup END */

/* Red anchor links START */

.disclamer__link {
  display: flex;
  justify-content: center;
}

.disclamer__link .link__list {
  display: flex;
}

.disclamer__link .link__list ul:last-child li:last-child::after {
  content: none;
}

.disclamer__link__details {
  display: flex;
  justify-content: center;
  position: relative;
}

.disclamer__link__details a {
  margin: 0px;
  text-decoration: none;
}

.disclamer__link__details li {
  margin: 0px 18px 0px 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 132.5%;
  color: #D62049;
}

.disclamer__link__details li::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  background-repeat: no-repeat;
  margin: 0px 18px;
  background-size: contain;
  background-image: url("../img/vrline.svg");
}

.disclamer__link__details li a {
  text-decoration: none;
  color: #D62049;
}

/* Red anchor links END */

/* Normal Accordion START */

.section-eight .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px 10px;
}

.accordian__dropdown-menu {
  background: #FFFFFF;
}

.accordian__dropdown-menu li {
  font-size: 14px;
  color: #58595B;
  padding-bottom: 10px;
  line-height: 132.5%;
  font-weight: 400;
}

.accordian__dropdown-menu li:last-child {
  padding-bottom: 0px;
}

.accordian .normal-accordion-div {
  cursor: pointer;
}

.accordian .normal-accordion-div.is-open {
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}

.accordian .normal-accordion-div.is-open .accordian__dropdown-arrow {
  transform: rotate(-225deg);
}

.accordian .normal-accordion-div.is-open .accordion-title {
  cursor: pointer;
}

.accordian .normal-accordion-div.is-open .accordion-content {
  max-height: 2500px;
}

.accordian__dropdown {
  background: #FFFFFF;
  mix-blend-mode: normal;
  box-shadow: 0px 0px 13.2968px rgba(0, 115, 187, 0.1);
  border-radius: 12px;
  width: 100%;
  padding: 33px 32px 38px 32px;
  position: relative;
  margin-top: 44px;
  transition: transform 0.3s linear;
}

.accordian__dropdown .accordion-title {
  display: flex;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.accordian__dropdown .accordion-title input {
  margin: 0px;
  width: 21.57px;
  height: 18px;
}

.accordian__dropdown .accordion-title-txt {
  font-weight: 700;
  font-size: 36px;
  line-height: 132.5%;
  color: #333333;
}

.accordian__dropdown .accordion-content {
  overflow: hidden;
  max-height: 0px;
}

.accordian__dropdown ul {
  padding-top: 36px;
  padding-left: 16px;
}

.accordian__dropdown-arrow {
  border: 2px solid #0073BB;
  height: 15px;
  width: 15px;
  top: 40%;
  right: 0%;
  border-right: none;
  position: absolute;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}

/* Normal Accordion END*/

/* Accordion with checkbox START */

.acc-checkbox .container {
  max-width: 1090px;
  margin: 0 auto;
}

.checkbox-acc {
  background: #FFFFFF;
  border: 1px solid #E6E7E8;
  border-radius: 5px;
  margin-bottom: 12px;
}

.checkbox-acc .accordion-chk {
  position: relative;
}

.checkbox-acc .accordion-chk .check-div {
  margin-right: 0px;
  margin-left: 14px;
}

.checkbox-acc .accordion-chk .check-div .label-container input:checked ~ .checkmark {
  border-color: transparent;
}

.checkbox-acc .accordion-chk .check-div .label-container .checkmark {
  margin-right: 0px;
  border-color: #A7A9AC;
}

.checkbox-acc .accordion-chk .check-div .label-container .checkmark::after {
  left: 35%;
  top: 3%;
}

.checkbox-acc .accordion-chk-main {
  padding-left: 12px;
  padding: 10px 12px 10px 12px;
  width: 100%;
  cursor: pointer;
}

.checkbox-acc .accordion-chk-main-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #808184;
}

.checkbox-acc .accordion-chk-main.bgt.is-openbox .accordion-chk-arrow {
  transform: rotate(-225deg);
  top: 18px;
  right: 12px;
}

.checkbox-acc .accordion-chk-arrow {
  position: absolute;
  border: 2px solid #A7A9AC;
  background-color: transparent;
  height: 8px;
  width: 8px;
  top: 12px;
  right: 14px;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}

.checkbox-acc .accordion-content {
  overflow: hidden;
  max-height: 0px;
}

.checkbox-acc .accordion-content.open {
  max-height: 3500px;
}

.checkbox-acc .accordion-content-list {
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 39px;
}

.checkbox-acc .accordion-content-list li {
  font-size: 14px;
  color: #58595B;
  padding-bottom: 10px;
  line-height: 132.5%;
}

/* Accordion with checkbox END */

.accordion-style .container {
  padding: 0px;
}

.accordion-style .accordian .normal-accordion-div:first-child {
  margin-top: 0px;
}

.accordion-style .accordian .normal-accordion-div.is-open .accordian__dropdown-arrow {
  transform: rotate(-225deg);
}

.accordion-style .accordian__dropdown {
  padding: 13px 22px;
  margin-top: 18px;
}

.accordion-style .accordian__dropdown-arrow {
  top: 20%;
  right: 0;
  border: 2px solid #0073BB;
  height: 11px;
  width: 11px;
  border-right: none;
  border-top: none;
}

.accordion-style .accordian .accordion-title-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 132.5%;
}

/* Red anchor links START */

.disclamer__link {
  display: flex;
  justify-content: center;
}

.disclamer__link .link__list {
  display: flex;
}

.disclamer__link .link__list ul:last-child li:last-child::after {
  content: none;
}

.disclamer__link__details {
  display: flex;
  justify-content: center;
  position: relative;
}

.disclamer__link__details a {
  margin: 0px;
  text-decoration: none;
}

.disclamer__link__details li {
  margin: 0px 18px 0px 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 132.5%;
  color: #D62049;
}

.disclamer__link__details li::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  background-repeat: no-repeat;
  margin: 0px 18px;
  background-size: contain;
  background-image: url("../img/vrline.svg");
}

.disclamer__link__details li a {
  text-decoration: none;
  color: #D62049;
}

/* Red anchor links END */

.disclaimer-link-style.container {
  max-width: 1090px;
  margin: auto;
  padding-top: 27px;
  padding-bottom: 37px;
  margin-bottom: 86px;
}

.para {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #58595B;
  margin-bottom: 26px;
}

.param-raksha-plan-div-right-section .preferred-plan-protip {
  width: auto;
  margin-bottom: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active.active {
  border: 1px solid;
}

#ssr-edit-plan-Dialog {
  background: #FFFFFF;
  border-radius: 6px;
  max-width: 344px;
  width: 100%;
  border: none;
  padding: 11px 12px 23px 12px;
  overflow: unset;
}

#ssr-edit-plan-Dialog::backdrop {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#ssr-edit-plan-Dialog .sbcra {
  max-height: 462px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 3px;
}

#ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

#ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
  -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
}

#ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

#ssr-edit-plan-Dialog .sbcra {
  overflow-y: scroll;
  scrollbar-color: #4197D3 transparent;
}

#ssr-edit-plan-Dialog .line-hr {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin-top: 4px;
  display: block;
}

#ssr-edit-plan-Dialog .pop-title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 132.5%;
  color: #58595B;
}

#ssr-edit-plan-Dialog .pop-title a .close-img {
  height: 14px;
  width: 14px;
  margin-right: 5px;
}

#ssr-edit-plan-Dialog .customise-plan-div {
  margin-top: 72px;
  flex-wrap: wrap;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section {
  width: 100%;
  border-radius: 6px;
  padding-bottom: 0px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .bg-color {
  background-color: #ECF6FF;
  padding: 0px 40px;
  padding-bottom: 21px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan {
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0px;
  margin-top: 0px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .inp-icon {
  gap: 0px;
  flex-direction: column;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .inp-icon .cust-width {
  width: 100%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .inp-icon .input-div .input-label {
  margin-top: 18px;
  margin-bottom: 11px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .input-div .input-label {
  margin: 16px 0px;
  line-height: 6px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .input-div .input-label.sep-txt {
  line-height: 15px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .input-div .vf-links {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #0073BB;
  text-decoration: none;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .nrml-div {
  border: 0.8px solid #E6E7E8;
  border-radius: 6px;
  padding: 8px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .nrml-div-txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BB;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .select-dropdown .select2-container {
  width: 100% !important;
  min-width: 150px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .select-dropdown .select2-selection__rendered {
  padding-top: 11px !important;
  padding-left: 10px !important;
  padding-bottom: 9.5px !important;
  padding-right: 40px !important;
  font-weight: 700;
  font-size: 14px;
  border: 0.8px solid #E6E7E8 !important;
  border-radius: 6px;
  line-height: 132.5%;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
  color: #0073BB;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .select-dropdown .select2-container--default .select2-selection--single {
  height: 100%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 15px;
  position: absolute;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .pay-till-cust-plan-div,
#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .payment-frequency-cust-plan-div {
  width: 100%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .pay-till-cust-plan-div .pay-till-cust-plan {
  min-width: 33.2%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .pay-till-cust-plan-div .pay-till-cust-plan label {
  font-size: 13px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .pay-till-cust-plan-div .pay-till-cust-plan label {
    font-size: 10px;
  }
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .vertical-line {
  width: 0.8px;
  min-width: 0.8px;
  max-width: 0.8px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .vertical-line {
    min-width: 1px;
    max-width: 1px;
    width: 1px;
  }
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .fund-allo-div {
  width: 100%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .fund-allo-div .fund-allo {
  min-width: auto;
  width: 100%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .maturity-benefit .input-label {
  width: 47%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .maturity-benefit-amt {
  margin: 16px 0;
  text-align: end;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .maturity-benefit-amt-digit {
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BB;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .maturity-benefit-amt-inwords {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #58595B;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .breakdown {
  flex-direction: column;
  padding-top: 16px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .breakdown-primium-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .breakdown-primium-head-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .breakdown-primium-head-amt {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0073BB;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .breakdown-primium-head-details {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .breakdown-primium-head-details-amt {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #58595B;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .payment-frequency-cust-plan-div {
  justify-content: space-evenly;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .payment-frequency-cust-plan {
  min-width: 24%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .radio-option label {
  padding: 12px 2px;
  margin: 0;
  font-size: 13px;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .full-wd {
  width: 100%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .reg {
  width: 35%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .yrs-onwrd-div {
  width: 63%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .yrs-onwrd-div .yrs {
  width: 44%;
}

#ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .yrs-onwrd-div .onwrds {
  width: 53%;
}

#ssr-edit-plan-Dialog .primary-act-btn {
  width: auto;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}

.relative {
  position: relative;
}

.invest-obj-popup,
#investment-objective-Dialog {
  background: #FFFFFF;
  border-radius: 12px;
  min-width: 200px;
  max-width: 321px;
  width: 100%;
  border: none;
  overflow: hidden;
  padding: 19px 16px;
}

.invest-obj-popup::backdrop,
#investment-objective-Dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.invest-obj-popup .chartBox-head,
#investment-objective-Dialog .chartBox-head {
  padding-bottom: 5px;
}

.invest-obj-popup .invest-obj-title-div,
#investment-objective-Dialog .invest-obj-title-div {
  margin-bottom: 17px;
}

.invest-obj-popup .invest-obj-title-div .invest-obj-title,
#investment-objective-Dialog .invest-obj-title-div .invest-obj-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #4197D3;
  margin-left: 11px;
  padding-right: 40px;
}

.invest-obj-popup .invest-obj-div,
#investment-objective-Dialog .invest-obj-div {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.invest-obj-popup .invest-obj-div .invest-obj,
#investment-objective-Dialog .invest-obj-div .invest-obj {
  min-width: 19.8%;
  max-width: 19.8%;
  width: 19.8%;
}

.invest-obj-popup .invest-obj-div .vertical-line,
#investment-objective-Dialog .invest-obj-div .vertical-line {
  min-width: 0.8px;
  max-width: 0.8px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  .invest-obj-popup .invest-obj-div .vertical-line,
  #investment-objective-Dialog .invest-obj-div .vertical-line {
    min-width: 1px;
    max-width: 1px;
    width: 1px;
  }
}

.invest-obj-popup .invst-obj-div,
#investment-objective-Dialog .invst-obj-div {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.invest-obj-popup .invst-obj-div .invst-obj,
#investment-objective-Dialog .invst-obj-div .invst-obj {
  min-width: 19.8%;
  max-width: 19.8%;
  width: 19.8%;
}

.invest-obj-popup .invst-obj-div .vertical-line,
#investment-objective-Dialog .invst-obj-div .vertical-line {
  min-width: 0.8px;
  max-width: 0.8px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  .invest-obj-popup .invst-obj-div .vertical-line,
  #investment-objective-Dialog .invst-obj-div .vertical-line {
    min-width: 1px;
    max-width: 1px;
    width: 1px;
  }
}

.invest-obj-popup .abt,
#investment-objective-Dialog .abt {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}

.invest-obj-popup .abt-para,
#investment-objective-Dialog .abt-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.invest-obj-popup .fund-size,
#investment-objective-Dialog .fund-size {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  color: #333333;
}

.invest-obj-popup .fund-size span,
#investment-objective-Dialog .fund-size span {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}

.invest-obj-popup .fund-size:nth-child(2),
#investment-objective-Dialog .fund-size:nth-child(2) {
  margin-left: 17px;
}

.invest-obj-popup .per,
#investment-objective-Dialog .per {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #19CF36;
}

.invest-obj-popup .fund-size1,
#investment-objective-Dialog .fund-size1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-left: 17px;
}

.invest-obj-popup .invest-obj-io,
#investment-objective-Dialog .invest-obj-io {
  border-top: 1.09585px solid #E6E7E8;
  padding-top: 15px;
  margin-top: 10px;
  align-items: flex-end;
  justify-content: flex-start;
}

.invest-obj-popup .invest-obj-io .invest-para,
#investment-objective-Dialog .invest-obj-io .invest-para {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #333333;
  padding-top: 3px;
}

.invest-obj-popup .invest-obj-io div,
#investment-objective-Dialog .invest-obj-io div {
  gap: 4px;
}

.invest-obj-popup .invest-obj-io div img,
#investment-objective-Dialog .invest-obj-io div img {
  width: 22px;
  height: 22px;
}

.invest-obj-popup .invest-obj-io div img:first-child,
#investment-objective-Dialog .invest-obj-io div img:first-child {
  margin-left: 6px;
}

.invest-obj-popup .invest-obj-io div img:last-child,
#investment-objective-Dialog .invest-obj-io div img:last-child {
  position: absolute;
  top: 1px;
  right: 5px;
}

#investment-objective-Dialog {
  max-width: 710px;
}

#investment-objective-Dialog .vertical-line {
  width: 0.8px;
  min-width: 0.8px;
  max-width: 0.8px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  #investment-objective-Dialog .vertical-line {
    min-width: 1px;
    max-width: 1px;
    width: 1px;
  }
}

#investment-objective-Dialog .investment-objective-Dialog-parent {
  width: 100%;
  justify-content: space-between;
}

#investment-objective-Dialog .investment-objective-Dialog-parent .line-hr {
  background: #E6E7E8;
  width: 2px;
  display: block;
  height: auto;
}

#investment-objective-Dialog .investment-objective-Dialog-parent .radioLabel {
  margin-right: 0px;
}

#investment-objective-Dialog .para-main {
  gap: 8px;
}

#investment-objective-Dialog .para-main .return-para {
  align-items: center;
  gap: 2px;
}

#investment-objective-Dialog .para-main .return-para-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

#investment-objective-Dialog .para-main .return-para-txt {
  color: #58595B;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

#investment-objective-Dialog .bar-chart {
  width: 47%;
}

#investment-objective-Dialog .bar-chart .return-para {
  margin-top: 0px;
}

#investment-objective-Dialog .bar-chart-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  padding-bottom: 13px;
}

#investment-objective-Dialog .bar-chart .colored-bar {
  width: 100%;
  height: 21px;
  gap: 2px;
  margin-top: 21px;
  margin-bottom: 26px;
}

#investment-objective-Dialog .bar-chart .colored-bar .blue {
  width: 35.47%;
  background: #0059C1;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .colored-bar .green {
  width: 28.01%;
  background: #7FC7BC;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .colored-bar .purple {
  width: 21.64%;
  background: #688ED9;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .colored-bar .violet {
  width: 14.88%;
  background: #C370C8;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .color-info {
  width: 100%;
}

#investment-objective-Dialog .bar-chart .color-info:not(first-child) {
  margin-top: 11px;
}

#investment-objective-Dialog .bar-chart .color-info-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 132.5%;
  color: #58595B;
  margin-left: 8px;
}

#investment-objective-Dialog .bar-chart .color-info-title .color-blue {
  height: 11px;
  width: 11px;
  background: #0059C1;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .color-info-title .color-green {
  width: 11px;
  height: 11px;
  background: #7FC7BC;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .color-info-title .color-purple {
  width: 11px;
  height: 11px;
  background: #688ED9;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .color-info-title .color-violet {
  background: #C370C8;
  height: 11px;
  width: 11px;
  border-radius: 2px;
}

#investment-objective-Dialog .bar-chart .color-info .per {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #58595B;
}

#investment-objective-Dialog .benefit {
  padding-top: 16px;
}

#investment-objective-Dialog .benefit-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}

#investment-objective-Dialog .benefit-txt {
  padding: 6px 10px;
  border: 1px solid #E6E7E8;
  border-radius: 2px;
}

#investment-objective-Dialog .benefit-txt-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 132.5%;
}

#investment-objective-Dialog .benefit-txt-anchor-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  padding-left: 28px;
  color: #0073BB;
  gap: 4px;
}

#ssr-letsCalculate-dialog {
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 393px;
  width: 100%;
  border: none;
  overflow-y: auto;
  padding: 0;
}

#ssr-letsCalculate-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

#ssr-letsCalculate-dialog .letscal-ssr {
  padding: 2px 15px 18px 18px;
}

#ssr-letsCalculate-dialog .ssr-lets-calculate-pop-title {
  margin-bottom: 10px;
  padding: 18px 18px 0px 18px;
}

#ssr-letsCalculate-dialog .ssr-lets-calculate-pop-title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

#ssr-letsCalculate-dialog .cal-para {
  font-weight: 300;
  font-size: 14px;
  line-height: 7px;
  color: #333333;
}

#ssr-letsCalculate-dialog .input-field-btm {
  width: 100%;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
@media (max-width: 767px) {
    #ssr-letsCalculate-dialog .input-field-btm {
      width: calc(100% - 15px);
      border-radius: 0px;
      border: 1px solid #E6E7E8;
      border-top: none;
      border-left: none;
      border-right: none;
    }
}
}

#ssr-letsCalculate-dialog .sbcra {
  max-height: 462px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 3px;
}

#ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

#ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
  -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
}

#ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

#ssr-letsCalculate-dialog .sbcra {
  overflow-y: scroll;
  scrollbar-color: #4197D3 transparent;
}

#ssr-letsCalculate-dialog .ssr-letscal-div.radio-div {
  width: 100%;
  justify-content: space-between;
}

#ssr-letsCalculate-dialog .ssr-letscal-div.radio-div label {
  font-size: 12px;
  padding: 12px 1px 12px 1px;
  margin-right: 0;
}

#ssr-letsCalculate-dialog .ssr-letscal-div.radio-div .radio-option {
  min-width: 24%;
  width: 24%;
}

#ssr-letsCalculate-dialog .ssr-letscal-div.radio-div .vertical-line {
  min-width: 0.8px;
  max-width: 0.8px;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  #ssr-letsCalculate-dialog .ssr-letscal-div.radio-div .vertical-line {
    min-width: 1px;
    max-width: 1px;
    width: 1px;
  }
}

#ssr-letsCalculate-dialog .ssr-letscal-div .ssr-cust-width {
  width: 100%;
}

#ssr-letsCalculate-dialog .primary-act-btn {
  width: auto;
  justify-content: center;
  margin: 15px 0px 19px 0px;
}

#ssr-letsCalculate-dialog .invst-para {
  font-weight: 300;
  font-size: 14px;
  line-height: 132.5%;
  color: #333333;
  margin-bottom: 1px;
}

#ssr-letsCalculate-dialog .invst-para span {
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #333333;
}

#ssr-letsCalculate-dialog .invst-amt {
  font-weight: 700;
  font-size: 20px;
  line-height: 132.5%;
  color: #333333;
}

#ssr-letsCalculate-dialog .invst-amt span {
  font-weight: 700;
  font-size: 16px;
  line-height: 132.5%;
  color: #0073BA;
  margin-left: 6px;
}

#ssr-letsCalculate-dialog .onclick-knw-return {
  border-top: 2px solid #E6E7E8;
  padding: 28px 13px 16px 13px;
  margin-left: 3px;
  margin-right: 3px;
}

#ssr-letsCalculate-dialog .onclick-knw-return .result-brek {
  padding: 0px 16px;
}

#ssr-letsCalculate-dialog .onclick-knw-return .result-brek .res {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

#ssr-letsCalculate-dialog .onclick-knw-return .result-brek .sbe {
  padding: 5px 6px;
}

#ssr-letsCalculate-dialog .onclick-knw-return .result-brek .sbe .seeB {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #0073BB;
}

#ssr-letsCalculate-dialog .onclick-knw-return .result-brek .sbe .eye {
  margin-left: 6px;
}

#ssr-letsCalculate-dialog .onclick-knw-return .doughnutChart {
  width: 254px;
  height: 320px;
  margin: 0 auto;
}

#ssr-letsCalculate-dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0073BA;
  background: #FFFFFF;
  border: 0.8px solid #E6E7E8;
  border-radius: 6px;
  padding-top: 6px !important;
  padding-left: 8px !important;
  padding-bottom: 6px !important;
}

#ssr-letsCalculate-dialog .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 12px;
  position: absolute;
}

#ssr-letsCalculate-dialog .calculate-label {
  margin-top: 12px;
}

#ssr-letsCalculate-dialog .slider-div .container .slider-container {
  margin-top: 10px;
  max-width: 250px;
}

#ssr-letsCalculate-dialog .slider-div .slider-per {
  padding: 8px 0px;
}

#ssr-letsCalculate-dialog .slider-div .slider-per input {
  text-align: center;
  width: 47px;
}

.mt-12 {
  margin-top: 12px;
}

.slider-div {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.slider-div .container {
  flex: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 286px;
  margin: 0;
  padding: 0;
}

.slider-div .container .slider-container {
  margin-top: 10px;
  max-width: 276px;
}

.slider-div .slider-per {
  background: #FFFFFF;
  border: 0.8px solid #E6E7E8;
  border-radius: 6px;
  width: 16%;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 9px 5px 7px 7px;
}

.slider-div .slider-per input {
  border: none;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BA;
  text-align: center;
}

.container {
  max-width: 1090px;
  margin: 0 auto;
}

.select-normal-dd .select2-results__option[aria-selected] {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.param-raksha-plan-div {
  margin-top: 72px;
  margin-bottom: 50px;
}

.param-raksha-plan-div-left-section {
  width: 20%;
}

.param-raksha-plan-div-left-section .progressbar {
  position: sticky;
  top: 73px;
}

.param-raksha-plan-div-left-section .progressbar__item .circle-outer {
  height: 84px;
}

.param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper p {
  font-size: 12px;
  line-height: 12px;
}

.param-raksha-plan-div-right-section {
  width: 80%;
  padding: 0px 40px;
  background-color: #ECF6FF;
}

.param-raksha-plan-div-right-section-heading {
  padding-top: 30px;
}

.param-raksha-plan-div-right-section-heading .option-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 132.5%;
  color: #58595B;
  margin-left: 16px;
}

.param-raksha-plan-div-right-section .pro-para {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 26px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .selectioncard-info {
  padding-top: 35px;
  padding-bottom: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .share-link .shareplan .anchor-btn:focus {
  font-weight: 300;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle {
  position: absolute;
  left: 14px;
  top: -14px;
  padding: 6px 8px 6px 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
  display: block;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #0CA789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col {
  display: flex;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card {
  row-gap: 34px;
  width: 100%;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card label {
  margin-right: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card label:last-child {
  margin-right: 0px;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card .mx-height {
  min-height: 184px;
  height: 100%;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn {
  max-width: 371px;
  max-height: 184px;
  min-height: 184px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn p {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 132.5%;
  color: #58595B;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-linear-bg {
  margin: 0px 0px 20px 0px;
}

.param-raksha-plan-div-right-section .preferred-plan-protip {
  width: auto;
  margin-bottom: 16px;
}

.param-raksha-plan-div-right-section .preferred-plan-table {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 80px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.15);
  border-radius: 12px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading {
  width: 33.33%;
  min-width: 33.33%;
  text-align: center;
  padding: 8px 0px 7px 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading.border-left {
  border-left: 1px solid #DFDFDF;
  margin: 8px 0px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table {
  width: 100%;
  margin-top: 13px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:last-child td {
  border-bottom: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label {
  text-align: left;
  border-left: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 132.5%;
  color: #58595B;
  padding-left: 0;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note {
  border-left: 2px solid #0073BB;
  background: rgba(191, 219, 254, 0.2);
  display: flex;
  align-items: flex-start;
  padding: 4px 6px;
  gap: 10px;
  margin-right: 11px;
  margin-top: 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #0073BB;
  max-width: 102px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note.cen1 {
  align-items: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:first-child .qoute-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:nth-last-child(2) .qoute-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:nth-last-child(2) .qoute-label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td {
  padding: 13px 20px 15px 20px;
  border: 1px solid #DFDFDF;
  width: 33.33%;
  min-width: 33.33%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-container {
  min-width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
  background: #FFFFFF;
  border: 0.8px solid #E6E7E8 !important;
  border-radius: 6px;
  height: auto;
  width: 204px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection__rendered {
  border-bottom: none !important;
  padding-top: 8px !important;
  padding-left: 9px !important;
  padding-bottom: 8px !important;
  padding-right: 40px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
  color: #0074B8;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 14px;
  position: absolute;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .table-links {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0073BB;
  text-decoration: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle {
  padding: 5px;
  gap: 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle:first-child {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2px;
  margin-left: 40px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle:not(:first-child) {
  margin-top: 9px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle.opa {
  opacity: 0.7;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle.m-pre {
  padding: 6px 8px 4px 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle p {
  font-weight: 700;
  font-size: 11.4px;
  line-height: 14px;
  text-align: left;
  color: #0CA789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-inwords {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #58595B;
  padding-top: 5px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-sup {
  vertical-align: super;
  font-size: 10px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .per-annual-return {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown {
  line-height: 24px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown .sup {
  vertical-align: super;
  font-size: 15px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-amt-digit {
  font-size: 20px;
  line-height: 24px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-amt-gst {
  font-size: 14px;
  line-height: 24px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 {
  text-align: right;
  font-weight: unset;
  font-size: 20px;
  line-height: 20px;
  color: #A7A9AC;
  vertical-align: middle;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/disable-dropdow-arrow.svg");
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div {
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div .custom-name-disable,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div .custom-name-disable-2,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div .custom-name-disable,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div .custom-name-disable-2 {
  min-width: 104px;
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .disable-border {
  background: #E6E7E8;
  border: 0.8px solid #A7A9AC;
  box-shadow: 0px 0px 8px #DADADA;
  border-radius: 6px 0px 0px 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
  padding: 12px 52px;
  width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
  padding: 12px 52px;
  width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 {
  text-align: right;
  border-right: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #0074B8;
  vertical-align: middle;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/blue-dropdown-arrow.svg");
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
  width: auto;
  justify-content: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
  width: auto;
  justify-content: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div {
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div .custom-name-qoute,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div .custom-name-qoute-2,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div .custom-name-qoute,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div .custom-name-qoute-2 {
  min-width: 104px;
  width: 100%;
}

.param-raksha-plan-div .viewBreakupDialog.active {
  transform: translate(0, 0) scale(1);
  margin-left: -14px;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details li a .li-text {
  white-space: pre-line;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-head {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-desc {
  padding-top: 9px;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-desc .li-text {
  padding-left: 25px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
  -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  scrollbar-color: #4197D3 transparent;
}

.param-raksha-plan-div-right-section .preferred-plan-table .boxtitle.quote-1-box {
  width: -moz-max-content;
  width: max-content;
  margin-left: 44%;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle {
  padding: 5px;
  gap: 8px;
  background: #ebf8eb;
  border: 1px solid #0ca789;
  border-radius: 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle:first-child {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  margin: 0 auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle:not(:first-child) {
  margin-top: 9px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle.opa {
  opacity: 0.7;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle.m-pre {
  padding: 6px 8px 4px 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle p {
  font-weight: 700;
  font-size: 11.4px;
  line-height: 14px;
  text-align: left;
  color: #0ca789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading.two-quote {
  width: 50% !important;
  min-width: 50% !important;
}

.chartBox .chart-label {
  margin-top: 22px;
  margin-bottom: 27px;
}

.chartBox .chart-label .chrt-opt {
  margin-right: 70px;
}

.chartBox .chart-label .dot-circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0073BB;
  border: 1px solid #0073BB;
  margin-top: 5px;
  margin-right: 10px;
}

.chartBox .chart-label .dot-circle-pop {
  height: 6px;
  width: 6px;
  margin-right: 6px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #0073BB;
  border: 1px solid #0073BB;
}

.chartBox .chart-label .dot-circle-yel {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #FFD644;
  border: 1px solid #FFD644;
  margin-top: 5px;
  margin-right: 10px;
}

.chartBox .chart-label .dot-circle-yel-pop {
  margin-top: 5px;
  border-radius: 50%;
  background-color: #FFD644;
  border: 1px solid #FFD644;
  height: 6px;
  width: 6px;
  margin-right: 6px;
}

.chartBox .chart-label .dot-circle-blue {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #0073BB;
}

.chartBox .chart-label .dot-circle-blue-pop {
  font-size: 12.7232px;
  line-height: 16px;
  font-weight: 700;
  color: #0073BB;
}

.chartBox .chart-label .dot-circle-yellow {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #FFC700;
}

.chartBox .chart-label .dot-circle-yellow-pop {
  font-size: 12.7232px;
  line-height: 16px;
  color: #FFC700;
  font-weight: 700;
}

.chartBox .chart-label .amnt {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #58595B;
  margin-top: 11px;
}

.chartBox .chart-label .amnt-pop {
  font-weight: 400;
  font-size: 10.9056px;
  line-height: 12px;
  margin-top: 4px;
}

.chartBox .title-fund-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  padding-bottom: 13px;
}

.chartBox .title-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.chartBox .title-head {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding: 9px 0px;
}

.chartBox .title-details {
  font-weight: 300;
  font-size: 14px;
  line-height: 12px;
  color: #58595B;
}

@media (max-width: 992px) {
  .param-raksha-plan-div-right-section .preferred-plan-table table tr td {
    padding: 5px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown {
    margin: 0px 10px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
    width: 134px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
    font-size: 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  footer .option-page-footer .footer-plan-amt {
    width: 45%;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td {
    padding: 5px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown {
    margin: 0px 10px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
    width: 134px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
    font-size: 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table .boxtitle.quote-1-box {
    margin-left: 24%;
  }
}

@media (max-width: 768px) {
  .param-raksha-plan-div-right-section .preferred-plan-table table tr td {
    padding: 5px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown {
    margin: 0px 10px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
    width: 134px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
    font-size: 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  footer .option-page-footer .footer-plan-amt {
    width: 44%;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td {
    padding: 5px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown {
    margin: 0px 10px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
    width: 134px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
    font-size: 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .primary-act-btn {
    padding: 12px;
    font-size: 14px;
  }

  .secondary-act-btn {
    padding: 12px 54px;
  }

  .img-in-btn {
    max-height: 14px;
    width: 14px;
  }

  .blue-anchor-btn {
    padding: 5px 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .img-in-btn-3 {
    margin-left: 5px;
  }

  .search-results {
    width: 100%;
    right: 0;
    top: 83%;
    padding-left: 16px;
    max-width: 100%;
    bottom: auto;
  }

  .search-results .search-div {
    margin: 0px;
  }

  .search-results-suggestion a .suggestion-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .search-results-recommended .search-div {
    padding-bottom: 0px;
  }

  #search-box {
    min-width: 100px;
    padding-right: 30px;
    max-width: 130px;
  }

  .input-label {
    font-size: 12px;
  }

  .edit-icon {
    top: 10px;
  }

  .edit-pencil-img {
    max-height: 15px;
    max-width: 15px;
  }

  .edit-input {
    padding: 8px 9px;
  }

  .info-icon {
    width: 13px;
    height: 13px;
  }

  .search-icon {
    top: 11px;
  }

  .rel-div .custom-tooltip-new {
    right: -100%;
    left: auto;
  }

  .rel-div .custom-tooltip-new::after {
    left: 75%;
  }

  .rel-div .custom-tooltip-new .custom-tooltip {
    left: 27%;
  }

  .select-normal-dd .select2-results__option[aria-selected] {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }

  .radio-div {
    width: auto;
    gap: 1px;
    flex-basis: auto;
  }

  .radio-option {
    min-width: auto;
    width: 100%;
  }

  .radio-option label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6px;
    font-size: 12px;
    line-height: 12px;
    font-family: "Helvetica Light", Arial, sans-serif;
  }

  .vertical-line {
    width: 1px;
    min-width: 1px;
    max-width: 1px;
  }

  .radio-nudge-green-border {
    left: 25%;
    font-size: 8px;
    line-height: 8px;
    padding: 4px;
  }

  .radio-nudge-green {
    font-size: 8px;
    line-height: 8px;
    height: 14px;
    min-width: 45px;
    left: 25%;
  }

  .radio-sub-text {
    display: block;
    font-size: 10px;
    line-height: 12px;
  }

  .rounded-red-btn {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }

  .rounded-red-btn .red-arrow {
    max-width: 12px;
    max-height: 12px;
  }

  .blue-search {
    font-size: 12px;
  }

  .grey-search {
    font-size: 12px;
  }

  .label-container {
    line-height: 6px;
    font-size: 11px;
  }

  .icon-top label {
    display: block;
  }

  .icon-side label {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-side label svg {
    margin-right: 11px;
  }

  .selectioncard-info .container {
    width: 100%;
    margin: 0 auto;
  }

  .selectioncard-info .page-container {
    padding: 0px 16px;
  }

  .selectioncard-info .card__items-list {
    flex-direction: column;
  }

  .selectioncard-info .card__items-list label {
    width: 100%;
  }

  .selectioncard-info .card__items-list .listcard {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 19px 12px 13px 15px;
    margin-top: 10px;
  }

  .selectioncard-info .card__items-list .listcard .boxtitle {
    display: block;
    padding: 6px 8px 6px 8px;
    line-height: 10px;
    top: -13px;
    font-size: 8px;
    font-weight: 700;
    color: #0CA789;
  }

  .selectioncard-info .card__items-list .listcard .listcard-detailstxt .list {
    padding-top: 7px;
  }

  .selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li {
    font-weight: 300;
    font-size: 12px;
  }

  .selectioncard-info .card__items-list .listcard .line-hr {
    display: block;
    margin-top: 8px;
    margin-bottom: 9px;
  }

  .selectioncard-info .card__items-list .listcard .addon {
    padding-bottom: 9px;
    padding-top: 0px;
  }

  .selectioncard-info .card__items-list .listcard .addon__list p:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: 0.02em;
  }

  .selectioncard-info .card__items-list .listcard .addon__list .list {
    padding-top: 11px;
  }

  .selectioncard-info .card__items-list .listcard .addon__list .list ul li {
    font-size: 12px;
    line-height: 132.5%;
    color: #58595B;
  }

  .selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
  }

  .selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(2) {
    font-size: 10px;
    line-height: 12px;
    color: #58595B;
    font-style: normal;
    font-weight: 300;
  }

  .selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label {
    font-size: 14px;
    line-height: 16px;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .listcard__amount p {
    font-size: 10px;
    line-height: 13px;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(1) {
    color: #D62049;
    font-size: 22px;
    line-height: 22px;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(2) {
    color: #D62049;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .editTxt a p {
    font-size: 12px;
    line-height: 14px;
  }

  .selectioncard-info .card__items-list .listcard .share-link {
    padding-top: 0px;
  }

  .selectioncard-info .card__items-list .listcard .share-link .shareplan a p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .selectioncard-info .card__items-list .listcard {
    padding: 14px 16px;
  }

  .selectioncard-info .card__items-list .listcard__details {
    margin-bottom: 4px;
  }

  .selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label {
    font-size: 12px;
    line-height: 15px;
  }

  .selectioncard-info .card__items-list .listcard .invest-tag-txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }

  .selectioncard-info .card__items-list .listcard .plan-summary {
    margin-top: 5px;
  }

  .selectioncard-info .card__items-list .listcard .plan-summary-data-item-month {
    font-size: 10px;
    line-height: 12px;
  }

  .selectioncard-info .card__items-list .listcard .plan-summary-data-item-amt {
    font-size: 12px;
    line-height: 12px;
  }

  .selectioncard-info .card__items-list .listcard .plan-summary-total-month {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
  }

  .selectioncard-info .card__items-list .listcard .plan-summary-total-amt {
    font-weight: 700;
    font-size: 12px;
    line-height: 132.5%;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div {
    margin-top: 6px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-main-div-desc-title {
    font-size: 12px;
    line-height: 14px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-lifeCover-input .edit-div .edit-input.input-field {
    font-size: 14px;
    line-height: 132.5%;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders {
    padding: 6px 4px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-head {
    padding-bottom: 5px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-main-div-desc-title {
    font-size: 12px;
    line-height: 14px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-input .edit-div .edit-input.input-field {
    font-size: 14px;
    line-height: 132.5%;
    width: 53%;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div {
    padding-top: 10px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .label-vertical {
    font-size: 12px;
    line-height: 16px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .label-vertical-annum {
    font-size: 10px;
    line-height: 13.25px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-3-div .inp-width .label-vertical-txt {
    line-height: 8px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .label-vertical {
    font-size: 12px;
    line-height: 16px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .label-vertical-annum {
    font-size: 10px;
    line-height: 13.25px;
  }

  .selectioncard-info .card__items-list .listcard .you-get-div-addRiders-wealth-radio-div .custom-name-4-div .inp-width .label-vertical-txt {
    line-height: 8px;
  }

  .selectioncard-info .card__items-list .listcard .share-link .shareplan .anchor-btn .return-cal {
    font-size: 11px;
    line-height: 13px;
  }

  header {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  header .container {
    padding: 0px;
  }

  header .header-sec {
    padding: 13px 9px 14px 16px;
  }

  header .header-sec .header-logo {
    height: 27px;
    width: 96px;
  }

  header .header-sec .header-right {
    max-width: 240px;
    width: 100%;
    justify-content: flex-end;
  }

  header .header-sec .header-right .input-div {
    max-width: 167px;
    width: 100%;
    margin-left: 0px;
  }

  header .header-sec .header-right .input-div .edit-div {
    max-width: 167px;
    width: 100%;
  }

  header .header-sec .header-right .input-div .edit-div .input-field {
    max-width: 149px;
    font-weight: 300;
    font-size: 12px;
    line-height: 132.5%;
    width: 100%;
  }

  header .header-sec .header-right .input-div .edit-div .search-icon .search-img {
    max-height: 13px;
    max-width: 13px;
  }

  header .header-sec .header-right .input-div .edit-div .search-icon {
    right: 6px;
  }

  header .header-sec .header-right .face-agent {
    margin-left: 9px;
    align-items: center;
  }

  header .header-sec .header-right .face-agent a img {
    max-width: 26px;
    height: 22px;
    width: 24px;
  }

  .progressbar {
    flex-direction: row;
    justify-content: center;
    margin-left: 0px;
  }

  .progressbar__item {
    width: 25%;
  }

  .progressbar__item:not(:last-child) .circle-oval.completed i {
    display: none;
  }

  .progressbar__item .circle-outer.completed .circle-oval i {
    display: block;
  }

  .progressbar__item .circle-outer.completed .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #0073BB;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer.completed .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #0073BB;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer.completed .content-wrapper p {
    font-family: "Helvetica";
  }

  .progressbar__item .circle-outer.success .circle-oval i {
    display: none;
  }

  .progressbar__item .circle-outer.current .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #C2E4FF;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer.current .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer.default .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer.default .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer {
    display: block;
    height: auto;
  }

  .progressbar__item .circle-outer .circle-oval {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 2px solid #E6E7E8;
    margin: auto;
  }

  .progressbar__item .circle-outer .circle-oval i {
    font-size: 7.2px;
  }

  .progressbar__item .circle-outer .circle-oval img {
    display: none;
  }

  .progressbar__item .circle-outer .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer .content-wrapper {
    margin-top: 10px;
    margin-left: 0px;
  }

  .progressbar__item .circle-outer .content-wrapper p {
    font-size: 8px;
    text-align: center;
  }

  .progressbar__item:not(:first-child) .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #0073BB;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item:not(:last-child) .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item:first-child {
    width: 12.5%;
  }

  .progressbar__item:first-child .circle-oval {
    margin-left: 0px;
  }

  .progressbar__item:first-child .circle-oval::after {
    width: 100% !important;
    left: 0 !important;
  }

  .progressbar__item:first-child .content-wrapper p {
    width: -moz-max-content;
    width: max-content;
  }

  .progressbar__item:last-child {
    width: 12.5%;
  }

  .progressbar__item:last-child .circle-oval {
    margin-right: 0px;
  }

  .progressbar__item:last-child .circle-oval::before {
    width: 100% !important;
    right: 0 !important;
  }

  .progressbar__item:last-child .content-wrapper p {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }

  #contactUsDialog {
    min-width: 200px;
    max-width: calc(100% - 40px);
    width: 100%;
    margin: auto 0px;
    bottom: 0px;
    margin-bottom: 0;
    position: fixed;
    border-radius: 20px 20px 0px 0px;
    padding: 22px 21px 24px 17px;
  }

  #contactUsDialog .contact-us-pop-title {
    font-family: inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border {
    min-height: 31px;
    margin-top: 16px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border .contact-us-img-div img {
    height: 16px;
    width: 16px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box.concern-is-open {
    padding-top: 17px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box .concern-dropdown-btn {
    padding-bottom: 26px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border a p {
    font-size: 14px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div label {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div .input-field-btm {
    font-size: 14px;
    line-height: 18px;
  }

  .pro-tip {
    width: 100%;
    max-width: -webkit-fill-available;
  }

  .param-raksha-plan-div {
    margin-bottom: 57px;
    flex-direction: column;
    height: auto;
  }

  .param-raksha-plan-div-left-section {
    width: 100%;
    position: fixed;
    top: 57px;
    z-index: 2;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 15px 10px -15px rgba(88, 89, 91, 0.1);
  }

  .param-raksha-plan-div-left-section .progressbar {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer {
    height: auto;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper p {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper {
    margin-top: 8px;
  }

  .param-raksha-plan-div-left-section .progressbar__item:first-child {
    width: 20%;
  }

  .param-raksha-plan-div-left-section .progressbar__item:last-child {
    width: 20%;
  }

  .param-raksha-plan-div-right-section {
    width: 100%;
    padding: 0px;
    padding-bottom: 30px;
    background-color: #F2F8FC;
  }

  .param-raksha-plan-div-right-section-heading {
    padding-top: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .param-raksha-plan-div-right-section-heading .option-title {
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
  }

  .param-raksha-plan-div-right-section .pro-para {
    font-size: 10px;
    padding: 0 16px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info {
    margin: 0px 16px;
    padding-top: 15px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle {
    padding: 6px 8px 6px 8px;
    top: -13px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle p {
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col {
    flex-direction: column;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card {
    row-gap: 13px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card .mx-height {
    min-height: auto;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn {
    max-width: 100%;
    min-height: auto;
    justify-content: space-between;
    flex-direction: initial;
    min-height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
    border-radius: 6px;
    margin-top: 12px;
    padding: 15px 15px 14px 11px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn p {
    margin-top: 0;
  }

  .param-raksha-plan-div-right-section .preferred-plan-linear-bg {
    margin: 0px 16px 16px 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-protip {
    margin: 0px 16px 16px 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table {
    display: none;
  }

  .param-raksha-plan-div .viewBreakupDialog.active {
    margin-left: 0;
  }

  footer {
    padding: 0px;
  }

  footer .container {
    padding: 0px;
  }

  footer .footer-div {
    width: 100%;
    justify-content: center;
    margin-right: 16px;
  }

  footer .footer-div .footer-anchor {
    width: 100%;
    margin: 15px 16px 15px 16px;
    justify-content: center;
  }

  footer .option-page-footer {
    width: 100%;
    float: none;
    padding: 0px 16px;
  }

  footer .option-page-footer .footer-plan-amt {
    width: 57%;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "c" "d" "b";
  }

  footer .option-page-footer .footer-plan-amt .option-page-footer-breakup span {
    font-size: 10px;
    line-height: 16px;
    color: #A7A9AC;
  }

  footer .option-page-footer .footer-plan-amt .option-page-footer-breakup a {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    text-decoration: none;
    color: #0073BB;
  }

  footer .option-page-footer .footer-plan-amt .option-page-footer-breakup .amount {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 3px;
  }

  footer .option-page-footer .footer-plan-amt .option-page-footer-breakup .month {
    font-size: 10px;
    line-height: 8px;
  }

  footer .option-page-footer .footer-plan-amt .option-page-footer-breakup .month span {
    font-size: 10px;
    line-height: 6px;
  }

  footer .footer-div {
    margin-right: 0px;
  }

  footer .footer-div .footer-anchor {
    margin: 15px 0px 15px 16px;
  }

  .viewBreakupDialog.active {
    margin-left: 0;
  }

  .viewBreakupDialog {
    min-width: 200px;
    width: 100%;
    margin: auto 0px;
    bottom: 0px;
    position: fixed;
    margin-bottom: 56px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .viewBreakupDialog .pop-title p {
    font-size: 16px;
    line-height: 19px;
  }

  .viewBreakupDialog .pop-title a .close-img {
    max-width: 14px;
    max-height: 14px;
  }

  .viewBreakupDialog .breakup-details li a {
    margin-right: 21px;
  }

  .viewBreakupDialog .breakup-details li a .li-text {
    font-size: 14px;
    line-height: 18px;
  }

  .viewBreakupDialog .breakup-details li a .li-text.fnt-size {
    font-size: 16px;
  }

  .disclamer__link {
    justify-content: center;
    padding: 0px 17px;
  }

  .disclamer__link .link__list {
    width: 100%;
  }

  .disclamer__link__details {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .disclamer__link__details::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    margin: 0px 18px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("../img/vrline.svg");
    z-index: -1;
    right: -62px;
  }

  .disclamer__link__details:last-child::after {
    content: none;
  }

  .disclamer__link__details li {
    font-size: 10px;
    margin-right: 42px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .disclamer__link__details li:nth-child(odd)::after {
    content: none;
  }

  .disclamer__link__details li:nth-child(2)::after {
    content: "";
    height: 100%;
    top: -10px;
    left: -43px;
    background-position: center;
  }

  .disclamer__link__details li::after {
    content: none;
  }

  .section-eight .container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
  }

  .accordian__dropdown-menu li {
    font-weight: 400;
    font-size: 10px;
    line-height: 132.5%;
  }

  .accordian__dropdown {
    transition: transform 0.3s linear;
    padding: 16px 15px 16px 13px;
    margin-top: 12px;
  }

  .accordian__dropdown .accordion-title input {
    width: 18px;
  }

  .accordian__dropdown .accordion-title-txt {
    font-size: 18px;
    line-height: 132.5%;
  }

  .accordian__dropdown ul {
    flex-direction: column;
  }

  .accordian__dropdown-arrow {
    width: 8px;
    height: 8px;
    right: 4px;
    top: 27%;
    border: 2px solid #0073BB;
    border-right: none;
    border-top: none;
  }

  .acc-checkbox .container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
  }

  .checkbox-acc {
    margin-bottom: 12px;
  }

  .checkbox-acc .accordion-chk .check-div {
    margin-right: 0px;
    margin-left: 11px;
  }

  .checkbox-acc .accordion-chk .check-div .label-container .checkmark {
    margin-right: 0px;
  }

  .checkbox-acc .accordion-chk-main {
    padding-left: 10px;
    padding: 10px 27px 10px 10px;
  }

  .checkbox-acc .accordion-chk-main-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #A7A9AC;
  }

  .checkbox-acc .accordion-content-list {
    padding-left: 25px;
    padding-right: 9px;
    padding-top: 10px;
  }

  .checkbox-acc .accordion-content-list li {
    font-weight: 400;
    font-size: 10px;
    line-height: 132.5%;
    color: #58595B;
  }

  .disclamer__link {
    justify-content: center;
    padding: 0px 17px;
  }

  .disclamer__link .link__list {
    width: 100%;
  }

  .disclamer__link__details {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .disclamer__link__details::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    margin: 0px 18px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("../img/vrline.svg");
    z-index: -1;
    right: -62px;
  }

  .disclamer__link__details:last-child::after {
    content: none;
  }

  .disclamer__link__details li {
    font-size: 10px;
    margin-right: 42px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .disclamer__link__details li:nth-child(odd)::after {
    content: none;
  }

  .disclamer__link__details li:nth-child(2)::after {
    content: "";
    height: 100%;
    top: -10px;
    left: -43px;
    background-position: center;
  }

  .disclamer__link__details li::after {
    content: none;
  }

  .disclaimer-link-style.container {
    padding-left: 24px;
    padding-top: 23px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: auto;
    display: block;
  }

  .para {
    margin: 0 16px 26px 16px;
  }

  #ssr-edit-plan-Dialog .pop-title a .close-img {
    margin-right: 11px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div {
    flex-direction: column;
    height: auto;
    margin-top: 0px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .bg-color {
    padding: 0px 20px 36px 20px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan {
    margin-top: 18px;
    padding: 0px;
    margin: 0px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .inp-icon {
    gap: 0;
    flex-direction: column;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .inp-icon .cust-width {
    width: 100%;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .inp-icon .input-div .input-label {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .pay-till-cust-plan-div .pay-till-cust-plan {
    min-width: 33%;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .pay-till-cust-plan-div .pay-till-cust-plan label {
    flex-direction: column;
    font-size: 11px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .radio-option label {
    padding: 12px 0px;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .full-wd {
    width: 100%;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .reg {
    width: 100%;
  }

  #ssr-edit-plan-Dialog .customise-plan-div-right-section .create-own-plan .drpdwn .yrs-onwrd-div {
    width: 100%;
    margin-top: 20px;
  }

  .invest-obj-popup .invest-obj-div,
  #investment-objective-Dialog .invest-obj-div {
    justify-content: space-evenly;
  }

  .invest-obj-popup .invest-obj-div .invest-obj,
  #investment-objective-Dialog .invest-obj-div .invest-obj {
    height: 40px;
    min-width: 19.4%;
    max-width: 19.4%;
    width: 19.4%;
  }

  .invest-obj-popup .invst-obj-div,
  #investment-objective-Dialog .invst-obj-div {
    justify-content: space-evenly;
  }

  .invest-obj-popup .invst-obj-div .invst-obj,
  #investment-objective-Dialog .invst-obj-div .invst-obj {
    height: 40px;
    min-width: 19.4%;
    max-width: 19.4%;
    width: 19.4%;
  }

  .invest-obj-popup .fund-size,
  #investment-objective-Dialog .fund-size {
    font-size: 9.86262px;
  }

  .invest-obj-popup .per,
  #investment-objective-Dialog .per {
    font-size: 9.86262px;
  }

  #investment-objective-Dialog {
    max-width: 321px;
    overflow: auto;
  }

  #investment-objective-Dialog .investment-objective-Dialog-parent {
    flex-direction: column;
  }

  #investment-objective-Dialog .investment-objective-Dialog-parent .line-hr {
    height: 2px;
    width: auto;
    margin-top: 1px;
    margin-bottom: 16px;
  }

  #investment-objective-Dialog .para-main {
    gap: 3px;
    align-items: flex-end;
  }

  #investment-objective-Dialog .para-main .return-para-head {
    font-size: 12px;
    line-height: 16px;
  }

  #investment-objective-Dialog .para-main .return-para-txt {
    font-size: 12px;
    line-height: 16px;
  }

  #investment-objective-Dialog .bar-chart {
    width: 100%;
  }

  #investment-objective-Dialog .bar-chart .colored-bar {
    height: 17px;
    gap: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  #investment-objective-Dialog .bar-chart .color {
    padding: 0px 10px;
  }

  #investment-objective-Dialog .bar-chart .color-info:not(first-child) {
    margin-top: 8px;
  }

  #investment-objective-Dialog .bar-chart .color-info-title p {
    font-size: 12px;
    line-height: 132.5%;
  }

  #investment-objective-Dialog .bar-chart .color-info .per {
    font-size: 12px;
    line-height: 14px;
  }

  #investment-objective-Dialog .benefit {
    flex-direction: column;
    align-items: flex-start;
    border-top: 2px solid #E6E7E8;
    margin-top: 19px;
  }

  #investment-objective-Dialog .benefit-title {
    padding-bottom: 10px;
  }

  #investment-objective-Dialog .benefit-txt-details {
    font-size: 10px;
  }

  #investment-objective-Dialog .benefit-txt-anchor-link {
    width: -moz-max-content;
    width: max-content;
  }

  #ssr-letsCalculate-dialog {
    width: 100%;
    max-width: 349px;
  }

  #ssr-letsCalculate-dialog .ssr-letscal-div.radio-div label {
    padding: 6px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    margin-right: 0;
  }

  #ssr-letsCalculate-dialog .ssr-letscal-div.radio-div .radio-option {
    height: 40px;
  }

  #ssr-letsCalculate-dialog .onclick-knw-return {
    padding: 0px;
  }

  #ssr-letsCalculate-dialog .onclick-knw-return .result-brek {
    padding: 30px 16px 0px 30px;
  }

  #ssr-letsCalculate-dialog .onclick-knw-return .result-brek .res {
    font-size: 14px;
    line-height: 17px;
  }

  #ssr-letsCalculate-dialog .onclick-knw-return .result-brek .sbe .seeB {
    font-size: 12px;
    line-height: 14px;
  }

  #ssr-letsCalculate-dialog .onclick-knw-return .doughnutChart {
    width: 255px;
  }

  #ssr-letsCalculate-dialog .slider-div .slider-per input {
    width: 35px;
  }

  .mt-12 {
    margin-top: 22px;
  }

  .slider-div {
    margin-left: 0px;
  }

  .slider-div .container .slider-container {
    max-width: 250px;
  }

  .slider-div .slider-per {
    padding: 9px 2px 7px 2px;
    width: 16%;
    display: flex;
    justify-content: center;
  }

  .slider-div .slider-per input {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .param-raksha-plan-div {
    margin-bottom: 57px;
    flex-direction: column;
    height: auto;
  }

  .param-raksha-plan-div-left-section {
    width: 100%;
    position: fixed;
    top: 57px;
    z-index: 2;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 15px 10px -15px rgba(88, 89, 91, 0.1);
  }

  .param-raksha-plan-div-left-section .progressbar {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer {
    height: auto;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper p {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper {
    margin-top: 8px;
  }

  .param-raksha-plan-div-left-section .progressbar__item:first-child {
    width: 20%;
  }

  .param-raksha-plan-div-left-section .progressbar__item:last-child {
    width: 20%;
  }

  .param-raksha-plan-div-right-section {
    width: 100%;
    padding: 0px;
    padding-bottom: 30px;
    background-color: #F2F8FC;
  }

  .param-raksha-plan-div-right-section-heading {
    padding-top: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .param-raksha-plan-div-right-section-heading .option-title {
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
  }

  .param-raksha-plan-div-right-section .pro-para {
    font-size: 10px;
    padding: 0 16px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info {
    margin: 0px 16px;
    padding-top: 15px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle {
    padding: 6px 8px 6px 8px;
    top: -13px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle p {
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col {
    flex-direction: column;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card {
    row-gap: 13px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card .mx-height {
    min-height: auto;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn {
    max-width: 100%;
    min-height: auto;
    justify-content: space-between;
    flex-direction: initial;
    min-height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
    border-radius: 6px;
    margin-top: 12px;
    padding: 15px 15px 14px 11px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn p {
    margin-top: 0;
  }

  .param-raksha-plan-div-right-section .preferred-plan-linear-bg {
    margin: 0px 16px 16px 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-protip {
    margin: 0px 16px 16px 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table {
    display: none;
  }

  .param-raksha-plan-div .viewBreakupDialog.active {
    margin-left: 0;
  }

  .chartBox .chart-label {
    margin-top: 14px;
  }

  .chartBox .chart-label .dot-circle {
    height: 6px;
    width: 6px;
    margin-right: 6px;
  }

  .chartBox .chart-label .dot-circle-yel {
    height: 6px;
    width: 6px;
    margin-right: 6px;
  }

  .chartBox .chart-label .dot-circle-blue {
    font-size: 14px;
    line-height: 14px;
  }

  .chartBox .chart-label .dot-circle-yellow {
    font-size: 14px;
    line-height: 14px;
  }

  .chartBox .chart-label .amnt {
    font-size: 12px;
    line-height: 13px;
    margin-top: 6px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .disclamer__link__details:last-child::after {
    content: none;
  }

  .disclamer__link__details:last-child::after {
    content: none;
  }
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle p {
      font-size: 10px;
    }
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

    #ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
    }

    #ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
      -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
    }

    #ssr-edit-plan-Dialog .sbcra::-webkit-scrollbar-thumb:window-inactive {
      background-color: rgba(255, 255, 255, 0.3);
    }
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

    #ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
    }

    #ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
      -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
    }

    #ssr-letsCalculate-dialog .sbcra::-webkit-scrollbar-thumb:window-inactive {
      background-color: rgba(255, 255, 255, 0.3);
    }
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle p {
      font-size: 10px;
    }
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
    }

    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
      -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
    }

    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:window-inactive {
      background-color: rgba(255, 255, 255, 0.3);
    }
}
}