@charset "UTF-8";
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
: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;
  --brand-color: #0065FF;
  --input-border-color: #dddddd;
  --text-primary-89-color: rgba(37, 56, 88, 0.89);
  --text-primary-60-color: rgba(37, 56, 88, 0.89);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-track:before {
  content: "";
  display: table;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next {
  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;
  right: -25px;
}
.slick-next:focus {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before {
  opacity: 1;
}
.slick-next:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "→";
}

.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;
  left: -25px;
}
.slick-prev:focus {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-prev:focus:before {
  opacity: 1;
}
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "←";
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.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 {
  outline: 0;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:hover {
  outline: 0;
}
.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-family: slick;
  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 {
  outline: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-menu {
  outline: 0;
  list-style: none;
  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 {
  margin: -1px;
}
.ui-menu .ui-state-focus {
  margin: -1px;
}
.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-button {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  text-decoration: none;
}
.ui-button:active {
  text-decoration: none;
}
.ui-button:hover {
  text-decoration: none;
}
.ui-button:link {
  text-decoration: none;
}
.ui-button:visited {
  text-decoration: none;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-spinner {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 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 .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-spinner-input {
  vertical-align: middle;
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.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 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix {
  min-height: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}

.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-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.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-icon-only {
  width: 2.2em;
}
.ui-button-icon-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-text-icon-primary .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-primary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icon-secondary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary {
  right: 0.5em;
}

input.ui-button {
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.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 {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
  left: 1px;
}
.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 {
  width: 45%;
}
.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 {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.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 {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.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-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.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-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.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 {
  display: none;
}

.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 {
  bottom: 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-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 {
  filter: inherit;
}
.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-sortable-handle {
  touch-action: none;
}

.ui-widget-content a {
  color: #222;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}
.ui-widget-content .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-widget-content .ui-state-focus {
  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-widget-content .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-widget-content .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-widget-content .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-widget-content .ui-state-highlight a {
  color: #363636;
}
.ui-widget-content .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-widget-content .ui-state-error a {
  color: #cd0a0a;
}
.ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}
.ui-widget-content .ui-priority-primary {
  font-weight: 700;
}
.ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header {
  color: #222;
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}
.ui-widget-header a {
  color: #222;
}
.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-widget-header .ui-state-focus {
  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-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-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-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-widget-header .ui-state-highlight a {
  color: #363636;
}
.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-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.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-up {
  top: 0;
}

.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-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget input {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.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 {
  color: #555;
  text-decoration: none;
}
.ui-state-default a:link {
  color: #555;
  text-decoration: none;
}
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-focus {
  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 {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:link {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.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-hover a {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover a:link {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.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 {
  color: #212121;
  text-decoration: none;
}
.ui-state-active a:link {
  color: #212121;
  text-decoration: none;
}
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.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 {
  color: #363636;
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.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 {
  color: #cd0a0a;
}
.ui-state-error .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-state-error-text {
  color: #cd0a0a;
}
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.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 {
  background-position: -80px -160px;
}

.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-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.ui-corner-all {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.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;
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}
.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;
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}
.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;
  text-align: center;
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section {
  padding: 20px 20px;
}
.trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
.trustedBy.section p b {
  color: #1b292c;
}
.trustedBy.section .slick-list {
  padding-left: 0 !important;
}

.trustedBysection {
  padding: 20px 20px;
}
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
.trustedBysection p b {
  color: #1b292c;
}
.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: 1170px;
  margin: 0 auto;
}
.grid .section-full.lgpp:has(.popular-search) {
  width: 108%;
  margin: 40px -4% 0;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2 {
  color: #253858;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}
.leftSection .h2:first-letter {
  text-transform: uppercase;
}
.leftSection .h2 a {
  color: #0065ff;
}
.leftSection h1 {
  color: #253858;
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}
.leftSection h2 {
  color: #253858;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}
.leftSection h2:first-letter {
  text-transform: uppercase;
}
.leftSection h2 a {
  color: #0065ff;
}
.leftSection {
  width: 779px;
  float: left;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.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;
}
.leftSection img {
  max-width: 100%;
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}
.leftSection .left_fullbanner img {
  width: 100%;
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}
.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;
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.leftSection .mid-form .orange-box {
  display: none;
  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 .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}
.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
  margin-bottom: 0;
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}
.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;
}
.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: -1px;
  left: 4px;
  z-index: 9;
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.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;
  width: 130px;
  margin: 20% auto 0;
}
.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.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 {
  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 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;
}
.leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection .h2.mt0 {
  margin-top: 0;
}
.leftSection h2.mt0 {
  margin-top: 0;
}
.leftSection h3 {
  font-size: 18px;
  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 {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table button.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.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 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}
.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;
}
.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}
.leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  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 {
  width: 36%;
  margin-right: 2%;
}
.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;
  appearance: none;
  -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;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}
.leftSection .number-listing-box li b {
  display: block;
}
.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::marker {
  display: none;
  color: #fff;
  z-index: -5;
}
.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: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}
.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;
  outline: 0;
}
.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 {
  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 {
  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 {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > a: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 > label {
  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 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > label: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 > 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 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > 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] {
  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 {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 > label[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 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 > 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 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 {
  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 .h3 > a {
  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 .h3 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > a: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 .h3 > label {
  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 .h3 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > label: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 .h3 > 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 .h3 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > 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 .h3 > a[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 .h3 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 > label[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 .h3 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 > 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 .h3 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.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 .h4 > a {
  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 .h4 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > a: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 .h4 > label {
  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 .h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > label: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 .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 .h4 > span:hover {
  color: #253858;
}
.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 .h4 > a[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 .h4 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h4 > label[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 .h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.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 .h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 {
  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 {
  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 {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > a: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 > label {
  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 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > label: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 > 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 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > 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] {
  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 {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 > label[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 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 > 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 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 {
  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 h3 > a {
  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 h3 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > a: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 h3 > label {
  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 h3 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > label: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 h3 > 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 h3 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > 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 h3 > a[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 h3 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 > label[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 h3 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 > 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 h3 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.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 h4 > a {
  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 h4 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > a: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 h4 > label {
  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 h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > label: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 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 h4 > span:hover {
  color: #253858;
}
.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 h4 > a[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 h4 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h4 > label[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 h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.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 h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 + 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 li .h3 + 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 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 li h2 + 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 li h3 + 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 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;
  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 .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;
}
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.leftSection .h2.tp0 {
  margin-top: 0;
}
.leftSection h2.tp0 {
  margin-top: 0;
}
.leftSection #sip-calculator .h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.leftSection #sip-calculator h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.leftSection #sip-calculator h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.leftSection #sip-calculator .center.h2 {
  text-align: center !important;
}
.leftSection #sip-calculator h1.center {
  text-align: center !important;
}
.leftSection #sip-calculator h2.center {
  text-align: center !important;
}
.leftSection #sip-calculator_graph .h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftSection #sip-calculator_graph h1 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftSection #sip-calculator_graph h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h1 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h1 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.leftSection #sip-calculator_graph.new .h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
.leftSection #sip-calculator_graph.new .h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.leftSection #sip-calculator_graph.new h1 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
.leftSection #sip-calculator_graph.new h1 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.leftSection #sip-calculator_graph.new h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
.leftSection #sip-calculator_graph.new h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.leftSection h2.licpage-heading {
  margin: 0 0 10px;
}
.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;
}
.leftSection .fdgraph {
  max-width: 724px;
  width: 100%;
  margin: 29px 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 strong {
  display: block;
}
.leftSection .textbanner .fdbanner_text {
  line-height: 28px;
  width: 100%;
}
.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 .return_calculator_box_investment.new_sip_fund_table {
  background: rgba(0, 101, 255, 0.05);
  padding-bottom: 20px;
  border-radius: 10px;
  border: rgba(0, 0, 0, 0.1019607843) 1px solid;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table h2 {
  margin: 0;
  padding: 20px 0 10px 15px;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form {
  padding: 5px 15px 0;
  gap: 40px;
  border: 0;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form .feildWrapper:first-child {
  width: calc(50% - 20px);
  margin-right: 0;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form .feildWrapper:nth-child(2) {
  width: calc(50% - 20px);
  margin-right: 0;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form .feildWrapper select {
  font-size: 12px;
  border-radius: 6px;
  border: solid 1px rgba(70, 71, 73, 0.2);
  color: #0065ff;
  box-shadow: 0 4px 11.7px 0 rgba(0, 101, 255, 0.1019607843);
  padding: 7px 18px 7px 8px;
  background: url(../../images/bu/sip-select-blue-arrow.svg) no-repeat 95% center, #fff;
  color: #0065ff;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form .feildWrapper select option {
  color: #253858;
  font-weight: 500;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox .table_know_more {
  background: #0065ff;
  border-color: #0065ff;
  border-color: #0065ff;
  border-radius: 8px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox .table_know_more::after {
  top: 16px;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox table {
  background: #fff;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox table tr:first-child {
  border-top: solid 0.8px #e1e1e1;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox table tr:first-child th {
  background: #fff;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox table tr:nth-child(2) th:last-child {
  border-right: solid 1px #e1e1e1;
}
.leftSection .return_calculator_box_investment.new_sip_fund_table .tableBox table tr th {
  background: #fff;
}

.title {
  color: #253858;
  font-weight: 600;
}

.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;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  width: 351px;
  float: right;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  display: block;
}
.rightSection > .card {
  margin-top: 0;
}
.rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-repeat: no-repeat;
  background-position: 0 51px;
}
.rightSection .webp .allimg {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  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 18px;
}
.rightSection .graphDiv img {
  max-width: 100%;
}
.rightSection .graphDiv.first {
  margin-top: 0;
}
.rightSection .calculateBtn {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
  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 {
  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 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;
  -moz-appearance: none;
       appearance: none;
  -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 {
  width: 50%;
  margin-right: 5%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns {
  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 .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}
.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}
.rightSection .fdcalculator .h3.white {
  color: #fff;
}
.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;
  padding: 10px 0;
}
.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}
.rightSection .fdcalculator .calculate_compare_result table td:first-child {
  color: #f90;
}
.rightSection .fdcalculator .calculate_compare_result table td:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}
.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.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 .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}
.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.rightSection .card.calculator {
  padding: 0;
}
.rightSection .card.insurers {
  padding: 0;
}
.rightSection .card.travelguide {
  padding: 0;
}
.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 .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 .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 .stateCheck i {
  font-style: normal;
}
.rightSection .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}
.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}
.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 .insurerBlock .insurerName.showhide {
  position: relative;
}
.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;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}
.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}
.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 .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;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}
.rightSection .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection .fieldsWrapper input[type=tel] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.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;
}
.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;
  outline: 0;
}
.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 .calculatorsList li a.showHideListing:after {
  display: none;
}
.rightSection .calculatorsList li a.showHideListing {
  padding: 15px 0 15px 45px;
}
.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;
}
.rightSection .calculatorsList.without-image li a {
  padding: 12px 0 12px 14px;
}
.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}
.rightSection .card.articles .insurerBlock:after {
  display: none;
}
.rightSection .card_heading {
  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;
}
.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;
}
.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 .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
  width: 342px;
  height: 262px;
}
.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;
}
.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 {
  background-position: 8px -672px;
}
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}
.rightSection .allCalc.lic {
  background-position: 8px -476px;
}
.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;
  background-position: 8px -812px;
}
.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}
.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_icon {
  background-position: 3px -38px;
}
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}
.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}
.rightSection .Aditya_icon {
  background-position: 1px -4675px;
}
.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 .zuno-general_icon {
  background-position: 0 -293px;
}
.rightSection .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}
.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}
.rightSection .HDFC_icon {
  background-position: 1px -1468px;
}
.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_icon {
  background-position: 1px -557px;
}
.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 {
  background-position: 1px -1031px;
}
.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_icon {
  background-position: 3px -1151px;
}
.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 {
  background-position: -67px 13px;
}
.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 {
  background-position: 1px -883px;
}
.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 {
  background-position: 1px -557px;
}
.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 {
  background-position: 3px -685px;
}
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}
.rightSection .Axis_icon {
  background-position: -67px -63px;
}
.rightSection .UTI_icon {
  background-position: -67px -399px;
}
.rightSection .LIC_icon {
  background-position: -67px -489px;
}
.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}
.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}
.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}
.rightSection .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}
.rightSection .insurerBlock.showHideListing:after {
  display: none;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  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;
}
.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.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

.pbRelatedLinks.moretag {
  display: table;
}
.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}
.pbRelatedLinks.moretag .grid .tagbox {
  display: block;
  padding: 25px 0;
}

.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 {
  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:hover {
  background: #0662f6;
  color: #fff;
}
.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 .yes:hover {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .no.active {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active {
  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;
}
.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 .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 {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(-45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.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;
  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 {
  list-style: none;
  max-width: 890px;
}
.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: 41px 20px;
}
.nav-link ul li p {
  margin-bottom: 0 !important;
}
.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;
}
.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 {
  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 .container-nav1 .cta-call .sticknav_viewplan {
  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 .container-nav1 .cta-call .viewbtn {
  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 .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 .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

.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;
}
.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;
}
.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;
}
.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 .leftSection span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.title {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.figer {
  font-size: 13px;
  display: block;
  color: #005387;
}
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

.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;
}

.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 .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 .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}
.insurer-language .slick-next.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;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}
.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;
  left: -27px;
}

.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 {
  background-position: 0 -90px;
}

.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;
}

.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.animated-banner {
  margin-bottom: 20px;
}
.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}
.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}
.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

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;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}
#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::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}
#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 {
  color: #0065ff;
}
#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;
  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;
}

.logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) center no-repeat;
}

.no-webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) center no-repeat;
}

.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) 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 .edelwiess_general_icon {
  background-position: 0 -1001px !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 {
  background-position: 0 -79px;
}

.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon {
  background-position: 0 -1520px;
}

.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 {
  background-position: 0 -276px;
}

.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.reliance_general_icon {
  background-position: 0 -314px;
}

.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 {
  background-position: 0 -393px;
}

.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.kotak_general_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.kotak_mahindra_general_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.new_india_general_icon {
  background-position: 0 -511px;
}

.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 {
  background-position: 0 -630px;
}

.widget-insurer-logo.oriental_insurance_general_icon {
  background-position: 0 -630px;
}

.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 {
  background-position: 0 -705px;
}

.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 {
  background-position: 0 -823px;
}

.widget-insurer-logo.aditya_birla_capital_life_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aditya_birla_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aditya_birla_life_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.birla_sun_general {
  background-position: 0 -823px;
}

.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 -1006px;
}

.widget-insurer-logo.hdfc_life_general_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.hdfc_life_icon {
  background-position: 0 -1043px;
}

.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 {
  background-position: 0 -1080px;
}

.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 {
  background-position: 0 -1379px;
}

.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon {
  background-position: 0 -1485px;
}

.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 {
  background-position: 0 -1818px;
}

.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;
}

.widget-insurer-logo.edelweiss_tokio_general_icon {
  background-position: 0 -1001px !important;
}

.widget-insurer-logo.edelwiess_general_icon {
  background-position: 0 -779px !important;
}

.widget-insurer-logo.manipalcigna_health_general_icon {
  background-position: 0 -1711px !important;
}

.widget-insurer-logo.niva_bupa_general_icon {
  background-position: 0 -1380px !important;
}

#sip-calculator {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
}
#sip-calculator .leftSection .h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .leftSection h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .leftSection h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .leftSection .center.h2 {
  text-align: center !important;
}
#sip-calculator .leftSection h1.center {
  text-align: center !important;
}
#sip-calculator .leftSection h2.center {
  text-align: center !important;
}
#sip-calculator .title {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .title.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;
}
#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:hover {
  background: #3197f3;
  color: #fff;
}
#sip-calculator .tenure li .tenure-tab.active {
  background: #3197f3;
  color: #fff;
}
#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;
}
#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;
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
#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 {
  display: block;
}
#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: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#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}
#sip-calculator .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}
#sip-calculator .sip-form input.valid + 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 {
  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;
  margin-right: 67px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}
#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;
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}
#sip-calculator .totalWrap .amount_you_get {
  font-weight: 400;
}
#sip-calculator .totalWrap .amount_you_get span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
#sip-calculator .totalWrap .amount_you_get .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator .totalWrap .amount_you_get .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator .totalWrap .amount_you_get .overyear {
  opacity: 0.6;
}
#sip-calculator .totalWrap .amount_you_get .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
#sip-calculator .totalWrap .amount_you_receive {
  font-weight: 400;
}
#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_receive .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#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_receive .overyear {
  opacity: 0.6;
}
#sip-calculator .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
#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);
}

#sip-calculator_graph {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
  margin: 30px 0;
}
#sip-calculator_graph .leftSection .h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .leftSection h1 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .leftSection h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .title {
  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;
}
#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;
}
#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:hover {
  background: #3197f3;
  color: #fff;
}
#sip-calculator_graph .tenure li .tenure-tab.active {
  background: #3197f3;
  color: #fff;
}
#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:nth-child(2n) {
  margin-right: 0;
}
#sip-calculator_graph .sip-form .input-wrapper.withlable {
  margin-bottom: 33px;
}
#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;
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
#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 {
  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 {
  display: none;
}
#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.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: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#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}
#sip-calculator_graph .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}
#sip-calculator_graph .sip-form input.valid + 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;
}
#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%;
}
#sip-calculator_graph .totalWrap .amount_you_get.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;
  margin-right: 25px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}
#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;
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}
#sip-calculator_graph .totalWrap .amount_you_get {
  font-weight: 400;
}
#sip-calculator_graph .totalWrap .amount_you_get span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
#sip-calculator_graph .totalWrap .amount_you_get .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph .totalWrap .amount_you_get .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 {
  opacity: 0.6;
}
#sip-calculator_graph .totalWrap .amount_you_get .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
#sip-calculator_graph .totalWrap .amount_you_receive {
  font-weight: 400;
}
#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_receive .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#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_receive .overyear {
  opacity: 0.6;
}
#sip-calculator_graph .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
#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);
}

#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;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h1 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h1 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .title {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .title .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;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab {
  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 {
  color: #fff !important;
  border-color: #3197f3 !important;
}
#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 a:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li span {
  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 span:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab.active {
  color: #fff;
  border-color: #3197f3;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li a.active {
  color: #fff;
  border-color: #3197f3;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li span.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;
}
#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;
}
#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 {
  display: block;
}
#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;
}
#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;
}
#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.sip-rhs-sticky.sip-rhs-lic-sticky {
  position: relative;
  top: 0;
}

