@charset "UTF-8";
:root {
  --white: #fff;
  --light-blue: #f2f7ff;
  --darkblack: #000;
  --black: #253858;
  --gray-dark: #4c4c4d;
  --disable-color: ##949494;
  --shadowblue: #fafcff;
  --gray: #d6d6d6;
  --brdgray: #e2e2e2;
  --font-size: 16px;
  --blue: #0065ff;
  --blue01: #4994eb;
  --green: #2dbc13;
  --orange: #ff5420;
  --lightgreen: #b6f4b4;
  --lightred: #f4b4b4;
  --pink-bg: #ffd8d9;
  --yellow-bg: #ffdea3;
  --pink: #a73740;
  --pink-light: #7f5900;
  --purple: #5d50d8;
  --purple-light: #d9d8f6;
  --brown: #7f5900;
  --brown-light: #d9d8f6;
  --page-max-width: 1170px;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.build-in-cover {
  position: relative;
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #0065ff;
  border-radius: 0 0 20px 20px;
  top: -24px;
  border-top: 0;
  width: 160px;
  display: block;
  background: rgba(0, 101, 255, 0.05);
  color: #0065ff;
  font-weight: 600;
}

.build-in-cover.ng-tag {
  font-size: 10px;
  top: 0;
  position: absolute;
  left: initial;
  right: 10px;
  width: 110px;
  padding: 9px;
}

.block_content_wrapper_firstfold {
  margin-bottom: 13px;
}

.block_content_wrapper_firstfold .h1,
.block_content_wrapper_firstfold h1 {
  font-size: 32px;
  line-height: 30px;
  margin: 10px 0 20px;
  letter-spacing: 0.024em;
  font-weight: 700;
  padding-top: 10px;
}

.block_content_wrapper_firstfold .h1:has(+ .read-time),
.block_content_wrapper_firstfold h1:has(+ .read-time) {
  margin: 10px 0 4px;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .h1:has(+ .read-time),
  .block_content_wrapper_firstfold h1:has(+ .read-time) {
    margin: 0 0 4px;
  }
}
.block_content_wrapper_firstfold .read-time {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.block_content_wrapper_firstfold p {
  letter-spacing: 0.26px;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
}

.block_content_wrapper_firstfold p.char-count {
  display: inline;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold p.char-count .extra-text {
    display: none;
  }
  .block_content_wrapper_firstfold p.char-count .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  color: #0065ff;
  cursor: pointer;
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline-block;
    color: #0065ff;
    cursor: pointer;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover,
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: #fff;
    margin: 0;
    padding: 10px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
}
.block_content_wrapper_firstfold.in-mobile .extra-text,
.block_content_wrapper_firstfold.in-mobile .extra-text-web {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold.in-mobile .extra-text,
  .block_content_wrapper_firstfold.in-mobile .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text-web.show-extra,
  .block_content_wrapper_firstfold.in-mobile .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold.in-mobile .text-hide-link {
  display: none;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold.in-mobile .text-hide-link {
    display: inline-block;
  }
}
.disForm.formBlock {
  background: #f5f7fe;
  padding: 25px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock {
    flex-direction: column-reverse;
    padding: 0 0 0;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox {
  max-width: 664px;
  width: 100%;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox {
    display: block;
    margin: 20px auto 0;
    background: #fff;
    width: 100%;
    padding: 0 15px 30px;
    border-top: solid 0.8px rgba(23, 43, 77, 0.2);
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2);
    max-width: 100%;
  }
}
.disForm.formBlock .leftContentBox .leftbox {
  position: relative;
  display: flex;
  width: 100%;
}
.disForm.formBlock .leftContentBox .leftbox .invBanner {
  width: 100%;
}

.disForm.formBlock .leftContentBox .leftbox .term_cond {
  position: absolute;
  bottom: -115px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox {
    width: 100%;
  }
  .disForm.formBlock .leftContentBox .leftbox .term_cond {
    text-align: center;
  }
}
.disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
  height: 270px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
    display: none;
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers {
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers {
    margin: 0;
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
    display: block;
    text-align: left;
    margin: 0;
    padding: 20px 0 0 12px;
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px 0;
    max-width: 440px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li {
  padding: 10px 5px 10px 62px;
  margin: 0 25px 0 0;
  position: relative;
  border: 1px solid #ccc;
  list-style: none;
  border-radius: 5px;
  width: 200px;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li:before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  left: 10px;
  top: 22%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url(../../images/bu/investment/guaranteed_tax.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.ulipcover.saving:before {
  background-image: url(../../images/bu/investment/crore.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.ulipcover:before {
  background-image: url(../../images/bu/investment/crore.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url(../../images/bu/investment/zero_itcg.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saving:before {
  background-image: url(../../images/bu/investment/inbuildcover.png);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.lifecover::before {
  background-image: url(../../images/bu/investment/inbuildcover.png);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.gethigh-return::before {
  background-image: url(../../images/bu/investment/gethigh-return.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.tax-saving:before {
  background-image: url(../../images/bu/investment/tax-saving.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saving-80c:before {
  background-image: url(../../images/bu/investment/saving-80c.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li p {
  font-weight: 600;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  color: #000;
  margin-bottom: 3px;
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li span {
  font-size: 12px;
  color: #000;
  line-height: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li {
    border-radius: 0;
    background-color: #fff;
    text-align: center;
    border: none;
    margin: 0;
    border-right: 1px solid #ccc;
    padding: 60px 15px 10px;
    width: 33%;
    justify-content: flex-start;
  }
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li:last-child {
    border-right: 0;
  }
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .invBanner .stairgraphic {
  background-image: url(../../images/bu/investment/pension_plan_new.png);
  background-size: contain;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist {
  display: block;
  position: relative;
  top: -42px;
  left: -30px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist,
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist {
    border: none;
    top: 0;
    left: 0;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li {
  padding: 21px 0 21px 50px;
  width: 285px;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  margin: 0 auto 15px;
  box-shadow: 0 3px 20px #e3d5ff;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li,
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li {
    margin: 0;
    padding: 0;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li p,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li p {
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
  font-weight: 500;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saving {
  margin: 0 0px 15px 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving,
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saving {
    padding: 0 20px 0 40px;
    margin: 10px;
    text-align: left;
    height: 60px;
    display: flex;
    box-shadow: none;
    align-items: flex-start;
    justify-content: center;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.familycount {
  margin: 0 0 15px 0px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount,
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.familycount {
    padding: 0 20px 0 40px;
    margin: 10px;
    text-align: left;
    height: 60px;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li,
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li {
    padding: 0 20px 0 40px;
    margin: 10px;
    text-align: left;
    height: 60px;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li::before {
  width: 30px;
  height: 30px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before,
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li::before {
    left: 0;
    right: initial;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saveupto:before,
.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saveupto:before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url("../../images/bu/investment/tax-free-gift-icon.svg") !important;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving:before,
.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving:before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saving:before {
  background-image: url("../../images/bu/investment/smart-investigating-gift-icon.svg") !important;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount:before,
.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount:before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url("../../images/bu/investment/pension-plans-top-fold-icon-3-new.svg") !important;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .term_cond,
.disForm.formBlock .leftContentBox.childpage .leftbox .term_cond,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .term_cond {
  position: relative;
  bottom: auto;
  left: auto;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving:before {
  background-image: url("../../images/bu/investment/smart-investigating-gift-icon.svg") !important;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url("../../images/bu/investment/pension-plans-top-fold-icon-3-new.svg") !important;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner,
.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner {
  position: relative;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner::before {
  width: 240px;
  height: 100px;
  position: absolute;
  content: "";
  background-size: contain;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../../images/bu/investment/hundred.svg);
  background-position: 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner::before,
  .disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner::before {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner .stairgraphic {
  background-image: url(../../images/bu/investment/bannerfd.png);
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 618px 350px;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li {
  padding: 15px 10px 15px 60px;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li.saveupto::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li.saveupto::before {
  background-image: url(../../images/bu/investment/saveupto.png);
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li.familycount::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li.familycount::before {
  background-image: url(../../images/bu/investment/taxfree.png);
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li,
  .disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li {
    padding: 60px 15px 10px;
  }
}
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li::before {
  left: 15px;
  width: 30px;
  height: 40px;
  top: 20%;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li::before,
  .disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li p,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li p {
  font-size: 12px;
  color: #172b4d;
  margin: 0;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li span,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li span {
  font-size: 10px;
  color: #505f79;
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li {
  justify-content: flex-start;
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner::before {
  display: none;
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo {
  border: 1px solid #79adff;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2901960784);
  width: 180px;
  height: 90px;
  display: inline-flex;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .stairgraphic {
  width: 575px;
  height: 230px;
  margin: -30px 0 0;
  background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
  .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .stairgraphic {
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .tcondition {
    text-align: center;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo {
  position: relative;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo:after {
  width: 140px;
  height: 260px;
  position: absolute;
  content: "";
  left: 5px;
  top: 78px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-image: url(../../images/bu/investment/ulipInsurer_stairgraphic.png);
  background-position: 0 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo img {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 5px 10px;
  max-width: 123px;
  background: #fff;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .stairgraphic {
  margin: -46px 0 0;
  background-size: 70%;
  background-position: top right;
}

@media screen and (min-height: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner .stairgraphic {
    margin: 0;
    background-size: 70%;
    background-position: center;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 9px 10px;
  max-width: 180px;
  background: #fff;
  text-align: CENTER;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2901960784);
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo img {
  max-width: 100%;
  max-height: 70px;
  margin: 0 auto;
  display: flex;
  align-self: center;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo::after {
  display: none;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .stairgraphic {
  background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
  background-size: contain;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers {
  margin: 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li {
  padding: 15px 10px 15px 60px;
  justify-content: center;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li.saveupto::before {
  background-image: url(../../images/bu/investment/saveupto.png);
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li.familycount::before {
  background-image: url(../../images/bu/investment/taxfree.png);
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li {
    padding: 60px 15px 10px;
    justify-content: flex-start;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li::before {
  width: 30px;
  height: 40px;
  left: 15px;
  top: 20%;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li p {
  font-size: 12px;
  color: #000;
  margin: 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li span {
  font-size: 10px;
  color: #505f79;
}

.disForm.formBlock .leftContentBox.ulippage.provider .pointers {
  margin: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .pointers {
    margin: 0;
  }
}
.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .stairgraphic {
  margin: -46px 0 0;
  background-size: contain;
  background-position: center;
  height: 250px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .stairgraphic {
    margin: 0;
  }
}
.disForm.formBlock .leftContentBox.taxpage .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/income-tax-banner.svg) no-repeat center/contain;
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .pointers .pointerlist li {
  justify-content: flex-start;
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .pointers .pointerlist li.saving:before {
  background-image: url(../../images/bu/investment/crore.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .invBanner .stairgraphic {
  background: url(../../images/webp/childplan.webp) no-repeat center/contain;
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li {
  justify-content: flex-start;
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url(../../images/bu/investment/insurer_pay.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving:before {
  background-image: url(../../images/bu/investment/save6k.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url(../../images/bu/investment/save_upto.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li p {
  color: #172b4d;
  line-height: 18px;
}

.disForm.formBlock .leftContentBox.annuitypage {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage {
    margin-top: 20px;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner {
  height: 310px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/investment_annuity.svg) no-repeat center bottom/contain;
  height: 200px;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .bannerText {
  font-size: 14px;
  color: #354664;
  font-weight: 600;
  padding-right: 30%;
  line-height: 30px;
  margin-bottom: 8px;
  width: 100%;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .bannerText span {
  font-size: 30px;
  color: #0662f6;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
  padding: 10px 5px 10px 52px;
  min-height: 58px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
    padding: 60px 15px 10px;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before {
  width: 33px;
  height: 33px;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url(../../images/bu/investment/saveupto.png);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url(../../images/bu/investment/taxfree.png);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li p {
  color: #172b4d;
  line-height: 18px;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .term_cond {
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .term_cond {
    margin-top: 0;
  }
}
.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeA {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeB {
  color: #0065ff;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeC {
  font-size: 18px;
  color: #757575;
  font-weight: 600;
  line-height: 34px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/pension_plan_new.png) no-repeat center bottom/contain;
  height: 280px;
}

.disForm .ratings-mobile {
  width: 100%;
  background: #f2f7ff;
  padding: 20px 0;
}

@media screen and (min-width: 1025px) {
  .disForm .ratings-mobile {
    display: none;
  }
}
.disForm .ratings-mobile .product-achivement-at-policybazaar {
  width: 100%;
  left: auto;
  margin-top: 0;
  position: relative;
  flex-wrap: wrap;
}

.disForm .ratings-mobile .product-achivement-at-policybazaar .listitem {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: auto;
  text-align: center;
}

.disForm .ratings-mobile .product-achivement-at-policybazaar .listitem.center {
  width: 33%;
}

.disForm .ratings-mobile .product-achivement-at-policybazaar .listitem .form-rating {
  margin: 0 auto 20px;
}

.disForm .rightContent {
  max-width: 424px;
  width: 96%;
  background: #fff;
  padding: 2% 1%;
  margin: 0 auto;
  border-radius: 15px;
  min-height: 400px;
  position: relative;
  box-shadow: 0 1px 7px #98a4b8;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent {
    padding: 22px 3% 18px;
    width: 98%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .disForm .rightContent {
    padding: 22px 2% 18px;
    width: 98%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .disForm .rightContent {
    padding: 16px 10px 18px;
  }
}
.disForm .rightContent::before {
  content: "";
  background: #40bc70;
  width: 98%;
  height: 4px;
  position: absolute;
  left: 4px;
  top: 0;
  border-radius: 11px 11px 0 0;
  display: none;
}

.disForm .rightContent .investment-bg {
  text-align: center;
}

.disForm .rightContent .investment-bg .bluetext.mediumtext,
.disForm .rightContent .investment-bg .form-heading,
.disForm .rightContent .investment-bg .heading {
  color: #0065ff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .investment-bg .bluetext.mediumtext,
  .disForm .rightContent .investment-bg .form-heading,
  .disForm .rightContent .investment-bg .heading {
    margin-bottom: 7px;
    line-height: 26px;
    padding-top: 0;
  }
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext,
.disForm .rightContent .investment-bg .description,
.disForm .rightContent .investment-bg .form-sub-heading {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  clear: both;
  margin-top: 10px;
}

.disForm .rightContent .investment-bg .blacktext.extrasmalltext span,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext span.numberVal,
.disForm .rightContent .investment-bg .description span,
.disForm .rightContent .investment-bg .description span.numberVal,
.disForm .rightContent .investment-bg .form-sub-heading span,
.disForm .rightContent .investment-bg .form-sub-heading span.numberVal {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .investment-bg .blacktext.extrasmalltext,
  .disForm .rightContent .investment-bg .description,
  .disForm .rightContent .investment-bg .form-sub-heading {
    margin-top: 3px;
    font-size: 16px;
  }
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .heighlight,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .red,
.disForm .rightContent .investment-bg .description .heighlight,
.disForm .rightContent .investment-bg .description .red,
.disForm .rightContent .investment-bg .form-sub-heading .heighlight,
.disForm .rightContent .investment-bg .form-sub-heading .red {
  color: #fd4705;
}

.disForm .rightContent .investment-bg .blacktext.extrasmalltext .endownment,
.disForm .rightContent .investment-bg .description .endownment,
.disForm .rightContent .investment-bg .form-sub-heading .endownment {
  font-size: 24px;
  text-transform: capitalize;
}

.disForm .rightContent .investment-bg #number_f {
  margin-bottom: 30px;
}

.disForm .rightContent .investment-bg #number_f .formInput .feildLable {
  left: 135px;
}

.disForm .rightContent .investment-bg .fieldWrapper {
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  position: relative;
  width: 98%;
  display: table;
  margin: 20px auto 30px;
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput {
  position: relative;
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput input.labelshow + .feildLable,
.disForm .rightContent .investment-bg .fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 13px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.disForm .rightContent .investment-bg .fieldWrapper .fullWidht {
  width: 100%;
  height: 100%;
  padding: 15px 19px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
  color: #253858;
}

.disForm .rightContent .investment-bg .fieldWrapper #invmobile {
  padding-left: 140px;
  font-weight: 400;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  position: absolute;
  padding: 0 5px 0 13px;
  width: 142px;
  z-index: 10;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild:after {
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 65px;
  z-index: 10;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select {
  width: 70px;
  color: #253858;
  border: none;
  display: inline-block;
  float: left;
  padding: 8px 20px 8px 0;
  -webkit-appearance: none;
  background: 0 0;
  font-weight: 600;
  border-right: 1px solid #bfbfbf;
  margin: 7px 0 0;
  z-index: 10;
  position: relative;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select option {
  font-size: 16px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCode {
  padding: 15px 0 15px 5px;
  display: inline-block;
  line-height: 19px;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild input.cCode {
  max-width: 40px;
  border: 0px;
  background: transparent;
  height: 46px;
  padding: 0 0 0 5px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCodeText {
  display: inline-block;
  width: 44px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCodeText input {
  padding: 9px 0;
  margin-left: 5px;
}

.disForm .rightContent .investment-bg .fieldWrapper .err {
  font-size: 10px;
  color: red;
  width: 100%;
  left: 0;
  bottom: -18px;
  padding: 1px 0;
  text-align: left;
  font-weight: 400;
  position: absolute;
}

.disForm .rightContent .investment-bg .fieldWrapper .secure-tag {
  position: absolute;
  display: flex;
  right: 8px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}

.disForm .rightContent .investment-bg .fieldWrapper .secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  margin-left: 6px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .investment-bg .product-achivement-at-policybazaar {
    display: none;
  }
}
.disForm .rightContent.lic-investment .investment-bg .fieldWrapper .formInput .feildLable {
  left: 44px;
}

.disForm .rightContent.lic-investment:before {
  background: #2dbc13;
}

.disForm .rightContent.lic-investment {
  position: relative;
}

.disForm .rightContent.lic-investment .co-logo {
  display: none;
}

.disForm .rightContent.lic-investment .headingText .heading {
  color: #253858;
}

@media screen and (max-width: 320px) {
  .disForm .rightContent.lic-investment .headingText .heading {
    font-size: 18px;
  }
}
.disForm .rightContent.lic-investment .headingText .heading b {
  color: #2196f3;
}

.disForm .rightContent.lic-investment .headingText .heading span {
  font-weight: 700;
}

.disForm .rightContent.lic-investment #number_f .formInput .feildLable {
  left: 155px;
}

.disForm .rightContent.lic-investment .formInput {
  padding-left: 30px;
}

.disForm .rightContent.lic-investment .formInput .ico {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
  left: 10px;
}

.disForm .rightContent.lic-investment .formInput .form_icon {
  background-image: url(../../images/bu/mixedlayout-icon.svg);
  background-repeat: no-repeat;
}

.disForm .rightContent.lic-investment .formInput .form_icon.usericon {
  background-position: -5px -456px;
}

.disForm .rightContent.lic-investment .formInput .form_icon.mobile-ico {
  background-position: -5px -416px;
}

.disForm .rightContent.lic-investment .formInput .form_icon.dob {
  background-position: 0 -372px;
}

.disForm .rightContent.lic-investment .formInput .form_icon.email {
  background-position: -3px -332px;
}

.disForm .rightContent.lic-investment .ribbon-text {
  color: #fff;
  background: #8a81fc;
  padding: 10px 30px 10px 30px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 5px auto 15px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.lic-investment .ribbon-text {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .disForm .rightContent.lic-investment .ribbon-text {
    width: 100%;
  }
}
.disForm .rightContent.lic-investment .ribbon-text:before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  left: 0;
  border-left: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.disForm .rightContent.lic-investment .ribbon-text:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.disForm .rightContent.lic-investment .investment-bg .heading {
  color: #253858;
}

.disForm .rightContent.lic-investment .lic-step-2 {
  display: flex;
  flex-direction: COLUMN;
  align-items: CENTER;
  padding: 4px 34px;
}

@media screen and (max-width: 375px) {
  .disForm .rightContent.lic-investment .lic-step-2 {
    padding: 4px 25px;
  }
}
@media screen and (max-width: 320px) {
  .disForm .rightContent.lic-investment .lic-step-2 {
    padding: 4px 5px;
  }
}
.disForm .rightContent.lic-investment .lic-step-2 .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  line-height: 32px;
  margin: 27px 0 8px;
}

.disForm .rightContent.lic-investment .lic-step-2 .description {
  letter-spacing: 0;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  text-align: center;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a {
  color: #0065ff;
  cursor: pointer;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a span {
  color: #0065ff;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a img {
  margin-bottom: -2px;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a.edit-number {
  position: relative;
  text-decoration: underline;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a.edit-number::after {
  background: url(../../../cdn/images/bu/investment/icon-edit.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  content: "";
  position: absolute;
  right: -18px;
  top: 3.5px;
}

.disForm .rightContent.lic-investment .lic-step-2 .description.resend {
  color: #e8e8e8;
  margin: 0;
}

.disForm .rightContent.lic-investment .lic-step-2 .description.resend a {
  color: #e8e8e8;
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields {
  margin: 40px 0 16px;
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input {
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  width: 35px;
  height: 40px;
  margin-right: 12px;
  letter-spacing: 0;
  color: #253858;
  text-align: CENTER;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input {
    margin-right: 8px;
  }
}
.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields.error-msg input {
  border-color: red;
}

.disForm .rightContent.lic-investment .lic-step-2 .resend {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 8px;
}

.disForm .rightContent.lic-investment .lic-step-2 > .err {
  letter-spacing: 0;
  color: red;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 8px;
}

.disForm .rightContent.lic-investment .lic-step-2 button {
  background: rgba(0, 101, 255, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 8px;
  border: 0;
  letter-spacing: 0;
  color: #0067ff;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 50px;
  margin: 83px 0 35px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.disForm .rightContent.lic-investment .lic-step-2 button.disabled {
  background: rgba(155, 155, 155, 0.1019607843) 0 0 no-repeat padding-box;
  color: #9b9b9b;
}

.disForm .rightContent.lic-investment .lic-step-2 button.enabled {
  background: #0065ff 0 0 no-repeat padding-box;
  color: #fff;
}

.disForm .rightContent.lic-investment .lic-step-2 .loader_btn:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 11px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28px;
  height: 28px;
  animation: spin 1.2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disForm .rightContent.lic-investment .lic-step-2 .disclaimer {
  display: flex;
  align-items: CENTER;
  letter-spacing: 0;
  color: #9b9b9b;
  font-size: 10px;
  line-height: 13px !important;
  padding: 0;
  margin: 0;
}

.disForm .rightContent.lic-investment .lic-step-2 .disclaimer img {
  margin-right: 8px;
}

.disForm .rightContent #loader,
.disForm .rightContent .proceed {
  position: relative;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  border: 1px solid #0065ff;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  padding: 18px;
  width: 80%;
  margin: 0 auto 10px;
  border: 0;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent #loader,
  .disForm .rightContent .proceed {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .disForm .rightContent #loader,
  .disForm .rightContent .proceed {
    font-size: 14px;
    width: 90%;
  }
}
.disForm .rightContent.fdpage .investment-bg,
.disForm .rightContent.tradpage.provider .investment-bg {
  margin-top: 30px !important;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.fdpage .investment-bg,
  .disForm .rightContent.tradpage.provider .investment-bg {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 325px) {
  .disForm .rightContent.fdpage .investment-bg,
  .disForm .rightContent.tradpage.provider .investment-bg {
    margin-top: 30px !important;
  }
}
.disForm .rightContent.fdpage .investment-bg .headingText .heading,
.disForm .rightContent.tradpage.provider .investment-bg .headingText .heading {
  font-size: 19px;
  margin-bottom: 5px;
}

.disForm .rightContent.fdpage .investment-bg .headingText .description,
.disForm .rightContent.tradpage.provider .investment-bg .headingText .description {
  font-size: 13px;
  margin-top: 0;
}

.disForm .rightContent.annuitypage {
  padding: 2% 1% 2%;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage {
    padding: 45px 3% 18px;
  }
}
@media screen and (max-width: 767px) {
  .disForm .rightContent.annuitypage {
    padding: 20px 1% 18px;
  }
}
.disForm .rightContent.annuitypage .getExtrabenefit {
  color: #06a857;
  font-size: 12px;
  background: rgba(6, 168, 87, 0.1);
  border: 1px dashed #06a857;
  max-width: 270px;
  left: 14px;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage .getExtrabenefit {
    width: 217px;
    left: 12px;
    font-size: 10px;
    border-radius: 0 0 8px 8px;
  }
}
.disForm .rightContent.annuitypage .getExtrabenefit .text::before {
  background: url(../../images/bu/investment/green_discount_icon.svg) no-repeat center/contain;
}

.disForm .rightContent.annuitypage .headingText .description {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage .headingText .description {
    display: block;
    text-align: center;
    margin: 0;
  }
}
.disForm .rightContent.annuitypage .headingText .description.small {
  font-size: 16px !important;
  margin: 0;
  line-height: 20px;
  font-weight: 400;
  color: #757575;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage .headingText .description.small {
    font-size: 13px;
  }
}
.disForm .rightContent.annuitypage .headingText .heading {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}

.disForm .rightContent.annuitypage.annuity-plan .headingText .heading {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 375px) {
  .disForm .rightContent.annuitypage.annuity-plan .headingText .heading {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 24px;
  }
}
.disForm .rightContent.annuitypage.annuity-plan .headingText .description {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  color: #0065ff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage.annuity-plan .headingText .description {
    font-size: 16px;
  }
  .disForm .rightContent.annuitypage.annuity-plan .headingText .description.small {
    font-size: 13px !important;
  }
}
.disForm .rightContent.annuitypage.annuity-plan .headingText .description.small {
  color: #757575;
  margin-bottom: 0;
}

.disForm .rightContent .getExtrabenefit {
  background: #06a857;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 6px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: absolute;
  width: 270px;
  left: 14px;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .getExtrabenefit {
    text-align: center;
    padding: 6px 6px 8px;
    font-size: 10px;
    width: 205px;
  }
}
.disForm .rightContent .getExtrabenefit .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disForm .rightContent .getExtrabenefit .text::before {
  content: "";
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background: url(../../images/bu/investment/green_discount_icon_white.svg) no-repeat;
}

.disForm .rightContent.annuitypage .blacktext.extrasmalltext,
.disForm .rightContent.childpage .blacktext.extrasmalltext,
.disForm .rightContent.pensionpage .blacktext.extrasmalltext {
  font-size: 13px;
}

.disForm .rightContent.annuitypage .blacktext.extrasmalltext span,
.disForm .rightContent.childpage .blacktext.extrasmalltext span,
.disForm .rightContent.pensionpage .blacktext.extrasmalltext span {
  color: #0065ff;
  font-weight: 700;
}

.disForm .rightContent.ulippage.provider .co-logo {
  margin-bottom: 12px;
}

.disForm .rightContent.ulippage.provider.licpage .co-logo .insurerlogo {
  padding: 5px;
  border-radius: 12px;
}

.disForm .rightContent.ulippage.provider.licpage .co-logo .insurerlogo img {
  max-width: 80%;
  max-height: 70px;
}

.disForm .rightContent .co-logo {
  text-align: center;
}

.disForm .rightContent .co-logo .insurerlogo {
  border: 1px solid #b7b7b7;
  text-align: center;
  border-radius: 12px;
  width: 128px;
  height: 75px;
  display: inline-flex;
  align-content: center;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.disForm .rightContent:not(.lic-investment) .form_icon {
  display: none;
}

.disForm .rightContent.lic-investment {
  width: 100%;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper {
    position: absolute;
    bottom: -70px;
    width: 100%;
  }
}
.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  list-style: none;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 30px;
  right: 0;
  box-shadow: 0 3px 16px rgba(51, 51, 124, 0.1607843137);
  width: 550px;
  position: absolute;
  bottom: -60px;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  position: relative;
  min-height: 50px;
  justify-content: space-between;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .totalRating {
  width: 130px !important;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li::before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 1px;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li:last-child::before {
  display: none;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .starts_block {
  width: 80px;
  margin: 0;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .hi-pp {
  font-size: 14px;
  color: #6359ef;
  font-weight: 500;
  line-height: 22px;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .light-text {
  font-size: 10px;
  color: #253858;
  font-weight: 400;
}

.disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .light-text .totalRating {
  width: 80px;
}

@media (max-width: 568px) {
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .light-text {
    text-align: center;
  }
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .light-text .totalRating {
    width: 90px;
  }
}
@media (max-width: 980px) {
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor {
    max-width: 100%;
    width: 500px;
    bottom: initial;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li {
    width: 33%;
  }
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li:first-child {
    position: absolute;
    top: -56px;
    display: none;
  }
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li:first-child:before {
    display: none;
  }
  .disForm.formBlock.bannerWithPointer .key-factor-wrapper .key-factor li .totalRating {
    width: 80px;
    left: 0;
  }
}
.lic-investment .mobile-hide {
  display: block;
}

@media (max-width: 1024px) {
  .lic-investment .mobile-hide {
    display: none;
    margin: 7px auto;
  }
}
.lic-investment .desktop-hide {
  display: none;
}

@media (max-width: 1024px) {
  .lic-investment .desktop-hide {
    display: inline-block;
    margin: 7px auto;
    text-align: center;
  }
}
.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.term_cond {
  color: rgba(42, 63, 79, 0.6) !important;
}

.tcondition,
.termCondition,
.term_cond {
  font-size: 11px;
  display: block;
  margin-top: 10px;
  text-align: left;
  width: 80%;
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin: 10px auto 0;
}

.tcondition a,
.termCondition a,
.term_cond a {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .tcondition,
  .termCondition,
  .term_cond {
    text-align: center;
  }
}
.tcondition.isnri,
.termCondition.isnri,
.term_cond.isnri {
  font-weight: 500;
  font-size: 12px;
  color: #ea8936;
  background: #fff1e5;
  display: inline;
  padding: 4px 10px 5px !important;
  border-radius: 4px;
}

.termCondition {
  text-align: center;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.floatingPopupDiv .build-in-cover {
  display: none !important;
}

.floatingPopupDiv .investmenttimer {
  display: none !important;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    right: 15px;
  }
}
.floatingPopupDiv .close:after,
.floatingPopupDiv .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.floatingPopupDiv .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv .close:after {
  transform: rotate(-45deg);
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 43%;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 45px;
}

.floatingPopupDiv .floatpanel.video-on {
  width: 60% !important;
  min-height: 400px;
  padding: 50px !important;
}

.floatingPopupDiv .floatpanel.video-on iframe {
  width: 100%;
  height: 420px;
}

@media (max-width: 1024px) {
  .floatingPopupDiv .floatpanel.video-on {
    width: 90% !important;
    min-height: initial !important;
    height: 430px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .floatingPopupDiv .floatpanel.video-on iframe {
    width: 100%;
    height: 420px;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv .floatpanel.video-on {
    height: 286px !important;
    min-height: initial !important;
    transform: translateY(-50%);
  }
  .floatingPopupDiv .floatpanel.video-on iframe {
    width: 100%;
    height: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
}
.floatingPopupDiv .floatpanel .showForm {
  width: 90%;
  margin: 0 auto;
  background: 0 0;
  text-align: center;
}

.floatingPopupDiv .floatpanel .showForm .disForm {
  padding: 20px 0 30px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 0 0 15px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  width: 85%;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent::before {
  display: none;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .getExtrabenefit {
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    width: 100%;
    padding: 16px 0 18px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .tcondition,
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .term_cond {
  text-align: center;
}

@media screen and (max-width: 667px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent.lic-investment {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg #number_f .formInput .feildLable {
  left: 155px;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg .fieldWrapper #invmobile {
  padding-left: 145px;
}

@media screen and (max-width: 320px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .fieldWrapper {
    margin: 15px auto 30px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg #number_f .formInput .feildLable {
  left: 145px;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg .fieldWrapper #invmobile {
  padding-left: 145px;
}

.floatingPopupDiv .floatpanel .getExtrabenefit {
  position: relative;
  top: auto;
  width: 100%;
  bottom: auto;
  margin: 0 auto 15px;
  left: 0 !important;
}

.floatingPopupDiv .floatpanel.annuitypage {
  padding-top: 10px;
  overflow-y: scroll;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel.annuitypage {
    padding-top: 45px;
  }
}
.floatingPopupDiv .floatpanel .slider-usp {
  display: none;
}

.floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .heading {
  font-size: 19px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .heading {
    font-size: 20px;
  }
}
.floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .description {
  font-size: 13px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .description {
    font-size: 15px;
  }
}
.floatingPopupDiv.center.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv.center.open {
    align-items: flex-end;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center.open {
    align-items: flex-end;
  }
}
.floatingPopupDiv.center > .close {
  display: none;
}

.floatingPopupDiv.center .floatpanel {
  position: relative;
  width: 28%;
  background: #fff;
  right: auto;
  height: auto;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 0;
  overflow-y: hidden;
  border-radius: 12px;
  border: 1px solid var(--tag-1-tag-1, rgba(57, 98, 237, 0.12));
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv.center .floatpanel {
    width: 70%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv.center .floatpanel {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center .floatpanel {
    width: 100%;
    border-radius: 40px 40px 0 0;
    height: 80%;
    overflow: scroll;
  }
}
.floatingPopupDiv.center .floatpanel .close {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 1;
  background: #fff;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
}

.floatingPopupDiv.center .floatpanel .close:after,
.floatingPopupDiv.center .floatpanel .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #606060;
  top: 7px;
}

.floatingPopupDiv.center .floatpanel .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv.center .floatpanel .close:after {
  transform: rotate(-45deg);
}

.floatingPopupDiv.center .floatpanel .showForm .disForm {
  padding: 35px 0 10px;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv.center .floatpanel .showForm .disForm {
    padding: 20px 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center .floatpanel .showForm .disForm {
    padding: 20px 0;
  }
}
.floatingPopupDiv.center .floatpanel .showForm .disForm .rightContent {
  width: 100%;
}

.floatingPopupDiv.center .floatpanel .showForm .disForm .rightContent.lic-investment .ribbon-text {
  width: 90%;
}

.floatingPopupDiv.center .floatpanel .showForm .disForm .termCondition {
  width: 80%;
  margin: 10px auto 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .askpbwidget {
    margin: 25px auto;
  }
}
@media (max-width: 1024px) {
  .lic-investment-wrapper {
    padding: 0 15px 20px !important;
  }
}
.lic-investment {
  display: flex;
  justify-content: space-between;
  color: #253858;
}

@media (max-width: 1024px) {
  .lic-investment {
    display: none;
  }
  .lic-investment.rightContent {
    display: block;
  }
}
.lic-investment .highlight {
  font-weight: 700;
}

.lic-investment .brand-logo {
  width: 300px;
}

@media (max-width: 640px) {
  .lic-investment .brand-logo {
    width: 100px;
    margin: 10px auto;
    display: block;
  }
  .lic-investment .brand-logo img {
    width: 100%;
    height: auto;
  }
}
.lic-investment .brand-offer {
  width: calc(100% - 300px);
  text-align: left;
  margin-bottom: 35px;
}

.lic-investment .heading {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

.lic-investment .graphic {
  position: relative;
  left: -20px;
}

.specification {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #253858;
}

.specification li {
  width: 48.5%;
  padding: 10px 15px 10px 5px;
  box-shadow: 0 1px 12px #e3d5ff;
  border-radius: 8px;
  background: #fff;
  min-height: 50px;
  align-items: center;
  display: flex;
  line-height: 16px;
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .specification li {
    width: 100%;
  }
}
.specification li .highlight {
  font-weight: 700;
  font-size: 16px;
}

.specification li .icon {
  background: url(../../images/check-icon-lic.png) no-repeat -2px -4px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: 115%;
}

.specification li p {
  width: calc(100% - 40px);
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #253858;
}

@media (max-width: 640px) {
  .specification li p br {
    display: none;
  }
}
@keyframes placeholderAnimation {
  100% {
    transform: translateX(100%);
  }
}
.placeholder-bg {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}

.placeholder-bg .description,
.placeholder-bg .feildLable,
.placeholder-bg .fieldWrapper,
.placeholder-bg .form-whatsapp,
.placeholder-bg .heading,
.placeholder-bg .loadingDiv,
.placeholder-bg .termCondition {
  opacity: 0;
}

.placeholder-bg.form-class {
  height: 350px;
  margin-top: 10px;
}

.placeholder-bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: placeholderAnimation 2s infinite;
  content: "";
}

.annuitypage .blacktext,
.annuitypage .pointers .headingtext {
  display: none;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist {
  display: block;
  position: relative;
  top: -62px;
  left: -30px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist {
    border: none;
    top: 0;
    left: 0;
  }
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
    padding: 10px 15px 10px 40px;
  }
}
.floatingPopupDiv .product-achivement-at-policybazaar {
  display: none;
}

.product-achivement-at-policybazaar {
  display: flex;
  margin: 30px 0 5px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 100px;
    position: relative;
  }
}
.product-achivement-at-policybazaar .listitem {
  width: 23%;
}

.product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 12px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 10px;
}

.product-achivement-at-policybazaar .listitem .heading-title sup {
  font-size: 9px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    top: -80px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.product-achivement-at-policybazaar .listitem.center {
  text-align: center;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    padding: 0 4px;
  }
}
.product-achivement-at-policybazaar .listitem.center .blue {
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}

.product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.016em;
  margin-top: 8px;
  line-height: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
}
.product-achivement-at-policybazaar .listitem.center:nth-child(3),
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}

.product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: 0;
  width: 83px;
  overflow: hidden;
}

.product-achivement-at-policybazaar .form-rating img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .form-rating {
    width: 110px;
    text-align: CENTER;
    margin: 0 auto;
  }
  .product-achivement-at-policybazaar .form-rating img {
    width: 100%;
    height: auto;
  }
}
.product-achivement-at-policybazaar .form-rating:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.product-achivement-at-policybazaar .form-rating:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes starshine1 {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
@keyframes starshine {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
.topForm.lic-investment-new .disForm.formBlock {
  background: #f7f5f4 0 0 no-repeat padding-box;
  border: 1px solid rgba(180, 156, 173, 0.1215686275);
  padding: 25px 40px 20px;
}

@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock {
    padding: 25px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox {
    background: #f4f1f0 0 0 no-repeat padding-box;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment {
  align-items: flex-start;
  padding-top: 33px;
}

@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment {
    display: flex;
  }
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .lic-logo {
    text-align: center;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading {
  margin: 24px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading::before {
    content: "";
    background: rgba(111, 66, 99, 0.1215686275);
    left: 0;
    width: 22%;
    height: 1px;
    position: absolute;
    top: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading::after {
    right: 0;
    content: "";
    background: rgba(111, 66, 99, 0.1215686275);
    width: 22%;
    height: 1px;
    position: absolute;
    top: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading {
    text-align: center;
    max-width: 325px;
    width: 100%;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .label {
  letter-spacing: 0;
  color: #6e4b3f;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 8px;
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .images {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .images {
    justify-content: center;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .images span {
  color: #6e4b3f;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin: 0 8px;
}

@media screen and (max-width: 1024px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list {
    max-width: 240px;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer {
  display: flex;
  align-items: CENTER;
  margin-bottom: 32px;
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer img {
  margin-right: 16px;
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer .content .tag {
  letter-spacing: 0;
  color: rgba(110, 75, 63, 0.6);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  font-style: italic;
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer .content .text {
  letter-spacing: 0;
  color: #6e4b3f;
  font-size: 16px;
  line-height: 21px;
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:first-of-type .content {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:first-of-type .content {
    width: 100%;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(3) .content {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(3) .content {
    width: 100%;
  }
}
.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(2n) .content {
  width: 197px;
}

@media screen and (max-width: 767px) {
  .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(2n) .content {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel.annuitypage .showForm .disForm .rightContent .investment-bg #number_f .formInput .feildLable {
  left: 170px;
}

.info-secure {
  color: #818181;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.info-secure:has(+ .isnri:not(.hide)) {
  margin-bottom: 12px;
}

.info-secure:has(~ .certified) {
  margin-bottom: 12px;
}

.arrow-disclaimer {
  font-size: 12px !important;
  line-height: normal;
  top: 0 !important;
}

#countryDisplayName {
  position: absolute;
  top: 47%;
  left: 16px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0, -50%);
  text-align: left;
}

.child-page-new #countryDisplayName {
  left: 45px;
  max-width: 46px;
  text-align: left;
  font-size: 16px;
}

.investmenttimer {
  display: flex;
  font-size: 11px;
  font-weight: 600;
  background: #fef1b3;
  padding: 6px 10px 6px 40px;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: -11px;
  left: 14px;
  min-width: 288px;
  min-height: 27px;
}

.investmenttimer .timeWrapper {
  width: 88px;
}

@media (max-width: 980px) {
  .investmenttimer {
    left: 0;
  }
}
.investmenttimer::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/timer-term.png") no-repeat center center;
  top: 2px;
  left: 12px;
  background-size: contain;
}

.investmenttimer .timerWrapper {
  margin: 0 2px;
  color: red;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 20px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection h1,
.leftSection h2,
.title {
  color: #253858;
  font-weight: 500;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 758px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}
.leftSection .mid-form .orange-box {
  display: inline-block;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .form-block {
  width: 100%;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 20px;
  background: #fff;
}

.leftSection .mid-form .form-block .left-div {
  width: 60%;
  display: flex;
}

.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 45%;
}

.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 55%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin: 0 5px 0 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .select-box {
    margin: 0 0 0 5px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box select {
  border: 1px solid #cfcccc;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 20px;
  padding: 9px 28px 9px 10px;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 14px;
    padding: 9px 25px 9px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 12px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box::after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border: solid #97a0af;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding-left: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 50%;
}

.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #253858;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
}

.leftSection .mid-form .right-div div.blocks p strong {
  font-weight: 500;
  font-size: 18px;
  color: #0065ff;
}

.leftSection .mid-form .right-div div.blocks p span {
  color: #0065ff;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks p {
    font-size: 14px;
    color: #253858;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .right-div div.blocks p {
    padding-left: 20px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 30px;
    padding: 0 20px;
    margin: 10px 0 0;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection h2 {
  font-size: 30px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.leftSection h2 a {
  color: #0065ff;
}

.leftSection h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.leftSection table .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer.full {
  height: auto !important;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection h1,
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h2,
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h3,
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection h1,
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h2,
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h3,
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block span.title {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.logo-widget,
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=2) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.headingText_h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 25px 0;
  color: #1a1a74;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .headingText_h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 28px;
    padding: 20px 0 0;
  }
}
.headingText_h2 {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 10px 0 10px 0;
  list-style: none;
}

@media (max-width: 640px) {
  .headingText_h2 {
    padding: 10px 0 10px 0;
  }
}
.headingText_h2 li {
  width: 33%;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  color: rgba(37, 56, 88, 0.6);
}

.headingText_h2 li span:nth-child(2) {
  color: #253858;
  margin-left: 5px;
}

@media (max-width: 640px) {
  .headingText_h2 li {
    flex-direction: column;
    font-size: 13px;
    line-height: 22px;
  }
  .headingText_h2 li span:nth-child(2) {
    margin-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .headingText_h2 li {
    font-size: 10px;
  }
}
.headingText_h2 li:nth-child(2) {
  padding-left: 16px;
}

.providerWith_lifeinsurnace {
  width: 100%;
  background: #f9f9f9;
  padding: 10px 20px 5px;
  margin-bottom: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace {
    padding: 0 15px 20px 15px;
  }
}
.providerWith_lifeinsurnace .new-top-plans-title {
  margin: 0 0 20px !important;
  color: #0165ff;
  width: 50%;
  font-size: 22px;
  position: relative;
}

@media only screen and (max-width: 740px) {
  .providerWith_lifeinsurnace .new-top-plans-title {
    width: 60%;
  }
}
@media only screen and (max-width: 568px) {
  .providerWith_lifeinsurnace .new-top-plans-title {
    width: 80%;
  }
}
.providerWith_lifeinsurnace .new-top-plans-title:before {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 20px;
  position: absolute;
  background: #0165ff;
  top: 40px;
}

.providerWith_lifeinsurnace .headingTitle {
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 0;
  border: 1px solid #349018;
  display: inline-block;
  line-height: 16px;
  position: relative;
  padding: 10px 10px 10px 40px;
  margin: 0 0 20px 0;
  background: #ebf1e9;
}

.providerWith_lifeinsurnace .headingTitle span {
  color: #349018;
  font-weight: 600;
}

.providerWith_lifeinsurnace .headingTitle:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/investment/umberalla.png) no-repeat 0 0;
  background-size: contain;
  left: 5px;
  top: 2px;
}

@media only screen and (max-width: 360px) {
  .providerWith_lifeinsurnace .headingTitle:before {
    top: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .providerWith_lifeinsurnace .headingTitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.providerWith_lifeinsurnace .tooltip {
  position: absolute;
  font-style: normal;
  z-index: 10;
  display: none;
  background: #1761b6;
  color: #fff;
  padding: 5px;
  width: 150px;
  border-radius: 5px;
  text-align: left;
  top: 0;
  right: -156px;
}

.providerWith_lifeinsurnace .tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1761b6;
  left: -8px;
  top: 7px;
}

.providerWith_lifeinsurnace .provider_top-plan {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .provider_top-plan {
    display: flex;
    margin-bottom: 0;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.providerWith_lifeinsurnace .block-inner {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  padding: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  border: none;
}

.providerWith_lifeinsurnace .block-inner .special_planBox {
  font-size: 11px;
  line-height: normal;
  color: #fff;
  background: #16adad;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px 0 8px 0;
  padding: 3px 7px;
  position: absolute;
  top: -6px;
  left: -5px;
  font-weight: 500;
  z-index: 1;
  transform: translateZ(0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  line-height: 23px;
}

.providerWith_lifeinsurnace .block-inner .special_planBox:after,
.providerWith_lifeinsurnace .block-inner .special_planBox:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  margin: auto;
  z-index: -1;
  border-color: #0f6969;
  border-style: solid;
  border-width: 0 0 6px 6px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  transform: rotate(180deg);
  display: block;
}

.providerWith_lifeinsurnace .block-inner .special_planBox:after {
  left: auto;
  right: -6px;
  top: 0;
  bottom: auto;
  border-width: 6px 6px 0 0;
  transform: none;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.providerWith_lifeinsurnace .block-inner .special_planBox .plantextwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.providerWith_lifeinsurnace .block-inner .special_planBox .pbicon {
  background: url(../../images/bu/pb_circle_logo.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  border: 0 solid #fff;
  border-radius: 100%;
  margin: 0 5px;
}

.providerWith_lifeinsurnace .block-inner .special_planBox .infoicon {
  background: url(../../images/bu/white_info.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  margin-top: 3px;
  margin-left: 5px;
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip] {
  position: relative;
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::after,
.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::before {
  opacity: 0;
  visibility: hidden;
  margin-top: -0.5em;
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: 210%;
  width: 170px;
  background-color: #2c3e50;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  line-height: 17px;
  left: 80%;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::before {
    left: 10%;
  }
}
.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #2c3e50;
  position: absolute;
  bottom: -100%;
  left: 91%;
  transform: rotate(180deg);
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]:hover {
  cursor: pointer;
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]:hover::after,
.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner {
    border: 1px solid #dedede;
    display: flex !important;
    min-width: calc(100% - 50px);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .providerWith_lifeinsurnace .block-inner {
    min-width: calc(100% - 30px);
  }
}
.providerWith_lifeinsurnace .block-inner .see-more {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.providerWith_lifeinsurnace .block-inner .see-more::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .see-more::after {
    margin-top: 5px;
  }
}
.providerWith_lifeinsurnace .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}
.providerWith_lifeinsurnace .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}
.providerWith_lifeinsurnace .block-inner .logo-block {
  width: 35%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .logo-block {
    border: none;
  }
}
.providerWith_lifeinsurnace .block-inner .logo-block .img-wrapper {
  max-width: 113px;
}

.providerWith_lifeinsurnace .block-inner .logo-block .img-wrapper img {
  height: 40px;
}

.providerWith_lifeinsurnace .block-inner .logo-block .widget-insurer-logo {
  min-width: 120px;
}

.providerWith_lifeinsurnace .block-inner .logo-block .widget-insurer-logo img {
  width: auto;
  height: 100%;
}

.providerWith_lifeinsurnace .block-inner .logo-block .logotext {
  display: block;
  width: 100%;
  padding-right: 20%;
}

.providerWith_lifeinsurnace .block-inner .logo-block .logotext span {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a74;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .logo-block .logotext span {
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .logo-block {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    order: 1;
  }
  .providerWith_lifeinsurnace .block-inner .logo-block {
    min-width: 120px;
    width: 100%;
    margin-bottom: 20px;
  }
  .providerWith_lifeinsurnace .block-inner .logo-block .widget-insurer-logo {
    min-width: 90px;
    width: 90px;
  }
  .providerWith_lifeinsurnace .block-inner .logo-block .logotext {
    width: 100px;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover {
  width: 22%;
  padding: 0;
  position: relative;
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box {
    width: 66%;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax {
  display: flex;
  align-items: center;
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax .interest-rate {
  position: static;
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax .tax-free {
  position: static;
  color: #619647;
  font-size: 10px;
  padding: 2px 6px;
  border: 1px solid #619647;
  background: #fff;
  border-radius: 2px;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax .tax-free {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper {
    padding-top: 10px;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper .inr-values {
  color: #0065ff;
  font-weight: 600;
  font-size: 18px;
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper .inr-values .highest-return {
  background: #0b741f;
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 500;
  width: auto;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper .inr-values .highest-return {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover.youpay {
  width: 13%;
  position: relative;
}

.providerWith_lifeinsurnace .block-inner .life-cover.youpay .in-returns {
  color: #707070;
  font-size: 10px;
  line-height: 12px;
  background: #e3e3e3;
  border-radius: 2px;
  padding: 2px 5px;
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace .block-inner .life-cover.youpay {
    width: 50%;
    text-align: left;
    order: 4;
    border: none !important;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.providerWith_lifeinsurnace .block-inner .life-cover p:first-child {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover p:first-child {
    font-size: 14px;
    line-height: 20px;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding: 10px 0;
}

.providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.providerWith_lifeinsurnace .block-inner .life-cover .moreinfo {
  width: 90%;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

.providerWith_lifeinsurnace .block-inner .life-cover .moreinfo span {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover .moreinfo {
    font-weight: 500;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    width: 100%;
  }
  .providerWith_lifeinsurnace .block-inner .life-cover .moreinfo span {
    display: block;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan {
  width: auto;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}

.providerWith_lifeinsurnace .block-inner .view-plan .moreinfo {
  background: transparent linear-gradient(90deg, #f3ecf7, #fcfbfd) 0 0 no-repeat padding-box;
  border-radius: 0 8px 0 8px;
  padding: 0 12px 3px;
  font-size: 11px;
  color: #8e44ad;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.providerWith_lifeinsurnace .block-inner .view-plan .moreinfo strong {
  margin-left: 5px;
}

.providerWith_lifeinsurnace .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span {
  color: #0652de;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background: #e6efff;
  padding: 5px 18px 5px 3px;
  border-radius: 4px;
  font-weight: 500;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .growth {
  width: 15px;
  height: 17px;
  display: inline-block;
  margin-right: 1px;
  background: url("../../images/bu/thunder.png") no-repeat 3px 4px;
  position: relative;
  top: 3px;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .info-icon {
  background: url(../../images/bu/infoIcon.png) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: 7px;
  right: 4px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span {
    font-size: 14px;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip {
    top: 0;
    right: 114px;
  }
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip:before {
    border-left: 8px solid #1761b6;
    right: 0;
    top: 7px;
    left: 120px;
    border-right: 0;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span:hover .tooltip {
  display: block;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan .btn {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #0065ff;
  padding: 5px 10px;
  text-align: center;
  margin-top: 8px;
  width: auto;
  border: 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.providerWith_lifeinsurnace .block-inner .view-plan .btn .btn-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  top: -1.5px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan .btn {
    font-size: 15px;
    padding: 8px 0;
    width: 100%;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan {
    width: calc(100% - 180px);
    padding: 0;
    order: 2;
    text-align: center;
  }
  .providerWith_lifeinsurnace .block-inner .view-plan button {
    margin: 0;
  }
}
@media (max-width: 740px) {
  .providerWith_lifeinsurnace .block-inner {
    padding: 18px 10px 10px 10px;
  }
  .providerWith_lifeinsurnace .block-inner .life-cover.yougetInfo {
    margin-bottom: 0;
  }
  .providerWith_lifeinsurnace .block-inner.blue-tag {
    padding: 28px 10px 10px 10px;
  }
}
.providerWith_lifeinsurnace .block-inner.tag-included {
  padding-top: 30px;
  padding-bottom: 28px;
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace .block-inner.tag-included .life-cover.yougetInfo {
    margin-bottom: 20px;
  }
  .providerWith_lifeinsurnace .block-inner.tag-included.blue-tag {
    padding: 28px 10px 10px 10px;
  }
}
.providerWith_lifeinsurnace .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0 0;
}

.providerWith_lifeinsurnace .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}
.providerWith_lifeinsurnace .moreplan {
  width: 200px;
  margin: 0 auto 10px;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  color: #0662f6;
  cursor: pointer;
}

.providerWith_lifeinsurnace .desktop-hide {
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
  display: none;
  color: rgba(37, 56, 88, 0.56);
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace .desktop-hide {
    display: block;
  }
}
.pension_without_rop {
  display: none;
}

.providerWith_lifeinsurnace.tab {
  width: 100%;
}

.providerWith_lifeinsurnace.tab .annuitytopplan_wrapper .rest_plan {
  display: none;
}

.providerWith_lifeinsurnace.tab .annuitytopplan_wrapper.active .rest_plan {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace.tab .default_plan,
  .providerWith_lifeinsurnace.tab .rest_plan {
    display: table;
    width: 100%;
  }
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper {
    display: table;
    overflow: auto;
    -ms-overflow-style: none;
    width: 100%;
  }
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper {
    overflow: initial;
  }
}
@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace.tab .pension_without_rop {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper + .moreplan {
    display: block;
  }
}
.providerWith_lifeinsurnace.tab .tablink {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 60%;
  margin: 30px auto;
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .tablink {
    margin: 20px auto;
  }
}
.providerWith_lifeinsurnace.tab .tablink .links {
  width: 50%;
  border: 1px solid #253858;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #253858;
  cursor: pointer;
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .tablink .links {
    margin: 0 6px;
    width: 46%;
  }
}
.providerWith_lifeinsurnace.tab .tablink .links.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .tablink .links.left {
    border-radius: 0;
    border-radius: 50px;
    border: none;
  }
}
.providerWith_lifeinsurnace.tab .tablink .links.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .tablink .links.right {
    border-radius: 0;
    border-radius: 50px;
    border: none;
  }
}
.providerWith_lifeinsurnace.tab .tablink .links.selected {
  background: #0065ff;
  color: #fff;
}

@media only screen and (max-width: 440px) {
  .providerWith_lifeinsurnace.tab .tablink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .providerWith_lifeinsurnace.tab .tablink .links {
    line-height: 15px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.providerWith_lifeinsurnace.tab .annuityplan_heading {
  font-size: 16px;
  font-weight: 600;
  color: gray;
}

.providerWith_lifeinsurnace.tab .block-inner {
  width: 100%;
  position: relative;
}

.providerWith_lifeinsurnace.tab .block-inner .additionalBenefit {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #67a8ff;
  line-height: 32px;
  left: 39%;
}

.providerWith_lifeinsurnace.tab .block-inner .labelyou-and-spouse {
  font-size: 11px;
  color: #0065ff;
  border: 1px solid #b5d4ff;
  background: #e7f1ff;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 5px;
  width: 235px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  letter-spacing: -0.016em;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block {
  width: 25%;
  margin: 0;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .widget-insurer-logo {
  margin-right: 0;
  margin-bottom: 6px;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .logotext {
  padding: 0;
  padding-left: 5px;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .logotext span {
  font-size: 12px;
  line-height: 16px;
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan {
  width: 20%;
  display: flex;
  align-items: center;
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
  width: 90%;
  margin-top: 0;
  padding: 8px 0;
  position: relative;
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan .btn .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
    padding: 6px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
    font-size: 12px;
  }
}
.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
  width: 30%;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
    padding: 0 0 0 5px;
  }
}
.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out {
  width: 100%;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out .payamount {
  width: 100%;
  float: left;
  display: inline-block;
  color: #39971d;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out .payamount .small {
  font-size: 10px;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay {
  width: 25%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  justify-content: center;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  width: 100%;
  letter-spacing: -0.5px;
  position: relative;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .payout-heading,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .payout-heading {
  font-size: 14px;
  font-weight: 500;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .arrow-dropdown-btn,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .arrow-dropdown-btn {
  width: 20px;
  height: 20px;
  background: rgba(228, 234, 240, 0.5);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .arrow-dropdown-btn:before,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .arrow-dropdown-btn:before {
  content: "";
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  position: absolute;
  left: 7px;
  top: 7px;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .arrow-dropdown-btn.active:before,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .arrow-dropdown-btn.active:before {
  transform: rotate(-135deg);
  top: 8px;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .breakup-amout,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .breakup-amout {
  position: absolute;
  width: 300px;
  height: 200px;
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 16px #ccc;
  border-radius: 8px;
  z-index: 1;
  display: none;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .breakup-amout.active,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .breakup-amout.active {
  display: block;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .breakup-amout h3,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .breakup-amout h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #253858;
  font-weight: 600;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .breakup-amout .breakup-amt,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .breakup-amout .breakup-amt {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount .breakup-amout .breakup-amt li,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount .breakup-amout .breakup-amt li {
  display: flex;
  justify-content: space-between;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay:after,
.providerWith_lifeinsurnace.tab .block-inner .life-cover:after {
  right: 0;
}

@media only screen and (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .block-inner {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: flex !important;
    padding: 10px;
    margin: 5px auto 15px auto;
  }
  .providerWith_lifeinsurnace.tab .block-inner .logo-block {
    width: 68%;
    margin-bottom: 15px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .additionalBenefit {
    line-height: 26px;
    left: 42%;
    font-size: 16px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover {
    margin-bottom: 0;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover p:first-child {
    font-size: 12px;
    line-height: 20px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount > p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay:after {
    height: 50px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover,
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay {
    width: 50%;
    padding: 0;
    text-align: left;
    display: inline-block;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount,
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount {
    width: 100%;
    font-size: 16px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover .moreinfo,
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .moreinfo {
    bottom: -15px;
    left: 0;
    text-align: left;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
    width: 50%;
    float: left;
    display: inline-block;
    order: 3;
    border: none;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payamount {
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 16px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .view-plan {
    display: block;
    width: 30%;
    clear: both;
    text-align: center;
    order: 2;
  }
  .providerWith_lifeinsurnace.tab .block-inner .view-plan button {
    margin-top: 0;
    width: 100%;
  }
}
#topForm,
.block_content_wrapper_firstfold {
  width: 1170px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #topForm,
  .block_content_wrapper_firstfold {
    width: 100%;
  }
}
.llfr {
  font-size: 12px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.5);
}

.tp-label {
  position: absolute;
  background: rgba(188, 133, 253, 0.2);
  font-size: 12px;
  padding: 2px 8px;
  bottom: 0;
  left: 0;
  border-radius: 0 8px 0 6px;
}

.more-details {
  position: absolute;
  display: block;
  width: 16px;
  top: 18px;
  right: 50px;
}

@media (max-width: 740px) {
  .more-details {
    top: 22px;
    right: 60px;
  }
}
.more-details .round-arrow {
  width: 16px;
  height: 16px;
  display: block;
  background: url("../../images/bu/investment/round-arrow.svg") no-repeat 0 0;
  border-radius: 50%;
}

.more-details .round-arrow.active {
  transform: rotate(180deg);
}

.more-details .life-expectant {
  background: #fff;
  width: 300px;
  position: absolute;
  left: -70px;
  top: 26px;
  padding: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 16px #ccc;
  z-index: 10;
  display: none;
}

@media (max-width: 740px) {
  .more-details .life-expectant {
    left: -220px;
  }
}
.more-details .life-expectant ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.more-details .life-expectant ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin: 3px 0;
}

.more-details .life-expectant ul li span:first-child {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.5);
  font-weight: 400;
}

.more-details .life-expectant ul li.return {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  border-top: 1px dashed #ccc;
  padding-top: 7px;
}

.more-details .round-arrow.active + .life-expectant {
  display: block;
}

.more-details .popup-hading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.more-details .more-about-pension {
  border: 1px dashed #ccc;
  padding: 5px;
  border-radius: 6px;
  font-size: 12px;
  color: #253858;
}

@media (max-width: 740px) {
  .block-inner {
    padding: 10px;
  }
  .block-inner .life-cover.yougetInfo {
    margin-bottom: 0;
  }
  .block-inner.blue-tag {
    padding: 28px 10px 10px 10px !important;
  }
}
.block-inner.tag-included {
  padding-top: 30px;
  padding-bottom: 28px;
}

@media (max-width: 740px) {
  .block-inner.tag-included .life-cover.yougetInfo {
    margin-bottom: 20px;
  }
  .block-inner.tag-included.blue-tag {
    padding: 28px 10px 10px 10px;
  }
}
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=2) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.pb-advantage-widget {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.pb-advantage-widget-section {
  background: transparent radial-gradient(closest-side at 50% 50%, #f4eed8 0, #fff1d3 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 25px 9px 10px;
  margin: 20px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget-section {
    margin: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .pb-advantage-widget-section {
    padding: 14px 9px 10px;
  }
}
.pb-advantage-widget-section::after {
  position: absolute;
  background: url(../../images/bu/pb-advantage-widget-graphics.svg) no-repeat center/contain;
  content: "";
  width: 200px;
  height: 166px;
  right: 9px;
  top: 10px;
}

@media screen and (max-width: 375px) {
  .pb-advantage-widget-section::after {
    width: 160px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-title {
  color: #033d80;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 3px;
  width: 200px;
  padding: 0 0 0 20px;
}

.pb-advantage-widget-section .pb-advantage-widget-title span {
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-title {
    width: 126px;
    padding: 0;
    margin-bottom: 18px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span {
    font-weight: 700;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span:last-child {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 320px) {
  .pb-advantage-widget-section .pb-advantage-widget-title {
    font-size: 18px;
    width: 115px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section {
    flex-direction: column;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section:after,
  .pb-advantage-widget-section .pb-advantage-widget-content-section:before {
    display: none;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  background: #707070;
  opacity: 0.2;
  height: 91%;
  width: 1px;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 47%;
  background: #707070;
  opacity: 0.2;
  height: 1px;
  width: 96%;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 45%;
  display: flex;
  align-items: flex-start;
  padding: 15px 0 11px;
}

@media screen and (min-width: 601px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:first-child {
    margin-right: auto;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    justify-content: space-between;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    border-bottom: none;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  margin-left: 10px;
  width: 80%;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  position: relative;
  background-image: url("../../images/bu/investment/pb_advantage_widget_icons.png");
  display: block;
  background-repeat: no-repeat;
  width: 15% !important;
}

@media screen and (max-width: 360px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    width: 18% !important;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  width: 110px;
  height: 38px;
  background-position: -8px -137px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
    background-position: -4px -137px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  width: 83px;
  height: 29px;
  background-position: -8px -4px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
    background-position: 3px -3px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  width: 120px;
  height: 38px;
  background-position: -8px -43px;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 120px;
  height: 38px;
  background-position: -8px -83px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    background-position: -2px -83px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-title {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-description {
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}

.pb-advantage-widget-section .proceed {
  cursor: pointer;
  background: #fd4705;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2784313725);
  display: block;
  padding: 7px 15px;
  width: 100%;
  margin: 16px auto 6px;
  max-width: 170px;
}

.pb-advantage-widget-section.term {
  padding: 12px 9px 11px;
  margin: 45px 0 20px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-title {
  margin-bottom: 15px;
  width: 215px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-title span {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-title {
    width: 150px;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section {
  padding: 0 15px 14px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
  top: 48%;
}

@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
    top: 44%;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  background-image: url("../../images/bu/pb_advantage_widget_icons_term.png");
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  background-position: -4px -5px;
  width: 44px;
  height: 41px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  background-position: 0 -51px;
  width: 48px;
  height: 43px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  background-position: -13px -99px;
  width: 35px;
  height: 31px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  background-position: -4px -135px;
  width: 44px;
  height: 41px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.pb-advantage-widget-section.term:after {
  top: -50px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term:after {
    top: -35px;
  }
}
@media screen and (max-width: 320px) {
  .pb-advantage-widget-section.term:after {
    width: 145px;
    right: 0;
  }
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section::after {
  top: 52%;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
  padding: 15px 0;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 50px;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.topplanbox {
  position: relative;
}

.all_investment_plans {
  height: auto;
  overflow: hidden;
  padding: 5px 20px 50px;
  margin-bottom: 40px;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}

.all_investment_plans.fullheight {
  height: 100%;
}

.all_investment_plans::-webkit-scrollbar {
  width: 12px;
  display: none;
}

.all_investment_plans::-webkit-scrollbar-track {
  background: orange;
}

.all_investment_plans::-webkit-scrollbar-thumb {
  background-color: #00f;
  border-radius: 20px;
  border: 3px solid orange;
}

.all_investment_plans .rest_plan {
  margin-top: 20px;
  display: none;
}

@media only screen and (max-width: 640px) {
  .all_investment_plans .widget-insurer-logo {
    margin: 0 auto;
    text-align: center;
    float: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  .all_investment_plans .widget-insurer-logo {
    float: initial;
  }
}
.restPlans {
  box-shadow: 0 3px 6px #bfbfbf;
  display: block;
  width: 210px;
  padding: 10px 10px 10px 0;
  text-align: center;
  border-radius: 30px;
  color: #0662f6;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
}

.restPlans span.downarrow {
  position: relative;
}

.restPlans span.downarrow:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: solid #0662f6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  right: 0;
  margin: 0 auto;
  top: 4px;
}

.restPlans span.downarrow.uparrow:after {
  transform: rotate(225deg) !important;
  top: 9px !important;
}

.restPlans + .term_cond {
  margin: 10px 0 15px;
}

@media only screen and (max-width: 1024px) {
  .restPlans + .term_cond {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
.planbox {
  box-shadow: 0 3px 6px #bfbfbf;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.planbox .planlogo {
  height: 60px;
  position: relative;
}

.planbox .planlogo img {
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .planbox .planlogo .widget-insurer-logo {
    text-align: left;
    margin: 0 0 10px 0;
  }
  .planbox .planlogo h3 {
    float: initial;
    text-align: left !important;
  }
}
.planbox:last-child {
  margin-bottom: 0;
}

.planbox .data_ul_plan {
  padding-left: 0;
}

.planbox .data_ul_plan li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 38px;
  position: relative;
  margin-bottom: 22px;
  align-items: center;
  list-style: none;
}

.planbox .data_ul_plan li .right_tick {
  width: 24px;
  height: 24px;
  background: #0662f6;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.planbox .data_ul_plan li .right_tick:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5px;
}

.planbox .knowmore_item {
  text-align: right;
}

.planbox .knowmore_item a.knowmore {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .planbox .knowmore_item a.knowmore {
    width: 100%;
  }
}
.planbox h3 {
  display: block;
  padding-left: 170px;
  margin: 0;
  vertical-align: top;
  font-size: 20px;
  color: #000;
  line-height: 22px;
}

@media only screen and (max-width: 640px) {
  .planbox h3 {
    display: table !important;
    float: initial;
  }
}
.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.titleFormat:before {
  content: "";
  height: 3px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}

.topChildPlanContent .block_content_wrapper,
.topPlanContent .block_content_wrapper,
.topTradPlanContent .block_content_wrapper {
  padding: 0;
}

.topChildPlanContent .block_content_wrapper .term_cond,
.topPlanContent .block_content_wrapper .term_cond,
.topTradPlanContent .block_content_wrapper .term_cond {
  padding: 0 15px 25px;
}

.investment-option-slider {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    margin-bottom: 20px;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
  }
}
.investment-option-slider h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 30px 0 10px;
}

.investment-option-slider h2 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  cursor: pointer;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:visited {
  color: #0065ff;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car h2 {
  color: #000;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3cb1e4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43cd88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2f38cb;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore a {
  font-size: 14px;
  padding: 0 9px;
  margin: 0;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.png") no-repeat 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.png") no-repeat 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.png") no-repeat 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.png") no-repeat 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}

@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

.sticky-nav-inner {
  position: fixed;
  background: 0 0;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  visibility: hidden;
  box-shadow: none;
  transition: none;
  animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
}

.sticky-nav-inner .nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.sticky-nav-inner .nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.sticky-nav-inner .nav-link .container-nav1 .arrow-left {
  transform: rotate(180deg);
}

.sticky-nav-inner .nav-link .container-nav1 .arrow-left,
.sticky-nav-inner .nav-link .container-nav1 .arrow-right {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: url("../../images/bu/stickySlider_arrow.png") no-repeat center center;
  z-index: 9;
}

.sticky-nav-inner .nav-link .container-nav1 .arrow-left.disabled,
.sticky-nav-inner .nav-link .container-nav1 .arrow-right.disabled {
  opacity: 0.3;
}

@media only screen and (max-width: 1024px) {
  .sticky-nav-inner .nav-link .container-nav1 .arrow-left,
  .sticky-nav-inner .nav-link .container-nav1 .arrow-right {
    display: none;
  }
}
.sticky-nav-inner .nav-link .container-nav1 .arrow-left {
  transform: rotate(180deg);
}

.sticky-nav-inner .nav-link .container-nav1 .arrow-left1 {
  display: none;
}

.sticky-nav-inner .nav-link .container-nav1 .nav-wrap {
  position: relative;
  width: calc(100% - 70px);
}

@media only screen and (max-width: 1024px) {
  .sticky-nav-inner .nav-link .container-nav1 .nav-wrap {
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div::-webkit-scrollbar {
  display: none;
}

.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div {
  background: #fff;
  width: auto;
  padding: 26px 0;
  margin: 0 25px;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div {
    padding: 15px 0;
    margin: 0 15px;
  }
}
.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div.active {
  position: relative;
}

.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div.active a {
  color: #0065ff;
  background: 0 0;
}

.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.sticky-nav-inner .nav-link .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 14px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.retirement_calculator {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator {
    width: 94%;
    margin: 0 auto;
    padding: 15px 0;
    background: 0 0;
  }
}
.retirement_calculator .mobileimg {
  background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
  width: 100px;
  height: 100px;
  top: 30px;
  position: absolute;
  background-size: 100%;
  right: 10px;
  display: none;
}

@media only screen and (max-width: 360px) {
  .retirement_calculator .mobileimg {
    width: 80px;
  }
}
.retirement_calculator .backarrow {
  background: url(../../images/bu/back-arrow.svg) no-repeat left center;
  width: 100%;
  height: 30px;
  display: none;
}

.retirement_calculator .backarrow.retirement_form_step1 {
  display: block;
}

.retirement_calculator .retirement_calculator_heading {
  text-align: left;
  font-size: 20px;
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  color: #263858;
}

@media only screen and (max-width: 767px) {
  .retirement_calculator .retirement_calculator_heading {
    display: none;
  }
}
.retirement_form_wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  min-height: 420px;
  padding: 15px 24px;
}

.retirement_form_wrapper {
  width: 100%;
  clear: both;
  align-items: center;
}

.retirement_form_wrapper .infographics {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .infographics {
    width: 100%;
  }
}
.retirement_form_wrapper .retirement_form_step1_heading {
  font-size: 18px;
  color: #0164ff;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.retirement_form {
  position: relative;
}

.infographics {
  position: relative;
}

.infographics.step2_active {
  margin-top: -50px;
}

@media only screen and (max-width: 768px) {
  .infographics.step2_active {
    margin-top: 0;
  }
}
.infographics.step2_active .amt_you_reveived {
  border: 1px dashed #0862f6;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #263858;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .infographics.step2_active .amt_you_reveived {
    border: none;
  }
}
.infographics.step2_active .amt {
  font-size: 30px;
  display: block;
  padding: 12px;
  font-weight: 700;
  color: #0862f6;
}

.infographics.step2_active .amt .small {
  font-size: 16px;
}

.infographics.step2_active .intrest_calculated {
  font-size: 11px;
  color: #757575;
}

.infographics.step2_active .recalculate {
  display: block;
  text-align: center;
  color: #263858;
  font-weight: 600;
  cursor: pointer;
}

.infographics .img {
  background: url(../../images/bu/pension-calculator.gif) no-repeat 0 0;
  width: 100%;
  height: 265px;
  top: 0;
  position: relative;
  margin-bottom: 8px;
  background-size: 90%;
}

@media only screen and (max-width: 768px) {
  .infographics .img {
    display: none;
  }
}
.infographics .btn {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 10px auto 11px;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.infographics.step0_active .amt_you_reveived {
  display: none;
}

.infographics.step0_active .recalculate {
  display: none;
}

.infographics.step0_active .continue {
  display: none;
}

.infographics.step1_active {
  margin-top: 0;
}

.infographics.step1_active .amt_you_reveived {
  display: none;
}

.infographics.step1_active .recalculate {
  display: none;
}

.infographics.step1_active .continue {
  display: block;
  margin-top: -20px;
}

.infographics.step2_active {
  position: relative;
}

.infographics.step2_active .img {
  background: url(../../images/bu/pension-calculator.gif) no-repeat center right;
  width: 100%;
  height: 185px;
  background-size: 60%;
  top: 10px;
}

@media only screen and (max-width: 1024px) {
  .infographics.step2_active .img {
    width: 185px;
    height: 185px;
    background-size: 90%;
    margin: 0 0 0 auto;
  }
}
.infographics.step2_active .amt_you_reveived {
  display: block;
}

.infographics.step2_active .recalculate {
  display: block;
  cursor: pointer;
}

.infographics.step2_active .continue {
  display: block;
  margin: 18px auto 15px;
}

.retirement_feild_wrapper {
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .retirement_feild_wrapper {
    width: 100%;
  }
}
.retirement_feild_wrapper .age-of-retirement {
  position: absolute;
  bottom: 32px;
  right: 10px;
  background: #eef3fd;
  color: #0862f6;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.retirement_feild_wrapper .err {
  font-size: 10px;
  color: #d60404;
  position: relative;
  top: -10px;
}

.retirement_feild_wrapper .err.ext {
  top: 5px;
}

.retirement_feild_wrapper.mt-20 {
  margin-top: 25px;
}

.retirement_feild_wrapper .retirement_form_step0 .mt-20 .err {
  top: 5px;
}

.retirement_feild_wrapper label {
  color: #263858;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 5px 15px 55px;
  display: block;
  position: relative;
}

.retirement_feild_wrapper label.retirement_bg.ico2:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
  padding: 15px 5px 15px 35px;
  background: url(../../images/bu/bag-icon.png) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper label.retirement_bg.ico3:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  padding: 15px 5px 15px 35px;
  position: absolute;
  background: url(../../images/bu/calender-icon.png) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper input.text {
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #5e6c84;
  margin-bottom: 15px;
  line-height: 22px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.retirement_feild_wrapper input.text.rupeeicon {
  background: transparent url(../../images/bu/rupees-black-icon.svg) no-repeat 10px center;
  background-size: 10px 14px;
  padding: 12px 12px 12px 25px;
}

@media all and (-ms-high-contrast: none) {
  .retirement_feild_wrapper input.text.rupeeicon {
    padding: 12px 12px 14px 25px;
  }
  .retirement_feild_wrapper input.text.rupeeicon,
  .retirement_feild_wrapper input.text.rupeeicon ::-ms-backdrop {
    padding: 12px 12px 14px 25px;
  }
}
.retirement_feild_wrapper input.text.mb-0 {
  margin-bottom: 0;
}

.retirement_feild_wrapper .info_label {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #bbb;
  position: relative;
  padding-left: 15px;
}

.retirement_feild_wrapper .info_label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper .expense_direct_select {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.retirement_feild_wrapper .expense_direct_select article {
  position: relative;
  width: 33%;
  margin: 5px;
  border-radius: 4px;
  box-sizing: border-box;
}

.retirement_feild_wrapper .expense_direct_select article .boxcolor {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: 0.5s ease;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  color: #0652dd;
  border: 1px solid #5e6c84;
  border-radius: 40px;
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio]:checked ~ .boxcolor {
  background-color: #67a8ff;
  color: #fff;
}

.retirement_form_step2_heading {
  position: relative;
  color: #263858;
}

@media only screen and (max-width: 320px) {
  .retirement_form_step2_heading {
    width: 170px;
  }
}
@media only screen and (max-width: 480px) {
  .retirement_form_step2_heading strong {
    padding: 0;
    display: block;
  }
}
.retirement_form_step2_heading strong .finalAmt {
  width: auto;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #263858;
  display: inline-block;
  padding-right: 10px;
}

.retirement_form_step2_heading strong .finalAmt input {
  border-bottom: 1px solid #ccc !important;
}

.retirement_form_step2_heading strong .finalAmt .err {
  position: absolute;
  font-size: 10px;
  color: red;
  line-height: 10px;
  width: 150px;
  padding-top: 6px;
}

.retirement_form_step2_heading strong input[type=text] {
  width: 80px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.retirement_form_step2_heading strong .editAmt {
  color: #0662f6;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.retirement_form_step2_heading strong .editAmt:hover,
.retirement_form_step2_heading strong .editAmt:visited {
  color: #0662f6;
}

.retirement_form_step2_heading strong .doneAmt {
  display: inline-block;
  color: #0862f6;
  cursor: pointer;
}

.retirement_form_step2 {
  position: relative;
}

.retirement_form_step2 .changeIntrest_rate {
  color: #263858;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}

.retirement_form_step2 .changeIntrest_rate span {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .retirement_form_step2 .changeIntrest_rate span {
    padding: 10px 0;
  }
}
.retirement_form_step2 .changeIntrest_rate span select {
  width: 80px;
  border: 1px dashed #0862f6;
  padding: 0 5px;
  border-radius: 5px;
  color: #0862f6;
  font-weight: 600;
  margin-left: 15px;
}

@media only screen and (max-width: 575px) {
  .retirement_form_step2 .changeIntrest_rate span select {
    margin-left: 0;
  }
}
.retirement_form_step2 .capital_improvement {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 30px 0;
  justify-content: space-between;
}

.retirement_form_step2 .capital_improvement .boxanimation {
  padding: 0;
  background-size: 200% 200%;
  border-radius: 8px 8px 0 0;
  background-image: linear-gradient(to top, #a72424 50%, transparent 50%);
  transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
  width: 15px;
  height: 90px;
  position: relative;
  top: -20px;
  margin: 0 10px 0 auto;
}

.retirement_form_step2 .capital_improvement .boxanimation.low {
  height: 40px;
  position: relative;
  top: 30px;
}

.retirement_form_step2 .capital_improvement .boxanimation.active {
  color: #fff;
  border-color: #6ab2fa;
  background-image: linear-gradient(to top, #6ab2fa 51%, transparent 50%);
  background-position: 0 100%;
  transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
}

@media only screen and (max-width: 768px) {
  .retirement_form_step2 .capital_improvement {
    padding: 0 30px 0;
  }
  .retirement_form_step2 .capital_improvement .boxanimation {
    margin: 0 10px 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .retirement_form_step2 .capital_improvement {
    padding: 0 0 0;
  }
}
.retirement_form_step2 .capital_improvement .final,
.retirement_form_step2 .capital_improvement .init {
  width: 40%;
  text-align: center;
  position: relative;
}

.retirement_form_step2 .capital_improvement .init .img {
  background: url("../../images/bu/young_age.svg") no-repeat center bottom;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}

.retirement_form_step2 .capital_improvement .final .img {
  background: url("../../images/bu/oldage.svg") no-repeat center bottom;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}

.retirement_form_step2 .capital_improvement .finalamt,
.retirement_form_step2 .capital_improvement .initamt {
  font-weight: 600;
  top: 30px;
  position: relative;
}

.retirement_form_step2 .capital_improvement .finalamt .small,
.retirement_form_step2 .capital_improvement .initamt .small {
  font-size: 10px;
}

.retirement_form_step2 .capital_improvement .finalamt {
  top: 0;
}

.retirement_form_step2 .capital_improvement .content {
  display: block;
  text-align: center;
}

.retirement_form_step2 .capital_improvement .content span {
  display: block;
}

.retirement_form_step2 .capital_improvement .content span.age_final,
.retirement_form_step2 .capital_improvement .content span.age_today {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.retirement_form_step2 .capital_improvement .content span.age {
  font-weight: 400;
  color: #757575;
  font-size: 10px;
  line-height: 16px;
}

.retirement_form_step0 .retirement_feild_wrapper label {
  padding: 20px 0 40px 75px;
  font-size: 18px;
  position: relative;
}

.retirement_form_step0 .retirement_feild_wrapper label .age-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
  background: url(../../images/bu/your-age-retirement.png) no-repeat center center;
  background-size: 40px 40px;
  left: 0;
  top: 35%;
  transform: translate(0, -50%);
}

.btn.next {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 30px auto 21px;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
  max-width: 300px;
}

.back {
  position: absolute;
  top: -60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .back {
    top: -85px;
  }
}
.retirement_calculator .retirement_form_wrapper {
  padding: 25px;
}

@media screen and (max-width: 1024px) {
  .retirement_calculator .retirement_form_wrapper {
    padding: 16px;
    display: block;
  }
}
.retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
  font-size: 16px;
  color: #5e6c84;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: initial;
  font-weight: 500;
}

.retirement_calculator .retirement_form_wrapper .retirement_form_step2_heading span {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .retirement_calculator .retirement_form_wrapper .retirement_form_step2_heading span {
    margin-right: 0;
  }
}
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 {
    padding-bottom: 0;
  }
}
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
    width: 100%;
  }
}
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper {
  width: 328px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(2) {
  margin-bottom: 20px;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper {
    width: 100%;
  }
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::-moz-placeholder, .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::-moz-placeholder {
  opacity: 0;
  display: none !important;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::placeholder {
  opacity: 0;
  display: none !important;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:not(:-moz-placeholder) ~ label, .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-10px) translateX(10px) !important;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:focus ~ label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:not(:placeholder-shown) ~ label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:focus ~ label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-10px) translateX(10px) !important;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge ~ label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge ~ label {
  transform: scale(0.85) translateY(25px) translateX(10px) !important;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-moz-placeholder {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: normal;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:-moz-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:-ms-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-moz-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-webkit-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group .symbol {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: normal;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 13px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: initial;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:focus {
  line-height: initial;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating {
  position: relative;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating .err {
  font-size: 10px;
  color: #d60404;
  position: absolute;
  bottom: -20px;
  top: auto;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-10px) translateX(10px);
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > .form-control:focus ~ label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-10px) translateX(10px);
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #5e6c84;
  font-size: 14px;
  padding: 0 5px;
  font-weight: 400;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: scale(0.85) translateY(-10px) translateX(10px);
}

@media screen and (max-width: 320px) {
  .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > label {
    font-size: 13px;
  }
}
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control.custome-icon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 10px 25px;
  background-size: 20px 13px;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group .symbol {
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #253858;
  font-style: unset;
  font-weight: 500;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select {
  margin-top: 25px;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select article {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 86px;
  height: 36px;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select article .boxcolor {
  color: #253858;
  font-size: 14px;
  font-weight: 500;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select article input[type=radio]:checked ~ .boxcolor {
  background-color: #2a60ec;
  border-color: #2a60ec;
  border-radius: 40px;
  color: #fff;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .age-of-retirement {
  bottom: 12px;
  right: 12px;
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .btn.next {
  margin: 0;
  max-width: 100%;
  padding: 12px 25px;
}

.retirement_calculator .retirement_form_wrapper .infographics {
  margin-left: auto;
  margin-bottom: 0;
  position: absolute;
  top: 10%;
  bottom: 0;
  width: 35%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .retirement_calculator .retirement_form_wrapper .infographics {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .retirement_calculator .retirement_form_wrapper .infographics.step0_active {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .retirement_calculator .retirement_form_wrapper .infographics.step0_active .img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .retirement_calculator .retirement_form_wrapper .infographics.step0_active .img {
    display: none !important;
  }
}
.retirement_calculator .retirement_form_wrapper .infographics.step2_active {
  margin-top: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .retirement_calculator .retirement_form_wrapper .infographics.step2_active {
    margin-top: 0;
    position: static;
  }
}
.retirement_calculator .retirement_form_wrapper .infographics.step2_active .img {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .retirement_calculator .retirement_form_wrapper .infographics.step2_active .img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
    color: #505f79;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .retirement_calculator .retirement_calculator_heading {
    color: #000;
    margin-bottom: 10px;
  }
}
.retirement_calculator .retirement_calculator_heading.showDesk {
  display: block;
}

@media screen and (max-width: 575px) {
  .retirement_calculator .retirement_calculator_heading.showDesk {
    display: none;
  }
}
.retirement_calculator .retirement_calculator_heading.showMob {
  display: none;
}

@media screen and (max-width: 575px) {
  .retirement_calculator .retirement_calculator_heading.showMob {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .leftSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading.hide {
    display: block !important;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
    border-radius: 8px;
    padding: 10px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses .retirement_form_step2_heading {
    padding: 0;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #505f79;
    font-weight: 500;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div span {
    display: block;
    padding: 0;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div span select {
    background: url(../../images/bu/pen.png);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    display: inline-block;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 0;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text],
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong {
    color: #172b4d;
    font-size: 20px;
    line-height: initial;
    position: relative;
    margin-right: 0;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .input[type=text],
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .input[type=text],
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .input[type=text],
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .input[type=text],
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .input[type=text],
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .input[type=text] {
    width: 60px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .finalAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .finalAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .finalAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .finalAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .finalAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .finalAmt {
    color: #172b4d;
    width: 80px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .doneAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .doneAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .doneAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .doneAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .doneAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .doneAmt {
    color: #0862f6;
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 3px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .editAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .editAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .editAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .editAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .editAmt,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .editAmt {
    background: url(../../images/bu/pen.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-position: 70% 50%;
    display: inline-block;
    cursor: pointer;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .editAmt span,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .editAmt span,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .editAmt span,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .editAmt span,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .editAmt span,
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .editAmt span {
    display: none;
  }
}
@media screen and (max-width: 575px) and (max-width: 320px) {
  .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init {
    display: flex;
    flex-direction: column;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt {
    order: 2;
    top: 0;
    color: #505f79;
    font-size: 14px;
    font-weight: 700;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt .small,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt .small,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt .small,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt .small {
    font-size: inherit;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt .err,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt .err,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt .err,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt .err {
    width: 320px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .img,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .img {
    order: 1;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content {
    order: 3;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .txtRetAge,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .txtRetAge {
    color: #505f79;
    font-size: 10px;
    line-height: 12px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtAge,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtRetAge,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtAge,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtRetAge {
    color: #505f79;
    font-size: 10px;
    line-height: 12px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age-txtRetAge.showmobile,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age-txtRetAge.showmobile {
    color: #505f79;
    font-size: 10px;
    line-height: 12px;
    display: none !important;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age_today,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .futureYear,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age_today,
  .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .futureYear {
    display: none;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics {
    border-radius: 8px;
    width: 100%;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics .recalculate {
    color: #0862f5;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived {
    background: #e3fcef;
    border: 1px solid #36b37e;
    border-radius: 8px;
    margin: 15px 0;
    color: #00875a;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension {
    color: #253858;
    font-size: 24px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension .small {
    font-size: inherit;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .intrest_calculated {
    color: #505f79;
    font-size: 12px;
  }
  .leftSection .retirement_calculator .retirement_form_wrapper .infographics .btn {
    width: 100%;
    background: #0662f6;
    color: #fff;
    text-align: center;
    padding: 14px 25px;
    margin: 10px auto 11px;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
    font-weight: 500;
    cursor: pointer;
    display: block;
    line-height: inherit;
    text-transform: capitalize;
  }
}
.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sticky_widget .rhs-sticky {
  position: sticky;
  top: 100px;
  width: 342px;
}

@media screen and (max-width: 1024px) {
  .sticky_widget .rhs-sticky {
    width: 100%;
  }
}
.sticky_widget .rightSection .retirement_calculator {
  padding: 5px 15px 10px;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #d2d4dc;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .sticky_widget .rightSection .retirement_calculator {
    padding: 16px;
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sticky_widget .rightSection .retirement_calculator {
    width: 94%;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_calculator_heading {
  margin-bottom: 5px;
  color: #000;
  line-height: initial;
}

@media screen and (max-width: 767px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_calculator_heading {
    margin-bottom: 10px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper {
  display: block;
  padding: 0;
  box-shadow: none;
  background: 0 0;
  min-height: 100%;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form {
  width: 100%;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper {
  width: 100%;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .age-of-retirement {
  font-size: 13px;
  bottom: 7px;
  right: 10px;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .age-of-retirement {
    bottom: 12px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating > label {
  font-size: 13px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form {
  padding-bottom: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .btn {
  height: 40px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .btn {
    margin: 0;
    max-width: 100%;
    padding: 12px 25px;
    font-size: inherit;
    height: auto;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(2) {
  margin-bottom: 20px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(3) {
  margin-bottom: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::-moz-placeholder, .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::-moz-placeholder {
  opacity: 0;
  display: none !important;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::placeholder,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::placeholder {
  opacity: 0;
  display: none !important;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:not(:-moz-placeholder) ~ label, .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-10px) translateX(10px) !important;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:focus ~ label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:not(:placeholder-shown) ~ label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:focus ~ label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-10px) translateX(10px) !important;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge ~ label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge ~ label {
  transform: scale(0.85) translateY(16px) translateX(10px) !important;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge ~ label,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge ~ label {
    transform: scale(0.85) translateY(25px) translateX(10px) !important;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control {
  font-size: 15px;
  height: 45px;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control {
    font-size: 16px;
    height: 56px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 {
  padding: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .rpp-expenses {
  margin-top: 2px;
  margin-bottom: 0;
  padding: 5px 0;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .rpp-expenses {
    padding: 10px;
    margin-top: 10px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
  margin-top: -15px;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
    margin-top: 0;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .changeIntrest_rate span select {
  margin-left: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .amt_you_reveived {
  padding: 4px;
  line-height: 18px;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .amt_you_reveived {
    line-height: 20px;
    padding: 10px;
    font-size: 16px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .btn {
  margin-bottom: 1px;
  height: 40px;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .btn {
    height: auto;
    font-size: 16px;
    padding: 14px 25px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading.hide {
  display: block !important;
  text-transform: unset;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: unset;
}

@media screen and (max-width: 767px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  padding: 10px 0;
  width: 100%;
  margin-top: 10px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses .retirement_form_step2_heading strong {
  padding: 0;
  margin-top: 0;
  display: block;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #505f79;
  font-weight: 400;
  padding: 0 10px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div small {
  display: block;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div span {
  display: block;
  padding: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div span select {
  background: url(../../images/bu/pen.png);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  display: inline-block;
  border: none;
  padding: 0;
  cursor: pointer;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong {
  color: #172b4d;
  font-size: 16px;
  line-height: initial;
  position: static;
  margin-right: 0;
}

@media screen and (max-width: 320px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text],
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong {
    width: 100px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .input[type=text],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .input[type=text],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .input[type=text],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .input[type=text],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .input[type=text],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .input[type=text] {
  width: 60px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .finalAmt {
  color: #172b4d;
  width: 80px;
}

@media screen and (max-width: 320px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .finalAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .finalAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .finalAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .finalAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .finalAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .finalAmt {
    width: 60px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .finalAmt .err {
  width: 150px;
  padding-top: 6px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .doneAmt {
  color: #0862f6;
  font-size: 16px;
  position: absolute;
}

@media screen and (max-width: 320px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .doneAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .doneAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .doneAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .doneAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .doneAmt,
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .doneAmt {
    right: auto;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .editAmt {
  background: url(../../images/bu/pen.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-position: 70% 50%;
  display: inline-block;
  cursor: pointer;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .doneAmt .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .editAmt .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div .finalAmt .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div input[type=text] .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div select .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div strong .editAmt span {
  display: none;
}

@media screen and (max-width: 320px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses > div:last-child {
    width: 60%;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement {
  width: 100%;
  padding: 0;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init {
  display: flex;
  flex-direction: column;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt {
  order: 2;
  top: 0;
  color: #505f79;
  font-size: 14px;
  font-weight: 700;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt .small,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt .small,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt .small,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt .small {
  font-size: inherit;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .img,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .img {
  order: 1;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content {
  order: 3;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .txtRetAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .txtRetAge {
  color: #505f79;
  font-size: 10px;
  line-height: 12px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtRetAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtRetAge {
  color: #505f79;
  font-size: 10px;
  line-height: 12px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age-txtRetAge.showmobile,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age-txtRetAge.showmobile {
  color: #505f79;
  font-size: 10px;
  line-height: 12px;
  display: none !important;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age_today,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .futureYear,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age_today,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .futureYear {
  display: none;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics {
  border-radius: 8px;
  margin: 0;
  width: 100%;
  position: static;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .recalculate {
  color: #0862f5;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .recalculate {
    font-size: 16px;
    font-weight: 600;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived {
  background: #e3fcef;
  border: 1px solid #36b37e;
  border-radius: 8px;
  margin: 10px 0;
  color: #00875a;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension {
  color: #253858;
  font-size: 24px;
  padding: 5px;
}

@media screen and (max-width: 575px) {
  .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension {
    padding: 10px;
  }
}
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension .small {
  font-size: inherit;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .intrest_calculated {
  color: #505f79;
  font-size: 11px;
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .btn {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 10px auto 11px;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
  line-height: inherit;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .grid.sticky_widget:has(.sip-calculator_graph.sip-rhs-sticky) {
    flex-direction: column;
  }
  .grid.sticky_widget:has(.sip-calculator_graph.sip-rhs-sticky) .rightSection {
    margin: 20px 0 0 !important;
  }
}
.plans-sprite {
  width: 66px;
  height: 66px;
  background-image: url(../../images/bu/investment/plan_sprites.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .plans-sprite {
    width: 34px;
    height: 34px;
    background-size: 150px 114px;
    margin: 0;
  }
}
.plans-sprite.bg-annuity_certain {
  background-position: -156px -157px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-annuity_certain {
    background-position: -78px -79px;
  }
}
.plans-sprite.bg-definate_benefit {
  background-position: -5px -155px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-definate_benefit {
    background-position: -3px -78px;
  }
}
.plans-sprite.bg-deffered_annuity {
  background-position: -80px -4px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-deffered_annuity {
    background-position: -40px -2px;
  }
}
.plans-sprite.bg-define_contribution {
  background-position: -156px -80px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-define_contribution {
    background-position: -78px -40px;
  }
}
.plans-sprite.bg-gauranteed_annuity {
  background-position: -81px -157px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-gauranteed_annuity {
    background-position: -41px -79px;
  }
}
.plans-sprite.bg-nps {
  background-position: -232px -5px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-nps {
    background-position: -116px -3px;
  }
}
.plans-sprite.bg-immediate_annuity {
  background-position: -156px -4px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-immediate_annuity {
    background-position: -78px -2px;
  }
}
.plans-sprite.bg-life_annuity {
  background-position: -80px -80px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-life_annuity {
    background-position: -40px -40px;
  }
}
.plans-sprite.bg-whole_life_annuity {
  background-position: -232px -80px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-whole_life_annuity {
    background-position: -116px -40px;
  }
}
.plans-sprite.bg-pension_annuity {
  background-position: -5px -4px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-pension_annuity {
    background-position: -3px -2px;
  }
}
.plans-sprite.bg-with_and_without_cover {
  background-position: -5px -80px;
}

@media (max-width: 1024px) {
  .plans-sprite.bg-with_and_without_cover {
    background-position: -3px -40px;
  }
}
.types-of-pension-plan-widget {
  background: #f5f7fe;
  border-radius: 8px;
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .types-of-pension-plan-widget {
    margin: 0 0 20px;
  }
}
.plans-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.plans-list .list {
  width: 189px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #e9ecf6;
  border-bottom: 1px solid #e9ecf6;
}

.plans-list .list.border-right-none {
  border-right: none;
}

.plans-list .list.border-bottom-none {
  border-bottom: none;
}

.plans-list .list .linktext {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 10px 0 0;
  color: #253858;
}

@media (max-width: 1024px) {
  .plans-list .list {
    padding: 10px 10px 10px 10px;
    align-items: center;
    display: flex;
  }
  .plans-list .list .linktext {
    padding: 0 0 0 5px;
    text-align: left;
    width: calc(100% - 34px);
    font-size: 12px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .plans-list {
    width: 100%;
  }
  .plans-list .list {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .plans-list {
    width: 100%;
  }
  .plans-list .list {
    width: 50%;
  }
  .plans-list .list.border-right-none {
    border-right: 1px solid #e9ecf6;
  }
  .plans-list .list.border-bottom-none {
    border-bottom: 1px solid #e9ecf6;
  }
}
.retirement-widget-box {
  background: #f5f7fe 0 0 no-repeat padding-box;
  border: 1px solid #4894eb;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 15px 5px 15px;
}

.retirement-widget-box .heading {
  text-align: left;
  font: normal normal bold 20px/26px Roboto;
  letter-spacing: 0;
  color: #283754;
  padding-left: 12px;
}

.retirement-widget-box .block-list-wrapper {
  display: flex;
  flex-direction: column;
}

.retirement-widget-box .block-list-wrapper .block-list {
  display: flex;
  flex-direction: row;
  margin: 10px 0 0 0;
}

.retirement-widget-box .block-list-wrapper .block-list .inv {
  display: flex;
  flex-direction: column;
  width: 33%;
  position: relative;
}

.retirement-widget-box .block-list-wrapper .block-list .inv > span {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #283754;
}

.retirement-widget-box .block-list-wrapper .block-list .inv .small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value i {
  font-size: 12px;
  font-style: normal;
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value.blue {
  color: #2a63f7;
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value.green {
  color: #31c35e;
}

.retirement-widget-box .block-list-wrapper .block-list .inv:first-child:before {
  content: "";
  width: 3px;
  left: -15px;
  height: 40px;
  position: absolute;
  background: #2a63f7;
  top: 5px;
}

.retirement-widget-box .block-list-wrapper .block-list .inv:nth-child(2):before {
  content: "";
  width: 3px;
  left: -15px;
  height: 40px;
  position: absolute;
  top: 5px;
  background: #31c35e;
}

.retirement-widget-box .retirement-plan {
  display: flex;
  padding-left: 30px;
}

.retirement-widget-box .retirement-plan .block-list-wrapper {
  width: 70%;
}

.retirement-widget-box .retirement-plan .graphic {
  width: 160px;
  height: 170px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 30px;
}

.retirement-widget-box .retirement-plan .graphic img {
  width: auto;
  height: 100%;
}

.retirement-widget-box .viewbutton {
  text-align: center;
  width: 80%;
  margin: 20px 0 0;
}

.retirement-widget-box .viewbutton .btn {
  background: #2a63f7 0 0 no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 10px;
  width: 130px;
  margin: 4px -10px 0 auto;
  cursor: pointer;
}

.retirement-widget-box .tncapply {
  font-size: 10px;
  opacity: 45%;
  margin-top: 8px;
  display: block;
}

.retirement-widget-box.rhs {
  max-width: 342px;
  width: 98%;
  margin: 20px auto;
}

.retirement-widget-box.rhs .heading {
  margin-bottom: 10px;
  padding-left: 12px;
}

.retirement-widget-box.rhs .retirement-plan {
  padding-left: 0;
}

.retirement-widget-box.rhs .block-list {
  flex-direction: column;
}

.retirement-widget-box.rhs .block-list .inv {
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.retirement-widget-box.rhs .block-list .inv > span {
  line-height: 22px;
}

.retirement-widget-box.rhs .block-list .inv:first-child:before {
  content: "";
  width: 3px;
  left: -16px;
  height: 40px;
  position: absolute;
  background: #2a63f7;
  top: 5px;
}

.retirement-widget-box.rhs .block-list .inv:nth-child(2):before {
  content: "";
  width: 3px;
  left: -16px;
  height: 40px;
  position: absolute;
  top: 5px;
  background: #31c35e;
}

.retirement-widget-box.rhs .retirement-plan .graphic {
  top: 65px;
  right: 20px;
}

.retirement-widget-box.rhs .viewbutton {
  width: 100%;
  margin: 0 0 0;
}

.retirement-widget-box.rhs .viewbutton .btn {
  font-size: 14px;
  line-height: 19px;
  margin: 10px 0 0 auto;
  cursor: pointer;
  height: 40px;
}

.retirement-widget-box.rhs .tncapply {
  text-align: right;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .retirement-widget-box {
    max-width: 342px;
    width: 98%;
    margin: 0 auto;
  }
  .retirement-widget-box .heading {
    margin-bottom: 10px;
    padding-left: 12px;
  }
  .retirement-widget-box .retirement-plan {
    padding-left: 0;
  }
  .retirement-widget-box .retirement-plan .block-list {
    flex-direction: column;
  }
  .retirement-widget-box .retirement-plan .block-list .inv {
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
  }
  .retirement-widget-box .retirement-plan .block-list .inv > span {
    line-height: 22px;
  }
  .retirement-widget-box .retirement-plan .block-list .inv:first-child:before {
    content: "";
    width: 3px;
    left: -15px;
    height: 40px;
    position: absolute;
    background: #2a63f7;
    top: 5px;
  }
  .retirement-widget-box .retirement-plan .block-list .inv:nth-child(2):before {
    content: "";
    width: 3px;
    left: -15px;
    top: 5px;
    height: 40px;
    position: absolute;
    background: #31c35e;
  }
  .retirement-widget-box .retirement-plan .graphic {
    top: 65px;
    right: 20px;
  }
  .retirement-widget-box .viewbutton {
    width: 100%;
    margin: 0 0 0;
  }
  .retirement-widget-box .viewbutton .btn {
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 0 auto;
    cursor: pointer;
    height: 40px;
  }
  .retirement-widget-box .tncapply {
    text-align: right;
    margin-top: 10px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget {
  display: block;
  width: 100%;
  max-width: 779px;
  text-align: left;
  margin: 40px 0 60px 0;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}

#investment-interlinking-widget.investment-interlinking-widget.heightAutoDiv .flexlist {
  height: auto;
  overflow: visible;
}

#investment-interlinking-widget.investment-interlinking-widget .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
  margin: 0;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .heading {
    font-size: 20px;
    padding: 0 12px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist {
  display: flex;
  height: 254px;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist {
    padding: 0 5px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist.dynamic-interlinking-investment {
  height: auto;
  padding-bottom: 10px;
}

#investment-interlinking-widget.investment-interlinking-widget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li {
    width: 50%;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  text-decoration: none;
  color: #0065ff;
  align-items: center;
  padding: 16px 12px 8px;
  width: 100%;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -webkit-line-clamp: 2;
  line-height: 24px;
  -webkit-box-orient: vertical;
  position: relative;
}

#investment-interlinking-widget.investment-interlinking-widget .flexlist li a::after {
  content: "";
  background: #fff;
  width: 100%;
  border-radius: 8px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px;
    line-height: 20px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .link {
    border-bottom: 2px solid #d9d9d9;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button,
#investment-interlinking-widget.investment-interlinking-widget .link button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 40px;
  display: inline;
  border: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button,
  #investment-interlinking-widget.investment-interlinking-widget .link button {
    top: 18px;
    margin: 0;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button:after,
#investment-interlinking-widget.investment-interlinking-widget .link button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}

#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button.active::after,
#investment-interlinking-widget.investment-interlinking-widget .link button.active::after {
  transform: rotate(225deg);
  top: 3px;
}

#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button .arrow,
#investment-interlinking-widget.investment-interlinking-widget .link button .arrow {
  position: relative;
  font-size: 0px;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget {
    padding: 15px 0 40px;
    background: #fff;
    border-radius: 0;
    border: 0;
  }
}
@media (max-width: 980px) {
  .topPayGetContent {
    background: linear-gradient(180deg, #fff 17%, #f9f9f9 17%);
  }
}
.first-level-filter {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .first-level-filter {
    background: #fff 0 0 no-repeat padding-box;
    width: calc(100% + 32px);
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 4px rgba(204, 204, 204, 0.8);
    margin: 7px -16px 0;
    border-radius: 0;
  }
}
.first-level-filter .filter-links {
  width: 50%;
  text-align: center;
  padding: 16px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: relative;
}

.first-level-filter .filter-links:first-child:before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 20%;
  right: 0;
}

.first-level-filter .filter-links span {
  display: inline-block;
  height: 100%;
  position: relative;
}

.first-level-filter .filter-links.selected {
  color: #0065ff;
}

.first-level-filter .filter-links.selected span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0065ff;
  position: absolute;
  bottom: -16px;
}

.infographics .img {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    margin: 14px auto !important;
    height: auto !important;
  }
}
a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 35px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 38px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1009);
}

.rightSection.webp .allimg,
.rightSection.webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1009);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 10px;
}

.rightSection .graphDiv img {
  max-width: 100%;
  height: auto;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurers .checkItem_list {
  position: relative;
  padding: 0 0 0 42px;
  border-top: solid 0.8px #d3d7de;
  min-height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rightSection .insurers .checkItem_list .stateCheck {
  padding: 0;
}

.rightSection .insurers .checkItem_list .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock .insurerName span:hover {
  color: #0065ff;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0 10px 14px !important;
  text-align: center !important;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .article_newsLetter {
    background: #fff;
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png?v=1");
  background-repeat: no-repeat;
  background-size: 50px;
  width: auto;
  height: auto;
}

.rightSection .allCalc.fire {
  background-position: 1px -1733px;
  background-size: 70px;
}

.rightSection .allCalc.emi {
  background-position: 1px -1777px;
  background-size: 70px;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.compound_interest {
  background-image: url("../../images/bu/caculator-sprite-compound.png");
  background-position: 8px -1130px;
  background-size: 46px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card.ratingsBlock {
    padding: 5px 5px 0;
  }
}
.rightSection .card.ratingsBlock .ratingHeading .card_heading {
  font-weight: 500;
}

@media (max-width: 1024px) {
  .rightSection .card.ratingsBlock .ratingHeading .card_heading {
    padding: 0 0 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection .card.ratingsBlock .review_btn {
    padding: 10px 0 0 0;
  }
}
.rightSection .card.ratingsBlock .review_btn .button {
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 12px;
  min-width: 100%;
  line-height: 1.6;
  max-width: 100%;
  border: solid 1px #0065ff;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #fff;
  color: #0065ff;
}

.rightSection .card .rating_text #ratingValue {
  font-size: 24px;
  font-weight: 500;
}

.rightSection .ratingsBlock.card .based_rating {
  font-size: 12px;
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}

.rightSection .starts_block .star_rig {
  font-family: "sans-serif";
  font-size: 24px;
}

.rightSection .starts_block {
  display: inline-block;
  margin-bottom: 7px;
  margin-left: 0 !important;
}

.rightSection .starts_block .star_rig.on {
  color: #ffab00;
}

.rightSection .starts_block .star_rig:before {
  content: "★";
  font-family: "sans-serif";
}

.rightSection .starts_block .star_rig {
  width: 25px;
  display: inline-block;
  color: #dfe1e6;
  margin-right: 1px;
}

.rightSection .starts_block .star_rig.half:after {
  content: "★";
  color: #ffab00;
  position: absolute;
  margin-left: -20px;
  width: 12.5px;
  overflow: hidden;
  font-family: "sans-serif";
}

.rightSection .starts_block span.star_rig.half_1:after {
  width: 5px;
}

.rightSection .starts_block span.star_rig.half_2:after {
  width: 6px;
}

.rightSection .starts_block span.star_rig.half_3:after {
  width: 7px;
}

.rightSection .starts_block span.star_rig.half_4:after {
  width: 8px;
}

.rightSection .starts_block span.star_rig.half_5:after {
  width: 10px;
}

.rightSection .starts_block span.star_rig.half_6:after {
  width: 12px;
}

.rightSection .starts_block span.star_rig.half_7:after {
  width: 14px;
}

.rightSection .starts_block span.star_rig.half_8:after {
  width: 15px;
}

.rightSection .starts_block span.star_rig.half_9:after {
  width: 16px;
}

.rightSection .starts_block span.star_rig.half_10:after {
  width: 20px;
}

.leftSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 10px;
}

.leftSection .graphDiv img {
  max-width: 335px;
  width: 100%;
}

.leftSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .graphDiv.first {
    margin: 20px;
  }
}
.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  display: block;
}

.leftSection .fdgraph {
  max-width: 724px;
  width: 100%;
  margin: 30px 0;
  height: auto;
  cursor: pointer;
}

.leftSection .fdgraph img {
  max-width: 100%;
}

.leftSection .textbanner {
  background: #ebf0ff;
  border: 2px dashed #0065ff;
  border-radius: 20px;
  opacity: 1;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 40px;
  color: #0662f6;
  font-size: 22px;
  text-align: left;
}

.leftSection .textbanner.annuity {
  font-size: 16px;
  padding: 14px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .leftSection .textbanner {
    height: auto;
    display: block;
    font-size: 24px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .textbanner {
    font-size: 20px;
  }
}
.leftSection .textbanner strong {
  display: block;
}

.leftSection .textbanner .fdbanner_text {
  line-height: 28px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .textbanner .fdbanner_text {
    margin-bottom: 10px;
    text-align: center;
  }
}
.leftSection .textbanner .knowmore {
  background: #fd4705;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.leftSection .fdcomparisonTable {
  background: #fff;
  box-shadow: 1px 1px 7px #e8e7e7;
  border-radius: 5px;
}

.leftSection .fdcomparisonTable table {
  width: 100%;
  margin: 0;
  border: none;
}

.leftSection .fdcomparisonTable table td,
.leftSection .fdcomparisonTable table th,
.leftSection .fdcomparisonTable table tr {
  background: 0 0;
  width: 33%;
  color: #333;
  padding: 0 20px;
  border: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
  height: 75px;
  vertical-align: middle;
}

.leftSection .fdcomparisonTable table td .greentick,
.leftSection .fdcomparisonTable table td .redcross,
.leftSection .fdcomparisonTable table th .greentick,
.leftSection .fdcomparisonTable table th .redcross,
.leftSection .fdcomparisonTable table tr .greentick,
.leftSection .fdcomparisonTable table tr .redcross {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.leftSection .fdcomparisonTable table td .redcross,
.leftSection .fdcomparisonTable table th .redcross,
.leftSection .fdcomparisonTable table tr .redcross {
  background: url("../../images/bu/investment/cross.svg") no-repeat 0 0;
  background-size: contain;
}

.leftSection .fdcomparisonTable table td .greentick,
.leftSection .fdcomparisonTable table th .greentick,
.leftSection .fdcomparisonTable table tr .greentick {
  background: url("../../images/bu/investment/righttick.svg") no-repeat 0 0;
  background-size: contain;
}

.leftSection .fdcomparisonTable table th span {
  position: absolute;
  background: #fff;
  padding: 2px 5px;
  border-radius: 50%;
  left: -11px;
  font-weight: 400;
  font-size: 10px;
  top: 26px;
}

.leftSection .fdcomparisonTable table th:nth-child(2):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: rgba(112, 112, 112, 0.2);
  right: 0;
  top: 25%;
}

.leftSection .fdcomparisonTable table td:after,
.leftSection .fdcomparisonTable table th:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(112, 112, 112, 0.2);
  right: 0;
  top: 40%;
}

.leftSection .fdcomparisonTable table td:last-child:after,
.leftSection .fdcomparisonTable table th:first-child:after,
.leftSection .fdcomparisonTable table th:last-child:after {
  display: none;
}

.leftSection .fdcomparisonTable table th:first-child {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.leftSection .fdcomparisonTable table td:not(:first-child),
.leftSection .fdcomparisonTable table th:not(:first-child) {
  text-align: center;
}

.leftSection .fdcomparisonTable table td:first-child {
  color: #333;
}

.leftSection .fdcomparisonTable table th:not(:first-child) {
  background: #f3f3f3;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

body:has(.spynav) .fixedh {
  position: initial !important;
}

.loader1 {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 12px;
}

.loader1 svg {
  width: 100%;
}

svg.radial-progress {
  height: auto;
  max-width: 100%;
  transform: rotate(-90deg);
  width: 100%;
  z-index: 100;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #253858;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}

svg.radial-progress text.percentage {
  fill: #fff;
  font-size: 20px !important;
  text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n + 1) circle {
  stroke: #0881fc;
}

.spynav {
  background: #253858;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  height: 47px;
  width: 100%;
}

.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0065ff;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.spynav .spylink li.ht {
  overflow: hidden;
  max-width: 180px;
}

@media (max-width: 1024px) {
  .spynav .spylink li.ht {
    max-width: 220px;
  }
}
.spynav .spylink li.ht a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spynav .spylink li.ht a:hover {
  color: #0065ff;
  background: #fff;
}

.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.spynav .spylink li.ht.active::after,
.spynav .spylink li.ht:focus::after,
.spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}

.spynav .spylink li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spynav .spylink li a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}

.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}

.spynav .spylink li .allContent select:focus {
  outline: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .spynav .spylink li:nth-child(2),
  .spynav .spylink li:nth-child(3),
  .spynav .spylink li:nth-child(4) {
    display: none;
  }
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    display: none;
  }
  .spynav .spylink li .select-dropdown__list li {
    display: block;
  }
}
.spynav.sticky {
  position: sticky;
  top: -1px;
  z-index: 99;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.select-dropdown__button {
  padding: 13px 25px 13px 35px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 24px;
  border: none;
  color: #0165ff;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 160px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 568px) {
  .select-dropdown__button {
    width: 150px;
  }
}
.select-dropdown__button :before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/bu/term/allcontent.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 7px;
}

.select-dropdown__button:focus {
  outline: 0;
}

.select-dropdown__button .zmdi {
  background: url("../../images/life/arrow_forward_ios.svg") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.2s ease-out;
}

.select-dropdown__button .zmdi:before {
  display: none;
}

.select-dropdown__button .zmdi.active {
  transform: rotate(90deg);
  top: 13px;
}

.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}

.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: -85%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}

@media only screen and (max-width: 1024px) {
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
  .clearfix {
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .leftSection .graphDiv {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 auto 20px;
    padding: 16px 0 8px;
    clear: both;
    display: block;
    text-align: center;
  }
  .leftSection .graphDiv img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  .leftSection .graphDiv {
    background: #fff;
    margin: 0 auto 20px;
    padding: 16px 0 8px;
    clear: both;
    display: block;
    text-align: center;
  }
  .leftSection .graphDiv img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  .rightSection .graphDiv {
    max-width: 400px;
    margin: 0 auto 18px;
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .pensionPlanTableWrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .leftSection .pensionPlanTable {
    overflow: scroll;
    padding: 0 0;
    display: block;
    width: 980px;
    border: 1px solid #e8e6e6;
    margin-top: 0;
  }
}
.leftSection .planTable_title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 10px 0;
}

@media only screen and (max-width: 768px) {
  .leftSection .planTable_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .pensionPlanTable {
    width: 600px;
  }
}
.leftSection .pensionPlanTable {
  padding: 0 0;
  display: block;
  border: 1px solid #e8e6e6;
  margin-top: 20px;
}

.leftSection .planTable {
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 0 0 5px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .planTable {
    width: 100%;
    max-width: 980px;
  }
}
.leftSection .planTable.pensionBuTable .header li {
  width: 20%;
}

.leftSection .planTable.pensionBuTable .tablecontent li {
  width: 20%;
}

.leftSection .planTable .saperator {
  color: #0652dd;
  font-size: 15px;
  text-align: center;
  padding: 2px 0;
  background: rgba(69, 107, 216, 0.5);
  font-weight: 600;
}

.leftSection .planTable .header {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.leftSection .planTable .header li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #efefef;
  padding: 13px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .header li a,
.leftSection .planTable .header li span {
  color: #0065ff;
}

.leftSection .planTable .header li a:focus,
.leftSection .planTable .header li a:hover,
.leftSection .planTable .header li span:focus,
.leftSection .planTable .header li span:hover {
  color: #0065ff;
}

.leftSection .planTable .header li .vs {
  background: #fff;
  padding: 0 3px;
  position: absolute;
  border-radius: 50%;
  font-weight: 400;
  font-size: 8px;
  right: 0;
  z-index: 1;
}

.leftSection .planTable .header li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #d4d4d4;
  right: 7px;
}

.leftSection .planTable .header li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  border-radius: 10px 0 0 0;
}

.leftSection .planTable .header li:first-child:after {
  display: none;
}

.leftSection .planTable .header li:last-child {
  text-align: center;
}

.leftSection .planTable .header li:last-child:after {
  display: none;
}

.leftSection .planTable .header.col5 li {
  width: 20%;
}

.leftSection .planTable .tablecontent {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.leftSection .planTable .tablecontent:after {
  content: "";
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: 1px;
  background-color: #efefef;
  left: 0;
  right: 0;
}

.leftSection .planTable .tablecontent li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .tablecontent li .yes {
  background: url(../../images/bu/investment/righttick.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.leftSection .planTable .tablecontent li .no {
  background: url(../../images/bu/investment/cross.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.leftSection .planTable .tablecontent li .infoicon {
  background: url(../../images/new-home/navigation_icon_img.png?v=12) no-repeat 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: -4px -231px;
  bottom: 0;
  right: -15px;
  cursor: pointer;
}

.leftSection .planTable .tablecontent li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #efefef;
  right: 7px;
}

.leftSection .planTable .tablecontent li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
}

.leftSection .planTable .tablecontent li:first-child:after {
  display: none;
}

.leftSection .planTable .tablecontent li:last-child {
  text-align: center;
}

.leftSection .planTable .tablecontent li:last-child:after {
  display: none;
}

.leftSection .planTable .tablecontent.col5 li {
  width: 20%;
}

.leftSection .kbowmoreButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #fd4705;
  padding: 9px;
  color: #fff;
  border-radius: 5px;
  margin: 30px auto 20px;
  cursor: pointer;
  border: 1px solid #fd4705;
  box-shadow: 1px 1px 5px #ccc;
}

@media only screen and (max-width: 768px) {
  .leftSection .kbowmoreButton {
    margin: 30px auto 20px;
  }
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin: 14px 0;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.hdfc .tag {
    min-width: 310px;
  }
}
.rightSection .insurerBlock .insurerName.showhide {
  position: relative;
}

.card.calculator .stateCheck i,
.rightSection .insurerBlock .insurerName .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}

.rightSection .calculatorsList li a.showHideListing:after,
.rightSection .insurerBlock.showHideListing:after {
  display: none;
}

.linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
  border-radius: 50%;
}

.linkshow:hover {
  opacity: 1;
}

.linkshow:after,
.linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.linkshow:before {
  transform: rotate(90deg);
}

.linkshow:after {
  transform: rotate(0);
}

.linkshow.open:after {
  width: 0;
  height: 0;
}

.rightSection .calculatorsList li a.showHideListing {
  padding: 15px 0 15px 45px;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.rightSection .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}

.card.calculator .stateCheck {
  padding-left: 0;
}

.card.calculator,
.card.insurers {
  transition: all 0.3s ease-in;
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}

.rightSection .calculatorsList li .checkItem_list {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

.comparebox {
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .comparebox {
    box-shadow: none;
    margin: 0 auto;
    max-width: 750px;
  }
}
.compare_list {
  position: relative;
  box-shadow: 1px 3px 10px #ccc;
  padding-bottom: 10px;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .compare_list {
    display: table;
    width: 100%;
  }
}
.limitedpay_button {
  color: #fff;
  padding: 5px 18px;
  background: #f45023;
  display: block;
  text-align: center;
  margin: 10px auto 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 250px;
  width: 100%;
}

.compare_list .compare_heading {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  background: rgba(21, 181, 165, 0.1);
  color: #000;
  padding: 5px 0;
}

.compare_disclaimer {
  font-size: 12px;
  width: 63%;
  margin: 20px auto;
}

.compare_list .cmlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.compare_list .cmlist .limitedpay,
.compare_list .cmlist .regular {
  width: 27%;
  max-width: 200px;
  margin: 30px 5% 0;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 20px 0 30px;
  box-shadow: 0 2px 8px #e6e5e5;
}

@media only screen and (max-width: 640px) {
  .compare_list .cmlist .limitedpay,
  .compare_list .cmlist .regular {
    width: 40%;
  }
}
@media only screen and (max-width: 320px) {
  .compare_list .cmlist .limitedpay,
  .compare_list .cmlist .regular {
    width: 44%;
    margin: 30px 2% 0;
  }
}
.compare_list .cmlist .limitedpay .lmpay,
.compare_list .cmlist .regular .lmpay {
  background: #838383;
  margin: -28px 10px 0;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px;
  position: relative;
}

@media only screen and (max-width: 440px) {
  .compare_list .cmlist .limitedpay .lmpay,
  .compare_list .cmlist .regular .lmpay {
    font-size: 9px;
  }
}
.compare_list .cmlist .limitedpay .lmpay:before,
.compare_list .cmlist .regular .lmpay:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0 solid transparent;
  top: 3px;
  left: -5px;
  border-right: 5px solid #838383;
}

.compare_list .cmlist .limitedpay .lmpay:after,
.compare_list .cmlist .regular .lmpay:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0 solid transparent;
  top: 3px;
  right: -5px;
  border-left: 5px solid #838383;
}

.compare_list .cmlist .limitedpay .lmpay.org,
.compare_list .cmlist .regular .lmpay.org {
  background: #15b5a5;
  color: #fff;
}

.compare_list .cmlist .limitedpay .lmpay.org:before,
.compare_list .cmlist .regular .lmpay.org:before {
  border-right: 5px solid #15b5a5;
}

.compare_list .cmlist .limitedpay .lmpay.org:after,
.compare_list .cmlist .regular .lmpay.org:after {
  border-left: 5px solid #15b5a5;
}

.compare_list .cmlist .limitedpay .listitme,
.compare_list .cmlist .regular .listitme {
  border-bottom: 1px dashed #eae8e8;
  padding: 13px 0;
}

.compare_list .cmlist .limitedpay .listitme span,
.compare_list .cmlist .regular .listitme span {
  font-size: 11px;
  display: block;
  color: grey;
  line-height: 12px;
  font-weight: 600;
}

.compare_list .extra_amount {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.compare_list .extra_amount span {
  font-weight: 400;
}

.compare_list .cmlist .limitedpay .listitme div,
.compare_list .cmlist .regular .listitme div {
  font-size: 14px;
  display: block;
  font-weight: 600;
}

.compare_list .cmlist .limitedpay .listitme div.red,
.compare_list .cmlist .regular .listitme div.red {
  color: red;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.compare_list .cmlist .limitedpay .listitme div.red:before,
.compare_list .cmlist .regular .listitme div.red:before {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid red;
  left: 0;
  top: 7px;
}

.compare_list .cmlist .limitedpay .listitme div.green,
.compare_list .cmlist .regular .listitme div.green {
  color: #1c9f4e;
}

.compare_list .cmlist .limitedpay .savingtext {
  background: #1c9f4e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  padding: 5px 5px;
  border-radius: 5px;
  left: -3%;
  width: 106%;
  bottom: 0;
}

@media only screen and (max-width: 375px) {
  .compare_list .cmlist .limitedpay .savingtext {
    bottom: -15px;
  }
}
@media only screen and (max-width: 480px) {
  .compare_disclaimer {
    width: 90%;
  }
}
.limitedpay_nomargin {
  padding: 16px 0 0 0 !important;
}

.dynamicLink {
  width: 100%;
  max-width: 100%;
  background: #f4f5f7;
}

.dynamicLink .parent {
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.dynamicLink .parent .link_row strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.dynamicLink .parent .link_element {
  display: inline-block;
}

.dynamicLink .parent .link_element a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .dynamicLink {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    text-align: left;
    clear: both;
  }
  .dynamicLink .parent {
    text-align: left;
  }
  .dynamicLink .parent .link_element {
    display: inline-block;
  }
  .dynamicLink .parent .link_element a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

.features-and-benefits-retirement-pension-plans {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .features-and-benefits-retirement-pension-plans {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .features-and-benefits-retirement-pension-plans {
    padding-top: 10px;
  }
}
.features-and-benefits-retirement-pension-plans .list-item {
  width: 32%;
  margin-right: 1.5%;
  border-radius: 16px;
  border: 2px solid #333;
  margin-top: 20px;
  padding: 20px 50px 20px 20px;
  position: relative;
}

@media (max-width: 640px) {
  .features-and-benefits-retirement-pension-plans .list-item {
    width: 49%;
    margin-right: 2%;
  }
}
@media (max-width: 568px) {
  .features-and-benefits-retirement-pension-plans .list-item {
    width: 90%;
    margin: 0 auto;
  }
}
.features-and-benefits-retirement-pension-plans .list-item.blue-1 {
  border-color: #26497f;
}

.features-and-benefits-retirement-pension-plans .list-item.blue-2 {
  border-color: #2e599b;
}

.features-and-benefits-retirement-pension-plans .list-item.blue-3 {
  border-color: #3669b7;
}

.features-and-benefits-retirement-pension-plans .list-item.blue-4 {
  border-color: #3f7ad4;
}

.features-and-benefits-retirement-pension-plans .list-item.blue-5 {
  border-color: #478af0;
}

.features-and-benefits-retirement-pension-plans .list-item.blue-6 {
  border-color: #4c93ff;
}

.features-and-benefits-retirement-pension-plans .list-item .heading {
  color: #293756;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.features-and-benefits-retirement-pension-plans .list-item .content {
  color: #293756;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 0 0 0 108px;
  border: 5px solid #fff;
  position: absolute;
  top: -7px;
  right: -7px;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box.blue-1 {
  background: #26497f;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box.blue-2 {
  background: #2e599b;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box.blue-3 {
  background: #3669b7;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box.blue-4 {
  background: #3f7ad4;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box.blue-5 {
  background: #478af0;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box.blue-6 {
  background: #4c93ff;
}

.features-and-benefits-retirement-pension-plans .list-item .icon-box .icon {
  width: 30px;
  margin: 10px auto 10px 22px;
}

.features-and-benefits-retirement-pension-plans .list-item:nth-child(3n-3) {
  margin-right: 0;
}

@media (max-width: 640px) {
  .features-and-benefits-retirement-pension-plans .list-item:nth-child(3n-3) {
    margin-right: 2%;
  }
  .features-and-benefits-retirement-pension-plans .list-item:nth-child(2n-2) {
    margin-right: 0;
  }
}
@media (max-width: 568px) {
  .features-and-benefits-retirement-pension-plans .list-item {
    width: 90%;
    margin-bottom: 10px !important;
  }
  .features-and-benefits-retirement-pension-plans .list-item:nth-child(3n-3) {
    margin: 0 auto;
  }
  .features-and-benefits-retirement-pension-plans .list-item:nth-child(2n-2) {
    margin: 0 auto;
  }
}
.investmore {
  background: #fffff5;
  padding: 0;
  border-radius: 0;
  display: flex;
  width: 100%;
  margin: 30px 0 10px;
  max-width: 100%;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .investmore {
    flex-direction: column;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  .investmore {
    background: #f5f7ff;
    width: 75%;
    max-width: 760px;
    margin: 20px auto;
    border-radius: 8px;
  }
}
@media (max-width: 568px) {
  .investmore {
    width: 100%;
    max-width: 760px;
    border-radius: 0;
    margin: 0 auto 0;
  }
}
.investmore .invamt.pp {
  background-color: var(--purple-light);
  color: var(--purple);
}

.investmore .invamt.pink-bg {
  background-color: #ffe2e3;
  color: var(--pink);
}

@media (max-width: 568px) {
  .investmore .invamt.pink-bg {
    padding: 10px 44px;
  }
}
.investmore .invamt.yellow-bg {
  background-color: #ffedcc;
  color: var(--brown);
}

@media (max-width: 568px) {
  .investmore .invamt.yellow-bg {
    padding: 10px 44px;
  }
}
.investmore .rightsection_heading {
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  height: 100%;
  min-height: 234px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  width: 20%;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .investmore .rightsection_heading {
    width: 100%;
    min-height: auto;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .investmore .rightsection_heading {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .investmore .rightsection_heading {
    min-width: 230px;
  }
}
@media (max-width: 568px) {
  .investmore .rightsection_heading {
    min-width: 150px;
  }
}
.investmore .rightsection_heading .invmore {
  line-height: 24px;
  position: relative;
  width: 140px;
  margin: 0 auto;
  font-size: 20px;
}

.investmore .rightsection_heading .invmore span:first-child {
  position: relative;
}

.investmore .rightsection_heading .invmore span:first-child:before {
  content: "";
  position: absolute;
  top: 91px;
  left: 0;
  background: url(../../images/bu/investment/investment-more.svg) no-repeat 0 0;
  width: 120px;
  height: 100px;
  right: initial;
  background-size: contain;
  left: -7px;
}

@media (max-width: 1024px) {
  .investmore .rightsection_heading .invmore span:first-child:before {
    margin: 0;
    left: -40px;
    width: 30px;
    height: 30px;
  }
}
.investmore .rightsection_heading .getmore {
  color: #0065ff;
  display: block;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .investmore .rightsection_heading .invmore {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
    width: 100%;
    padding-bottom: 10px;
  }
  .investmore .rightsection_heading .invmore span:first-child:before {
    top: 85%;
    transform: translate(0, -50%);
  }
  .investmore .rightsection_heading .getmore {
    display: inline;
  }
}
.investmore .swipebox {
  overflow: hidden;
  overflow-x: auto;
}

.investmore .swipebox::-webkit-scrollbar {
  width: 0;
}

.investmore .swipebox::-webkit-scrollbar-track {
  background: 0 0;
}

.investmore .swipebox::-webkit-scrollbar-thumb {
  background: 0 0;
}

.investmore .swipebox::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.investmore .investment_wise {
  width: 80%;
  padding: 10px 15px 0 15px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.investmore .investment_wise .swipebox {
  padding: 0;
}

@media (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .investmore .investment_wise {
    width: 100%;
    padding: 0 0 10px 20px;
    flex-direction: column;
  }
}
.investmore .investment_wise .investment_wise_items {
  display: inline-flex;
}

.investmore .investment_wise .investment_wise_items .invamt {
  width: 180px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  .investmore .investment_wise .investment_wise_items .invamt {
    margin-right: 15px;
    margin-left: 0;
  }
}
.investmore .investment_wise .investment_wise_items .invamt span:first-child {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  padding-left: 18px;
}

.investmore .investment_wise .investment_wise_items .invamt span:first-child:before {
  content: "₹";
  width: 15px;
  height: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  left: -2px;
  top: 3px;
  opacity: 0.5;
}

.investmore .investment_wise .investment_wise_items .invamt span:first-child.pink-bg:before {
  background: var(--pink);
}

.investmore .investment_wise .investment_wise_items .invamt span:first-child.pp:before {
  background: var(--purple);
}

.investmore .investment_wise .investment_wise_items .invamt span:first-child.yellow-bg:before {
  background: var(--brown);
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(2) {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 4px;
  min-height: 65px;
  display: inline-table;
  text-transform: uppercase;
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) sup {
  font-size: 18px;
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4) {
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px 0 8px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4).pink-bg {
  background: var(--pink);
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4).pp {
  background: var(--purple);
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4).brown {
  background: var(--brown);
}

@media (max-width: 1024px) {
  .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
    width: calc(100% - 230px);
    padding: 10px 0 10px 25px;
  }
}
@media (max-width: 1024px) {
  .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
    width: calc(100% - 150px);
    padding: 10px 0 10px 25px;
  }
}
.investmore .investment_wise .investment_wise_items .slick-prev.slick-arrow {
  display: none;
}

.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow {
  transform: translate(-40px, -50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow:before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  position: absolute;
  left: 10px;
  top: 53%;
  margin-top: -6px;
}

.investmore .tncapply {
  position: absolute;
  bottom: 0;
  font-size: 9px;
  right: 10px;
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt.pink-bg span:nth-child(4) {
  color: var(--pink);
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt.pp span:nth-child(4) {
  color: var(--purple);
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt.yellow-bg span:nth-child(4) {
  color: var(--brown);
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt span:nth-child(4) {
  padding: 0;
  margin: 6px auto 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt span:nth-child(5) {
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px 0 8px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt span:nth-child(5).pink-bg {
  background: var(--pink);
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt span:nth-child(5).pp {
  background: var(--purple);
}

.investmore.pension-bu .investment_wise .investment_wise_items .invamt span:nth-child(5).brown {
  background: var(--brown);
}

.information-section {
  background: #f4f6fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 4px 17px;
}

@media screen and (max-width: 767px) {
  .information-section {
    padding: 14px 0 7px 10px;
  }
}
.information-section .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .information-section .heading {
    font-size: 16px;
  }
}
.information-section .information-slider .information-slide {
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.information-section .information-slider .information-slide .text {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 16px 41px 15px 15px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-right: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .information-section .information-slider .information-slide .text {
    font-size: 12px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 11px 40px 13px 12px;
  }
}
.information-section .information-slider .information-slide .text::after {
  border: solid #0065ff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  content: "";
  position: absolute;
  right: 11px;
  top: 47%;
}

.information-section .information-slider .slick-next,
.information-section .information-slider .slick-prev {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #0065ff;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: -25px;
  transform: none;
}

.information-section .information-slider .slick-prev {
  left: auto;
  right: 48px;
}

.information-section .information-slider .slick-prev:before {
  border: solid #0065ff;
  border-width: 0 0 1.5px 1.5px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 2px;
  content: "";
}

.information-section .information-slider .slick-next {
  left: auto;
  right: 15px;
}

.information-section .information-slider .slick-next:before {
  border: solid #0065ff;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 -1px;
  content: "";
}

.plan_your_investment_wrap {
  margin: 20px 0 0;
}

.leftSection .plan_your_investment_wrap .h2,
.leftSection .plan_your_investment_wrap h1,
.leftSection .plan_your_investment_wrap h2,
.plan_your_investment_wrap .leftSection .h2,
.plan_your_investment_wrap .leftSection h1,
.plan_your_investment_wrap .leftSection h2,
.plan_your_investment_wrap .title {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap {
    margin: 0;
  }
  .leftSection .plan_your_investment_wrap .h2,
  .leftSection .plan_your_investment_wrap h1,
  .leftSection .plan_your_investment_wrap h2,
  .plan_your_investment_wrap .leftSection .h2,
  .plan_your_investment_wrap .leftSection h1,
  .plan_your_investment_wrap .leftSection h2,
  .plan_your_investment_wrap .title {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .plan_your_investment_wrap .h2,
  .leftSection .plan_your_investment_wrap h1,
  .leftSection .plan_your_investment_wrap h2,
  .plan_your_investment_wrap .leftSection .h2,
  .plan_your_investment_wrap .leftSection h1,
  .plan_your_investment_wrap .leftSection h2,
  .plan_your_investment_wrap .title {
    margin-bottom: 0;
  }
}
@keyframes moveToRight {
  0% {
    left: calc(0% - 50px);
  }
  100% {
    left: 0;
  }
}
@keyframes moveToLeft {
  0% {
    right: calc(0% - 50px);
  }
  100% {
    right: 0;
  }
}
.nps-calculator-section {
  background: #f5f5f5 0 0 no-repeat padding-box;
  border-radius: 4px;
  padding: 28px 24px;
  position: relative;
}

@media (max-width: 767px) {
  .nps-calculator-section {
    padding: 28px 8px;
  }
}
.nps-calculator-section::after {
  position: absolute;
  content: "";
  background: url(../../images/bu/nps-calc-graphics.svg) no-repeat;
  right: 40px;
  top: 7px;
  height: 160px;
  width: 132px;
  z-index: 1;
}

@media (max-width: 767px) {
  .nps-calculator-section::after {
    right: 12px;
  }
}
.nps-calculator-section .nps-calculator-wrap {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
  position: RELATIVE;
}

.nps-calculator-section .nps-calculator-heading {
  letter-spacing: 0;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
  content: "";
  position: absolute;
  width: 94%;
  border-bottom: 1px dashed #333;
  height: 2px;
  left: -152px;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
    bottom: -3px;
  }
}
.nps-calculator-section .nps-calculator-body {
  padding: 18px 25px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nps-calculator-section .nps-calculator-body:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body {
    flex-direction: column;
    padding: 20px 25px;
  }
  .nps-calculator-section .nps-calculator-body:last-child {
    padding-bottom: 20px;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-inputs {
  width: 62%;
  text-align: center;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-inputs {
    width: 100%;
    text-align: left;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider {
  margin-bottom: 70px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider:last-child {
  margin-bottom: 57px;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider:nth-child(3) {
    margin-bottom: 50px;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading p {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  margin-right: 2px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 0.400000006px solid #707070;
  border-radius: 2px;
  width: 100px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 3.5px 0;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox {
  margin-top: 6px;
  text-align: center;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #eb0000 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 2px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content #custom-handle {
  background: url(../../images/bu/nps-calc-handle.svg) no-repeat center/contain;
  top: -10px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 24px;
  border: 0;
  margin-left: -18px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
  letter-spacing: 0;
  line-height: 21px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .error_box {
  display: none;
  font-size: 12px;
  color: red;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs {
  background: #eaf1ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px #c6c6c6;
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 13px;
  text-align: center;
  width: 30%;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output {
  margin-bottom: 27px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output {
    width: 100%;
  }
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output:nth-child(3) {
    margin-bottom: 0;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .heading {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value {
  letter-spacing: 0;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.blue {
  border-bottom: 2px solid #0065ff;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.d-green {
  border-bottom: 2px solid #309f4e;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.green {
  border-bottom: 2px solid #0e9b86;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.orange {
  border-bottom: 2px solid #f78631;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value {
    font-size: 18px;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .round-of-value {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.nps-calculator-section.with-graphs {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 4px;
  background: #fff;
  padding: 24px 8px 16px 24px;
}

.nps-calculator-section.with-graphs::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs {
    background: rgba(108, 99, 255, 0.06) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px dashed rgba(108, 99, 255, 0.06);
    border-radius: 4px;
    padding: 9px 10px 16px 10px;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-heading {
    margin-bottom: 12px;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap {
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap {
    background: 0 0;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body {
  padding: 0;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body:first-child:before {
  display: none;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left {
    width: 100%;
    padding: 17px;
    position: relative;
    height: 479px;
    padding-bottom: 55px;
    overflow-y: scroll;
    background: #fff;
    border-radius: 8px;
    overflow-x: hidden;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left::-webkit-scrollbar {
    width: 2px;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left::-webkit-scrollbar-thumb {
    background: #888;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider {
  margin-bottom: 40px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider:last-child {
  margin-bottom: 57px;
}

@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider:nth-child(3) {
    margin-bottom: 50px;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading p {
  letter-spacing: 0;
  color: #14233b;
  font-size: 14px;
  margin-right: 2px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  max-width: 150px;
  margin-bottom: 0;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .error {
  border: 0;
  background: 0 0;
  position: absolute;
  bottom: -14px;
  font-size: 10px;
  right: 0;
  letter-spacing: 0;
  color: #c10000;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt {
  position: relative;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 0;
  color: #000;
  opacity: 0.4;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt.reverse .inputBox {
  padding: 12px 0 12px 20px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt.reverse label {
  right: auto;
  left: 17px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox {
  width: 100px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 30px 12px 0;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox.err {
  border: 1px solid #c10000;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 11px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 11px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 11px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 11px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox {
  margin-top: 14px;
  text-align: center;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #00c134 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 3px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content #custom-handle {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content .step span {
  color: #14233b;
  opacity: 0.4;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .error_box {
  display: none;
  font-size: 12px;
  color: red;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section {
  background: transparent linear-gradient(290deg, #005eed 0, #227aff 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  padding: 24px 12px 7px;
  text-align: CENTER;
  position: relative;
  overflow: hidden;
  margin-top: 58px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section [class|=confetti] {
  position: absolute;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-0 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 88%;
  opacity: 0.5758010862;
  transform: rotate(91.0778727181deg);
  animation: drop-0 4.0681851474s 0.7040467139s infinite;
}

@keyframes drop-0 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-1 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 88%;
  opacity: 1.3044918201;
  transform: rotate(24.6625034175deg);
  animation: drop-1 4.2551271455s 0.4775949915s infinite;
}

@keyframes drop-1 {
  100% {
    top: 110%;
    left: 95%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-2 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 66%;
  opacity: 0.895348902;
  transform: rotate(12.1098263308deg);
  animation: drop-2 4.8756081525s 0.7035713627s infinite;
}

@keyframes drop-2 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-3 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 1%;
  opacity: 0.5999927568;
  transform: rotate(215.7368816816deg);
  animation: drop-3 4.8186240575s 0.9565976542s infinite;
}

@keyframes drop-3 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-4 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 36%;
  opacity: 1.3409978711;
  transform: rotate(18.0077765818deg);
  animation: drop-4 4.3543321496s 0.2268624811s infinite;
}

@keyframes drop-4 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-5 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 54%;
  opacity: 0.5962645295;
  transform: rotate(244.8117709986deg);
  animation: drop-5 4.3235127797s 0.7357757392s infinite;
}

@keyframes drop-5 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-6 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 11%;
  opacity: 0.9137159556;
  transform: rotate(100.6131110065deg);
  animation: drop-6 4.5093522873s 0.2186555798s infinite;
}

@keyframes drop-6 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-7 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 0.6470019374;
  transform: rotate(74.828023612deg);
  animation: drop-7 4.6040847945s 0.9300641127s infinite;
}

@keyframes drop-7 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-8 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 26%;
  opacity: 1.169116501;
  transform: rotate(251.1298666581deg);
  animation: drop-8 4.739017325s 0.2170894408s infinite;
}

@keyframes drop-8 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-9 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 32%;
  opacity: 0.5638484542;
  transform: rotate(112.3713469554deg);
  animation: drop-9 4.4340846765s 0.7308264505s infinite;
}

@keyframes drop-9 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-10 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 44%;
  opacity: 1.0258270664;
  transform: rotate(75.211107371deg);
  animation: drop-10 4.0802950447s 97.5326565ms infinite;
}

@keyframes drop-10 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-11 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 0.533928384;
  transform: rotate(343.1670504338deg);
  animation: drop-11 4.0048587311s 42.5274371ms infinite;
}

@keyframes drop-11 {
  100% {
    top: 110%;
    left: 50%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-12 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 28%;
  opacity: 1.2919078757;
  transform: rotate(181.6448186557deg);
  animation: drop-12 4.1212004817s 0.2712731191s infinite;
}

@keyframes drop-12 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-13 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 43%;
  opacity: 0.8518351213;
  transform: rotate(93.6127961924deg);
  animation: drop-13 4.5727639842s 0.8125854732s infinite;
}

@keyframes drop-13 {
  100% {
    top: 110%;
    left: 48%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-14 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 64%;
  opacity: 1.1600144369;
  transform: rotate(93.8977488343deg);
  animation: drop-14 4.1791002489s 0.182163746s infinite;
}

@keyframes drop-14 {
  100% {
    top: 110%;
    left: 79%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-15 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 60%;
  opacity: 1.4431733781;
  transform: rotate(22.4470563323deg);
  animation: drop-15 4.4686843797s 0.7615729249s infinite;
}

@keyframes drop-15 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-16 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 81%;
  opacity: 1.077825492;
  transform: rotate(130.1366997835deg);
  animation: drop-16 4.222760196s 0.978498891s infinite;
}

@keyframes drop-16 {
  100% {
    top: 110%;
    left: 90%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-17 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 56%;
  opacity: 0.7837123355;
  transform: rotate(196.209118398deg);
  animation: drop-17 4.1638218066s 0.4434771333s infinite;
}

@keyframes drop-17 {
  100% {
    top: 110%;
    left: 67%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-18 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 59%;
  opacity: 1.3905850921;
  transform: rotate(199.9524585454deg);
  animation: drop-18 4.600686783s 0.1379515178s infinite;
}

@keyframes drop-18 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-19 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 81%;
  opacity: 0.8707732303;
  transform: rotate(118.3570237387deg);
  animation: drop-19 4.4588384031s 0.1930236892s infinite;
}

@keyframes drop-19 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-20 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 56%;
  opacity: 0.7879247254;
  transform: rotate(157.0608331329deg);
  animation: drop-20 4.862088201s 0.6940424455s infinite;
}

@keyframes drop-20 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-21 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 83%;
  opacity: 1.2960754437;
  transform: rotate(249.2831016277deg);
  animation: drop-21 4.880483079s 96.6975882ms infinite;
}

@keyframes drop-21 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-22 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 81%;
  opacity: 0.9163118503;
  transform: rotate(344.1163113492deg);
  animation: drop-22 4.3213169334s 0.5512063708s infinite;
}

@keyframes drop-22 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-23 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 24%;
  opacity: 1.2172310254;
  transform: rotate(238.0234183638deg);
  animation: drop-23 4.6682085645s 0.3378982939s infinite;
}

@keyframes drop-23 {
  100% {
    top: 110%;
    left: 38%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-24 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 55%;
  opacity: 0.9611155968;
  transform: rotate(108.3237087658deg);
  animation: drop-24 4.8108531184s 0.4401206906s infinite;
}

@keyframes drop-24 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-25 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 95%;
  opacity: 0.5886351842;
  transform: rotate(226.7240701363deg);
  animation: drop-25 4.9026906866s 0.6987771936s infinite;
}

@keyframes drop-25 {
  100% {
    top: 110%;
    left: 110%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-26 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 53%;
  opacity: 1.1482184607;
  transform: rotate(322.5182739131deg);
  animation: drop-26 4.0585935481s 60.4454153ms infinite;
}

@keyframes drop-26 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-27 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 22%;
  opacity: 1.3777343039;
  transform: rotate(52.3455306285deg);
  animation: drop-27 4.6306823962s 0.2699219889s infinite;
}

@keyframes drop-27 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-28 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 42%;
  opacity: 1.1618733727;
  transform: rotate(119.9325394795deg);
  animation: drop-28 4.6509797995s 0.5217131928s infinite;
}

@keyframes drop-28 {
  100% {
    top: 110%;
    left: 49%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-29 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 73%;
  opacity: 0.8194838749;
  transform: rotate(237.8282047708deg);
  animation: drop-29 4.5576273753s 0.1540099386s infinite;
}

@keyframes drop-29 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-30 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 8%;
  opacity: 1.1525922312;
  transform: rotate(190.7937586824deg);
  animation: drop-30 4.6384779829s 0.2915624895s infinite;
}

@keyframes drop-30 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-31 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 93%;
  opacity: 1.1966622365;
  transform: rotate(69.7738513155deg);
  animation: drop-31 4.2876502026s 0.7603363668s infinite;
}

@keyframes drop-31 {
  100% {
    top: 110%;
    left: 97%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-32 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 71%;
  opacity: 0.9591203709;
  transform: rotate(201.1893242954deg);
  animation: drop-32 4.8483733105s 0.7262059375s infinite;
}

@keyframes drop-32 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-33 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 85%;
  opacity: 1.0932657677;
  transform: rotate(343.0825344865deg);
  animation: drop-33 4.2464389033s 0.4474574022s infinite;
}

@keyframes drop-33 {
  100% {
    top: 110%;
    left: 98%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-34 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 22%;
  opacity: 0.5365596404;
  transform: rotate(343.6288854319deg);
  animation: drop-34 4.4708368208s 0.1202464784s infinite;
}

@keyframes drop-34 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-35 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 20%;
  opacity: 1.0299089849;
  transform: rotate(333.6721076766deg);
  animation: drop-35 4.4982870917s 43.1144953ms infinite;
}

@keyframes drop-35 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-36 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 83%;
  opacity: 1.1579877821;
  transform: rotate(76.4470172562deg);
  animation: drop-36 4.3887790431s 0.9421271854s infinite;
}

@keyframes drop-36 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-37 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 58%;
  opacity: 1.3674276423;
  transform: rotate(194.8329936551deg);
  animation: drop-37 4.5220476171s 9.1240469ms infinite;
}

@keyframes drop-37 {
  100% {
    top: 110%;
    left: 64%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-38 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.0359339005;
  transform: rotate(219.6658642209deg);
  animation: drop-38 4.706817464s 0.2038823501s infinite;
}

@keyframes drop-38 {
  100% {
    top: 110%;
    left: 47%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-39 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 18%;
  opacity: 0.6700312438;
  transform: rotate(34.4736243389deg);
  animation: drop-39 4.5873155172s 0.6343076437s infinite;
}

@keyframes drop-39 {
  100% {
    top: 110%;
    left: 27%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-40 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 75%;
  opacity: 0.6122703551;
  transform: rotate(75.7526499857deg);
  animation: drop-40 4.6420065822s 0.6799108086s infinite;
}

@keyframes drop-40 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-41 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 66%;
  opacity: 0.5482146679;
  transform: rotate(157.4888975404deg);
  animation: drop-41 4.3201598164s 0.6707614165s infinite;
}

@keyframes drop-41 {
  100% {
    top: 110%;
    left: 67%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-42 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 34%;
  opacity: 0.7241500393;
  transform: rotate(53.2328318773deg);
  animation: drop-42 4.0947088024s 0.1185155081s infinite;
}

@keyframes drop-42 {
  100% {
    top: 110%;
    left: 38%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-43 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 83%;
  opacity: 1.207575473;
  transform: rotate(233.8883651654deg);
  animation: drop-43 4.328615341s 0.6103774822s infinite;
}

@keyframes drop-43 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-44 {
  width: 7px;
  height: 2.8px;
  background-color: #263672;
  top: -10%;
  left: 27%;
  opacity: 1.1461927321;
  transform: rotate(69.9785952257deg);
  animation: drop-44 4.8844903068s 0.3476954152s infinite;
}

@keyframes drop-44 {
  100% {
    top: 110%;
    left: 34%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-45 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 56%;
  opacity: 0.6417161743;
  transform: rotate(307.6696409786deg);
  animation: drop-45 4.5814871091s 0.3263518948s infinite;
}

@keyframes drop-45 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-46 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 62%;
  opacity: 1.4679726242;
  transform: rotate(265.1183149694deg);
  animation: drop-46 4.5962456259s 0.8018970384s infinite;
}

@keyframes drop-46 {
  100% {
    top: 110%;
    left: 66%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-47 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 91%;
  opacity: 0.7064504444;
  transform: rotate(15.3038389198deg);
  animation: drop-47 4.8321710728s 0.9516784159s infinite;
}

@keyframes drop-47 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-48 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 84%;
  opacity: 1.2165192792;
  transform: rotate(15.5315068204deg);
  animation: drop-48 4.4966253952s 0.4497149023s infinite;
}

@keyframes drop-48 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-49 {
  width: 6px;
  height: 2.4px;
  background-color: #d13447;
  top: -10%;
  left: 99%;
  opacity: 1.2880894266;
  transform: rotate(262.5382363472deg);
  animation: drop-49 4.8814211575s 0.5771054964s infinite;
}

@keyframes drop-49 {
  100% {
    top: 110%;
    left: 104%;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-50 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 14%;
  opacity: 0.6444844723;
  transform: rotate(144.194796563deg);
  animation: drop-50 4.1780659481s 0.444954542s infinite;
}

@keyframes drop-50 {
  100% {
    top: 110%;
    left: 19%;
  }
}
@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section {
    max-width: calc(100% - 34px);
    width: 100%;
    margin: -30px auto 0;
    z-index: 10;
    padding: 27px 12px 7px;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated::before {
  animation-name: moveToRight;
  animation-duration: 5s;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated::after {
  animation-name: moveToLeft;
  animation-duration: 5s;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated .monthly-pension-amount {
  transition: 2s;
  transform: translateY(0);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated .label {
  transition: 2s;
  transform: translateY(0);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section::before {
  content: "";
  background: url(../../images/bu/nps-calculator-bg.svg);
  width: 152px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section::after {
  content: "";
  background: url(../../images/bu/nps-calculator-bg.svg);
  width: 152px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transform: rotate(180deg);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .monthly-pension-amount {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  transform: translateY(350%);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .label {
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  line-height: 22px;
  margin: 10px auto 19px;
  transform: translateY(160%);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button {
  border-radius: 8px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  font-weight: 500;
  color: #fff;
  height: 50px;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 0;
  display: block;
  position: relative;
  z-index: 100;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button.hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button.hide-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button.hide-mobile {
    display: none;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculation-accordion {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  height: 43px;
  display: block;
  text-align: CENTER;
  display: flex;
  align-items: CENTER;
  padding: 0 16px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculation-accordion .arrow {
  width: 24px;
  height: 24px;
  background: #0065ff;
  border-radius: 50%;
  position: relative;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculation-accordion .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.hide-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.hide-mobile {
    display: none;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right {
  width: 48%;
  background: #f2f6ff;
  border-radius: 4px;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right {
    width: 100%;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 8px;
    margin-top: -12px;
    z-index: 10;
    display: none;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right.show {
    display: block;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #bar-graph {
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #bar-graph .highcharts-background {
  fill: transparent;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #bar-graph .highcharts-plot-background {
  fill: rgba(0, 0, 0, 0);
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart {
    background: #f5f5ff;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart .highcharts-background {
    fill: transparent;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart .highcharts-plot-background {
    fill: rgba(0, 0, 0, 0);
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.6);
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 16px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline {
  border-bottom: 1px solid rgba(37, 56, 88, 0.3019607843);
  padding-bottom: 8px;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline span {
    line-height: 18px;
    margin-left: 3px;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading .arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading .arrow {
    display: flex;
    width: 24px;
    height: 24px;
    background: #0065ff;
    border-radius: 50%;
    position: relative;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output {
  margin-bottom: 0;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output {
    width: 100%;
  }
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output:nth-child(3) {
    margin-bottom: 0;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .heading {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .heading img {
  margin-right: 4px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value .currency {
  font-weight: 400;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.blue {
  border-bottom: 2px solid #0065ff;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.d-green {
  border-bottom: 2px solid #309f4e;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.green {
  border-bottom: 2px solid #0e9b86;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.orange {
  border-bottom: 2px solid #f78631;
}

@media (max-width: 767px) {
  .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value {
    font-size: 18px;
  }
}
.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .round-of-value {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .round-of-value .currency {
  font-weight: 400;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .heading {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 4px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .heading .tag {
  letter-spacing: 0;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  padding: 1px 2.5px;
  background: #37306b;
  font-weight: 700;
  margin-right: 4px;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .heading .tag.green {
  background: #00a07c;
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .round-of-value {
  letter-spacing: 0;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  opacity: 0.6;
  padding-left: 30px;
}

.nps-calculator-button {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #fd4705;
  cursor: pointer;
  border-radius: 4px;
  width: 250px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  letter-spacing: 0;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  margin: 20px auto 0;
  display: block;
}

.nps-calculator-button.hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .nps-calculator-button.hide-desktop {
    display: block;
    margin: 16px auto 0;
  }
}
@media (max-width: 767px) {
  .nps-calculator-button.hide-mobile {
    display: none;
  }
}
.nps-rhs-sticky {
  position: sticky;
  top: 100px;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
  display: none;
}

.rightSection .nps-calculator-section {
  background: #fff;
  border: 1px solid #d2d4dc;
  border-radius: 8px;
  padding: 15px;
  width: 342px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .rightSection .nps-calculator-section {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .rightSection .nps-calculator-section {
    width: 99%;
  }
}
.rightSection .nps-calculator-section .nps-calculator-button {
  width: 100%;
  background: #0862f5;
  border-radius: 8px;
  height: 42px;
  border-color: #0862f5;
}

.rightSection .nps-calculator-section:after {
  display: none;
}

.rightSection .nps-calculator-section .nps-calculator-wrap {
  background: 0 0;
  border-radius: none;
  box-shadow: none;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body {
  display: block;
  padding: 0;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child::after {
  border: none;
  position: static;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:last-child {
  display: none;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs {
  width: 100%;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider {
  margin-bottom: 20px;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider:last-child {
  margin-bottom: 10px;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-moz-placeholder {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: normal;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:-moz-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:-ms-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-moz-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-webkit-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group .symbol {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: normal;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 13px;
  background: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 15px;
  color: #253858;
  font-weight: 500;
  line-height: initial;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:focus {
  line-height: initial;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating {
  position: relative;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating .err {
  font-size: 10px;
  color: #d60404;
  position: absolute;
  bottom: -20px;
  top: auto;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-11px) translateX(10px);
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-11px) translateX(10px);
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating > .form-control:focus ~ label,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating > .form-control:not(:placeholder-shown) ~ label,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-11px) translateX(10px);
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #5e6c84;
  font-size: 14px;
  padding: 0 5px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transform: scale(0.85) translateY(-11px) translateX(10px);
  display: block;
  font-weight: 400;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control.custome-icon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 10px 25px;
  background-size: 20px 13px;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group .symbol {
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .slider-heading {
  display: block;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox {
  text-align: left;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .sliderBox {
  display: none;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs {
  width: 100%;
  background: 0 0;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline {
  font-size: 16px;
  color: #253858;
  font-weight: 700;
  margin-bottom: 10px;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline .heading,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline .value {
  display: inline;
  border: none;
  border-width: 0;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline .round-of-value {
  color: #505f79;
  font-size: 12px;
  font-weight: 400;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background: #e3fcef;
  border: 1px solid #36b37e;
  border-radius: 8px;
  width: 100%;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output {
  padding: 10px;
  margin-bottom: 0;
  width: 50%;
  text-align: left;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:first-child {
  float: left;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:first-child .heading {
  display: block;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:last-child {
  float: right;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:last-child .heading {
  display: block;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .heading,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .value {
  display: inline;
  border: none;
  border-width: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .heading {
  color: #00875a;
  font-size: 12px;
  font-weight: 400;
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .value {
  color: #00875a;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin: 1.5px 0 2px;
}

@media (max-width: 320px) {
  .rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .value {
    font-size: 13px;
  }
}
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .round-of-value {
  color: #00875a;
  font-size: 12px;
  font-weight: 400;
}

.step {
  position: relative;
  top: 10px;
}

.pension-banner-box {
  background: url(../../images/bu/investment/pension-banner-bg-desktop.svg) no-repeat center/cover, #f4f9f9;
  border: 2px solid rgba(46, 144, 135, 0.462745098);
  border-radius: 4px;
  height: 196px;
  padding: 34px 45px 0 22px;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}

.pension-banner-box::after {
  content: "";
  background: url(../../images/bu/investment/pension-old-couple-img.png) no-repeat center/contain;
  height: 118px;
  width: 130px;
  position: absolute;
  top: -33px;
  right: -33px;
}

@media screen and (max-width: 1024px) {
  .pension-banner-box {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pension-banner-box {
    margin: 0;
    padding: 34px 8px;
    height: 365px;
    background-image: url(../../images/bu/investment/pension-banner-bg-mobile.svg);
  }
  .pension-banner-box::after {
    height: 161px;
    width: 154px;
    position: absolute;
    top: -42px;
    right: -39px;
  }
}
.pension-banner-box.rhs {
  margin: 0 0 30px;
  padding: 34px 12px;
  height: 365px;
  background-image: url(../../images/bu/investment/pension-banner-bg-mobile.svg);
}

.pension-banner-box.rhs::after {
  height: 161px;
  width: 154px;
  position: absolute;
  top: -42px;
  right: -39px;
}

.pension-banner-box.rhs .content-button {
  flex-direction: column;
}

.pension-banner-box.rhs .content-button .content {
  display: flex;
  flex-direction: column;
}

.pension-banner-box.rhs .content-button .content .heading {
  font-size: 22px;
  line-height: 29px;
  width: 65%;
  margin-bottom: 36px;
}

.pension-banner-box.rhs .content-button .content .details-box {
  flex-wrap: wrap;
}

.pension-banner-box.rhs .content-button .content .details-box .detail {
  width: 50%;
  margin: 0;
  padding: 0 11px 0 0;
}

.pension-banner-box.rhs .content-button .content .details-box .detail:nth-child(2) {
  border: 0;
  margin: 0;
  padding: 0;
}

.pension-banner-box.rhs .content-button .content .details-box .detail.with-img {
  width: 100%;
  margin: 20px 0 30px;
  padding: 0;
}

.pension-banner-box.rhs .content-button .content .details-box .detail .label {
  font-size: 17px;
}

.pension-banner-box.rhs .content-button button {
  margin-top: 0;
}

.pension-banner-box .content-button {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pension-banner-box .content-button {
    flex-direction: column;
  }
}
.pension-banner-box .content-button .content {
  display: flex;
  flex-direction: column;
}

.pension-banner-box .content-button .content .heading {
  letter-spacing: 0;
  color: #2e6990;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 26px;
}

.pension-banner-box .content-button .content .heading span {
  color: #3783b5;
}

@media screen and (max-width: 767px) {
  .pension-banner-box .content-button .content .heading {
    font-size: 22px;
    line-height: 29px;
    width: 65%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 320px) {
  .pension-banner-box .content-button .content .heading {
    width: 75%;
  }
}
.pension-banner-box .content-button .content .details-box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pension-banner-box .content-button .content .details-box {
    flex-wrap: wrap;
  }
}
.pension-banner-box .content-button .content .details-box .detail {
  text-align: center;
  padding: 0 15px 0 0;
  border-right: 1px solid rgba(46, 144, 135, 0.24);
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .pension-banner-box .content-button .content .details-box .detail {
    width: 50%;
    margin: 0;
    padding: 0 11px 0 0;
  }
  .pension-banner-box .content-button .content .details-box .detail:nth-child(2) {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
.pension-banner-box .content-button .content .details-box .detail .label {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}

@media screen and (max-width: 320px) {
  .pension-banner-box .content-button .content .details-box .detail .label {
    font-size: 15px;
  }
}
.pension-banner-box .content-button .content .details-box .detail .value {
  letter-spacing: 0;
  color: #2e6990;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

.pension-banner-box .content-button .content .details-box .detail .value span {
  font-weight: 500;
}

.pension-banner-box .content-button .content .details-box .detail .value span sup {
  font-size: 8px;
  line-height: 8px;
}

.pension-banner-box .content-button .content .details-box .detail.with-img {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .pension-banner-box .content-button .content .details-box .detail.with-img {
    width: 100%;
    margin: 20px 0 30px;
    padding: 0;
  }
}
.pension-banner-box .content-button .content .details-box .detail.with-img .value span {
  font-weight: 400;
}

.pension-banner-box .content-button button {
  background: #0065ff;
  padding: 14px 40px 13px;
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 10;
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .pension-banner-box .content-button button {
    margin-top: 0;
  }
}
.pension-banner-box .tnc {
  letter-spacing: 0;
  color: #000;
  opacity: 0.3;
  text-align: right;
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  right: 9px;
  bottom: 7px;
}

.pension-banner-box.nri {
  padding: 10px 40px 0 22px;
}

@media screen and (max-width: 767px) {
  .pension-banner-box.nri {
    padding: 10px 8px;
  }
}
.pension-banner-box.nri .nri-tag {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .pension-banner-box.nri .nri-tag {
    margin-bottom: 18px;
  }
}
.pension-banner-box.nri .nri-tag .label {
  background: #2e9087 0 0 no-repeat padding-box;
  border: 1px solid #2e9087;
  transform: skew(-12deg, 0deg);
  padding: 0 15px;
}

.pension-banner-box.nri .nri-tag .label p {
  transform: skew(12deg, 0deg);
  letter-spacing: 0;
  color: #fdfeff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.pension-banner-box.nri .nri-tag .image {
  border: 1px dashed #5abcb3;
  transform: skew(-12deg, 0deg);
  border-left: 0;
  padding: 0 9px;
}

.pension-banner-box.nri .nri-tag .image img {
  transform: skew(12deg, 0deg);
}

@media screen and (max-width: 767px) {
  .pension-banner-box.nri .content-button .content .details-box .detail.with-img {
    margin: 8px 0 22px;
  }
}
.pension-banner-box.nri .content-button button {
  margin-top: 35px;
}

.pension-banner-box.nri.rhs {
  height: 375px;
  padding: 34px 12px;
}

.pension-banner-box.nri.rhs .nri-tag {
  margin-bottom: 18px;
}

.pension-banner-box.nri.rhs .nri-tag .label {
  padding: 0 15px;
}

.pension-banner-box.nri.rhs .nri-tag .label p {
  transform: skew(12deg, 0deg);
}

.pension-banner-box.nri.rhs .nri-tag .image {
  border: 1px dashed #5abcb3;
  transform: skew(-12deg, 0deg);
  border-left: 0;
  padding: 0 9px;
}

.pension-banner-box.nri.rhs .nri-tag .image img {
  transform: skew(12deg, 0deg);
}

.pension-banner-box.nri.rhs .content-button .content .heading {
  margin-bottom: 24px;
}

.pension-banner-box.nri.rhs .content-button .content .details-box .detail.with-img {
  width: 100%;
  margin: 8px 0 18px;
  padding: 0;
}

.pension-banner-box.nri.rhs .content-button button {
  margin-top: 0;
}

.flexbox-ulip {
  margin-top: 30px;
  clear: both;
  display: table;
}

.video-container {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.16);
  opacity: 1;
  background: #fff;
  width: 338px;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  position: relative;
  float: right;
  margin-left: 20px;
  z-index: 1;
}

.video-container.desktop {
  display: block;
}

.video-container.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .video-container {
    margin: 20px auto;
    max-width: 500px;
    width: 100%;
  }
  .video-container.desktop {
    display: none;
  }
  .video-container.mobile {
    display: block;
    margin: 0 auto 40px;
  }
}
@media (max-width: 568px) {
  .video-container {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    clear: both;
    float: initial;
  }
}
.video-container.extra {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.6);
  margin: 23px 0 20px;
}

.video-container .video {
  width: 100%;
  background: url("../../images/life/term-life-video-poster.jpeg") no-repeat 0 -29px;
  min-height: 170px;
  border-radius: 8px;
  background-size: cover;
}

.video-container .video img {
  width: 100%;
}

@media (max-width: 1024px) {
  .video-container .video {
    min-height: 225px;
    border-radius: 8px;
    background-size: cover;
  }
  .video-container .video iframe {
    height: 280px;
  }
}
@media (max-width: 568px) {
  .video-container .video {
    background-size: contain !important;
    min-height: 150px;
  }
}
.video-container .video.active {
  width: 100%;
  height: auto;
}

.video-container .playbtn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url("../../images/life/play-icon1.svg") no-repeat -8px -4px;
  background-size: 130%;
  top: 33%;
  left: 45%;
  cursor: pointer;
}

.video-container .playbtn.icon-remove {
  display: none;
}

.video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}

@media (max-width: 980px) {
  .video-container .vd-info {
    margin: 12px 0 0;
  }
}
.video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}

@media (max-width: 980px) {
  .video-container .vd-info li {
    font-size: 12px;
    margin-right: 22px;
  }
}
.video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

.video-container .vd-info + h2 {
  font-size: 16px !important;
  margin: 0 0 10px !important;
  line-height: 22px !important;
}

.video-container .ribbon:after {
  border-top: 27px solid #0065ff;
  border-right: 20px solid rgba(244, 117, 48, 0);
  border-bottom: 26px solid #0065ff;
}

@media (max-width: 568px) {
  .video-container {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}
.insurance-companies-box {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  padding: 18px;
  position: relative;
  margin-bottom: 38px;
}

.insurance-companies-box .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-bottom: 16px;
}

.insurance-companies-box .insurance-companies-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .insurance-companies-box .insurance-companies-list {
    width: 100%;
    justify-content: space-between;
  }
}
.insurance-companies-box .insurance-companies-list .insurance-company {
  max-width: 92px;
  box-shadow: 0 6px 16px rgba(37, 56, 88, 0.1);
  height: 105px;
  border-radius: 8px;
  margin-right: 14px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  justify-content: flex-start;
  padding: 12px 6px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .insurance-companies-box .insurance-companies-list .insurance-company {
    max-width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .insurance-companies-box .insurance-companies-list .insurance-company {
    max-width: 30%;
  }
}
.insurance-companies-box .insurance-companies-list .insurance-company:nth-child(3n) {
  margin-right: 0;
}

.insurance-companies-box .insurance-companies-list .insurance-company .image {
  max-width: 80px;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
}

.insurance-companies-box .insurance-companies-list .insurance-company .image img {
  height: auto;
  max-height: 40px;
}

.insurance-companies-box .insurance-companies-list .insurance-company .name,
.insurance-companies-box .insurance-companies-list .insurance-company a {
  font-size: 12px;
  line-height: 16px !important;
  text-align: center;
  color: #0065ff;
  margin: 0;
}

.insurance-companies-box .insurance-companies-list .more-content {
  display: none;
}

.insurance-companies-box .insurance-companies-list .more-content.show {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.insurance-companies-box .insurers-view-more {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 6px 18px;
  max-width: 170px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.insurance-companies-box .insurers-view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 37%;
  right: 12px;
}

.insurance-companies-box .insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 1px 5px;
  top: 46%;
  right: 20px;
}

.faq-icon h2 {
  position: relative;
  padding-left: 40px;
}

.faq-icon h2::before {
  content: "";
  position: absolute;
  background: url(../../images/bu/faqicon.svg) no-repeat 0 0;
  background-size: 30px;
  width: 32px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.more-content-investment {
  display: none;
}

.more-content-investment.show {
  display: block;
}

.read-more-faq-btn,
.read-more-investment-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}

@media screen and (max-width: 1024px) {
  .read-more-faq-btn,
  .read-more-investment-btn {
    margin: 40px 0;
  }
}
.read-more-faq-btn button,
.read-more-investment-btn button {
  width: 134px;
  height: 36px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  background: #fff;
  outline: 0;
  border: none;
  color: #0065ff;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
}

.read-more-faq-btn button:after,
.read-more-investment-btn button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 10px;
}

.read-more-faq-btn button.show,
.read-more-investment-btn button.show {
  width: 123px;
}

.read-more-faq-btn button.show:after,
.read-more-investment-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .read-more-faq-btn {
    margin: 40px 0 26px;
  }
}
.read-more-faq-btn button {
  width: 175px;
}

.read-more-faq-btn button.show {
  width: 169px;
}

.colored table:first-child td {
  border-top: solid 0.8px #deebff;
  border-bottom: solid 0.8px #deebff;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #deebff;
}

.colored table tr:nth-child(2n) {
  background: #fff;
}

.colored table tr:nth-child(odd) {
  background: rgba(222, 235, 255, 0.4);
}

.left-fullwidth-button {
  padding: 0 20px 20px;
  display: block;
  margin: 0 auto;
  text-align: CENTER;
}

@media screen and (max-width: 1024px) {
  .left-fullwidth-button {
    padding: 20px;
  }
}
.left-fullwidth-button .button {
  box-sizing: border-box;
  max-width: 328px;
  width: 100%;
  background: #3965fb;
  border-radius: 8px;
  color: #fff;
  padding: 18px;
  display: inline-block;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 0;
  cursor: pointer;
}

table.non-colored tr:first-child {
  background: #f1f3f5;
}

table.non-colored tr:first-child td {
  text-align: center;
}

table.non-colored td {
  padding: 20px 15px;
}

.disclaimer-section-investment {
  background: #fff 0 0 no-repeat padding-box;
  padding: 10px 20px 12px;
  margin: 30px 0 20px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment {
    padding: 10px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
}
.disclaimer-section-investment .diclaimer-content .disclaimer {
  letter-spacing: 0;
  color: #263858;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}

.disclaimer-section-investment .diclaimer-content .disclaimer::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 4px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.disclaimer-section-investment .diclaimer-content .disclaimer sup {
  font-size: 10px;
}

.disclaimer-section-investment .diclaimer-content .disclaimer.active::after {
  transform: rotate(-135deg);
  top: 6px;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment .diclaimer-content .disclaimer {
    font-size: 16px;
    line-height: 21px;
    padding-right: 25px;
  }
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}

.disclaimer-section-investment .diclaimer-content .disclaimer-answer p {
  letter-spacing: 0;
  color: #263858;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
  margin: 10px 0 0;
}

.disclaimer-section-investment .diclaimer-content .disclaimer-answer.active {
  padding-bottom: 8px;
  max-height: 100%;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment .diclaimer-content .disclaimer-answer {
    font-size: 13px;
  }
}
.pension-funds-sections {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .pension-funds-sections {
    background-color: #fcfdfd;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.pension-funds-sections .heading-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pension-funds-sections .heading-dropdown .heading {
  color: rgba(37, 56, 88, 0.89);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .heading-dropdown .heading {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.pension-funds-sections .heading-dropdown .tag {
  background: #fdf5f1;
  margin: 8px 0 16px;
  padding: 4px 8px;
  color: #b95540;
  text-align: center;
  max-width: 130px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  display: flex;
  align-items: CENTER;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pension-funds-sections .heading-dropdown .tag img {
  margin-right: 6px;
}

.pension-funds-sections .heading-dropdown .tag::after {
  content: "";
  top: 0;
  transform: translateX(0);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1.5s infinite;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .heading-dropdown .tag {
    font-size: 12px;
    max-width: 140px;
  }
}
.pension-funds-sections .heading-dropdown .mobile-returns-dropdown {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 25%;
}

@media screen and (min-width: 768px) {
  .pension-funds-sections .heading-dropdown .mobile-returns-dropdown {
    display: none;
  }
}
.pension-funds-sections .heading-dropdown .mobile-returns-dropdown label {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  text-align: right;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.pension-funds-sections .heading-dropdown .mobile-returns-dropdown select {
  border: 0;
  color: var(--brand, #0065ff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 90%;
  position: relative;
  background: url(../../images/bu/down-arrow-blue.svg) no-repeat 95% center !important;
  padding: 3px 3px 5px 0;
}

.pension-funds-sections .pension-funds-table {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table {
    border: 0;
  }
}
.pension-funds-sections .pension-funds-table .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row {
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 12px 0 rgba(174, 174, 174, 0.16);
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
.pension-funds-sections .pension-funds-table .row:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row:last-child {
    margin-bottom: 0;
  }
}
.pension-funds-sections .pension-funds-table .row.heading-row {
  background: rgba(0, 101, 255, 0.05);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row.heading-row {
    display: none;
  }
}
.leftSection .pension-funds-sections .pension-funds-table .row .h2,
.leftSection .pension-funds-sections .pension-funds-table .row h1,
.leftSection .pension-funds-sections .pension-funds-table .row h2,
.pension-funds-sections .pension-funds-table .row .leftSection .h2,
.pension-funds-sections .pension-funds-table .row .leftSection h1,
.pension-funds-sections .pension-funds-table .row .leftSection h2,
.pension-funds-sections .pension-funds-table .row .title {
  color: rgba(37, 56, 88, 0.89);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.leftSection .pension-funds-sections .pension-funds-table .row .h2 .tenure-list,
.leftSection .pension-funds-sections .pension-funds-table .row h1 .tenure-list,
.leftSection .pension-funds-sections .pension-funds-table .row h2 .tenure-list,
.pension-funds-sections .pension-funds-table .row .leftSection .h2 .tenure-list,
.pension-funds-sections .pension-funds-table .row .leftSection h1 .tenure-list,
.pension-funds-sections .pension-funds-table .row .leftSection h2 .tenure-list,
.pension-funds-sections .pension-funds-table .row .title .tenure-list {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 4px 0 0;
}

.leftSection .pension-funds-sections .pension-funds-table .row .h2 .tenure-list .tenure,
.leftSection .pension-funds-sections .pension-funds-table .row h1 .tenure-list .tenure,
.leftSection .pension-funds-sections .pension-funds-table .row h2 .tenure-list .tenure,
.pension-funds-sections .pension-funds-table .row .leftSection .h2 .tenure-list .tenure,
.pension-funds-sections .pension-funds-table .row .leftSection h1 .tenure-list .tenure,
.pension-funds-sections .pension-funds-table .row .leftSection h2 .tenure-list .tenure,
.pension-funds-sections .pension-funds-table .row .title .tenure-list .tenure {
  width: 33.33%;
  padding: 3px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.leftSection .pension-funds-sections .pension-funds-table .row .h2 .tenure-list .tenure:last-of-type,
.leftSection .pension-funds-sections .pension-funds-table .row h1 .tenure-list .tenure:last-of-type,
.leftSection .pension-funds-sections .pension-funds-table .row h2 .tenure-list .tenure:last-of-type,
.pension-funds-sections .pension-funds-table .row .leftSection .h2 .tenure-list .tenure:last-of-type,
.pension-funds-sections .pension-funds-table .row .leftSection h1 .tenure-list .tenure:last-of-type,
.pension-funds-sections .pension-funds-table .row .leftSection h2 .tenure-list .tenure:last-of-type,
.pension-funds-sections .pension-funds-table .row .title .tenure-list .tenure:last-of-type {
  border: 0;
}

.pension-funds-sections .pension-funds-table .row .fund-name {
  width: 25%;
  padding: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .fund-name {
    width: auto;
    border: 0;
    padding: 0;
  }
}
.pension-funds-sections .pension-funds-table .row .aum,
.pension-funds-sections .pension-funds-table .row .nav {
  width: 12%;
  padding: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .aum,
  .pension-funds-sections .pension-funds-table .row .nav {
    width: auto;
    border: 0;
    padding: 0;
  }
}
.pension-funds-sections .pension-funds-table .row .returns {
  width: 36%;
  padding: 5px 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .returns {
    width: auto;
    border: 0;
    padding: 0;
  }
}
.pension-funds-sections .pension-funds-table .row .button {
  width: 16%;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .button {
    width: auto;
  }
}
.pension-funds-sections .pension-funds-table .row .value {
  color: rgba(37, 56, 88, 0.89);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: CENTER;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value {
    height: 125px;
    flex-grow: 1;
  }
}
.pension-funds-sections .pension-funds-table .row .value .label {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .pension-funds-sections .pension-funds-table .row .value .label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.aum {
    display: none;
  }
}
.pension-funds-sections .pension-funds-table .row .value.tenure {
  width: 12%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.tenure {
    width: 70px;
    border: 0;
    justify-content: flex-start;
    padding-top: 17px;
  }
}
.pension-funds-sections .pension-funds-table .row .value.tenure.green {
  color: #13ae67;
  font-weight: 500;
}

.pension-funds-sections .pension-funds-table .row .value.tenure.green .tag {
  border-radius: 4px;
  background: var(--tag-2-tag-2, rgba(19, 174, 103, 0.12));
  color: var(--tag-2-tag-2-tick, #13ae67);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  padding: 5px 4px;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.tenure.hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pension-funds-sections .pension-funds-table .row .value.tenure.hide-desktop {
    display: none;
  }
}
.pension-funds-sections .pension-funds-table .row .value.fund-name {
  padding: 16px 24px;
  justify-content: center;
  align-items: flex-start;
}

.pension-funds-sections .pension-funds-table .row .value.fund-name.no-logo img {
  display: none;
}

.pension-funds-sections .pension-funds-table .row .value.fund-name.no-logo .name {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.fund-name.no-logo .name {
    font-size: 12px;
  }
}
.pension-funds-sections .pension-funds-table .row .value.fund-name.no-logo .aum-mobile {
  font-size: 12px;
}

.pension-funds-sections .pension-funds-table .row .value.fund-name img {
  max-width: 64px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.fund-name {
    padding: 16px 0;
  }
}
.pension-funds-sections .pension-funds-table .row .value.fund-name .name {
  color: var(--brand, #0065ff);
  text-align: left;
  margin-top: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.fund-name .name {
    margin-top: 8px;
    max-width: 70px;
    text-align: left;
  }
}
.pension-funds-sections .pension-funds-table .row .value.fund-name .aum-mobile {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.pension-funds-sections .pension-funds-table .row .value.fund-name .aum-mobile span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .pension-funds-sections .pension-funds-table .row .value.fund-name .aum-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value.nav {
    justify-content: flex-start;
    padding-top: 17px;
  }
}
.pension-funds-sections .pension-funds-table .row .value.nav div.down {
  color: red;
  text-align: center;
  margin-top: 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pension-funds-sections .pension-funds-table .row .value.nav div.up {
  color: #13ae67;
  text-align: center;
  margin-top: 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pension-funds-sections .pension-funds-table .row .value .button {
  border-radius: 4px;
  background: #0065ff;
  padding: 8px;
  color: #f5f5f5;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pension-funds-sections .pension-funds-table .row .value .button {
    width: 85%;
  }
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.benefits-of-nps-infographic {
  background: linear-gradient(0deg, #ffebe6 0, #ffebe6 100%), #fff;
  padding: 32px 49px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .benefits-of-nps-infographic {
    padding: 32px 13px;
  }
}
.benefits-of-nps-infographic .heading {
  color: #253858;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.benefits-of-nps-infographic .heading span {
  display: block;
  margin-top: 8px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .benefits-of-nps-infographic .heading {
    font-size: 20px;
  }
}
.benefits-of-nps-infographic .benefits-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 32px 0 49px;
}

@media screen and (max-width: 767px) {
  .benefits-of-nps-infographic .benefits-list {
    margin: 24px 0;
  }
}
.benefits-of-nps-infographic .benefits-list .benefit {
  width: 45%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-right: 32px;
}

.benefits-of-nps-infographic .benefits-list .benefit:nth-of-type(2n) {
  margin-right: 0;
}

.benefits-of-nps-infographic .benefits-list .benefit:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.benefits-of-nps-infographic .benefits-list .benefit .image {
  flex-shrink: 0;
  width: 64px;
}

.benefits-of-nps-infographic .benefits-list .benefit .content {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .benefits-of-nps-infographic .benefits-list .benefit .content {
    font-weight: 400;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-of-nps-infographic .benefits-list .benefit {
    width: 100%;
    margin-right: 0;
  }
}
.benefits-of-nps-infographic .button {
  border-radius: 4px;
  background: #0065ff;
  display: inline-block;
  padding: 16px 48px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.pension-plan-works-infographic {
  border-radius: 8px;
  background: linear-gradient(0deg, #4c9aff 0, #4c9aff 100%), #fff;
  padding: 32px 34px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pension-plan-works-infographic {
    padding: 32px 15px;
  }
}
.pension-plan-works-infographic .heading {
  border-radius: 8px;
  background: rgba(37, 56, 88, 0.2);
  display: inline-block;
  padding: 16px 32px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .pension-plan-works-infographic .heading {
    font-size: 16px;
  }
}
.pension-plan-works-infographic .steps {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 26px 0;
  z-index: 10;
  position: relative;
}

.pension-plan-works-infographic .steps .step {
  width: 45%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-right: 24px;
}

.pension-plan-works-infographic .steps .step:nth-of-type(2n) {
  margin-right: 0;
}

.pension-plan-works-infographic .steps .step:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.pension-plan-works-infographic .steps .step .image {
  flex-shrink: 0;
  width: 74px;
}

.pension-plan-works-infographic .steps .step .content {
  text-align: left;
  margin: 0 0 0 24px;
}

@media screen and (max-width: 767px) {
  .pension-plan-works-infographic .steps .step .content {
    margin: 0 0 0 16px;
  }
}
.pension-plan-works-infographic .steps .step .content .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.pension-plan-works-infographic .steps .step .content .description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .pension-plan-works-infographic .steps .step .content .description {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .pension-plan-works-infographic .steps .step {
    width: 100%;
    margin-right: 0;
  }
}
.pension-plan-works-infographic .button {
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  padding: 16px 48px;
  color: #0065ff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.pension-plan-works-infographic .disclaimer {
  color: rgba(37, 56, 88, 0.6);
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .pension-plan-works-infographic .disclaimer {
    text-align: left;
    width: 65%;
  }
}
#sip-calculator {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
}

#sip-calculator .leftSection .h2,
#sip-calculator .leftSection h1,
#sip-calculator .leftSection h2,
#sip-calculator .title,
.leftSection #sip-calculator .h2,
.leftSection #sip-calculator h1,
.leftSection #sip-calculator h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

#sip-calculator .leftSection .center.h2,
#sip-calculator .leftSection h1.center,
#sip-calculator .leftSection h2.center,
#sip-calculator .title.center,
.leftSection #sip-calculator .center.h2,
.leftSection #sip-calculator h1.center,
.leftSection #sip-calculator h2.center {
  text-align: center !important;
}

#sip-calculator .sipc {
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}

@media only screen and (max-width: 440px) {
  #sip-calculator .sipc {
    padding: 20px 15px;
  }
}
#sip-calculator .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}

#sip-calculator .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto;
  list-style: none;
  justify-content: center;
}

#sip-calculator .tenure li {
  margin-right: 20px;
}

#sip-calculator .tenure li:last-child {
  margin-right: 0;
}

#sip-calculator .tenure li .tenure-tab {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 30px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator .tenure li .tenure-tab.active,
#sip-calculator .tenure li .tenure-tab:hover {
  background: #3197f3;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  #sip-calculator .tenure li {
    margin-right: 5px;
  }
  #sip-calculator .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
}
#sip-calculator .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sip-calculator .sip-form .input-wrapper {
  width: 45%;
  margin-right: 10%;
  position: relative;
  margin-bottom: 15px;
}

#sip-calculator .sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  #sip-calculator .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
#sip-calculator .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator .sip-form .infotext {
  font-size: 12px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
  top: auto;
  right: auto;
  background: 0 0;
  padding: 0 0 0 15px;
  border-radius: 0;
}

#sip-calculator .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}

#sip-calculator .sip-form .infotext .stayyear:before,
#sip-calculator .sip-form .infotext .yearon:before {
  display: block;
}

#sip-calculator .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}

#sip-calculator .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/bu/down-arrow.svg) no-repeat 93% center;
}

#sip-calculator .sip-form input[type=text]::-ms-clear {
  display: none;
}

#sip-calculator .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
}

#sip-calculator .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}

#sip-calculator .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}

#sip-calculator .sip-form input:focus {
  outline: 0;
}

#sip-calculator .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form .rupeeicon {
  position: absolute;
  top: 12px;
  left: 17px;
}

#sip-calculator .sip-form .err {
  font-size: 12px;
  color: red;
  display: block;
  margin: 5px;
}

#sip-calculator .totalWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}

#sip-calculator .totalWrap .amount_you_get.box,
#sip-calculator .totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}

#sip-calculator .totalWrap .amount_you_receive.box {
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}

#sip-calculator .totalWrap .amount_you_get.box {
  margin-right: 67px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}

@media screen and (max-width: 768px) {
  #sip-calculator .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
}
#sip-calculator .totalWrap .amount_you_get,
#sip-calculator .totalWrap .amount_you_receive {
  font-weight: 400;
}

#sip-calculator .totalWrap .amount_you_get span,
#sip-calculator .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

#sip-calculator .totalWrap .amount_you_get .amt,
#sip-calculator .totalWrap .amount_you_get .investedamt,
#sip-calculator .totalWrap .amount_you_receive .amt,
#sip-calculator .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator .totalWrap .amount_you_get .overyear,
#sip-calculator .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}

#sip-calculator .totalWrap .amount_you_get .intrest,
#sip-calculator .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator .totalWrap .amount_you_get .amt,
  #sip-calculator .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
  #sip-calculator .totalWrap .amount_you_get totalWrap .amount_you_get .amt,
  #sip-calculator .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt,
  #sip-calculator .totalWrap .amount_you_receive totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
#sip-calculator .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 35px auto 20px;
}

#sip-calculator .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  background: #fd4705;
  border-radius: 8px;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
}

@media only screen and (max-width: 480px) {
  #sip-calculator .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
#sip-calculator_graph {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
  margin: 30px 0;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator_graph {
    margin: 0 0 20px 0;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
}
#sip-calculator_graph .leftSection .h2,
#sip-calculator_graph .leftSection h1,
#sip-calculator_graph .leftSection h2,
#sip-calculator_graph .title,
.leftSection #sip-calculator_graph .h2,
.leftSection #sip-calculator_graph h1,
.leftSection #sip-calculator_graph h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}

#sip-calculator_graph .sipc {
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}

@media only screen and (max-width: 440px) {
  #sip-calculator_graph .sipc {
    padding: 20px 15px;
  }
}
#sip-calculator_graph .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
}

#sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
  width: 50%;
  padding: 0 25px 0 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .sipc .calculator_with_graph {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
    padding: 0;
  }
}
#sip-calculator_graph .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}

#sip-calculator_graph .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
  list-style: none;
  justify-content: center;
}

#sip-calculator_graph .tenure li {
  margin-right: 8px;
}

#sip-calculator_graph .tenure li:last-child {
  margin-right: 0;
}

#sip-calculator_graph .tenure li .tenure-tab {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator_graph .tenure li .tenure-tab.active,
#sip-calculator_graph .tenure li .tenure-tab:hover {
  background: #3197f3;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph .tenure li {
    margin-right: 5px;
  }
  #sip-calculator_graph .tenure li a,
  #sip-calculator_graph .tenure li span {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .tenure li a,
  #sip-calculator_graph .tenure li span {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
}
#sip-calculator_graph .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sip-calculator_graph .sip-form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#sip-calculator_graph .sip-form .input-wrapper.withlable {
  margin-bottom: 33px;
}

#sip-calculator_graph .sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
#sip-calculator_graph .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
  font-weight: 400;
}

#sip-calculator_graph .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  font-weight: 400 !important;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator_graph .sip-form .infotext {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
}

#sip-calculator_graph .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}

#sip-calculator_graph .sip-form .infotext.stayyear,
#sip-calculator_graph .sip-form .infotext.yearon {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  color: #253858;
  opacity: 60%;
  background: #f0f3f9;
  padding: 5px 8px;
  border-radius: 8px;
}

#sip-calculator_graph .sip-form .infotext.stayyear:before,
#sip-calculator_graph .sip-form .infotext.yearon:before {
  display: none;
}

#sip-calculator_graph .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}

#sip-calculator_graph .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/bu/down-arrow.svg) no-repeat 93% center;
}

#sip-calculator_graph .sip-form input[type=text]::-ms-clear {
  display: none;
}

#sip-calculator_graph .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  height: 54px;
}

#sip-calculator_graph .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}

#sip-calculator_graph .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}

#sip-calculator_graph .sip-form input:focus {
  outline: 0;
}

#sip-calculator_graph .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form .rupeeicon {
  position: absolute;
  top: 16px;
  left: 17px;
  color: #253858;
}

#sip-calculator_graph .sip-form .err {
  font-size: 10px;
  color: red;
  display: block;
  margin: 5px;
}

#sip-calculator_graph .totalWrap {
  width: 50%;
  padding: 0 0 0 15px;
  height: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap {
    width: 100%;
    padding: 0;
  }
}
#sip-calculator_graph .totalWrap .widgetAmtGet_result {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#sip-calculator_graph .totalWrap .widgetAmtGet_result.box {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #sip-calculator_graph .totalWrap .widgetAmtGet_result {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result .box {
    width: 100% !important;
    margin: 10px auto !important;
  }
}
#sip-calculator_graph .totalWrap .amount_you_get.box,
#sip-calculator_graph .totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}

#sip-calculator_graph .totalWrap .amount_you_receive.box {
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}

#sip-calculator_graph .totalWrap .amount_you_get.box {
  margin-right: 25px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}

@media screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
}
#sip-calculator_graph .totalWrap .amount_you_get,
#sip-calculator_graph .totalWrap .amount_you_receive {
  font-weight: 400;
}

#sip-calculator_graph .totalWrap .amount_you_get span,
#sip-calculator_graph .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

#sip-calculator_graph .totalWrap .amount_you_get .amt,
#sip-calculator_graph .totalWrap .amount_you_get .investedamt,
#sip-calculator_graph .totalWrap .amount_you_receive .amt,
#sip-calculator_graph .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator_graph .totalWrap .amount_you_get .overyear,
#sip-calculator_graph .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}

#sip-calculator_graph .totalWrap .amount_you_get .intrest,
#sip-calculator_graph .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator_graph .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
#sip-calculator_graph .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 20px auto 10px;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
}

@media only screen and (max-width: 480px) {
  #sip-calculator_graph .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
#sip-calculator_graph.sip-rhs-sticky {
  position: sticky;
  top: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: 0 0;
  background: 0 0;
  margin: 0 auto;
  width: 342px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 55%;
  }
}
@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 99%;
  }
}
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2,
#sip-calculator_graph.sip-rhs-sticky .leftSection h1,
#sip-calculator_graph.sip-rhs-sticky .leftSection h2,
#sip-calculator_graph.sip-rhs-sticky .title,
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2,
.leftSection #sip-calculator_graph.sip-rhs-sticky h1,
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .leftSection .h2,
  #sip-calculator_graph.sip-rhs-sticky .leftSection h1,
  #sip-calculator_graph.sip-rhs-sticky .leftSection h2,
  #sip-calculator_graph.sip-rhs-sticky .title,
  .leftSection #sip-calculator_graph.sip-rhs-sticky .h2,
  .leftSection #sip-calculator_graph.sip-rhs-sticky h1,
  .leftSection #sip-calculator_graph.sip-rhs-sticky h2 {
    margin-bottom: 10px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2 .subtext,
#sip-calculator_graph.sip-rhs-sticky .leftSection h1 .subtext,
#sip-calculator_graph.sip-rhs-sticky .leftSection h2 .subtext,
#sip-calculator_graph.sip-rhs-sticky .title .subtext,
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 .subtext,
.leftSection #sip-calculator_graph.sip-rhs-sticky h1 .subtext,
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

#sip-calculator_graph.sip-rhs-sticky .tenure {
  margin: 0 auto 20px;
  justify-content: flex-start;
}

@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky .tenure {
    margin: 0 auto 30px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab,
#sip-calculator_graph.sip-rhs-sticky .tenure li a {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  color: #253858;
  border-color: #b3bac5;
}

#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab:hover,
#sip-calculator_graph.sip-rhs-sticky .tenure li a:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}

#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab.active,
#sip-calculator_graph.sip-rhs-sticky .tenure li a.active {
  color: #fff;
  border-color: #3197f3;
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv {
  margin: 5px auto 10px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv .sipcalculate {
  border-radius: 8px;
  padding: 9px;
}

#sip-calculator_graph.sip-rhs-sticky .sipc {
  padding: 10px 0;
  padding-top: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky .sipc {
    padding: 10px 0;
  }
}
#sip-calculator_graph.sip-rhs-sticky .sipc .calculator_with_graph {
  flex-direction: column;
}

#sip-calculator_graph.sip-rhs-sticky .sipc .sipc_all_input {
  width: 100%;
  padding: 0;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
    margin-bottom: 13px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .sip-form label {
  top: -10px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form input {
  height: 46px;
  border-radius: 8px;
  color: #253858;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .rupeeicon {
  top: 12px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext {
  background-color: #eaf1ff;
  font-size: 12px;
  color: #253858;
  padding: 6px 8px;
  border-radius: 4px;
  top: 4px;
  display: none;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext::before {
  display: none;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.stayyear,
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.yearon {
  display: block;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap {
  width: 100%;
  padding: 0;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
  flex-direction: row;
  width: 100%;
  padding: 0;
  border: 1px solid #36b37e;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #e3fcef;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
    padding: 4px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
    width: 50% !important;
  }
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box:last-child {
  margin-bottom: 0;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box span {
  color: #505f79;
  opacity: 1;
  padding: 2px 10px;
  line-height: 20px;
  border-right: 1.2px solid #d3e8eb;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box .amt {
  color: #253858;
  font-size: 20px;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box .amt {
  font-size: 20px;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box span {
  color: #00875a;
  padding: 2px 10px;
  line-height: 20px;
  opacity: 1;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .sip-loadingDiv {
  margin: 10px 0;
}

#sip-calculator_graph.sip-rhs-sticky .widgetAmtGet_wrapper .graph {
  display: none;
}

#sip-calculator_graph.new {
  background: #f2f2f2 0 0 no-repeat padding-box;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new {
    padding: 15px 0 25px;
    width: auto;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
    margin: 12px;
    max-width: 100%;
  }
}
#sip-calculator_graph.new .leftSection .h2,
#sip-calculator_graph.new .leftSection h1,
#sip-calculator_graph.new .leftSection h2,
#sip-calculator_graph.new .title,
.leftSection #sip-calculator_graph.new .h2,
.leftSection #sip-calculator_graph.new h1,
.leftSection #sip-calculator_graph.new h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .leftSection .h2,
  #sip-calculator_graph.new .leftSection h1,
  #sip-calculator_graph.new .leftSection h2,
  #sip-calculator_graph.new .title,
  .leftSection #sip-calculator_graph.new .h2,
  .leftSection #sip-calculator_graph.new h1,
  .leftSection #sip-calculator_graph.new h2 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
}
#sip-calculator_graph.new .leftSection .h2 span,
#sip-calculator_graph.new .leftSection h1 span,
#sip-calculator_graph.new .leftSection h2 span,
#sip-calculator_graph.new .title span,
.leftSection #sip-calculator_graph.new .h2 span,
.leftSection #sip-calculator_graph.new h1 span,
.leftSection #sip-calculator_graph.new h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .leftSection .h2 span,
  #sip-calculator_graph.new .leftSection h1 span,
  #sip-calculator_graph.new .leftSection h2 span,
  #sip-calculator_graph.new .title span,
  .leftSection #sip-calculator_graph.new .h2 span,
  .leftSection #sip-calculator_graph.new h1 span,
  .leftSection #sip-calculator_graph.new h2 span {
    font-size: 10px;
    line-height: 16px;
  }
}
#sip-calculator_graph.new .sipc {
  background: #fff;
  padding: 32px 20px 26px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc {
    box-shadow: none;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph {
    flex-direction: column;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
  width: 48%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure {
  flex-wrap: nowrap;
  margin: 0 auto 24px auto;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li {
  margin-right: 10px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li:last-child {
  margin: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a {
  color: #0065ff;
  border: 1px solid #0065ff;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 700;
  width: 81px;
  line-height: 24px;
  text-align: center;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a.active {
  background: #0065ff;
  color: #fff;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a.active,
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a:hover {
  background: #0065ff;
  color: #fff;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form input.valid + label {
  top: -10px;
  left: 10px;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form input.valid + label {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form label {
  font-weight: 500;
  transition: all 0.15s ease-in-out 0s;
  letter-spacing: 0;
  color: #14233b;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form label {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .rupeeicon {
  top: 15px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider {
  width: 100%;
  margin-bottom: 35px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider:last-child {
  margin-bottom: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading p {
  letter-spacing: 0;
  color: #14233b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading p span {
  font-size: 10px;
  color: #757575;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt {
  position: relative;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt input {
  border: 1px solid #5e6c84;
  border-radius: 8px;
  width: 101px;
  padding: 7px 17px 7px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt #sipExpectedROI {
  padding: 7px 17px 7px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 0;
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  left: auto;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .err {
  border: 0;
  background: 0 0;
  position: absolute;
  bottom: -19px;
  font-size: 10px;
  right: 0;
  letter-spacing: 0;
  color: #c10000;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #00c134 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 2px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-invested-years,
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-investment-years,
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-rate-of-return {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step {
  position: relative;
  top: 7px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span {
  font-size: 12px;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  line-height: 22px;
  font-weight: 700;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .disclaimer {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.8;
  font-size: 12px;
  line-height: 18px !important;
  margin: 30px 0 0;
  padding: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
  padding: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper .graph {
    display: none;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper .widgetAmtGet_result {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get,
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive {
    width: 48%;
    margin-top: 30px;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get .upcs,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive .upcs {
  font-weight: 500;
  padding: 16px 10px 25px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box {
  height: 140px;
  width: 140px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .futurvalue,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .investedamt,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .futurvalue,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .investedamt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .afteryear,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .overyear,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .afteryear,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .overyear {
  font-size: 10px;
  margin: 22px 0 0;
}

#sip-calculator_graph.new .sip-loadingDiv {
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sip-loadingDiv {
    margin: 4px 0 0;
  }
}
#sip-calculator_graph.new .sip-loadingDiv .sipcalculate {
  background: #0164ff 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 15px;
  max-width: 180px;
}

.left-section-image img {
  max-width: 100%;
  height: auto;
}

.formula-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 32px 16px 0;
  position: relative;
  overflow: hidden;
}

.formula-widget:after {
  content: "";
  background: url(../../images/bu/investment/sip-calculator-formula-img.svg) no-repeat center/contain;
  width: 183px;
  height: 185px;
  position: absolute;
  right: 0;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .formula-widget:after {
    width: 130px;
    height: 130px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .formula-widget {
    padding: 24px 16px 16px;
  }
}
.formula-widget .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 75%;
  margin: 0 0 23px;
}

@media screen and (max-width: 767px) {
  .formula-widget .heading {
    font-size: 18px;
    width: 65%;
  }
}
.formula-widget .formula {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 24px;
  text-align: CENTER;
  color: var(--0065-ff, #0065ff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .formula-widget .formula {
    font-size: 18px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 375px) {
  .formula-widget .formula {
    font-size: 16px;
    padding: 18px 0;
  }
}
.formula-widget .label {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 16px 0 8px;
}

.formula-widget .terms-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .formula-widget .terms-list {
    flex-direction: column;
  }
}
.formula-widget .terms-list .term {
  width: 40%;
  display: flex;
  align-items: center;
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .formula-widget .terms-list .term {
    width: 100%;
    margin-bottom: 8px;
  }
}
.formula-widget .terms-list .term .name {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 8px;
}

.author-review-section {
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

.author-review-section .details {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .author-review-section .details {
    padding: 0 8px;
  }
}
.author-review-section .details::after {
  content: "";
  background: #ccc;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .author-review-section .details::after {
    width: 35px;
  }
}
.author-review-section .details::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #098b2c;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .image {
    max-width: 35px;
    width: 100%;
  }
}
.author-review-section .details .name {
  margin-left: 8px;
}

.author-review-section .details .name span {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
}

.author-review-section .details .name .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .name .label {
    font-size: 10px;
  }
}
.author-review-section .details .name .value {
  color: #253858;
  font-size: 16px;
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .name .value {
    font-size: 12px;
  }
}
.author-review-section .details .bio {
  background: #fff;
  border: 1px solid #776ef5;
  position: absolute;
  width: 400px;
  padding: 16px 16px 30px;
  border-radius: 8px;
  top: 25px;
  display: none;
  z-index: 10;
  position: absolute;
  left: 7px;
  margin-top: 26px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio {
    top: 20px;
    left: -27%;
    width: 340px;
    padding-bottom: 16px;
  }
}
.author-review-section .details .bio::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url(../../images/bu/term/tool-tip.svg) no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio::before {
    left: 55px;
  }
}
.author-review-section .details .bio .image {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .image {
    max-width: 39px;
  }
}
.author-review-section .details .bio .name .label {
  padding-left: 0;
  color: var(--text-60, rgba(37, 56, 88, 0.6));
}

.author-review-section .details .bio .name .label::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .label {
    font-size: 11px;
  }
}
.author-review-section .details .bio .name .value {
  text-decoration: none;
  margin-bottom: 4px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .value {
    font-size: 16px;
  }
}
.author-review-section .details .bio .name .value .namelink {
  display: block;
  width: 100%;
  color: #253858;
}

.author-review-section .details .bio .name .value .namelink:hover,
.author-review-section .details .bio .name .value .namelink:visited {
  color: #253858;
}

.author-review-section .details .bio .name .value .link {
  background: url(../../images/bu/investment/icon-linkedin.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}

.author-review-section .details .bio .name .description {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  position: relative;
}

.author-review-section .details .bio .name .description::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: -43px;
  background: url(../../images/bu/investment/icon-quotes.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .description::before {
    left: -37px;
  }
}
@media screen and (max-width: 767px) {
  .author-review-section .details .bio.s2 {
    left: -127%;
  }
  .author-review-section .details .bio.s2::before {
    left: initial;
    right: 36%;
  }
}
.author-review-section .details:hover .bio {
  display: flex;
}

.author-review-section .author {
  border-left: 1px solid rgba(37, 56, 88, 0.2);
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

@media screen and (max-width: 767px) {
  .author-review-section .author {
    border-right: 0;
  }
}
.author-review-section .author::after {
  left: -100px;
}

@media screen and (max-width: 767px) {
  .author-review-section .author::after {
    left: -35px;
  }
}
.author-review-section .author::before {
  left: -110px;
}

@media screen and (max-width: 767px) {
  .author-review-section .author::before {
    left: -35px;
  }
}
.author-review-section .author .name .label {
  padding-left: 12px;
}

.author-review-section .author .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-written-by.svg);
  position: absolute;
  height: 12px;
  width: 8px;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
}

.author-review-section .reviewer {
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

.author-review-section .reviewer::after {
  right: -100px;
}

@media screen and (max-width: 767px) {
  .author-review-section .reviewer::after {
    right: -35px;
  }
}
.author-review-section .reviewer::before {
  right: -110px;
}

@media screen and (max-width: 767px) {
  .author-review-section .reviewer::before {
    right: -35px;
  }
}
.author-review-section .reviewer .name .label {
  padding-left: 18px;
}

.author-review-section .reviewer .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-reviewd-by.svg);
  position: absolute;
  height: 14px;
  width: 14px;
  top: 54%;
  left: 0;
  transform: translate(0, -50%);
}

#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

#popup-container .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

.nri-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

.nri-popup-container .nri-popup-content {
  width: 100%;
  position: relative;
  z-index: 1002;
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 32px 16px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content {
    max-width: 340px;
  }
}
.nri-popup-container .nri-popup-content .nri-popup-close {
  background: url(../../images/bu/investment/investment-nri-popup-close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
}
.nri-popup-container .nri-popup-content .details .heading {
  color: var(--0065-ff, #0065ff);
  text-align: center;
  margin: 0 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nri-popup-container .nri-popup-content .details .description {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.nri-popup-container .nri-popup-content .details .disclaimer {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}

.need-help-button.gb {
  position: fixed;
  bottom: 85px;
  color: #0065ff;
  cursor: pointer;
  right: 10px;
  z-index: 10000;
  padding: 12px 14px;
  border-radius: 50%;
  border-radius: 24px;
  background: rgba(253, 124, 51, 0.9019607843);
  display: none;
  box-shadow: 0 3px 12px 0 rgba(146, 146, 146, 0.8);
}

@media (max-width: 1024px) {
  .need-help-button.gb {
    padding: 7px 10px;
  }
}
.need-help-button.gb.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .need-help-button.gb {
    bottom: 132px;
    right: 5px;
  }
}
.need-help-button.gb button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: CENTER;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.need-help-button.gb button img {
  margin-right: 8px;
}

h2.underline {
  position: relative;
}

h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}

h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}

.exit-intent-popup-container.mobile {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.mobile .blue {
  color: #0065ff !important;
}

.exit-intent-popup-container.mobile.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup {
  position: relative;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 15px 0 30px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 90%;
    padding: 16px 15px 0 30px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 98%;
    padding: 16px;
    margin: 0 auto;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 300px;
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: auto;
    padding: 16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-pension.svg") !important;
  width: 354px;
  background-position: 0 -30px !important;
  background-repeat: no-repeat;
  height: 371px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity:after {
    width: 250px;
    height: 262px;
    background-position: 8px -20px !important;
    background-repeat: no-repeat;
    opacity: 1;
    background-size: cover !important;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity:after {
    width: 200px;
    height: 210px;
    right: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity:after {
    width: 260px;
    height: 250px;
    right: 0;
    bottom: 0;
    opacity: 0.36;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content {
  position: relative;
  color: #253858;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content h2 {
  font-size: 42px !important;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .description {
  font-weight: 600;
  line-height: 33px;
  max-width: 100%;
  padding-bottom: 14px;
  font-size: 18px;
  width: 100%;
  position: relative;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .description:after {
  content: "";
  background-color: #e5e5e5;
  height: 2px;
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .description strong {
  display: block;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .description {
    line-height: 24px;
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .description {
    margin: 20px 0;
  }
}
@media (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .description {
    margin: 10px 0;
    line-height: 20px;
    font-size: 13px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 10px 0 10px 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  max-width: 52%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 {
  font-size: 24px;
  line-height: 32px;
  max-width: 65%;
  margin: 20px 0;
  font-weight: 600;
  letter-spacing: 0;
  color: #253858;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 .small {
  font-size: inherit;
  font-weight: 600;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 .medium {
  font-weight: 700;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0 0 0;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 {
    font-size: 18px;
    line-height: 20px;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p.details-2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    max-width: 100%;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p {
    margin: 5px 0 5px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content p {
    max-width: calc(100% - 160px);
    margin: 8px 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 30px;
  width: 90%;
  flex-direction: column;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer {
    margin-top: 20px;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer {
    margin: 12px 0 0 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer li {
  width: 90%;
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
  padding-left: 19px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer li::before {
  content: "";
  background: url(../../images/bu/exit-intent-popup-bullet.svg);
  height: 14px;
  width: 13px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer li::before {
    bottom: initial;
    top: 7px;
  }
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer li {
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer li {
    margin-bottom: -1px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  box-shadow: none;
  text-transform: initial;
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .viewplan-link {
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .viewplan-link {
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .disclaimer {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 0;
  padding: 0;
  margin: 1px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .disclaimer.right {
  text-align: right;
  bottom: 6px;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .disclaimer.right {
    text-align: left;
    bottom: -6px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-pension-new.svg") !important;
  width: 315px;
  background-repeat: no-repeat;
  height: 308px;
  position: absolute;
  bottom: 60px;
  right: 55px;
  z-index: 0;
  opacity: 1 !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension:after {
    background-size: contain;
    width: 120px;
    height: 115px;
    right: 9px;
    bottom: initial;
    top: 37px;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension:after {
    width: 200px;
    height: 210px;
    right: 9px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension:after {
    background-size: contain;
    width: 116px;
    height: 101px;
    bottom: initial;
    top: 37px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension {
  background: linear-gradient(90deg, #fee 0.25%, #fff 61.56%);
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension {
    height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-close {
  border: 0;
  width: 22px;
  height: 22px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content > div {
  z-index: 10;
  position: relative;
  font-size: 11px;
  text-align: right;
  margin-top: 0;
  color: rgba(37, 56, 88, 0.3);
  padding-top: 0;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content > div {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 32px !important;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content h2 {
    font-size: 24px !important;
    line-height: 32px;
    margin-top: 15px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  width: 330px;
  position: relative;
  margin: 0 0 20px 0;
  color: rgba(37, 56, 88, 0.95);
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.description .nothing-text {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.description .nothing-text {
    font-weight: 400;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.description.sapretor {
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.description {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 10px 0;
    width: calc(100% - 115px);
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.description::after {
  display: none;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
  position: relative;
  background: rgba(0, 101, 255, 0.06);
  padding: 11px 15px 10px 30px;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 27px;
  width: 56%;
  max-width: 382px;
  margin: 10px 0 12px;
  left: -30px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
    min-height: 48px;
    left: -17px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span {
  color: #266ff7;
  line-height: 23px;
  font-weight: 600;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.large,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.medium {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.large,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.medium {
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.premiumPlan,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.small {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.premiumPlan,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.small {
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.premiumPlan sup,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.small sup {
  font-size: 14px;
  line-height: 40px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 42px solid rgba(0, 101, 255, 0.06);
  z-index: 0;
  right: -42px;
  border-left-width: 0;
  border-right-color: transparent;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
    padding: 8px 22px 14px;
    font-size: 20px;
    line-height: 30px;
    width: 69%;
    max-width: 492px;
    margin: 10px 0 12px;
    left: -29px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
    padding: 8px 0 7px 17px;
    letter-spacing: 0;
    color: #253858;
    font-size: 15px;
    line-height: 30px;
    width: 71%;
    left: -15px;
    max-width: 382px;
    margin: 5px 0;
    left: -15px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2:after {
    border: 40px solid rgba(0, 101, 255, 0.06);
    z-index: 0;
    right: -40px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
    padding: 7px 0 8px 13px;
    letter-spacing: 0;
    color: #253858;
    font-size: 15px;
    line-height: 26px;
    width: 91%;
    margin: 10px 0;
    left: -17px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2::after {
    border: 29px solid rgba(0, 101, 255, 0.06);
    right: -29px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 568px) and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2::after {
    border: 36px solid rgba(0, 101, 255, 0.06);
    right: -36px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content p.details-2 {
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 58%;
  font-weight: 400;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer .full {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.95);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 100%;
  margin: 0 0 3px;
  padding-left: 14px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer .full::before {
  content: "";
  background: #0065ff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer .full::after {
  content: "";
  background: #6eaa50;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  border: 1px solid #fff5ef;
  top: 11px;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer .full {
    font-size: 13px;
    width: 100%;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer .full:before {
    top: 5px;
    transform: initial;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .pointer .full:after {
    top: 5px;
    transform: initial;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content a,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content a,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.pension .exit-intent-popup-content button {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
}
.retirement-interlinking-wrapper {
  padding: 30px 10px;
  max-width: 740px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .retirement-interlinking-wrapper {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.retirement-interlinking-wrapper .interlinking-widget {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 767px) {
  .retirement-interlinking-wrapper .interlinking-widget {
    width: 150%;
  }
}
@media (max-width: 560px) {
  .retirement-interlinking-wrapper .interlinking-widget {
    width: 700px;
  }
}
.retirement-interlinking-wrapper .interlinking-widget .interlinking {
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  width: 23%;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 24px;
  box-sizing: border-box;
}

.retirement-interlinking-wrapper .interlinking-widget .interlinking.green {
  background: #cde8e5;
}

.retirement-interlinking-wrapper .interlinking-widget .interlinking.blue {
  background: #a0deff;
}

.retirement-interlinking-wrapper .interlinking-widget .interlinking.brown {
  background: #d1d8c5;
}

.retirement-interlinking-wrapper .interlinking-widget .interlinking.sky {
  background: #caf4ff;
}

@media (max-width: 560px) {
  .retirement-interlinking-wrapper .interlinking-widget .interlinking {
    width: 160px;
  }
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.new-top-plans-section {
  position: relative;
}

.new-top-plans-section .tag-box {
  position: absolute;
  z-index: 1;
  border-radius: 0 5px 0 5px;
  background: #007ab9;
  right: 0;
  top: 0;
  padding: 8px 12px 8px 38px;
  overflow: hidden;
}

.new-top-plans-section .tag-box .tag {
  letter-spacing: 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

.new-top-plans-section .tag-box .tag::before {
  content: "";
  background: url(../../images/bu/investment/investment-top-plan-tag-icon.svg);
  position: absolute;
  width: 16px;
  height: 17px;
  left: -24px;
}

.new-top-plans-section .tag-box:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1.5s infinite;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .tag-box {
    border-radius: 0;
    right: 0;
    top: 0;
  }
  .new-top-plans-section .tag-box:before {
    display: none;
  }
}
.new-top-plans-section .new-top-plans {
  height: auto;
  overflow: hidden;
  padding: 35px 35px 20px;
  margin-bottom: 20px;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
  position: relative;
}

.new-top-plans-section .new-top-plans h2,
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 0;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: 4px solid #707070;
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

.new-top-plans-section .new-top-plans h2:before,
.new-top-plans-section .new-top-plans h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}

@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans h2,
  .new-top-plans-section .new-top-plans h3 {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .taxsavingbanner {
  position: absolute;
  min-width: 100px;
  font-size: 11px;
  border-radius: 6px 0 6px 0;
  padding: 4px 6px;
  vertical-align: top;
  margin: 0;
  color: #8e44ad;
  cursor: pointer;
  top: 0;
  background: transparent linear-gradient(90deg, #f3ecf7, #fcfbfd) 0 0 no-repeat padding-box;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .new-top-plans {
    background: #ededed;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans {
    margin-bottom: 0;
  }
}
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

.new-top-plans-section .new-top-plans h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading {
  display: flex;
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading {
    justify-content: space-between;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 16px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 16px;
  display: inline-block;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

.new-top-plans-section .new-top-plans .rest_plan {
  display: none;
}

.new-top-plans-section .new-top-plans .rest_plan.active {
  display: block;
}

.new-top-plans-section .new-top-plans .new-plan-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 35px 15px 15px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    padding: 35px 15px 20px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
  width: 180px;
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
  width: 90px;
  min-height: 57px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
    min-height: auto;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo + p:empty {
  display: none;
}

@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    width: 220px;
    min-height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2) 0, #fff 100%) 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 4px;
  padding: 3px 10px 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #253858;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    display: flex;
    align-items: flex-start;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo img {
    max-width: 79px;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    flex-direction: row;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin-top: 6px;
    font-size: 11px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
  font-size: 18px;
  line-height: 24px;
  color: #0065ff;
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value.green {
  color: #497633 !important;
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
    width: 50%;
    padding: 0 0 0;
    border: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .tag.orange {
  display: none;
}

.new-top-plans-section .new-top-plans .new-plan-box .heading {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 13px;
  margin: 0 0 4px;
  font-weight: 600;
}

.new-top-plans-section .new-top-plans .new-plan-box .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}

.new-top-plans-section .new-top-plans .new-plan-box .value.green {
  color: #497633 !important;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box [data-category=tax_saving_top_plan] {
    top: 40px !important;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box button:after {
  border: solid #fff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 14px;
  content: "";
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box button {
    position: absolute;
    top: 35px;
    right: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box button::after {
    margin: 0 0 1px 5px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
  padding: 20px 15px 15px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
    padding: 20px 8px 20px;
    flex-direction: row;
    position: relative;
    align-items: center;
  }
  .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
  display: flex;
  align-items: flex-start;
  width: 83%;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
    flex-direction: column;
    width: 77%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
    width: 100%;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
  width: 50%;
  padding: 13px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
    padding: 0 2px 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading {
    max-width: 80%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading sup {
  font-size: 8px;
  margin-left: 2px;
  line-height: 8px;
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .insurer-returns .disclaimer {
  background: #f8f4e2 0 0 no-repeat padding-box;
  border-radius: 5px;
  padding: 4px 5px 5px;
  display: inline-block;
  width: auto;
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
  margin: 5px 0 0;
  letter-spacing: 0;
  color: #243262;
  line-height: 13px !important;
  padding: 4px 0 5px;
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
    width: 83%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
    display: block;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
  padding: 15px 15px 15px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
    padding: 30px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
    padding: 10px 10px 12px !important;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-payout .value {
  color: #253858;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo {
  padding-top: 6px;
  min-height: 43px;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
  margin: 0 !important;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo {
    padding-top: 0;
    margin-bottom: 16px;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap {
  min-height: auto;
  width: 101px;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap {
    width: 102px;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap .img-logo-wrap {
    width: 70px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo P {
  background: 0 0;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .returns-payout > div {
  border-color: transparent;
}

@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo p {
    max-width: 110px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 18px !important;
    position: absolute !important;
    transform: initial;
    border: 1px solid #fff;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.tag button {
    top: 38px !important;
    position: absolute !important;
    transform: initial;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .returns-payout .value {
  color: #253859;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .returns-payout .insurer-returns .disclaimer {
  color: #253859;
  background: #f9f4e0;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .disclaimer {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tax-tag {
  background: #e5f6e8;
  border-radius: 4px 16px 16px 4px;
  padding: 4px 8px;
  position: absolute;
  left: 20px;
  bottom: 6px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  color: #005b1a;
  text-transform: capitalize;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tax-tag {
    left: 10px;
    top: 6px;
    bottom: auto;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
  position: absolute;
  width: 245px;
  color: #fe6d02;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0;
  padding-left: 24px;
  height: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag img {
  display: none;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 9px;
    width: 202px;
    padding: 7px 7px 7px 1px;
    padding-left: 24px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../images/bu/investment/ipru-top-plan-offer-icon.png) no-repeat 0 0;
  background-size: cover;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag .typeof-fund {
  font-weight: 700;
  border-left: 1px solid #0273a1;
  margin-left: 5px;
  padding-left: 5px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
  position: relative;
  padding: 18px 15px 25px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
    padding: 10px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .heading {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .heading {
    font-size: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
  width: 125px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
    width: 200px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo p {
    margin-right: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout {
  width: 100%;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
  width: 150px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
  width: calc(100% - 150px);
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
  font-size: 16px;
  line-height: 17px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
  font-size: 12px;
  display: inline;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 150px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 150px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 16px;
    line-height: 17px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: inline;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 120px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 120px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 100px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 100px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  border: 1px dashed #079836;
  border-radius: 8px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plus-icon {
  display: none;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
  background: #079836;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  top: -13px;
  left: 10px;
  line-height: 16px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer:after {
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  position: absolute;
  border-bottom: 22px solid #079836;
  border-right: 15px solid transparent;
  top: 0;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
  position: absolute;
  left: -32px;
  top: 7px;
  background: rgba(7, 152, 54, 0.2);
  color: #272525;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 0;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -24%;
    top: 18px;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 18px;
  }
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 38%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured {
  position: relative;
  padding: 18px 15px 25px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured {
    padding: 10px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .heading {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .heading {
    font-size: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
  width: 145px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
    width: 200px;
    align-items: center;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo p {
    margin-left: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
  width: 410px;
  margin-right: 0;
  justify-content: flex-start;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
  width: 100px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns .value span {
  font-size: 12px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
  width: 300px;
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
  font-size: 12px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 100px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 100px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value {
    font-size: 16px;
    line-height: 17px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: inline;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 110;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 110px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 80px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 80px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  border: 1px dashed #079836;
  border-radius: 8px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plus-icon {
  display: none;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
  background: #079836;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  top: -13px;
  left: 10px;
  line-height: 16px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer:after {
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  position: absolute;
  border-bottom: 22px solid #079836;
  border-right: 15px solid transparent;
  top: 0;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out {
    padding: 20px 12px 6px;
    margin-top: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
    top: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
  position: absolute;
  left: -32px;
  top: 7px;
  background: rgba(7, 152, 54, 0.2);
  color: #272525;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 0;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -35%;
    top: 0;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 0;
  }
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 38%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured.pension .button {
  width: 100px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured.pension .button:after {
  margin: 0 0 1px 5px;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps {
  align-items: flex-start;
  background: #fff;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:has(.tag) {
  padding-bottom: 40px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:has(.tag) {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps {
    align-items: flex-start;
  }
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .total-corpus {
    background: 0 0;
  }
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .total-corpus .cor-text {
    background: linear-gradient(270deg, #e2c6da 0, #d1c3e4 100%);
    padding: 0 4px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps button {
  min-width: 90px;
  font-size: 11px !important;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps button::after {
  margin: 0 0 1px 6px;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
  position: absolute;
  width: 245px;
  color: #fe6d02;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0;
  padding-left: 24px;
  height: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag img {
  display: none;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
    font-size: 9px;
    width: 202px;
    padding: 7px 7px 7px 1px;
    padding-left: 24px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../images/bu/investment/ipru-top-plan-offer-icon.png) no-repeat 0 0;
  background-size: cover;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag .typeof-fund {
  font-weight: 700;
  border-left: 1px solid #0273a1;
  margin-left: 5px;
  padding-left: 5px;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo {
  width: 140px;
  margin: 0 30px 0 0;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo {
    width: 180px;
    margin: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo .img-logo-wrap {
  min-height: 45px;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
  background: 0 0;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
    margin-top: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .logo-payouts {
  width: 35%;
  padding: 0;
  border: 0;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout {
  width: 65%;
  padding: 0;
  margin-right: 20px;
  align-items: flex-start;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout {
    width: 100%;
    margin-right: 0;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns {
  width: 30%;
  border: 0;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .disclaimer {
  background: #f9f4e0;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 13px !important;
  font-size: 10px;
  max-width: 108px;
  margin: 8px 0;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .disclaimer {
    font-weight: 500;
    padding: 5px 8px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .value {
  font-size: 18px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .value {
    font-size: 16px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout {
  width: 54%;
  border-radius: 8px;
  background-image: repeating-linear-gradient(0deg, #d8b469, #d8b469 8px, transparent 8px, transparent 18px, #83afed 18px), repeating-linear-gradient(90deg, #d8b469, #d8b469 8px, transparent 8px, transparent 18px, #d8b469 18px), repeating-linear-gradient(180deg, #d8b469, #d8b469 8px, transparent 8px, transparent 18px, #d8b469 18px), repeating-linear-gradient(270deg, #d8b469, #d8b469 8px, transparent 8px, transparent 18px, #d8b469 18px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  padding: 2px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
  margin-top: -12px;
  border: 0;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout {
    width: 66%;
    padding: 5px;
    margin-top: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus {
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  left: -30px;
  border-radius: 8px;
  background: #fff;
  color: rgba(37, 56, 88, 0.89);
  padding: 5px 5px;
  z-index: 1;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus {
    padding: 5px 0;
    transform: translateX(-50%);
    top: -19px;
    left: 50%;
    background: 0 0;
    text-align: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus .corpus-amount {
  font-size: 16px;
  font-weight: 700;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus .cor-text {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus .cor-text {
    font-size: 10px;
    background: #fff;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values {
  background: #fff;
  padding: 5px 8px 5px 90px;
  border-radius: 8px;
  position: relative;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values {
    padding: 8px 3px 8px 11px;
    display: flex;
    margin: 35px 0 0 0;
    gap: 35px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values::after {
  top: 24px;
  left: 39px;
  content: "";
  position: absolute;
  display: flex;
  width: 47px;
  height: 81px;
  background: url(../../images/bu/investment/market-mid-separator-banner.svg);
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values::after {
    display: none;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip {
  display: inline;
  position: absolute;
  margin: 4px 0 0 5px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip {
    right: 25px;
    margin: 7px 0 0 0;
    top: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip::after {
  content: "";
  position: absolute;
  display: flex;
  cursor: pointer;
  height: 9px;
  width: 9px;
  background: url(../../images/bu/investment/nps-tooltip-icon.svg) no-repeat center/9px;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip:hover .toolTip-message {
  display: flex;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message {
  position: absolute;
  font-size: 11px;
  display: none;
  line-height: 14px;
  width: 190px;
  background: #253858;
  color: #fff;
  padding: 5px 9px;
  border-radius: 4px;
  right: -77px;
  top: -58px;
  font-weight: 400;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message {
    right: -17px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: -3px;
  right: 70px;
  width: 6px;
  height: 6px;
  background: #253858;
  transform: rotate(-45deg);
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message::after {
    right: 11px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at,
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at {
  position: relative;
  min-height: 54px;
  z-index: 2;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at,
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at {
    min-width: 67px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .tax-free-badge,
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .tax-free-badge {
  position: absolute;
  top: 0;
  left: 56px;
  color: #2b6530;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #abf0ba;
  padding: 2px 2px;
  border-radius: 2px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .tax-free-badge,
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .tax-free-badge {
    left: 0;
    position: relative;
    padding: 0 2px;
    display: inline-flex;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .value,
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .value {
  font-size: 13px;
  font-weight: 700;
  color: rgba(37, 56, 88, 0.89);
  line-height: 20px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .value,
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .value {
    font-weight: 500;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer,
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .disclaimer {
  font-size: 10px;
  color: #253858;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 108px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer,
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .disclaimer {
    font-weight: 500;
    font-size: 8px;
    line-height: 13px !important;
    position: static;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer {
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer {
    margin-bottom: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at::before {
  top: -16px;
  left: auto;
  content: "";
  position: absolute;
  display: flex;
  width: 104px;
  height: 15px;
  background: url(../../images/bu/investment/market-sepearator.png) no-repeat center/104px;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at::before {
    background: url(../../images/bu/investment/market-sepearator-mobile.svg) no-repeat 0 0/13px;
    width: 13px;
    height: 46px;
    top: 0;
    left: -26px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active {
  background: url("../../images/bu/investment/lic-top-plan-highlighted.svg") no-repeat;
  background-size: cover;
}

.new-top-plans-section .new-top-plans.highlighted-active .top_plan_box {
  margin-bottom: 16px;
}

.new-top-plans-section .new-top-plans.highlighted-active .insurer-logo p {
  font-size: 15px;
  font-weight: 700;
}

.new-top-plans-section .new-top-plans.highlighted-active .insurer-logo .img-logo-wrap img {
  width: 100% !important;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active {
    padding: 12px !important;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .top_plan_box {
    padding-top: 10px;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .top_plan_box .insurer-logo {
    width: 200px;
    display: flex;
    margin-bottom: 22px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active:before {
  display: none !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .plan_name {
  position: relative;
}

.new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
  color: #b10a93;
  font-size: 14px;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  top: 10px;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
    position: absolute;
    width: 220%;
    font-size: 14px;
    font-weight: 600;
    color: #253858;
    top: 50px;
  }
}
@media (max-width: 568px) and (max-width: 360px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
    font-size: 12px;
    width: 200%;
  }
}
@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name p {
    padding: 0 10px 5px 10px;
    margin: 0;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange {
  background: #00a367 !important;
  color: #fff !important;
  border-radius: 8px 0 8px 0;
  top: -10px;
  left: -5px;
  font-weight: 600;
  position: absolute;
}

.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange:before {
  content: "";
  width: 5px;
  height: 5px;
  background: url(../../images/bu/investment/left-corner.png);
  position: absolute;
  top: 22px;
  left: 0;
}

.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../../images/bu/investment/right-corner.png);
  position: absolute;
  top: 0;
  right: -10px;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt {
  width: 110px !important;
  margin: 0;
  position: relative;
  top: -4px;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt span {
  top: initial;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt .value {
  font-size: 20px;
  width: 102px;
  margin: 0;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt .value .label {
  background: 0 0;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0 !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
  width: calc(100% - 130px) !important;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
    width: calc(100% - 110px) !important;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  height: 110%;
}

.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .youget {
  background: 0 0 !important;
  position: initial !important;
  font-weight: 600 !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  left: -15px !important;
  right: initial !important;
  height: 110% !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap {
  border: none;
  background: 0 0;
  padding: 5px 0 0 7px;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
  font-size: 20px;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
    width: 170px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label {
  background: 0 0;
  font-weight: 500;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label p {
  display: inline-block;
  font-size: 11px;
  color: #253858;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv {
  width: 300px;
  font-weight: 600 !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0 !important;
  text-align: left;
  left: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label p {
  line-height: 12px;
}

@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
    width: 60%;
    left: 80px;
    top: -4px;
  }
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv {
    width: 100%;
    font-weight: 600 !important;
    display: flex;
    flex-direction: row;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv p {
    margin-left: 0;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .heading {
  display: none !important;
}

.new-top-plans-section .rest-plans {
  display: none;
}

.new-top-plans-section .view-plans {
  text-align: center;
}

.new-top-plans-section .view-plans .view-plans-button {
  background: #dbf3ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #6cc1ea;
  cursor: pointer;
  border-radius: 20px;
  letter-spacing: 0.48px;
  color: #2e657f;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 11px 42px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .view-plans .view-plans-button {
    font-size: 14px;
    padding: 11px 35px;
  }
}
.new-top-plans-section.nri h2,
.new-top-plans-section.nri h3 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: 4px solid #707070;
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

.new-top-plans-section.nri h2:before,
.new-top-plans-section.nri h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}

@media screen and (max-width: 568px) {
  .new-top-plans-section.nri h2,
  .new-top-plans-section.nri h3 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans {
    background: #f5f7fe;
    margin-bottom: 0;
    border-top: 2px solid #e2e2e2;
    border-radius: 0;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section.nri .new-top-plans {
    padding: 40px 10px 18px;
  }
  .new-top-plans-section.nri .new-top-plans .new-plan-box {
    position: relative;
    padding: 36px 15px 20px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading {
  display: flex;
  margin: 10px 0 10px;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans-subheading {
    justify-content: flex-start;
  }
  .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
    margin-left: 10px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 14px;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
    font-size: 10px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 14px;
  display: inline-block;
}

.new-top-plans-section.nri .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

@media screen and (max-width: 320px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div p {
    margin-right: 0;
    width: auto;
    font-size: 12px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
    margin-left: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .taxsavingbanner {
  border-radius: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
    padding: 40px 10px 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .nri .new-top-plans .new-plan-box.default-nfo button {
    top: 20px;
  }
}
.disclaimerFor_insurer {
  background: 0 0;
  padding: 0;
  border-radius: 5px;
  font-size: 9px;
  line-height: 16px;
  margin-bottom: 14px;
  font-weight: 400 !important;
  color: #adadad;
}

.new-top-plans-section .disclaimerFor_insurer strong {
  font-weight: 400 !important;
}

.up-disclaimer {
  font-size: 8px;
  color: rgba(37, 56, 88, 0.4);
  margin: 6px;
  text-align: left;
}

.floatingPopupDiv .floatpanel {
  max-height: 450px !important;
  overflow-y: scroll !important;
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
  margin: 0;
}

.disForm .rightContent.pensionpage .blacktext.extrasmalltext {
  font-size: 15px;
}

.retirement-planning .widget-one-retirement-plan {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.retirement-planning .widget-one-retirement-plan:has(button.active[rel=tab-1]) {
  background: #c9deff;
}

.retirement-planning .widget-one-retirement-plan:has(button.active[rel=tab-2]) {
  background: #c9d0ff;
}

.retirement-planning .widget-one-retirement-plan:has(button.active[rel=tab-3]) {
  background: #e2c9ff;
}

.retirement-planning .widget-one-retirement-plan:has(button.active[rel=tab-4]) {
  background: #ffd0c9;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan {
    flex-direction: column;
    border-radius: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.retirement-planning .widget-one-retirement-plan .heading-tab-list {
  padding: 15px;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .heading-tab-list {
    padding: 0;
  }
}
.retirement-planning .widget-one-retirement-plan .heading-tab-list .tab::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .heading-tab-list .tab {
    display: flex;
    overflow-x: auto;
    padding: 0 15px;
  }
}
.retirement-planning .widget-one-retirement-plan .heading-tab-list .tab .tab-links {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  color: #253859;
  background: 0 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 25px 0;
  cursor: pointer;
  min-width: 139px;
}

.retirement-planning .widget-one-retirement-plan .heading-tab-list .tab .tab-links.active {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .heading-tab-list .tab .tab-links {
    margin: 18px 0;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section {
  width: 72%;
}

@media (max-width: 980px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section {
    width: 100%;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content {
  display: none;
  padding: 20px 30px 20px 23px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  min-height: 375px;
  position: relative;
}

@media (max-width: 980px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content {
    border-radius: 0;
    padding: 20px;
    min-height: 329px;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content .retirement-content .text-detail {
  font-size: 14px;
  font-weight: 500;
  color: #253859;
  line-height: 29px;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content .retirement-content .text-detail {
    font-size: 14px;
    line-height: 22px;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content .button-view-plans {
  border-radius: 8px;
  display: inline-flex;
  bottom: 18px;
  position: absolute;
  background: #2e58ff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 165px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content .button-view-plans {
    width: 140px;
    height: 43px;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section .tab-content.active {
  display: block;
}

.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-1 {
  background: #f0f6ff;
}

.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-1 .text-detail::after {
  content: "";
  display: flex;
  background: url(../../images/bu/investment/ages-30-retirement.png) no-repeat 0 0/163px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 163px;
  height: 233px;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section #tab-1 .text-detail::after {
    background-size: 116px;
    width: 116px;
    height: 149px;
    right: 19px;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-2 {
  background: #f2f0ff;
}

.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-2 .text-detail::after {
  content: "";
  display: flex;
  background: url(../../images/bu/investment/ages-40-retirement.png) no-repeat 0 0/173px;
  position: absolute;
  bottom: -10px;
  right: -7px;
  width: 173px;
  height: 252px;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section #tab-2 .text-detail::after {
    background-size: 97px;
    width: 97px;
    height: 142px;
    bottom: 0;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-3 {
  background: #fbf0ff;
}

.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-3 .text-detail::after {
  content: "";
  display: flex;
  background: url(../../images/bu/investment/ages-50-retirement.png) no-repeat 0 0/162px;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 162px;
  height: 266px;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section #tab-3 .text-detail::after {
    background-size: 106px;
    width: 106px;
    height: 164px;
    right: 20px;
    bottom: 0;
  }
}
.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-4 {
  background: #fff0f0;
}

.retirement-planning .widget-one-retirement-plan .tab-content-section #tab-4 .text-detail::after {
  content: "";
  display: flex;
  background: url(../../images/bu/investment/ages-60-retirement.png) no-repeat 0 0/175px;
  position: absolute;
  bottom: -10px;
  right: 5px;
  width: 175px;
  height: 247px;
}

@media (max-width: 767px) {
  .retirement-planning .widget-one-retirement-plan .tab-content-section #tab-4 .text-detail::after {
    background-size: 118px;
    width: 118px;
    height: 148px;
    right: 10px;
    bottom: 0;
  }
}
@media (max-width: 980px) {
  .show-more-less-content.indent50 .block_content_wrapper {
    width: calc(100% + 50px);
    margin-left: -50px;
    padding: 0;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row {
  display: flex;
  gap: 35px;
  padding: 30px 0 35px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row {
    gap: 8px;
    padding: 20px 0;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs {
  cursor: pointer;
  transition: all ease 0.4s;
  width: 142px;
  height: 142px;
  padding: 14px;
  border-radius: 10px;
  background: #f6f6f6;
  text-align: center;
}

.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active {
  border: 1px solid #2e58ff;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.ulip-icon {
  background-size: 74px 75px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.ulip-icon {
    background-size: 40px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.retire-icon {
  background-size: 64px 64px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.retire-icon {
    background-size: 37px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.child-icon {
  background-size: 64px 64px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.child-icon {
    background-size: 32px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.tax-icon {
  background-size: 66px 66px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs.active .scale-img.tax-icon {
    background-size: 33px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .option-text {
  font-size: 12px;
  font-weight: 500;
  margin: 8px 0 0 0;
}

.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img {
  width: 100%;
  min-height: 75px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img {
    min-height: 40px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.ulip-icon {
  background: url(../../images/bu/investment/ulip-tab-icon.png) no-repeat center center/60px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.ulip-icon {
    background-size: 32px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.retire-icon {
  background: url(../../images/bu/investment/retirement-tab-icon.png) no-repeat center center/54px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.retire-icon {
    background-size: 34px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.child-icon {
  background: url(../../images/bu/investment/child-tab-icon.png) no-repeat center center/52px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.child-icon {
    background-size: 27px;
  }
}
.investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.tax-icon {
  background: url(../../images/bu/investment/tax-tab-icon.png) no-repeat center center/52px;
}

@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs .scale-img.tax-icon {
    background-size: 31px;
  }
}
@media (max-width: 767px) {
  .investment-option-widget .heading-tab-list .invest-option-row .invest-option-tabs {
    width: 74px;
    height: 98px;
    padding: 5px 0;
  }
}
.investment-option-widget .tab-content-section .tab-content {
  display: none;
}

.investment-option-widget .tab-content-section .tab-content.active {
  display: block;
}

.investment-option-widget .tab-content-section .tab-content .option-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  color: #007aff;
}

@media (max-width: 767px) {
  .investment-option-widget .tab-content-section .tab-content .option-title {
    font-size: 20px;
  }
}
.investment-option-widget .tab-content-section .tab-content .option-title a {
  color: #007aff;
}

.investment-option-widget .tab-content-section .tab-content .option-details {
  margin: 10px 0 15px;
  color: #253859;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .investment-option-widget .tab-content-section .tab-content .option-details {
    margin: 4px 0 18px;
  }
}
.investment-option-widget .tab-content-section .tab-content .mid-plan-image {
  cursor: pointer;
  line-height: 0;
}

.investment-option-widget .tab-content-section .tab-content .info-small-text {
  font-size: 8px;
  margin: 10px 0;
}

@media screen and (max-width: 1024px) {
  .grid .leftSection h2 {
    font-size: 22px;
  }
}
.grid .leftSection .for-h3-h4 strong {
  font-size: 14px;
}

.grid.sticky-rhs {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .grid.sticky-rhs {
    flex-direction: column;
  }
}
.grid.sticky-rhs .rightSection .block_content_wrapper.rhs-sticky-banner-box {
  position: sticky;
  top: 55px;
}

@media screen and (max-width: 1024px) {
  .grid.sticky-rhs .rightSection .block_content_wrapper.rhs-sticky-banner-box {
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .pensionPlanTableWrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .leftSection .pensionPlanTable {
    overflow: scroll;
    padding: 0 0;
    display: block;
    width: 980px;
    border: 1px solid #e8e6e6;
    margin-top: 0;
  }
}
.leftSection .planTable_title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 10px 0;
}

@media only screen and (max-width: 768px) {
  .leftSection .planTable_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .pensionPlanTable {
    width: 600px;
  }
}
.leftSection .pensionPlanTable {
  padding: 0 0;
  display: block;
  border: 1px solid #e8e6e6;
  margin-top: 20px;
}

.leftSection .planTable {
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 0 0 5px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .planTable {
    width: 100%;
    max-width: 980px;
  }
}
.leftSection .planTable.pensionBuTable .header li {
  width: 20%;
}

.leftSection .planTable.pensionBuTable .tablecontent li {
  width: 20%;
}

.leftSection .planTable .saperator {
  color: #0652dd;
  font-size: 15px;
  text-align: center;
  padding: 2px 0;
  background: rgba(69, 107, 216, 0.5);
  font-weight: 600;
}

.leftSection .planTable .header {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.leftSection .planTable .header li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #efefef;
  padding: 13px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .header li a,
.leftSection .planTable .header li span {
  color: #0065ff;
}

.leftSection .planTable .header li a:focus,
.leftSection .planTable .header li a:hover,
.leftSection .planTable .header li span:focus,
.leftSection .planTable .header li span:hover {
  color: #0065ff;
}

.leftSection .planTable .header li .vs {
  background: #fff;
  padding: 0 3px;
  position: absolute;
  border-radius: 50%;
  font-weight: 400;
  font-size: 8px;
  right: 0;
  z-index: 1;
}

.leftSection .planTable .header li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #d4d4d4;
  right: 7px;
}

.leftSection .planTable .header li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  border-radius: 10px 0 0 0;
}

.leftSection .planTable .header li:first-child:after {
  display: none;
}

.leftSection .planTable .header li:last-child {
  text-align: center;
}

.leftSection .planTable .header li:last-child:after {
  display: none;
}

.leftSection .planTable .header.col5 li {
  width: 20%;
}

.leftSection .planTable .tablecontent {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.leftSection .planTable .tablecontent:after {
  content: "";
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: 1px;
  background-color: #efefef;
  left: 0;
  right: 0;
}

.leftSection .planTable .tablecontent li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .tablecontent li .yes {
  background: url(../../images/bu/investment/righttick.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.leftSection .planTable .tablecontent li .no {
  background: url(../../images/bu/investment/cross.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.leftSection .planTable .tablecontent li .infoicon {
  background: url(../../images/new-home/navigation_icon_img.png?v=12) no-repeat 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: -4px -231px;
  bottom: 0;
  right: -15px;
  cursor: pointer;
}

.leftSection .planTable .tablecontent li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #efefef;
  right: 7px;
}

.leftSection .planTable .tablecontent li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 400px) {
  .leftSection .planTable .tablecontent li:first-child {
    font-size: 10px;
  }
}
.leftSection .planTable .tablecontent li:first-child:after {
  display: none;
}

.leftSection .planTable .tablecontent li:last-child {
  text-align: center;
}

.leftSection .planTable .tablecontent li:last-child:after {
  display: none;
}

.leftSection .planTable .tablecontent.col5 li {
  width: 20%;
}

.leftSection .kbowmoreButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #fd4705;
  padding: 9px;
  color: #fff;
  border-radius: 5px;
  margin: 30px auto 20px;
  cursor: pointer;
  border: 1px solid #fd4705;
  box-shadow: 1px 1px 5px #ccc;
}

@media only screen and (max-width: 768px) {
  .leftSection .kbowmoreButton {
    margin: 30px auto 20px;
  }
}
.leftSection .pensionPlanTable:has(.pensionBuTable) {
  border: 0;
}

@media screen and (max-width: 768px) {
  .leftSection .pensionPlanTable:has(.pensionBuTable) {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .leftSection .planTable.pensionBuTable {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .leftSection .planTable.pensionBuTable .ppts {
    overflow-x: auto;
    width: 600px;
  }
}
.leftSection table td .bluelink {
  cursor: pointer;
  color: #0065ff;
}

.section-full .section-grid .reviewAction {
  justify-content: center;
  gap: 10px;
  max-width: 310px;
}

.leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section .data_ul {
  margin: 0;
}

@media (max-width: 767px) {
  .leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section .data_ul {
    min-height: 360px;
  }
}
@media (max-width: 390px) {
  .leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section .data_ul {
    min-height: 400px;
  }
}
.leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section .data_ul li {
  font-size: 14px;
  max-width: 340px;
}

.leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section .data_ul li::before {
  top: 7px;
}

.leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section .data_ul h3 {
  margin: 0;
}

.leftSection .retirement-planning .widget-one-retirement-plan .tab-content-section h2 {
  margin-top: 0;
  font-size: 24px;
}

.disForm.formBlock .leftContentBox .leftbox .pointers {
  min-height: 270px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers {
    min-height: inherit;
  }
}
.disForm .rightContent.annuitypage .investment-bg .product-achivement-at-policybazaar,
.disForm .rightContent.pensionpage .investment-bg .product-achivement-at-policybazaar {
  display: none;
}

@media (max-width: 1024px) {
  .disForm .rightContent.annuitypage .investment-bg .product-achivement-at-policybazaar,
  .disForm .rightContent.pensionpage .investment-bg .product-achivement-at-policybazaar {
    display: flex;
  }
}
.disForm .annuitypage + .ratings-mobile,
.disForm .pensionpage + .ratings-mobile {
  display: none;
}

.pensionpage.provider .insurerlogo {
  display: none;
}

.key-factor-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  .key-factor-wrapper {
    position: absolute;
    bottom: -30px;
    display: none;
    width: 100%;
  }
}
.key-factor-wrapper .key-factor {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  list-style: none;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 16px rgba(51, 51, 124, 0.1607843137);
  width: 630px;
  position: absolute;
  bottom: -30px;
}

.key-factor-wrapper .key-factor li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  position: relative;
  min-height: 50px;
  justify-content: space-between;
}

.key-factor-wrapper .key-factor li .totalRating {
  width: 150px !important;
}

.key-factor-wrapper .key-factor li::before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 1px;
}

.key-factor-wrapper .key-factor li:last-child::before {
  display: none;
}

.key-factor-wrapper .key-factor li .starts_block {
  width: 80px;
  margin: 0;
}

.key-factor-wrapper .key-factor li .hi-pp {
  font-size: 14px;
  color: #6359ef;
  font-weight: 500;
  line-height: 22px;
}

.key-factor-wrapper .key-factor li .light-text {
  font-size: 10px;
  color: #253858;
  font-weight: 400;
}

.key-factor-wrapper .key-factor li .light-text .totalRating {
  width: 80px;
}

@media (max-width: 568px) {
  .key-factor-wrapper .key-factor li .light-text {
    text-align: center;
  }
  .key-factor-wrapper .key-factor li .light-text .totalRating {
    width: 90px;
  }
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor {
    max-width: 100%;
    width: 500px;
    bottom: initial;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .key-factor-wrapper .key-factor li {
    width: 33%;
  }
  .key-factor-wrapper .key-factor li:first-child {
    position: absolute;
    top: -56px;
    display: none;
  }
  .key-factor-wrapper .key-factor li:first-child:before {
    display: none;
  }
  .key-factor-wrapper .key-factor li .totalRating {
    width: 80px;
    left: 0;
  }
}
.annuitypage .key-factor-wrapper .key-factor {
  bottom: -10px;
}

.investment_footer_strip.newpension-strip .ulip_v6 .guaranteedInvestList li .whiteTxt p {
  margin-top: 0;
}

.leftSection p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection p.disclaimer {
  width: 100%;
  margin: 10px auto;
  padding: 10px 1%;
  font-size: 10px;
  background: 0 0;
  line-height: 17px !important;
  letter-spacing: 0;
  text-align: left;
}

.dedicatated-radio-tabs {
  display: flex;
  flex-flow: row;
  height: 570px;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .dedicatated-radio-tabs {
    height: auto;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
  }
}
.dedicatated-radio-tabs .state {
  position: absolute;
  left: -10000px;
}

.tabs {
  display: flex;
  flex-flow: column;
  width: 250px;
  max-height: 500px;
  overflow-y: auto;
  align-self: flex-start;
}

@media (max-width: 980px) {
  .tabs {
    display: none;
  }
}
.tab-label {
  font-size: 14px;
  min-height: 60px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  color: rgba(37, 56, 88, 0.6);
  padding-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

.tab-label .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #253858;
  border-left: 1px solid #253858;
  transform: translate(0, -50%) rotate(135deg);
  top: 50%;
  position: absolute;
  right: 10px;
}

@media (max-width: 980px) {
  .tab-label .arrow-right {
    transform: translate(0, -50%) rotate(225deg);
  }
}
.tab-label.active,
.tab-label:hover {
  background: #f3f7ff;
  color: #0065ff;
  font-weight: 500;
}

.tab-label.active .arrow-right,
.tab-label:hover .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0065ff;
  border-left: 1px solid #0065ff;
  transform: translate(0, -50%) rotate(135deg);
}

@media (max-width: 980px) {
  .tab-label.active .arrow-right,
  .tab-label:hover .arrow-right {
    transform: translate(0, -50%) rotate(45deg);
  }
}
.panelwrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 270px);
  position: relative;
  margin-left: 20px;
}

.panelwrapper .mobile {
  display: none;
}

@media (max-width: 980px) {
  .panelwrapper .mobile {
    display: flex;
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  .panelwrapper {
    width: 100%;
    margin-left: 0;
  }
}
.content-container {
  display: none;
}

.content-container.active {
  display: block;
}

.dedicatated-radio-tabs .panel {
  flex: 100%;
  color: #1e262d;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  border-radius: 8px 8px 0 0;
  overflow: auto;
  position: relative;
  max-height: 500px;
}

@media (max-width: 980px) {
  .dedicatated-radio-tabs .panel {
    margin-left: 0;
    max-height: initial;
    border-radius: 8px 8px 0 0;
  }
}
.dedicatated-radio-tabs .panel .text-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cadcff;
}

.dedicatated-radio-tabs .panel .listing {
  padding: 0 0 0 50px;
  margin: 0;
  list-style: disc !important;
}

.dedicatated-radio-tabs .panel .listing li {
  padding: 3px 0;
}

.dedicatated-radio-tabs .panel .first-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 30px 0 20px 0;
}

.dedicatated-radio-tabs .panel .common-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 16px 0 8px;
  display: flex;
  align-items: flex-start;
}

.dedicatated-radio-tabs .panel .common-heading i {
  margin-right: 10px;
}

.dedicatated-radio-tabs .panel .common-heading i.staricon {
  background: url("../../images/bu/investment/tab-star-icon.svg") no-repeat 0 0;
  height: 24px;
  width: 24px;
}

.dedicatated-radio-tabs .panel .common-heading i.batchicon {
  background: url("../../images/bu/investment/tab-batch-icon.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
}

.dedicatated-radio-tabs .panel .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
  padding: 0 0 0 35px;
}

.learn-more-about {
  background: linear-gradient(0deg, #f2f5fa -121.33%, #cfe1ff 428.67%);
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  left: 0;
  border-radius: 0 0 8px 8px;
  padding: 10px 10px 10px 50px;
  box-sizing: border-box;
  display: flex;
  font-weight: 500;
  color: #0065ff;
  align-items: center;
  position: relative;
}

.learn-more-about .bookicon {
  background: url("../../images/bu/investment/tab-book-icon.svg") no-repeat -13px 8px;
}

@media (max-width: 980px) {
  .learn-more-about {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 568px) {
  .learn-more-about {
    padding: 10px 10px 10px 0;
    font-size: 14px;
  }
}
.learn-more-about .link {
  display: block;
  z-index: 1;
  background: #0065ff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 568px) {
  .learn-more-about .link {
    display: block;
    z-index: 1;
    background: #0065ff;
    width: 90px;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 10px;
    font-size: 12px;
  }
}
.learn-more-about .bookicon {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  left: -10px;
  bottom: 0;
}

.learn-more-about .bookicon svg {
  width: 100%;
}

.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}

@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 0 10px 16px;
  }
}
.section-full.lgpp .scrollable-box {
  position: relative;
}

.section-full.lgpp .scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}

.section-full.lgpp .scrollable-box.y p {
  padding-right: 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .section-full.lgpp .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.section-full.lgpp .popular-search {
  position: relative;
  padding: 0;
}

.section-full.lgpp .popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.section-full.lgpp .popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.section-full.lgpp .popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.section-full.lgpp .popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.section-full.lgpp .popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li:hover {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.section-full.lgpp .popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.section-full.lgpp .popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

#financial-news {
  position: relative;
  margin-top: 20px;
}

#financial-news .lin-container {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 101, 255, 0.0509803922);
  padding: 20px 15px;
}

@media (max-width: 767px) {
  #financial-news .lin-container .lin-heading {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 980px) {
  #financial-news .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #financial-news .lin-container {
    padding: 0 0;
  }
}
#financial-news .lin-container .lin-heading {
  font-size: 24px;
  font-weight: 500;
  color: #0065ff;
}

#financial-news .lin-container .lin-heading span {
  font-size: 24px;
  font-weight: 500;
  color: #0065ff;
}

#financial-news .lin-container .lin-left {
  width: 63%;
  padding-right: 15px;
  height: 400px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
}
#financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 25px;
  line-height: 28px;
  -webkit-line-clamp: none;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 18px;
    padding: 10px 0;
  }
}
#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph {
  height: auto;
}

#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p {
  color: rgba(37, 56, 88, 0.9);
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
}

#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p:first-child {
  -webkit-line-clamp: inherit;
  display: block;
  -webkit-box-orient: initial;
  text-overflow: initial;
  overflow: initial;
}

#financial-news .lin-container .lin-left .newsFullView .read-more-news {
  display: none;
}

#financial-news .lin-container .lin-right {
  width: 37%;
  position: relative;
  max-width: 274px;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .lin-right {
    max-width: 100%;
  }
}
#financial-news .lin-container .lin-row {
  display: flex;
  justify-content: space-between;
}

#financial-news .lin-container .latest-news-heading {
  display: flex;
  align-items: center;
}

#financial-news .lin-container .latest-news-heading img {
  margin: 0 10px 0 0;
}

#financial-news .lin-container .latest-news-heading span {
  color: #095706;
  font-size: 20px;
  margin: 0 0 0 7px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .latest-news-heading {
    padding: 20px 0 5px 15px;
  }
  #financial-news .lin-container .latest-news-heading img {
    margin-top: 4px;
  }
}
#financial-news .lin-container .slide-news {
  margin: 13px 0 0 0;
  display: block;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .slide-news {
    margin: 10px 0 0 0;
    padding: 0 15px 20px;
  }
}
#financial-news .lin-container .read-more-news {
  display: block;
  font-size: 13px;
  margin: 10px 0 0 0;
  color: #0067ff;
  cursor: pointer;
}

#financial-news .lin-container .heading-text-latest {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#financial-news .lin-container .read-txt .parent-paragraph {
  height: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .read-txt .parent-paragraph {
    height: auto;
  }
}
#financial-news .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 5px 0 0;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .read-txt p {
    display: none;
  }
}
#financial-news .lin-container .read-txt p:first-child {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 1;
  }
}
#financial-news .lin-container .slide-news-box {
  background: #fff;
  padding: 12px 13px;
  box-shadow: rgba(37, 56, 88, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
    min-height: 88px;
  }
}
@media screen and (max-width: 767px) {
  #financial-news .lin-container .slide-news-box.current {
    border: 1px solid #0065ff;
  }
}
#financial-news .lin-container .slide-news-box.current .read-more-news {
  opacity: 0.3;
}

#financial-news .lin-container .tab-content {
  display: none;
}

#financial-news .lin-container .tab-content.current {
  display: inherit;
}

#financial-news .lin-container .slider {
  max-width: 800px;
  margin: auto;
  overflow-y: hidden;
  height: 365px;
  position: relative;
}

#financial-news .lin-container .slider::after {
  content: "";
  position: absolute;
  backdrop-filter: blur(2px);
  height: 110px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
}

#financial-news .lin-container .slider .view-more-btn {
  width: 105px;
  height: 36px;
  background: #0065ff;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 4px;
  bottom: 40px;
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .slider .view-more-btn {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #financial-news .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  #financial-news .lin-container .slider .slide-news-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
#financial-news .lin-container .slider::-webkit-scrollbar-track {
  background: 0 0;
}

#financial-news .lin-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#financial-news .lin-container .slides .slide-news-row {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

#financial-news .lin-container .lin-right button {
  position: absolute;
  top: 0;
  border: 1px solid #0067ff;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

#financial-news .lin-container .lin-right .prev {
  right: 36px;
}

#financial-news .lin-container .lin-right .next {
  right: 0;
}

@media (max-width: 919px) {
  #financial-news .lin-container .tioc-container {
    padding: 0 15px;
  }
  #financial-news .lin-container .cities-list-wrapper ul li {
    min-width: auto;
    width: 48%;
  }
  #financial-news .lin-container .lin-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #financial-news .lin-container .read-more-news {
    display: none;
  }
  #financial-news .lin-container .cities-list-wrapper ul li {
    width: 100%;
  }
  #financial-news .lin-container .lin-left {
    width: 100%;
  }
  #financial-news .lin-container .lin-right {
    width: 100%;
  }
  #financial-news .lin-container .lin-row {
    flex-direction: column;
  }
}
.disForm .rightContent .investment-bg .bluetext.mediumtext {
  padding: 0 10px;
}

.disForm .rightContent .investment-bg .bluetext.mediumtext sup {
  font-size: 8px;
}

.leftSection .faqsWrap.content-faq:has(#pension-plan-buying-guide) ul li p a {
  color: #0065ff;
  padding: 14px;
  display: inline-flex;
  position: relative;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  font-size: inherit;
}

.leftSection .faqsWrap.content-faq:has(#pension-plan-buying-guide) ul li p a::after {
  display: none;
}

.leftSection .faqsWrap.content-faq:has(#pension-plan-buying-guide) ul li h3 + div {
  background: #f6fbff;
  padding: 10px 20px;
  border: none;
}

.leftSection .faqsWrap.content-faq:has(#pension-plan-buying-guide) ul li h3 span {
  transform: inherit;
  margin-left: 0;
  position: relative;
  right: auto;
  top: auto;
}

.leftSection .faqsWrap.content-faq ul li {
  background: 0 0;
}

.leftSection .faqsWrap.content-faq ul li h3 {
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap.content-faq ul li h3 span {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap.content-faq ul li h3 span[flag=up] {
  padding: 14px 60px 14px 0;
  background: 0 0;
  border: none;
}

.leftSection .faqsWrap.content-faq ul li h3 span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap.content-faq ul li h3 span[flag=down] {
  padding: 14px 60px 14px 0;
  background: 0 0;
  border: none;
}

.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
.leftSection .allinsurer .footable table td h3 {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
}

.leftSection .allinsurer .footable table td h3 a {
  display: inline-flex;
  padding: 0;
}

.for-h3-h4,
.leftSection .for-h3-h4 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.need-help-button.gb.investment-nudge button img {
  max-width: 28px;
  border-radius: 50%;
}

.need-help-button.gb.investment-nudge button img.hide-desktop {
  display: none;
}

@media (max-width: 1024px) {
  .need-help-button.gb.investment-nudge {
    display: flex;
    min-width: 288px;
    transform: translateX(251px);
    transition: all ease 0.4s;
  }
  .need-help-button.gb.investment-nudge button {
    padding: 1px 0;
  }
  .need-help-button.gb.investment-nudge button img {
    margin-right: 15px;
    max-width: 30px;
    border-radius: 50%;
  }
  .need-help-button.gb.investment-nudge button img.hide-mobile {
    display: none;
  }
  .need-help-button.gb.investment-nudge button img.hide-desktop {
    display: inline-flex;
  }
}
@media (max-width: 1024px) {
  .need-help-button.gb.investment-nudge.active {
    transition: all ease 0.4s;
    transform: translateX(0);
  }
}
.insurance-companies-box .insurance-companies-list .insurance-company {
  height: 126px;
}

.need-help-button.gb {
  bottom: 100px;
}

.tab-sip-tables {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .tab-sip-tables {
    margin-top: 0;
  }
}
.tab-sip-tables ul.tab {
  padding: 0;
  list-style: none;
  outline: 0;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  justify-content: center;
  align-items: center;
  width: 96%;
  border-radius: 8px;
  margin: 60px auto 50px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .tab-sip-tables ul.tab {
    margin: 20px auto 10px;
  }
}
.tab-sip-tables ul.tab li {
  padding: 15px;
  text-align: center;
  color: #949494;
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
  .tab-sip-tables ul.tab li {
    min-height: 70px;
    align-items: center;
  }
}
.tab-sip-tables ul.tab li.active:after {
  content: "";
  width: 90%;
  background: #0663f6;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.tab-sip-tables ul.tab li.table_tab_action {
  color: rgba(37, 56, 88, 0.5);
  font-size: 16px;
  line-height: 20px;
}

.tab-sip-tables ul.tab li.table_tab_action.active {
  color: #076bfb;
}

@media (max-width: 568px) {
  .tab-sip-tables ul.tab li.table_tab_action {
    font-size: 12px;
    font-weight: 500;
  }
}
.tab-sip-tables ul.tab li + li {
  border-left: 1px solid #e2e2e2;
}

.tab-sip-tables .tab-sip-tables-box {
  overflow: hidden;
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar {
  width: 0;
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar-track {
  background: 0 0;
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar-thumb {
  background: 0 0;
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box {
    overflow-x: scroll;
    overflow: overlay;
    white-space: nowrap;
    margin-right: -15px;
    display: grid;
  }
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper {
  background: #fff 0 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #9fc4ff;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper {
    overflow: visible;
  }
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table {
  border-collapse: collapse;
  margin: 0;
  white-space: nowrap;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tr:first-child {
  background: 0 0 !important;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody > tr > td:first-child {
  max-width: 100%;
  width: 265px;
  white-space: break-spaces;
  line-height: normal;
  border-right: 0;
  border-left: 0;
  font-size: 14px;
  color: #076bfb;
  font-weight: 500;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody > tr > td:first-child {
    width: 220px;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody > tr > td:first-child a[href=""] {
  text-decoration: underline;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody > tr > td:first-child .insurer-short-name {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered td,
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered th {
  border-top: 0 !important;
  border-bottom: 0;
  background: 0 0 !important;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-colgrp .text-left {
  text-align: left;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-colgrp .returns {
  position: relative;
  left: 100px;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-no-colgrp .text-left {
  text-align: left;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-no-colgrp .fund-name {
  position: relative;
  top: -14px;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody tr:nth-child(2n) {
  background: #fafafa;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody tr td {
  font-size: 16px;
  line-height: 14px;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody tr td {
    font-size: 12px;
  }
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table td,
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table th {
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a[href] {
  text-decoration: underline;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a,
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a[href] {
  font-size: 14px;
  line-height: 32px;
  color: #076bfb !important;
  font-weight: 500;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a,
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a[href] {
    width: 200px;
    display: block;
    white-space: normal;
    line-height: 19px !important;
  }
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table thead {
  background: #f2f7ff 0 0;
  border-radius: 8px 8px 0 0;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table thead th {
  font-size: 14px;
  line-height: 13px;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col {
  padding-right: 20px;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col {
    padding-right: 20px;
  }
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col:last-child {
  padding-right: 0;
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col .td-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 96px;
  height: 30px;
  background: #fff;
  border: 1px solid #076bfb;
  border-radius: 4px;
  color: #076bfb;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.tab-sip-tables .tab-sip-tables-box .planview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col {
  width: 50%;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .planview-row .planview-col {
    width: auto;
    padding-right: 10px;
  }
}
.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col .updated {
  color: #253858;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col.view-all-plans-box {
  background: #2a63f6;
  border-radius: 0 0 12px 12px;
  width: 45%;
  padding: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 667px) {
  .tab-sip-tables .tab-sip-tables-box .planview-row .planview-col.view-all-plans-box {
    width: 60%;
    margin-right: 5%;
  }
}
.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col.view-all-plans-box .view-all-plans {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
}

.tab-sip-tables .table_box {
  display: none;
}

.tab-sip-tables .table_box.active {
  display: block;
}

.tab-sip-tables .child-finance-hub-widget {
  flex-direction: column;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.tab-sip-tables .child-finance-hub-widget .heading-tab-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-left: 8px;
}

.tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab {
  padding: 0;
  list-style: none;
  outline: 0;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  margin: 20px auto 30px;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab {
    margin: 0 auto 0;
  }
}
.tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab .tab-links {
  border: 0;
  border-radius: 0;
  background: 0 0;
  width: auto;
  height: 51px;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 0;
  color: rgba(37, 56, 88, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  min-width: 225px;
}

@media (max-width: 667px) {
  .tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab .tab-links {
    font-size: 12px;
    min-width: 50%;
  }
}
.tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab .tab-links + .tab-links {
  border-left: 1px solid #ccc;
}

.tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab .tab-links.active {
  background: 0 0;
  position: relative;
  color: #0065ff;
}

.tab-sip-tables .child-finance-hub-widget .heading-tab-list .tab .tab-links.active::after {
  content: "";
  background: #0065ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 3px;
  margin: 0 auto;
  display: flex;
}

.tab-sip-tables .child-finance-hub-widget .tab-content-section {
  width: 100%;
  border-radius: 6px;
  background: 0 0;
  padding: 0;
}

.tab-sip-tables .child-finance-hub-widget .tab-content-section .tab-content {
  max-height: none;
  display: none;
}

.tab-sip-tables .child-finance-hub-widget .tab-content-section .tab-content.active {
  display: block;
}

.leftSection .tab-sip-tables table td {
  padding: 15px 20px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.annuity .exit-intent-popup-content .pointer li sup {
  font-size: 12px;
}

.new-top-plans-section .new-top-plans .new-plan-box .pi-tag {
  position: absolute;
  top: 5px;
  font-size: 12px;
  background: #e3eeff;
  padding: 2px 10px;
  right: 10px;
  border-radius: 10px;
}

.disForm.formBlock:has(.leftContentBox.pensionpage),
.disForm.formBlock:has(.leftContentBox.annuitypage) {
  background: transparent;
  padding: 25px 0px 20px;
  justify-content: flex-start;
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .block_content_wrapper_firstfold,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .block_content_wrapper_firstfold {
  width: 100%;
  margin: 0 0 20px;
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox {
  background: rgb(240, 248, 255);
  padding: 10px 28px 30px 28px;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox {
    padding: 0 10px;
    flex-wrap: wrap;
    margin: 20px 0 0;
    background: #06225F;
    border-radius: 10px;
  }
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .invBanner,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .invBanner {
  width: 50%;
  max-width: 233px;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .invBanner,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .invBanner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    display: inherit;
  }
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .invBanner .stairgraphic,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .invBanner .stairgraphic {
    display: flex;
    right: 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-position: right 0;
    background-repeat: no-repeat;
    opacity: 0.4;
    height: 90%;
  }
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers {
    width: 100%;
  }
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .headingtext,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .headingtext {
  display: none;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .headingtext,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .headingtext {
    padding: 15px 0 10px 10px;
    color: #fff;
    display: block;
  }
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .pointerlist,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .pointerlist {
  top: 0;
  left: 0;
  margin: 0 0 0 38px;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .pointerlist,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .pointerlist {
    margin: 0px;
  }
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .pointerlist li,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .pointerlist li {
  padding: 10px 0 10px 50px;
  min-height: 60px;
  margin: 0 0 20px;
  border-left: 3px solid rgb(57, 103, 255);
  box-shadow: none;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .pointerlist li,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .pointerlist li {
    width: 100%;
    margin: 0px 0 10px;
  }
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .pointerlist li::before,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .pointerlist li::before {
  left: 15px;
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .leftbox .pointers .pointerlist li p,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers .pointerlist li p {
  line-height: 22px;
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .leftContentBox .key-factor-wrapper .key-factor,
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .key-factor-wrapper .key-factor {
  position: relative;
  box-shadow: none;
  width: 100%;
  bottom: 0px;
}
.disForm.formBlock:has(.leftContentBox.pensionpage) .rightContent,
.disForm.formBlock:has(.leftContentBox.annuitypage) .rightContent {
  margin: 0px;
  border-top: 3px solid #0065FF;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.pensionpage) .rightContent,
  .disForm.formBlock:has(.leftContentBox.annuitypage) .rightContent {
    margin: 0px auto;
  }
}

.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers {
    margin: 0px;
  }
}
.disForm.formBlock:has(.leftContentBox.annuitypage) .leftContentBox .leftbox .pointers {
  margin: 35px 0 0;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  display: flex;
  z-index: 11;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild::after {
  display: none;
}

.updateMobileFeild .dropdown {
  position: relative;
  width: 79px;
  cursor: pointer;
}

.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}

.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 3px;
  padding-right: 18px;
  height: 36px;
  margin-top: 5px;
  width: 85px;
  border: none;
  border-radius: 6px;
}

.updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}

.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}

.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}

.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px 18px 10px 10px;
  border: none;
  border: 1px solid #ccc;
  outline: 0;
  box-sizing: border-box;
}

.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}

@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 767px) {
  .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after,
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}

@media (max-width: 640px) {
  .updateMobileFeild .code-number {
    margin: 0 0 0;
  }
}
.updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}

@media (max-width: 375px) {
  .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
  border: none;
}

@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0;
  height: 100%;
  font-weight: 500;
  border-radius: 6px;
}

.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable,
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}

.updateMobileFeild.error {
  margin: 10px 0 16px;
}

.updateMobileFeild.error .code-number {
  border: 1px solid red;
}

.updateMobileFeild.error .err {
  color: red;
  font-weight: 600;
}

.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper {
  border: 1px dashed #CACACA;
  padding: 12px 4px 4px;
  border-radius: 10px;
  position: relative;
  min-width: 120px;
  width: 100%;
  max-width: 205px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper .label-top-text {
  position: absolute;
  margin: 0 auto;
  width: 120px;
  left: 0;
  right: 0;
  top: -8px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.8901960784);
  background: #fff;
  padding: 2px 4px;
  justify-content: center;
  display: inline-flex;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper .blue-box-pension {
  background: #F0F6FE;
  border-radius: 8px;
  padding: 8px;
  display: flex;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper .blue-box-pension .cost-age .premium-cost {
  font-size: 12px;
  font-weight: 500;
  color: #079836;
  min-width: 77px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper .blue-box-pension .cost-age .premium-cost .month-txt {
  font-size: 10px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper .blue-box-pension .cost-age .age-txt {
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  background: #fff;
  color: rgba(37, 56, 88, 0.8901960784);
  padding: 2px 4px;
  margin: 4px 0 0 0;
  border-radius: 4px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .increasing-pension-wrapper .blue-box-pension .cost-age + .cost-age {
  background: url(../../images/bu/investment/arrow-annuity-topplan.svg) no-repeat 0 center/22px;
  margin: 0 0 0 4px;
  padding: 0 0 0 30px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .mid-divider {
  position: relative;
  margin: 0 8px;
  min-height: 66px;
  width: 21px;
  max-width: 21px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .mid-divider::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #0065FF;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .mid-divider span.plus-sign {
  width: 19px;
  height: 19px;
  display: inline-flex;
  position: absolute;
  background: #E5F0FF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  line-height: 15px;
  justify-content: center;
  color: #0065FF;
  font-weight: bold;
  font-size: 18px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .return-premium {
  border: 1px dashed #CACACA;
  padding: 12px 4px 4px;
  border-radius: 10px;
  position: relative;
  display: inline-flex;
  min-width: 98px;
  min-height: 66px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .return-premium .label-top-text {
  position: absolute;
  margin: 0 auto;
  width: 92px;
  left: 0;
  right: 0;
  top: -8px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.8901960784);
  background: #fff;
  padding: 2px 2px;
  justify-content: center;
  display: inline-flex;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .return-premium .white-bx {
  margin: 0 auto;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .return-premium .white-bx .premium-text {
  font-size: 11px;
  font-weight: 500;
  color: #079836;
  text-align: center;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .return-premium .white-bx .nominee-tag {
  font-size: 10px;
  font-weight: 600;
  color: rgba(37, 56, 88, 0.8901960784);
  background: #D5F2FF;
  border-radius: 4px;
  padding: 2px 4px;
  margin: 4px 0 0 0;
}