#sip-calculator_graph.new {
  background: #f2f2f2 0 0 no-repeat padding-box;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
}
#sip-calculator_graph.new .leftSection .h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .leftSection .h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .leftSection h1 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .leftSection h1 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .leftSection h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .leftSection h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .title {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .title span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#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;
}
#sip-calculator_graph.new .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
  width: 48%;
  padding: 0;
}
#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:hover {
  background: #0065ff;
  color: #fff;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li span {
  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 span:hover {
  background: #0065ff;
  color: #fff;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a.active {
  background: #0065ff;
  color: #fff;
  background: #0065ff;
  color: #fff;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li span.active {
  background: #0065ff;
  color: #fff;
  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;
}
#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;
}
#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;
  height: 45px;
}
#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 {
  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 #sip-custom-investment-years {
  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 #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;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get .upcs {
  font-weight: 500;
  padding: 16px 10px 25px;
}
#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 {
  height: 140px;
  width: 140px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .futurvalue {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.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 {
  font-size: 10px;
  margin: 22px 0 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .overyear {
  font-size: 10px;
  margin: 22px 0 0;
}
#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_receive.box .futurvalue {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
#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_receive.box .afteryear {
  font-size: 10px;
  margin: 22px 0 0;
}
#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;
}
#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;
}

#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 .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
  margin: 0;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist {
  display: flex;
  height: 254px;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 10px;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}
#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;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist.dynamic-interlinking-investment {
  height: auto;
  padding-bottom: 10px;
}
#investment-interlinking-widget.investment-interlinking-widget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-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;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-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 .arrow {
  position: relative;
  font-size: 0px;
}
#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;
}
#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 button .arrow {
  position: relative;
  font-size: 0px;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button.active::after {
  transform: rotate(225deg);
  top: 3px;
}
#investment-interlinking-widget.investment-interlinking-widget .link button.active::after {
  transform: rotate(225deg);
  top: 3px;
}

#investment-interlinking-widget.investment-interlinking-widget.heightAutoDiv .flexlist {
  height: auto;
  overflow: visible;
}

a {
  outline: 0;
  box-shadow: none;
}
a:focus {
  outline: 0;
  box-shadow: none;
}

button {
  outline: 0;
  box-shadow: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

input {
  outline: 0;
  box-shadow: none;
  outline: 0;
}
input:focus {
  outline: 0;
  box-shadow: none;
}

select {
  outline: 0;
  box-shadow: none;
  outline: 0;
}
select:focus {
  outline: 0;
  box-shadow: none;
}

textPath {
  outline: 0;
  box-shadow: none;
}
textPath:focus {
  outline: 0;
  box-shadow: none;
}

textarea {
  outline: 0;
  box-shadow: none;
}
textarea:focus {
  outline: 0;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
}
#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  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;
}

.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 a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}
.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.sip-rhs-sticky {
  position: sticky;
  top: 96px;
  border: 1px solid #ccc;
  padding: 15px 15px 12px;
  border-radius: 8px;
  background: 0 0;
}

.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;
}

#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: 46px;
  right: -54px;
  top: 46px;
}
#navBarBookmarks div.first {
  margin: 0 !important;
}
#navBarBookmarks div.last {
  margin: 0 !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 {
  opacity: 0.25;
}
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.block_content_wrapper_firstfold {
  margin-bottom: 13px;
}
.block_content_wrapper_firstfold h1:has(+ .read-time) {
  margin-bottom: 0;
}
.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 {
  font-size: 32px;
  line-height: 30px;
  margin: 10px 0 20px;
  letter-spacing: 0.024em;
  font-weight: 700;
  padding-top: 10px;
}
.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;
}
.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 {
  color: #0065ff;
}
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

.block_content_wrapper_firstfold.in-mobile .extra-text {
  display: inline;
}
.block_content_wrapper_firstfold.in-mobile .extra-text-web {
  display: inline;
}
.block_content_wrapper_firstfold.in-mobile .text-hide-link {
  display: none;
}

.sipLeadForm {
  border-radius: 12px;
  border: 1px solid #9eb4ff;
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 20px 10px;
  width: 96%;
  margin: 0 auto;
  min-height: 120px;
  position: relative;
  top: -60px;
}
.sipLeadForm .headingText {
  position: relative;
}
.sipLeadForm .headingText .description {
  display: none;
}
.sipLeadForm .headingText .description span {
  color: #0065ff;
}
.sipLeadForm .headingText .mediumtext {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.016em;
  color: #253859;
  margin-bottom: 15px;
}
.sipLeadForm .headingText .mediumtext .highlight {
  color: #0a811d;
}
.sipLeadForm .headingText .mediumtext .highlight sup {
  font-size: 13px;
}
.sipLeadForm .headingText .mediumtext .highlight .highlight {
  margin-bottom: 14px;
}
.sipLeadForm .form-in-row {
  display: flex;
  flex-direction: row;
}
.sipLeadForm .form-in-row .form-feild-row {
  display: flex;
  flex-direction: row;
  width: 76%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sipLeadForm .form-in-row .form-feild-row .fieldWrapper {
  width: 48%;
  margin-right: 2%;
  position: relative;
}
.sipLeadForm .form-in-row .form-feild-row .fieldWrapper .nri-secure-tag {
  bottom: 14px;
}
.sipLeadForm .form-in-row .form-feild-row .fieldWrapper.error .err {
  display: block;
  font-size: 11px;
  color: #ce0505;
  font-weight: 500;
  padding: 5px;
  position: absolute;
  bottom: 7px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput {
  width: 100%;
  position: relative;
  border: 1px solid #868383;
  border-radius: 8px;
  position: relative;
  display: table;
  margin: 0 auto 28px;
  margin-right: 2%;
  height: 54px;
  padding: 0 16px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput input {
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 16px 0;
  height: 100%;
}
.sipLeadForm .form-in-row .form-feild-row .formInput input:focus + .feildLable {
  top: -13px;
  font-size: 12px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput input.labelshow + .feildLable {
  top: -13px;
  font-size: 12px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput .feildLable {
  color: #868383;
  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;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild {
  position: absolute;
  width: 160px;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild #countryDisplayName {
  width: 85px;
  position: absolute;
  left: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild .country {
  height: 100%;
  border: none;
  width: 100px;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 88% center !important;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-right: 14px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild .country option {
  font-size: 16px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild .country.active {
  font-size: 0px;
  width: 100px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild .cCode {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  width: 45px;
  background: transparent;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild .cCode:before {
  content: "";
  position: absolute;
  background: #ccc;
  height: 70%;
  top: 50%;
  width: 1px;
  transform: translate(0, -50%);
  left: -10px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #invmobile {
  padding-left: 160px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #invmobile:focus + .feildLable {
  left: 14px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #invmobile + .feildLable {
  left: 168px;
}
.sipLeadForm .form-in-row .form-feild-row .formInput #invmobile.labelshow + .feildLable {
  left: 14px;
}
.sipLeadForm .form-in-row .feild-action {
  width: 24%;
}
.sipLeadForm .whatapp-and-tnc {
  display: flex;
  justify-content: space-between;
}
.sipLeadForm .whatapp-and-tnc .info-secure {
  display: none;
}

label {
  outline: 0;
}

#loader {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 16px 20px;
  position: relative;
  cursor: pointer;
}

.proceed {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 16px 20px;
  position: relative;
  cursor: pointer;
}

.whatapp-and-tnc {
  position: relative;
}
.whatapp-and-tnc .termCondition {
  font-size: 10px;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 12px;
  position: relative;
  bottom: 0;
}
.whatapp-and-tnc .termCondition a {
  color: #0065ff;
}

.highcharts-container {
  position: relative;
  top: -40px;
}

.highcharts-data-labels {
  display: none;
}

.invest-amount {
  display: flex;
}

.cal-box {
  display: flex;
}
.cal-box .invest-button-calc {
  position: relative;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  width: 235px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.cal-box .calculate-invested-amount {
  width: 45%;
}
.cal-box .calculate-invested-goal {
  width: 45%;
}
.cal-box .calculate-invested-goal .invest-input .feild-item:first-child {
  margin-top: 0;
}
.cal-box .chart-panel {
  width: 55%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.cal-box .chart-panel .chartDiv {
  width: 300px;
  margin: 0 auto;
  height: 320px;
  position: relative;
}
.cal-box .chart-panel .chartDiv #chart1-val1 {
  position: absolute;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(25px);
  padding: 10px;
  z-index: 1;
  top: 120px;
  left: -60px;
  text-align: center;
  color: #2d7441;
}
.cal-box .chart-panel .chartDiv #chart1-val1 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.cal-box .chart-panel .chartDiv #chart1-val2 {
  position: absolute;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(25px);
  padding: 10px;
  z-index: 1;
  top: 70px;
  right: -40px;
  text-align: center;
  color: #2a63f6;
}
.cal-box .chart-panel .chartDiv #chart1-val2 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.cal-box .chart-panel .chartDiv #chart2-val1 {
  position: absolute;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(25px);
  padding: 10px;
  z-index: 1;
  top: 120px;
  left: -60px;
  text-align: center;
  color: #2d7441;
}
.cal-box .chart-panel .chartDiv #chart2-val1 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.cal-box .chart-panel .chartDiv #chart2-val2 {
  position: absolute;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(25px);
  padding: 10px;
  z-index: 1;
  top: 70px;
  right: -40px;
  text-align: center;
  color: #2a63f6;
}
.cal-box .chart-panel .chartDiv #chart2-val2 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.cal-box .chart-panel .chartDiv .highcharts-background {
  fill: transparent;
}
.cal-box .chart-panel .chartDiv .highcharts-credits {
  display: none;
}
.cal-box .chart-panel .chartDiv .highcharts-title {
  display: none;
}
.cal-box .chart-panel .chartDiv #container {
  position: relative;
  top: -70px;
}
.cal-box .chart-panel .wealth-amout {
  max-width: 250px;
  min-width: 250px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 50px;
  padding: 6px 6px 6px 30px;
  position: relative;
  text-align: center;
  width: auto;
}
.cal-box .chart-panel .wealth-amout:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 24px;
  top: 15px;
  background: url("../../images/bu/investment/wealth-icon.svg") no-repeat 0 0;
  background-size: contain;
}
.cal-box .chart-panel .wealth-amout .heading {
  color: #253859;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cal-box .chart-panel .wealth-amout .value {
  color: #253859;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.cal-box .chart-panel.dummy1 {
  background: url("../../images/bu/investment/sip-calculator-amt-calculated.png?v=002") no-repeat 98px 29px;
  background-size: 420px;
}
.cal-box .chart-panel.dummy1 .chartDiv {
  display: none;
}
.cal-box .chart-panel.dummy1 .wealth-amout {
  display: none;
}
.cal-box .chart-panel.dummy2 {
  background: url("../../images/bu/investment/sip-calculator-amt-calculated1.png?v=001") no-repeat 95px 4px;
  background-size: 410px;
  min-height: 390px;
}
.cal-box .chart-panel.dummy2 .chartDiv {
  display: none;
}
.cal-box .chart-panel.dummy2 .wealth-amout {
  display: none;
}
.cal-box label.container {
  min-width: 155px;
  background: 0 0;
  padding-left: 45px;
  color: #253858;
}

#invest-goal .chartDiv {
  height: 270px;
}
#invest-goal .chartDiv .highcharts-container {
  top: -60px;
}

.compound-calculator .cal-box .chart-panel.dummy1 {
  background: url("../../images/bu/investment/compound-calculator-amt-calculated.png") no-repeat 98px 29px !important;
  background-size: 420px !important;
}
.compound-calculator .cal-box .chart-panel.dummy1 .chartDiv {
  display: none;
}
.compound-calculator .cal-box .chart-panel.dummy1 .wealth-amout {
  display: none;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}
.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;
}
.floatingPopupDiv .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(-45deg);
}
.floatingPopupDiv .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  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::before {
  content: "";
  width: 92%;
  background: #40bc70;
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.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;
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent::before {
  display: none;
}
.floatingPopupDiv .floatpanel.video-on {
  width: 60% !important;
  min-height: 400px;
  padding: 50px !important;
}
.floatingPopupDiv .floatpanel.video-on iframe {
  width: 100%;
  height: 420px;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv.center.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  border-radius: 12px;
  border: 1px solid var(--tag-1-tag-1, rgba(57, 98, 237, 0.12));
}
.floatingPopupDiv.center .floatpanel .showForm .disForm {
  padding: 20px 0 10px;
}
.floatingPopupDiv.center .floatpanel .close {
  position: absolute;
  width: 28pxs;
  height: 28pxs;
  opacity: 1;
  background: #fff;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
}
.floatingPopupDiv.center .floatpanel .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #606060;
  top: 7px;
  transform: rotate(-45deg);
}
.floatingPopupDiv.center .floatpanel .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #606060;
  top: 7px;
  transform: rotate(45deg);
}
.floatingPopupDiv.center .floatpanel .sipLeadForm {
  border-radius: 12px;
  border: none;
  background: #fff;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: initial;
  min-height: 150px;
  position: relative;
  top: 0;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .description {
  display: block;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.016em;
  color: #253859;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: 10px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext .description {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext .description span {
  display: inline-flex;
  color: #0065ff;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext .heading {
  font-size: 16px;
  font-weight: 400;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext span {
  display: block;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .whatapp-and-tnc {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .whatapp-and-tnc .termCondition {
  font-size: 10px;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 12px;
  position: relative;
  bottom: 0;
  width: 80%;
  margin: 10px auto 0;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .whatapp-and-tnc .form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #757575;
  position: initial;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .whatapp-and-tnc .info-secure {
  margin-top: 0;
  display: block !important;
  text-align: center;
  margin-bottom: 14px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .proceed {
  padding: 16px;
  margin: 0;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .form-in-row {
  flex-direction: column;
  padding-bottom: 16px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .form-in-row .form-feild-row {
  width: 100%;
  flex-direction: column;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .form-in-row .formInput {
  margin: 0;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .form-in-row .feild-action {
  width: 100%;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .form-in-row .feild-action .proceed {
  width: 100%;
  max-width: 100%;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #number_f {
  margin: 0 auto 42px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .fieldWrapper {
  border: none;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .fieldWrapper .formInput {
  padding: 0;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .fieldWrapper .fullWidht {
  padding: 0 16px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .fieldWrapper.error .err {
  top: initial;
  bottom: -22px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #number_f.error .err {
  top: initial;
  bottom: -35px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm .nri-secure-tag {
  bottom: -14px;
}
@media (max-width: 980px) {
  .floatingPopupDiv.center .floatpanel .sipLeadForm .nri-secure-tag {
    bottom: -14px;
  }
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #mob_feild2feild {
  position: absolute;
  padding: 0 !important;
  width: 140px !important;
  z-index: 10;
  justify-content: space-between;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #mob_feild2feild:after {
  display: none;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #mob_feild2feild .country {
  width: 90px;
  margin: 0;
  border: none;
  padding: 0;
  margin-right: 10px;
  padding-left: 16px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #mob_feild2feild .cCode {
  padding: 11px 0 15px 5px;
  display: inline-block;
  line-height: 19px;
  width: 50px;
  height: auto;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #mob_feild2feild #countryDisplayName {
  width: 52px;
  text-align: left;
  position: absolute;
  left: 16px;
  pointer-events: none;
  overflow: hidden;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #invmobile {
  padding-left: 145px !important;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #invmobile:focus + .feildLable {
  left: 14px !important;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #invmobile + .feildLable {
  left: 145px !important;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #invmobile.labelshow + .feildLable {
  left: 14px !important;
}

.form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #757575;
  position: absolute;
  right: 3%;
  top: -20px;
}
.form-whatsapp i.icon {
  background: url("../../images/bu/investment/whatapp-gray.svg") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 14px;
  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: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  transition: 0.4s;
}
.form-whatsapp .slider.round {
  border-radius: 34px;
}
.form-whatsapp .slider.round:before {
  border-radius: 50%;
}
.form-whatsapp input:checked + .slider {
  background-color: #0065ff;
}
.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}

.sipLeadForm.nri-sip .form-whatsapp {
  top: -100px;
}

.disForm.formBlock {
  background: #f5f7fe;
  padding: 25px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.disForm.formBlock .leftContentBox {
  max-width: 630px;
  width: 100%;
  margin: 10px 0 0;
  position: relative;
  margin: -5px 0 0 0;
}
.disForm.formBlock .leftContentBox .leftbox {
  position: relative;
}
.disForm.formBlock .leftContentBox .leftbox .term_cond {
  position: absolute;
  bottom: -115px;
  left: 0;
}
.disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
  height: 270px;
  background: url(../../images/bu/investment/top_vector.png) no-repeat 0 0;
}
.disForm.formBlock .leftContentBox .leftbox .pointers {
  margin: 20px 0 0;
  position: relative;
}
.disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: 500;
}
.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
  display: flex;
}
.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 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;
}
.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.new {
  margin: 0;
  max-width: 640px;
  position: relative;
}
.disForm.formBlock .leftContentBox.new .left-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.disForm.formBlock .leftContentBox.new .left {
  width: 48%;
  max-height: 350px;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner {
  position: relative;
  position: relative;
  height: 255px;
  overflow: hidden;
  top: 30px;
  left: 11px;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner img {
  width: 100%;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder {
  position: absolute;
  top: 0;
  width: 124px;
  font-size: 14px;
  color: #000;
  text-align: center;
  top: 116px;
  font-weight: 600;
  left: 145px;
  transform: rotate(3deg);
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder span p {
  margin: 0;
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder span p:first-child {
  font-weight: 500;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder .highlight {
  color: #0065ff;
  line-height: 24px;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner.new {
  height: 330px;
  overflow: hidden;
  top: 0;
}
.disForm.formBlock .leftContentBox.new .left .akshayBanner.new + .feature_pointer {
  top: -35px;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer {
  position: relative;
  top: 0;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem {
  background: #fff;
  box-shadow: 0 3px 20px #e3d5ff;
  border-radius: 8px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 0;
  margin: 0 0 10px 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  padding: 7px 10px 5px;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:first-child {
  margin: 0;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(2) {
  margin: 10px 0 12px;
  top: -50px;
  right: -160px;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .icon {
  width: 50%;
  max-width: 75px;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .icon img {
  width: 100%;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text {
  width: 50%;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext {
  text-align: left;
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding-left: 20px;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext sup {
  position: relative;
  top: 0;
  left: -3px;
}
.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #5bc456;
  position: absolute;
  left: 7px;
  top: 3px;
}
.disForm.formBlock .leftContentBox.new .right {
  width: 48%;
}
.disForm.formBlock .leftContentBox.new .right .common_heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #253858;
  margin-bottom: 36px;
}
.disForm.formBlock .leftContentBox.new .right .pointer {
  list-style: none;
  align-items: center;
}
.disForm.formBlock .leftContentBox.new .right .pointer li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  color: #000;
  width: 100%;
}
.disForm.formBlock .leftContentBox.new .right .pointer li:last-child {
  margin-bottom: 0;
}
.disForm.formBlock .leftContentBox.new .right .pointer li.inv_2ndpointer .smalltext {
  max-width: 85%;
}
.disForm.formBlock .leftContentBox.new .right .pointer .icon {
  width: 46px;
  display: block;
  position: relative;
  top: 5px;
  flex-shrink: 0;
}
.disForm.formBlock .leftContentBox.new .right .pointer .icon img {
  width: 36px;
  height: auto;
}
.disForm.formBlock .leftContentBox.new .right .pointer .text {
  margin-left: 5px;
}
.disForm.formBlock .leftContentBox.new .right .pointer .text .bigtext {
  line-height: 16px;
  margin-bottom: 5px;
}
.disForm.formBlock .leftContentBox.new .right .bigtext {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #253858;
  line-height: 26px;
}
.disForm.formBlock .leftContentBox.new .right .bigtext .sm {
  font-size: 10px;
  font-weight: 400;
}
.disForm.formBlock .leftContentBox.new .right .smalltext {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #253858;
  display: block;
  line-height: 20px;
  max-width: 100%;
}
.disForm.formBlock .leftContentBox.new .disclaimer.mr-none {
  position: absolute;
  left: 0;
  bottom: -160px;
}
.disForm.formBlock .leftContentBox.new .disclaimer.mr-none p {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.6;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}
.disForm.formBlock .leftContentBox.sippage {
  padding-top: 45px;
}
.disForm.formBlock .leftContentBox.sippage .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/sip-bg-imgae.svg) no-repeat center bottom/cover;
  height: 299px;
  width: 688px;
}
.disForm.formBlock .leftContentBox.sippage .leftbox .pointers {
  padding-left: 20px;
}
.disForm.formBlock .leftContentBox.sippage .leftbox .term_cond {
  padding-left: 20px !important;
  position: relative;
  bottom: auto;
  left: auto;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner {
  position: relative;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner .insurer-logo {
  position: absolute;
  left: 26%;
  top: 10px;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/sip-top-image-new.svg) no-repeat center bottom/cover;
  height: 325px;
  width: 481px;
  margin: 0 auto;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .headingtext {
  letter-spacing: 0;
  color: #2a3f4f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div {
  text-align: center;
  position: relative;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div .text {
  letter-spacing: 0;
  color: #2a3f4f;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin: 1px auto 4px;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div .description {
  letter-spacing: 0;
  color: #000;
  opacity: 0.6;
  font-size: 12px;
  line-height: 16px;
}
.disForm.formBlock .leftContentBox.sippage.new .leftbox .term_cond {
  letter-spacing: 0;
  color: #2a3f4f;
  opacity: 0.6;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
  margin-top: 16px;
}

.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;
}
.disForm .rightContent::before {
  content: "";
  background: #40bc70;
  width: 98%;
  height: 4px;
  position: absolute;
  left: 4px;
  top: 0;
  border-radius: 11px 11px 0 0;
}
.disForm .rightContent .investment-bg {
  text-align: center;
}
.disForm .rightContent .investment-bg:has(.tag) {
  text-align: center;
}
.disForm .rightContent .investment-bg .tag {
  background: #fffaf8 0 0 no-repeat padding-box;
  border: 1px dashed #c7432a;
  padding: 4px 10px 6px;
  border-radius: 8px;
  letter-spacing: 0;
  color: #d8341a;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  margin: 0 auto;
  display: inline-block;
}
.disForm .rightContent .investment-bg .tag sup {
  font-size: 8px;
}
.disForm .rightContent .investment-bg .tag sup:last-of-type {
  font-size: 9px;
}
.disForm .rightContent .investment-bg .bluetext.mediumtext {
  color: #0065ff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: center;
}
.disForm .rightContent .investment-bg .form-heading {
  color: #0065ff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: center;
}
.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;
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext {
  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 {
  color: #0065ff;
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext span.numberVal {
  color: #0065ff;
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .heighlight {
  color: #fd4705;
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .red {
  color: #fd4705;
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .endownment {
  font-size: 24px;
  text-transform: capitalize;
}
.disForm .rightContent .investment-bg .description {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  clear: both;
  margin-top: 10px;
}
.disForm .rightContent .investment-bg .description span {
  color: #0065ff;
}
.disForm .rightContent .investment-bg .description span.numberVal {
  color: #0065ff;
}
.disForm .rightContent .investment-bg .description .heighlight {
  color: #fd4705;
}
.disForm .rightContent .investment-bg .description .red {
  color: #fd4705;
}
.disForm .rightContent .investment-bg .description .endownment {
  font-size: 24px;
  text-transform: capitalize;
}
.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 .form-sub-heading span {
  color: #0065ff;
}
.disForm .rightContent .investment-bg .form-sub-heading span.numberVal {
  color: #0065ff;
}
.disForm .rightContent .investment-bg .form-sub-heading .heighlight {
  color: #fd4705;
}
.disForm .rightContent .investment-bg .form-sub-heading .red {
  color: #fd4705;
}
.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 #868383;
  border-radius: 8px;
  position: relative;
  width: 98%;
  display: table;
  margin: 0 auto 30px;
}
.disForm .rightContent .investment-bg .fieldWrapper .formInput {
  position: relative;
}
.disForm .rightContent .investment-bg .fieldWrapper .formInput input.labelshow + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}
.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: #868383;
  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: 0 19px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  height: 48px;
  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: 95px;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select {
  width: 70px;
  color: #253858;
  border: none;
  display: inline-block;
  float: left;
  padding: 8px 20px 8px 0;
  background: 0 0;
  font-weight: 600;
  border-right: 1px solid #bfbfbf;
  margin: 7px 0 0;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select option {
  font-size: 16px;
}
.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 .cCode {
  padding: 15px 0 15px 5px;
  display: inline-block;
  line-height: 19px;
}
.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;
}
.disForm .rightContent #loader {
  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 20px;
}
.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 20px;
}
.disForm .rightContent .getExtrabenefit {
  background: #06a857;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 6px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  position: absolute;
  width: 90%;
  left: 18px;
  top: 4px;
}
.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 .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;
}

.rsh_banner_sip {
  background: #fff 0 0 no-repeat padding-box;
  border: 2px solid #f2f2f2;
  border-radius: 24px;
  opacity: 1;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  max-width: 342px;
}
.rsh_banner_sip .paragraphBu {
  font-size: 14px;
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.rsh_banner_sip p {
  font-size: 14px;
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.rsh_banner_sip span {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  display: inline;
}
.rsh_banner_sip span .lightblue_text {
  color: #0065ff;
}
.rsh_banner_sip .graphic {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
}
.rsh_banner_sip .graphic img {
  width: 100%;
  height: 100%;
}
.rsh_banner_sip .btnaction {
  text-align: center;
}
.rsh_banner_sip .btnaction span {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 50px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.rsh_banner_sip .link_tnc {
  position: absolute;
  width: 120px;
  font-size: 8px;
  bottom: 3px;
  letter-spacing: 0;
  right: 10px;
  opacity: 0.2;
  cursor: pointer;
  line-height: 12px;
}

.rsh_banner_sip.nm {
  margin-bottom: 0;
}

.rsh_banner_sip.full {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  padding-bottom: 60px;
  text-align: left;
}
.rsh_banner_sip.full .paragraphBu {
  text-align: left;
}
.rsh_banner_sip.full p {
  text-align: left;
}
.rsh_banner_sip.full .graphic {
  position: absolute;
  top: 90%;
  left: 0;
  transform: translate(0, -50%);
}
.rsh_banner_sip.full .btnaction {
  text-align: left;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 50px;
}
.rsh_banner_sip.full .btnaction span {
  text-transform: initial;
}
.rsh_banner_sip.full .link_tnc {
  position: absolute;
  width: 120px;
  font-size: 8px;
  bottom: 5px;
  letter-spacing: 0;
  right: 0;
  opacity: 0.2;
  cursor: pointer;
  line-height: 12px;
}

.card.calculator .stateCheck i {
  font-style: normal;
}
.card.calculator .stateCheck {
  padding-left: 0;
}
.card.calculator {
  transition: all 0.3s ease-in;
}

.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 {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
  transform: rotate(0);
}
.linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
  transform: rotate(90deg);
}

.linkshow.open:after {
  width: 0;
  height: 0;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.card.insurers {
  transition: all 0.3s ease-in;
}

.invPlanWidget .block_content_wrapper {
  border: none;
  padding: 0;
  background: 0 0;
}

.white {
  color: #fff;
}

.news {
  display: block;
}
.news h2 {
  font-size: 30px !important;
  margin-bottom: 30px !important;
}
.news h3 {
  font-size: 16px !important;
  margin: 0 0 10px 0;
  color: #172b4d;
  letter-spacing: 0.26px;
  line-height: 24px;
  font-weight: 700;
}
.news .boxcontent {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.news .boxcontent p.paragraphBu {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}
.news .boxcontent .hidecontent {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}
.news .boxcontent .closecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}
.news .boxcontent .morecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}
.news .boxcontent:last-child {
  border: none;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

#ghiexitIntentWithForm {
  position: relative;
}
#ghiexitIntentWithForm .formInput .check.format {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("../../images/bu/tick-enabled.svg") no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  margin: 0;
  transform: translate(-10px, -50%);
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-investment-sip-bull.svg") !important;
  width: 245px;
  background-repeat: no-repeat;
  border-radius: 0 0 12px 0;
  height: 344px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 1 !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
  background: #fff;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 700px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main {
  width: 100%;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left {
  max-width: 433px;
  position: relative;
  z-index: 1;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 {
  font-size: 32px;
  font-weight: 600;
  color: #0065ff;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 .color-white {
  color: #fff;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr {
  margin: 20px 0 0 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 20px;
  max-width: 385px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.fnt-500 {
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.green {
  color: #079836;
  font-weight: 700;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.green strong {
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 {
  background: linear-gradient(90deg, rgba(68, 191, 84, 0.2) 0, rgba(58, 181, 74, 0) 107.78%);
  border-radius: 0;
  margin: 24px 0 20px -30px;
  font-size: 24px;
  font-weight: 600;
  color: #079836;
  display: block;
  padding: 16px 32px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 p {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 24px -30px;
  display: block;
  max-width: 90%;
  margin: 5px 0 0 0;
  line-height: 20px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
  font-size: 26px;
  font-weight: 600;
  color: #142b66;
  line-height: 36px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewbtn {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewplan-link {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content a {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content button {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text {
  color: #a6a6a6;
  font-size: 10px;
  line-height: 12px;
  margin: 19px 0 0 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text p {
  color: #a6a6a6;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup {
  position: relative;
}
.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;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-investment-new.svg") !important;
  width: 307px;
  height: 306px;
  position: absolute;
  bottom: 53px;
  right: 36px;
  z-index: 0;
  opacity: 1 !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
  background: #fff4e2;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content > div.disclaimer.right {
  z-index: 10;
  width: 100%;
  position: relative;
  font-size: 11px;
  text-align: right;
  margin-top: 0;
  color: rgba(37, 56, 88, 0.3);
  padding-top: 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #0e6a32;
  border-radius: 6px;
  margin: 0;
  padding: 6px 12px 6px 32px;
  display: inline-flex;
  letter-spacing: 0;
  color: #106a32;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  width: auto;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../../images/bu/discount-icon-new.svg") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  top: 8px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag span {
  font-weight: 400;
  font-size: 13px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 32px !important;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 440px;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 0;
  color: rgba(37, 56, 88, 0.95);
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description .nothing-text {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description::after {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description.sapretor {
  margin-bottom: 0;
  font-size: 15px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .details-1 {
  font-size: 17px;
  margin: 15px 0 15px;
  color: rgba(37, 56, 88, 0.95);
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
  position: relative;
  background: #ffe3b5;
  padding: 11px 15px 10px 30px;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 27px;
  width: 58%;
  margin: 10px 0 12px;
  left: -30px;
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span {
  color: #266ff7;
  line-height: 30px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
  font-size: 22px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.medium {
  font-size: 22px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
  font-size: 18px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan sup {
  font-size: 14px;
  line-height: 40px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small {
  font-size: 18px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .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.cg .exit-intent-popup-content p.details-2:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 27px solid #ffe3b5;
  z-index: 0;
  right: -27px;
  border-left-width: 0;
  border-right-color: transparent;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 62%;
  gap: 2%;
  font-weight: 400;
  list-style: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.95);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 47%;
  font-weight: 400;
  margin: 0 0 3px;
  padding-left: 20px;
  display: flex;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../../images/bu/exit-intent-popup-bullet-tick.svg") !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li::after {
  content: "";
  background: #6eaa50;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  border: 1px solid #fff5ef;
  top: 11px;
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li sup.arrow-disclaimer {
  position: relative;
  top: -4px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer.row::after {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer.row::before {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn {
  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;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link {
  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;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a {
  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;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .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;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free {
  border-color: #480798;
  background: #fff7f4;
  font-weight: 500;
  margin: 0 0 0 10px;
  padding-left: 38px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free::before {
  background: url("../../images/bu/tax-free-return-intent-icon.svg") no-repeat 0 0;
  content: "";
  height: 23px;
  width: 23px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free span {
  font-weight: 500;
  color: #480798;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free span sup {
  line-height: 12px;
}

.loadmore {
  position: relative;
  text-align: center;
  display: block;
}
.loadmore .loadmore-bnt {
  background: #2f64d5 0 0 no-repeat padding-box;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0;
  margin-bottom: 0;
}

.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  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 .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;
}

.gifloader.hide {
  display: none;
}

.allCalc.lic {
  max-width: 100%;
  padding-right: 35px !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information-section .information-wrapper {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 15px;
  background: #f4f6fd;
  border-radius: 12px;
  padding: 32px 17px;
}
.information-section .information-wrapper .information-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  color: #253858;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.information-section .information-wrapper .information-content::after {
  content: "";
  border: solid #0075ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(-45deg);
  margin-left: 10px;
  margin-top: 1px;
}
.information-section .information-wrapper .information-content .arrow {
  display: none;
}
.information-section {
  background: #f4f6fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 4px 17px;
}
.information-section .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1px;
}
.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;
}
.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 {
  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;
  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: "";
}
.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;
  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: "";
}

.table_box {
  display: none;
}

.table_box.active {
  display: block;
}

.tab {
  margin: 0;
  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;
}
.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;
}
.tab li:first-child {
  border-right: 1px solid #e2e2e2;
}
.tab li.active {
  color: #253858;
}
.tab li.active:after {
  content: "";
  width: 90%;
  background: #0663f6;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.tab li.style-1 {
  color: #fff;
  padding: 10px;
}
.tab li.style-1.active {
  color: var(--black);
  background-color: #fff;
}
.tab li.style-1.active:after {
  display: none;
}

.tab.wd350 {
  max-width: 350px;
}

.tab.wd400 {
  max-width: 400px;
}

.tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.tab.alignleft.wd300 {
  max-width: 300px;
}

.invBanner:before {
  display: none;
}

.allCalc.annuitycalc {
  background-position: 8px 0;
}

.tab-sip-tables {
  margin-top: 50px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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 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;
}
.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 td {
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
}
.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;
  font-size: 14px;
  line-height: 32px;
  color: #076bfb !important;
  font-weight: 500;
}
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a {
  font-size: 14px;
  line-height: 32px;
  color: #076bfb !important;
  font-weight: 500;
}
.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;
}
.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 .tab-sip-tables-wrapper table.table.table-bordered td {
  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-bordered th {
  border-top: 0 !important;
  border-bottom: 0;
  background: 0 0 !important;
}
.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%;
}
.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;
}
.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;
}

.sip-plans-yearly-container {
  padding-top: 20px;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .heading {
  color: #253858;
  font-size: 22px;
  line-height: 18px;
  margin-bottom: 28px;
  font-weight: 600;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card {
  padding: 22px 15px;
  background: #f4f6fd;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body {
  width: 32%;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body:hover .sip-plans-yearly-card-funds .sip-plans-yearly-values .sip-plans-yearly-arrow {
  width: 12%;
  background: #eff6ff;
  border-radius: 0 8px 8px 0;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds {
  background: #fff;
  box-shadow: 0 3px 12px rgba(49, 112, 217, 0.1607843137);
  border-radius: 8px;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 5%;
  margin-right: 1%;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds:last-child {
  margin-right: 0;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .link {
  display: block;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-units {
  font-size: 30px;
  font-weight: 700;
  color: #172b4d;
  width: 90%;
  line-height: normal;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-units span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #172b4d;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-arrow {
  width: 10%;
  position: absolute;
  background: #fafafa;
  border-radius: 0 8px 8px 0;
  transition: width 0.1s;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-arrow .sip-plans-yearly-arrow-icon {
  border: solid #0075ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: -4px;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-badge {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-badge span {
  background: #e2edff;
  border-radius: 4px;
  color: #172b4d;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
}

.largecap-categories .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.largecap-categories .table tr:first-child {
  background: 0 0;
  color: inherit;
  border-right: none;
}
.largecap-categories .table td {
  letter-spacing: normal;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.largecap-categories .table th {
  letter-spacing: normal;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.largecap-categories .table thead {
  letter-spacing: normal;
  line-height: normal;
}
.largecap-categories .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.largecap-categories .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.largecap-categories .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.largecap-categories .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.largecap-categories .table-sm td {
  padding: 0.3rem;
}
.largecap-categories .table-sm th {
  padding: 0.3rem;
}
.largecap-categories .table-bordered {
  border: 1px solid #dee2e6;
}
.largecap-categories .table-bordered td {
  border: 1px solid #dee2e6;
}
.largecap-categories .table-bordered th {
  border: 1px solid #dee2e6;
}
.largecap-categories .table-bordered thead td {
  border-bottom-width: 2px;
}
.largecap-categories .table-bordered thead th {
  border-bottom-width: 2px;
}
.largecap-categories .table-borderless tbody + tbody {
  border: 0;
}
.largecap-categories .table-borderless td {
  border: 0;
}
.largecap-categories .table-borderless th {
  border: 0;
}
.largecap-categories .table-borderless thead th {
  border: 0;
}
.largecap-categories .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.largecap-categories .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.largecap-categories .table-hover .table-primary:hover > td {
  background-color: #9fcdff;
}
.largecap-categories .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.largecap-categories .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.largecap-categories .table-hover .table-secondary:hover > td {
  background-color: #c8cbcf;
}
.largecap-categories .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.largecap-categories .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.largecap-categories .table-hover .table-success:hover > td {
  background-color: #b1dfbb;
}
.largecap-categories .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.largecap-categories .table-hover .table-info:hover {
  background-color: #abdde5;
}
.largecap-categories .table-hover .table-info:hover > td {
  background-color: #abdde5;
}
.largecap-categories .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.largecap-categories .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.largecap-categories .table-hover .table-warning:hover > td {
  background-color: #ffe8a1;
}
.largecap-categories .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.largecap-categories .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.largecap-categories .table-hover .table-danger:hover > td {
  background-color: #f1b0b7;
}
.largecap-categories .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.largecap-categories .table-hover .table-light:hover {
  background-color: #ececf6;
}
.largecap-categories .table-hover .table-light:hover > td {
  background-color: #ececf6;
}
.largecap-categories .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.largecap-categories .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.largecap-categories .table-hover .table-dark:hover > td {
  background-color: #b9bbbe;
}
.largecap-categories .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.largecap-categories .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-hover .table-active:hover > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-primary {
  background-color: #b8daff;
}
.largecap-categories .table-primary > td {
  background-color: #b8daff;
}
.largecap-categories .table-primary > th {
  background-color: #b8daff;
}
.largecap-categories .table-primary tbody + tbody {
  border-color: #7abaff;
}
.largecap-categories .table-primary td {
  border-color: #7abaff;
}
.largecap-categories .table-primary th {
  border-color: #7abaff;
}
.largecap-categories .table-primary thead th {
  border-color: #7abaff;
}
.largecap-categories .table-secondary {
  background-color: #d6d8db;
}
.largecap-categories .table-secondary > td {
  background-color: #d6d8db;
}
.largecap-categories .table-secondary > th {
  background-color: #d6d8db;
}
.largecap-categories .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.largecap-categories .table-secondary td {
  border-color: #b3b7bb;
}
.largecap-categories .table-secondary th {
  border-color: #b3b7bb;
}
.largecap-categories .table-secondary thead th {
  border-color: #b3b7bb;
}
.largecap-categories .table-success {
  background-color: #c3e6cb;
}
.largecap-categories .table-success > td {
  background-color: #c3e6cb;
}
.largecap-categories .table-success > th {
  background-color: #c3e6cb;
}
.largecap-categories .table-success tbody + tbody {
  border-color: #8fd19e;
}
.largecap-categories .table-success td {
  border-color: #8fd19e;
}
.largecap-categories .table-success th {
  border-color: #8fd19e;
}
.largecap-categories .table-success thead th {
  border-color: #8fd19e;
}
.largecap-categories .table-info {
  background-color: #bee5eb;
}
.largecap-categories .table-info > td {
  background-color: #bee5eb;
}
.largecap-categories .table-info > th {
  background-color: #bee5eb;
}
.largecap-categories .table-info tbody + tbody {
  border-color: #86cfda;
}
.largecap-categories .table-info td {
  border-color: #86cfda;
}
.largecap-categories .table-info th {
  border-color: #86cfda;
}
.largecap-categories .table-info thead th {
  border-color: #86cfda;
}
.largecap-categories .table-warning {
  background-color: #ffeeba;
}
.largecap-categories .table-warning > td {
  background-color: #ffeeba;
}
.largecap-categories .table-warning > th {
  background-color: #ffeeba;
}
.largecap-categories .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.largecap-categories .table-warning td {
  border-color: #ffdf7e;
}
.largecap-categories .table-warning th {
  border-color: #ffdf7e;
}
.largecap-categories .table-warning thead th {
  border-color: #ffdf7e;
}
.largecap-categories .table-danger {
  background-color: #f5c6cb;
}
.largecap-categories .table-danger > td {
  background-color: #f5c6cb;
}
.largecap-categories .table-danger > th {
  background-color: #f5c6cb;
}
.largecap-categories .table-danger tbody + tbody {
  border-color: #ed969e;
}
.largecap-categories .table-danger td {
  border-color: #ed969e;
}
.largecap-categories .table-danger th {
  border-color: #ed969e;
}
.largecap-categories .table-danger thead th {
  border-color: #ed969e;
}
.largecap-categories .table-light {
  background-color: #fdfdfe;
}
.largecap-categories .table-light > td {
  background-color: #fdfdfe;
}
.largecap-categories .table-light > th {
  background-color: #fdfdfe;
}
.largecap-categories .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.largecap-categories .table-light td {
  border-color: #fbfcfc;
}
.largecap-categories .table-light th {
  border-color: #fbfcfc;
}
.largecap-categories .table-light thead th {
  border-color: #fbfcfc;
}
.largecap-categories .table-dark {
  background-color: #c6c8ca;
  color: #fff;
  background-color: #343a40;
}
.largecap-categories .table-dark > td {
  background-color: #c6c8ca;
}
.largecap-categories .table-dark > th {
  background-color: #c6c8ca;
}
.largecap-categories .table-dark tbody + tbody {
  border-color: #95999c;
}
.largecap-categories .table-dark td {
  border-color: #95999c;
  border-color: #454d55;
}
.largecap-categories .table-dark th {
  border-color: #95999c;
  border-color: #454d55;
}
.largecap-categories .table-dark thead th {
  border-color: #95999c;
  border-color: #454d55;
}
.largecap-categories .table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.largecap-categories .table-dark.table-bordered {
  border: 0;
}
.largecap-categories .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.largecap-categories .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
.largecap-categories .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.largecap-categories .table-responsive > .table-bordered {
  border: 0;
  border: 0;
}

.tab-sip-tables-wrapper .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.tab-sip-tables-wrapper .table tr:first-child {
  background: 0 0;
  color: inherit;
  border-right: none;
}
.tab-sip-tables-wrapper .table td {
  letter-spacing: normal;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.tab-sip-tables-wrapper .table th {
  letter-spacing: normal;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.tab-sip-tables-wrapper .table thead {
  letter-spacing: normal;
  line-height: normal;
}
.tab-sip-tables-wrapper .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.tab-sip-tables-wrapper .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.tab-sip-tables-wrapper .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.tab-sip-tables-wrapper .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.tab-sip-tables-wrapper .table-sm td {
  padding: 0.3rem;
}
.tab-sip-tables-wrapper .table-sm th {
  padding: 0.3rem;
}
.tab-sip-tables-wrapper .table-bordered {
  border: 1px solid #dee2e6;
}
.tab-sip-tables-wrapper .table-bordered td {
  border: 1px solid #dee2e6;
}
.tab-sip-tables-wrapper .table-bordered th {
  border: 1px solid #dee2e6;
}
.tab-sip-tables-wrapper .table-bordered thead td {
  border-bottom-width: 2px;
}
.tab-sip-tables-wrapper .table-bordered thead th {
  border-bottom-width: 2px;
}
.tab-sip-tables-wrapper .table-borderless tbody + tbody {
  border: 0;
}
.tab-sip-tables-wrapper .table-borderless td {
  border: 0;
}
.tab-sip-tables-wrapper .table-borderless th {
  border: 0;
}
.tab-sip-tables-wrapper .table-borderless thead th {
  border: 0;
}
.tab-sip-tables-wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.tab-sip-tables-wrapper .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.tab-sip-tables-wrapper .table-hover .table-primary:hover > td {
  background-color: #9fcdff;
}
.tab-sip-tables-wrapper .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.tab-sip-tables-wrapper .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.tab-sip-tables-wrapper .table-hover .table-secondary:hover > td {
  background-color: #c8cbcf;
}
.tab-sip-tables-wrapper .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.tab-sip-tables-wrapper .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.tab-sip-tables-wrapper .table-hover .table-success:hover > td {
  background-color: #b1dfbb;
}
.tab-sip-tables-wrapper .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.tab-sip-tables-wrapper .table-hover .table-info:hover {
  background-color: #abdde5;
}
.tab-sip-tables-wrapper .table-hover .table-info:hover > td {
  background-color: #abdde5;
}
.tab-sip-tables-wrapper .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.tab-sip-tables-wrapper .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.tab-sip-tables-wrapper .table-hover .table-warning:hover > td {
  background-color: #ffe8a1;
}
.tab-sip-tables-wrapper .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.tab-sip-tables-wrapper .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.tab-sip-tables-wrapper .table-hover .table-danger:hover > td {
  background-color: #f1b0b7;
}
.tab-sip-tables-wrapper .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.tab-sip-tables-wrapper .table-hover .table-light:hover {
  background-color: #ececf6;
}
.tab-sip-tables-wrapper .table-hover .table-light:hover > td {
  background-color: #ececf6;
}
.tab-sip-tables-wrapper .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.tab-sip-tables-wrapper .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.tab-sip-tables-wrapper .table-hover .table-dark:hover > td {
  background-color: #b9bbbe;
}
.tab-sip-tables-wrapper .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.tab-sip-tables-wrapper .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-hover .table-active:hover > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-primary {
  background-color: #b8daff;
}
.tab-sip-tables-wrapper .table-primary > td {
  background-color: #b8daff;
}
.tab-sip-tables-wrapper .table-primary > th {
  background-color: #b8daff;
}
.tab-sip-tables-wrapper .table-primary tbody + tbody {
  border-color: #7abaff;
}
.tab-sip-tables-wrapper .table-primary td {
  border-color: #7abaff;
}
.tab-sip-tables-wrapper .table-primary th {
  border-color: #7abaff;
}
.tab-sip-tables-wrapper .table-primary thead th {
  border-color: #7abaff;
}
.tab-sip-tables-wrapper .table-secondary {
  background-color: #d6d8db;
}
.tab-sip-tables-wrapper .table-secondary > td {
  background-color: #d6d8db;
}
.tab-sip-tables-wrapper .table-secondary > th {
  background-color: #d6d8db;
}
.tab-sip-tables-wrapper .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.tab-sip-tables-wrapper .table-secondary td {
  border-color: #b3b7bb;
}
.tab-sip-tables-wrapper .table-secondary th {
  border-color: #b3b7bb;
}
.tab-sip-tables-wrapper .table-secondary thead th {
  border-color: #b3b7bb;
}
.tab-sip-tables-wrapper .table-success {
  background-color: #c3e6cb;
}
.tab-sip-tables-wrapper .table-success > td {
  background-color: #c3e6cb;
}
.tab-sip-tables-wrapper .table-success > th {
  background-color: #c3e6cb;
}
.tab-sip-tables-wrapper .table-success tbody + tbody {
  border-color: #8fd19e;
}
.tab-sip-tables-wrapper .table-success td {
  border-color: #8fd19e;
}
.tab-sip-tables-wrapper .table-success th {
  border-color: #8fd19e;
}
.tab-sip-tables-wrapper .table-success thead th {
  border-color: #8fd19e;
}
.tab-sip-tables-wrapper .table-info {
  background-color: #bee5eb;
}
.tab-sip-tables-wrapper .table-info > td {
  background-color: #bee5eb;
}
.tab-sip-tables-wrapper .table-info > th {
  background-color: #bee5eb;
}
.tab-sip-tables-wrapper .table-info tbody + tbody {
  border-color: #86cfda;
}
.tab-sip-tables-wrapper .table-info td {
  border-color: #86cfda;
}
.tab-sip-tables-wrapper .table-info th {
  border-color: #86cfda;
}
.tab-sip-tables-wrapper .table-info thead th {
  border-color: #86cfda;
}
.tab-sip-tables-wrapper .table-warning {
  background-color: #ffeeba;
}
.tab-sip-tables-wrapper .table-warning > td {
  background-color: #ffeeba;
}
.tab-sip-tables-wrapper .table-warning > th {
  background-color: #ffeeba;
}
.tab-sip-tables-wrapper .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.tab-sip-tables-wrapper .table-warning td {
  border-color: #ffdf7e;
}
.tab-sip-tables-wrapper .table-warning th {
  border-color: #ffdf7e;
}
.tab-sip-tables-wrapper .table-warning thead th {
  border-color: #ffdf7e;
}
.tab-sip-tables-wrapper .table-danger {
  background-color: #f5c6cb;
}
.tab-sip-tables-wrapper .table-danger > td {
  background-color: #f5c6cb;
}
.tab-sip-tables-wrapper .table-danger > th {
  background-color: #f5c6cb;
}
.tab-sip-tables-wrapper .table-danger tbody + tbody {
  border-color: #ed969e;
}
.tab-sip-tables-wrapper .table-danger td {
  border-color: #ed969e;
}
.tab-sip-tables-wrapper .table-danger th {
  border-color: #ed969e;
}
.tab-sip-tables-wrapper .table-danger thead th {
  border-color: #ed969e;
}
.tab-sip-tables-wrapper .table-light {
  background-color: #fdfdfe;
}
.tab-sip-tables-wrapper .table-light > td {
  background-color: #fdfdfe;
}
.tab-sip-tables-wrapper .table-light > th {
  background-color: #fdfdfe;
}
.tab-sip-tables-wrapper .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.tab-sip-tables-wrapper .table-light td {
  border-color: #fbfcfc;
}
.tab-sip-tables-wrapper .table-light th {
  border-color: #fbfcfc;
}
.tab-sip-tables-wrapper .table-light thead th {
  border-color: #fbfcfc;
}
.tab-sip-tables-wrapper .table-dark {
  background-color: #c6c8ca;
  color: #fff;
  background-color: #343a40;
}
.tab-sip-tables-wrapper .table-dark > td {
  background-color: #c6c8ca;
}
.tab-sip-tables-wrapper .table-dark > th {
  background-color: #c6c8ca;
}
.tab-sip-tables-wrapper .table-dark tbody + tbody {
  border-color: #95999c;
}
.tab-sip-tables-wrapper .table-dark td {
  border-color: #95999c;
  border-color: #454d55;
}
.tab-sip-tables-wrapper .table-dark th {
  border-color: #95999c;
  border-color: #454d55;
}
.tab-sip-tables-wrapper .table-dark thead th {
  border-color: #95999c;
  border-color: #454d55;
}
.tab-sip-tables-wrapper .table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.tab-sip-tables-wrapper .table-dark.table-bordered {
  border: 0;
}
.tab-sip-tables-wrapper .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.tab-sip-tables-wrapper .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
.tab-sip-tables-wrapper .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tab-sip-tables-wrapper .table-responsive > .table-bordered {
  border: 0;
  border: 0;
}

.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 {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}
.read-more-faq-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;
  width: 175px;
}
.read-more-faq-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 {
  width: 123px;
  width: 169px;
}
.read-more-faq-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

.read-more-investment-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}
.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-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-investment-btn button.show {
  width: 123px;
}
.read-more-investment-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

.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;
}
.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;
}
.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;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer .traditional-terms-conditions:first-of-type {
  margin-top: 10px;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer p {
  letter-spacing: 0;
  color: #263858;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer.active {
  padding-bottom: 8px;
  max-height: 100%;
  padding-top: 0;
}

.open-popup {
  font-size: 14px;
  color: #076bfb;
  font-weight: 500;
  cursor: pointer;
}

#topForm {
  height: auto;
}
#topForm .sip-calculator-top-fold {
  transition: fadein 0.5s ease-in;
  animation: fadein 0.5s ease-in;
}
#topForm #graph {
  width: 100%;
  height: 300px;
}
#topForm #graph.skull-loader:empty {
  background: #fbfbfb;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#topForm .slider-heading-section {
  height: 120px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
}
#topForm .slider-heading-section .slick-dots {
  bottom: 0 !important;
}
#topForm .slider-heading-section.slick-initialized {
  opacity: 1;
  visibility: visible;
}
#topForm .slider-heading-section.skull-loader:empty {
  background: #fbfbfb;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

#topForm.nri {
  min-height: 650px;
}

#topForm.skull:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}

.skull-loader:empty:after {
  content: "";
  position: absolute;
  border: 5px solid #f3f3f3;
  border-top: 4px solid #0065ff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  animation: spin 2s linear infinite;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.mixlayoutpopup {
  cursor: pointer;
}

.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}

.left-section-image img {
  max-width: 100%;
  height: auto;
}

.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:has(+ .isnri:not(.hide)) {
  margin-bottom: 8px;
}
.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  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;
}
.author-review-section .details::after {
  content: "";
  background: #ccc;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.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;
}
.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;
}
.author-review-section .details .name .value {
  color: #253858;
  font-size: 16px;
  text-decoration-line: underline;
}
.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;
  z-index: 100;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}
.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;
}
.author-review-section .details .bio .image {
  flex-shrink: 0;
}
.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;
}
.author-review-section .details .bio .name .value {
  text-decoration: none;
  margin-bottom: 4px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}
.author-review-section .details .bio .name .value .namelink {
  display: block;
  width: 100%;
  color: #253858;
}
.author-review-section .details .bio .name .value .namelink:hover {
  color: #253858;
}
.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;
}
.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);
}
.author-review-section .author::after {
  left: -100px;
}
.author-review-section .author::before {
  left: -110px;
}
.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;
}
.author-review-section .reviewer::before {
  right: -110px;
}
.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%);
}

.author-review-section.term .details > .image {
  max-width: 45px;
}
.author-review-section.term .details .bio .image {
  max-width: 45px;
}

.lic-riders-box {
  background: url("../../../cdn/images/bu/investment/lic-riders/lic-riders-desktop-bg.svg") no-repeat center/contain;
  max-width: 769px;
  height: 285px;
  margin: 0 auto;
}
.lic-riders-box .lic-riders-heading {
  font-size: 21px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  background: url("../../../cdn/images/bu/investment/lic-riders/lic-riders-title-mobile-bg.svg") no-repeat center/cover;
  text-align: CENTER;
  max-width: 245px;
  margin: 0 auto;
  padding: 6px 0 11px;
}
.lic-riders-box .lic-riders-list {
  position: relative;
  height: 100%;
}
.lic-riders-box .lic-riders-list .lic-rider {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 130px;
  width: 100%;
  position: absolute;
}
.lic-riders-box .lic-riders-list .lic-rider p {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-weight: 600;
  color: #2b61ec;
  text-decoration: underline;
  letter-spacing: 0;
}
.lic-riders-box .lic-riders-list .lic-rider p a {
  color: #2b61ec;
}
.lic-riders-box .lic-riders-list .lic-rider p span {
  color: #2b61ec;
}
.lic-riders-box .lic-riders-list .lic-rider span {
  font-size: 11px;
  color: #000;
  display: inline;
  margin-top: -16px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-1 {
  top: 30px;
  left: 30px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-1 {
  top: 30px;
  left: 30px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-2 {
  top: 30px;
  left: 225px;
  padding: 0 5px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-2 {
  top: 30px;
  left: 225px;
  padding: 0 5px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-3 {
  top: 30px;
  right: 222px;
  padding: 0 16px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-3 {
  top: 30px;
  right: 222px;
  padding: 0 16px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-4 {
  top: 25px;
  right: 27px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-4 {
  top: 25px;
  right: 27px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-5 {
  top: 144px;
  left: 126px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-5 {
  top: 144px;
  left: 126px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-6 {
  top: 144px;
  left: 322px;
  padding: 0 5px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-6 {
  top: 144px;
  left: 322px;
  padding: 0 5px;
}
.lic-riders-box .lic-riders-list .lic-rider.rider-7 {
  top: 144px;
  right: 125px;
  padding: 0 5px;
}
.lic-riders-box .lic-riders-list .lic-rider.sip-7 {
  top: 144px;
  right: 125px;
  padding: 0 5px;
}
.lic-riders-box .hide-desktop {
  display: none;
}

#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 .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;
}
.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;
}
.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;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100001;
}

.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);
}
.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;
}

.need-help-button.gb.active {
  display: block;
}

.video-container {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.56);
  border-radius: 8px;
  opacity: 1;
  background: #fff;
  width: 338px;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  position: relative;
}
.video-container h2 {
  margin: 0;
}
.video-container .video {
  width: 100%;
  background: url("../../images/bu/investment/how-to-choose-best-ulip.jpg") no-repeat 0 0;
  min-height: 172px;
  border-radius: 8px;
  background-size: cover;
}
.video-container .video.active {
  background: 0 0;
}
.video-container .playbtn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url("../../images/bu/term/play-icon1.svg") no-repeat -8px -4px;
  background-size: 130%;
  top: 83px;
  left: 42%;
  cursor: pointer;
}
.video-container .playbtn.icon-remove {
  display: none;
}
.video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}
.video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}
.video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

.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;
}
.checkItem_list .stateCheck {
  padding-left: 0;
}
.checkItem_list .stateCheck i {
  font-style: normal;
}

.child-finance-hub-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  display: flex;
  margin-bottom: 30px;
}
.child-finance-hub-widget .heading-tab-list {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding-left: 8px;
}
.child-finance-hub-widget .heading-tab-list .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}
.child-finance-hub-widget .heading-tab-list .tab {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 81%;
  margin: 16px 0 0;
}
.child-finance-hub-widget .heading-tab-list .tab .tab-links {
  border-radius: 8px;
  border: 0;
  background: 0 0;
  width: 100%;
  height: 51px;
  text-align: left;
  padding: 0 8px;
  margin: 8px 0 0;
  color: #0065ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.child-finance-hub-widget .heading-tab-list .tab .tab-links.active {
  background: #0065ff;
  color: #fff;
}
.child-finance-hub-widget .tab-content-section {
  width: 69%;
  border-radius: 6px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px 16px 4px;
}
.child-finance-hub-widget .tab-content-section .tab-content {
  display: none;
  height: auto;
  overflow-y: scroll;
  max-height: 400px;
}
.child-finance-hub-widget .tab-content-section .tab-content::-webkit-scrollbar {
  display: none;
}
.child-finance-hub-widget .tab-content-section .tab-content .link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.child-finance-hub-widget .tab-content-section .tab-content .link-list .link {
  border-radius: 8px;
  background: #fff;
  padding: 16px 17px;
  margin: 0 8px 12px 0;
  width: 32%;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-finance-hub-widget .tab-content-section .tab-content .link-list .link a {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.child-finance-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
  margin-right: 0;
}
.child-finance-hub-widget .tab-content-section .tab-content.active {
  display: block;
}

.flexbox-ulip {
  display: flex;
  align-items: flex-start;
}
.flexbox-ulip .align-left {
  margin-right: 30px;
}

span.td-btn.mixlayoutpopup {
  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;
}

.block_content_wrapper .btnaction.btnViewQuotesNavBar img {
  cursor: pointer;
}

.pagecontainer.layoutcenter {
  margin: 0 auto;
}

.stickyfooter.new .sticky .stickyinfowrapper_custome {
  width: 100%;
  max-width: 1140px;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  height: 100%;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome::before {
  width: 100%;
  max-width: 1140px;
  position: relative;
  background: url(../../images/bu/investment/investment-sticky-footer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 217px;
  height: 96px;
  background-position: center top;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left {
  width: 60%;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
  padding-left: 350px;
  width: auto;
  display: flex;
  color: #fff;
  flex-direction: column;
  margin-left: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p {
  margin: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.tag-line {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
  text-align: left;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.tag-line span {
  background: linear-gradient(to right, #c6a700, #ffeb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-align: left;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description span {
  font-weight: 700;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right {
  width: 35%;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 360px;
  align-items: center;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid rgba(0, 20, 255, 0.1215686275);
  border-radius: 8px;
  z-index: 2;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
  height: 43px;
  align-items: center;
  width: calc(100% - 100px);
  margin-right: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput .cCode {
  font-size: 14px;
  line-height: 19px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput input {
  font-size: 14px;
  line-height: 19px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  font-size: 14px;
  line-height: 19px;
  padding: 0 22px 0 7px;
  width: 60px;
  margin: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
  padding: 6px 16px;
  width: 110px;
  flex-shrink: 0;
  color: #fff;
  padding: 0;
  font-weight: 500;
  margin-left: 0;
  align-items: center;
  line-height: 19px;
  cursor: pointer;
  background: #ffcb00 0 0 no-repeat padding-box;
  border-radius: 16px;
  border: 0;
  padding: 6px 16px;
  margin-right: 16px !important;
  font-size: 14px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading {
  height: auto;
  font-size: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading::after {
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  top: 8px;
  content: "";
  display: inline-block;
  right: 0;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.stickyfooter.new .sticky {
  background: #253858 0 0 no-repeat padding-box;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.1607843137);
  height: 75px;
  padding: 0;
  position: relative;
}
.stickyfooter.new .sticky .strip_close {
  background: url(../../images/bu/investment/investment-footer-close-icon.svg) top right no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}
.stickyfooter.new .sticky .tc {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 13px;
  margin: 0;
}

.pagecontainer {
  width: 1170px;
}

.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: bottom 0.2s ease-in;
}
.stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 10px;
  top: 10px;
}
.stickyfooter .closesticky:hover {
  opacity: 1;
}
.stickyfooter .closesticky:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
  left: 9px;
  top: 4px;
}
.stickyfooter .closesticky:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
  left: 9px;
  top: 4px;
}
.stickyfooter .sticky {
  background-color: var(--blue01);
}
.stickyfooter .sticky .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.stickyfooter .sticky .left .text {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 5px;
}
.stickyfooter .sticky .right {
  width: 50%;
  display: flex;
  align-items: center;
}
.stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  position: relative;
  border-radius: 8px;
  margin-right: 2%;
}
.stickyfooter .sticky .right .ctaform .forminput .error + .err {
  position: absolute;
  width: 100%;
  font-size: 12px;
  bottom: -19px;
  color: #ffafaf;
  left: -10px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background-position: 0 -454px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background-position: 0 -372px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background-position: 0 -329px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background-position: 0 -413px;
}
.stickyfooter .sticky .right .ctaform .forminput input {
  font-size: 16px;
  line-height: 27px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
}
.stickyfooter .sticky .right .ctaform .forminput select {
  font-size: 16px;
  line-height: 27px;
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% center;
  width: 120px;
  margin-left: 40px;
  height: 40px;
  margin: 4px 0 4px 40px;
}
.stickyfooter .sticky .right .ctaform button {
  width: 150px;
}
.stickyfooter .sticky .right .ctaform button:disabled:after {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 0;
}
.stickyfooter .sticky .right button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 14px 20px;
  position: relative;
  margin: 0 0 0 auto;
  font-weight: 500;
  cursor: pointer;
}
.stickyfooter .sticky .right button:disabled {
  background: #005be6;
  cursor: not-allowed;
}
.stickyfooter .sticky .right button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  right: 4px;
}
.stickyfooter .sticky .right button:hover {
  background: #005be6;
}
.stickyfooter .sticky .cagr-added .right .ctaform .forminput .error + .err {
  position: absolute;
  width: auto;
  font-size: 10px;
  bottom: 0;
  color: #ff7163;
  left: auto;
  right: 256px;
}

.stickyfooter.active {
  bottom: 0;
}

.invest-more-get-more-widget {
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid #f5f5f5;
  background: #fcfcfc;
  padding: 25px 16px 16px;
  text-align: center;
  position: relative;
}
.invest-more-get-more-widget::before {
  content: "";
  background: url(../../images/bu/investment/invest-more-get-more-icon.png);
  width: 66px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.invest-more-get-more-widget .heading {
  color: #253858;
  margin: 0 0 8px 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.invest-more-get-more-widget .get-invest-section {
  display: flex;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 24px;
  flex-wrap: wrap;
  border-radius: 8px;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}
.invest-more-get-more-widget .get-invest-section .get .label {
  color: #253858;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 4px;
  text-align: left;
}
.invest-more-get-more-widget .get-invest-section .get .value {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.invest-more-get-more-widget .get-invest-section .invest .label {
  color: #253858;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 4px;
  text-align: left;
}
.invest-more-get-more-widget .get-invest-section .invest .value {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.invest-more-get-more-widget .get-invest-section .invest .value span {
  font-size: 12px;
  font-weight: 500;
}
.invest-more-get-more-widget .get-invest-section.green {
  background: #e6fff5;
}
.invest-more-get-more-widget .get-invest-section.green .get .value {
  color: #1bab71;
}
.invest-more-get-more-widget .get-invest-section.blue {
  background: #e6f9ff;
}
.invest-more-get-more-widget .get-invest-section.blue .get .value {
  color: #1b89ab;
}
.invest-more-get-more-widget .get-invest-section.orange {
  background: #fffee6;
}
.invest-more-get-more-widget .get-invest-section.orange .get .value {
  color: #89851f;
}
.invest-more-get-more-widget .view-plans {
  border-radius: 4px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.16);
  border: 0;
  margin: 5px auto 0;
  padding: 12px 40px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.exit-intent-popup-container {
  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;
  transition: opacity 0.25s ease-in-out;
}
.exit-intent-popup-container .exit-intent-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 14px 0 21px 45px;
  position: relative;
  z-index: 1002;
}
.exit-intent-popup-container .exit-intent-popup::after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image.svg") no-repeat;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.exit-intent-popup-container .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 .exit-intent-popup .exit-intent-popup-content > div {
  z-index: 10;
  position: relative;
  width: 71%;
  font-size: 12px;
  margin-top: 10px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 5px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 60%;
  position: relative;
  padding-bottom: 10px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description:after {
  content: "";
  background-color: #e5e5e5;
  height: 2px;
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 30px 0 6px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue {
  color: #0065ff;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue sup {
  font-size: 14px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 28px;
  font-weight: 700;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-weight: 600;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
  font-size: 20px;
  font-weight: 600;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
  width: 50%;
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  padding-left: 19px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li sup {
  position: absolute;
  font-size: 12px;
  top: -5px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
  content: "";
  background: url("../../images/bu/exit-intent-popup-bullet.svg");
  height: 14px;
  width: 13px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn {
  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: 18px;
  cursor: pointer;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link {
  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: 18px;
  cursor: pointer;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a {
  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: 18px;
  cursor: pointer;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  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: 18px;
  cursor: pointer;
}
.exit-intent-popup-container .exit-intent-popup.housewife:after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image.png") no-repeat bottom right;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  background-size: 80%;
}
.exit-intent-popup-container .exit-intent-popup.nri:after {
  content: "";
  background: url(../../images/bu/nri-professional.svg) no-repeat center center;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  background-size: 60%;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}

.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.visible {
  opacity: 1;
  z-index: 999999;
}

#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#financial-news .lin-container .slide-news {
  margin: 13px 0 0 0;
  display: block;
}
#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;
}
#financial-news .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 5px 0 0;
  line-height: 16px;
}
#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;
}
#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;
}
#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%;
}
#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;
}

.popular-search {
  position: relative;
  padding: 0;
}
.popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.popular-search .popular-search-tag li:hover {
  color: #0065ff;
}
.popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}
.popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
.popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}
.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;
}
.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%;
}
.popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}
.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;
}

.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;
  margin: 40px 0;
}

.best-sip-funds-widget .sip-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #F4F8FF 0%, #E8FFE9 100%);
  padding: 30px 0 0 0;
}
.best-sip-funds-widget .sip-container .sip-left {
  min-width: 193px;
  width: 21%;
}
.best-sip-funds-widget .sip-container h3.sif-title {
  margin: 0;
  padding: 0 0 30px 20px;
  font-size: 24px;
  font-weight: 600;
}
.best-sip-funds-widget .sip-container .tab-sip {
  display: none;
  height: 400px;
  margin: 10px 0 0;
  overflow-y: auto;
}
.best-sip-funds-widget .sip-container .tab-sip::-webkit-scrollbar {
  display: none;
}
.best-sip-funds-widget .sip-container .tab-sip.active {
  display: block;
}
.best-sip-funds-widget .sip-container .vertical-tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #253858;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  background: url(../../images/bu/b_arrow_down.png) no-repeat 97% center/16px;
  height: 50px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 10px;
  cursor: pointer;
}
.best-sip-funds-widget .sip-container .vertical-tabs a span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #868383;
}
.best-sip-funds-widget .sip-container .vertical-tabs a.active {
  color: #0065ff;
  border-radius: 0 34px 34px 0;
  background: url(../../images/bu/sip_arrow_down_active.png) no-repeat 97% center/16px, rgba(0, 101, 255, 0.1);
}
.best-sip-funds-widget .sip-container section.sip-right {
  width: 82%;
}
.best-sip-funds-widget .sip-container .select-section {
  display: flex;
  margin: 0 40px;
  justify-content: space-evenly;
}
.best-sip-funds-widget .sip-container .select-section.flex-end-sip-filter {
  justify-content: flex-end;
}
.best-sip-funds-widget .sip-container .select-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  margin: 0 0;
}
.best-sip-funds-widget .sip-container .select-col .select-hidden-sip {
  display: none;
  -webkit-appearance: none;
  visibility: hidden;
  padding-right: 10px;
}
.best-sip-funds-widget .sip-container .select-col .select-topPlan {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #253858;
  width: 125px;
  height: 30px;
}
.best-sip-funds-widget .sip-container .select-col .select-styled-sip {
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%;
  display: flex;
  border-radius: 24px;
  background: url(../../images/bu/arrow-gray.svg) no-repeat calc(100% - 15px) 14px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  font-size: 15px;
  font-weight: 600;
  color: #253858;
  padding: 0 30px 0 12px;
  outline: 0;
  height: 30px;
  transition: all 0.2s ease-in;
}
.best-sip-funds-widget .sip-container .select-col .select-options {
  display: none;
  width: 177px;
  position: absolute;
  top: 40px;
  right: 0;
  left: -23px;
  z-index: 9;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 18px 12px 16px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.25);
  border-radius: 8px;
}
.best-sip-funds-widget .sip-container .select-col .select-options li {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 14px;
  padding: 0 0 14px;
  transition: all 0.15s ease-in;
}
.best-sip-funds-widget .sip-container .select-col .select-options li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.best-sip-funds-widget .sip-container .select-col .select-options li:hover {
  color: #253858;
}
.best-sip-funds-widget .sip-container .select-col .select-options li.is-selected {
  color: #253858;
}
.best-sip-funds-widget .sip-container .select-col .select-options li[rel=hide] {
  display: none;
}
.best-sip-funds-widget .sip-container .select-col span {
  color: #868383;
  font-size: 14px;
  font-weight: 500;
}
.best-sip-funds-widget .sip-container .select-col .invest-toggleBox {
  position: relative;
}
.best-sip-funds-widget .sip-container .select-col .invs-value {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 24px;
  background: url(../../images/bu/arrow-gray.svg) no-repeat calc(100% - 15px) 14px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  font-size: 15px;
  font-weight: 600;
  color: #253858;
  padding: 0 30px 0 12px;
  height: 30px;
  width: -moz-max-content;
  width: max-content;
}
.best-sip-funds-widget .sip-container .select-col .invs-value span {
  font-size: 15px;
  font-weight: 600;
  color: #253858;
}
.best-sip-funds-widget .sip-container .select-col .invs-value img {
  margin-left: 10px;
}
.best-sip-funds-widget .sip-container .select-col .arrow-rotate img {
  transform: rotate(180deg);
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box {
  position: absolute;
  top: 40px;
  width: 340px;
  display: none;
  left: -93px;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .iab-main {
  background: #fff;
  padding: 18px 12px 16px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.25);
  border-radius: 8px;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .iab-main .topPlan-errorMessage {
  color: #707b8d;
  font-size: 12px;
  margin: -9px 0 5px;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .close-investBox {
  display: none;
  position: absolute;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .investment-amoount-heading {
  font-size: 13px;
  font-weight: 600;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label {
  display: flex;
  padding: 12px 8px 6px;
  margin: 5px 0 12px 0;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-left {
  display: flex;
  align-items: center;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-left .inputValInvestment {
  font-size: 16px;
  color: #253858;
  border: none;
  padding: 0 0 0 8px;
  outline: 0;
  max-width: 100%;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-left .input-rupee-sign {
  font-size: 15px;
  font-weight: 600;
  color: #868383;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-right {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: #868383;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .default-price-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .default-price-options .dpo-value {
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  background: rgba(0, 101, 255, 0.1);
  padding: 8px 16px;
  cursor: pointer;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .cancelAndApply {
  display: flex;
  gap: 8px;
  margin: 24px 0 0 0;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .cancelAndApply .cancel-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #ddd;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #5e6c84;
  font-size: 14px;
  height: 32px;
}
.best-sip-funds-widget .sip-container .select-col .investment-amount-box .cancelAndApply .apply-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #0067ff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #5e6c84;
  font-size: 14px;
  height: 32px;
}
.best-sip-funds-widget .sip-container .select-col.best-funds-year-new .select-topPlan {
  width: 96px;
}
.best-sip-funds-widget .sip-container .sip-list-parent {
  max-width: 100%;
  margin: 22px 0 0 0;
  padding: 0 40px;
}
.best-sip-funds-widget .sip-container .sip-list {
  margin-top: 16px;
  border-radius: 8px;
  background: #fff;
  justify-content: space-between;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}
.best-sip-funds-widget .sip-container .sip-list:last-child {
  margin-bottom: 20px;
}
.best-sip-funds-widget .sip-container .sip-list .sip-list-inner {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
.best-sip-funds-widget .sip-container .sip-list .tax-receipt-pension-sip {
  display: flex;
  padding: 9px 16px;
  background: #f5f5f5;
  border-radius: 0 0 8px 8px;
}
.best-sip-funds-widget .sip-container .sip-list .tax-receipt-pension-sip .instant-tax-receipt-btn {
  border-radius: 16px;
  background: rgba(0, 103, 185, 0.1);
  padding: 4px 12px;
  height: 30px;
  font-size: 12px;
  color: #0067b9;
  cursor: pointer;
  font-weight: 500;
}
.best-sip-funds-widget .sip-container .sip-list .tax-receipt-pension-sip .tax-ree-pension {
  border-radius: 16px;
  background: rgba(68, 154, 67, 0.1);
  font-weight: 500;
  padding: 8px 12px;
  font-size: 12px;
  color: #449a43;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 30px;
}
.best-sip-funds-widget .sip-container .sip-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
  max-width: 120px;
}
.best-sip-funds-widget .sip-container .sip-logo img {
  max-height: 40px;
}
.best-sip-funds-widget .sip-container .sip-logo span {
  font-size: 14px;
  display: block;
  line-height: initial;
  color: #253858;
  font-weight: 500;
  margin: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container .sip-logo span {
    font-size: 11px;
  }
}
.best-sip-funds-widget .sip-container .sip-details {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 0 0;
}
.best-sip-funds-widget .sip-container .sip-det-col > span {
  font-size: 12px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  color: #868383;
  font-weight: 500;
}
.best-sip-funds-widget .sip-container .sip-det-col span.after-years {
  display: flex;
  margin: 3px 0 0;
  line-height: initial;
}
.best-sip-funds-widget .sip-container .sip-det-col .paragraphBu {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 0;
  color: #253858;
  line-height: 16px;
}
.best-sip-funds-widget .sip-container .sip-det-col p {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 0 0;
  color: #253858;
  line-height: 16px;
}
.best-sip-funds-widget .sip-container .sip-det-col p span {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #253858;
  line-height: 16px;
}
.best-sip-funds-widget .sip-container .sip-det-col p.greem-text {
  color: #079836 !important;
}
.best-sip-funds-widget .sip-container .sip-btn {
  display: flex;
  margin-top: 8px;
}
.best-sip-funds-widget .sip-container .sip-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  width: 114px;
  height: 40px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #0065ff;
  background: #0067ff;
}
.best-sip-funds-widget .sip-container .read-more-sip {
  display: none;
}
.best-sip-funds-widget .sip-container.colum-wise {
  position: relative;
  flex-direction: column;
  padding: 24px 12px;
  width: calc(100% + 32px);
  margin-left: -16px;
  max-width: 750px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p span {
  font-size: 14px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p {
  font-size: 16px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span {
  font-size: 16px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span .five-year-returns {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span .seven-year-returns {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span .ten-year-returns {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p .five-year-returns {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p .seven-year-returns {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p .ten-year-returns {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span.green-text {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col span {
  font-size: 12px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p.green-text {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-investment .green-text.paragraphBu span {
  font-size: 14px;
  font-size: 14px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-list-parent {
  margin: 0;
  padding: 0;
}
.best-sip-funds-widget .sip-container.colum-wise h3.sif-title {
  font-size: 20px;
  padding: 0 0 16px 0;
  min-width: 200px;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs {
  display: flex;
  white-space: nowrap;
  margin: 15px -12px 10px;
  overflow-x: auto;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  gap: 20px;
  padding: 10px 10px;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs::-webkit-scrollbar {
  display: none;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a.active {
  padding: 14px 10px;
  border-radius: 8px;
  background-size: 0;
  flex-direction: column;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a {
  background-size: 0;
  padding: 4px 14px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a:last-child {
  margin-right: 12px;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a:first-child {
  margin-left: 12px;
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a span {
  font-size: 11px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin: 0;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col:nth-child(2) {
  margin-left: 0;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .select-styled-sip {
  width: 100%;
  align-items: center;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box {
  position: absolute;
  top: 64px;
  width: 340px;
  display: none;
  left: -93px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .iab-main {
  background: #fff;
  padding: 18px 12px 16px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.25);
  border-radius: 8px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .iab-main .topPlan-errorMessage {
  color: #707b8d;
  font-size: 12px;
  margin: -9px 0 5px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .close-investBox {
  display: none;
  position: absolute;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .investment-amoount-heading {
  font-size: 13px;
  font-weight: 600;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label {
  display: flex;
  padding: 12px 8px 6px;
  margin: 5px 0 12px 0;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-left {
  display: flex;
  align-items: center;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-left .inputValInvestment {
  font-size: 16px;
  color: #253858;
  border: none;
  padding: 0 0 0 8px;
  outline: 0;
  max-width: 100%;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-left .input-rupee-sign {
  font-size: 15px;
  font-weight: 600;
  color: #868383;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-right {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: #868383;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .default-price-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .default-price-options .dpo-value {
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  background: rgba(0, 101, 255, 0.1);
  padding: 8px 16px;
  cursor: pointer;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .cancelAndApply {
  display: flex;
  gap: 8px;
  margin: 24px 0 0 0;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .cancelAndApply .cancel-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #ddd;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #5e6c84;
  font-size: 14px;
  height: 32px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .cancelAndApply .apply-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #0067ff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #5e6c84;
  font-size: 14px;
  height: 32px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col span {
  font-size: 12px;
}
.best-sip-funds-widget .sip-container.colum-wise .select-col select {
  font-size: 13px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.best-sip-funds-widget .sip-container.colum-wise section.sip-right {
  width: 100%;
}
.best-sip-funds-widget .sip-container.colum-wise .select-section {
  margin: 16px 0;
  width: 58%;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 0;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-list {
  margin: 0 0 16px;
  padding: 0;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-list:last-child {
  margin: 0;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-list .sip-list-inner {
  padding: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-details {
  width: 100%;
  order: 3;
  padding: 15px;
  row-gap: 2px;
  border-radius: 8px;
  -moz-column-gap: 30;
  column-gap: 30px;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0, 101, 255, 0) 0%, rgba(0, 101, 255, 0.05) 100%);
}
.best-sip-funds-widget .sip-container.colum-wise .sip-btn a {
  width: 114px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-logo {
  display: flex;
  flex-direction: row;
  min-width: 320px;
  max-width: 100%;
  align-items: center;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-logo img {
  max-width: 75px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-det-col:nth-child(4) + .sip-det-col p:has(.estimated-value) {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col:nth-child(4) + .sip-det-col p:has(.estimated-value).green-text, .best-sip-funds-widget .sip-container.colum-wise .sip-det-col:nth-child(4) + .sip-det-col p:has(.estimated-value) .estimated-value, .best-sip-funds-widget .sip-container.colum-wise .sip-det-col:nth-child(4) + .sip-det-col p:has(.estimated-value) .five-year-returns {
  color: #079836;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-det-col.blk-text p .five-year-returns {
  color: #253858;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
  .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;
  }
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
  .leftSection {
    width: 100%;
  }
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
  .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 {
    width: 70%;
    margin-right: 2%;
  }
  .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;
  }
  .leftSection .h2.tp0 {
    padding: 10px 0 10px;
  }
  .leftSection h2.tp0 {
    padding: 10px 0 10px;
  }
  .leftSection .graphDiv.first {
    margin: 20px;
  }
  .leftSection .textbanner {
    height: auto;
    display: block;
    font-size: 24px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
  .leftSection .textbanner .fdbanner_text {
    margin-bottom: 10px;
    text-align: center;
  }
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
  .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;
  }
  .block_content_wrapper::after {
    content: "";
  }
  .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 {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .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 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection .h3 a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h3 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;
  }
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .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;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
  .rightSection > .card {
    padding: 10px 0 10px;
  }
  .rightSection .graphDiv.first {
    margin: 20px;
  }
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
  .rightSection .card_heading {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
  .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;
    padding: 12px 12px 20px;
  }
  .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 .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  .animated-banner .am-banner.desktop {
    display: none;
  }
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
  #newformat {
    width: 100% !important;
  }
  #sip-calculator .totalWrap .amount_you_get .amt {
    font-size: 20px;
  }
  #sip-calculator .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
  #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 .totalWrap .amount_you_get .amt {
    font-size: 20px;
  }
  #sip-calculator_graph .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
  .breadcrumbinner ul.breadcrumb {
    width: 100%;
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .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;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
  .floatingPopupDiv .close {
    right: 15px;
  }
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
    padding-top: 15px;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 0 0 15px;
  }
  .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext {
    font-size: 14px;
    line-height: 16px;
  }
  .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext:before {
    top: 3px;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
    width: 100%;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0;
    width: 100%;
  }
  #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;
  }
  #our-partners {
    width: 85% !important;
  }
  .clearfix {
    clear: both;
    display: block;
  }
  img.squareBanner {
    max-width: 400px;
    margin-bottom: 5px;
  }
  .graphDiv::after {
    content: "";
  }
  .investment-option-slider::after {
    content: "";
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    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 .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
    padding-top: 63px;
  }
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
  .leftSection table tr:first-child {
    color: #253858;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child {
    width: 90%;
    margin-right: 2%;
  }
  .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;
  }
  .leftSection .h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection .textbanner {
    font-size: 20px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
  .leftSection .mid-form .form-block:before {
    display: none;
  }
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li {
    width: 50%;
  }
  #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 .explore-interlinking-button {
    top: 18px;
    margin: 0;
  }
  #investment-interlinking-widget.investment-interlinking-widget .link button {
    top: 18px;
    margin: 0;
  }
  img.squareBanner {
    max-width: 100%;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-arrow {
    width: 12%;
  }
}
@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
  .leftSection #sip-calculator_graph.sip-rhs-sticky .h2 {
    margin-bottom: 10px;
  }
  .leftSection #sip-calculator_graph.sip-rhs-sticky h1 {
    margin-bottom: 10px;
  }
  .leftSection #sip-calculator_graph.sip-rhs-sticky h2 {
    margin-bottom: 10px;
  }
  .pbRelatedLinks.container {
    max-width: 100%;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 55%;
  }
  #sip-calculator_graph.sip-rhs-sticky .leftSection .h2 {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .leftSection h1 {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .leftSection h2 {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .title {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
    margin-bottom: 13px;
  }
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
    padding: 4px;
  }
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
    width: 50% !important;
  }
  .cal-box .chart-panel.dummy1 {
    background-size: 284px;
  }
  .compound-calculator .cal-box .chart-panel.dummy1 {
    background-size: 295px !important;
  }
  .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;
  }
  .disForm.formBlock .leftContentBox.new .left .feature_pointer {
    top: 0;
  }
  .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:first-child {
    margin: 10px;
  }
  .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(2) {
    margin: 10px;
  }
  .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(3) {
    position: initial;
    margin: 10px;
  }
  .disForm.formBlock .leftContentBox.new .right {
    width: 100%;
    border-radius: 0;
    margin: 0 0 0;
    padding: 25px 15px;
    background: #f1f7ff;
  }
  .leftSection.bg-gray {
    background: #f2f2f2;
  }
  .rightSection.bg-gray {
    background: #f2f2f2;
  }
  .rsh_banner_sip {
    margin: 0 auto 17px;
  }
  .rsh_banner_sip.full {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    max-width: 342px;
    margin: 20px auto;
  }
  .rsh_banner_sip.full span {
    text-align: center;
    line-height: 30px;
  }
  .rsh_banner_sip.full .paragraphBu {
    text-align: center;
    line-height: 20px;
  }
  .rsh_banner_sip.full p {
    text-align: center;
    line-height: 20px;
  }
  .rsh_banner_sip.full .btnaction {
    position: initial;
    top: initial;
    transform: initial;
    text-align: center;
  }
  .rsh_banner_sip.full .graphic {
    position: initial;
    top: initial;
    transform: inherit;
  }
  .need-help-button.gb {
    padding: 7px 10px;
  }
  .stickyfooter .closesticky {
    display: none;
  }
  .stickyfooter .sticky .left .text {
    font-size: 18px;
  }
  .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
  }
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .right {
    width: 50%;
  }
  .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
  }
  .best-sip-funds-widget .select-col span {
    font-size: 13px;
  }
  .best-sip-funds-widget .select-col select {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container {
    padding: 24px;
  }
  .best-sip-funds-widget .sip-container .sip-list .sip-list-inner {
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .best-sip-funds-widget .sip-container .sip-details {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 35px;
    padding: 0 0;
  }
  .best-sip-funds-widget .sip-container .sip-btn {
    order: 2;
  }
  .best-sip-funds-widget .sip-container .select-col {
    margin: 0 20px;
    flex-direction: column;
  }
  .best-sip-funds-widget .sip-container .select-col:nth-child(2) {
    margin-left: 40px;
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
  .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;
  }
  #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 .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph .tenure li {
    margin-right: 5px;
  }
  #sip-calculator_graph .tenure li .tenure-tab {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .tenure li span {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
  #sip-calculator_graph .totalWrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
  .cal-box .chart-panel .chartDiv {
    width: 105px;
  }
  .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .stickyfooter .sticky .right {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
  .popular-search .popular-search-tag li {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
  .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;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover {
    color: #0065ff;
  }
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
  .block_content_wrapper_firstfold {
    background: #fff;
    margin: 0;
    padding: 10px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 5px;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text {
    display: none;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text-web.show-extra {
    display: inline;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text.show-extra {
    display: inline;
  }
  .block_content_wrapper_firstfold.in-mobile .text-hide-link {
    display: inline-block;
  }
  .floatingPopupDiv.center .floatpanel {
    width: 70%;
    overflow-y: scroll;
  }
  .disForm.formBlock {
    flex-direction: column-reverse;
    padding: 20px 0 0;
  }
  .disForm.formBlock .leftContentBox {
    display: block;
    margin: 20px auto 0;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    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 {
    width: 100%;
  }
  .disForm.formBlock .leftContentBox .leftbox .term_cond {
    text-align: center;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
    display: none;
  }
  .disForm.formBlock .leftContentBox .leftbox .pointers {
    margin: 0;
  }
  .disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
    display: block;
    text-align: center;
    margin: 0;
  }
  .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 {
    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.new {
    border: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .disForm.formBlock .leftContentBox.new .left-container {
    margin-top: 0;
  }
  .disForm.formBlock .leftContentBox.new .left {
    display: none;
  }
  .disForm.formBlock .leftContentBox.new .right .pointer li.inv_2ndpointer .smalltext {
    width: 100%;
  }
  .disForm.formBlock .leftContentBox.new .disclaimer.mr-none {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .disForm.formBlock .leftContentBox.sippage {
    display: none;
  }
  .disForm.formBlock .leftContentBox.sippage.new {
    padding-top: 25px;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner .insurer-logo {
    display: none;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers {
    padding-left: 0;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .headingtext {
    margin-bottom: 36px;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist {
    max-width: 575px;
    border: 0;
    padding: 0;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div {
    position: relative;
    width: 26%;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div:last-of-type:after {
    display: none;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div:after {
    content: "";
    background: rgba(0, 0, 0, 0.1215686275);
    width: 1px;
    height: 95px;
    position: absolute;
    top: 0;
    right: -23px;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .term_cond {
    padding-left: 0 !important;
  }
  .disForm .rightContent {
    padding: 22px 3% 18px;
    width: 90%;
    margin: 0 auto;
  }
  .disForm .rightContent .investment-bg .bluetext.mediumtext {
    margin-bottom: 7px;
    line-height: 26px;
    padding-top: 0;
  }
  .disForm .rightContent .investment-bg .form-heading {
    margin-bottom: 7px;
    line-height: 26px;
    padding-top: 0;
  }
  .disForm .rightContent .investment-bg .heading {
    margin-bottom: 7px;
    line-height: 26px;
    padding-top: 0;
  }
  .disForm .rightContent .investment-bg .blacktext.extrasmalltext {
    margin-top: 3px;
    font-size: 16px;
  }
  .disForm .rightContent .investment-bg .description {
    margin-top: 3px;
    font-size: 16px;
  }
  .disForm .rightContent .investment-bg .form-sub-heading {
    margin-top: 3px;
    font-size: 16px;
  }
  .disForm .rightContent #loader {
    font-size: 14px;
  }
  .disForm .rightContent .proceed {
    font-size: 14px;
  }
  .disForm .rightContent .getExtrabenefit {
    text-align: center;
    padding: 6px 6px;
  }
  .disForm .rightContent.sippage {
    margin-bottom: 0;
  }
  .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 3px;
    clear: both;
    display: block;
    text-align: center;
  }
  .leftSection .graphDiv img {
    max-width: 400px;
    width: 100%;
  }
  .popular_article .headingWrapper.you_maylike_heading {
    margin-top: 76px !important;
  }
  .tab {
    margin: 0 auto 20px;
  }
  .tab li {
    padding: 10px 5px;
  }
  .tab-sip-tables {
    margin-top: 0;
  }
  .read-more-faq-btn {
    margin: 40px 0;
    margin: 40px 0 26px;
  }
  .read-more-investment-btn {
    margin: 40px 0;
  }
  .left-fullwidth-button {
    padding: 20px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    justify-content: flex-start;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 55%;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    display: flex;
  }
}
@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  #sip-calculator .sipc {
    padding: 20px 15px;
  }
  #sip-calculator_graph .sipc {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
  #sip-calculator .tenure li {
    margin-right: 5px;
  }
  #sip-calculator .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
  #sip-calculator .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
  #sip-calculator_graph .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
  .bluebg .forex-form-bootstrap .calculate_compare_result table th {
    vertical-align: middle;
    text-align: center;
  }
  .table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
  }
  .table > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
  }
  .table > tfoot > tr > th {
    vertical-align: middle;
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result .box {
    width: 100% !important;
    margin: 10px auto !important;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
  #sip-calculator .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
  #sip-calculator .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator .totalWrap .amount_you_get totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator .totalWrap .amount_you_receive totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
  #sip-calculator_graph .tenure li span {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 980px) {
  #topForm {
    display: flex;
    flex-direction: column-reverse;
  }
  #topForm.sipLeadForm {
    flex-direction: column;
    top: 0;
  }
  .sipLeadForm .form-in-row {
    flex-direction: column;
  }
  .sipLeadForm .form-in-row .form-feild-row .fieldWrapper .nri-secure-tag {
    right: initial;
    left: 0;
    bottom: 28px;
  }
  .sipLeadForm .form-in-row .form-feild-row .fieldWrapper {
    width: 100%;
    margin-right: 0;
  }
  .sipLeadForm .form-in-row .form-feild-row {
    flex-direction: column;
    width: 100%;
  }
  .sipLeadForm .form-in-row .form-feild-row #number_f .formInput {
    margin: 0 auto 42px;
    z-index: 11;
  }
  .sipLeadForm .form-in-row .feild-action {
    width: 100%;
  }
  .sipLeadForm .whatapp-and-tnc {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .sipLeadForm .whatapp-and-tnc .info-secure {
    margin-top: 14px;
    display: block;
    text-align: center;
  }
  .sipLeadForm .whatapp-and-tnc .termCondition {
    bottom: 0;
    text-align: center;
    line-height: 15px;
    margin: 10px 0;
  }
  .highcharts-container {
    width: 300px;
    height: 400px !important;
  }
  .cal-box .chart-panel .chartDiv #chart1-val1 {
    left: 2%;
    text-align: center;
    color: #2d7441;
    right: 0;
    width: 120px;
    top: initial;
    bottom: -26px;
  }
  .cal-box .chart-panel .chartDiv #chart2-val1 {
    left: 2%;
    text-align: center;
    color: #2d7441;
    right: 0;
    width: 120px;
    top: initial;
    bottom: -26px;
  }
  .cal-box .chart-panel .chartDiv #chart1-val2 {
    top: -20px;
    right: -30px;
    width: 125px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(25px);
  }
  .cal-box .chart-panel .chartDiv #chart2-val2 {
    top: -20px;
    right: -30px;
    width: 125px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(25px);
  }
  .cal-box {
    min-width: 115px;
    background: 0 0;
    color: #253858;
    padding: 12px 0 12px 32px;
    margin-right: 1%;
  }
  .floatingPopupDiv.center .floatpanel .sipLeadForm #number_f .formInput {
    margin: 0;
  }
  .form-whatsapp {
    top: 38px;
    right: 0;
    left: 0;
  }
  .sipLeadForm.nri-sip .form-whatsapp {
    top: 38px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 178px;
    height: 250px;
    background-repeat: no-repeat;
    bottom: 0;
    top: auto;
    right: 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 90%;
    padding: 16px 15px 0 30px;
    margin: 0 auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    background-size: contain;
    width: 120px;
    height: 115px;
    right: 9px;
    bottom: initial;
    top: 37px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free {
    margin: 10px 0 0 0;
    width: auto !important;
    display: inline-block;
  }
  .pagecontainer {
    width: 100%;
    padding: 0 15px;
  }
  .stickyfooter .sticky .cagr-added .right .ctaform .forminput .error + .err {
    right: 0;
    left: -10px;
    bottom: -15px;
  }
  .leftSection .return_calculator_box_investment.new_sip_fund_table h2 {
    padding: 22px 0 0 15px;
    line-height: 20px;
  }
  .leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form {
    gap: 8px;
    padding: 16px 15px 6px;
  }
  .leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form .feildWrapper:first-child {
    width: 100%;
  }
  .leftSection .return_calculator_box_investment.new_sip_fund_table .calc_form .feildWrapper:nth-child(2) {
    width: 100%;
  }
  #financial-news .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .vertical-tabs {
    border: none;
    margin: 0 -12px 0 0;
    padding: 0;
    gap: 15px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a:first-child {
    margin-left: 0;
  }
  .best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 100000;
  }
  .best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .iab-main {
    border-radius: 24px 24px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .close-investBox {
    display: flex;
  }
  .best-sip-funds-widget .sip-container.colum-wise .select-section {
    position: static;
    right: 0;
    width: 100%;
    padding: 10px 0;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-details {
    width: 100%;
    order: 3;
    padding: 10px;
    row-gap: 12px;
    -moz-column-gap: 0px;
    column-gap: 20px;
    justify-content: flex-start;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-details .sip-det-col {
    width: 28%;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-details .sip-det-col:nth-of-type(2n) {
    width: 82px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-det-col span {
    font-size: 11px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-det-col p {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-btn a {
    width: 98px;
    font-size: 12px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-logo {
    min-width: inherit;
    margin-bottom: 10px;
    height: auto;
    max-width: calc(100% - 110px);
    align-items: flex-start;
    flex-direction: column;
  }
  .best-sip-funds-widget .sip-container .select-col .select-styled-sip.active::before {
    content: "";
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .best-sip-funds-widget .sip-container .select-col .select-options {
    top: auto;
    z-index: 99999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding-bottom: 40px;
  }
  .best-sip-funds-widget .sip-container .select-col .select-options::before {
    background: #fff;
    content: "X";
    font-family: sans-serif;
    position: absolute;
    font-weight: 500;
    font-size: 20px;
    color: #a0a0a0;
    left: 50%;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .best-sip-funds-widget .sip-container .select-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin: 0;
  }
  .best-sip-funds-widget .sip-container .select-col .invs-value {
    font-size: 13px;
    align-items: center;
  }
  .best-sip-funds-widget .sip-container .select-col .invs-value span {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .best-sip-funds-widget .sip-container .select-col .select-styled-sip {
    font-size: 13px;
    align-items: center;
    width: 100%;
  }
  .best-sip-funds-widget .sip-container .select-col:nth-child(2) {
    margin-left: 0;
    order: 1;
  }
  .best-sip-funds-widget .sip-container .select-col:last-child {
    order: 3;
  }
  .best-sip-funds-widget .sip-container .select-col .investment-amount-box {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
  }
  .best-sip-funds-widget .sip-container .select-col .investment-amount-box .iab-main {
    border-radius: 24px 24px 0 0;
    padding: 18px 12px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .best-sip-funds-widget .sip-container .select-col .investment-amount-box .close-investBox {
    position: absolute;
    font-size: 20px;
    color: #a0a0a0;
    opacity: 1;
    font-weight: 500;
    transform: translateY(-50%);
    left: 50%;
    background: #fff;
    height: 32px;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    top: -40px;
    border-radius: 50%;
  }
  .best-sip-funds-widget .sip-container .select-col span {
    font-size: 12px;
  }
  .best-sip-funds-widget .sip-container .select-col select {
    font-size: 13px;
  }
  .best-sip-funds-widget .sip-container .sip-btn {
    margin-top: 0;
  }
  .best-sip-funds-widget .sip-container .sip-btn a {
    width: 98px;
    height: 32px;
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col p span {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col p {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col {
    width: 65%;
  }
  .best-sip-funds-widget .sip-container .sip-det-col span {
    font-size: 11px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col .paragraphBu {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col:nth-of-type(2n) {
    width: 68px;
  }
  .best-sip-funds-widget .sip-container {
    flex-direction: column;
    padding: 24px 12px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .best-sip-funds-widget .sip-container .heightAutoTop .tab-sip .sip-list {
    display: block;
  }
  .best-sip-funds-widget .sip-container .heightAutoTop .tab-sip {
    height: auto;
  }
  .best-sip-funds-widget .sip-container .tab-sip {
    height: auto;
    overflow: hidden;
  }
  .best-sip-funds-widget .sip-container .read-more-sip {
    display: flex;
    justify-content: center;
  }
  .best-sip-funds-widget .sip-container .read-more-sip span {
    width: 137px;
    margin: 16px 0 0 0;
    text-decoration: none;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #253858;
    color: #253858;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .best-sip-funds-widget .sip-container .sip-list-parent {
    margin: 0;
    padding: 0;
  }
  .best-sip-funds-widget .sip-container h3.sif-title {
    font-size: 20px;
    padding: 0 0 16px 0;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs {
    display: flex;
    gap: 12px;
    white-space: nowrap;
    margin: 0 -12px;
    overflow-x: auto;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a.active {
    padding: 14px 10px;
    border-radius: 8px;
    background-size: 0;
    flex-direction: column;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a {
    background-size: 0;
    padding: 4px 14px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a:last-child {
    margin-right: 12px;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a:first-child {
    margin-left: 12px;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a span {
    font-size: 11px;
  }
  .best-sip-funds-widget .sip-container .select-col.payment-mode-sip-filter {
    order: 2;
  }
  .best-sip-funds-widget .sip-container .sip-left {
    width: 100%;
  }
  .best-sip-funds-widget .sip-container section.sip-right {
    width: 100%;
  }
  .best-sip-funds-widget .sip-container .select-section {
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
    gap: 8px;
    padding: 10px 10px;
    margin: 16px -12px;
  }
  .best-sip-funds-widget .sip-container .select-section.flex-end-sip-filter {
    justify-content: center;
  }
  .best-sip-funds-widget .sip-container .sip-list {
    margin: 0 0 16px;
    padding: 0;
    display: none;
  }
  .best-sip-funds-widget .sip-container .sip-list:nth-child(-n+3) {
    display: block;
  }
  .best-sip-funds-widget .sip-container .sip-list:last-child {
    margin: 0;
  }
  .best-sip-funds-widget .sip-container .sip-list .sip-list-inner {
    padding: 16px;
    flex-wrap: wrap;
    gap: 9px;
  }
  .best-sip-funds-widget .sip-container .sip-details {
    width: 100%;
    order: 3;
    padding: 0;
    row-gap: 12px;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .best-sip-funds-widget .sip-container .sip-logo {
    height: 80px;
    overflow: hidden;
  }
  .best-sip-funds-widget .sip-container .sip-logo span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .best-sip-funds-widget .sip-container .sip-logo img {
    max-width: initial;
    height: 38px;
  }
  .best-sip-funds-widget .sip-container .sip-investment .green-text.paragraphBu span {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-investment .green-text.paragraphBu span {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-wrapper {
    padding: 10px 0;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .sipLeadForm .whatapp-and-tnc .termCondition {
    margin: 30px 0 0;
  }
}
@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;
  }
  .floatingPopupDiv.center.open {
    align-items: flex-end;
  }
  .floatingPopupDiv.center .floatpanel {
    width: 100%;
    border-radius: 40px 40px 0 0;
    height: 80%;
    overflow: scroll;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
    height: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
    font-size: 23px;
    max-width: 250px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
    height: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content > div.disclaimer.right {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .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;
  }
  .best-sip-funds-widget .sip-container.colum-wise {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .largecap-categories .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .largecap-categories .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .tab-sip-tables-wrapper .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-sip-tables-wrapper .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .largecap-categories .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .largecap-categories .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .tab-sip-tables-wrapper .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-sip-tables-wrapper .table-responsive-xl > .table-bordered {
    border: 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: 890px) {
  .video-container {
    margin: 30px auto 0;
  }
  .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
    margin-bottom: 15px;
  }
  .popular-search h2.underline::before {
    display: none;
  }
  .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
  .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
  .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
  .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
  .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
  .grid .section-full.lgpp:has(.popular-search) {
    width: 100%;
    margin: 0;
    padding: 20px 8px 10px;
  }
}
@media only screen and (max-width: 840px) {
  .block_content_wrapper .h2 {
    font-size: 22px !important;
  }
  .block_content_wrapper h2 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 768px) {
  #sip-calculator .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
  #sip-calculator_graph .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 {
    margin: 16px 0 8px -16px;
    font-size: 16px;
    padding: 16px 18px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewbtn {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewplan-link {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content a {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content button {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text {
    margin: 7px 0 0 0;
    font-size: 7px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text p {
    font-size: 7px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    font-size: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .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.cg .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.cg .exit-intent-popup-content .details-1 {
    font-size: 13px;
    margin: 5px 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
    font-size: 15px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.medium {
    font-size: 15px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
    font-size: 13px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small {
    font-size: 13px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content button {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .stickyfooter.new .sticky {
    height: auto;
    padding: 7px 0 9px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    flex-direction: column;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    bottom: -10px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 38%;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
    padding-left: 0;
    z-index: 2;
    text-align: left;
    position: relative;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description {
    margin-bottom: 6px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    padding-left: 26px;
    width: 47%;
  }
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 15px;
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    font-size: 14px;
    line-height: 18px;
    width: 75%;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 6px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 20px;
    line-height: 34px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
    font-size: 17px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn {
    max-width: 200px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link {
    max-width: 200px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a {
    max-width: 200px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .heading {
    font-size: 20px;
    padding: 0 12px;
  }
  #investment-interlinking-widget.investment-interlinking-widget .flexlist {
    padding: 0 5px;
  }
  #investment-interlinking-widget.investment-interlinking-widget .link {
    border-bottom: 2px solid #d9d9d9;
  }
  #investment-interlinking-widget.investment-interlinking-widget {
    padding: 15px 0 40px;
    background: #fff;
    border-radius: 0;
    border: 0;
  }
  .highcharts-container {
    top: -2px;
    left: 25px;
    height: 230px !important;
  }
  .graph {
    height: 235px !important;
    position: relative;
    top: -45px;
    left: -45px;
  }
  .cal-box .chart-panel.dummy1 {
    background: rgba(255, 255, 255, 0.49) url(../../images/bu/investment/sip-calculator-amt-calculated-mobile.png?v=002) no-repeat center top;
    background-size: 300px;
    height: 255px;
    padding-bottom: 20px;
    align-items: flex-end;
  }
  .cal-box .chart-panel.dummy1 .chartDiv {
    display: none;
  }
  .cal-box .chart-panel.dummy1 .wealth-amout {
    display: none;
  }
  .cal-box .chart-panel.dummy2 {
    background: rgba(255, 255, 255, 0.49) url("../../images/bu/investment/sip-calculator-amt-calculated1-mobile.png") no-repeat center top;
    background-size: 95%;
    min-height: 235px;
    height: 250px;
    padding-bottom: 20px;
    align-items: flex-end;
  }
  .cal-box .chart-panel.dummy2 .chartDiv {
    display: none;
  }
  .cal-box .chart-panel.dummy2 .wealth-amout {
    display: none;
  }
  .cal-box .chart-panel .wealth-amout .heading {
    font-size: 12px;
  }
  .cal-box .chart-panel .wealth-amout .value {
    font-size: 18px;
  }
  .cal-box .chart-panel .wealth-amout {
    width: 40%;
    padding: 10px;
    max-width: 180px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-right: 10px;
    background: 0 0;
    top: 70px;
    min-width: 150px;
  }
  .cal-box .chart-panel .wealth-amout:before {
    display: none;
  }
  .cal-box .chart-panel {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    margin-bottom: 10px;
    height: 300px;
    padding-top: 20px;
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .cal-box .chart-panel .chartDiv {
    width: calc(100% - 180px);
    margin: 0 auto;
    height: 160px !important;
    padding: 10px;
  }
  .cal-box .chart-panel .chartDiv #container {
    position: relative;
    top: -150px;
    left: -10px;
  }
  .cal-box .chart-panel:before {
    display: none;
  }
  .cal-box {
    flex-direction: column;
    padding: 0 8px;
  }
  .cal-box label.container {
    min-width: initial;
    padding: 12px 7px 11px 35px !important;
  }
  .cal-box .calculate-invested-amount {
    width: 100%;
  }
  .cal-box .calculate-invested-goal {
    width: 100%;
  }
  .cal-box .cal-box .chart-panel {
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 235px;
  }
  .cal-box .cal-box .chart-panel .chartDiv #container {
    position: relative;
    top: -136px;
    left: -15px;
  }
  #invest-goal .chartDiv .highcharts-container {
    top: 0;
    left: 22px;
  }
  .compound-calculator .cal-box .chart-panel.dummy1 {
    background: rgba(255, 255, 255, 0.49) url(../../images/bu/investment/compound-calculator-amt-calculated_mobile.png) no-repeat center center !important;
    background-size: 95% !important;
  }
  .compound-calculator .cal-box .chart-panel.dummy1 .chartDiv {
    display: none;
  }
  .compound-calculator .cal-box .chart-panel.dummy1 .wealth-amout {
    display: none;
  }
  .floatingPopupDiv .floatpanel.video-on {
    padding-top: 30px !important;
    height: 460px !important;
  }
  .floatingPopupDiv .floatpanel.video-on .close {
    width: 30px;
    height: 20px;
    top: 10px !important;
    right: 4px !important;
    border-radius: 4px 4px 0 0 !important;
    background: #000 !important;
  }
  .floatingPopupDiv .floatpanel.video-on .close:after {
    background: #fff !important;
    top: 4px !important;
  }
  .floatingPopupDiv .floatpanel.video-on .close:before {
    background: #fff !important;
    top: 4px !important;
  }
  .floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext {
    text-align: center;
  }
  .floatingPopupDiv.center .floatpanel .sipLeadForm .headingText .mediumtext .highlight {
    text-align: center;
    display: block;
  }
  .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .tab.alignleft.wd300 {
    max-width: 240px;
  }
  .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
  .sip-plans-yearly-container {
    padding-top: 10px;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card {
    padding: 15px 10px 0;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body {
    width: 48%;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds {
    margin-bottom: 10%;
  }
  #topForm {
    min-height: 100%;
    margin-bottom: 10px;
  }
  #topForm.nri {
    min-height: 100%;
  }
  .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 98%;
    padding: 16px;
    margin: 0 auto;
  }
  #financial-news .lin-container .lin-heading {
    padding: 20px 0 0 0;
  }
  #financial-news .lin-container {
    padding: 0 0;
  }
  #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;
  }
  .best-sip-funds-widget .sip-container .select-col .select-topPlan {
    width: auto;
    min-width: 94px;
  }
}
@media (max-width: 767.98px) {
  .largecap-categories .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .largecap-categories .table-responsive-md > .table-bordered {
    border: 0;
  }
  .tab-sip-tables-wrapper .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-sip-tables-wrapper .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .cal-box {
    padding: 12px 0 12px 0px;
  }
}
@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
  .trustedBy .slick-next {
    right: 0;
  }
  .trustedBy .slick-prev {
    left: 0;
  }
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
  .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trustedBy.section p {
    font-size: 14px;
  }
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trustedBysection p {
    font-size: 14px;
  }
  #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 {
    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 {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .leftSection h1 {
    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 h1 span {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .leftSection 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 {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .title {
    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 .title span {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .sipc {
    box-shadow: none;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph {
    flex-direction: column;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
  }
  #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 {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
  #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%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get {
    width: 48%;
    margin-top: 30px;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive {
    width: 48%;
    margin-top: 30px;
  }
  #sip-calculator_graph.new .sip-loadingDiv {
    margin: 4px 0 0;
  }
  .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;
  }
  .leftSection #sip-calculator_graph.new .h2 span {
    font-size: 10px;
    line-height: 16px;
  }
  .leftSection #sip-calculator_graph.new h1 {
    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;
  }
  .leftSection #sip-calculator_graph.new h1 span {
    font-size: 10px;
    line-height: 16px;
  }
  .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;
  }
  .leftSection #sip-calculator_graph.new h2 span {
    font-size: 10px;
    line-height: 16px;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    width: 100%;
    padding: 16px 0 18px;
  }
  .floatingPopupDiv.center.open {
    align-items: flex-end;
  }
  .floatingPopupDiv.center .floatpanel {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div .text {
    font-size: 12px;
    line-height: 16px;
  }
  .disForm .rightContent {
    padding: 22px 2% 18px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .disForm .rightContent .loadingDiv.mobile-fullwidth #loader {
    font-size: 17px;
    width: 98%;
    padding: 17px;
  }
  .disForm .rightContent .loadingDiv.mobile-fullwidth .proceed {
    font-size: 17px;
    width: 98%;
    padding: 17px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
    padding: 24px 16px;
    padding-bottom: 8px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .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.cg .exit-intent-popup-content p.details-2:after {
    border: 23px solid #ffe3b5;
    z-index: 0;
    right: -23px;
    border-left-width: 0;
    border-right-color: transparent;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .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.cg .exit-intent-popup-content .pointer li {
    font-size: 13px;
    width: 100%;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li:before {
    top: 2px;
    transform: initial;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li:after {
    top: 5px;
    transform: initial;
  }
  .information-section {
    padding: 14px 0 7px 10px;
  }
  .information-section .heading {
    font-size: 16px;
  }
  .information-section .information-slider .information-slide .text {
    font-size: 12px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 11px 40px 13px 12px;
  }
  .disclaimer-section-investment {
    padding: 10px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
  .disclaimer-section-investment .diclaimer-content .disclaimer {
    font-size: 16px;
    line-height: 17px;
    padding-right: 25px;
  }
  .disclaimer-section-investment .diclaimer-content .disclaimer-answer {
    font-size: 13px;
  }
  .formula-widget:after {
    width: 130px;
    height: 130px;
    right: -11px;
  }
  .formula-widget {
    padding: 24px 16px 16px;
  }
  .formula-widget .heading {
    font-size: 18px;
    width: 65%;
  }
  .formula-widget .formula {
    font-size: 18px;
    padding: 24px 0;
  }
  .formula-widget .terms-list {
    flex-direction: column;
  }
  .formula-widget .terms-list .term {
    width: 100%;
    margin-bottom: 8px;
  }
  .author-review-section .details {
    padding: 0 8px;
  }
  .author-review-section .details::after {
    width: 35px;
  }
  .author-review-section .details .image {
    max-width: 35px;
    width: 100%;
  }
  .author-review-section .details .name .label {
    font-size: 10px;
  }
  .author-review-section .details .name .value {
    font-size: 12px;
  }
  .author-review-section .details .bio {
    top: 20px;
    left: -27%;
    width: 340px;
    padding-bottom: 16px;
  }
  .author-review-section .details .bio::before {
    left: 55px;
  }
  .author-review-section .details .bio .image {
    max-width: 39px;
  }
  .author-review-section .details .bio .name .label {
    font-size: 11px;
  }
  .author-review-section .details .bio .name .value {
    font-size: 16px;
  }
  .author-review-section .details .bio .name .description::before {
    left: -37px;
  }
  .author-review-section .details .bio.s2 {
    left: -127%;
  }
  .author-review-section .details .bio.s2::before {
    left: initial;
    right: 36%;
  }
  .author-review-section .author {
    border-right: 0;
  }
  .author-review-section .author::after {
    left: -35px;
  }
  .author-review-section .author::before {
    left: -35px;
  }
  .author-review-section .reviewer::after {
    right: -35px;
  }
  .author-review-section .reviewer::before {
    right: -35px;
  }
  .author-review-section.term .details > .image {
    max-width: 30px;
  }
  .author-review-section.term .details .bio.s2 {
    left: -117%;
  }
  .author-review-section.term .details .bio.s2::before {
    left: initial;
    right: 38%;
  }
  .author-review-section.term .details .bio .image {
    max-width: 39px;
  }
  .lic-riders-box {
    background: 0 0;
    max-width: 357px;
    height: 445px;
    width: 100%;
  }
  .lic-riders-box .lic-riders-list .lic-rider {
    background: url(../../../cdn/images/bu/investment/lic-riders/lic-riders-mobile-bg.svg) no-repeat center/contain;
    height: 120px;
    justify-content: center;
  }
  .lic-riders-box .lic-riders-list .lic-rider .image {
    max-width: 24px;
    height: 24px;
    margin-bottom: 7px;
  }
  .lic-riders-box .lic-riders-list .lic-rider p {
    color: #282728;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    padding: 0 13px;
    margin: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider p a {
    color: #282728;
    padding: 0 2px;
  }
  .lic-riders-box .lic-riders-list .lic-rider p span {
    font-size: 8px;
    font-weight: 400;
    color: #282728;
  }
  .lic-riders-box .lic-riders-list .lic-rider span {
    margin-top: 0;
    font-size: 8px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
    top: 19%;
    left: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-1 {
    top: 19%;
    left: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
    top: 19%;
    right: 0;
    left: auto;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-2 {
    top: 19%;
    right: 0;
    left: auto;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
    top: 48%;
    left: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-3 {
    top: 48%;
    left: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
    top: 48%;
    right: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-4 {
    top: 48%;
    right: 0;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-5 {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-5 {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-6 {
    top: 62%;
    padding: 0 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-6 {
    top: 62%;
    padding: 0 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-7 {
    top: 33%;
    right: 0;
    padding: 0 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-7 {
    top: 33%;
    right: 0;
    padding: 0 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lic-riders-box .hide-mobile {
    display: none;
  }
  .lic-riders-box .hide-desktop {
    display: block;
  }
  .nri-popup-container .nri-popup-content {
    max-width: 340px;
  }
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
  .need-help-button.gb {
    bottom: 132px;
    right: 5px;
  }
  .child-finance-hub-widget {
    flex-direction: column;
    padding: 8px;
  }
  .child-finance-hub-widget .heading-tab-list {
    width: 100%;
    padding: 0;
  }
  .child-finance-hub-widget .heading-tab-list .heading {
    margin: 20px auto 0;
    text-align: center;
  }
  .child-finance-hub-widget .heading-tab-list .tab {
    overflow-x: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100%;
  }
  .child-finance-hub-widget .heading-tab-list .tab::-webkit-scrollbar {
    display: none;
  }
  .child-finance-hub-widget .heading-tab-list .tab .tab-links {
    flex-shrink: 0;
    padding: 16px;
    width: auto;
    height: auto;
    background: rgba(0, 101, 255, 0.05);
    margin: 0 4px 0 0;
  }
  .child-finance-hub-widget .tab-content-section {
    width: 100%;
    padding: 16px 8px 4px;
  }
  .child-finance-hub-widget .tab-content-section .tab-content .link-list .link {
    height: 64px;
    width: 48.5%;
    padding: 16px 8px;
  }
  .child-finance-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
    margin-right: 8px;
  }
  .child-finance-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(2n) {
    margin-right: 0;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    align-items: flex-start;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    background: url(../../images/bu/investment/investment-sticky-footer-icon-mobile.svg) no-repeat;
    width: 67px;
    height: 81px;
    left: auto;
    right: 11px;
    bottom: 17px;
    z-index: 0;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 100%;
    align-items: flex-start;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    width: 95%;
    padding-left: 0;
    margin: 0;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform {
    max-width: 304px;
    margin-bottom: 10px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    width: calc(100% - 90px);
    position: relative;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
    margin: 0 !important;
    padding: 6px;
    width: 86px;
  }
  .stickyfooter.new .sticky .tc {
    right: 16px;
    display: none;
    position: relative;
  }
  #financial-news .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
  #financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 18px;
    padding: 10px 0;
  }
  #financial-news .lin-container .lin-right {
    max-width: 100%;
  }
  #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: 10px 0 0 0;
    padding: 0 15px 20px;
  }
  #financial-news .lin-container .read-txt .parent-paragraph {
    height: auto;
  }
  #financial-news .lin-container .read-txt p {
    display: none;
  }
  #financial-news .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 1;
  }
  #financial-news .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
    min-height: 88px;
  }
  #financial-news .lin-container .slide-news-box.current {
    border: 1px solid #0065ff;
  }
  #financial-news .lin-container .slider .view-more-btn {
    bottom: 25px;
  }
  #financial-news .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
  #financial-news .lin-container .slider .slide-news-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .best-sip-funds-widget .sip-container.colum-wise {
    margin: 0 0 0 -16px;
  }
  .best-sip-funds-widget .sip-container.colum-wise .select-col:last-child .select-styled-sip {
    width: 93%;
  }
  .best-sip-funds-widget .sip-container .select-col:first-child .select-topPlan {
    width: auto;
    min-width: 115px;
  }
  .best-sip-funds-widget .sip-container .select-col:last-child .select-styled-sip {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
  .disForm .rightContent {
    padding: 16px 10px 18px;
  }
  .lic-riders-box .lic-riders-list .lic-rider {
    max-width: 120px;
  }
  .lic-riders-box .lic-riders-list .lic-rider p {
    font-size: 11px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
    top: 18%;
    left: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-1 {
    top: 18%;
    left: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
    top: 18%;
    right: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-2 {
    top: 18%;
    right: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
    top: 44%;
    left: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-3 {
    top: 44%;
    left: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
    top: 44%;
    right: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-4 {
    top: 44%;
    right: -15px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-6 {
    top: 57%;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-6 {
    top: 57%;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-7 {
    top: 31%;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-7 {
    top: 31%;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
  .sipLeadForm .headingText .mediumtext {
    text-align: center;
  }
  .sipLeadForm .headingText .mediumtext span {
    display: block;
  }
  .graph {
    height: 205px !important;
    width: 200px !important;
    position: relative;
    top: -35px;
    left: -47px;
  }
  .cal-box .chart-panel .chartDiv #chart1-val1 span {
    font-size: 12px;
    font-weight: 700;
  }
  .cal-box .chart-panel .chartDiv #chart1-val2 span {
    font-size: 12px;
    font-weight: 700;
  }
  .cal-box .chart-panel .chartDiv #chart2-val1 span {
    font-size: 12px;
    font-weight: 700;
  }
  .cal-box .chart-panel .chartDiv #chart2-val2 span {
    font-size: 12px;
    font-weight: 700;
  }
  .sliderRootWrapper {
    padding-left: 26px !important;
  }
  .rsh_banner_sip.full .btnaction span {
    text-transform: uppercase;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 154px;
    background-image: url("../../images/bu/exit-intent-popup-image-investment-sip-bull-mobile.svg") !important;
    background-repeat: no-repeat;
    height: 252px;
    bottom: 62px;
    top: auto;
    right: -49px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    background-size: contain;
    width: 102px;
    background-repeat: no-repeat;
    height: 102px;
    bottom: initial;
    top: 37px;
  }
  .tab li {
    font-size: 14px;
  }
  .tab li.style-1 {
    padding: 15px 0;
  }
  .tab-sip-tables ul.tab li.table_tab_action {
    font-size: 12px;
    font-weight: 500;
  }
  .video-container {
    width: 92%;
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
  }
  .stickyfooter .sticky .left .text {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
  .stickyfooter .sticky .right .ctaform .forminput input {
    font-size: 14px;
  }
  .stickyfooter .sticky .right .ctaform .forminput select {
    font-size: 14px;
  }
  .exit-intent-popup-container .exit-intent-popup.housewife:after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 99%;
  }
  #sip-calculator_graph.sip-rhs-sticky .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph.sip-rhs-sticky .sipc {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 568px) {
  .disForm.formBlock .leftContentBox.new .right .bigtext .sm {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist > div::after {
    right: -17px;
  }
  .disForm .rightContent #loader {
    font-size: 14px;
    width: 90%;
  }
  .disForm .rightContent .proceed {
    font-size: 14px;
    width: 90%;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
    left: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-1 {
    left: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
    right: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-2 {
    right: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
    left: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-3 {
    left: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
    right: -10px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-4 {
    right: -10px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    opacity: 0.5;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    opacity: 0.3;
  }
}
@media screen and (min-width: 1025px) {
  .disForm .rightContent .investment-bg .tag.hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  .leftSection .graphDiv {
    background: #fff;
    margin: 0 auto 20px;
    padding: 16px 0 3px;
    clear: both;
    display: none;
    text-align: center;
  }
  .leftSection .graphDiv img {
    max-width: 400px;
  }
}
@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.sip:after {
    background-size: contain;
    width: 151px;
    background-repeat: no-repeat;
    height: 250px;
    bottom: auto;
    top: 62px;
    right: 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 300px;
    padding: 10px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    width: 200px;
    height: 210px;
    right: 9px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 {
    font-size: 24px;
    max-width: 210px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.green {
    display: block;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 p {
    font-size: 14px;
    width: 65%;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
    max-width: 185px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
    top: 8px;
    max-width: 214px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    min-height: 48px;
    left: -17px;
    padding: 7px 0 8px 13px;
    letter-spacing: 0;
    color: #253858;
    font-size: 12px;
    line-height: 30px;
    width: 91%;
    margin: 10px 0;
    left: -17px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2::after {
    border: 29px solid #ffe3b5;
    right: -29px;
    border-left-width: 0;
    border-right-color: transparent;
  }
  .exit-intent-popup-container .exit-intent-popup.nri:after {
    width: 175px;
    height: 175px;
    position: absolute;
    bottom: 58px;
    right: -26px;
  }
}
@media only screen and (max-width: 667px) {
  .loadmore .loadmore-bnt {
    margin: 20px 0 20px;
  }
}
@media (max-width: 667px) {
  .information-section .information-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    padding-bottom: 10px;
    background: 0 0;
    grid-row-gap: 15px;
  }
  .information-section .information-wrapper .information-content {
    padding: 10px;
    font-size: 14px;
    line-height: normal;
  }
  .information-section .information-wrapper .information-content::after {
    border-width: 0 2px 2px 0;
    padding: 3px;
  }
  .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 {
    overflow: visible;
  }
  .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 {
    font-size: 12px;
  }
  .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a {
    width: 200px;
    display: block;
    white-space: normal;
    line-height: 19px !important;
  }
  .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 .td-row .tb-col {
    padding-right: 20px;
  }
  .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.view-all-plans-box {
    width: 60%;
    margin-right: 5%;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-units {
    font-size: 20px;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-values > div.sip-plans-yearly-units span {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .information-section .information-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 320px) {
  .tab li {
    font-size: 12px;
  }
  .sip-plans-yearly-container .sip-plans-yearly-wrapper .sip-plans-yearly-card .sip-plans-yearly-card-body .sip-plans-yearly-card-funds .sip-plans-yearly-badge span {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .largecap-categories .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .largecap-categories .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .tab-sip-tables-wrapper .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-sip-tables-wrapper .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media screen and (max-width: 375px) {
  .formula-widget .formula {
    font-size: 16px;
    padding: 18px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 769px) {
  .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
    left: 26px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-1 {
    left: 26px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
    left: 214px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-2 {
    left: 214px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
    right: 209px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-3 {
    right: 209px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
    right: 25px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-4 {
    right: 25px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-5 {
    left: 120px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-5 {
    left: 120px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-6 {
    left: 305px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-6 {
    left: 305px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.rider-7 {
    right: 116px;
    top: 142px;
  }
  .lic-riders-box .lic-riders-list .lic-rider.sip-7 {
    right: 116px;
    top: 142px;
  }
}
@media (max-width: 676px) {
  .flexbox-ulip {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .stickyfooter .sticky .right {
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 980px) and (orientation: portrait) {
  .exit-intent-popup-container.visible {
    display: none;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: auto;
    padding: 16px;
  }
}
@media screen and (max-width: 567px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    border-radius: 12px;
    margin: 0;
    padding: 7px 10px 7px 35px;
    width: 100% !important;
    display: block;
    max-width: 214px;
    letter-spacing: 0;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 568px) and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2::after {
    border: 24px solid #ffe3b5;
    right: -24px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    width: 100%;
  }
}
@media (max-width: 980px) and (max-width: 560px) {
  .best-sip-funds-widget .sip-container .select-section {
    justify-content: space-between;
  }
}
.leftSection .best-sip-funds-widget .sip-container.colum-wise .sip-left .sif-title {
  margin-top: 0px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new {
  border-radius: 20px;
  padding: 50px 55px 50px;
  overflow: hidden;
  background: linear-gradient(180deg, #FFF 0%, #FFF 40%, #FFF 49.49%, #FEFEFE 64.07%, #F9FAFC 74.61%, #FBFBFB 78.85%, #FDFCFA 85.32%, #FFF 100%);
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new {
    padding: 30px 20px 20px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
  background-image: url(../../images/bu/investment/exit-intent-popup-image-investment-ulip.png) !important;
  width: 490px;
  height: 327px;
  background-size: 100%;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
    background-size: 100%;
    width: 206px;
    height: 137px;
    left: auto;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
    background-size: 100%;
    width: 206px;
    height: 137px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 128px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content h2 {
  font-size: 44px !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content h2 {
    font-size: 30px !important;
    text-align: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content p.description {
  font-size: 24px;
  margin: 15px 0 30px 0;
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content p.description {
    font-size: 20px;
    text-align: center;
    margin-bottom: 170px;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .viewplan-link {
  max-width: 283px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .viewplan-link {
    margin: 7px auto;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer {
    justify-content: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li {
  width: 100%;
  margin: 0 0 12px;
  padding-left: 35px;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li {
    line-height: 24px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li {
    width: auto;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li::before {
  background-repeat: no-repeat;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li.cut-down::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/cut-down-ulip-exit.svg) !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li.market-link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/enjoy-market-ulip-exit.svg) !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li.stay-protected::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/stay-protected-ulip-exit.svg) !important;
}

.banner-space {
  padding: 15px 10px;
}

.leftSection .tab-sip-tables-wrapper table {
  margin-top: 0px;
  width: 100% !important;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  display: flex;
  z-index: 11;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild::after {
  display: none;
}

.sipLeadForm .form-in-row .updateMobileFeild .dropdown {
  position: relative;
  width: 85px;
  cursor: pointer;
}
.sipLeadForm .form-in-row .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;
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 18px;
  height: 46px;
  width: 85px;
  border: none;
}
.sipLeadForm .form-in-row .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;
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: 0;
  box-sizing: border-box;
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .sipLeadForm .form-in-row .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;
  }
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    display: block;
  }
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list .closeCountry:after,
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .sipLeadForm .form-in-row .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.sipLeadForm .form-in-row .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) {
  .sipLeadForm .form-in-row .updateMobileFeild .code-number {
    margin: 0 0 0;
  }
}
.sipLeadForm .form-in-row .updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .sipLeadForm .form-in-row .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.sipLeadForm .form-in-row .updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .sipLeadForm .form-in-row .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.sipLeadForm .form-in-row .updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0;
  height: 100%;
  font-weight: 500;
}
.sipLeadForm .form-in-row .updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.sipLeadForm .form-in-row .updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable,
.sipLeadForm .form-in-row .updateMobileFeild .code-number .mobileNumber input:focus + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}
.sipLeadForm .form-in-row .updateMobileFeild.error {
  margin: 0;
}
.sipLeadForm .form-in-row .updateMobileFeild.error .code-number {
  border: 1px solid red;
}
.sipLeadForm .form-in-row .updateMobileFeild.error .err {
  color: red;
  font-weight: 600;
}

.floatingPopupDiv .sipLeadForm .form-in-row .form-feild-row .formInput .dropdown input {
  padding: 5px 10px;
  height: 44px;
}
@media (max-width: 980px) {
  .floatingPopupDiv .sipLeadForm .form-in-row .form-feild-row .fieldWrapper .nri-secure-tag {
    bottom: -14px;
  }
}