@charset "UTF-8";
#investment-interlinking-widget.investment-interlinking-widget {
  display: block;
  width: 100%;
  max-width: 779px;
  text-align: left;
  margin: 40px 0 60px 0;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}

#investment-interlinking-widget.investment-interlinking-widget.heightAutoDiv .flexlist {
  height: auto;
  overflow: visible;
}

#investment-interlinking-widget.investment-interlinking-widget .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
  margin: 0;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .heading {
    font-size: 20px;
    padding: 0 12px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist {
  display: flex;
  height: 254px;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist {
    padding: 0 5px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist.dynamic-interlinking-investment {
  height: auto;
  padding-bottom: 10px;
}

#investment-interlinking-widget.investment-interlinking-widget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li {
    width: 50%;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  text-decoration: none;
  color: #0065ff;
  align-items: center;
  padding: 16px 12px 8px;
  width: 100%;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 24px;
  -webkit-box-orient: vertical;
  position: relative;
}

#investment-interlinking-widget.investment-interlinking-widget .flexlist li a::after {
  content: "";
  background: #fff;
  width: 100%;
  border-radius: 8px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px;
    line-height: 20px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .link {
    border-bottom: 2px solid #d9d9d9;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button,
#investment-interlinking-widget.investment-interlinking-widget .link button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 40px;
  display: inline;
  border: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button,
  #investment-interlinking-widget.investment-interlinking-widget .link button {
    top: 18px;
    margin: 0;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button:after,
#investment-interlinking-widget.investment-interlinking-widget .link button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}

#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button.active::after,
#investment-interlinking-widget.investment-interlinking-widget .link button.active::after {
  transform: rotate(225deg);
  top: 3px;
}

#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button .arrow,
#investment-interlinking-widget.investment-interlinking-widget .link button .arrow {
  position: relative;
  font-size: 0px;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget {
    padding: 15px 0 40px;
    background: #fff;
    border-radius: 0;
    border: 0;
  }
}
.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;
}

.build-in-cover {
  position: relative;
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #0065ff;
  border-radius: 0 0 20px 20px;
  top: -24px;
  border-top: 0;
  width: 160px;
  display: block;
  background: rgba(0, 101, 255, 0.05);
  color: #0065ff;
  font-weight: 600;
}

.build-in-cover.ng-tag {
  font-size: 11px;
  top: 0;
  position: absolute;
  left: initial;
  right: 10px;
  width: 120px;
}

.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-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-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,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.block_content_wrapper_firstfold {
  margin-bottom: 13px;
}

.block_content_wrapper_firstfold .h1,
.block_content_wrapper_firstfold h1 {
  font-size: 32px;
  line-height: 30px;
  margin: 10px 0 20px;
  letter-spacing: 0.024em;
  font-weight: 700;
  padding-top: 10px;
}

.block_content_wrapper_firstfold .h1:has(+ .read-time),
.block_content_wrapper_firstfold h1:has(+ .read-time) {
  margin: 10px 0 4px;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .h1:has(+ .read-time),
  .block_content_wrapper_firstfold h1:has(+ .read-time) {
    margin: 0 0 4px;
  }
}
.block_content_wrapper_firstfold .read-time {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.block_content_wrapper_firstfold p {
  letter-spacing: 0.26px;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
}

.block_content_wrapper_firstfold p.char-count {
  display: inline;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold p.char-count .extra-text {
    display: none;
  }
  .block_content_wrapper_firstfold p.char-count .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  color: #0065ff;
  cursor: pointer;
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline-block;
    color: #0065ff;
    cursor: pointer;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover,
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: #fff;
    margin: 0;
    padding: 10px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
}
.disForm.formBlock {
  background: #f5f7fe;
  padding: 25px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock {
    flex-direction: column-reverse;
    padding: 10px 0 0;
  }
}
.disForm.formBlock .leftContentBox {
  max-width: 630px;
  width: 100%;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox {
    display: block;
    margin: 20px auto 0;
    background: #fff;
    width: 100%;
    padding: 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.ulippage {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox {
    width: 100%;
  }
  .disForm.formBlock .leftContentBox .leftbox .term_cond {
    text-align: center;
  }
}
.disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/top_vector.png) no-repeat 0 0;
  height: 270px;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .invBanner {
    background: #f7f9ff;
    padding: 30px 30px 0 30px;
  }
}
.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-banner {
  position: relative;
  text-align: left;
  width: 50%;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .invBanner .ff-banner {
    display: none;
  }
}
.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-banner img {
  width: 92%;
  position: relative;
  height: 400px;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content {
  display: flex;
  flex-direction: row;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer {
    width: 100%;
    margin-top: 0;
  }
}
.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points {
  flex-direction: column;
  display: flex;
  margin: 20px 0;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li {
  padding: 10px 0 10px 50px;
  margin: 6px 0;
  position: relative;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-1:before {
  background: url("../../images/bu/investment/icon-list1.svg") no-repeat 0 -6px;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-2:before {
  background: url("../../images/bu/investment/icon-list2.svg") no-repeat 0 0;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-3:before {
  background: url("../../images/bu/investment/icon-list3.svg") no-repeat 0 0;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-4:before {
  background: url("../../images/bu/investment/icon-list4.svg") no-repeat 0 -6px;
  background-size: 100%;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li span.sm {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
    display: none;
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers {
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers {
    margin: 0;
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
    display: block;
    text-align: center;
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px 0;
    max-width: 440px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
}
.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li {
  padding: 10px 5px 10px 62px;
  margin: 0 25px 0 0;
  position: relative;
  border: 1px solid #ccc;
  list-style: none;
  border-radius: 5px;
  width: 200px;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li:before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  left: 10px;
  top: 22%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url(../../images/bu/investment/guaranteed_tax.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.ulipcover.saving:before {
  background-image: url(../../images/bu/investment/crore.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.ulipcover:before {
  background-image: url(../../images/bu/investment/crore.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url(../../images/bu/investment/zero_itcg.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saving:before {
  background-image: url(../../images/bu/investment/inbuildcover.png);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.lifecover::before {
  background-image: url(../../images/bu/investment/inbuildcover.png);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.gethigh-return::before {
  background-image: url(../../images/bu/investment/gethigh-return.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.tax-saving:before {
  background-image: url(../../images/bu/investment/tax-saving.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saving-80c:before {
  background-image: url(../../images/bu/investment/saving-80c.svg);
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li p {
  font-weight: 600;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  color: #000;
  margin-bottom: 3px;
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li span {
  font-size: 12px;
  color: #000;
  line-height: 15px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li {
    border-radius: 0;
    background-color: #fff;
    text-align: center;
    border: none;
    margin: 0;
    border-right: 1px solid #ccc;
    padding: 60px 15px 10px;
    width: 33%;
    justify-content: flex-start;
  }
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li:last-child {
    border-right: 0;
  }
  .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.pensionpage .leftbox .invBanner .stairgraphic {
  background-image: url(../../images/bu/investment/pension_plan.png);
  background-size: contain;
  height: 280px;
}

.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li {
  padding: 17px 0 17px 50px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li {
    padding: 60px 15px 10px;
  }
}
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li::before {
  width: 30px;
  height: 40px;
  left: 10px;
  top: 20%;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li p {
  font-size: 11px;
  color: #172b4d;
  margin: 0;
}

.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li span {
  font-size: 10px;
  color: #505f79;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner,
.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner {
  position: relative;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner::before {
  width: 240px;
  height: 100px;
  position: absolute;
  content: "";
  background-size: contain;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../../images/bu/investment/hundred.svg);
  background-position: 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner::before,
  .disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner::before {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner .stairgraphic {
  background-image: url(../../images/bu/investment/bannerfd.png);
  height: 300px;
  background-position: 0 0;
  background-size: 618px 350px;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li {
  padding: 15px 10px 15px 60px;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li.saveupto::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li.saveupto::before {
  background-image: url(../../images/bu/investment/saveupto.png);
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li.familycount::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li.familycount::before {
  background-image: url(../../images/bu/investment/taxfree.png);
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li,
  .disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li {
    padding: 60px 15px 10px;
  }
}
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li::before,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li::before {
  left: 15px;
  width: 30px;
  height: 40px;
  top: 20%;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li::before,
  .disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li p,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li p {
  font-size: 12px;
  color: #172b4d;
  margin: 0;
}

.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li span,
.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li span {
  font-size: 10px;
  color: #505f79;
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .invBanner .stairgraphic {
  height: 286px;
  background: url(../../images/bu/investment/ulip-background-img.svg) no-repeat center/contain;
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .headingtext {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #2a3f4f;
  line-height: 32px;
  text-align: CENTER;
  margin: 45px auto 25px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .headingtext {
    font-size: 20px;
    line-height: 26px;
    margin: 17px auto 16px;
  }
}
.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li {
  padding: 0;
  margin: 0;
  position: relative;
  border: 0;
  list-style: none;
  border-radius: 0;
  width: 33.3%;
  background-color: transparent;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li:before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1215686275);
  }
  .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li:last-of-type::after {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li p {
  font-weight: 700;
  line-height: 21px;
  font-size: 16px;
  margin: 1px 0 4px;
  letter-spacing: 0;
  color: #2a3f4f;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
    padding: 0 6px;
  }
}
.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li span {
  font-size: 12px;
  line-height: 16px;
  margin-left: 0;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 6px;
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li .saving {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist {
    margin: 0 auto;
    border-radius: 24px;
    padding: 20px 36px;
    max-width: 100%;
    border: 0;
    background: #f9fdf7;
  }
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist {
    padding: 20px 0;
  }
}
.disForm.formBlock .leftContentBox.ulippage .leftbox .term_cond {
  font-size: 10px;
  display: block;
  margin-top: 37px;
  line-height: 13px;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 0 !important;
  letter-spacing: 0;
  color: rgba(42, 63, 79, 0.6);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage .leftbox .term_cond {
    margin-top: 8px;
  }
}
.disForm.formBlock .leftContentBox.mutualfundpage .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/mutual-funds-bg.svg) no-repeat 0 0/contain;
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner::before {
  display: none;
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo {
  border: 1px solid #79adff;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2901960784);
  width: 180px;
  height: 90px;
  display: inline-flex;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .stairgraphic {
  width: 575px;
  height: 230px;
  margin: -30px 0 0;
  background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
  .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .stairgraphic {
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .tcondition {
    text-align: center;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner {
    display: block;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo {
  position: relative;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo img {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 5px 10px;
  max-width: 123px;
  background: #fff;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 9px 10px;
  max-width: 180px;
  background: #fff;
  text-align: CENTER;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2901960784);
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo img {
  max-width: 100%;
  max-height: 70px;
  margin: 0 auto;
  display: flex;
  align-self: center;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo::after {
  display: none;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .stairgraphic {
  background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
  background-size: contain;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers {
  margin: 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li {
  padding: 15px 10px 15px 60px;
  justify-content: center;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li.saveupto::before {
  background-image: url(../../images/bu/investment/saveupto.png);
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li.familycount::before {
  background-image: url(../../images/bu/investment/taxfree.png);
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li {
    padding: 60px 15px 10px;
    justify-content: flex-start;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li::before {
  width: 30px;
  height: 40px;
  left: 15px;
  top: 20%;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li::before {
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto;
  }
}
.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li p {
  font-size: 12px;
  color: #000;
  margin: 0;
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage + .pointers .pointerlist li span {
  font-size: 10px;
  color: #505f79;
}

.disForm.formBlock .leftContentBox.ulippage.provider .pointers {
  margin: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.ulippage.provider .pointers {
    margin: 0;
  }
}
.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .stairgraphic {
  margin: -46px 0 0;
  background-size: contain;
  background-position: center;
  height: 250px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .stairgraphic {
    margin: 0;
  }
}
.disForm.formBlock .leftContentBox.taxpage .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/income-tax-banner.svg) no-repeat center/contain;
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .pointers .pointerlist li {
  justify-content: flex-start;
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .pointers .pointerlist li.saving:before {
  background-image: url(../../images/bu/investment/crore.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .invBanner .stairgraphic {
  background: url(../../images/webp/childplan.webp) no-repeat center/contain;
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li {
  justify-content: flex-start;
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url(../../images/bu/investment/insurer_pay.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving:before {
  background-image: url(../../images/bu/investment/save6k.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url(../../images/bu/investment/save_upto.svg);
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li p {
  color: #172b4d;
  line-height: 18px;
}

.disForm.formBlock .leftContentBox.annuitypage {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage {
    margin-top: 20px;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner {
  height: 310px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner {
    display: none;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/investment_annuity.svg) no-repeat center bottom/contain;
  height: 200px;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .bannerText {
  font-size: 14px;
  color: #354664;
  font-weight: 600;
  padding-right: 30%;
  line-height: 30px;
  margin-bottom: 8px;
  width: 100%;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .bannerText span {
  font-size: 30px;
  color: #0662f6;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
  padding: 10px 5px 10px 52px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
    padding: 60px 15px 10px;
  }
}
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before {
  width: 33px;
  height: 33px;
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saveupto:before {
  background-image: url(../../images/bu/investment/saveupto.png);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount:before {
  background-image: url(../../images/bu/investment/taxfree.png);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.gethigh-return::before {
  background-image: url(../../images/bu/investment/gethigh-return.svg);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.tax-saving:before {
  background-image: url(../../images/bu/investment/tax-saving.svg);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving-80c:before {
  background-image: url(../../images/bu/investment/saving-80c.svg);
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li p {
  color: #172b4d;
  line-height: 18px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeA {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeB {
  color: #0065ff;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeC {
  font-size: 18px;
  color: #757575;
  font-weight: 600;
  line-height: 34px;
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .stairgraphic {
  background: url(../../images/bu/investment/pension_annuity.svg) no-repeat center bottom/contain;
  height: 220px;
}

.disForm .rightContent {
  max-width: 394px;
  width: 96%;
  background: #fff;
  padding: 2% 1%;
  margin: 0 auto;
  border-radius: 15px;
  min-height: 400px;
  position: relative;
  box-shadow: 0 1px 7px #98a4b8;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent {
    padding: 22px 3% 18px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .disForm .rightContent {
    padding: 22px 2% 18px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .disForm .rightContent {
    padding: 16px 10px 18px;
  }
}
.disForm .rightContent::before {
  content: "";
  background: #40bc70;
  width: 98%;
  height: 4px;
  position: absolute;
  left: 4px;
  top: 0;
  display: none;
  border-radius: 11px 11px 0 0;
}

.disForm .rightContent .investment-bg {
  text-align: center;
}

.disForm .rightContent .investment-bg .bluetext.mediumtext,
.disForm .rightContent .investment-bg .form-heading,
.disForm .rightContent .investment-bg .heading {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .investment-bg .bluetext.mediumtext,
  .disForm .rightContent .investment-bg .form-heading,
  .disForm .rightContent .investment-bg .heading {
    margin-bottom: 7px;
    line-height: 26px;
    padding-top: 0;
  }
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext,
.disForm .rightContent .investment-bg .description,
.disForm .rightContent .investment-bg .form-sub-heading {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  clear: both;
  margin: 10px 0;
}

.disForm .rightContent .investment-bg .blacktext.extrasmalltext span,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext span.numberVal,
.disForm .rightContent .investment-bg .description span,
.disForm .rightContent .investment-bg .description span.numberVal,
.disForm .rightContent .investment-bg .form-sub-heading span,
.disForm .rightContent .investment-bg .form-sub-heading span.numberVal {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .investment-bg .blacktext.extrasmalltext,
  .disForm .rightContent .investment-bg .description,
  .disForm .rightContent .investment-bg .form-sub-heading {
    margin-top: 3px;
    font-size: 16px;
  }
}
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .heighlight,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .red,
.disForm .rightContent .investment-bg .description .heighlight,
.disForm .rightContent .investment-bg .description .red,
.disForm .rightContent .investment-bg .form-sub-heading .heighlight,
.disForm .rightContent .investment-bg .form-sub-heading .red {
  color: #fd4705;
}

.disForm .rightContent .investment-bg .blacktext.extrasmalltext .endownment,
.disForm .rightContent .investment-bg .description .endownment,
.disForm .rightContent .investment-bg .form-sub-heading .endownment {
  font-size: 24px;
  text-transform: capitalize;
}

.disForm .rightContent .investment-bg #number_f {
  margin-bottom: 30px;
}

.disForm .rightContent .investment-bg #number_f .formInput .feildLable {
  left: 135px;
}

.disForm .rightContent .investment-bg .fieldWrapper {
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  position: relative;
  width: 98%;
  display: table;
  margin: 20px auto 30px;
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput {
  position: relative;
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput input.labelshow + .feildLable,
.disForm .rightContent .investment-bg .fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 13px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.disForm .rightContent .investment-bg .fieldWrapper .fullWidht {
  width: 100%;
  height: 100%;
  padding: 15px 19px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
  color: #253858;
}

.disForm .rightContent .investment-bg .fieldWrapper #invmobile {
  padding-left: 140px;
  font-weight: 400;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  position: absolute;
  padding: 0 5px 0 13px;
  width: 142px;
  z-index: 10;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild:after {
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 65px;
  z-index: 10;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select {
  width: 70px;
  color: #253858;
  border: none;
  display: inline-block;
  float: left;
  padding: 8px 20px 8px 0;
  -webkit-appearance: none;
  background: 0 0;
  font-weight: 600;
  border-right: 1px solid #bfbfbf;
  margin: 7px 0 0;
  z-index: 10;
  position: relative;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select option {
  font-size: 16px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCode {
  padding: 15px 0 15px 5px;
  display: inline-block;
  line-height: 19px;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild input.cCode {
  height: 46px;
  border: 0px;
  max-width: 30px;
}

.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.lic-investment .investment-bg .fieldWrapper .formInput .feildLable {
  left: 44px;
}

.disForm .rightContent.lic-investment:before {
  background: #2dbc13;
}

.disForm .rightContent.lic-investment {
  position: relative;
}

.disForm .rightContent.lic-investment .co-logo {
  display: none;
}

.disForm .rightContent.lic-investment .headingText .heading {
  color: #253858;
}

@media screen and (max-width: 320px) {
  .disForm .rightContent.lic-investment .headingText .heading {
    font-size: 18px;
  }
}
.disForm .rightContent.lic-investment .headingText .heading b {
  color: #2196f3;
}

.disForm .rightContent.lic-investment .headingText .heading span {
  font-weight: 700;
}

.disForm .rightContent.lic-investment #number_f .formInput .feildLable {
  left: 155px;
}

.disForm .rightContent.lic-investment .formInput {
  padding-left: 30px;
}

.disForm .rightContent.lic-investment .formInput .ico {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
  left: 10px;
}

.disForm .rightContent.lic-investment .formInput .form_icon {
  background-image: url(../../images/bu/mixedlayout-icon.svg);
  background-repeat: no-repeat;
}

.disForm .rightContent.lic-investment .formInput .form_icon.usericon {
  background-position: -5px -456px;
}

.disForm .rightContent.lic-investment .formInput .form_icon.mobile-ico {
  background-position: -5px -416px;
}

.disForm .rightContent.lic-investment .formInput .form_icon.dob {
  background-position: 0 -372px;
}

.disForm .rightContent.lic-investment .formInput .form_icon.email {
  background-position: -3px -332px;
}

.disForm .rightContent.lic-investment .ribbon-text {
  color: #fff;
  background: #8a81fc;
  padding: 10px 30px 10px 30px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 5px auto 15px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.lic-investment .ribbon-text {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .disForm .rightContent.lic-investment .ribbon-text {
    width: 100%;
  }
}
.disForm .rightContent.lic-investment .ribbon-text:before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  left: 0;
  border-left: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.disForm .rightContent.lic-investment .ribbon-text:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.disForm .rightContent.lic-investment .investment-bg .heading {
  color: #253858;
}

.disForm .rightContent.lic-investment .lic-step-2 {
  display: flex;
  flex-direction: COLUMN;
  align-items: CENTER;
  padding: 4px 34px;
}

@media screen and (max-width: 375px) {
  .disForm .rightContent.lic-investment .lic-step-2 {
    padding: 4px 25px;
  }
}
@media screen and (max-width: 320px) {
  .disForm .rightContent.lic-investment .lic-step-2 {
    padding: 4px 5px;
  }
}
.disForm .rightContent.lic-investment .lic-step-2 .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  line-height: 32px;
  margin: 27px 0 8px;
}

.disForm .rightContent.lic-investment .lic-step-2 .description {
  letter-spacing: 0;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  text-align: center;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a {
  color: #0065ff;
  cursor: pointer;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a span {
  color: #0065ff;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a img {
  margin-bottom: -2px;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a.edit-number {
  position: relative;
  text-decoration: underline;
}

.disForm .rightContent.lic-investment .lic-step-2 .description a.edit-number::after {
  background: url(../../../cdn/images/bu/investment/icon-edit.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  content: "";
  position: absolute;
  right: -18px;
  top: 3.5px;
}

.disForm .rightContent.lic-investment .lic-step-2 .description.resend {
  color: #e8e8e8;
  margin: 0;
}

.disForm .rightContent.lic-investment .lic-step-2 .description.resend a {
  color: #e8e8e8;
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields {
  margin: 40px 0 16px;
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input {
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  width: 35px;
  height: 40px;
  margin-right: 12px;
  letter-spacing: 0;
  color: #253858;
  text-align: CENTER;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input {
    margin-right: 8px;
  }
}
.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields.error-msg input {
  border-color: red;
}

.disForm .rightContent.lic-investment .lic-step-2 .resend {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 8px;
}

.disForm .rightContent.lic-investment .lic-step-2 > .err {
  letter-spacing: 0;
  color: red;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 8px;
}

.disForm .rightContent.lic-investment .lic-step-2 button {
  background: rgba(0, 101, 255, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 8px;
  border: 0;
  letter-spacing: 0;
  color: #0067ff;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 50px;
  margin: 83px 0 35px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.disForm .rightContent.lic-investment .lic-step-2 button.disabled {
  background: rgba(155, 155, 155, 0.1019607843) 0 0 no-repeat padding-box;
  color: #9b9b9b;
}

.disForm .rightContent.lic-investment .lic-step-2 button.enabled {
  background: #0065ff 0 0 no-repeat padding-box;
  color: #fff;
}

.disForm .rightContent.lic-investment .lic-step-2 .loader_btn:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 11px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28px;
  height: 28px;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disForm .rightContent.lic-investment .lic-step-2 .disclaimer {
  display: flex;
  align-items: CENTER;
  letter-spacing: 0;
  color: #9b9b9b;
  font-size: 10px;
  line-height: 13px !important;
  padding: 0;
  margin: 0;
}

.disForm .rightContent.lic-investment .lic-step-2 .disclaimer img {
  margin-right: 8px;
}

.disForm .rightContent #loader,
.disForm .rightContent .proceed {
  position: relative;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  border: 1px solid #0065ff;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  padding: 18px;
  width: 80%;
  margin: 0 auto 10px;
  border: 0;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent #loader,
  .disForm .rightContent .proceed {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .disForm .rightContent #loader,
  .disForm .rightContent .proceed {
    font-size: 14px;
    width: 90%;
  }
}
.disForm .rightContent.fdpage .investment-bg,
.disForm .rightContent.tradpage.provider .investment-bg {
  margin-top: 30px !important;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.fdpage .investment-bg,
  .disForm .rightContent.tradpage.provider .investment-bg {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 325px) {
  .disForm .rightContent.fdpage .investment-bg,
  .disForm .rightContent.tradpage.provider .investment-bg {
    margin-top: 30px !important;
  }
}
.disForm .rightContent.fdpage .investment-bg .headingText .heading,
.disForm .rightContent.tradpage.provider .investment-bg .headingText .heading {
  font-size: 19px;
  margin-bottom: 5px;
}

.disForm .rightContent.fdpage .investment-bg .headingText .description,
.disForm .rightContent.tradpage.provider .investment-bg .headingText .description {
  font-size: 13px;
  margin-top: 0;
}

.disForm .rightContent.annuitypage {
  padding: 5% 1% 2%;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage {
    padding: 45px 3% 18px;
  }
}
@media screen and (max-width: 767px) {
  .disForm .rightContent.annuitypage {
    padding: 45px 1% 18px;
  }
}
.disForm .rightContent.annuitypage .getExtrabenefit {
  color: #06a857;
  font-size: 12px;
  background: rgba(6, 168, 87, 0.1);
  border: 1px dashed #06a857;
  max-width: 320px;
  left: 37px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent.annuitypage .getExtrabenefit {
    max-width: 100%;
    left: 18px;
  }
}
.disForm .rightContent.annuitypage .getExtrabenefit .text::before {
  background: url(../../images/bu/investment/green_discount_icon.svg) no-repeat center/contain;
}

.disForm .rightContent.annuitypage .headingText .description {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
}

.disForm .rightContent.annuitypage .headingText .description.small {
  font-size: 17px;
  margin: 0;
  line-height: 20px;
}

.disForm .rightContent.annuitypage .headingText .heading {
  font-size: 28px;
  margin: 0;
  line-height: 44px;
  font-weight: 600;
}

.disForm .rightContent.annuitypage.annuity-plan .headingText .heading {
  font-size: 24px;
  margin: 0;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 375px) {
  .disForm .rightContent.annuitypage.annuity-plan .headingText .heading {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
.disForm .rightContent.annuitypage.annuity-plan .headingText .description {
  font-size: 15px;
  margin: 0;
  line-height: 18px;
  color: #757575;
}

@media screen and (max-width: 375px) {
  .disForm .rightContent.annuitypage.annuity-plan .headingText .description {
    font-size: 12px;
    line-height: 12px;
  }
}
.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;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .getExtrabenefit {
    text-align: center;
    padding: 6px 6px;
  }
}
.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.pensionpage .blacktext.extrasmalltext {
  font-size: 13px;
}

.disForm .rightContent.ulippage.provider .co-logo {
  margin-bottom: 12px;
}

.disForm .rightContent.ulippage.provider.licpage .co-logo .insurerlogo {
  padding: 5px;
  border-radius: 12px;
}

.disForm .rightContent.ulippage.provider.licpage .co-logo .insurerlogo img {
  max-width: 80%;
  max-height: 70px;
}

.disForm .rightContent .co-logo {
  text-align: center;
}

.disForm .rightContent .co-logo .insurerlogo {
  border: 1px solid #b7b7b7;
  text-align: center;
  border-radius: 12px;
  width: 128px;
  height: 75px;
  display: inline-flex;
  align-content: center;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.term_cond {
  color: rgba(42, 63, 79, 0.6) !important;
}

.tcondition,
.termCondition,
.term_cond {
  font-size: 11px;
  display: block;
  margin-top: 10px;
  text-align: left;
  width: 80%;
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin: 10px auto 0;
}

.tcondition a,
.termCondition a,
.term_cond a {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .tcondition,
  .termCondition,
  .term_cond {
    text-align: center;
  }
}
.tcondition.isnri,
.termCondition.isnri,
.term_cond.isnri {
  font-weight: 500;
  font-size: 12px;
  color: #ea8936;
  background: #fff1e5;
  display: inline;
  padding: 4px 10px 5px !important;
  border-radius: 4px;
}

.termCondition {
  text-align: center;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.floatingPopupDiv .build-in-cover {
  display: none;
}

.floatingPopupDiv .investmenttimer {
  display: none;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    right: 15px;
  }
}
.floatingPopupDiv .close:after,
.floatingPopupDiv .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.floatingPopupDiv .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv .close:after {
  transform: rotate(-45deg);
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 43%;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 45px;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
}
.floatingPopupDiv .floatpanel .showForm {
  width: 90%;
  margin: 0 auto;
  background: 0 0;
  text-align: center;
}

.floatingPopupDiv .floatpanel .showForm .disForm {
  padding: 20px 0 30px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 0 0 15px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  width: 85%;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent::before {
  display: none;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .getExtrabenefit {
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    width: 100%;
    padding: 16px 0 18px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .tcondition,
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .term_cond {
  text-align: center;
}

@media screen and (max-width: 667px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent.lic-investment {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent.lic-investment .investment-bg #number_f .formInput .feildLable {
  left: 155px;
}

@media screen and (max-width: 320px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .fieldWrapper {
    margin: 15px auto 30px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg #number_f .formInput .feildLable {
  left: 145px;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg .fieldWrapper #invmobile {
  padding-left: 145px;
}

.floatingPopupDiv .floatpanel .getExtrabenefit {
  position: relative;
  top: auto;
  width: 100%;
  bottom: auto;
  margin: 0 auto 15px;
  left: 0 !important;
}

.floatingPopupDiv .floatpanel.annuitypage {
  padding-top: 10px;
  overflow-y: scroll;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel.annuitypage {
    padding-top: 45px;
  }
}
.floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .heading {
  font-size: 19px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .heading {
    font-size: 20px;
  }
}
.floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .description {
  font-size: 13px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .description {
    font-size: 15px;
  }
}
.floatingPopupDiv.center.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv.center.open {
    align-items: flex-end;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center.open {
    align-items: flex-end;
  }
}
.floatingPopupDiv.center > .close {
  display: none;
}

.floatingPopupDiv.center .floatpanel {
  position: relative;
  width: 28%;
  background: #fff;
  right: auto;
  height: auto;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 0;
  overflow-y: hidden;
  border-radius: 12px;
  border: 1px solid var(--tag-1-tag-1, rgba(57, 98, 237, 0.12));
}

.floatingPopupDiv.center .floatpanel.video-on {
  width: 60%;
  min-height: 400px;
  padding: 50px;
}

.floatingPopupDiv.center .floatpanel.video-on iframe {
  width: 100%;
  height: 420px;
}

@media (max-width: 1024px) {
  .floatingPopupDiv.center .floatpanel.video-on {
    width: 90%;
    min-height: initial;
    height: 430px;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .floatingPopupDiv.center .floatpanel.video-on iframe {
    width: 100%;
    height: 420px;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center .floatpanel.video-on {
    height: 286px;
    min-height: initial;
    transform: translateY(-50%);
  }
  .floatingPopupDiv.center .floatpanel.video-on iframe {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv.center .floatpanel {
    width: 70%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv.center .floatpanel {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center .floatpanel {
    width: 100%;
    border-radius: 40px 40px 0 0;
    height: 80%;
    overflow: scroll;
  }
}
.floatingPopupDiv.center .floatpanel .close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #fff;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
}

.floatingPopupDiv.center .floatpanel .close:after,
.floatingPopupDiv.center .floatpanel .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #606060;
  top: 7px;
}

.floatingPopupDiv.center .floatpanel .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv.center .floatpanel .close:after {
  transform: rotate(-45deg);
}

.floatingPopupDiv.center .floatpanel .showForm .disForm {
  padding: 35px 0 10px;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv.center .floatpanel .showForm .disForm {
    padding: 20px 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 990px) {
  .floatingPopupDiv.center .floatpanel .showForm .disForm {
    padding: 20px 0;
  }
}
.floatingPopupDiv.center .floatpanel .showForm .disForm .rightContent {
  width: 100%;
}
.floatingPopupDiv.center .floatpanel .showForm .disForm .rightContent .investment-bg .heading {
  color: #253858;
}
.floatingPopupDiv.center .floatpanel .showForm .disForm .rightContent .investment-bg .description {
  color: #253858;
}
.floatingPopupDiv.center .floatpanel .showForm .disForm .rightContent .investment-bg .description span {
  color: #0065ff;
}

.floatingPopupDiv.center .floatpanel .showForm .disForm .termCondition {
  width: 80%;
  margin: 10px auto 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .askpbwidget {
    margin: 25px auto;
  }
}
.floatingPopupDiv .product-achivement-at-policybazaar {
  display: none;
}

.product-achivement-at-policybazaar {
  display: flex;
  margin: 30px 0 5px;
  justify-content: space-between;
  display: none;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 100px;
    position: relative;
    display: flex;
  }
}
.product-achivement-at-policybazaar .listitem {
  width: 23%;
}

.product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 12px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 10px;
}

.product-achivement-at-policybazaar .listitem .heading-title sup {
  font-size: 9px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    top: -80px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.product-achivement-at-policybazaar .listitem.center {
  text-align: center;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    padding: 0 4px;
  }
}
.product-achivement-at-policybazaar .listitem.center .blue {
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}

.product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.016em;
  margin-top: 8px;
  line-height: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
}
.product-achivement-at-policybazaar .listitem.center:nth-child(3),
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}

.product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: 0;
  width: 83px;
  overflow: hidden;
}

.product-achivement-at-policybazaar .form-rating img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .form-rating {
    width: 110px;
    text-align: CENTER;
    margin: 0 auto;
  }
  .product-achivement-at-policybazaar .form-rating img {
    width: 100%;
    height: auto;
  }
}
.product-achivement-at-policybazaar .form-rating:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.product-achivement-at-policybazaar .form-rating:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes starshine1 {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
@keyframes starshine {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
.info-secure {
  color: #818181;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.info-secure:has(+ .isnri:not(.hide)) {
  margin-bottom: 8px;
}

#countryDisplayName {
  position: absolute;
  top: 48%;
  left: 50px;
  max-width: 52px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0, -50%);
  text-align: left;
  font-size: 16px;
}

.investmenttimer {
  display: flex;
  font-size: 11px;
  font-weight: 600;
  background: #fef1b3;
  padding: 6px 10px 6px 40px;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: -11px;
  left: 14px;
  min-width: 288px;
  min-height: 27px;
}

@media (max-width: 980px) {
  .investmenttimer {
    left: 0;
  }
}
.investmenttimer::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/timer-term.png") no-repeat center center;
  top: 2px;
  left: 12px;
  background-size: contain;
}

.investmenttimer .timerWrapper {
  margin: 0 2px;
  color: red;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 20px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.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;
}

.leftSection {
  width: 758px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.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;
}

@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.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;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.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;
}

@media (max-width: 640px) {
  .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 .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] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 700;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
}

.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);
}

.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 .inner-block-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: 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;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 9px 8px;
  }
}
.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;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .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,
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.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;
}

@media only screen and (max-width: 640px) {
  .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;
  }
}
@media only screen and (max-width: 640px) {
  .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;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .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: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 20px;
  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;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
  display: none;
}

.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
  text-transform: none;
}

.leftSection h2:first-letter {
  text-transform: uppercase;
}

.leftSection h2 a {
  color: #0065ff;
}

.leftSection h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.leftSection table .bluelink {
  color: #0065ff;
  cursor: pointer;
}

.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.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: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;
}

@media only screen and (max-width: 1024px) {
  .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 .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;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap.content-faq ul li {
  background: 0 0;
}

.leftSection .faqsWrap.content-faq ul li h3 span {
  font-size: 18px;
}

.leftSection .faqsWrap.content-faq ul li span {
  padding: 14px 60px 14px 0;
}

.leftSection .faqsWrap.content-faq ul li span[flag=down],
.leftSection .faqsWrap.content-faq ul li span[flag=up] {
  padding: 14px 60px 14px 0;
  background: 0 0;
  border: none;
}

.leftSection .faqsWrap.content-faq ul li h3 + div {
  background: #f7fbff;
  border: none;
  border-radius: 8px;
}

.readmore-content {
  text-align: center;
  position: relative;
  margin: 10px 0;
}

.readmore-content span {
  background: #0663f6;
  color: #fff !important;
  padding: 14px 52px !important;
  border-radius: 5px;
  font-size: 14px;
  width: 150px;
  text-align: center;
  color: #0563f6;
  letter-spacing: 0;
  cursor: pointer;
  margin: 0 10px 0 20px;
  text-transform: uppercase;
}

.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    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,
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h2,
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h3,
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection h1,
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h2,
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h3,
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block span.title {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.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;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@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: 330px !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: 330px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=2) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

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;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.insurer-by-company {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
}

.insurer-by-company.ulipplansinsurers_wrapper {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0 5px;
  margin: 0 0;
}

.insurer-by-company .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-by-company .insurer-by-company-title .heading,
.insurer-by-company .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  text-transform: capitalize;
}

.insurer-by-company .insurer-by-company-title .h2 {
  border-bottom: 3px solid #0065ff;
  text-transform: capitalize;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px !important;
  color: #172b4d;
  letter-spacing: 0.02em;
}

.insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading {
  border: none;
  margin: 10px 0 10px;
}

.insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading .heading,
.insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading h2 {
  border-bottom: none;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  flex-flow: wrap;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers {
  display: flex;
  -webkit-box-orient: horizontal;
  justify-content: flex-start;
  padding: 20px 0;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
  height: 135px;
  flex-basis: 20%;
  -ms-flex: auto;
  width: 13%;
  position: relative;
  margin-right: 1.2% !important;
  max-width: 13%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 18%;
    margin-right: 2% !important;
    width: 18%;
  }
}
@media only screen and (max-width: 640px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 22%;
    margin-right: 3% !important;
    width: 20%;
    flex-basis: 22%;
  }
}
@media only screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 30%;
    margin-right: 3% !important;
    width: 30%;
    flex-basis: 30% !important;
  }
}
@media only screen and (max-width: 440px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 45%;
    margin-right: 5% !important;
    width: 45%;
    flex-basis: 45% !important;
  }
}
.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block p {
  color: #253858;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block p:hover {
  color: #0065ff;
}

@media screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content {
    justify-content: space-between;
  }
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  height: 160px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  margin: 0 0 20px 0;
  padding: 6px 12px 0;
  border-radius: 8px;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  max-width: 162px;
  width: 24%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 19px;
}

@media only screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 47%;
    max-width: 47%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 23.45%;
    max-width: 23.45%;
  }
}
@media screen and (max-width: 768px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 23%;
    max-width: 23%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 23.45%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media screen and (orientation: landscape) and (max-width: 830px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 22.65%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 47%;
    max-width: 47%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(2n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 46%;
    max-width: 46%;
  }
}
.insurer-by-company .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-by-company .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-by-company .insurer-by-company-content .insurer-by-company-block p {
  color: #0065ff;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
  display: table-cell;
  margin-bottom: 0;
}

.insurer-by-company .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;
  width: 18px;
  height: 18px;
  left: -27px;
}

.insurer-by-company .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;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.insurer-by-company.sme .insurer-by-company-content .insurer-by-company-block .logo-place {
  width: auto;
  height: 72px;
}

#countryDisplayName {
  left: 16px;
  max-width: 46px;
  font-size: 16px;
}

.insurer-by-company.sme .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 60px;
  height: 60px;
}

.insurer-by-company.sme .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
}

.showAll,
.showAllInsurer,
.showAllMake {
  position: relative;
  margin-right: 0;
}

.showAll::before,
.showAllInsurer::before,
.showAllMake::before {
  content: "+";
  display: inline-block;
  transition: all 0.3s ease-in;
  position: absolute;
  top: -1px;
  margin-left: 4px;
  left: -19px;
  font-size: 16px;
  line-height: 19px;
}

.lessInsurer::before {
  content: "-";
}

@media only screen and (max-width: 768px) {
  .insurer-by-company {
    padding: 0;
    background: 0 0;
    border-radius: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-by-company {
    padding: 15px 5px 5px;
  }
}
.viewallLinkInsurer {
  margin-bottom: 10px;
  display: flex;
  line-height: 18px;
  justify-content: space-between;
}

.viewallLinkInsurer a,
.viewallLinkInsurer span {
  font-size: 12px;
  color: #0065ff;
  cursor: pointer;
  font-weight: 700;
  text-transform: capitalize;
}

.viewallLinkInsurer a.viewAll::before,
.viewallLinkInsurer span.viewAll::before {
  content: "View All";
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  .viewallLinkInsurer .viewAll {
    max-width: 200px;
    width: 100%;
  }
}
.viewallLinkInsurer.single {
  justify-content: flex-end;
}

.viewallLinkInsurer.single .showAll::before,
.viewallLinkInsurer.single .showAllInsurer::before,
.viewallLinkInsurer.single .showAllMake::before {
  line-height: 16px;
}

@media only screen and (max-width: 1024px) {
  .blockContentCompany {
    border-radius: 0;
    border: none;
  }
  .insurer-by-company.ulipplansinsurers_wrapper {
    padding: 10px 6px 0 20px;
    margin: 0;
    background: 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading {
    border: none;
    margin: 0 10px 0;
  }
}
.return-comparison {
  margin: 20px 0 40px 0;
}

.return-comparison .heading {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .heading {
    display: none;
  }
}
.return-comparison .return-table {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.15);
  min-height: 100px;
  padding: 20px 16px;
}

.return-comparison .heading-inner {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .return-comparison {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .return-comparison .heading-inner {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding-bottom: 15px;
    color: #000;
    font-weight: 700;
    display: block;
  }
}
.return-comparison .your-investment {
  font-size: 14px;
  color: #757575;
  text-align: center;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .your-investment {
    line-height: 16px;
  }
}
.return-comparison .amount {
  color: #0652dd;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding: 0 0 20px;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .amount {
    padding: 0 0 10px;
  }
}
.return-comparison .table-heading {
  background: #e0eee1;
  align-items: center;
  background: #e0eee1;
  background: linear-gradient(to right, #e0eee1 50%, #f5e2df 50%);
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.return-comparison .table-heading::before {
  border: 1px solid #cdc0be;
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  right: 50%;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .table-heading::before {
    top: 0;
  }
}
.return-comparison .table-heading .block {
  min-width: 50%;
  position: relative;
}

.return-comparison .table-heading .block p {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 8px 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .table-heading .block p {
    font-size: 12px;
    line-height: 16px;
    padding: 1px 10px;
  }
}
.return-comparison .table-heading .block span.vs {
  position: absolute;
  z-index: 10;
  background: #fff;
  right: -13px;
  top: 50%;
  margin-top: -13px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
  color: #4c4c4c;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1024px) {
  .return-comparison .table-heading .block span.vs {
    top: 50%;
    margin-top: -13px;
  }
}
.return-comparison .row {
  padding-bottom: 8px;
  margin: 0;
}

.return-comparison .row .top-row {
  background: #f2f6fe;
}

.return-comparison .row .top-row p {
  text-align: center;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .row .top-row p {
    font-size: 12px;
    padding: 0 0;
  }
}
.return-comparison .row .inner-table {
  width: 100%;
  padding: 0;
  display: flex;
  margin: 5px 0 0 0;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .row .inner-table {
    padding-bottom: 20px;
  }
}
.return-comparison .row .inner-table .block {
  min-width: 50%;
  position: relative;
  text-align: center;
}

.return-comparison .row .inner-table .block .tax-data {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .row .inner-table .block .tax-data {
    width: 90%;
  }
}
.return-comparison .row .inner-table .block .tax-data div {
  min-width: 33%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .row .inner-table .block .tax-data div {
    font-size: 14px;
  }
}
.return-comparison .row .inner-table .block .slab-data {
  display: flex;
  width: 90%;
  margin: 0 auto;
  border: 1px dashed #5c93f7;
  border-radius: 8px;
  position: relative;
}

.return-comparison .row .inner-table .block .slab-data div {
  min-width: 33%;
  font-size: 14px;
  color: #757575;
  font-weight: 600;
  text-align: center;
  padding: 3px 0 10px;
}

.return-comparison .row .inner-table .block .slab-data div.slab-copy {
  position: absolute;
  bottom: -12px;
  left: 50%;
  background: #fff;
  padding: 3px 8px;
  margin: 0 0 0 -34px;
  min-width: auto;
  color: #5c93f7;
  font-size: 12px;
  font-weight: 700;
}

.return-comparison .row .inner-table .block p {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 12px;
  padding: 8px 0 0;
  position: relative;
}

.return-comparison .row .inner-table .block p.pb-10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .row .inner-table .block p {
    font-size: 14px;
  }
}
.return-comparison .row .inner-table .block:last-child::before {
  background: #cdc0be;
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: -1px;
}

.return-comparison .row .inner-table .block span.tax-free {
  margin: 0 auto;
  background: #65ac68;
  color: #fff;
  border-radius: 2px;
  margin: 0 auto;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
}

.return-comparison .row .inner-table .block span.taxable {
  margin: 0 auto;
  background: #cc6f62;
  color: #fff;
  border-radius: 2px;
  margin: 0 auto;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
}

.return-comparison .link {
  text-align: right;
}

.return-comparison .link .know-more {
  display: inline-block;
  cursor: pointer;
  background: #fd4705;
  width: 170px;
  padding: 5px 0;
  margin: 20px 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .link {
    display: none;
  }
}
.return-comparison .link-inner {
  text-align: center;
  display: none;
}

.return-comparison .link-inner .know-more {
  display: inline-block;
  cursor: pointer;
  background: #fd4705;
  width: 150px;
  padding: 3px 0;
  margin: 0 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .return-comparison .link-inner {
    display: block;
  }
}
.topplanbox {
  position: relative;
}

.all_investment_plans {
  height: auto;
  overflow: hidden;
  padding: 5px 20px 50px;
  margin-bottom: 40px;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}

.all_investment_plans.fullheight {
  height: 100%;
}

.all_investment_plans::-webkit-scrollbar {
  width: 12px;
  display: none;
}

.all_investment_plans::-webkit-scrollbar-track {
  background: orange;
}

.all_investment_plans::-webkit-scrollbar-thumb {
  background-color: #00f;
  border-radius: 20px;
  border: 3px solid orange;
}

.all_investment_plans .rest_plan {
  margin-top: 20px;
  display: none;
}

@media only screen and (max-width: 640px) {
  .all_investment_plans .widget-insurer-logo {
    margin: 0 auto;
    text-align: center;
    float: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  .all_investment_plans .widget-insurer-logo {
    float: initial;
  }
}
.restPlans {
  box-shadow: 0 3px 6px #bfbfbf;
  display: block;
  width: 210px;
  padding: 10px 10px 10px 0;
  text-align: center;
  border-radius: 30px;
  color: #0662f6;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
}

.restPlans span.downarrow {
  position: relative;
}

.restPlans span.downarrow:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: solid #0662f6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  right: 0;
  margin: 0 auto;
  top: 4px;
}

.restPlans span.downarrow.uparrow:after {
  transform: rotate(225deg) !important;
  top: 9px !important;
}

.restPlans + .term_cond {
  margin: 10px 0 15px;
}

@media only screen and (max-width: 1024px) {
  .restPlans + .term_cond {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
.planbox {
  box-shadow: 0 3px 6px #bfbfbf;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.planbox .planlogo {
  height: 60px;
  position: relative;
}

.planbox .planlogo img {
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .planbox .planlogo .widget-insurer-logo {
    text-align: left;
    margin: 0 0 10px 0;
  }
  .planbox .planlogo h3 {
    float: initial;
    text-align: left !important;
  }
}
.planbox:last-child {
  margin-bottom: 0;
}

.planbox .data_ul_plan {
  padding-left: 0;
}

.planbox .data_ul_plan li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 38px;
  position: relative;
  margin-bottom: 22px;
  align-items: center;
  list-style: none;
}

.planbox .data_ul_plan li .right_tick {
  width: 24px;
  height: 24px;
  background: #0662f6;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.planbox .data_ul_plan li .right_tick:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5px;
}

.planbox .knowmore_item {
  text-align: right;
}

.planbox .knowmore_item a.knowmore {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .planbox .knowmore_item a.knowmore {
    width: 100%;
  }
}
.planbox h3 {
  display: block;
  padding-left: 170px;
  margin: 0;
  vertical-align: top;
  font-size: 18px;
  color: #000;
  line-height: 22px;
}

@media only screen and (max-width: 640px) {
  .planbox h3 {
    display: table !important;
    float: initial;
  }
}
.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.titleFormat:before {
  content: "";
  height: 3px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}

.topChildPlanContent .block_content_wrapper,
.topPlanContent .block_content_wrapper,
.topTradPlanContent .block_content_wrapper {
  padding: 0;
}

.topChildPlanContent .block_content_wrapper .term_cond,
.topPlanContent .block_content_wrapper .term_cond,
.topTradPlanContent .block_content_wrapper .term_cond {
  padding: 0 15px 25px;
}

.sukanyaCalculator {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(215, 225, 226, 0.5);
  border-radius: 5px;
  max-width: 100%;
  padding: 15px;
  margin: 10px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator {
    border: solid rgba(23, 43, 77, 0.2);
  }
}
.sukanyaCalculator [dir=ltr] {
  margin: 0 auto;
}

.sukanyaCalculator .smy_title {
  margin: 0 0 15px 0;
  padding: 0 25px;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .smy_title {
    padding: 0;
  }
}
.sukanyaCalculator .smy_title .heading {
  font-size: 20px;
  font-weight: 500;
}

.sukanyaCalculator .smy_title .subheading {
  font-size: 14px;
  color: #26c4e2;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator {
    width: 100%;
    box-shadow: none;
    max-width: 100%;
    display: block;
    border-width: 1px 0;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper {
  width: 100%;
  padding: 10px 25px 30px;
  box-sizing: border-box;
  display: flex;
}

@media only screen and (max-width: 740px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper {
    padding: 20px 0;
    display: block;
  }
  .sukanyaCalculator .sukanyaCalculator_wrapper .sukanya_scrollAmt {
    font-size: 14px;
    width: 100px;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper.result {
  background: #f4f7ff;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left {
  width: 385px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left.flexbox {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .left {
    width: 100%;
    max-width: 100%;
  }
  .sukanyaCalculator .sukanyaCalculator_wrapper .left.flexbox {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper .right {
  width: 280px;
  margin: 0 auto;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right.flexbox {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .right {
    width: 100%;
    max-width: 100%;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper .left .cost {
  min-height: 100px;
}

.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title {
  display: block;
  position: relative;
  padding-right: 125px;
  height: 50px;
}

@media only screen and (max-width: 740px) {
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1,
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title {
    height: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1,
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title {
    height: 80px;
  }
}
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 {
  width: 50%;
  padding-right: 0 !important;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25,
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 {
    text-align: left;
  }
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 span,
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 span,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 span,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 span,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 span {
    display: block;
  }
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 p,
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 p,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 p,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 p,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 p {
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25,
  .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25,
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 {
    text-align: center;
  }
}
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 .youget,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 .youget,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 .youget,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 .youget,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 .youget {
  font-size: 10px;
  margin-top: 5px;
}

.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}

.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p.amt_inr,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p.amt_inr,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p.amt_inr,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p.amt_inr,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p.amt_inr {
  padding-left: 15px;
}

.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p.amt_inr:before,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p.amt_inr:before,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p.amt_inr:before,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p.amt_inr:before,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p.amt_inr:before {
  content: "₹";
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  line-height: 18px;
}

.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 span,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 span,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 span,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 span,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .title span {
  font-size: 11px;
  color: #848fa3;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .sliderBox {
  height: 60px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .taxsavingfund {
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  margin: 25px auto 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 90%;
  border-radius: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .right .taxsavingfund {
    margin: 10px 25px 10px;
  }
}
@media only screen and (max-width: 740px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .right .taxsavingfund {
    margin: 0 auto 0;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title {
    justify-content: center;
    margin: 30px 0;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .investment {
  color: #0663f6;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  line-height: 40px;
}

@media only screen and (max-width: 740px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .investment {
    padding: 0;
  }
}
.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .investment:before {
  content: "";
  position: absolute;
  background: #0663f6;
  height: 5px;
  width: 60px;
  border-radius: 20px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .intrest {
  color: #00d99a;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  line-height: 40px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .intrest:before {
  content: "";
  position: absolute;
  background: #00d99a;
  height: 5px;
  width: 60px;
  border-radius: 20px;
}

.range_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4caf50;
  cursor: pointer;
}

.range_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4caf50;
  cursor: pointer;
}

.range_slider:hover {
  opacity: 1;
}

.step {
  position: relative;
  top: 10px;
}

.step .range {
  position: absolute;
  width: 1px;
  background-color: #ccc;
}

.step .range.first span {
  font-size: 12px;
  width: 35px;
  position: absolute;
  top: 18px;
  left: 0;
  text-align: left;
}

.step .range.last span {
  font-size: 12px;
  width: 60px;
  position: absolute;
  top: 18px;
  right: 0;
  text-align: right;
}

.sukanyaCalculator_wrapper .ui-widget-header {
  background: #00e0ff;
  border-radius: 10px;
}

.sukanyaCalculator_wrapper .ui-widget.ui-widget-content {
  border: none;
  border-radius: 10px;
  background: rgba(37, 56, 88, 0.2);
  width: 100%;
  float: left;
  top: 11px;
}

.sukanyaCalculator_wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
  margin-left: -0.6em;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.sukanyaCalculator_wrapper .ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
  border: 0;
}

.sukanyaCalculator_wrapper .ui-button,
.sukanyaCalculator_wrapper .ui-state-default,
.sukanyaCalculator_wrapper .ui-widget-content .ui-state-default,
.sukanyaCalculator_wrapper .ui-widget-header .ui-state-default,
.sukanyaCalculator_wrapper html .ui-button.ui-state-disabled:active,
.sukanyaCalculator_wrapper html .ui-button.ui-state-disabled:hover {
  border: 1px solid #0463f6;
  background: #00e0ff;
  font-weight: 400;
  color: #454545;
}

.sukanyaCalculator_wrapper .ui-slider-horizontal {
  height: 5px;
}

.sukanya_scrollAmt {
  width: 125px;
  position: absolute;
  top: 5px;
  right: 0;
}

.sukanya_scrollAmt.iconleft input {
  padding-left: 20px;
}

.sukanya_scrollAmt input {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 5px;
  height: 37px;
}

.sukanya_scrollAmt input::-ms-clear {
  display: none;
  -webkit-appearance: none;
}

.sukanya_scrollAmt input[type=text]::-ms-clear {
  display: none;
  -webkit-appearance: none;
}

.sukanya_scrollAmt .year_sukanya {
  position: absolute;
  right: 8px;
  top: 5px;
  font-style: normal;
  color: #ccc;
}

.sukanya_scrollAmt .rupee_sukanya {
  position: absolute;
  left: 8px;
  top: 5px;
  font-style: normal;
  line-height: 27px;
}

@media only screen and (max-width: 740px) {
  .sukanya_scrollAmt .rupee_sukanya,
  .sukanya_scrollAmt .year_sukanya {
    top: 6px;
  }
}
#donutchart {
  height: 170px;
}

#donutchart > div {
  top: -30px;
}

@media only screen and (max-width: 740px) {
  #donutchart > div {
    top: -70px;
  }
}
.pb-advantage-widget {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.pb-advantage-widget-section {
  background: transparent radial-gradient(closest-side at 50% 50%, #f4eed8 0, #fff1d3 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 25px 9px 10px;
  margin: 20px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget-section {
    margin: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .pb-advantage-widget-section {
    padding: 14px 9px 10px;
  }
}
.pb-advantage-widget-section::after {
  position: absolute;
  background: url(../../images/bu/pb-advantage-widget-graphics.svg) no-repeat center/contain;
  content: "";
  width: 200px;
  height: 166px;
  right: 9px;
  top: 10px;
}

@media screen and (max-width: 375px) {
  .pb-advantage-widget-section::after {
    width: 160px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-title {
  color: #033d80;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 3px;
  width: 200px;
  padding: 0 0 0 20px;
}

.pb-advantage-widget-section .pb-advantage-widget-title span {
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-title {
    width: 126px;
    padding: 0;
    margin-bottom: 18px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span {
    font-weight: 700;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span:last-child {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 320px) {
  .pb-advantage-widget-section .pb-advantage-widget-title {
    font-size: 18px;
    width: 115px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section {
    flex-direction: column;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section:after,
  .pb-advantage-widget-section .pb-advantage-widget-content-section:before {
    display: none;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  background: #707070;
  opacity: 0.2;
  height: 91%;
  width: 1px;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 47%;
  background: #707070;
  opacity: 0.2;
  height: 1px;
  width: 96%;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 45%;
  display: flex;
  align-items: flex-start;
  padding: 15px 0 11px;
}

@media screen and (min-width: 601px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:first-child {
    margin-right: auto;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    justify-content: space-between;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    border-bottom: none;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  margin-left: 10px;
  width: 80%;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  position: relative;
  background-image: url("../../images/bu/investment/pb_advantage_widget_icons.png");
  display: block;
  background-repeat: no-repeat;
  width: 15% !important;
}

@media screen and (max-width: 360px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    width: 18% !important;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  width: 110px;
  height: 38px;
  background-position: -8px -137px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
    background-position: -4px -137px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  width: 83px;
  height: 29px;
  background-position: -8px -4px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
    background-position: 3px -3px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  width: 120px;
  height: 38px;
  background-position: -8px -43px;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 120px;
  height: 38px;
  background-position: -8px -83px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    background-position: -2px -83px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-title {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-description {
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}

.pb-advantage-widget-section .proceed {
  cursor: pointer;
  background: #fd4705;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2784313725);
  display: block;
  padding: 7px 15px;
  width: 100%;
  margin: 16px auto 6px;
  max-width: 170px;
}

.pb-advantage-widget-section.term {
  padding: 12px 9px 11px;
  margin: 45px 0 20px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-title {
  margin-bottom: 15px;
  width: 215px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-title span {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-title {
    width: 150px;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section {
  padding: 0 15px 14px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
  top: 48%;
}

@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
    top: 44%;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  background-image: url("../../images/bu/pb_advantage_widget_icons_term.png");
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  background-position: -4px -5px;
  width: 44px;
  height: 41px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  background-position: 0 -51px;
  width: 48px;
  height: 43px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  background-position: -13px -99px;
  width: 35px;
  height: 31px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  background-position: -4px -135px;
  width: 44px;
  height: 41px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.pb-advantage-widget-section.term:after {
  top: -50px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term:after {
    top: -35px;
  }
}
@media screen and (max-width: 320px) {
  .pb-advantage-widget-section.term:after {
    width: 145px;
    right: 0;
  }
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section::after {
  top: 52%;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
  padding: 15px 0;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 50px;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.child-calculator {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 15px;
  display: block;
  margin-bottom: 20px;
}

.child-cal-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  min-height: 60px;
  border-radius: 8px;
}

.child-cal-box .btn {
  width: 170px;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  margin: 10px auto 11px;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.child-form-steper {
  padding: 25px 25px 14px;
}

.child-form-steper .back-to-prev {
  font-size: 18px;
  position: relative;
  font-weight: 500;
}

.child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
.child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../images/bu/right-arrow.svg) no-repeat -10px -2px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  left: -35%;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
  .child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
    left: -80%;
  }
}
@media only screen and (max-width: 768px) {
  .child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
  .child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
    left: -50%;
  }
}
@media only screen and (max-width: 480px) {
  .child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
  .child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 15px;
    left: 0;
  }
}
.child-form-steper .cal-heading {
  font-size: 18px;
  color: #0652dd;
  font-weight: 600;
  line-height: 26px;
  margin: 20px 0 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
  .child-form-steper .cal-heading {
    margin: 40px 0 0;
  }
}
.child-form-steper .cal-subheading {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 1024px) {
  .child-form-steper .cal-subheading {
    line-height: 22px;
    margin: 5px 0 10px;
  }
}
.child-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.child-box .child-infographic {
  width: 36%;
  max-width: 100%;
  background: url(../../images/bu/child-calc-graphics.png) no-repeat 0 0;
  background-size: cover;
}

.child-box .child-form {
  width: 55%;
}

.formInput-item {
  width: 100%;
  position: relative;
}

.formInput-item label {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}

.formInput-item label span {
  color: #757575;
  font-weight: 300;
}

.formInput-item label.lbl {
  position: relative;
  cursor: pointer;
  margin: 15px 0;
}

.formInput-item label.lbl .radio-format {
  border: 1px solid #0662f6;
  color: #0662f6;
  text-align: center;
  border-radius: 8px;
  position: relative;
  padding: 14px;
  transition: all 0.5s;
}

.formInput-item label.lbl .radio-format:before {
  content: "";
  background: url("../../images/bu/degree-type.png") no-repeat 0 0;
  position: absolute;
  width: 32px;
  height: 32px;
  background-size: 100%;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.formInput-item label.lbl .radio-format.mba:before {
  background-position: 0 0;
}

.formInput-item label.lbl .radio-format.doc:before {
  background-position: 3px -38px;
  background-size: 80%;
}

.formInput-item label.lbl .radio-format.eng:before {
  background-position: 0 -101px;
}

.formInput-item label.lbl .radio-format.oth:before {
  background-position: 0 -148px;
}

.formInput-item label.lbl input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

.formInput-item label.lbl input:checked + .radio-format {
  box-shadow: 0 3px 10px #cecece;
}

.formInput-item label.lbl-typ1 {
  position: relative;
  margin: 15px 0 18px;
  cursor: pointer;
}

.formInput-item label.lbl-typ1 input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.formInput-item label.lbl-typ1 input:checked + .collage-amt {
  box-shadow: 0 3px 10px #cecece;
}

.formInput-item input,
.formInput-item select {
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #333;
  margin-bottom: 15px;
  line-height: 22px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.formInput-item select {
  background: url("../../images/bu/selectarro.svg") no-repeat 95% 50%;
}

.formInput-item select option {
  background: 0 0;
}

.formInput-item input.error {
  border: 1px solid red;
}

.formInput-item .err {
  position: absolute;
  font-size: 12px;
  color: red;
  bottom: -5px;
}

.collage-amt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #0662f6;
  color: #000;
  border-radius: 8px;
  position: relative;
  padding: 14px;
  transition: all 0.5s;
}

.collage-amt.title,
.leftSection h1.collage-amt,
.leftSection h2.collage-amt {
  font-size: 10px;
  color: #757575;
  padding: 0 12px;
  position: relative;
  bottom: -10px;
  border: none;
}

.collage-amt.title .amt:after,
.leftSection h1.collage-amt .amt:after,
.leftSection h2.collage-amt .amt:after {
  display: none;
}

.collage-amt .collage {
  width: 65%;
}

.collage-amt .amt {
  width: 35%;
  text-align: right;
  padding-right: 10px;
  position: relative;
}

.collage-amt .amt:after {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(-45deg);
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #0662f6;
  border-right: 2px solid #0662f6;
  top: 10px;
  right: -3px;
}

.child-future-amount {
  display: block;
  padding: 25px;
  width: 100%;
  position: relative;
}

.child-future-amount .recalulate {
  font-size: 14px;
  color: #0652dd;
  font-weight: 500;
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}

.child-future-amount .recalulate:before {
  content: "";
  background: #0662f6;
  position: absolute;
  height: 2px;
  width: 20px;
  left: -22px;
  top: 50%;
  transform: translate(0, -50%);
}

.child-future-amount .heading {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #253858;
  text-align: center;
}

.child-future-amount .fee-amt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 40px 0 20px 0;
}

.child-future-amount .fee-amt span {
  font-size: 16px;
  color: #0652dd;
  font-weight: 700;
  position: relative;
}

.child-future-amount .fee-amt span input {
  width: 100px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px 0 5px;
  font-size: 18px;
  padding: 0;
  line-height: 32px;
  height: 30px;
}

.child-future-amount .fee-amt span.currency {
  font-size: 16px;
  color: #dedede;
  font-weight: 700;
  border-left: 1px solid #333;
  padding-left: 5px;
  position: absolute;
  right: 15px;
  line-height: 20px;
  top: 0;
}

.child-future-amount .fee-amt .doneLink,
.child-future-amount .fee-amt .editLink {
  font-size: 10px;
  font-weight: 500;
  color: #0652dd;
}

.child-future-amount .fee-amt .doneLink + .err,
.child-future-amount .fee-amt .editLink + .err {
  font-size: 10px;
  color: red;
}

.child-future-amount .fee-upgrade {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.child-future-amount .fee-upgrade select {
  border: 1px solid #0662f6;
  padding: 0 40px 0 12px;
  font-weight: 700;
  border-radius: 2px;
  margin-left: 3%;
}

.child-future-amount .growth-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}

.child-future-amount .growth-status .saving-amt {
  width: 240px;
  margin: 0 auto;
  padding: 5px;
  background: #e5edfc;
  border-radius: 5px;
}

.child-future-amount .growth-status .saving-amt .saveamt {
  border: 1px dashed #a2c2ff;
  padding: 15px;
}

.child-future-amount .growth-status .gole,
.child-future-amount .growth-status .need-to-save {
  width: 50%;
}

.child-future-amount .growth-status .gole {
  display: flex;
  justify-content: center;
}

.child-future-amount .growth-status .gole .future-amt {
  display: flex;
  width: 250px;
  position: relative;
}

.child-future-amount .growth-status .gole .future-amt .intial-fig {
  width: 75px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 35px;
  left: 20px;
  color: #000;
}

.child-future-amount .growth-status .gole .future-amt .final-fig {
  width: 75px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  right: -20px;
  color: #000;
}

.child-future-amount .growth-status .gole .future-amt .intial-year {
  width: 75px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: -5px;
  left: -7px;
  color: #000;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .child-future-amount .growth-status .gole .future-amt .intial-year {
    bottom: -15px;
    left: -10px;
  }
  .child-future-amount .growth-status .gole .future-amt .intial-year ::-ms-backdrop {
    bottom: -15px;
    left: -10px;
  }
}
.child-future-amount .growth-status .gole .future-amt .final-year {
  width: 75px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: -5px;
  right: -7px;
  color: #000;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .child-future-amount .growth-status .gole .future-amt .final-year {
    bottom: -15px;
    right: 15px;
  }
  .child-future-amount .growth-status .gole .future-amt .final-year ::-ms-backdrop {
    bottom: -15px;
    right: 15px;
  }
}
.child-future-amount .growth-status .reach-to-gole {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  font-weight: 500;
}

.child-future-amount .growth-status .amt {
  font-size: 24px;
  color: #0652dd;
  margin: 10px 0 0 0;
  font-weight: 600;
}

.child-future-amount .growth-status .amt span {
  font-size: 14px;
}

.child-cal-close {
  position: absolute;
  right: 22px;
  top: -15px;
  width: 22px;
  height: 22px;
  z-index: 10;
  display: none;
}

.child-cal-close:after,
.child-cal-close:before {
  position: absolute;
  left: 10px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
}

.child-cal-close:before {
  transform: rotate(45deg);
}

.child-cal-close:after {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .child-cal-close {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .child-cal-close {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .child-cal-close {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .child-cal-close {
    top: 8px;
  }
}
.boxtoclick {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  height: 230px;
  display: none;
  margin: 20px auto;
}

.boxtoclick .child-img {
  width: 40%;
  max-width: 283px;
  background: url(../../images/bu/child-calc-graphics.png) no-repeat 0 0;
  background-size: 100%;
}

.boxtoclick .content {
  width: 60%;
  background: #efa893;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

.boxtoclick .content .leftSection h1,
.boxtoclick .content .leftSection h2,
.boxtoclick .content .title,
.leftSection .boxtoclick .content h1,
.leftSection .boxtoclick .content h2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.boxtoclick .content .leftSection h1.first-title,
.boxtoclick .content .leftSection h2.first-title,
.boxtoclick .content .title.first-title,
.leftSection .boxtoclick .content h1.first-title,
.leftSection .boxtoclick .content h2.first-title {
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  border-bottom: 1px dashed #fff;
  padding: 0 0 10px 0;
}

.boxtoclick .content .leftSection h1.dark,
.boxtoclick .content .leftSection h2.dark,
.boxtoclick .content .title.dark,
.leftSection .boxtoclick .content h1.dark,
.leftSection .boxtoclick .content h2.dark {
  color: #9a452b;
  margin: 20px 10px 20px 20px;
}

@media only screen and (max-width: 1024px) {
  .boxtoclick .content .leftSection h1.dark,
  .boxtoclick .content .leftSection h2.dark,
  .boxtoclick .content .title.dark,
  .leftSection .boxtoclick .content h1.dark,
  .leftSection .boxtoclick .content h2.dark {
    margin: 20px 0 10px 0;
  }
}
.boxtoclick .content .subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.boxtoclick .content .capicon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.boxtoclick .content .capicon:before {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../../images/bu/capIcon.png) no-repeat 0 3px;
  background-size: 100%;
  right: 2px;
  top: 1px;
}

.boxtoclick .content .child-calc-open {
  border-radius: 4px;
  color: #9a452b;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 5px;
  background: #fff;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .boxtoclick {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .boxtoclick {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .boxtoclick {
    display: flex;
  }
}
@media only screen and (max-width: 375px) {
  .boxtoclick {
    height: 195px;
    margin: 20px 0;
  }
  .boxtoclick .content .leftSection h1,
  .boxtoclick .content .leftSection h2,
  .boxtoclick .content .title,
  .leftSection .boxtoclick .content h1,
  .leftSection .boxtoclick .content h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
  }
  .boxtoclick .content .leftSection h1.first-title,
  .boxtoclick .content .leftSection h2.first-title,
  .boxtoclick .content .title.first-title,
  .leftSection .boxtoclick .content h1.first-title,
  .leftSection .boxtoclick .content h2.first-title {
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    border-bottom: 1px dashed #fff;
    padding: 0 0 10px 0;
  }
  .boxtoclick .content .leftSection h1.dark,
  .boxtoclick .content .leftSection h2.dark,
  .boxtoclick .content .title.dark,
  .leftSection .boxtoclick .content h1.dark,
  .leftSection .boxtoclick .content h2.dark {
    color: #9a452b;
    margin: 15px 0 18px 0;
  }
  .boxtoclick .content .subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }
  .boxtoclick .content .child-calc-open {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .boxtoclick {
    height: 180px;
    margin: 20px 0;
  }
  .boxtoclick .child-img {
    background-size: 105%;
  }
  .boxtoclick .content .leftSection h1,
  .boxtoclick .content .leftSection h2,
  .boxtoclick .content .title,
  .leftSection .boxtoclick .content h1,
  .leftSection .boxtoclick .content h2 {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
  }
  .boxtoclick .content .leftSection h1.first-title,
  .boxtoclick .content .leftSection h2.first-title,
  .boxtoclick .content .title.first-title,
  .leftSection .boxtoclick .content h1.first-title,
  .leftSection .boxtoclick .content h2.first-title {
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    border-bottom: 1px dashed #fff;
    padding: 0 0 10px 0;
  }
  .boxtoclick .content .leftSection h1.dark,
  .boxtoclick .content .leftSection h2.dark,
  .boxtoclick .content .title.dark,
  .leftSection .boxtoclick .content h1.dark,
  .leftSection .boxtoclick .content h2.dark {
    color: #9a452b;
    margin: 5px 0 8px 5px;
  }
  .boxtoclick .content .subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }
  .boxtoclick .content .child-calc-open {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobileClick-calc {
    padding: 2px 20px;
    background: #fff;
    margin-bottom: 20px;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
  }
}
.child-calculator.mobile {
  position: fixed;
  z-index: 999999;
  bottom: -20px;
  padding: 0;
  left: 0;
  right: 0;
  height: 410px;
  background: #fff;
  border-radius: 30px 30px 0 0;
}

.child-calculator.mobile.vshidden {
  opacity: 0;
  visibility: hidden;
}

.child-calculator.mobile .child-cal-box {
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}

.child-calculator.mobile .child-infographic {
  display: none;
}

.child-calculator.mobile .child-form {
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .child-calculator.mobile {
    height: 450px;
    padding: 40px 0;
  }
  .child-calculator.mobile .child-calc-close {
    display: none;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 0 25px;
    height: 400px;
  }
  .child-calculator.mobile .child-future-amount .resultBox {
    overflow: auto;
    height: 350px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-future-amount .resultBox::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .fee-amt {
    margin: 0;
  }
  .child-calculator.mobile .child-future-amount .fee-upgrade {
    margin: 10px 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob {
    display: block;
    position: relative;
    font-size: 14px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob:before {
    display: none;
  }
  .child-calculator.mobile .child-cal-box {
    border-radius: 0;
    top: 5%;
    width: 60%;
    margin: 0 auto;
    position: relative;
    transform: translate(0, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    margin: 40px auto 10px;
    width: 100%;
    text-align: center;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt .saveamt {
    border: none;
    padding: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole,
  .child-calculator.mobile .child-future-amount .growth-status .need-to-save {
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .heading {
    font-weight: 600;
    margin-bottom: 18px;
  }
  .child-calculator.mobile .child-form-steper {
    padding: 0 25px 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .child-calculator.mobile {
    height: 450px;
    padding: 40px 0;
  }
  .child-calculator.mobile .child-calc-close {
    display: none;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 0 25px;
    height: 400px;
  }
  .child-calculator.mobile .child-future-amount .resultBox {
    overflow: auto;
    height: 350px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-future-amount .resultBox::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .fee-amt {
    margin: 0;
  }
  .child-calculator.mobile .child-future-amount .fee-upgrade {
    margin: 10px 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob {
    display: block;
    position: relative;
    font-size: 14px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob:before {
    display: none;
  }
  .child-calculator.mobile .child-cal-box {
    border-radius: 0;
    top: 5%;
    width: 60%;
    margin: 0 auto;
    position: relative;
    transform: translate(0, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    margin: 40px auto 10px;
    width: 100%;
    text-align: center;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt .saveamt {
    border: none;
    padding: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole,
  .child-calculator.mobile .child-future-amount .growth-status .need-to-save {
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .heading {
    font-weight: 600;
    margin-bottom: 18px;
  }
  .child-calculator.mobile .child-form-steper {
    padding: 0 25px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .child-calculator.mobile {
    height: 450px;
    padding: 40px 0;
  }
  .child-calculator.mobile .child-calc-close {
    display: block;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 0 25px;
    height: 400px;
  }
  .child-calculator.mobile .child-future-amount .resultBox {
    overflow: auto;
    height: 350px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-future-amount .resultBox::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .fee-amt {
    margin: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .intial-fig {
    top: 20px;
    left: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .final-fig {
    top: -30px;
    right: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .final-year {
    right: 0;
    bottom: -15px;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .intial-year {
    bottom: -15px;
  }
  .child-calculator.mobile .child-future-amount .fee-upgrade {
    margin: 10px 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob {
    display: block;
    position: relative;
    font-size: 14px;
    width: 96px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob:before {
    display: none;
  }
  .child-calculator.mobile .child-cal-box {
    border-radius: 0;
    top: 5%;
    width: 60%;
    margin: 0 auto;
    position: relative;
    transform: translate(0, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    margin: 40px auto 10px;
    width: 100%;
    text-align: center;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt .saveamt {
    border: none;
    padding: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole,
  .child-calculator.mobile .child-future-amount .growth-status .need-to-save {
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .heading {
    font-weight: 600;
    margin-bottom: 18px;
  }
  .child-calculator.mobile .child-form-steper {
    padding: 0 25px 25px;
  }
}
@media only screen and (max-width: 740px) {
  .child-calculator.mobile {
    height: 300px;
    padding: 20px 0 10px;
  }
  .child-calculator.mobile .child-calc-close {
    display: block;
  }
  .child-calculator.mobile .child-future-amount .fee-amt {
    margin: 0;
  }
  .child-calculator.mobile .child-future-amount .fee-upgrade {
    margin: 10px 0;
  }
  .child-calculator.mobile .child-future-amount .recalulate {
    display: none;
  }
  .child-calculator.mobile .child-future-amount .recalulate.mob {
    display: block;
    position: relative;
    font-size: 14px;
    width: 100px;
    margin: 0 auto;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 0 25px;
    height: 280px;
  }
  .child-calculator.mobile .child-future-amount .resultBox {
    height: 220px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-future-amount .resultBox::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-form-step1 {
    overflow: scroll;
    height: 230px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-form-step1::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-cal-box {
    border-radius: 0;
    top: 5%;
    width: 60%;
    position: relative;
    margin: 10px auto;
    height: 375px;
    transform: translate(0, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    margin: 40px auto 10px;
    width: 100%;
    text-align: center;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole,
  .child-calculator.mobile .child-future-amount .growth-status .need-to-save {
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .heading {
    font-weight: 600;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .child-calculator.mobile {
    height: 280px;
  }
  .child-calculator.mobile .child-calc-close {
    display: block;
  }
  .child-calculator.mobile .child-cal-box {
    border-radius: 0;
    top: 5%;
    width: 100%;
    position: relative;
    margin: 10px auto;
    transform: translate(0, -5%);
    padding: 0;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 25px 0;
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .growth-status .amt {
    margin: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    border-radius: 0;
    padding: 10px 0 0 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt .saveamt {
    border: none;
  }
  .child-calculator.mobile .child-form-steper {
    padding: 0 25px 25px;
  }
  .child-calculator.mobile .child-form-steper .cal-heading {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 440px) {
  .child-calculator.mobile {
    height: 430px;
    padding: 0;
  }
  .child-calculator.mobile .child-future-amount .fee-upgrade {
    font-weight: 600;
  }
  .child-calculator.mobile .child-calc-close {
    display: block;
  }
  .child-calculator.mobile .child-cal-box {
    border-radius: 0;
    background: 0 0;
    top: 5%;
    width: 100%;
    position: relative;
    margin: 15px auto 10px;
    transform: translate(0, -5%);
    padding: 0;
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 100%;
    margin: 0 auto 11px;
  }
  .child-calculator.mobile .child-future-amount .btn {
    width: 80%;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    padding: 10px 0 0 0;
  }
  .child-calculator.mobile .child-future-amount .resultBox {
    height: 350px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-future-amount .resultBox::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-form-step1 {
    overflow: auto;
    height: 380px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .child-calculator.mobile .child-form-step1::-webkit-scrollbar {
    display: none;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 0 0 25px;
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .growth-status .amt {
    margin: 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    border-radius: 0;
    padding: 10px 0 0 0;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt .saveamt {
    border: none;
  }
}
@media only screen and (max-width: 360px) {
  .child-form-steper {
    padding: 10px 45px 25px;
  }
  .child-form-steper .cal-heading {
    font-size: 14px;
    line-height: 22px;
  }
  .child-form-steper .cal-subheading {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .child-calculator.mobile .child-form-steper {
    padding: 10px 15px 25px;
  }
}
.transparent-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.retirement_calculator {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    background: 0 0;
  }
}
.retirement_calculator .mobileimg {
  background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
  width: 100px;
  height: 100px;
  top: 30px;
  position: absolute;
  background-size: 100%;
  right: 10px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator .mobileimg {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .retirement_calculator .mobileimg {
    width: 80px;
  }
}
.retirement_calculator .backarrow {
  background: url(../../images/bu/back-arrow.svg) no-repeat left center;
  width: 100%;
  height: 30px;
  display: none;
}

.retirement_calculator .backarrow.retirement_form_step1 {
  display: block;
}

.retirement_calculator .retirement_calculator_heading {
  text-align: left;
  font-size: 18px;
  position: relative;
  margin-bottom: 7px;
  font-weight: 700;
  color: #263858;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator .retirement_calculator_heading {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    width: 96%;
    margin: 0 auto;
    background: 0 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 320px) {
  .retirement_calculator .retirement_calculator_heading {
    font-size: 14px;
  }
}
.retirement_form_wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  min-height: 60px;
  padding: 15px 24px;
}

.retirement_form_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}

.retirement_form_wrapper .retirement_form {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .retirement_form {
    width: 100%;
  }
}
.retirement_form_wrapper .infographics {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .infographics {
    width: 100%;
  }
}
.retirement_form_wrapper .retirement_form_step1_heading {
  font-size: 18px;
  color: #0164ff;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    width: 210px;
  }
}
@media only screen and (max-width: 375px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    font-size: 14px;
    width: 160px;
  }
}
@media only screen and (max-width: 360px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    width: 140px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.retirement_form_wrapper .retirement_form_step1_heading.two {
  display: none;
}

.retirement_form {
  position: relative;
}

.infographics {
  position: relative;
}

.infographics.step2_active {
  margin-top: -50px;
}

@media only screen and (max-width: 768px) {
  .infographics.step2_active {
    margin-top: 0;
  }
}
.infographics.step2_active .amt_you_reveived {
  border: 1px dashed #0862f6;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #263858;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .infographics.step2_active .amt_you_reveived {
    border: none;
  }
}
.infographics.step2_active .amt {
  font-size: 30px;
  display: block;
  padding: 12px;
  font-weight: 700;
  color: #0862f6;
}

.infographics.step2_active .amt .small {
  font-size: 16px;
}

.infographics.step2_active .intrest_calculated {
  font-size: 11px;
  color: #757575;
}

.infographics.step2_active .recalculate {
  display: block;
  text-align: center;
  color: #263858;
  font-weight: 600;
}

.infographics .img {
  background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
  width: 100%;
  height: 265px;
  top: -40px;
  position: relative;
  margin-bottom: 8px;
  background-size: 90%;
}

@media only screen and (max-width: 768px) {
  .infographics .img {
    display: none;
  }
}
.infographics .btn {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 10px auto 11px;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.infographics.step0_active {
  margin-top: 0;
}

.infographics.step0_active .amt_you_reveived {
  display: none;
}

.infographics.step0_active .recalculate {
  display: none;
}

.infographics.step0_active .continue {
  display: none;
}

.infographics.step1_active {
  margin-top: 0;
}

.infographics.step1_active .amt_you_reveived {
  display: none;
}

.infographics.step1_active .recalculate {
  display: none;
}

.infographics.step1_active .continue {
  display: block;
  margin-top: -20px;
}

.infographics.step2_active {
  position: relative;
}

.infographics.step2_active .img {
  background: url(../../images/bu/retirement_calc.png) no-repeat center right;
  width: 100%;
  height: 185px;
  background-size: 60%;
  top: -10px;
}

@media only screen and (max-width: 1024px) {
  .infographics.step2_active .img {
    width: 185px;
    height: 185px;
    background-size: 90%;
    margin: 0 0 0 auto;
  }
}
.infographics.step2_active .amt_you_reveived {
  display: block;
}

.infographics.step2_active .recalculate {
  display: block;
}

.infographics.step2_active .continue {
  display: block;
  margin: 18px auto 15px;
}

.retirement_feild_wrapper {
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .retirement_feild_wrapper {
    width: 100%;
  }
}
.retirement_feild_wrapper .age-of-retirement {
  position: absolute;
  bottom: 32px;
  right: 10px;
  background: #eef3fd;
  color: #0862f6;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.retirement_feild_wrapper .err {
  font-size: 10px;
  color: #d60404;
  position: relative;
  top: -10px;
}

.retirement_feild_wrapper .err.ext {
  top: 5px;
}

.retirement_feild_wrapper.mt-20 {
  margin-top: 25px;
}

.retirement_feild_wrapper .retirement_form_step1 .mt-20 .err {
  top: 5px;
}

.retirement_feild_wrapper label {
  color: #263858;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 5px 15px 55px;
  display: block;
  position: relative;
}

.retirement_feild_wrapper label.retirement_bg.ico2:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
  padding: 15px 5px 15px 35px;
  background: url(../../images/bu/bag-icon.png) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper label.retirement_bg.ico3:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  padding: 15px 5px 15px 35px;
  position: absolute;
  background: url(../../images/bu/calender-icon.png) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper input.text {
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #5e6c84;
  margin-bottom: 15px;
  line-height: 22px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.retirement_feild_wrapper input.text.rupeeicon {
  background: transparent url(../../images/bu/rupees-black-icon.svg) no-repeat 10px center;
  background-size: 10px 14px;
  padding: 12px 12px 12px 25px;
}

@media all and (-ms-high-contrast: none) {
  .retirement_feild_wrapper input.text.rupeeicon {
    padding: 12px 12px 14px 25px;
  }
  .retirement_feild_wrapper input.text.rupeeicon,
  .retirement_feild_wrapper input.text.rupeeicon ::-ms-backdrop {
    padding: 12px 12px 14px 25px;
  }
}
.retirement_feild_wrapper input.text.mb-0 {
  margin-bottom: 0;
}

.retirement_feild_wrapper .info_label {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #bbb;
  position: relative;
  padding-left: 15px;
}

.retirement_feild_wrapper .info_label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper .expense_direct_select {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.retirement_feild_wrapper .expense_direct_select article {
  position: relative;
  width: 33%;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #50bcf2;
  box-sizing: border-box;
}

.retirement_feild_wrapper .expense_direct_select article .boxcolor {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: 0.5s ease;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  color: #0652dd;
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio]:checked ~ .boxcolor {
  background-color: #67a8ff;
  color: #fff;
}

.retirement_form_step2_heading {
  position: relative;
  color: #263858;
}

@media only screen and (max-width: 320px) {
  .retirement_form_step2_heading {
    width: 170px;
  }
}
.retirement_form_step2_heading strong {
  padding: 0 15px;
}

@media only screen and (max-width: 480px) {
  .retirement_form_step2_heading strong {
    padding: 0;
    display: block;
  }
}
.retirement_form_step2_heading strong .finalAmt {
  width: auto;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #263858;
  display: inline-block;
  padding-right: 10px;
}

.retirement_form_step2_heading strong .finalAmt input {
  border-bottom: 1px solid #ccc !important;
}

.retirement_form_step2_heading strong .finalAmt .err {
  position: absolute;
  font-size: 10px;
  color: red;
  width: 100%;
  line-height: 10px;
  padding-top: 3px;
}

.retirement_form_step2_heading strong input[type=text] {
  width: 100px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.retirement_form_step2_heading strong .editAmt {
  color: #0662f6;
  text-decoration: underline;
}

.retirement_form_step2_heading strong .editAmt:hover,
.retirement_form_step2_heading strong .editAmt:visited {
  color: #0662f6;
}

.retirement_form_step2 {
  position: relative;
}

.retirement_form_step2 .changeIntrest_rate {
  color: #263858;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}

.retirement_form_step2 .changeIntrest_rate span {
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 480px) {
  .retirement_form_step2 .changeIntrest_rate span {
    padding: 10px 0;
  }
}
.retirement_form_step2 .changeIntrest_rate span select {
  width: 80px;
  border: 1px dashed #0862f6;
  padding: 0 5px;
  border-radius: 5px;
  color: #0862f6;
  font-weight: 600;
}

.retirement_form_step2 .capital_improvement {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 30px 0;
  justify-content: space-between;
}

.retirement_form_step2 .capital_improvement .boxanimation {
  padding: 0;
  background-size: 200% 200%;
  border-radius: 8px 8px 0 0;
  background-image: linear-gradient(to top, #a72424 50%, transparent 50%);
  transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
  width: 15px;
  height: 90px;
  position: relative;
  top: -20px;
  margin: 0 10px 0 auto;
}

.retirement_form_step2 .capital_improvement .boxanimation.low {
  height: 40px;
  position: relative;
  top: 30px;
}

.retirement_form_step2 .capital_improvement .boxanimation.active {
  color: #fff;
  border-color: #6ab2fa;
  background-image: linear-gradient(to top, #6ab2fa 51%, transparent 50%);
  background-position: 0 100%;
  transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
}

@media only screen and (max-width: 768px) {
  .retirement_form_step2 .capital_improvement {
    padding: 0 30px 0;
  }
  .retirement_form_step2 .capital_improvement .boxanimation {
    margin: 0 10px 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .retirement_form_step2 .capital_improvement {
    padding: 0 0 0;
  }
}
.retirement_form_step2 .capital_improvement .final,
.retirement_form_step2 .capital_improvement .init {
  width: 40%;
  text-align: center;
  position: relative;
}

.retirement_form_step2 .capital_improvement .init .img {
  background: url("../../images/bu/young_age.svg") no-repeat center bottom;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}

.retirement_form_step2 .capital_improvement .final .img {
  background: url("../../images/bu/oldage.svg") no-repeat center bottom;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}

.retirement_form_step2 .capital_improvement .finalamt,
.retirement_form_step2 .capital_improvement .initamt {
  font-weight: 600;
  top: 30px;
  position: relative;
}

.retirement_form_step2 .capital_improvement .finalamt .small,
.retirement_form_step2 .capital_improvement .initamt .small {
  font-size: 10px;
}

.retirement_form_step2 .capital_improvement .finalamt {
  top: 0;
}

.retirement_form_step2 .capital_improvement .content {
  display: block;
  text-align: center;
}

.retirement_form_step2 .capital_improvement .content span {
  display: block;
}

.retirement_form_step2 .capital_improvement .content span.age_final,
.retirement_form_step2 .capital_improvement .content span.age_today {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.retirement_form_step2 .capital_improvement .content span.age {
  font-weight: 400;
  color: #757575;
  font-size: 10px;
  line-height: 16px;
}

.retirement_form_step0 .retirement_feild_wrapper label {
  padding: 20px 0 40px 75px;
  font-size: 18px;
  position: relative;
}

.retirement_form_step0 .retirement_feild_wrapper label .age-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
  background: url(../../images/bu/your-age-retirement.png) no-repeat center center;
  background-size: 40px 40px;
  left: 0;
  top: 35%;
  transform: translate(0, -50%);
}

.btn.next {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 30px auto 21px;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  .retirement_form_step0,
  .retirement_form_step1,
  .retirement_form_step2 {
    margin: 0 0 50px 0;
  }
}
.back {
  position: absolute;
  top: -60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .back {
    top: -85px;
  }
}
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=2) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.headingText_h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 640px) {
  .headingText_h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 28px;
    padding: 20px 0 0;
  }
}
.providerWith_lifeinsurnace {
  width: 100%;
  background: #f9f9f9;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace {
    padding: 0 15px;
  }
}
.providerWith_lifeinsurnace .headingTitle {
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 0;
  border: 1px solid #349018;
  display: inline-block;
  line-height: 16px;
  position: relative;
  padding: 10px 10px 10px 40px;
  margin: 0 0 20px 0;
  background: #ebf1e9;
}

.providerWith_lifeinsurnace .headingTitle span {
  color: #349018;
  font-weight: 600;
}

.providerWith_lifeinsurnace .headingTitle:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/investment/umberalla.png) no-repeat 0 0;
  background-size: contain;
  left: 5px;
  top: 2px;
}

@media only screen and (max-width: 360px) {
  .providerWith_lifeinsurnace .headingTitle:before {
    top: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .providerWith_lifeinsurnace .headingTitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.providerWith_lifeinsurnace .tooltip {
  position: absolute;
  font-style: normal;
  z-index: 10;
  display: none;
  background: #1761b6;
  color: #fff;
  padding: 5px;
  width: 150px;
  border-radius: 5px;
  text-align: left;
  top: 0;
  right: -156px;
}

.providerWith_lifeinsurnace .tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1761b6;
  left: -8px;
  top: 7px;
}

.providerWith_lifeinsurnace .provider_top-plan {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .provider_top-plan {
    display: flex;
    margin-bottom: 0;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
}
.providerWith_lifeinsurnace .block-inner {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner {
    border: 1px solid #dedede;
    display: flex !important;
    min-width: calc(100% - 50px);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .providerWith_lifeinsurnace .block-inner {
    min-width: calc(100% - 30px);
  }
}
.providerWith_lifeinsurnace .block-inner .see-more {
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.providerWith_lifeinsurnace .block-inner .see-more::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .see-more::after {
    margin-top: 5px;
  }
}
.providerWith_lifeinsurnace .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}
.providerWith_lifeinsurnace .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}
.providerWith_lifeinsurnace .block-inner .logo-block {
  width: 25%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .logo-block {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .providerWith_lifeinsurnace .block-inner .logo-block {
    min-width: 120px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.providerWith_lifeinsurnace .block-inner .logo-block .widget-insurer-logo {
  min-width: 120px;
}

.providerWith_lifeinsurnace .block-inner .logo-block .logotext {
  display: block;
  width: 100%;
  padding-right: 20%;
}

.providerWith_lifeinsurnace .block-inner .logo-block .logotext span {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .logo-block .logotext span {
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover {
  width: 25%;
  padding: 0;
}

.providerWith_lifeinsurnace .block-inner .life-cover.youpay {
  width: 25%;
  position: relative;
}

.providerWith_lifeinsurnace .block-inner .life-cover.youpay:after {
  content: "";
  content: "";
  height: 78px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 40px;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover {
    width: 50%;
    text-align: center;
    padding: 0 15px;
  }
  .providerWith_lifeinsurnace .block-inner .life-cover.youpay {
    width: 50%;
    border-right: 1px solid #e8e9ea;
  }
  .providerWith_lifeinsurnace .block-inner .life-cover.youpay:after {
    display: none;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.providerWith_lifeinsurnace .block-inner .life-cover p:first-child {
  color: #757575;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover p:first-child {
    font-size: 14px;
    line-height: 20px;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(2n) {
  color: #2d910f;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(2n) {
    font-size: 18px;
    padding: 0 0 0;
    font-weight: 600;
  }
}
.providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.providerWith_lifeinsurnace .block-inner .life-cover .moreinfo {
  width: 90%;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

.providerWith_lifeinsurnace .block-inner .life-cover .moreinfo span {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .life-cover .moreinfo {
    font-weight: 500;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    width: 100%;
  }
  .providerWith_lifeinsurnace .block-inner .life-cover .moreinfo span {
    display: block;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan {
  width: 25%;
  padding: 0;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span {
  color: #0652de;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background: #e6efff;
  padding: 5px 18px 5px 3px;
  border-radius: 4px;
  font-weight: 500;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .growth {
  width: 15px;
  height: 17px;
  display: inline-block;
  margin-right: 1px;
  background: url("../../images/bu/thunder.png") no-repeat 3px 4px;
  position: relative;
  top: 3px;
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .info-icon {
  background: url(../../images/bu/infoIcon.png) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: 7px;
  right: 4px;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span {
    font-size: 14px;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip {
    top: 0;
    right: 114px;
  }
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip:before {
    border-left: 8px solid #1761b6;
    right: 0;
    top: 7px;
    left: 120px;
    border-right: 0;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span:hover .tooltip {
  display: block;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.providerWith_lifeinsurnace .block-inner .view-plan .btn {
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #f35023;
  padding: 5px 0;
  text-align: center;
  margin-top: 8px;
  width: 140px;
  border: 0;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .block-inner .view-plan .btn {
    font-size: 15px;
    padding: 8px 0;
    width: 100%;
    margin-top: 6px;
  }
}
.providerWith_lifeinsurnace .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0 0;
}

.providerWith_lifeinsurnace .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}
.providerWith_lifeinsurnace .moreplan {
  width: 200px;
  margin: 0 auto 10px;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  color: #0662f6;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace .moreplan {
    display: none;
  }
}
.pension_without_rop {
  display: none;
}

.providerWith_lifeinsurnace.tab {
  width: 100%;
}

.providerWith_lifeinsurnace.tab .annuitytopplan_wrapper .rest_plan {
  display: none;
}

.providerWith_lifeinsurnace.tab .annuitytopplan_wrapper.active .rest_plan {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace.tab .default_plan,
  .providerWith_lifeinsurnace.tab .rest_plan {
    display: table;
    width: 100%;
  }
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper {
    display: table;
    overflow: auto;
    -ms-overflow-style: none;
    width: 100%;
  }
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper::-webkit-scrollbar {
    display: none;
  }
  .providerWith_lifeinsurnace.tab .pension_without_rop {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper + .moreplan {
    display: block;
  }
}
.providerWith_lifeinsurnace.tab .tablink {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 70%;
  margin: 30px auto;
}

.providerWith_lifeinsurnace.tab .tablink .links {
  width: 50%;
  border: 1px solid #0065ff;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #0065ff;
  cursor: pointer;
}

.providerWith_lifeinsurnace.tab .tablink .links.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.providerWith_lifeinsurnace.tab .tablink .links.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.providerWith_lifeinsurnace.tab .tablink .links.selected {
  background: #0065ff;
  color: #fff;
}

@media only screen and (max-width: 440px) {
  .providerWith_lifeinsurnace.tab .tablink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .providerWith_lifeinsurnace.tab .tablink .links {
    line-height: 15px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.providerWith_lifeinsurnace.tab .annuityplan_heading {
  font-size: 16px;
  font-weight: 600;
  color: gray;
}

.providerWith_lifeinsurnace.tab .block-inner {
  width: 100%;
  position: relative;
}

.providerWith_lifeinsurnace.tab .block-inner .additionalBenefit {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #67a8ff;
  line-height: 32px;
  left: 39%;
}

.providerWith_lifeinsurnace.tab .block-inner .labelyou-and-spouse {
  font-size: 12px;
  color: #0065ff;
  border: 1px solid #b5d4ff;
  background: #e7f1ff;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 5px;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block {
  margin-right: 20px;
  width: 20%;
  width: 125px;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .widget-insurer-logo {
  margin-right: 0;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .logotext {
  padding: 0;
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .logotext span {
  font-size: 11px;
  line-height: 16px;
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan {
  width: 18%;
  display: flex;
  align-items: center;
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
  width: 100%;
  margin-top: 0;
  padding: 3px 0;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
  width: 40%;
  padding: 12px 15px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
    padding: 0 15px;
  }
}
.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out {
  width: 100%;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out .payamount {
  width: 50%;
  float: left;
  display: inline-block;
  color: #39971d;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out .payamount .small {
  font-size: 10px;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay {
  width: 20%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
  position: relative;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay:after,
.providerWith_lifeinsurnace.tab .block-inner .life-cover:after {
  right: 0;
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover .moreinfo,
.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .moreinfo {
  position: absolute;
  color: #757575;
  bottom: -8px;
}

@media only screen and (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .block-inner {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: table !important;
    padding: 10px;
    margin: 5px auto 15px auto;
  }
}
@media only screen and (max-width: 740px) and (max-width: 440px) {
  .providerWith_lifeinsurnace.tab .block-inner {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  .providerWith_lifeinsurnace.tab .block-inner .logo-block {
    width: 100%;
    margin-bottom: 25px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .additionalBenefit {
    line-height: 26px;
    left: 42%;
    font-size: 16px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover {
    margin-bottom: 10px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover p:first-child {
    font-size: 12px;
    line-height: 20px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay:after {
    height: 50px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover,
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay {
    width: 30%;
    float: left;
    padding: 0;
    text-align: left;
    display: inline-block;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount,
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount {
    width: 100%;
    font-size: 16px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover .moreinfo,
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .moreinfo {
    bottom: -15px;
    left: 0;
    text-align: left;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
    width: 70%;
    float: left;
    display: inline-block;
  }
  .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payamount {
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 16px;
  }
  .providerWith_lifeinsurnace.tab .block-inner .view-plan {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
  }
  .providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
    width: 90%;
    margin-top: 15px;
    font-size: 16px;
    padding: 8px 0;
  }
}
.dis_fd_form .breadcrumbinner ul.breadcrumb {
  padding: 8px 15px !important;
  margin: 0;
}

.breadcrumbinner {
  float: none;
}

ul.breadcrumb::after {
  content: "";
  display: block;
  clear: both;
}

.innerbodycontainer,
body {
  font-size: 14px;
  float: none;
  font-weight: 400;
}

.fdBanner {
  text-align: center;
  box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.fdBanner a {
  border: 1px solid #ccc;
  display: inline-block;
}

.fdBanner {
  display: none;
}

.ifscBanner {
  display: block;
  text-align: center;
}

.ifscBanner a {
  display: block;
  margin: 20px 0;
}

.fdBanner .close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 16px;
  width: 40px;
  height: 30px;
  background: url(/templates/policybazaar/images/cross-black.png) no-repeat right top;
}

.fdBanner.fixed {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px;
  bottom: 0;
  background: #fff;
  z-index: 100;
}

.navbookMark {
  display: table;
  width: 79%;
  text-align: center;
  margin: 10px auto;
}

.navbookMark .bookmarkBtn {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  padding: 7px 18px;
  font-size: 14px;
  cursor: pointer;
  margin: 30px 2px;
  display: inline-block;
  float: left;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.navbookMark .bookmarkBtn:hover {
  background-color: #000;
  color: #fff;
}

.row {
  margin: 0;
  max-width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.h1,
h1 {
  font-size: 26px;
}

.h2,
h2 {
  font-size: 22px !important;
}

.contentPart .h2,
.contentPart h2 {
  font-size: 22px !important;
  line-height: 40px;
  margin: 10px 0 10px !important;
}

.contentPart h2 strong {
  font-weight: 400 !important;
}

.h3,
h3 {
  font-size: 18px !important;
}

.h4,
h4 {
  font-size: 16px !important;
}

.artcle_left_panel p,
.p,
p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

.small,
small {
  font-size: 10px;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.orange {
  color: #fdac4c;
}

.blue {
  color: #005387;
}

.whitebg {
  background: #fff;
}

.orangebg {
  background: #fdac4c;
}

.bluebg {
  background: #005387;
  margin-top: 20px;
}

.bld {
  font-weight: 600;
}

.light {
  font-weight: 400;
}

.regl {
  font-weight: 400;
}

.left0 {
  padding-left: 0;
}

.right0 {
  padding-right: 0;
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.show {
  display: block;
}

button,
checkbox,
input,
radio,
select {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.forex-form select {
  width: 100%;
  padding: 8px;
  margin: 4px 0;
  border: 1px solid #98acb8;
}

.forex-form input[type=email],
.forex-form input[type=password],
.forex-form input[type=tel],
.forex-form input[type=text] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4px;
}

.padding0 {
  padding: 0 !important;
}

.btn {
  margin: 10px 0 0 0;
  width: 100%;
  color: #fff;
  font-weight: 400;
  border: 0;
  padding: 10px 0;
  text-align: center;
}

.brown {
  background: #6f2f2f;
  width: 20%;
}

.sd {
  background: #6f2f2f;
  width: 20%;
}

.lightblue {
  background: #00b7f4;
  color: #fff;
}

.lightblueBtn {
  background: #00b7f4;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #00b7f4), color-stop(100%, #009bcf));
  background: linear-gradient(to bottom, #00b7f4 0, #009bcf 100%);
}

input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  background: #00b7f4 !important;
}

.orangeBtn {
  background: #fdbe0f;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fdbe0f), color-stop(100%, #efa21e)) !important;
  background: linear-gradient(to bottom, #fdbe0f 0, #efa21e 100%) !important;
}

.gray {
  background: #bababa;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #bababa), color-stop(100%, #9c9c9c)) !important;
  background: linear-gradient(to bottom, #bababa 0, #9c9c9c 100%) !important;
}

.calculate,
.calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
  color: #fff;
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
  z-index: 72;
  text-transform: uppercase;
  font-size: 12px !important;
}

.arrow-up {
  width: 100%;
  display: none;
  height: 80px;
  position: absolute;
  background: #fff;
  bottom: 0;
  opacity: 0.5;
}

.maxl {
  margin: 0;
}

.maxl .inline {
  display: inline-block;
}

.maxl .radio {
  display: inline-block;
  padding-right: 0;
  font-size: 14px;
  cursor: pointer;
  float: none;
  font-weight: 600;
  width: 56px;
  line-height: 18px;
  color: #666 !important;
}

.maxl .radio span {
  position: relative;
  padding-left: 20px;
}

.maxl .radio span:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.maxl .radio input[type=radio] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.maxl .radio input[type=radio]:checked + span {
  color: #6f2f2f;
}

.maxl .radio input[type=radio]:checked + span:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #6f2f2f;
  left: 5px;
  top: 6px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.dis_fd_form .fd_bankwise {
  background: #be784d;
  padding: 9px 0;
  margin: 0 0 20px;
}

.fd_bankwise .content {
  margin: 20px auto;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  text-align: center;
}

.fd_bankwise .info span {
  display: block;
}

.fd_bankwise .row {
  height: 100px;
}

@media (max-width: 992px) {
  .fd_bankwise .row {
    height: 205px;
  }
}
@media (max-width: 768px) {
  .fd_bankwise .row {
    height: 380px;
  }
}
.fd_bankwise .info {
  min-height: 100px;
  display: table;
}

.fd_bankwise .info span.title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #fdc481;
}

.fd_bankwise.innerpage_table .info span.title {
  color: #333;
}

.fd_bankwise .info span.figer {
  font-size: 13px;
  line-height: 18px;
}

.fd_bankwise .info span.limit {
  font-size: 13px;
  line-height: 18px;
}

.fd_bankwise .info {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fd_bankwise.innerpage_table {
  background: #fff;
  padding: 9px 0;
}

.fd_bankwise.innerpage_table.sbi .content {
  margin: 20px auto;
  color: #005387;
  border: 1px solid #005387;
  padding: 20px 0;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.fd_bankwise.innerpage_table .content {
  width: 100%;
}

.fd_bankwise.innerpage_table .info {
  border-right: 1px solid #005387;
}

.borderStyle .info:last-child {
  border: 0;
}

.fd_bankwise .info .alignMent {
  vertical-align: middle;
  display: table-cell;
}

.dis_fd_form.body_container {
  width: 100%;
  margin: 0;
  padding: 0 0;
}

.disclaimerLink {
  margin-top: 20px;
}

.dis_fd_form.body_container.ifscpage {
  position: relative;
  padding: 0;
}

.dis_fd_form.body_container.ifscpage .row {
  margin: 0;
  max-width: 100%;
}

.dis_fd_form .container-fluid.ifseCode,
.dis_fd_form .container.forexData {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.dis_fd_form .container-fluid.ifseCode.darkbrown {
  background: url(/templates/policybazaar/images/ifsc_background.jpg) no-repeat 0 -10px;
  padding: 15px 0 15px 0;
}

.dis_fd_form .container-fluid.ifseCode.darkbrown .colorbg {
  background: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.dis_fd_form .container-fluid.ifseCode.darkbrown .bdrwrap {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.dis_fd_form .defaultBg {
  background: #f1f1f1 url(/templates/policybazaar/images/forex/pigibank.png) no-repeat 90% 100%;
  vertical-align: top;
  padding: 10px 8%;
}

.dis_fd_form .defaultBg::after {
  content: "";
  display: block;
  clear: both;
}

.dis_fd_form .fdWithbg {
  background: #fdc481 url(../../images/bu/ifsc_by_branch_code.webp) no-repeat top right;
  position: relative;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
}

.dis_fd_form .fdWithbg .fixed-deposit-form {
  width: 100%;
  padding: 20px 0;
}

.dis_fd_form .fdWithbg .fixed-deposit-form .inner {
  width: 75%;
  padding-left: 10%;
}

.dis_fd_form .fdWithbg .forex-form-bootstrap .row {
  margin: 0 -5px;
}

.dis_fd_form .fdWithbg .forex-form-bootstrap .form-group {
  padding: 0 5px;
}

.dis_fd_form .fdWithbg .fixed-deposit-form h1 {
  margin: 0;
  padding-bottom: 20px;
}

.dis_fd_form .fdWithbg .forex-form-bootstrap {
  padding: 0;
}

.fdWithbg .calculate_result {
  width: 100%;
  padding-left: 15px;
}

.dis_fd_form .tabPadding .mod_jt_tabs {
  margin-top: 0;
}

.dis_fd_form .desginStyle .bluebg.pos {
  padding: 1px;
  min-height: 415px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

#bluebgform {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

#bluebgform .white {
  color: #fff !important;
}

.dis_fd_form .desginStyle .bluebg.pos .form-group,
.forex-form-bootstrap label {
  color: #fff;
}

.forex-form-bootstrap input[type=radio] {
  margin: 0 4px;
  position: relative;
  top: 2px;
}

.forex-form-bootstrap .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.custom-radio-btns {
  display: inline-block;
}

.custom-radio-btns label {
  position: relative;
  padding-right: 4px;
  padding-left: 19px;
  font-weight: 400;
  margin: 0 !important;
}

.custom-radio-btns label span.circle {
  width: 15px;
  height: 15px;
  border: 2px solid #005387;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.custom-radio-btns label span.circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #005387;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.custom-radio-btns label input:checked + span.circle::after {
  display: block;
}

.bluebg .custom-radio-btns label span.circle {
  border-color: #fff;
}

.bluebg .custom-radio-btns label span.circle::after {
  background: #fff;
}

.forex-form-bootstrap.fdpage_Section label {
  color: #222;
  font-size: 14px;
  margin-right: 5px;
}

.maxl .radio input[type=radio] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.maxl .radio span {
  position: relative;
  padding-left: 20px;
}

.maxl .radio span:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.dis_fd_form .desginStyle .orangebg.pos {
  width: 100%;
  margin: 30px;
  left: -70px;
  position: absolute;
  padding: 0 40px;
  height: 100%;
}

.dis_fd_form .desginStyle .orangebg.pos .calculatorsBox.list_typeA .list-calculator li a,
.dis_fd_form .desginStyle .orangebg.pos .calculatorsBox.list_typeA .titleText {
  color: #fff;
}

.dis_fd_form .desginStyle .orangebg.pos .mod_jt_tabs {
  margin: 3em 0;
  width: 100%;
}

.fd .mod_jt_tabs {
  width: 85%;
}

#menu li {
  width: 100%;
}

.dis_fd_form .defaultBg .searchBybranch {
  background: 0;
}

.dis_fd_form .searchBybranch {
  clear: both;
}

.dis_fd_form .defaultBg .searchBybranch::after,
.dis_fd_form .defaultBg .searchBycode::after {
  content: "";
  display: block;
  clear: both;
}

.dis_fd_form .searchBybranch.ifscpage {
  background: url(/templates/policybazaar/images/ifsc_background.jpg) no-repeat 0 -10px;
  padding: 10px 0 20px 0;
  background-size: cover;
  margin: 0 -2.5%;
}

.ifscTermBanner {
  display: inline-block;
  margin: 20px 0;
}

.dis_fd_form .searchBybranch .titleband .blue {
  color: #fff;
  background: #365494;
  width: 42%;
  display: inline-block;
  text-align: right;
  padding: 10px 0;
  font-size: 20px;
  position: relative;
}

.dis_fd_form .searchBybranch .titleband .blue h2 {
  margin: 0;
  line-height: 28px;
}

.dis_fd_form .searchBybranch .titleband .orange {
  color: #fff;
  background: #fcac4b;
  width: 58%;
  display: inline-block;
  text-align: right;
  float: right;
  padding: 24px;
  font-size: 20px;
  position: relative;
}

.dis_fd_form .searchBybranch .titleband .orange:before {
  width: 48px;
  height: 48px;
  content: "";
  background: url(/templates/policybazaar/images/strip_divider.jpg) no-repeat 0 0;
  left: 0;
  top: 0;
  position: absolute;
}

.defaultBg .searchBycode,
.fd-page-wrap #topForm {
  width: 47%;
  vertical-align: top;
  float: left;
  padding: 20px 0;
  margin: 0 1.5%;
}

.fd-page-wrap #topForm {
  float: right;
}

.fd-page-wrap #frmInv #name_feild select,
.fd-page-wrap #frmInv .tabs,
.fd-page-wrap #frmInv em {
  display: none;
}

.fd-page-wrap #frmInv .formbox_new span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #7a7b81;
  padding-bottom: 10px;
}

.fd-page-wrap #frmInv {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(161, 161, 161, 0.5);
  background-color: #fff;
  padding: 20px 25px;
}

.fd-page-wrap .formBlock {
  max-width: 467px;
  font-family: Poppins, sans-serif;
}

.fd-page-wrap .formBlock .banner {
  background-image: url(/templates/policybazaar/images/akshay_fd_banner_talo.jpg);
  background-size: cover;
  min-height: 173px;
  background-color: #626c78;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.5);
  margin-bottom: 15px;
  position: relative;
}

select::-ms-expand {
  display: none;
}

.fd-page-wrap .formBlock .banner .banner-text {
  max-width: 178px;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-right: 11px;
}

.fd-page-wrap .formBlock .banner .banner-text .leftSection h1,
.fd-page-wrap .formBlock .banner .banner-text .leftSection h2,
.fd-page-wrap .formBlock .banner .banner-text .title,
.leftSection .fd-page-wrap .formBlock .banner .banner-text h1,
.leftSection .fd-page-wrap .formBlock .banner .banner-text h2 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 9px;
}

.fd-page-wrap .formBlock .banner .banner-text p {
  font-size: 11px;
  font-weight: 500;
  color: #ffe6dc;
}

.formBlock .tc-popup .heading {
  font-size: 21px;
  padding-bottom: 15px;
  text-align: center;
}

.formBlock .tc-popup .pop-logo {
  background: url(/cdn/images/new-home/logo_new.png?v=1) 0 6px no-repeat;
  width: 160px;
  height: 45px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 0;
  text-decoration: none;
}

.formBlock .tc-popup .pop-logo:focus {
  outline: 0;
}

.formBlock .tc-popup .feature-list {
  margin: 0;
  padding: 0;
}

.fd-page-wrap span.termCondition + span {
  display: none !important;
}

.formBlock .tc-popup .feature-list li {
  padding-bottom: 10px;
  position: relative;
}

.formBlock .tc-popup .feature-list li:first-child {
  padding-left: 9px;
}

.formBlock .tc-popup .feature-list li:nth-child(2) {
  padding-left: 15px;
}

.formBlock .tc-popup .feature-list li:nth-child(3) {
  padding-left: 21px;
}

.formBlock .tc-popup .feature-list li span {
  position: absolute;
  top: 0;
  left: 0;
}

.formBlock .banner .tc-link {
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 10px;
  bottom: 4px;
  cursor: pointer;
}

.formBlock .banner .tc-returns {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 4px;
}

.formBlock .tc-popup-wrap {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 100%;
}

.formBlock .tc-popup {
  position: absolute;
  background: #fff;
  padding: 70px 22px 22px 22px;
  max-width: 425px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.formBlock .tc-popup .close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 16px;
  width: 40px;
  height: 30px;
  background: url(/templates/policybazaar/images/cross-black.png) no-repeat right top;
}

.formBlock .banner .banner-text .feature-list li:last-child {
  padding-bottom: 0;
}

.fd-page-wrap .formWrap .punchline {
  display: none;
}

.fd-page-wrap .formWrap p {
  font-family: Poppins, sans-serif;
}

.fd-page-wrap #frmInv .formbox_new {
  margin-bottom: 10px;
}

.fd-page-wrap #frmInv .formbox_new.error {
  background: 0 0;
  border: none;
}

.fd-page-wrap #frmInv .formbox_new.error .err {
  font-size: 10px;
  color: red;
  margin-top: 3px;
}

.fd-page-wrap #frmInv .formInput {
  border-radius: 4px;
  border: solid 1px #c5c8d6;
  background-color: #fff;
}

.fd-page-wrap #frmInv .loaderProcess,
.fd-page-wrap #frmInv .proceed {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #e8e8e8;
  background-color: #fc4804;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 14px;
  text-align: center;
}

.fd-page-wrap #frmInv .loadingDiv {
  position: relative;
  margin: 20px 0 10px;
}

.fd-page-wrap #frmInv .need-amount {
  display: none;
}

.fd-page-wrap #frmInv .loadingDiv .loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -ms-transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 0;
  position: absolute;
  right: 5%;
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fd-page-wrap #frmInv .termCondition {
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7c7d85;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.fd-page-wrap #frmInv .termCondition a {
  color: #0652dd;
}

.fd-page-wrap #frmInv .proceed .fa-arrow-right {
  margin-left: 10px;
  font-size: 14px;
}

.fd-page-wrap #frmInv #mob_feild2feild .cCode,
.fd-page-wrap #frmInv #mob_feild2feild select,
.fd-page-wrap #frmInv input {
  width: 100%;
  display: block;
  padding: 6px 12px;
  height: auto;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  min-height: 44px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #252733;
  background: #fff;
}

.fd-page-wrap #frmInv input::-moz-placeholder {
  color: #252733;
  opacity: 1;
}

.fd-page-wrap #frmInv input::placeholder {
  color: #252733;
  opacity: 1;
}

.fd-page-wrap #frmInv input::-webkit-input-placeholder {
  color: #252733 !important;
  opacity: 1;
}

.fd-page-wrap #frmInv input::-moz-input-placeholder {
  color: #252733 !important;
  opacity: 1;
}

.fd-page-wrap #frmInv #mob_feild2feild .cCode {
  line-height: 33px;
  width: 80px;
  float: left;
}

.fd-page-wrap #frmInv #mob_feild2feild .cCodeText {
  display: inline-block;
  width: 44px;
}

.fd-page-wrap #frmInv #mob_feild2feild .cCodeText input {
  padding: 9px 5px;
}

.fd-page-wrap #frmInv .formInput::after {
  content: "";
  display: block;
  clear: both;
}

.fd-page-wrap #frmInv #mob_feild2feild {
  width: 185px;
  float: left;
}

.fd-page-wrap #frmInv input#invmobile {
  width: calc(100% - 185px);
  float: left;
}

.fd-page-wrap #frmInv #mob_feild2feild select {
  width: 105px;
  float: left;
}

.fd-page-wrap #frmInv #mob_feild2feild select {
  background-size: 11px auto !important;
  padding-right: 20px;
}

.dis_fd_form .searchBycode .form-for-fd {
  max-width: 450px;
}

.dis_fd_form .forex-form.sp .roundedBox {
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  box-shadow: 1px 1px 6px #c7cacd;
}

.dis_fd_form .searchBybranch .sp {
  width: 100%;
  margin: 20px 0 20px;
  display: table;
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials {
  border: 1px solid #596275;
  opacity: 0.6;
  padding: 5px 10px;
  margin: 0 0 10px;
}

.resultElement {
  padding: 5px 0;
}

.resultBox .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
  border-right: 1px solid rgba(209, 209, 209, 0.2);
}

.resultBox .col-lg-3.col-md-3.col-sm-3.col-xs-12.last {
  border: 0;
}

.resultElement p {
  margin: 0;
  font-size: 11px;
}

.bankWithIfsc {
  display: table;
  width: 100%;
  margin: 0;
}

.bankWithIfsc li {
  display: table-cell;
  padding: 15px;
  min-width: 100px;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}

.bankWithIfsc li a {
  color: #fff;
}

.forex-form.sp #ifsccode,
.newsLetter_box .ns_Letter {
  width: 94%;
  border: 1px solid #ccc;
  padding: 22px;
  border-radius: 30px;
  font-size: 13px;
}

#btnifsccode,
.ns_formsubmit {
  margin: 10px 0 0 0;
  width: 40%;
  color: #fff;
  font-weight: 400;
  border: 0;
  padding: 10px 0 !important;
  border-radius: 30px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  outline: 0;
  text-align: center;
}

.checkIfsc h4 {
  font-size: 14px;
  line-height: 24px;
}

.checkIfsc {
  background: #f8f8f8;
  padding: 10px;
  margin-top: 45px;
  border: 1px solid #eaeaea;
}

.checkIfsc h2 {
  margin: 0;
}

.bankWithIfsc li:nth-child(2n) {
  background: #003663;
  border: 1px solid #003663;
  color: #fff;
}

.bankWithIfsc li:nth-child(odd) {
  background: #3c6382;
  border: 1px solid #3c6382;
  color: #fff;
}

.titleband h2 {
  font-size: 18px;
  font-weight: 400;
  color: #303952;
  line-height: 20px;
  padding-left: 10px;
  text-align: left;
}

.fdWithbg.searchBybranch {
  padding: 20px 0;
}

.lisOfBank.half ul:nth-child(odd) li {
  margin-right: 0;
}

.resultBox {
  background: #fff;
  display: none;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  border-radius: 0;
  border: 1px solid #fff;
  float: left;
}

.listBank_ifsc_detials .logo {
  position: absolute;
  top: -25px;
}

.ifseCode .h1 {
  z-index: 2;
  font-size: 34px;
  font-weight: 900;
  color: #574b90;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
  margin: 10px;
  position: relative;
}

.ifseCode .colorbg {
  background: #fff;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ifseCode .h6 {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6a89cc;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.baseGrdient {
  background: #fff;
  background: linear-gradient(to bottom, #fff 83%, #ebf7ff 100%);
  padding: 0 0 30px 0;
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials h3 {
  margin: 0;
  color: #094257;
  font-size: 13px;
  letter-spacing: 0;
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials h3 p {
  display: inline;
  font-size: 13px;
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials .smallFont {
  font-size: 13px;
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials p {
  color: #094257;
  margin: 1px 0;
  display: block;
  font-size: 13px;
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials p.bankName {
  color: #01111a;
  margin: 10px 0;
  display: block;
  font-size: 17px;
  text-align: left;
  line-height: 20px;
}

.bdrwrap .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
  padding: 5px;
  padding: 5px;
}

.dis_fd_form .searchBycode p {
  margin-top: 20px;
}

.goldNews {
  background: #f3f3f3;
  padding: 10px 4px;
  margin-bottom: 5px;
}

.goldNews h3 {
  margin-top: 0;
  background: #e4e2e2;
  padding: 10px;
}

.goldNews p {
  padding: 5px 13px;
}

.goldNews p label {
  color: #555b4d;
  float: right;
}

#menu1 li {
  position: relative;
}

#menu1 > li:before,
#menu > li:before {
  content: "";
  background: url(/templates/policybazaar/images/down-arrow.png) no-repeat 0 0;
  position: absolute;
  width: 17px;
  height: 16px;
  right: 15px;
  top: 18px;
}

#menu1 > li.active:before,
#menu > li.active:before {
  content: "";
  background: url(/templates/policybazaar/images/down-arrow.png) no-repeat 0 0;
  transform: rotate(180deg);
  top: 8px;
  right: 20px;
}

#menu1 a {
  color: #333 !important;
  position: relative;
}

#menu.metismenu > li.active:before,
#menu.metismenu > li:before {
  background: 0;
}

#menu1 a strong {
  font-weight: 400;
}

.dis_fd_form .searchBycode .orange {
  margin: 40px 0 10px;
}

.dis_fd_form .searchBycode .orange.bld {
  margin: 20px 0 0;
}

.dis_fd_form .searchBycode .orange.bld + p {
  margin: 10px 0 10px;
}

.dis_fd_form .searchBycode .sp {
  width: 50%;
  margin: 0 0 30px;
}

.dis_fd_form .popularBank {
  position: relative;
  z-index: 2;
  color: #fdac4c;
  text-align: left;
  margin: 0 0 20px;
}

.dis_fd_form .searchBycode .result p {
  margin-top: 0;
}

.bluebg .forex-form-bootstrap {
  padding: 15px;
}

.bluebg .forex-form-bootstrap .calculate_compare_result table td,
.bluebg .forex-form-bootstrap .calculate_compare_result table th {
  padding: 3px;
}

.bluebg .forex-form-bootstrap .calculate_compare_result table {
  margin-bottom: 0;
}

.bluebg .forex-form-bootstrap h3 {
  margin-top: 0;
}

div#priceResult {
  margin-bottom: 0;
}

.forex-form-bootstrap::after {
  content: "";
  display: block;
  clear: both;
}

.forex-form-bootstrap .btn {
  padding: 10px;
  font-size: 17px;
  margin-right: 10px;
  font-weight: 300;
  margin-top: 5px;
}

.forex-form-bootstrap .btn.lightblueBtn {
  background: #3b98f7;
}

.forex-form-bootstrap .btn.lightblue.sd {
  border-radius: 4px;
  background-color: #1c5c36;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  width: 200px;
  height: 44px;
}

.fd-page-wrap #frmInv #mob_feild2feild select,
.forex-form-bootstrap select.form-control {
  height: auto;
  -webkit-appearance: none;
  background: #fff url(/templates/policybazaar/images/down-arrow.png) no-repeat 96% 50%;
}

.forex-form-bootstrap .form-control {
  height: auto;
  padding: 8px 7px;
}

.form-control {
  border-radius: 0;
}

.searchBybranch h1,
.searchBycode h1 {
  margin: 0 0 20px 0;
}

#ifscdetail {
  width: 100%;
}

.table {
  border: 1px solid #ddd;
  font-size: 14px;
}

#ifscdetail tr td:first-child {
  width: 30%;
  border-right: 1px solid #ddd;
}

.table .bluebg td p {
  margin: 0;
}

.table .bluebg td,
.table .bluebg td li,
.table .bluebg td p {
  color: #fff;
}

#ifscdetail tr td:first-child span {
  font-weight: 600;
  display: block;
}

#ifscdetail tr td:last-child {
  width: 70%;
  word-break: break-all;
}

.dis_fd_form .searchBycode .boxyWrap {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 9.8px 0.2px rgba(0, 0, 0, 0.23);
}

.dis_fd_form .searchBycode .boxyWrap .goldyBox {
  position: relative;
}

.dis_fd_form .searchBycode .boxyWrap p {
  margin: 0;
  padding: 0 2px;
}

.dis_fd_form .searchBycode .boxyWrap p.lastUpdate {
  font-size: 11px;
  font-family: Roboto;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  background: #d79f00;
  padding: 5px;
  text-align: right;
}

.dis_fd_form .searchBycode .boxyWrap p {
  font-size: 14px;
  font-family: Roboto;
  color: #444;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: center;
}

.dis_fd_form .searchBycode .boxyWrap p.mcx {
  margin: 10px 0;
}

.dis_fd_form .spacerG {
  margin: 12px 0;
}

.dis_fd_form .searchBycode .boxyWrap p.flatgray {
  font-size: 14px;
  font-family: Roboto;
  color: #333;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
}

.flatgray.row {
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.flatgray.row.green {
  background: #22a74b;
}

.flatgray.row {
  max-width: 100%;
}

.flatgray.row::after {
  content: "";
  display: block;
  clear: both;
}

.flatgray.row.red {
  background: #d75100;
}

.flatgray.row .col-md-3 {
  background: #f1f1f1;
  border-bottom: 2px solid #fff;
  padding: 10px;
  font-weight: 700;
}

.flatgray.row .col-md-9 {
  font-size: 20px;
  font-weight: 600;
  padding: 6px;
  border-bottom: 2px solid #f1f1f1;
}

.flatgray.row .wd50 {
  float: left;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #fff;
}

.flatgray.row .wd50.right {
  border-right: none;
}

.flatgray.row.last .col-md-3,
.flatgray.row.last .col-md-9 {
  border: 0;
}

.dis_fd_form .searchBycode .dailyGoldrate {
  font-size: 40px;
  font-family: Roboto;
  color: #444;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 10px 0 10px;
  text-align: center;
}

.lisOfBank.half ul li {
  width: 32%;
  margin-right: 0.5%;
  font-size: 12px;
}

.ifseCode .lisOfBank.half .listOfBankifsc ul li {
  border: 1px solid #ccc;
  margin-bottom: 3px;
  padding: 5px;
  float: left;
}

.fixed-deposit .lisOfBank.half ul {
  width: 100%;
}

.fixed-deposit .lisOfBank ul.metismenu li {
  width: 100% !important;
  letter-spacing: 0;
}

#menu1 li {
  margin-bottom: 1px;
}

#menu1 > li {
  background: #f7f7f7;
}

#menu1 li a {
  padding: 10px 37px 10px 10px;
  display: block;
  border-bottom: 1px solid #ececec;
}

#menu1 li ul li {
  padding: 10px;
}

#menu1 li ol li {
  padding: none;
  border-bottom: 0;
}

#menu1 li ol li p {
  margin-bottom: 0;
}

#menu1 li:last-child {
  border-bottom: 0;
}

#menu1 li ul li ol li {
  padding-left: 0;
}

.tagbox {
  background-color: #f5f5f5;
  font-size: 12px;
  line-height: 20px;
  margin: 20px auto 20px;
  padding: 0.5% 1%;
  text-align: left;
  text-decoration: none;
  width: 98%;
  border: 0;
  color: #333;
  float: none;
}

.fd-left-right-panel {
  max-width: 1200px;
  margin: 20px auto 0;
}

.fd-left-right-panel .left {
  padding-right: 50px;
}

.fixed-deposit .lisOfBank.half ul li {
  width: 40%;
}

.left-right-content-wrap {
  max-width: 1250px;
  margin: 0 auto;
}

.left-right-content-wrap .contentPart {
  padding-right: 35px;
  margin-top: 10px;
}

.contentPart h3 {
  font-size: 16px;
}

#ifscdetail + .lisOfBank.half {
  height: 410px;
  overflow-x: auto;
}

.dis_fd_form .faq li,
.dis_fd_form .jt_box li,
.dis_fd_form .lisOfBank li {
  line-height: 22px;
  position: relative;
  font-size: 14px;
}

.lisOfBank.bulletArrow ul li {
  background: url(/templates/policybazaar/images/arrow.png) no-repeat 0 6px;
  text-indent: 11px;
}

#menu li a.blue {
  background: #f7f7f7;
  padding: 7px 23px 7px 10px;
  display: block;
  margin: 0 0 1px;
  color: #757575;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  position: relative;
}

.metismenu a .arrow {
  position: absolute;
  right: 7px;
  top: 34%;
  float: none;
  display: block !important;
}

#menu li .collapse.in .selectBank_table {
  margin: 0;
  width: 100%;
}

.dis_fd_form .jt_box ul li {
  background: 0;
}

.dis_fd_form .jt_box ul li a,
.dis_fd_form .jt_box ul li span {
  display: inline;
  font-size: 14px;
}

.dis_fd_form .mod_jt_tabs {
  margin: 3em 0;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a {
  color: #626262;
  font-size: 15px;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.allimg {
  border: 1px none;
  display: block;
  height: 61px;
  left: -5px;
  padding: 19px 0 0 75px;
  position: relative;
  top: 0;
  width: 100%;
}

.dis_fd_form #ifscdetail {
  margin: 1em 0;
}

.dis_fd_form #ifscdetail .h2 {
  margin: 1em 0 0.5em 0;
  display: block;
  text-decoration: underline;
}

.orangebg .forex-form-bootstrap {
  width: 90%;
  margin: 0 auto;
}

.dis_fd_form .lisOfBank .mr30 {
  margin-top: 50px;
}

table thead td {
  background: #005387;
  color: #fff;
  width: 80px;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  border: 1px solid #333;
}

.article_newsLetter .content-block {
  line-height: 20px;
}

.article_newsLetter .content-block + span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  margin-top: 5px;
}

.ns_error {
  display: block;
  margin-top: 7px;
  color: #de0303;
  font-size: 12px;
}

.ns_error.ns_success {
  color: #2dc35c !important;
}

.newsLetter_box .ns_Letter {
  width: 90%;
}

.trande_table table tbody td {
  color: #333;
  width: 80px;
  padding: 8px 0;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  border: 1px solid #333;
  font-size: 12px;
}

.trande_table table tbody td:first-child {
  background: #005387;
  text-align: left;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.tabletitle {
  margin: 10px 0 10px;
}

.tabletitle_equl {
  margin: 10px 0;
}

.searchBycode.InnerPage {
  vertical-align: top;
}

.searchBycode.InnerPage .tabletitle {
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
}

.trande_table {
  margin: 20px 0 30px;
  overflow: auto;
}

.orangebg .forex-form-bootstrap .btn {
  padding: 8px 0;
}

.selectBank,
.selectBank_table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.desginStyle::after,
.selectBank::after {
  content: "";
  display: block;
  clear: both;
}

.dis_fd_form .calculatorsBox.list_typeA .titleText {
  text-transform: uppercase;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.sb {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -311px;
}

.sbcate .calculatorsBox ul.list-calculator li a.sb {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -311px;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.it {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -382px;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.other {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -457px;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.saving {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -841px;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.save_reg {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -701px;
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.save_act {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -771px;
}

.dis_fd_form .forAlign input,
.dis_fd_form .forAlign select {
  display: inline-block;
  width: 49%;
}

.dis_fd_form .forAlign select.selPeriod {
  float: right;
}

label.fdtime.srt {
  text-transform: uppercase;
  margin-right: 20px;
}

.btn.calculate {
  width: 105px;
  text-align: center;
}

.boxMulti label {
  display: block;
}

.boxMulti input,
.boxMulti select {
  display: inline-block;
  width: 49%;
}

.radio_g {
  margin-right: 7px;
}

h2.white.underline {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  display: block;
  margin-top: 0;
  line-height: normal;
  padding-bottom: 10px;
}

.white.inr.fig {
  font-size: 40px;
}

.white.inr.fig:before {
  content: "₹";
  padding-right: 10px;
  font-size: 40px;
}

.goldDailyStatus td {
  font-size: 14px;
  border: 1px solid #ccc;
}

.goldDailyStatus td.lightblue table td {
  border: 0;
}

.calculate_result {
  display: none;
  text-align: center;
}

.calculate_result .h1 {
  color: #005387;
  line-height: normal;
}

.newsSection {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 30px 0 15px;
  width: 100%;
}

.newsSection .artclerghtblueheading {
  color: #005387;
  text-align: center;
  text-transform: uppercase;
}

.newsSection .newsUl {
  list-style: outside none none;
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px 0 0;
  width: 100%;
}

.newsSection .newsUl .childDiv {
  margin: 2%;
  padding: 0 2%;
  width: 100%;
}

.newsSection .newsUl .childDiv:first-child {
  margin-left: 0;
}

.newsSection .newsUl .childDiv:last-child {
  margin-right: 0;
}

.newsSection .newsUl .childDiv a.title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.newsSection .newsUl .childDiv a.title:hover {
  text-decoration: underline;
}

.newsSection .newsUl .childDiv a.graybutton {
  background: #fff url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 58px -225px;
  border: 1px solid #ffa22b;
  color: #ffa22b;
  font-size: 10px;
  padding: 5px 15px 4px 8px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none;
  border-radius: 0;
}

.newsSection .newsUl .childDiv a.graybutton:hover {
  background: #ffa22b url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 56px -225px;
  color: #fff;
  text-decoration: none !important;
}

.icnSprite {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 0 0;
}

.error {
  border: 1px solid red;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

h2.ins_title {
  background-position: 0 -64px;
  color: #005387;
  display: inline-block;
  padding-left: 45px;
}

h2.ins_title + hr {
  display: none;
}

.owl-controls .owl-nav {
  height: 50px;
  margin: 0 auto;
  width: 90px;
}

.owl-controls .owl-prev {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 0 -104px;
  height: 40px;
  text-indent: -2000px;
  width: 43px;
}

.owl-controls .owl-next {
  background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 0 -160px;
  float: right;
  height: 40px;
  text-indent: -2000px;
  width: 43px;
}

.calculate_result .row {
  text-align: center;
  width: 100%;
}

.calculate_result p {
  font-size: 14px;
  margin: 16px 0 10px;
}

.calculate_result .h1,
.calculate_result h1 {
  font-size: 18px;
}

.calculate_result.diff p {
  color: #005387;
  text-transform: uppercase;
}

.compare td div:first-child {
  font-size: 12px;
  color: #f90;
}

.compare td div:last-child {
  font-size: 12px;
  color: #333;
  font-weight: 600;
}

.listOfBankifsc ul {
  display: table;
  width: 100%;
}

.listOfBankifsc ul li {
  margin: 0 5px;
  transition: all 0.2s ease-in;
}

.listOfBankifsc ul li:hover {
  background: #337ab7;
  color: #fff;
}

.listOfBankifsc ul li:hover a {
  color: #fff;
}

.Heading {
  margin: 25px 0 10px 0;
}

.content-block {
  padding: 4px 0 2px 0;
  color: #005387;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #005387;
  display: inline-block;
}

.scrollLeft {
  max-height: 290px;
  overflow-y: auto;
}

.scrollLeft li {
  padding: 0 0 10px 25px;
  position: relative;
  font-size: 14px;
}

.scrollLeft li a {
  line-height: normal;
}

.scrollLeft li a:before {
  content: "➜";
  position: absolute;
  left: 5px;
}

.table.table.table-hover.table-inverse.goldDailyStatus {
  text-align: center;
}

.table.table.table-hover.table-inverse.goldDailyStatus td.lightblue {
  text-transform: uppercase;
  text-align: center;
}

.table.table.table-hover.table-inverse.goldDailyStatus td.lightblue * {
  color: #fff;
}

.fullwidth select {
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  border: 2px solid #64ccf3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/templates/policybazaar/images/down-arrow.png) no-repeat 95% center;
  font-size: 14px;
}

#searchbybank.form-control {
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: none;
  min-height: 45px;
  border-radius: 30px;
}

.fullwidth {
  padding: 0 5px;
}

.data_ol {
  margin-left: 30px;
  list-style: decimal;
  font-size: 14px;
  line-height: 20px;
}

.data_ul {
  margin-left: 30px;
  list-style: disc;
  font-size: 14px;
  line-height: 20px;
}

.data_ol li,
.data_ul li {
  padding: 5px 0;
}

.item-contentpage .artcle_right_panel ul.jt_tabs li {
  padding: 7px;
}

.ifscpage .disForm.seoLandingPage {
  background-color: transparent;
  height: auto;
  margin: 20px 0 35px 0;
  display: block;
  box-shadow: none;
}

.ifscpage .disForm.seoLandingPage .rightContent {
  height: auto;
  padding: 0 !important;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv {
  background-color: #fff;
  border: 1px solid #64ccf3;
  border-radius: 4px;
  position: relative;
  max-width: 900px;
  box-shadow: 0 2px 21px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryDiv {
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px 0 #efefef;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueBtnColor {
  box-shadow: 0 2px 4px 0 #cacaca, 0 2px 10px 0 #b5b5b5;
  animation: none;
  left: auto;
  top: auto;
  position: static;
  margin: 0 0 0 15px;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .tc {
  padding: 0 10px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv ul.guaranteedInvestList {
  padding: 20px;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .ifscbanner_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 160px;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryDiv .err {
  position: static;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryDiv select {
  border-bottom-left-radius: 0;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv ul.guaranteedInvestList li .imgWidth {
  background: url(/cdn/images/bu/term-sticky-blue.png) no-repeat;
  background-size: contain;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt {
  font-size: 17px;
  color: #222;
  margin-left: 75px;
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt b {
  color: #ec7e5d;
}

.dis_fd_form .container-fluid.ifseCode.darkbrown {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkIfsc #btnifsccode {
  min-width: 109px;
}

.gr_return_plan {
  margin-top: 10px;
}

.gr_return_plan ul {
  margin-top: 5px;
}

.gr_return_plan ul li {
  margin: 2px 5px;
  width: 48%;
  display: block;
  float: left;
  list-style: disc;
  position: relative;
  padding-left: 18px;
}

.gr_return_plan ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 5px;
}

@media only screen and (max-width: 1024px) {
  .ifscpage .disForm.seoLandingPage .rightContent {
    width: 100%;
  }
  .contentPart .h2,
  .contentPart h2 {
    line-height: normal;
    font-size: 19px !important;
    margin: 10px 0 !important;
  }
  .landingPageFD .col-md-push-2.blk {
    left: 8.33%;
  }
  .formBlock .arrow {
    display: none;
  }
  #btnifsccode,
  .ns_formsubmit {
    width: 55%;
  }
  .dis_fd_form .searchBybranch .titleband .orange {
    width: 56.5%;
  }
  .dis_fd_form {
    font-size: 100%;
  }
  .dis_fd_form .searchBybranch .sp,
  .dis_fd_form .searchBycode .sp {
    width: 100%;
  }
  .dis_fd_form .searchBybranch {
    background-size: cover;
  }
  .dis_fd_form .searchBycode {
    background-position: bottom right;
    background-size: 100%;
  }
  .fd-page-wrap #topForm,
  .fd-page-wrap .searchBycode {
    width: 50%;
    margin: 0;
  }
  .fd-page-wrap #topForm {
    padding: 25px 15px 0;
  }
  .dis_fd_form .defaultBg {
    padding: 10px 2%;
  }
  .custombg {
    background: #fff;
  }
  .btn calculate_d {
    width: 100%;
  }
  .dis_fd_form.body_container {
    padding: 0;
  }
  .article_newsLetter,
  .bluebg.pos,
  .checkIfsc,
  .sidebar-links {
    max-width: 350px;
  }
  .ifseCode .defaultBg {
    margin: 0;
  }
  .row {
    margin: 0;
  }
  .fd-page-wrap #frmInv .formbox_new span {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .fd-page-wrap #frmInv #mob_feild2feild .cCode,
  .fd-page-wrap #frmInv #mob_feild2feild select,
  .fd-page-wrap #frmInv input {
    font-size: 13px;
  }
  .fd-page-wrap #frmInv input#invmobile {
    width: calc(100% - 136px);
  }
  .fd-page-wrap #frmInv #mob_feild2feild .cCode {
    width: 45px;
  }
  .fd-page-wrap #frmInv #mob_feild2feild select {
    width: 91px;
  }
  .fd-page-wrap #frmInv .loadingDiv {
    margin: 14px 0 10px;
  }
  .fd-page-wrap #frmInv .loaderProcess,
  .fd-page-wrap #frmInv .proceed {
    font-size: 12px;
    padding: 10px;
  }
  .fd-page-wrap #frmInv .loadingDiv .loader {
    top: -3px;
    width: 24px;
    height: 24px;
    top: -3px;
    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;
    right: 2%;
  }
  .fd-page-wrap #frmInv #mob_feild2feild {
    width: 136px;
  }
  .fd-page-wrap .formBlock .banner {
    min-height: 137px;
  }
  .fdBanner.fixed img {
    max-width: 470px;
    width: auto;
  }
  .investment-bg {
    max-width: 410px;
    display: inline-block !important;
  }
  .investment-bg.active.growth.formWrap {
    max-width: 100%;
    display: block !important;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt br,
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li .imgWidth {
    display: none !important;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li {
    text-align: center;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt {
    margin-left: 0;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 12px;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv ul.guaranteedInvestList {
    text-align: center;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .ifscbanner_logo {
    max-width: 115px;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueBtnColor.detailBtn {
    width: 140px;
    display: block;
    margin: 18px auto 0 auto;
  }
  .titleband h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 840px) and (min-width: 768px) {
  .dis_fd_form .searchBybranch .listBank_ifsc_detials p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 840px) {
  .dis_fd_form .searchBybranch .listBank_ifsc_detials p {
    font-size: 11px;
  }
  .bankWithIfsc li {
    width: auto;
    min-width: auto;
  }
  .dis_fd_form .fdWithbg .fixed-deposit-form .form-group,
  .dis_fd_form .fdWithbg .fixed-deposit-form .maxl,
  .dis_fd_form .fdWithbg .fixed-deposit-form h1 {
    position: relative;
    z-index: 10;
  }
  .dis_fd_form .searchBycode .form-for-fd {
    margin: 0 auto;
  }
  .dis_fd_form .searchBycode .orange.bld {
    line-height: 20px;
  }
  .ifseCode .result .h1.endresult {
    text-align: left;
  }
  .dis_fd_form .searchBybranch .titleband .blue {
    padding: 11px 0 12px;
    font-size: 18px;
  }
  .dis_fd_form .searchBybranch .titleband .orange {
    width: 54.5%;
  }
  .dis_fd_form .searchBybranch .listBank_ifsc_detials h3,
  .dis_fd_form .searchBybranch .listBank_ifsc_detials h3 p {
    font-size: 16px;
  }
  .borderStyle .info:nth-child(2) {
    border: 0;
  }
  .content > .row {
    margin: 0;
  }
  .dis_fd_form .searchBybranch .sp,
  .dis_fd_form .searchBycode .sp {
    width: 100%;
  }
  .calculate_result p {
    margin: 0 0 2px;
  }
  .gapIn {
    margin: 50px 0 0 10px;
  }
  .col-xs-12.gapIn {
    width: 83.33333333%;
  }
  .h1,
  h1 {
    font-size: 20px;
  }
  .h2,
  h2 {
    font-size: 16px;
    line-height: 40px;
  }
  .hidden-col-sm-12 {
    display: none;
  }
  .scrollLeft li a {
    line-height: 16px;
    font-size: 12px;
  }
  .dis_fd_form .fdWithbg {
    background: #fdc481 url("../../images/bu/ifsc_by_branch_code.webp") no-repeat bottom right;
  }
  .dis_fd_form .fdWithbg .fixed-deposit-form {
    width: 100%;
  }
  .dis_fd_form .searchBybranch .titleband .blue,
  .dis_fd_form .searchBybranch .titleband .orange {
    width: 50%;
  }
  .dis_fd_form .searchBybranch .titleband .blue h2 {
    margin: 0;
    line-height: 25px;
  }
  .resultBox .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
    border-bottom: 1px solid #ccc;
  }
  .dis_fd_form .popularBank {
    margin: 0 0 10px;
    line-height: normal;
  }
  .bluebg .forex-form-bootstrap {
    display: block;
    padding: 10px;
  }
  .white.inr.fig {
    font-size: 30px;
  }
  .white.inr.fig:before {
    content: "₹";
    padding-right: 3px;
    font-size: 30px;
  }
  .h2,
  h2 {
    line-height: normal;
  }
  .fd-page-wrap .disForm .rightContent {
    padding: 0 !important;
  }
  .fd-page-wrap .insuranceProvider .rightContent {
    padding: 0 !important;
  }
  .disForm .leftContent .arrow {
    display: none;
  }
  #topForm .investment.disForm .leftContent {
    display: none !important;
  }
  .formBlock .tc-popup {
    left: 7px;
    right: 6px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }
  .dis_fd_form .fdWithbg {
    background: rgba(148, 146, 146, 0.6);
  }
  .fd-page-wrap .formBlock .banner .banner-text {
    left: 59%;
  }
}
@media only screen and (max-width: 740px) {
  .dis_fd_form .container-fluid.ifseCode.darkbrown {
    margin-top: 0;
  }
  .titleband h2 {
    text-align: center;
  }
  .dis_fd_form .searchBybranch .listBank_ifsc_detials {
    margin-bottom: 10px;
  }
  .dis_fd_form .container-fluid.ifseCode.darkbrown {
    background-size: cover;
  }
  .dis_fd_form .contentPart {
    margin: 20px 0;
  }
  .scrollLeft li a {
    font-size: 14px;
  }
  .fdpage_Section {
    width: 100%;
    margin: 0 auto !important;
  }
  .fd-left-right-panel .left {
    padding-right: 15px;
  }
  .contentPart,
  .left-right-content-wrap .contentPart {
    padding-right: 0;
  }
  .fdpage_Section .form-control {
    width: 100%;
  }
  .item-contentpage .artcle_right_panel ul.jt_tabs li {
    padding: 7px;
  }
  .brown {
    width: 40%;
  }
  .mod_jt_tabs {
    display: block;
  }
  .dis_fd_form .searchBybranch,
  .dis_fd_form .searchBybranch.ifscpage,
  .dis_fd_form .searchBycode,
  .fd-page-wrap #topForm {
    float: none;
    width: 100%;
    padding: 0 6px;
    margin: 0;
  }
  .fd-page-wrap .formBlock {
    float: none;
    margin: 0 auto;
    max-width: 412px;
  }
  .dis_fd_form .container-fluid.ifseCode,
  .dis_fd_form .container.forexData {
    display: inline-block;
  }
  .dis_fd_form .searchBybranch.ifscpage {
    padding: 10px 0;
  }
  .tabletitle {
    margin-top: 0;
  }
  .dis_fd_form .searchBycode .boxyWrap {
    margin-bottom: 10px;
  }
  .dis_fd_form .mod_jt_tabs {
    margin: 3em 14px;
  }
  .calculatorsBox.list_typeA {
    margin: 0 14px;
  }
  .borderStyle .info,
  .fd_bankwise .content,
  .fd_bankwise.innerpage_table .content {
    border: 0;
  }
  .fd_bankwise.innerpage_table {
    background: #fff;
    padding: 9px 0;
  }
  .fd_bankwise.innerpage_table .borderStyle .info {
    border: 0;
  }
  .fd_bankwise.innerpage_table .borderStyle .info .alignMent {
    border-bottom: 1px solid #005387;
  }
  .fd_bankwise.innerpage_table .borderStyle .info:last-child .alignMent {
    border-bottom: none;
  }
  .dis_fd_form .fdWithbg .fixed-deposit-form .inner {
    max-width: 400px;
  }
  .fd-page-wrap .formBlock .banner {
    min-height: 155px;
  }
  .dis_fd_form .fdWithbg .fixed-deposit-form .inner {
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li {
    margin-bottom: 10px;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryWidth {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .calculate_result p {
    font-size: 11px;
  }
  .ifseCode .h6 {
    font-size: 20px;
  }
  .dis_fd_form .searchBycode .orange {
    margin: 25px 0 10px;
  }
  .dis_fd_form .tabPadding .mod_jt_tabs {
    margin: 30px 0 0 0;
  }
  .show-text {
    display: none !important;
  }
  .gapIn {
    margin: 0;
  }
  .dis_fd_form .desginStyle .calci {
    width: 100%;
    margin: 50px 0 50px 0;
    max-width: 370px;
  }
  .borderStyle .info,
  .fd_bankwise .content,
  .fd_bankwise.innerpage_table .content {
    border: 0;
  }
  .fd_bankwise.innerpage_table {
    background: #fff;
    padding: 9px 0;
  }
  .fd_bankwise.innerpage_table .borderStyle .info {
    border: 0;
  }
  .fd-page-wrap #frmInv {
    padding: 10px;
  }
  .fd-page-wrap .formBlock .banner {
    min-height: 151px;
  }
  .formBlock .banner .tc-link {
    font-size: 9px;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .ifscbanner_logo {
    max-width: 100px;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueBtnColor {
    display: block;
    margin: 18px auto 0 auto;
  }
  .ifscpage .bankWithIfsc li {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ifseCode .h6 {
    font-size: 16px;
  }
  .fdpage_Section {
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
  }
  .mod_jt_tabs {
    width: 100%;
  }
  .item-contentpage .artcle_right_panel .jt_box {
    width: 100%;
  }
  .landingPageFD .fdpage_Section {
    margin-left: 0;
  }
  .landingPageFD .col-md-push-2.blk {
    left: 8.33%;
  }
  #bluebgform {
    width: 100%;
  }
  .dis_fd_form .searchBybranch .sp,
  .dis_fd_form .searchBycode .sp {
    width: 100%;
  }
  .dis_fd_form .searchBybranch .titleband .blue h2 {
    font-size: 14px;
  }
  .dis_fd_form .searchBycode {
    background-position: contain right;
    background-size: contain;
    margin-top: 20px;
  }
  .dis_fd_form .mod_jt_tabs {
    width: 100%;
  }
  .lisOfBank.half ul {
    width: 100%;
  }
  .bankWithIfsc li {
    display: block;
  }
  .lisOfBank.half ul li {
    width: 100%;
  }
  .trande_table {
    max-width: 430px;
    overflow-x: auto;
  }
  .dis_fd_form .desginStyle .orangebg.pos {
    width: 100%;
    margin: -1px;
    left: 1px;
    position: inherit;
    padding: 0 10px;
    height: 100%;
  }
  .dis_fd_form .desginStyle .calci {
    width: 100%;
    margin: 50px 0 50px 0;
  }
  .calculate,
  .calculate_d {
    padding: 10px 0 !important;
  }
  .bluebg .forex-form-bootstrap .calculate_compare_result table th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th {
    vertical-align: middle;
    text-align: center;
  }
  .col-xs-8.blk {
    width: 100%;
    margin-left: 0;
  }
  .calculate_result .h1 {
    font-size: 15px;
  }
  .h1,
  h1 {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .ifseCode .h1 {
    margin: 10px 10px 10px;
    font-size: 34px;
  }
  .fd-page-wrap .formBlock .banner {
    min-height: 125px;
  }
  .fdBanner.fixed img {
    max-width: 100%;
  }
  .fd-page-wrap #frmInv .loadingDiv .loader {
    right: 2%;
  }
}
@media only screen and (max-width: 440px) {
  .fdpage_Section {
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
  }
  .col-xs-6.left0.result {
    width: 100%;
  }
  .dis_fd_form .fdWithbg .fixed-deposit-form .inner {
    width: 90%;
    max-width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
  .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt {
    font-size: 14px;
  }
  .navbookMark {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .navbookMark .bookmarkBtn {
    width: 48%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .arrow-up {
    display: none;
  }
  .dis_fd_form .searchBybranch .sp,
  .dis_fd_form .searchBycode .sp {
    width: 100%;
  }
  .dis_fd_form .searchBybranch .titleband .blue {
    width: 80%;
  }
  .dis_fd_form .searchBybranch .titleband .orange {
    width: 20%;
  }
  .contentPart {
    margin-right: 0;
  }
  #ifscdetail tr td:first-child {
    width: 35%;
  }
  #ifscdetail {
    width: 100%;
  }
  h2.text-uppercase.bld {
    line-height: 17px;
    font-size: 20px;
  }
  .fd-page-wrap .formBlock .banner {
    min-height: 102px;
  }
  .fd-page-wrap .formBlock .banner .banner-text .leftSection h1,
  .fd-page-wrap .formBlock .banner .banner-text .leftSection h2,
  .fd-page-wrap .formBlock .banner .banner-text .title,
  .leftSection .fd-page-wrap .formBlock .banner .banner-text h1,
  .leftSection .fd-page-wrap .formBlock .banner .banner-text h2 {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .fd-page-wrap .formBlock .banner .banner-text p {
    line-height: normal;
    font-size: 10px;
  }
  .fd-page-wrap .formBlock .banner .banner-text {
    left: 52%;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.text-center {
  text-align: center;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

#sip-calculator {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
}

#sip-calculator .leftSection h1,
#sip-calculator .leftSection h2,
#sip-calculator .title,
.leftSection #sip-calculator h1,
.leftSection #sip-calculator h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

#sip-calculator .leftSection h1.center,
#sip-calculator .leftSection h2.center,
#sip-calculator .title.center,
.leftSection #sip-calculator h1.center,
.leftSection #sip-calculator h2.center {
  text-align: center !important;
}

#sip-calculator .sipc {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}

@media only screen and (max-width: 440px) {
  #sip-calculator .sipc {
    padding: 20px 15px;
  }
}
#sip-calculator .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}

#sip-calculator .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto;
  list-style: none;
  justify-content: center;
}

#sip-calculator .tenure li {
  margin-right: 20px;
}

#sip-calculator .tenure li:last-child {
  margin-right: 0;
}

#sip-calculator .tenure li a {
  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 a.active,
#sip-calculator .tenure li a:hover {
  background: #3197f3;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  #sip-calculator .tenure li {
    margin-right: 5px;
  }
  #sip-calculator .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
}
#sip-calculator .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sip-calculator .sip-form .input-wrapper {
  width: 45%;
  margin-right: 10%;
  position: relative;
  margin-bottom: 15px;
}

#sip-calculator .sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  #sip-calculator .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
#sip-calculator .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator .sip-form .infotext {
  font-size: 12px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
  top: auto;
  right: auto;
  background: 0 0;
  padding: 0 0 0 15px;
  border-radius: 0;
}

#sip-calculator .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}

#sip-calculator .sip-form .infotext .stayyear:before,
#sip-calculator .sip-form .infotext .yearon:before {
  display: block;
}

#sip-calculator .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}

#sip-calculator .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/bu/down-arrow.svg) no-repeat 93% center;
}

#sip-calculator .sip-form input[type=text]::-ms-clear {
  display: none;
}

#sip-calculator .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
}

#sip-calculator .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}

#sip-calculator .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}

#sip-calculator .sip-form input:focus {
  outline: 0;
}

#sip-calculator .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator .sip-form .rupeeicon {
  position: absolute;
  top: 12px;
  left: 17px;
}

#sip-calculator .sip-form .err {
  font-size: 12px;
  color: red;
  display: block;
  margin: 5px;
}

#sip-calculator .totalWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}

#sip-calculator .totalWrap .amount_you_get.box,
#sip-calculator .totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}

#sip-calculator .totalWrap .amount_you_receive.box {
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}

#sip-calculator .totalWrap .amount_you_get.box {
  margin-right: 67px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}

@media screen and (max-width: 768px) {
  #sip-calculator .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
}
#sip-calculator .totalWrap .amount_you_get,
#sip-calculator .totalWrap .amount_you_receive {
  font-weight: 400;
}

#sip-calculator .totalWrap .amount_you_get span,
#sip-calculator .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

#sip-calculator .totalWrap .amount_you_get .amt,
#sip-calculator .totalWrap .amount_you_get .investedamt,
#sip-calculator .totalWrap .amount_you_receive .amt,
#sip-calculator .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator .totalWrap .amount_you_get .overyear,
#sip-calculator .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}

#sip-calculator .totalWrap .amount_you_get .intrest,
#sip-calculator .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator .totalWrap .amount_you_get .amt,
  #sip-calculator .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
  #sip-calculator .totalWrap .amount_you_get totalWrap .amount_you_get .amt,
  #sip-calculator .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt,
  #sip-calculator .totalWrap .amount_you_receive totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
#sip-calculator .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 35px auto 20px;
}

#sip-calculator .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  background: #fd4705;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}

@media only screen and (max-width: 480px) {
  #sip-calculator .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
#sip-calculator_graph {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
  margin: 30px 0;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator_graph {
    margin: 0 0 20px 0;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
}
#sip-calculator_graph .leftSection h1,
#sip-calculator_graph .leftSection h2,
#sip-calculator_graph .title,
.leftSection #sip-calculator_graph h1,
.leftSection #sip-calculator_graph h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}

#sip-calculator_graph .sipc {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}

@media only screen and (max-width: 440px) {
  #sip-calculator_graph .sipc {
    padding: 20px 15px;
  }
}
#sip-calculator_graph .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
}

#sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
  width: 50%;
  padding: 0 25px 0 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .sipc .calculator_with_graph {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
    padding: 0;
  }
}
#sip-calculator_graph .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}

#sip-calculator_graph .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
  list-style: none;
  justify-content: center;
}

#sip-calculator_graph .tenure li {
  margin-right: 8px;
}

#sip-calculator_graph .tenure li:last-child {
  margin-right: 0;
}

#sip-calculator_graph .tenure li .tenure-tab {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator_graph .tenure li .tenure-tab.active,
#sip-calculator_graph .tenure li .tenure-tab:hover {
  background: #3197f3;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph .tenure li {
    margin-right: 5px;
  }
  #sip-calculator_graph .tenure li .tenure-tab,
  #sip-calculator_graph .tenure li a,
  #sip-calculator_graph .tenure li span {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .tenure li a,
  #sip-calculator_graph .tenure li span {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
}
#sip-calculator_graph .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sip-calculator_graph .sip-form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#sip-calculator_graph .sip-form .input-wrapper.withlable {
  margin-bottom: 33px;
}

#sip-calculator_graph .sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
#sip-calculator_graph .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
  font-weight: 400;
}

#sip-calculator_graph .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  font-weight: 400 !important;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator_graph .sip-form .infotext {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
}

#sip-calculator_graph .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}

#sip-calculator_graph .sip-form .infotext.stayyear,
#sip-calculator_graph .sip-form .infotext.yearon {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  color: #253858;
  opacity: 60%;
  background: #f0f3f9;
  padding: 5px 8px;
  border-radius: 8px;
}

#sip-calculator_graph .sip-form .infotext.stayyear:before,
#sip-calculator_graph .sip-form .infotext.yearon:before {
  display: none;
}

#sip-calculator_graph .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}

#sip-calculator_graph .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/bu/down-arrow.svg) no-repeat 93% center;
}

#sip-calculator_graph .sip-form input[type=text]::-ms-clear {
  display: none;
}

#sip-calculator_graph .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  height: 54px;
}

#sip-calculator_graph .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}

#sip-calculator_graph .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}

#sip-calculator_graph .sip-form input:focus {
  outline: 0;
}

#sip-calculator_graph .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form .rupeeicon {
  position: absolute;
  top: 16px;
  left: 17px;
  color: #253858;
}

#sip-calculator_graph .sip-form .err {
  font-size: 10px;
  color: red;
  display: block;
  margin: 5px;
}

#sip-calculator_graph .totalWrap {
  width: 50%;
  padding: 0 0 0 15px;
  height: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap {
    width: 100%;
    padding: 0;
  }
}
#sip-calculator_graph .totalWrap .widgetAmtGet_result {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#sip-calculator_graph .totalWrap .widgetAmtGet_result.box {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #sip-calculator_graph .totalWrap .widgetAmtGet_result {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result .box {
    width: 100% !important;
    margin: 10px auto !important;
  }
}
#sip-calculator_graph .totalWrap .amount_you_get.box,
#sip-calculator_graph .totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}

#sip-calculator_graph .totalWrap .amount_you_receive.box {
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}

#sip-calculator_graph .totalWrap .amount_you_get.box {
  margin-right: 25px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}

@media screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
}
#sip-calculator_graph .totalWrap .amount_you_get,
#sip-calculator_graph .totalWrap .amount_you_receive {
  font-weight: 400;
}

#sip-calculator_graph .totalWrap .amount_you_get span,
#sip-calculator_graph .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

#sip-calculator_graph .totalWrap .amount_you_get .amt,
#sip-calculator_graph .totalWrap .amount_you_get .investedamt,
#sip-calculator_graph .totalWrap .amount_you_receive .amt,
#sip-calculator_graph .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator_graph .totalWrap .amount_you_get .overyear,
#sip-calculator_graph .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}

#sip-calculator_graph .totalWrap .amount_you_get .intrest,
#sip-calculator_graph .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator_graph .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
#sip-calculator_graph .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 20px auto 10px;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
}

@media only screen and (max-width: 480px) {
  #sip-calculator_graph .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
#sip-calculator_graph.sip-rhs-sticky {
  position: sticky;
  top: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: 0 0;
  background: 0 0;
  margin: 0 auto;
  width: 342px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 55%;
  }
}
@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 99%;
  }
}
#sip-calculator_graph.sip-rhs-sticky .title {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .title {
    margin-bottom: 10px;
  }
}
#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;
}

@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky .tenure {
    margin: 0 auto 30px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab,
#sip-calculator_graph.sip-rhs-sticky .tenure li a {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  color: #253858;
  border-color: #b3bac5;
}

#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab:hover,
#sip-calculator_graph.sip-rhs-sticky .tenure li a:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}

#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab.active,
#sip-calculator_graph.sip-rhs-sticky .tenure li a.active {
  color: #fff;
  border-color: #3197f3;
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv {
  margin: 5px auto 10px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv .sipcalculate {
  border-radius: 8px;
  padding: 9px;
}

#sip-calculator_graph.sip-rhs-sticky .sipc {
  padding: 10px 0;
  padding-top: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky .sipc {
    padding: 10px 0;
  }
}
#sip-calculator_graph.sip-rhs-sticky .sipc .calculator_with_graph {
  flex-direction: column;
}

#sip-calculator_graph.sip-rhs-sticky .sipc .sipc_all_input {
  width: 100%;
  padding: 0;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
    margin-bottom: 13px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .sip-form label {
  top: -10px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form input {
  height: 46px;
  border-radius: 8px;
  color: #253858;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .rupeeicon {
  top: 12px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext {
  background-color: #eaf1ff;
  font-size: 12px;
  color: #253858;
  padding: 6px 8px;
  border-radius: 4px;
  top: 4px;
  display: none;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext::before {
  display: none;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.stayyear,
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.yearon {
  display: block;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap {
  width: 100%;
  padding: 0;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
  flex-direction: row;
  width: 100%;
  padding: 0;
  border: 1px solid #36b37e;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #e3fcef;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
    padding: 4px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
    width: 50% !important;
  }
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box:last-child {
  margin-bottom: 0;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box span {
  color: #505f79;
  opacity: 1;
  padding: 2px 10px;
  line-height: 20px;
  border-right: 1.2px solid #d3e8eb;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box .amt {
  color: #253858;
  font-size: 20px;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box .amt {
  font-size: 20px;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box span {
  color: #00875a;
  padding: 2px 10px;
  line-height: 20px;
  opacity: 1;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .sip-loadingDiv {
  margin: 10px 0;
}

#sip-calculator_graph.sip-rhs-sticky .widgetAmtGet_wrapper .graph {
  display: none;
}

#sip-calculator_graph.new {
  background: #f2f2f2 0 0 no-repeat padding-box;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new {
    padding: 15px 0 25px;
    width: auto;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
    margin: 12px;
    max-width: 100%;
  }
}
#sip-calculator_graph.new .title {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .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: 16px;
  line-height: 21px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .title span {
    font-size: 10px;
    line-height: 16px;
  }
}
#sip-calculator_graph.new .sipc {
  background: #fff;
  padding: 32px 20px 26px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc {
    box-shadow: none;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph {
    flex-direction: column;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
  width: 48%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure {
  flex-wrap: nowrap;
  margin: 0 auto 24px auto;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li {
  margin-right: 10px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li:last-child {
  margin: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a {
  color: #0065ff;
  border: 1px solid #0065ff;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 700;
  width: 81px;
  line-height: 24px;
  text-align: center;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a.active {
  background: #0065ff;
  color: #fff;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a.active,
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a:hover {
  background: #0065ff;
  color: #fff;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form input.valid + label {
  top: -10px;
  left: 10px;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form input.valid + label {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form label {
  font-weight: 500;
  transition: all 0.15s ease-in-out 0s;
  letter-spacing: 0;
  color: #14233b;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form label {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .rupeeicon {
  top: 15px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider {
  width: 100%;
  margin-bottom: 35px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider:last-child {
  margin-bottom: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 0 0 25px;
}

#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: 135px;
  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: -24px;
  font-size: 10px;
  right: 0;
  letter-spacing: 0;
  color: #c10000;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #00c134 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 2px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-invested-years,
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-investment-years,
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-rate-of-return {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step {
  position: relative;
  top: 7px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span {
  font-size: 12px;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  line-height: 22px;
  font-weight: 700;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .disclaimer {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.8;
  font-size: 12px;
  line-height: 18px !important;
  margin: 30px 0 0;
  padding: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
  padding: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper .graph {
    display: none;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper .widgetAmtGet_result {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get,
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive {
    width: 48%;
    margin-top: 30px;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get .upcs,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive .upcs {
  font-weight: 500;
  padding: 16px 10px 25px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box {
  height: 140px;
  width: 140px;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .futurvalue,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .investedamt,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .futurvalue,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .investedamt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .afteryear,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .overyear,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .afteryear,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .overyear {
  font-size: 10px;
  margin: 22px 0 0;
}

#sip-calculator_graph.new .sip-loadingDiv {
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sip-loadingDiv {
    margin: 4px 0 0;
  }
}
#sip-calculator_graph.new .sip-loadingDiv .sipcalculate {
  background: #0164ff 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 15px;
  max-width: 180px;
}

.retirement_calculator {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    background: 0 0;
  }
}
.retirement_calculator .mobileimg {
  background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
  width: 100px;
  height: 100px;
  top: 30px;
  position: absolute;
  background-size: 100%;
  right: 10px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator .mobileimg {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .retirement_calculator .mobileimg {
    width: 80px;
  }
}
.retirement_calculator .backarrow {
  background: url(../../images/bu/back-arrow.svg) no-repeat left center;
  width: 100%;
  height: 30px;
  display: none;
}

.retirement_calculator .backarrow.retirement_form_step1 {
  display: block;
}

.retirement_calculator .retirement_calculator_heading {
  text-align: left;
  font-size: 18px;
  position: relative;
  margin-bottom: 7px;
  font-weight: 700;
  color: #263858;
}

@media only screen and (max-width: 768px) {
  .retirement_calculator .retirement_calculator_heading {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    margin: 0;
    width: 96%;
    margin: 0 auto;
    background: 0 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 320px) {
  .retirement_calculator .retirement_calculator_heading {
    font-size: 14px;
  }
}
.retirement_form_wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  min-height: 60px;
  padding: 15px 24px;
}

.retirement_form_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}

.retirement_form_wrapper .retirement_form {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .retirement_form {
    width: 100%;
  }
}
.retirement_form_wrapper .infographics {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .infographics {
    width: 100%;
  }
}
.retirement_form_wrapper .retirement_form_step1_heading {
  font-size: 18px;
  color: #0164ff;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    width: 210px;
  }
}
@media only screen and (max-width: 375px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    font-size: 14px;
    width: 160px;
  }
}
@media only screen and (max-width: 360px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .retirement_form_wrapper .retirement_form_step1_heading {
    width: 140px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.retirement_form_wrapper .retirement_form_step1_heading.two {
  display: none;
}

.retirement_form {
  position: relative;
}

.infographics {
  position: relative;
}

.infographics.step2_active {
  margin-top: -50px;
}

@media only screen and (max-width: 768px) {
  .infographics.step2_active {
    margin-top: 0;
  }
}
.infographics.step2_active .amt_you_reveived {
  border: 1px dashed #0862f6;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #263858;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .infographics.step2_active .amt_you_reveived {
    border: none;
  }
}
.infographics.step2_active .amt {
  font-size: 30px;
  display: block;
  padding: 12px;
  font-weight: 700;
  color: #0862f6;
}

.infographics.step2_active .amt .small {
  font-size: 16px;
}

.infographics.step2_active .intrest_calculated {
  font-size: 11px;
  color: #757575;
}

.infographics.step2_active .recalculate {
  display: block;
  text-align: center;
  color: #263858;
  font-weight: 600;
}

.infographics .img {
  background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
  width: 100%;
  height: 265px;
  top: -40px;
  position: relative;
  margin-bottom: 8px;
  background-size: 90%;
}

@media only screen and (max-width: 768px) {
  .infographics .img {
    display: none;
  }
}
.infographics .btn {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 10px auto 11px;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.infographics.step0_active {
  margin-top: 0;
}

.infographics.step0_active .amt_you_reveived {
  display: none;
}

.infographics.step0_active .recalculate {
  display: none;
}

.infographics.step0_active .continue {
  display: none;
}

.infographics.step1_active {
  margin-top: 0;
}

.infographics.step1_active .amt_you_reveived {
  display: none;
}

.infographics.step1_active .recalculate {
  display: none;
}

.infographics.step1_active .continue {
  display: block;
  margin-top: -20px;
}

.infographics.step2_active {
  position: relative;
}

.infographics.step2_active .img {
  background: url(../../images/bu/retirement_calc.png) no-repeat center right;
  width: 100%;
  height: 185px;
  background-size: 60%;
  top: -10px;
}

@media only screen and (max-width: 1024px) {
  .infographics.step2_active .img {
    width: 185px;
    height: 185px;
    background-size: 90%;
    margin: 0 0 0 auto;
  }
}
.infographics.step2_active .amt_you_reveived {
  display: block;
}

.infographics.step2_active .recalculate {
  display: block;
}

.infographics.step2_active .continue {
  display: block;
  margin: 18px auto 15px;
}

.retirement_feild_wrapper {
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .retirement_feild_wrapper {
    width: 100%;
  }
}
.retirement_feild_wrapper .age-of-retirement {
  position: absolute;
  bottom: 32px;
  right: 10px;
  background: #eef3fd;
  color: #0862f6;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.retirement_feild_wrapper .err {
  font-size: 10px;
  color: #d60404;
  position: relative;
  top: -10px;
}

.retirement_feild_wrapper .err.ext {
  top: 5px;
}

.retirement_feild_wrapper.mt-20 {
  margin-top: 25px;
}

.retirement_feild_wrapper .retirement_form_step1 .mt-20 .err {
  top: 5px;
}

.retirement_feild_wrapper label {
  color: #263858;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 5px 15px 55px;
  display: block;
  position: relative;
}

.retirement_feild_wrapper label.retirement_bg.ico2:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
  padding: 15px 5px 15px 35px;
  background: url(../../images/bu/bag-icon.png) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper label.retirement_bg.ico3:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  padding: 15px 5px 15px 35px;
  position: absolute;
  background: url(../../images/bu/calender-icon.png) no-repeat center center;
  background-size: 16px 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper input.text {
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #5e6c84;
  margin-bottom: 15px;
  line-height: 22px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.retirement_feild_wrapper input.text.rupeeicon {
  background: transparent url(../../images/bu/rupees-black-icon.svg) no-repeat 10px center;
  background-size: 10px 14px;
  padding: 12px 12px 12px 25px;
}

@media all and (-ms-high-contrast: none) {
  .retirement_feild_wrapper input.text.rupeeicon {
    padding: 12px 12px 14px 25px;
  }
  .retirement_feild_wrapper input.text.rupeeicon,
  .retirement_feild_wrapper input.text.rupeeicon ::-ms-backdrop {
    padding: 12px 12px 14px 25px;
  }
}
.retirement_feild_wrapper input.text.mb-0 {
  margin-bottom: 0;
}

.retirement_feild_wrapper .info_label {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #bbb;
  position: relative;
  padding-left: 15px;
}

.retirement_feild_wrapper .info_label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.retirement_feild_wrapper .expense_direct_select {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.retirement_feild_wrapper .expense_direct_select article {
  position: relative;
  width: 33%;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #50bcf2;
  box-sizing: border-box;
}

.retirement_feild_wrapper .expense_direct_select article .boxcolor {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: 0.5s ease;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  color: #0652dd;
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio]:checked ~ .boxcolor {
  background-color: #67a8ff;
  color: #fff;
}

.retirement_form_step2_heading {
  position: relative;
  color: #263858;
}

@media only screen and (max-width: 320px) {
  .retirement_form_step2_heading {
    width: 170px;
  }
}
.retirement_form_step2_heading strong {
  padding: 0 15px;
}

@media only screen and (max-width: 480px) {
  .retirement_form_step2_heading strong {
    padding: 0;
    display: block;
  }
}
.retirement_form_step2_heading strong .finalAmt {
  width: auto;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #263858;
  display: inline-block;
  padding-right: 10px;
}

.retirement_form_step2_heading strong .finalAmt input {
  border-bottom: 1px solid #ccc !important;
}

.retirement_form_step2_heading strong .finalAmt .err {
  position: absolute;
  font-size: 10px;
  color: red;
  width: 100%;
  line-height: 10px;
  padding-top: 3px;
}

.retirement_form_step2_heading strong input[type=text] {
  width: 100px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.retirement_form_step2_heading strong .editAmt {
  color: #0662f6;
  text-decoration: underline;
}

.retirement_form_step2_heading strong .editAmt:hover,
.retirement_form_step2_heading strong .editAmt:visited {
  color: #0662f6;
}

.retirement_form_step2 {
  position: relative;
}

.retirement_form_step2 .changeIntrest_rate {
  color: #263858;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}

.retirement_form_step2 .changeIntrest_rate span {
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 480px) {
  .retirement_form_step2 .changeIntrest_rate span {
    padding: 10px 0;
  }
}
.retirement_form_step2 .changeIntrest_rate span select {
  width: 80px;
  border: 1px dashed #0862f6;
  padding: 0 5px;
  border-radius: 5px;
  color: #0862f6;
  font-weight: 600;
}

.retirement_form_step2 .capital_improvement {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 30px 0;
  justify-content: space-between;
}

.retirement_form_step2 .capital_improvement .boxanimation {
  padding: 0;
  background-size: 200% 200%;
  border-radius: 8px 8px 0 0;
  background-image: linear-gradient(to top, #a72424 50%, transparent 50%);
  transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
  width: 15px;
  height: 90px;
  position: relative;
  top: -20px;
  margin: 0 10px 0 auto;
}

.retirement_form_step2 .capital_improvement .boxanimation.low {
  height: 40px;
  position: relative;
  top: 30px;
}

.retirement_form_step2 .capital_improvement .boxanimation.active {
  color: #fff;
  border-color: #6ab2fa;
  background-image: linear-gradient(to top, #6ab2fa 51%, transparent 50%);
  background-position: 0 100%;
  transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
}

@media only screen and (max-width: 768px) {
  .retirement_form_step2 .capital_improvement {
    padding: 0 30px 0;
  }
  .retirement_form_step2 .capital_improvement .boxanimation {
    margin: 0 10px 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .retirement_form_step2 .capital_improvement {
    padding: 0 0 0;
  }
}
.retirement_form_step2 .capital_improvement .final,
.retirement_form_step2 .capital_improvement .init {
  width: 40%;
  text-align: center;
  position: relative;
}

.retirement_form_step2 .capital_improvement .init .img {
  background: url("../../images/bu/young_age.svg") no-repeat center bottom;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}

.retirement_form_step2 .capital_improvement .final .img {
  background: url("../../images/bu/oldage.svg") no-repeat center bottom;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}

.retirement_form_step2 .capital_improvement .finalamt,
.retirement_form_step2 .capital_improvement .initamt {
  font-weight: 600;
  top: 30px;
  position: relative;
}

.retirement_form_step2 .capital_improvement .finalamt .small,
.retirement_form_step2 .capital_improvement .initamt .small {
  font-size: 10px;
}

.retirement_form_step2 .capital_improvement .finalamt {
  top: 0;
}

.retirement_form_step2 .capital_improvement .content {
  display: block;
  text-align: center;
}

.retirement_form_step2 .capital_improvement .content span {
  display: block;
}

.retirement_form_step2 .capital_improvement .content span.age_final,
.retirement_form_step2 .capital_improvement .content span.age_today {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.retirement_form_step2 .capital_improvement .content span.age {
  font-weight: 400;
  color: #757575;
  font-size: 10px;
  line-height: 16px;
}

.retirement_form_step0 .retirement_feild_wrapper label {
  padding: 20px 0 40px 75px;
  font-size: 18px;
  position: relative;
}

.retirement_form_step0 .retirement_feild_wrapper label .age-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 8px;
  position: absolute;
  background: url(../../images/bu/your-age-retirement.png) no-repeat center center;
  background-size: 40px 40px;
  left: 0;
  top: 35%;
  transform: translate(0, -50%);
}

.btn.next {
  width: 100%;
  background: #0662f6;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  margin: 30px auto 21px;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  .retirement_form_step0,
  .retirement_form_step1,
  .retirement_form_step2 {
    margin: 0 0 50px 0;
  }
}
.back {
  position: absolute;
  top: -60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .back {
    top: -85px;
  }
}
a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}

.investment-option-slider .option-slider.full {
  width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:visited {
  color: #0065ff;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}

@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

#policybazaar {
  width: 100%;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbinner ul.breadcrumb {
    width: 100%;
  }
}
.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
.rightSection {
  width: 100%;
}

.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
}

.rightSection.webp .allimg,
.rightSection.webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}

.rightSection .graphDiv img {
  max-width: 100%;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .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:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  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 .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  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;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
    display: none;
  }
  .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;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon,
.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;
}

.leftSection {
  width: 100%;
}

.leftSection h2.licpage-heading {
  margin: 0 0 10px;
}

.leftSection .topPlanContent {
  width: 100%;
}

.leftSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 10px;
}

.leftSection .graphDiv img {
  max-width: 335px;
  width: 100%;
}

.leftSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .graphDiv.first {
    margin: 20px;
  }
}
.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  display: block;
}

@media screen and (max-width: 1024px) {
  .leftSection .graphDiv {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 auto 20px;
    padding: 16px 0 3px;
    clear: both;
    display: block;
    text-align: center;
  }
  .leftSection .graphDiv img {
    max-width: 400px;
    width: 100%;
  }
}
@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;
  }
}
#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

.you-may-like {
  clear: both;
  width: 100%;
}

.you-may-like ul.article_like li .image-box {
  display: table-cell;
  height: 50px;
  width: 90px;
}

.you-may-like .icnSprite {
  font-size: 20px !important;
  padding-bottom: 10px;
  background: 0 0;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
  text-transform: capitalize;
  color: #014667 !important;
  clear: both;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.you-may-like .icnSprite::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #014667;
  bottom: 0;
}

.you-may-like .article_like {
  list-style: none;
  font-weight: 400;
}

.you-may-like .article_like li {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  clear: none;
}

.you-may-like ul.article_like li.lastLI {
  border: none;
}

.you-may-like .article_like .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.you-may-like .article_like a {
  display: block;
  padding: 0 0;
  color: #337ab7;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.you-may-like p {
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
}

.item-contentpage #car_article_leftpanel .you-maylike p {
  margin: 2px 0 0 0;
}

.youmaylike_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.article-info dl.article-info {
  margin: 0;
}

.you-may-like dd,
.you-may-like dt {
  color: #91919a;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.you-may-like ul.article_like li .image-box img {
  border: 1px solid #ddd;
  height: auto;
  padding: 1px;
  width: 100%;
}

.you-may-like ul.article_like li {
  border-bottom: 1px solid #ddd;
  clear: both;
  list-style: none;
  padding: 10px 0 10px 0;
}

.leftSection {
  -webkit-font-smoothing: antialiased;
}

.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;
}

@media only screen and (max-width: 1024px) {
  .leftSection .textbanner {
    height: auto;
    display: block;
    font-size: 24px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .textbanner {
    font-size: 20px;
  }
}
.leftSection .textbanner strong {
  display: block;
}

.leftSection .textbanner .fdbanner_text {
  line-height: 28px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .textbanner .fdbanner_text {
    margin-bottom: 10px;
    text-align: center;
  }
}
.leftSection .textbanner .knowmore {
  background: #fd4705;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
  .clearfix {
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .pensionPlanTableWrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .leftSection .pensionPlanTable {
    overflow: scroll;
    padding: 0 0;
    display: block;
    width: 980px;
    border: 1px solid #e8e6e6;
  }
}
.leftSection .planTable_title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 10px 0;
}

@media only screen and (max-width: 768px) {
  .leftSection .planTable_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .pensionPlanTable {
    width: 600px;
  }
}
.leftSection .pensionPlanTable {
  padding: 0 0;
  display: block;
  border: 1px solid #e8e6e6;
}

.leftSection .planTable {
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 0 0 5px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .planTable {
    width: 100%;
    max-width: 980px;
  }
}
.leftSection .planTable .saperator {
  color: #0652dd;
  font-size: 15px;
  text-align: center;
  padding: 2px 0;
  background: rgba(69, 107, 216, 0.5);
  font-weight: 600;
}

.leftSection .planTable .header {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.leftSection .planTable .header li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #efefef;
  padding: 13px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .header li .vs {
  background: #fff;
  padding: 0 3px;
  position: absolute;
  border-radius: 50%;
  font-weight: 400;
  font-size: 8px;
  right: 0;
  z-index: 1;
}

.leftSection .planTable .header li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #d4d4d4;
  right: 7px;
}

.leftSection .planTable .header li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  border-radius: 10px 0 0 0;
}

.leftSection .planTable .header li:first-child:after {
  display: none;
}

.leftSection .planTable .header li:last-child {
  text-align: center;
}

.leftSection .planTable .header li:last-child:after {
  display: none;
}

.leftSection .planTable .header.col5 li {
  width: 20%;
}

.leftSection .planTable .tablecontent {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.leftSection .planTable .tablecontent:after {
  content: "";
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: 1px;
  background-color: #efefef;
  left: 0;
  right: 0;
}

.leftSection .planTable .tablecontent li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .tablecontent li .yes {
  background: url(../../images/bu/investment/righttick.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.leftSection .planTable .tablecontent li .no {
  background: url(../../images/bu/investment/cross.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.leftSection .planTable .tablecontent li .infoicon {
  background: url(../../images/new-home/navigation_icon_img.png?v=12) no-repeat 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: -4px -231px;
  bottom: 0;
  right: -15px;
  cursor: pointer;
}

.leftSection .planTable .tablecontent li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #efefef;
  right: 7px;
}

.leftSection .planTable .tablecontent li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
}

.leftSection .planTable .tablecontent li:first-child:after {
  display: none;
}

.leftSection .planTable .tablecontent li:last-child {
  text-align: center;
}

.leftSection .planTable .tablecontent li:last-child:after {
  display: none;
}

.leftSection .planTable .tablecontent.col5 li {
  width: 20%;
}

.leftSection .kbowmoreButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #fd4705;
  padding: 9px;
  color: #fff;
  border-radius: 5px;
  margin: 30px auto 20px;
  cursor: pointer;
  border: 1px solid #fd4705;
  box-shadow: 1px 1px 5px #ccc;
}

@media only screen and (max-width: 768px) {
  .leftSection .kbowmoreButton {
    margin: 30px auto 20px;
  }
}
.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    margin: 40px 0;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:visited {
  color: #0065ff;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3cb1e4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43cd88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2f38cb;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
  background: #b97b93;
}

.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
  background: #ffc400;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box,
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .leftSection h1,
.investment-option-slider.travel .leftSection h2,
.investment-option-slider.travel .title,
.leftSection .investment-option-slider.travel h1,
.leftSection .investment-option-slider.travel h2 {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .leftSection h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.investment-option-slider.travel .title h2,
.leftSection .investment-option-slider.travel h1 h2,
.leftSection .investment-option-slider.travel h2 h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 0 3px 0 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .leftSection h1 h2,
  .investment-option-slider.travel.tw .leftSection h2 h2,
  .investment-option-slider.travel.tw .title h2,
  .leftSection .investment-option-slider.travel.tw h1 h2,
  .leftSection .investment-option-slider.travel.tw h2 h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}

@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

.rightSection .insurerBlock .insurerName.showhide {
  position: relative;
}

.card.calculator .stateCheck i,
.rightSection .insurerBlock .insurerName .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}

.rightSection .calculatorsList li a.showHideListing:after,
.rightSection .insurerBlock.showHideListing:after {
  display: none;
}

.linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
  border-radius: 50%;
}

.linkshow:hover {
  opacity: 1;
}

.linkshow:after,
.linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.linkshow:before {
  transform: rotate(90deg);
}

.linkshow:after {
  transform: rotate(0);
}

.linkshow.open:after {
  width: 0;
  height: 0;
}

.rightSection .calculatorsList li a.showHideListing {
  padding: 15px 0 15px 45px;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.rightSection .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}

.card.calculator .stateCheck {
  padding-left: 0;
}

.card.calculator,
.card.insurers {
  transition: all 0.3s ease-in;
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}

.rightSection .calculatorsList li .checkItem_list {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

.plan_your_investment_wrap {
  margin: 20px 0 0;
}

.leftSection .plan_your_investment_wrap h1,
.leftSection .plan_your_investment_wrap h2,
.plan_your_investment_wrap .leftSection h1,
.plan_your_investment_wrap .leftSection h2,
.plan_your_investment_wrap .title {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap {
    margin: 0;
  }
  .leftSection .plan_your_investment_wrap h1,
  .leftSection .plan_your_investment_wrap h2,
  .plan_your_investment_wrap .leftSection h1,
  .plan_your_investment_wrap .leftSection h2,
  .plan_your_investment_wrap .title {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .plan_your_investment_wrap h1,
  .leftSection .plan_your_investment_wrap h2,
  .plan_your_investment_wrap .leftSection h1,
  .plan_your_investment_wrap .leftSection h2,
  .plan_your_investment_wrap .title {
    margin-bottom: 0;
  }
}
.planyourinvestment_disclaimer {
  background: #efefef;
  font-size: 12px;
  width: 96%;
  margin: 0 auto 20px;
  text-align: left;
  padding: 3px 10px;
  border-radius: 0 1px 5px 5px;
  font-weight: 500;
}

.planyourinvestment_disclaimer a {
  color: #0662f6;
  display: inline-block;
  padding: 0 3px;
}

@media only screen and (max-width: 1024px) {
  .planyourinvestment_disclaimer {
    margin: 10px auto 0;
    background: 0 0;
    text-align: center;
  }
}
.invPlanWidget .block_content_wrapper {
  border: none;
  padding: 0;
  background: 0 0;
}

.plan_your_investment {
  width: 100%;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 5px;
  padding: 18px;
  min-height: 130px;
  max-width: 750px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment {
    box-shadow: none;
  }
}
@media only screen and (max-width: 1024px) {
  .plan_your_investment {
    max-width: 400px;
    padding-top: 0;
  }
}
.plan_your_investment .plan-feild {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}

.plan_your_investment .result-box {
  width: 32%;
  border-left: 1px solid #f1f3f5;
  margin-left: 3%;
}

.plan_your_investment .result-box .totalWrap {
  width: 190px;
  display: block;
  margin: 0 0 0 20px;
}

.plan_your_investment .result-box .amount_you_get {
  position: relative;
  top: -7px;
}

.plan_your_investment .result-box .amount_you_receive {
  display: none;
}

.plan_your_investment .result-box .amt {
  font-size: 20px;
  font-weight: 600;
  color: #0662f6;
  display: block;
}

.plan_your_investment .result-box .intrest {
  display: none;
}

.plan_your_investment .result-box span {
  font-size: 13px;
  font-weight: 600;
}

.plan_your_investment .result-box .intrest {
  font-size: 13px;
  display: inline;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment .result-box {
    width: 30%;
    margin-left: 0;
  }
  .plan_your_investment .result-box .totalWrap {
    width: 180px;
    margin: 0 0 0 25px;
  }
  .plan_your_investment .result-box .intrest,
  .plan_your_investment .result-box span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .plan_your_investment .result-box .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .plan_your_investment .result-box .intrest,
  .plan_your_investment .result-box span {
    font-size: 13px;
  }
  .plan_your_investment .result-box .amt {
    font-size: 26px;
  }
}
.plan_your_investment .result-box .viewplan {
  position: relative;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #fd4705;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  display: block;
  padding: 5px 10px;
  width: 80%;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .plan_your_investment .result-box .viewplan {
    max-width: 180px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .plan_your_investment .plan-feild {
    width: 100%;
  }
  .plan_your_investment .result-box {
    width: 100%;
    border: none;
    margin-top: 15px;
  }
  .plan_your_investment .result-box .totalWrap {
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .plan_your_investment .result-box .viewplan {
    width: 100%;
  }
}
.plan_your_investment .feildwrapper {
  width: 46%;
  margin-right: 4%;
  position: relative;
}

.plan_your_investment .feildwrapper label {
  color: #0662f6;
  font-weight: 500;
  font-size: 16px;
  margin: 5px 0 9px 0;
}

.plan_your_investment .feildwrapper input,
.plan_your_investment .feildwrapper select {
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #f1f3f5;
  font-weight: 600;
}

.plan_your_investment .feildwrapper input {
  padding-left: 15px;
}

.plan_your_investment .feildwrapper .err {
  display: block;
  font-size: 11px;
  color: #d00505;
}

.plan_your_investment .feildwrapper select {
  background-position: 100% center !important;
}

.plan_your_investment .feildwrapper #widgetInvTerm {
  padding: 6px 7px 7px 7px;
}

.plan_your_investment .feildwrapper:first-child:before {
  content: "₹";
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 19px;
}

.plan_your_investment .feildwrapper .yearon {
  background: #f0f3f9;
  padding: 5px;
  font-size: 12px;
  color: #253858;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  width: 70px;
  text-align: center;
  right: 20px;
  top: 34px;
}

.plan_your_investment .feildwrapper.multifeild input {
  display: inline;
  width: 65%;
  float: left;
}

.plan_your_investment .feildwrapper.multifeild select {
  display: inline;
  width: 35%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .plan_your_investment .feildwrapper.multifeild select {
    width: 25%;
  }
}
.plan_your_investment .feildwrapper.multifeild select {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  color: #887f7f;
  padding: 9px 0 8px;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment .feildwrapper input,
  .plan_your_investment .feildwrapper select {
    font-size: 13px;
    line-height: 28px;
  }
  .plan_your_investment .feildwrapper:first-child:before {
    font-size: 14px;
    top: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .plan_your_investment .feildwrapper {
    width: 100%;
    margin-right: 0;
  }
  .plan_your_investment .feildwrapper label {
    display: block;
    margin: 20px 0 0 0;
  }
  .plan_your_investment .feildwrapper:first-child:before {
    top: 56px;
  }
  .plan_your_investment .feildwrapper .yearon {
    top: 50px;
  }
}
.plan_your_investment .feildwrapper select:focus::-ms-value {
  background-color: transparent;
  color: #887f7f;
}

@media only screen and (max-width: 480px) {
  .bluebg .forex-form-bootstrap .calculate_compare_result table th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th {
    vertical-align: middle;
    text-align: center;
  }
}
.rightSection .fdcalculator .bluebg .calculate_compare_result {
  float: none;
}

.rightSection .fdcalculator .bluebg .calculate_compare_result .compare td div:first-child {
  font-size: 12px;
  color: #f90;
}

@media only screen and (max-width: 1024px) {
  .rightSection .fdcalculator .bluebg {
    max-width: 350px;
    margin: 10px auto 20px;
  }
}
.bluebg {
  background: #005387;
  margin-top: 20px;
}

.white {
  color: #fff;
}

.fd_bankwise .heading {
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px;
}

.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,
.news .boxcontent .morecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.news .boxcontent:last-child {
  border: none;
}

.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 .newstitle {
  margin: 0;
}

.news .datedon {
  font-size: 12px;
  margin: 0;
  position: relative;
}

.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,
.news .boxcontent .morecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.news .boxcontent:last-child {
  border: none;
}

@media screen and (max-width: 1024px) {
  .popular_article .headingWrapper.you_maylike_heading {
    margin-top: 76px !important;
  }
}
.nps-calculator-section {
  background: #f5f5f5 0 0 no-repeat padding-box;
  border-radius: 4px;
  padding: 28px 24px;
  position: relative;
}

@media (max-width: 767px) {
  .nps-calculator-section {
    padding: 28px 8px;
  }
}
.nps-calculator-section::after {
  position: absolute;
  content: "";
  background: url(../../images/bu/nps-calc-graphics.svg) no-repeat;
  right: 40px;
  top: 7px;
  height: 160px;
  width: 132px;
  z-index: 1;
}

@media (max-width: 767px) {
  .nps-calculator-section::after {
    right: 12px;
  }
}
.nps-calculator-section .nps-calculator-wrap {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
  position: RELATIVE;
}

.nps-calculator-section .nps-calculator-heading {
  letter-spacing: 0;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
  content: "";
  position: absolute;
  width: 94%;
  border-bottom: 1px dashed #333;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
    bottom: -3px;
  }
}
.nps-calculator-section .nps-calculator-body {
  padding: 18px 25px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nps-calculator-section .nps-calculator-body:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body {
    flex-direction: column;
    padding: 20px 25px;
  }
  .nps-calculator-section .nps-calculator-body:last-child {
    padding-bottom: 20px;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-inputs {
  width: 62%;
  text-align: center;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-inputs {
    width: 100%;
    text-align: left;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider {
  margin-bottom: 70px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider:last-child {
  margin-bottom: 57px;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider:nth-child(3) {
    margin-bottom: 50px;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading p {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  margin-right: 2px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 0.400000006px solid #707070;
  border-radius: 2px;
  width: 100px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 3.5px 0;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 11px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox {
  margin-top: 6px;
  text-align: center;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #eb0000 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 2px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content #custom-handle {
  background: url(../../images/bu/nps-calc-handle.svg) no-repeat center/contain;
  top: -10px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 24px;
  border: 0;
  margin-left: -18px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
  letter-spacing: 0;
  line-height: 21px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .error_box {
  display: none;
  font-size: 12px;
  color: red;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs {
  background: #eaf1ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px #c6c6c6;
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 13px;
  text-align: center;
  width: 30%;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output {
  margin-bottom: 27px;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output {
    width: 100%;
  }
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output:nth-child(3) {
    margin-bottom: 0;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .heading {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value {
  letter-spacing: 0;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.blue {
  border-bottom: 2px solid #0065ff;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.d-green {
  border-bottom: 2px solid #309f4e;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.green {
  border-bottom: 2px solid #0e9b86;
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.orange {
  border-bottom: 2px solid #f78631;
}

@media (max-width: 767px) {
  .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value {
    font-size: 18px;
  }
}
.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .round-of-value {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.nps-calculator-button {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #fd4705;
  cursor: pointer;
  border-radius: 4px;
  width: 250px;
  font-weight: 700;
  color: #fff;
  height: 40px;
  letter-spacing: 0;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  margin: 20px auto 0;
  display: block;
}

@media (max-width: 767px) {
  .nps-calculator-button.hide-mobile {
    display: none;
  }
}
.fd-calculator-section {
  background: #f5f5f5 0 0 no-repeat padding-box;
  margin-bottom: 0;
  border-radius: 4px;
  padding: 25px 18px 23px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .fd-calculator-section {
    padding: 0 8px 0;
  }
}
.fd-calculator-section::after {
  position: absolute;
  content: "";
  background: url(../../images/bu/fd-calc-graphics.svg) no-repeat;
  right: 97px;
  top: 43px;
  height: 75px;
  width: 94px;
}

@media (max-width: 1024px) and (orientation: landscape) {
  .fd-calculator-section::after {
    right: 138px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .fd-calculator-section::after {
    right: 136px;
  }
}
@media (max-width: 768px) {
  .fd-calculator-section::after {
    right: 97px;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section::after {
    display: none;
  }
}
.fd-calculator-section .fd-calculator-heading {
  letter-spacing: 0;
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-heading {
    margin-bottom: 12px;
  }
}
.fd-calculator-section .fd-calculator-body {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 18px 25px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body {
    flex-direction: column;
    padding: 18px 25px;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
  width: 64%;
  text-align: center;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
    width: 100%;
    text-align: left;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider:nth-child(3) {
    margin-bottom: 50px;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  letter-spacing: 0;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 0.400000006px solid #707070;
  border-radius: 2px;
  width: 100px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 5px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox {
  margin-top: 12px;
  text-align: center;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .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;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle {
  background: url(../../images/bu/nps-calc-handle.svg) no-repeat center/contain;
  top: -10px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  margin-left: -18px;
  height: 24px;
  border: 0;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
  letter-spacing: 0;
  line-height: 21px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .error_box {
  display: none;
  font-size: 12px;
  color: red;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
  background: #eaf1ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px #c6c6c6;
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 16px 13px 25px;
  text-align: center;
  width: 30%;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:first-child {
  border-right: 1px solid #ccc;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output.list {
  border: none;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 12px 30px;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
  margin-bottom: 37px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
    width: 33%;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:last-child {
    border-right: none;
  }
}
@media (max-width: 440px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
    width: 100%;
    border-right: none;
    margin: 10px 0;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .heading {
  letter-spacing: 0;
  color: #757575;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value {
  letter-spacing: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.blue {
  border-bottom: 2px solid #0065ff;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.d-green {
  border-bottom: 2px solid #309f4e;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.green {
  border-bottom: 2px solid #0e9b86;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.orange {
  border-bottom: 2px solid #f78631;
}

.fd-calculator-section .fd-calculator-button {
  background: #0a63f6 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
  border: 1px solid #0a63f6;
  margin-top: 17px;
  border-radius: 4px;
  width: 270px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.fd-calculator-section .fd-calculator-button.hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-button.hide-desktop {
    display: block;
    margin: 24px auto 0;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-button.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section.sip {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section.sip::after {
    display: none;
  }
}
.fd-calculator-section.sip .fd-calculator-body {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip .fd-calculator-body {
    padding: 18px 20px;
  }
}
.fd-calculator-section.sip .fd-calculator-body > ul {
  width: 100%;
  display: flex;
}

.fd-calculator-section.sip .fd-calculator-body > ul li {
  padding: 6px 0;
  border: 1px solid #0652dd;
  border-radius: 20px;
  background: #fff;
  color: #0652dd;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  font-weight: 700;
  width: 78px;
}

.fd-calculator-section.sip .fd-calculator-body > ul li.active {
  background: #0652dd;
  color: #fff;
}

.fd-calculator-section.sip .fd-calculator-body .fd-calculator-inputs {
  margin-top: 30px;
}

.fd-calculator-section.sip .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  margin-right: 10px;
}

.fd-calculator-section.sip .fd-calculator-body > div {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip .fd-calculator-body > div {
    flex-direction: column;
  }
}
.fd-calculator-section.rhs_widget {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  padding: 0 0 23px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
}

@media (max-width: 1024px) {
  .fd-calculator-section.rhs_widget {
    border-top: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
  }
}
.fd-calculator-section.rhs_widget:after {
  display: none;
}

.fd-calculator-section.rhs_widget .fd-calculator-heading {
  margin-bottom: 0;
  padding: 15px 20px 10px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body {
  box-shadow: none;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
  position: relative;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div {
  flex-direction: column;
  align-items: center;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-inputs,
.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
  width: 100%;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
    max-width: 360px;
    margin: 0 auto;
  }
}
.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output:first-child {
  border: none;
  margin: 0;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output:nth-child(2) {
  display: none;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
  display: flex;
  flex-wrap: wrap;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output {
  width: 50%;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output .value {
  font-size: 16px;
}

@media (max-width: 440px) {
  .fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output {
    margin: 0;
  }
}
.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  font-size: 12px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
  width: 80px;
}

.fd-calculator-section.rhs {
  border: 1px solid #d2d4dc;
  border-radius: 8px;
  font-style: normal;
  background: #fff;
  padding: 10px 20px;
}

.fd-calculator-section.rhs .output.list {
  display: none;
}

.fd-calculator-section.rhs.sticky {
  position: fixed;
  top: 100px;
  min-width: 342px;
}

@media only screen and (max-width: 1024px) {
  .fd-calculator-section.rhs .fd-calculator-outputs {
    max-width: 342px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .fd-calculator-section.rhs {
    border-radius: 0;
  }
}
.fd-calculator-section.rhs:after {
  display: none !important;
}

.fd-calculator-section.rhs .fd-calculator-heading {
  font-size: 16px;
}

.fd-calculator-section.rhs .fd-calculator-body {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  display: block;
}

.fd-calculator-section.rhs .fd-calculator-body .fd-calculator-inputs {
  width: 100%;
}

.fd-calculator-section.rhs .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 35px;
}

.fd-calculator-section.rhs .fd-calculator-button {
  margin-top: 34px;
}

.fd-calculator-section.rhs .fd-calculator-outputs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fd-calculator-section.rhs .fd-calculator-outputs .output {
  margin-bottom: 0;
  width: 50%;
}

.fd-calculator-section.rhs .fd-calculator-button {
  width: 240px;
}

.fd-calculator-section.rhs .fd-button-with-label {
  position: relative;
  margin-top: 20px;
  margin-bottom: 6px;
}

.fd-calculator-section.rhs .fd-button-with-label .highter-return-text {
  position: absolute;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #12a512;
  font-weight: 500;
  background: #e6fff0 0 0 no-repeat padding-box;
  border: 1px solid #12a512;
  border-radius: 4px 4px 0 0;
  padding: 6px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 160px;
  top: 0;
  border-bottom: none;
}

.fd-calculator-section.fixed {
  position: fixed;
  top: 100px;
  overflow: hidden;
  width: 342px;
}

@media only screen and (max-width: 1024px) {
  .fd-calculator-section.fixed {
    position: inherit;
    top: initial;
    overflow: auto;
  }
}
.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.new-top-plans-section {
  position: relative;
}

.new-top-plans-section .new-top-plans {
  height: auto;
  overflow: hidden;
  padding: 5px 20px 18px;
  margin-bottom: 40px;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .new-top-plans {
    background: #ededed;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans {
    margin-bottom: 0;
  }
}
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.new-top-plans-section .new-top-plans h3:before {
  content: "";
  height: 3px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading {
  display: flex;
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading {
    justify-content: space-between;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 16px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 16px;
  display: inline-block;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

.new-top-plans-section .new-top-plans .rest_plan {
  display: none;
}

.new-top-plans-section .new-top-plans .rest_plan.active {
  display: block;
}

.new-top-plans-section .new-top-plans .new-plan-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 15px 35px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: CENTER;
}

@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    padding: 15px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
  width: 180px;
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
  width: 120px;
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo + p:empty {
  display: none;
}

@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2) 0, #fff 100%) 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 4px;
  padding: 3px 10px 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #253858;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    display: flex;
    align-items: flex-start;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo img {
    max-width: 79px;
    height: auto;
    margin-right: 7px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    flex-direction: column;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin-top: 6px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
  font-size: 18px;
  line-height: 24px;
  color: #0065ff;
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
  width: 170px;
  border-left: 1px solid #f2f2f2;
  padding: 17px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
    width: 50%;
    padding: 20px 0 0;
    border: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .heading {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 13px;
  margin: 0 0 4px;
  font-weight: 600;
}

.new-top-plans-section .new-top-plans .new-plan-box .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}

.new-top-plans-section .new-top-plans .new-plan-box button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box button:after {
  border: solid #fff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 14px;
  content: "";
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box button {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box button::after {
    margin: 0 0 1px 5px;
  }
}
.new-top-plans-section .new-top-plans .rest-plans {
  display: none;
}

.new-top-plans-section .new-top-plans .view-plans {
  text-align: center;
}

.new-top-plans-section .new-top-plans .view-plans .view-plans-button {
  background: #dbf3ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #6cc1ea;
  cursor: pointer;
  border-radius: 20px;
  letter-spacing: 0.48px;
  color: #2e657f;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 11px 42px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .view-plans .view-plans-button {
    font-size: 14px;
    padding: 11px 35px;
  }
}
.growth-stroy {
  background: #f6f6f6 0 0 no-repeat;
  border-radius: 8px;
  position: relative;
  padding: 17px;
}

@media only screen and (max-width: 740px) {
  .growth-stroy {
    border-radius: 0;
  }
}
.growth-stroy .heading-h2 {
  font-size: 20px;
  color: #000;
  line-height: 20px;
  margin: 8px 0 14px 0;
  text-align: center;
  color: #000;
}

.growth-stroy .growth-stroy-wrap {
  background: #fff url("../../images/bu/mask-bg.png") no-repeat top center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background-size: 90%;
  border-radius: 8px;
  padding: 42px 42px 0;
}

.growth-stroy .growth-stroy-wrap .indian-economy-box {
  background: #fff url("../../images/bu/growth-india-bg.png") no-repeat bottom right;
  background-size: 100%;
  box-shadow: 0 3px 12px rgba(0, 118, 255, 0.1607843137);
  border-radius: 6px;
  margin: 60px 0 0 0;
  padding: 30px 50px 10px;
}

@media only screen and (max-width: 440px) {
  .growth-stroy .growth-stroy-wrap .indian-economy-box {
    background: #fff url("../../images/bu/mask-bg-mobile.svg") no-repeat bottom right;
    background-size: 100%;
  }
}
.growth-stroy .growth-stroy-wrap .indian-economy-box p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
}

.growth-stroy .growth-stroy-wrap .indian-economy-box p strong {
  font-weight: 700;
}

@media only screen and (max-width: 740px) {
  .growth-stroy .growth-stroy-wrap .indian-economy-box p {
    text-align: center;
  }
}
.growth-stroy .growth-stroy-wrap .indian-economy-box .flag-bg {
  width: 105px;
  height: 71px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 740px) {
  .growth-stroy .growth-stroy-wrap .indian-economy-box {
    margin: 0;
    padding: 30px 20px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .growth-stroy .growth-stroy-wrap {
    padding: 42px 12px 0;
  }
}
.growth-stroy .other-country-economy-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 42px 0 0 0;
}

.growth-stroy .other-country-economy-status .country-status {
  width: 31%;
  margin-right: 2%;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 20px rgba(0, 118, 255, 0.1607843137);
  border-radius: 6px;
  padding: 10px;
}

@media only screen and (max-width: 740px) {
  .growth-stroy .other-country-economy-status .country-status {
    width: 46%;
    margin: 0 2%;
  }
  .growth-stroy .other-country-economy-status .country-status:last-child {
    margin-right: 2%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .growth-stroy .other-country-economy-status .country-status {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .growth-stroy .other-country-economy-status .country-status:last-child {
    margin-right: 0;
    margin-top: 20px;
  }
}
.growth-stroy .other-country-economy-status .country-status:last-child {
  margin-right: 0;
}

.growth-stroy .other-country-economy-status .country-status p {
  font-size: 11px;
  line-height: 15px;
  color: #000;
}

.growth-stroy .other-country-economy-status .country-status p strong {
  font-weight: 700;
  display: block;
}

.growth-stroy .other-country-economy-status .country-status .cagr {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #07988a;
  font-weight: 500;
}

.growth-stroy .other-country-economy-status .country-status .flag-bg {
  display: block;
  width: 50px;
  height: 40px;
  margin-bottom: 5px;
}

.growth-stroy .source-trading {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #a8a8a8;
  line-height: 28px;
  padding: 10px;
  border-top: 1px dashed #707070;
  margin: 0 -42px;
}

@media only screen and (max-width: 1024px) {
  .growth-stroy .source-trading {
    margin: 0 -12px;
  }
}
.growth-stroy .boxbtn {
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #fff;
  margin: 30px auto 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  display: block;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  max-width: 297px;
}

.growth-stroy .flag-bg {
  background: url("../../images/bu/flags.svg") no-repeat;
  background-size: 200px 200px;
}

.growth-stroy .flag-bg.indian-flag {
  background-position: 0 -35px;
}

.growth-stroy .flag-bg.china-flag {
  background-position: -3px -135px;
}

.growth-stroy .flag-bg.usa-flag {
  background-position: -148px -135px;
}

.growth-stroy .flag-bg.jap-flag {
  background-position: -79px -135px;
}

.why-buy-child-plan-section {
  background: #f6f6f6 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .why-buy-child-plan-section {
    background: #ededed;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-buy-child-plan-section {
    background: #ededed;
    margin-bottom: 20px;
  }
}
.why-buy-child-plan-section .why-buy-child-plan {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.why-buy-child-plan-section .why-buy-child-plan .left {
  width: 48%;
  height: 320px;
  max-width: 100%;
  border-radius: 8px 0 0 8px;
  background: url(../../images/bu/investment/why-buy-child-plans-banner-desktop.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .why-buy-child-plan-section .why-buy-child-plan .left {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .why-buy-child-plan-section .why-buy-child-plan .left {
    background: url(../../images/bu/investment/why-buy-child-plans-banner-mobile.png) no-repeat center/cover;
    width: 29%;
    height: 282px;
  }
}
.why-buy-child-plan-section .why-buy-child-plan .right {
  width: 53%;
  padding: 12px 27px 21px 21px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .why-buy-child-plan-section .why-buy-child-plan .right {
    width: 100%;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .why-buy-child-plan-section .why-buy-child-plan .right {
    width: 69%;
    padding: 12px 27px 21px 21px;
  }
}
.why-buy-child-plan-section .why-buy-child-plan .right .heading {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px;
}

.why-buy-child-plan-section .why-buy-child-plan .right .sub-heading {
  font-size: 14px;
  line-height: 14px;
  color: #253858;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .why-buy-child-plan-section .why-buy-child-plan .right .sub-heading {
    font-size: 12px;
  }
}
.why-buy-child-plan-section .why-buy-child-plan .right .description {
  color: #0065ff;
  font-size: 12px;
  margin-top: 2px;
  font-style: italic;
  line-height: 14px;
  position: relative;
}

.why-buy-child-plan-section .why-buy-child-plan .right .description::after {
  content: "";
  background: #3388ec;
  width: 61px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 204px;
}

@media screen and (max-width: 767px) {
  .why-buy-child-plan-section .why-buy-child-plan .right .description {
    font-size: 10px;
  }
  .why-buy-child-plan-section .why-buy-child-plan .right .description::after {
    left: 172px;
  }
}
.why-buy-child-plan-section .why-buy-child-plan .right .reasons {
  margin-top: 21px;
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason {
    margin-bottom: 16px;
  }
  .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason:last-child {
    margin-bottom: 0;
  }
}
.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .icon {
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .icon {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}
.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .content {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .content {
    font-size: 12px;
  }
}
.why-buy-child-plan-section .button {
  text-align: center;
}

.why-buy-child-plan-section .button button {
  width: 170px;
  background: #0662f6;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 25px;
  margin: 16px auto 0;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.rhs-sticky-banner-box {
  border: 1px solid #d0d4db;
  border-radius: 8px;
  padding: 8px;
  max-width: 342px;
  width: 100%;
  z-index: 990;
}

@media screen and (max-width: 1024px) {
  .rhs-sticky-banner-box {
    display: none;
  }
}
.rhs-sticky-banner-box.fixed {
  position: fixed;
  background: #fff;
  top: 20px;
  right: auto;
}

.rhs-sticky-banner-box .rhs-sticky-banner {
  background: #253858 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 11px 21px 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.54px;
  position: relative;
  font-weight: 700;
  padding: 0 0 7px;
  margin-bottom: 10px;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #54bffe;
  width: 40%;
  height: 1px;
  bottom: 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul {
  list-style-type: none;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.42px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li::before {
  content: "";
  background: #54bffe;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 32%;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner.gif) no-repeat center/contain;
  width: 275px;
  height: 190px;
}

.rhs-sticky-banner-box .rhs-sticky-banner button {
  background-color: #0052cc;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
}

.rhs-sticky-banner-box .rhs-sticky-banner p.disclaimer {
  color: #fff;
  text-align: right;
  margin: 10px auto 0;
  padding: 10px 1%;
}

.rhs-sticky-banner-box.investment.fixed {
  top: 100px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner {
  padding: 11px 21px 20px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-investment.gif) no-repeat center/contain;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner ul li::before {
  top: 17%;
}

.rhs-sticky-banner-box.provider,
.rhs-sticky-banner-box.term {
  border: 0;
  padding: 0;
}

.rhs-sticky-banner-box.provider img,
.rhs-sticky-banner-box.term img {
  max-width: 342px;
  cursor: pointer;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner {
  background: #f2f7ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #253858;
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  background-color: #36b37e;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-ghi.gif) no-repeat center/contain;
  width: 265px;
  margin: 0 auto 10px;
  text-align: CENTER;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul {
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li {
  color: #253858;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li::before {
  background-color: transparent;
  border: 2px solid #253858;
  top: 7px;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  border-radius: 8px;
  background-color: #0065ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .disclaimer {
  color: #253858;
  margin: -7px auto 0;
  font-size: 12px;
  padding: 10px 1% 15px;
}

.nav-link ul li p {
  margin-bottom: 0 !important;
}

.funds-heading {
  font-size: 34px;
  color: #253858;
  font-weight: 500;
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  .funds-heading {
    margin: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .funds-heading {
    font-size: 18px;
    color: #253858;
    font-weight: 500;
    margin: 30px 0 0;
    padding: 0 20px;
    line-height: 26px;
  }
}
.scrollbox {
  height: 940px;
  overflow-y: scroll;
  margin-bottom: 30px;
}

.ulip-funds-tab-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section {
    margin: 11px 8px 18px;
  }
}
.ulip-funds-tab-section .tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ulip-funds-tab-section .tab.tbrm {
  justify-content: flex-start;
}

.ulip-funds-tab-section .tab.tbrm .tab-links-disabled {
  display: none;
}

.ulip-funds-tab-section .tab button {
  background-color: transparent;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 20px 0 15px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #757575;
  width: 25%;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.ulip-funds-tab-section .tab button.tab-links-disabled {
  background: #fbfafa;
  color: #edebeb;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section .tab button {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 320px) {
  .ulip-funds-tab-section .tab button {
    font-size: 12px;
  }
}
.ulip-funds-tab-section .tab button:hover {
  background-color: transparent;
}

.ulip-funds-tab-section .tab button.active {
  color: #0165ff;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 2px solid;
}

.ulip-funds-tab-section .tab-content-section {
  padding-bottom: 15px;
}

.ulip-funds-tab-section .tab-content-section .seemore-plans {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 6px 15px;
  margin: 20px auto 10px;
  display: block;
  width: 146px;
  position: relative;
}

.ulip-funds-tab-section .tab-content-section .seemore-plans .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.ulip-funds-tab-section .tab-content-section .seemore-plans.active .arrow {
  transform: rotate(-135deg);
  top: 15px;
  right: 18px;
  position: absolute;
}

.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section {
  background: rgba(1, 101, 254, 0.1019607843) 0 0 no-repeat padding-box;
  border: 1px dashed #0065ff;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  margin: 16px 30px 0;
  padding: 15px 30px 22px 21px;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section .tab-content-section .grow-your-wealth-section {
    margin: 18px 9px;
    padding: 10px 10px 10px 13px;
    align-items: center;
  }
}
.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section img {
  margin-right: 41px;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section .tab-content-section .grow-your-wealth-section img {
    margin-right: 23px;
  }
}
.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content > div {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content > div {
    width: 100%;
  }
}
.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  max-width: 178px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content h4 {
  letter-spacing: 0.54px;
  font-weight: 700;
  color: #0165ff;
  font-size: 18px;
  margin: 0 0 6px;
}

.ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content p {
  letter-spacing: 0.42px;
  font-weight: 400;
  margin: 0;
  color: #757575;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .ulip-funds-tab-section .tab-content-section .grow-your-wealth-section .content p {
    display: none;
  }
}
.tab-content {
  display: none;
  padding: 0;
  border: none;
}

.tab-content.active {
  display: block;
}

.tab-content .w-30 {
  width: 30%;
}

.tab-content .w-15 {
  width: 15%;
}

.tab-content .w-10 {
  width: 10%;
}

.tab-content .w-10.width-10 {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .tab-content .wm-35 {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .wm-25 {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .wm-20 {
    width: 17%;
  }
  .tab-content .wm-20.width-30 {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .hide-mobile {
    display: none;
  }
}
.tab-content .hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .tab-content .hide-desktop {
    display: block;
  }
}
.tab-content .heading-list {
  background: #fafafa 0 0 no-repeat padding-box;
  display: flex;
  padding: 18px 35px 18px 70px;
}

.tab-content .heading-list .heading {
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #757575;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 1024px) {
  .tab-content .heading-list {
    padding: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .heading-list {
    padding: 16px 12px 12px;
  }
  .tab-content .heading-list .heading {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
  .tab-content .heading-list .heading .form-input {
    position: relative;
  }
  .tab-content .heading-list .heading .form-input::after {
    content: "";
    border: solid #0065ff;
    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;
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .tab-content .heading-list .heading .form-input select {
    width: 100% !important;
    border: 1px dashed #0065ff;
    border-radius: 3px;
    height: 26px;
    font-size: 12px;
    padding: 3px 3px 5px 5px;
    background: 0 0;
    color: #0065ff;
    width: 77px;
  }
  .tab-content .heading-list .heading .form-input label {
    position: absolute;
    top: -11px;
    left: 4px;
    letter-spacing: 0.3px;
    background: #fafafa;
    font-weight: 400;
    padding: 0 2px;
    font-size: 10px;
    color: #757575;
  }
}
.tab-content .content-list {
  display: flex;
  padding: 15px 0 20px;
  margin: 0 30px 0 70px;
  border-bottom: 1px dashed #ccc;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tab-content .content-list {
    margin: 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .content-list {
    margin: 0 12px;
  }
}
.tab-content .content-list .content {
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}

.tab-content .content-list .content.w-15.wm-20 {
  margin-top: 20px;
}

.tab-content .content-list .content.action-click {
  background: #fff;
  border: 1px solid #0663f6;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  color: #0563f6;
  letter-spacing: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tab-content .content-list .content.action-click {
    font-size: 0;
    width: 30px;
    background: #e5eefd;
    border: none;
    padding: 10px 0 5px;
    position: relative;
  }
  .tab-content .content-list .content.action-click:before {
    content: "";
    background: url(../../images/svg/go-to-top-arrow.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 13px;
    transform: rotate(85deg);
    left: 0;
    background-size: 100%;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .content-list .content {
    font-size: 12px;
  }
}
.tab-content .content-list .content.fund-name {
  margin: 0 50px 0 -50px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tab-content .content-list .content.fund-name {
    margin: 0 8px 0 -8px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .content-list .content.fund-name {
    margin: 0;
    padding-right: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.tab-content .content-list .content.fund-name img {
  max-width: 83px;
  margin-right: 23px;
}

@media screen and (max-width: 767px) {
  .tab-content .content-list .content.fund-name img {
    margin: 0;
  }
}
.tab-content .content-list .content.green {
  color: #179812;
}

.tab-content .content-list .content span {
  display: block;
  margin-top: 2px;
  letter-spacing: 0.42px;
  color: #179812;
  font-size: 14px;
}

.tab-content .content-list .content span.red {
  color: #d11111;
}

@media screen and (max-width: 767px) {
  .tab-content .content-list .content span.red {
    font-size: 10px;
  }
}
.tab-content .content-list .content span.tag {
  letter-spacing: 0.36px;
  font-size: 9px;
  background: rgba(23, 152, 18, 0.1) 0 0 no-repeat padding-box;
  border-radius: 5px;
  padding: 2.5px 7px 2.5px 5px;
  margin-right: 10px;
  position: absolute;
  font-weight: 600;
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .tab-content .content-list .content span.tag {
    max-width: 46px;
    line-height: 10px;
    margin: 4px 0 0 0;
  }
}
.fixheading {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: initial;
  top: 96px;
  z-index: 100;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fixheading {
    top: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .fixheading {
    top: 48px;
  }
}
.fixheading.fix {
  position: fixed;
  transition: all 0.5s ease-in;
  opacity: 1;
}

.fixheading.fix .heading-list {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .fixheading.fix .heading-list {
    width: 100%;
    padding: 16px 20px 12px;
  }
}
.fixheading.fix.vs {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}

.fixheading.fix + .default_plan {
  margin-top: 54px;
}

.return_calculator_box_investment.full {
  width: 100%;
  max-width: 100%;
}

.leftSection .left_fullbanner.full {
  background: #f7f7f7;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 8px;
}

.leftSection .left_fullbanner.full img {
  width: 750px;
  margin: 0 auto;
}

.full-block {
  background: #f4f7fe;
  padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
  .full-block {
    background: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .set-white-bg {
    background: #fff;
    padding: 10px 0;
    margin-top: 20px;
  }
}
.grid-calculator {
  border: 1px solid #ccc;
  padding: 20px 4px;
  border-radius: 8px;
  margin: 10px;
}

.grid-calculator .card_heading {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 20px;
}

.grid-calculator .card_heading a {
  color: #000;
}

@media only screen and (max-width: 640px) {
  .grid-calculator .card_heading {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px 20px;
  }
}
.grid-calculator .calculatorsList {
  display: flex;
  flex-wrap: wrap;
}

.grid-calculator .calculatorsList li {
  width: 102px;
  text-align: center;
  height: 130px;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grid-calculator .calculatorsList li a {
  color: #253858;
  text-align: center;
  border: none !important;
  padding: 0 !important;
}

.grid-calculator .calculatorsList li a:after {
  display: none !important;
}

@media only screen and (max-width: 667px) {
  .grid-calculator .calculatorsList li {
    margin: 3.3%;
  }
}
.grid-calculator .calculatorsList li:after {
  content: "";
  flex: auto;
}

.grid-calculator .calculatorsList li .allCalc {
  width: 80px;
  height: 80px;
  border: 1px solid #d9dadb;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  background: 0 0;
}

.grid-calculator .calculatorsList li .allCalc::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../../images/bu/ulip-cal-icon.svg") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}

.grid-calculator .calculatorsList li .allCalc.saving:before {
  background-position: 0 0;
}

.grid-calculator .calculatorsList li .allCalc.income_tax:before {
  background-position: 0 -100px;
}

.grid-calculator .calculatorsList li .allCalc.human_life_value:before {
  background-position: 0 -200px;
}

.grid-calculator .calculatorsList li .allCalc.retirement:before {
  background-position: 0 -300px;
}

.grid-calculator .calculatorsList li .allCalc.health_insurance_premium:before {
  background-position: 0 -400px;
}

.grid-calculator .calculatorsList li .allCalc.car_insurance:before {
  background-position: 0 -500px;
}

.grid-calculator .calculatorsList li .allCalc.bike_insurance:before {
  background-position: 0 -600px;
}

.grid-calculator .calculatorsList li .allCalc.sip:before {
  background-position: 0 -700px;
}

.grid-calculator .calculatorsList li .allCalc.life_insurance:before {
  background-position: 0 -800px;
}

.grid-calculator .calculatorsList li .allCalc.term_insurance:before {
  background-position: -5px -900px;
}

.grid-calculator .calculatorsList li .allCalc.ulip:before {
  background-position: -5px -1100px;
}

.grid-calculator .calculatorsList li .allCalc.premium:before {
  background-position: -5px -1100px;
}

.grid-calculator .calculatorsList li .allCalc.fd:before {
  background-position: 0 -1000px;
}

.grid-calculator .calculatorsList li .allCalc.investment:before {
  background-position: 0 -1200px;
}

.grid-calculator .calculatorsList li .allCalc.other:before {
  background-position: -5px -1300px;
}

.grid-calculator .calculatorsList li .allCalc.annuity:before {
  background-position: 0 -1400px;
}

.grid-calculator .calculatorsList li .allCalc.npscalc:before {
  background-position: 0 -1500px;
}

.grid-calculator .calculatorsList li a {
  font-size: 12px;
  display: block;
  margin: 0;
  color: #253858;
  text-align: center;
  border: none;
  padding: 0;
}

.grid-calculator .calculatorsList li a:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .grid-calculator .calculatorsList li {
    width: 22%;
    margin: 3%;
  }
}
@media only screen and (max-width: 440px) {
  .grid-calculator .calculatorsList li {
    width: 30%;
    margin: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .grid-calculator .calculatorsList li a {
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 568px) {
  #reviewslide.ulip-layout .plan-reviewright .rate-it-now a.button {
    margin: 0 0 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .popular_article #reviewslide {
    height: 400px !important;
  }
}
#reviewslide .headingWrapper .h3 {
  font-size: 24px !important;
}

#reviewslide .review_text {
  font-weight: 500;
  font-size: 16px;
}

#reviewslide .headingWrapper .total_reviewCount .nowshowing {
  font-size: 16px !important;
}

#reviewslide.ulip-layout {
  position: relative;
}

#reviewslide.ulip-layout:before {
  content: "";
  width: 300px;
  height: 300px;
  background: url(../../images/bu/dot-icon.png) repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #reviewslide.ulip-layout:before {
    display: none;
  }
}
#reviewslide.ulip-layout .plan-reviewright .rate-it-now a.button {
  text-transform: capitalize !important;
}

#btnTrmStart,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  cursor: pointer !important;
}

.leftSection .left_fullbanner {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 0;
  border-radius: 8px;
  max-width: 100%;
}

.leftSection .left_fullbanner img {
  width: 750px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 640px) {
  .funds-heading {
    font-size: 18px;
    color: #253858;
    font-weight: 500;
    margin: 30px 0 0;
    padding: 9px 10px 0;
    line-height: 26px;
    background: #fff;
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.tableContent {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 0 0 20px;
  background: #fff;
  border-radius: 8px;
}

.tableContent .seemore-plans {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 6px 15px;
  margin: 20px auto 10px;
  display: block;
  width: 146px;
  position: relative;
}

.tableContent .seemore-plans .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.tableContent .seemore-plans.active .arrow {
  transform: rotate(-135deg);
  top: 15px;
  right: 18px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .tableContent {
    margin: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
  }
}
.tableContent .grow-your-wealth-section {
  background: rgba(1, 101, 254, 0.1019607843) 0 0 no-repeat padding-box;
  border: 1px dashed #0065ff;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  margin: 16px 30px 0;
  padding: 15px 30px 22px 21px;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section {
    margin: 18px 9px;
    padding: 10px 10px 10px 13px;
    align-items: center;
  }
}
.tableContent .grow-your-wealth-section img {
  margin-right: 41px;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section img {
    margin-right: 23px;
  }
}
.tableContent .grow-your-wealth-section .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tableContent .grow-your-wealth-section .content > div {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section .content > div {
    width: 100%;
  }
}
.tableContent .grow-your-wealth-section .content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  max-width: 178px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.tableContent .grow-your-wealth-section .content h4 {
  letter-spacing: 0.54px;
  font-weight: 700;
  color: #0165ff;
  font-size: 18px;
  margin: 0 0 6px;
}

.tableContent .grow-your-wealth-section .content p {
  letter-spacing: 0.42px;
  font-weight: 400;
  margin: 0;
  color: #757575;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section .content p {
    display: none;
  }
}
.tableContent .grow-your-wealth-section ~ .term_cond {
  width: 95%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .tableContent .grow-your-wealth-section ~ .term_cond {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tableContent .tab-content {
    overflow-x: scroll;
  }
}
.tableContent .type_of_fund {
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .tableContent .type_of_fund {
    font-size: 12px;
  }
}
.tableContent .type_of_fund .fund_type {
  background-color: transparent;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 20px 0 15px;
  transition: 0.3s;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 568px) {
  .tableContent .type_of_fund .fund_type {
    padding: 10px;
    font-size: 10px;
    letter-spacing: -0.016em;
    font-weight: 600;
    line-height: 15px;
  }
}
.tableContent .type_of_fund .fund_type.active {
  color: #0165ff;
  font-weight: 500;
  background-color: transparent;
  position: relative;
}

.tableContent .type_of_fund .fund_type.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0165ff;
  bottom: -2px;
}

.tableContent table {
  width: 100%;
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  border-collapse: collapse;
}

.tableContent table tr {
  position: relative;
}

.tableContent table tr.heading {
  background: #f8fcf5;
  position: sticky;
  width: 100%;
  top: 96px;
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .tableContent table tr.heading {
    top: 0;
    background: rgba(0, 101, 255, 0.0509803922);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .tableContent table tr.heading {
    top: 0;
  }
}
.tableContent table tr th.dsk-hide {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .tableContent table tr th.dsk-hide {
    display: block;
  }
}
.tableContent table tr.list:after {
  content: "";
  width: 90%;
  margin: 0 auto;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.tableContent table tr.list.hide {
  display: none;
}

@media screen and (max-width: 568px) {
  .tableContent table tr td {
    font-size: 12px;
  }
}
.tableContent table th:first-child div {
  padding-left: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tableContent table th:first-child div {
    width: 200px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table th:first-child div {
    width: 100%;
    padding: 10px 10px 10px 18px;
    min-height: 52px;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .tableContent table th:first-child div {
    padding: 10px 10px 10px 13px;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table th:first-child div {
    padding: 10px 10px 10px 11px;
  }
}
.tableContent table th div {
  width: 100px;
}

@media screen and (max-width: 568px) {
  .tableContent table th div {
    width: inherit;
    padding: 5px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .tableContent table td.mob-hide,
  .tableContent table th.mob-hide {
    display: none !important;
  }
}
.tableContent table .formInput {
  position: relative;
  width: 96px;
}

@media screen and (max-width: 568px) {
  .tableContent table .formInput {
    position: absolute;
    width: 68px;
    top: 8px;
  }
}
.tableContent table .formInput select {
  width: 100% !important;
  border: 0;
  height: 37px;
  background: url(../../images/bu/down-arrow-blue.svg) no-repeat 90% center !important;
  font-size: 12px;
  padding: 3px 3px 5px 0;
  background: 0 0;
  color: #0065ff;
}

.tableContent table .formInput .feildLabel {
  position: absolute;
  padding: 0;
  background: #fafafa;
  display: inline-block;
  left: 15px;
  width: auto;
  line-height: 10px;
  top: 9px;
  font-size: 9px;
  color: #333;
}

@media screen and (max-width: 568px) {
  .tableContent table .formInput .feildLabel {
    left: 0;
    top: 0;
  }
}
.tableContent table td {
  position: relative;
  vertical-align: top;
  padding: 20px 0 20px;
  height: 80px;
}

@media only screen and (max-width: 1024px) {
  .tableContent table td {
    height: auto;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td {
    font-size: 12px;
  }
  .tableContent table td:last-child {
    vertical-align: middle;
  }
}
.tableContent table td .green {
  color: #179812;
}

.tableContent table td .green.lg {
  position: absolute;
  top: 44px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tableContent table td .green.lg {
    top: 34px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td .green.lg {
    font-size: 10px;
  }
}
.tableContent table td .red {
  color: #d11111;
}

.tableContent table td .red.lg {
  position: absolute;
  top: 44px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tableContent table td .red.lg {
    top: 34px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td .red.lg {
    font-size: 10px;
  }
}
.tableContent table td.dsk-hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tableContent table td.dsk-hide {
    display: block;
  }
}
.tableContent table td span {
  display: block;
}

.tableContent table td span.tag {
  display: flex;
  letter-spacing: 0.36px;
  font-size: 8px;
  background: rgba(23, 152, 18, 0.1) 0 0 no-repeat padding-box;
  border-radius: 5px;
  padding: 6px;
  margin-right: 0;
  position: absolute;
  font-weight: 600;
  max-width: 100px;
  color: #179812;
  top: 44px;
}

@media screen and (max-width: 768px) {
  .tableContent table td span.tag {
    width: 85px;
    top: 36px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td span.tag {
    width: 45px;
    top: 33px;
    height: auto;
    padding: 2px 4px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .tableContent table td {
    padding: 15px 0 15px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td td div,
  .tableContent table td th div {
    padding: 5px 10px 0 10px;
  }
}
.tableContent table td:first-child {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .tableContent table td:first-child {
    width: 25%;
    padding-left: 2px;
  }
}
.tableContent table td:nth-child(2),
.tableContent table td:nth-child(3),
.tableContent table td:nth-child(4),
.tableContent table td:nth-child(5),
.tableContent table td:nth-child(6) {
  width: 131px;
}

@media screen and (max-width: 768px) {
  .tableContent table td:nth-child(2),
  .tableContent table td:nth-child(3),
  .tableContent table td:nth-child(4),
  .tableContent table td:nth-child(5),
  .tableContent table td:nth-child(6) {
    width: 25%;
  }
}
.tableContent table td:nth-child(7) {
  width: 6%;
}

@media screen and (max-width: 768px) {
  .tableContent table td:nth-child(7) {
    width: 25%;
  }
}
@media screen and (max-width: 375px) {
  .tableContent table td:nth-child(7) {
    width: 10%;
  }
}
@media screen and (min-device-width: 800px) and (max-device-width: 1024px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .tableContent table td td span.tag {
    width: 86px;
  }
}
.tableContent table th:first-child {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .tableContent table th:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table th:first-child {
    width: 35%;
  }
}
.tableContent table th:nth-child(2),
.tableContent table th:nth-child(3),
.tableContent table th:nth-child(4),
.tableContent table th:nth-child(5),
.tableContent table th:nth-child(6) {
  width: 131px;
}

@media screen and (max-width: 768px) {
  .tableContent table th:nth-child(2),
  .tableContent table th:nth-child(3),
  .tableContent table th:nth-child(4),
  .tableContent table th:nth-child(5),
  .tableContent table th:nth-child(6) {
    width: 25%;
  }
}
.tableContent table th:nth-child(7) {
  width: 6%;
}

@media screen and (max-width: 768px) {
  .tableContent table th:nth-child(7) {
    width: 25%;
  }
}
.tableContent table th .formInput {
  display: none;
}

@media (max-width: 767px) {
  .tableContent table th .formInput {
    display: block;
  }
}
.tableContent table th div {
  text-align: center;
  padding: 14px 0;
  display: flex;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #757575;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .tableContent table th div {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table th div {
    padding: 4px 0;
  }
}
.tableContent table .plan_name_with_insurer {
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
}

.tableContent table .plan_name_with_insurer .logo {
  max-width: 90px;
}

.tableContent table .plan_name_with_insurer .plan {
  padding: 0 20px;
  width: 230px;
}

.tableContent table .plan_name_with_insurer .plan a {
  color: #253858;
}

@media screen and (max-width: 568px) {
  .tableContent table .plan_name_with_insurer .plan {
    width: 120px;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table .plan_name_with_insurer .plan {
    width: 90px;
  }
}
.tableContent table .plan_name_with_insurer .mob-fund-size {
  letter-spacing: 0;
  color: #000;
  opacity: 0.4;
  font-size: 11px;
  line-height: 15px;
  margin-top: 4px;
}

@media screen and (min-width: 769px) {
  .tableContent table .plan_name_with_insurer .mob-fund-size {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tableContent table .plan_name_with_insurer {
    display: block;
    font-size: 12px;
    padding: 0 10px 0 18px;
  }
  .tableContent table .plan_name_with_insurer .logo {
    max-width: 90px;
  }
  .tableContent table .plan_name_with_insurer .plan {
    padding: 3px 0 0 0;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table .plan_name_with_insurer {
    padding: 0 5px;
    max-width: 70px;
  }
}
.tableContent table .view_details {
  background: #fff;
  border: 1px solid #0663f6;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  color: #0563f6;
  letter-spacing: 0;
  cursor: pointer;
  margin: 0 10px 0 20px;
}

@media screen and (max-width: 768px) {
  .tableContent table .view_details {
    width: 75px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 375px) {
  .tableContent table .view_details {
    margin: 0 10px 0 0;
  }
}
.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000002;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

.benefits-of-ulip-section {
  background: #d9f0fd 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin: 15px 0;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .benefits-of-ulip-section {
    margin: 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-of-ulip-section {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics {
  background: url("../../images/bu/investment/benefits-of-ulip-image.png") no-repeat center/contain;
  width: 414px;
  height: 416px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics {
    margin-bottom: 30px;
    max-width: 364px;
    width: 100%;
    height: 365px;
    margin-right: 7px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics:after {
  background: url(../../images/bu/investment/benefits-of-ulip-money-bag-icon.png) no-repeat center/contain;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-51%, -50%);
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list {
  position: relative;
  height: 100%;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit {
  position: absolute;
  text-align: center;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit .heading {
  font-size: 10px;
  line-height: 6px;
  font-weight: 700;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit .heading {
    line-height: 10px;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit .heading {
    font-size: 9px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit .description {
  letter-spacing: 0;
  color: #282728;
  font-size: 10px;
  line-height: 12px;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit .description {
    line-height: 10px;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit .description {
    font-size: 9px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.pink {
  background: 0 0;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.pink {
    top: 17%;
    left: 51%;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.pink .heading {
  color: #e62e56;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.pink .heading {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.pink .heading {
    margin-bottom: 3px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.pink .description {
  width: 74px;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.purple {
  position: absolute;
  top: 27%;
  right: 13%;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.purple {
    right: 12%;
    top: 26%;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.purple {
    right: 10%;
    top: 29%;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.purple .heading {
  color: #9f3795;
  width: 65px;
  line-height: 12px;
}

@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.purple .heading {
    line-height: 10px;
    width: 65px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.purple .description {
  width: 65px;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet {
  right: 10%;
  bottom: 29%;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet {
    right: 9%;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet {
    bottom: 32%;
    right: 8%;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet .heading {
  color: #473f98;
  width: 85px;
  line-height: 12px;
}

@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet .heading {
    line-height: 10px;
    width: 70px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet .description {
  width: 85px;
}

@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.violet .description {
    width: 70px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.blue {
  left: 51%;
  bottom: 11%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.blue {
    bottom: 16%;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.blue .heading {
  color: #00a4de;
  width: 85px;
  line-height: 12px;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.blue .description {
  width: 85px;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.green {
  bottom: 29%;
  left: 12%;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.green {
    left: 10%;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.green {
    left: 9%;
    bottom: 32%;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.green .heading {
  color: #76c255;
  margin-bottom: 5px;
}

@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.green .heading {
    margin-bottom: 3px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.green .description {
  width: 75px;
}

.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.yellow {
  top: 27%;
  left: 14%;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.yellow {
    left: 13%;
    top: 26%;
  }
}
@media screen and (max-width: 320px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.yellow {
    left: 12%;
    top: 29%;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.yellow .heading {
  color: #efa630;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.yellow .heading {
    margin-bottom: 3px;
  }
}
.benefits-of-ulip-section .benefits-of-ulip-infographics .inforgraphics-benefits-list .inforgraphics-benefit.yellow .description {
  width: 70px;
}

.benefits-of-ulip-section .benefits-of-ulip-content {
  max-width: 305px;
  width: 100%;
}

.benefits-of-ulip-section .benefits-of-ulip-content .heading {
  letter-spacing: 0.24px;
  color: #094496;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.benefits-of-ulip-section .benefits-of-ulip-content .benefits-list .benefit {
  letter-spacing: 0;
  color: #094496;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}

.benefits-of-ulip-section .benefits-of-ulip-content .benefits-list .benefit:last-child {
  margin-bottom: 0;
}

.benefits-of-ulip-section .benefits-of-ulip-content .benefits-list .benefit::before {
  content: "";
  background: url("../../images/bu/investment/benefits-of-ulip-tick-icon.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}

.why-invest-in-ulip-section {
  background: #fff;
  padding: 20px 7px;
}

.why-invest-in-ulip-section .why-invest-in-ulip-reasons {
  display: flex;
  align-items: CENTER;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 696px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason .heading {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 auto 9px;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason .heading {
    font-size: 14px;
    margin: 0 auto 6px;
  }
}
.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason .description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason .description {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 320px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason .description {
    font-size: 11px;
    line-height: 14px;
  }
}
.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.green {
  background: url("../../images/bu/investment/why-invest-in-ulip-green-bg.svg") no-repeat center/contain;
  width: 190px;
  height: 172px;
  text-align: CENTER;
  padding: 19px 10px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.green {
    width: 156px;
    height: 140px;
    padding: 15px 10px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 320px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.green {
    width: 136px;
    height: 140px;
    padding: 20px 10px;
  }
}
.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.dark-green {
  background: url("../../images/bu/investment/why-invest-in-ulip-dark-green-bg.svg") no-repeat center/contain;
  width: 201px;
  height: 163px;
  padding: 15px 16px 15px 14px;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.dark-green {
    position: absolute;
    right: 15px;
    bottom: 29%;
    z-index: 3;
    width: 164px;
    height: 134px;
  }
}
@media screen and (max-width: 360px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.dark-green {
    right: 0;
  }
}
.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.purple {
  background: url("../../images/bu/investment/why-invest-in-ulip-purple-bg.svg") no-repeat center/contain;
  width: 259px;
  height: 225px;
  text-align: CENTER;
  padding: 29px 20px;
  margin: 0 27px 0 18px;
  position: relative;
  z-index: 1;
}

.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.purple .heading {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.purple {
    width: 212px;
    height: 185px;
    margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 400px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.purple {
    width: 196px;
    height: 185px;
    margin: 0 0 0 9px;
    padding: 29px 14px;
  }
}
@media screen and (max-width: 360px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.purple {
    padding: 29px 8px;
    width: 185px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.purple {
    padding: 29px 8px;
    width: 170px;
  }
}
.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.orange {
  background: url("../../images/bu/investment/why-invest-in-ulip-orange-bg.svg") no-repeat center/contain;
  width: 232px;
  height: 203px;
  padding: 46px 13px 46px 15px;
  margin-top: -125px;
  margin-left: -65px;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.orange {
    width: 190px;
    height: 167px;
    padding: 46px 13px 46px 15px;
    margin-top: -56px;
    margin-left: -21px;
  }
}
.why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.blue {
  background: url("../../images/bu/investment/why-invest-in-ulip-blue-bg.svg") no-repeat center/contain;
  width: 259px;
  height: 225px;
  padding: 63px 26px 20px 22px;
  margin-top: -58px;
  margin-right: -63px;
}

@media screen and (max-width: 767px) {
  .why-invest-in-ulip-section .why-invest-in-ulip-reasons .why-invest-in-ulip-reason.blue {
    padding: 50px 26px 20px 22px;
    margin-top: 78px;
    margin-right: 0;
    position: relative;
    z-index: 4;
    width: 213px;
    height: 185px;
  }
}
.information-section {
  background: #f4f6fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 4px 17px;
}

@media screen and (max-width: 767px) {
  .information-section {
    padding: 14px 0 7px 10px;
  }
}
.information-section .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .information-section .heading {
    font-size: 16px;
  }
}
.information-section .information-slider .information-slide {
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.information-section .information-slider .information-slide .text {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 16px 41px 15px 15px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-right: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .information-section .information-slider .information-slide .text {
    font-size: 12px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 11px 40px 13px 12px;
  }
}
.information-section .information-slider .information-slide .text::after {
  border: solid #0065ff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  content: "";
  position: absolute;
  right: 11px;
  top: 47%;
}

.information-section .information-slider .slick-next,
.information-section .information-slider .slick-prev {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #0065ff;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: -25px;
  transform: none;
}

.information-section .information-slider .slick-prev {
  left: auto;
  right: 48px;
}

.information-section .information-slider .slick-prev:before {
  border: solid #0065ff;
  border-width: 0 0 1.5px 1.5px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 2px;
  content: "";
}

.information-section .information-slider .slick-next {
  left: auto;
  right: 15px;
}

.information-section .information-slider .slick-next:before {
  border: solid #0065ff;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 -1px;
  content: "";
}

.key-factor-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  .key-factor-wrapper {
    position: absolute;
    bottom: -70px;
    width: 100%;
  }
}
.key-factor-wrapper .key-factor {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  list-style: none;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 16px rgba(51, 51, 124, 0.1607843137);
  width: 630px;
  position: absolute;
  bottom: -60px;
}

.key-factor-wrapper .key-factor li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  position: relative;
  min-height: 50px;
  justify-content: space-between;
}

.key-factor-wrapper .key-factor li .totalRating {
  width: 150px !important;
}

.key-factor-wrapper .key-factor li::before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 1px;
}

.key-factor-wrapper .key-factor li:last-child::before {
  display: none;
}

.key-factor-wrapper .key-factor li .starts_block {
  width: 80px;
  margin: 0;
}

.key-factor-wrapper .key-factor li .hi-pp {
  font-size: 14px;
  color: #6359ef;
  font-weight: 500;
  line-height: 22px;
}

.key-factor-wrapper .key-factor li .light-text {
  font-size: 10px;
  color: #253858;
  font-weight: 400;
}

.key-factor-wrapper .key-factor li .light-text .totalRating {
  width: 80px;
}

@media (max-width: 568px) {
  .key-factor-wrapper .key-factor li .light-text {
    text-align: center;
  }
  .key-factor-wrapper .key-factor li .light-text .totalRating {
    width: 90px;
  }
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor {
    max-width: 100%;
    width: 500px;
    bottom: initial;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .key-factor-wrapper .key-factor li {
    width: 33%;
  }
  .key-factor-wrapper .key-factor li:first-child {
    position: absolute;
    top: -56px;
    display: none;
  }
  .key-factor-wrapper .key-factor li:first-child:before {
    display: none;
  }
  .key-factor-wrapper .key-factor li .totalRating {
    width: 80px;
    left: 0;
  }
}
.disForm.formBlock {
  background: #f6f9ff;
  border-radius: 12px;
  position: relative;
}

.disForm.formBlock:before {
  content: "";
  width: 600px;
  height: 400px;
  background: url(../../images/bu/investment/vetor-chart.png) no-repeat 1px 96px;
  position: absolute;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .disForm.formBlock:before {
    display: none;
  }
}
.disForm.formBlock.bannerWithPointer.ulip:before {
  display: none;
}

.disForm.formBlock.bannerWithPointer.ulip .key-factor-wrapper .key-factor {
  bottom: -65px;
}

.disForm.formBlock.bannerWithPointer.ulip .invBanner .ff-banner img {
  height: 350px;
}

@media (max-width: 1024px) {
  .disForm.formBlock.bannerWithPointer.ulip .leftContentBox {
    background: #f3f5fc;
  }
}
.faq-icon h2 {
  position: relative;
  padding-left: 40px;
}

.faq-icon h2::before {
  content: "";
  position: absolute;
  background: url(../../images/bu/faqicon.svg) no-repeat 0 0;
  background-size: 30px;
  width: 32px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.more-content-investment {
  display: none;
}

.more-content-investment.show {
  display: block;
}

.read-more-faq-btn,
.read-more-investment-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}

@media screen and (max-width: 1024px) {
  .read-more-faq-btn,
  .read-more-investment-btn {
    margin: 40px 0;
  }
}
.read-more-faq-btn button,
.read-more-investment-btn button {
  width: 134px;
  height: 36px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  background: #fff;
  outline: 0;
  border: none;
  color: #0065ff;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
}

.read-more-faq-btn button:after,
.read-more-investment-btn button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 10px;
}

.read-more-faq-btn button.show,
.read-more-investment-btn button.show {
  width: 123px;
}

.read-more-faq-btn button.show:after,
.read-more-investment-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .read-more-faq-btn {
    margin: 40px 0 26px;
  }
}
.read-more-faq-btn button {
  width: 175px;
}

.read-more-faq-btn button.show {
  width: 169px;
}

.colored table:first-child td {
  border-top: solid 0.8px #deebff;
  border-bottom: solid 0.8px #deebff;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #deebff;
}

.colored table tr:nth-child(2n) {
  background: #fff;
}

.colored table tr:nth-child(odd) {
  background: rgba(222, 235, 255, 0.4);
}

.left-fullwidth-button {
  padding: 0 20px 20px;
  display: block;
  margin: 0 auto;
  text-align: CENTER;
}

@media screen and (max-width: 1024px) {
  .left-fullwidth-button {
    padding: 20px;
  }
}
.left-fullwidth-button .button {
  box-sizing: border-box;
  max-width: 328px;
  width: 100%;
  background: #3965fb;
  border-radius: 8px;
  color: #fff;
  padding: 18px;
  display: inline-block;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 0;
  cursor: pointer;
}

table.non-colored tr:first-child {
  background: #f1f3f5;
}

table.non-colored tr:first-child td {
  text-align: center;
}

table.non-colored td {
  padding: 20px 15px;
}

.disclaimer-section-investment {
  background: #fff 0 0 no-repeat padding-box;
  padding: 10px 20px 12px;
  margin: 30px 0 20px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment {
    padding: 10px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
}
.disclaimer-section-investment .diclaimer-content .disclaimer {
  letter-spacing: 0;
  color: #263858;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}

.disclaimer-section-investment .diclaimer-content .disclaimer::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 4px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.disclaimer-section-investment .diclaimer-content .disclaimer sup {
  font-size: 10px;
}

.disclaimer-section-investment .diclaimer-content .disclaimer.active::after {
  transform: rotate(-135deg);
  top: 6px;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment .diclaimer-content .disclaimer {
    font-size: 16px;
    line-height: 17px;
    padding-right: 25px;
  }
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}

.disclaimer-section-investment .diclaimer-content .disclaimer-answer p {
  letter-spacing: 0;
  color: #263858;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
  margin: 10px 0 0;
}

.disclaimer-section-investment .diclaimer-content .disclaimer-answer.active {
  padding-bottom: 8px;
  max-height: 100%;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment .diclaimer-content .disclaimer-answer {
    font-size: 13px;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box,
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box {
  width: 220px !important;
}

@media screen and (max-width: 1024px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box,
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box {
    width: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box,
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box {
    width: 100% !important;
  }
}
.key-features-ulip-infographic {
  border-radius: 8px;
  background: conic-gradient(from 97deg at 17% 103.98%, #6b9ad9 0deg, rgba(73, 142, 232, 0.11) 296.5315961838deg, rgba(126, 182, 255, 0.24) 360deg), #fff;
  padding: 32px 34px 8px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .key-features-ulip-infographic {
    padding: 32px 15px 8px;
  }
}
.key-features-ulip-infographic .heading {
  border-radius: 8px;
  background: rgba(76, 154, 255, 0.2);
  display: inline-block;
  padding: 16px 32px;
  color: #4c9aff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .key-features-ulip-infographic .heading {
    font-size: 20px;
  }
}
.key-features-ulip-infographic .key-features-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 26px 0;
  z-index: 10;
  position: relative;
}

.key-features-ulip-infographic .key-features-list .key-feature {
  width: 45%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-right: 24px;
}

.key-features-ulip-infographic .key-features-list .key-feature:nth-of-type(2n) {
  margin-right: 0;
}

.key-features-ulip-infographic .key-features-list .key-feature:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.key-features-ulip-infographic .key-features-list .key-feature .image {
  flex-shrink: 0;
  width: 80px;
}

.key-features-ulip-infographic .key-features-list .key-feature .content {
  text-align: left;
  margin: 0 0 0 24px;
}

@media screen and (max-width: 767px) {
  .key-features-ulip-infographic .key-features-list .key-feature .content {
    margin: 0 0 0 16px;
  }
}
.key-features-ulip-infographic .key-features-list .key-feature .content .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.key-features-ulip-infographic .key-features-list .key-feature .content .description {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .key-features-ulip-infographic .key-features-list .key-feature {
    width: 100%;
    margin-right: 0;
  }
}
.key-features-ulip-infographic .button {
  border-radius: 4px;
  background: #0065ff;
  display: inline-block;
  padding: 16px 48px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.key-features-ulip-infographic .disclaimer {
  color: rgba(37, 56, 88, 0.6);
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .key-features-ulip-infographic .disclaimer {
    text-align: right;
    width: 100%;
  }
}
.left-section-image img {
  max-width: 100%;
  height: auto;
}

.new-ordered-list {
  margin-top: 8px;
}

.new-ordered-list {
  margin-top: 8px;
}

.new-ordered-list > li {
  margin-top: 8px;
  display: flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.new-ordered-list > li:last-child::after {
  display: none;
}

.new-ordered-list > li:after {
  content: "";
  border: 1px dashed #b3d4ff;
  position: absolute;
  height: 100%;
  transform: rotate(0);
  top: 10px;
  z-index: 0;
  left: 18px;
}

.new-ordered-list > li div {
  width: calc(100% - 64px);
}

.new-ordered-list > li div h3 {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .new-ordered-list > li div h3 {
    margin-top: 4px !important;
  }
}
.new-ordered-list > li .cl-num {
  position: relative;
  z-index: 9;
}

.new-ordered-list > li label {
  width: 38px;
  height: 38px;
  background: #deebff;
  border: 1.5px solid #b3d4ff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.new-ordered-list > li label.active {
  border: 1.5px solid #aaecd0 !important;
  background: #e3fcef;
}

.new-ordered-list > li label.active::after {
  content: "";
  padding: 3px;
  transform: rotate(309deg);
  bottom: 14px;
  z-index: 9;
  width: 13px;
  height: 0;
  border: solid #36b37e;
  border-width: 0 0 3px 3px;
}

.new-unordered-list {
  margin-top: 8px;
}

.new-unordered-list > li {
  margin-top: 8px;
  display: flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.new-unordered-list > li:last-child::after {
  display: none;
}

.new-unordered-list > li:after {
  content: "";
  border: 1px dashed #4994eb;
  position: absolute;
  height: 100%;
  transform: rotate(0);
  top: 10px;
  z-index: 0;
  left: 13px;
}

.new-unordered-list > li div {
  width: calc(100% - 64px);
}

.new-unordered-list > li div h3 {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .new-unordered-list > li div h3 {
    margin-top: 4px !important;
  }
}
.new-unordered-list > li .cl-num {
  position: relative;
  z-index: 9;
}

.new-unordered-list > li label {
  width: 28px;
  height: 28px;
  background: #0065ff;
  border: 1.5px solid #0065ff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .new-ordered-list > li,
  .new-unordered-list > li {
    overflow: hidden;
    margin-top: 0;
  }
  .new-ordered-list > li label,
  .new-unordered-list > li label {
    margin-right: 16px;
  }
  .new-ordered-list > li label::after,
  .new-unordered-list > li label::after {
    height: 17rem;
  }
}
.author-review-section {
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

.author-review-section .details {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .author-review-section .details {
    padding: 0 8px;
  }
}
.author-review-section .details::after {
  content: "";
  background: #ccc;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .author-review-section .details::after {
    width: 35px;
  }
}
.author-review-section .details::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #098b2c;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .image {
    max-width: 35px;
    width: 100%;
  }
}
.author-review-section .details .name {
  margin-left: 8px;
}

.author-review-section .details .name span {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
}

.author-review-section .details .name .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .name .label {
    font-size: 10px;
  }
}
.author-review-section .details .name .value {
  color: #253858;
  font-size: 16px;
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .name .value {
    font-size: 12px;
  }
}
.author-review-section .details .bio {
  background: #fff;
  border: 1px solid #776ef5;
  position: absolute;
  width: 400px;
  padding: 16px 16px 30px;
  border-radius: 8px;
  top: 25px;
  display: none;
  z-index: 10;
  position: absolute;
  left: 7px;
  margin-top: 26px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio {
    top: 20px;
    left: -27%;
    width: 340px;
    padding-bottom: 16px;
  }
}
.author-review-section .details .bio::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url(../../images/bu/term/tool-tip.svg) no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio::before {
    left: 55px;
  }
}
.author-review-section .details .bio .image {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .image {
    max-width: 39px;
  }
}
.author-review-section .details .bio .name .label {
  padding-left: 0;
  color: var(--text-60, rgba(37, 56, 88, 0.6));
}

.author-review-section .details .bio .name .label::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .label {
    font-size: 11px;
  }
}
.author-review-section .details .bio .name .value .namelink {
  display: block;
  width: 100%;
  color: #253858;
}

.author-review-section .details .bio .name .value .namelink:hover,
.author-review-section .details .bio .name .value .namelink:visited {
  color: #253858;
}

.author-review-section .details .bio .name .value {
  text-decoration: none;
  margin-bottom: 4px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .value {
    font-size: 16px;
  }
}
.author-review-section .details .bio .name .value .link {
  background: url(../../images/bu/investment/icon-linkedin.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}

.author-review-section .details .bio .name .description {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  position: relative;
}

.author-review-section .details .bio .name .description::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: -43px;
  background: url(../../images/bu/investment/icon-quotes.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .description::before {
    left: -37px;
  }
}
@media screen and (max-width: 767px) {
  .author-review-section .details .bio.s2 {
    left: -127%;
  }
  .author-review-section .details .bio.s2::before {
    left: initial;
    right: 36%;
  }
}
.author-review-section .details:hover .bio {
  display: flex;
}

.author-review-section .author {
  border-left: 1px solid rgba(37, 56, 88, 0.2);
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

@media screen and (max-width: 767px) {
  .author-review-section .author {
    border-right: 0;
  }
}
.author-review-section .author::after {
  left: -100px;
}

@media screen and (max-width: 767px) {
  .author-review-section .author::after {
    left: -35px;
  }
}
.author-review-section .author::before {
  left: -110px;
}

@media screen and (max-width: 767px) {
  .author-review-section .author::before {
    left: -35px;
  }
}
.author-review-section .author .name .label {
  padding-left: 12px;
}

.author-review-section .author .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-written-by.svg);
  position: absolute;
  height: 12px;
  width: 8px;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
}

.author-review-section .reviewer {
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

.author-review-section .reviewer::after {
  right: -100px;
}

@media screen and (max-width: 767px) {
  .author-review-section .reviewer::after {
    right: -35px;
  }
}
.author-review-section .reviewer::before {
  right: -110px;
}

@media screen and (max-width: 767px) {
  .author-review-section .reviewer::before {
    right: -35px;
  }
}
.author-review-section .reviewer .name .label {
  padding-left: 18px;
}

.author-review-section .reviewer .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-reviewd-by.svg);
  position: absolute;
  height: 14px;
  width: 14px;
  top: 54%;
  left: 0;
  transform: translate(0, -50%);
}

#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

#popup-container .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

.nri-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

.nri-popup-container .nri-popup-content {
  width: 100%;
  position: relative;
  z-index: 1002;
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 32px 16px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content {
    max-width: 340px;
  }
}
.nri-popup-container .nri-popup-content .nri-popup-close {
  background: url(../../images/bu/investment/investment-nri-popup-close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
}
.nri-popup-container .nri-popup-content .details .heading {
  color: var(--0065-ff, #0065ff);
  text-align: center;
  margin: 0 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nri-popup-container .nri-popup-content .details .description {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.nri-popup-container .nri-popup-content .details .disclaimer {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}

.need-help-button.gb {
  position: fixed;
  bottom: 85px;
  color: #0065ff;
  cursor: pointer;
  right: 10px;
  z-index: 10000;
  padding: 12px 14px;
  border-radius: 50%;
  border-radius: 24px;
  background: rgba(253, 124, 51, 0.9019607843);
  display: none;
  box-shadow: 0 3px 12px 0 rgba(146, 146, 146, 0.8);
}

@media (max-width: 1024px) {
  .need-help-button.gb {
    padding: 7px 10px;
  }
}
.need-help-button.gb.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .need-help-button.gb {
    bottom: 132px;
    right: 5px;
  }
}
.need-help-button.gb button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: CENTER;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.need-help-button.gb button img {
  margin-right: 8px;
}

.flexbox-ulip {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-ulip .align-left {
  width: 65%;
}

@media (max-width: 768px) {
  .flexbox-ulip .align-left {
    width: 100%;
  }
}
.flexbox-ulip .align-right {
  width: 35%;
}

@media (max-width: 768px) {
  .flexbox-ulip .align-right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.flexbox-ulip .align-right .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: 40px 0 0 auto;
  position: relative;
}

.flexbox-ulip .align-right .video-container h2 {
  margin: 0;
}

@media (max-width: 890px) {
  .flexbox-ulip .align-right .video-container {
    margin: 30px auto 0;
  }
}
.flexbox-ulip .align-right .video-container .video {
  width: 100%;
  background: url("../../images/bu/investment/review-inner-for-common-allprovider-page-updated-v10.jpeg") no-repeat 0 -40px;
  min-height: 172px;
  border-radius: 8px;
  background-size: cover;
}

.flexbox-ulip .align-right .video-container .video.active {
  background: 0 0 !important;
}

.flexbox-ulip .align-right .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;
}

.flexbox-ulip .align-right .video-container .playbtn.icon-remove {
  display: none;
}

.flexbox-ulip .align-right .video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}

.flexbox-ulip .align-right .video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}

.flexbox-ulip .align-right .video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

@media (max-width: 568px) {
  .flexbox-ulip .align-right .video-container {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}
.dedicatated-radio-tabs {
  display: flex;
  flex-flow: row;
  height: 570px;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .dedicatated-radio-tabs {
    height: auto;
  }
}
.dedicatated-radio-tabs .state {
  position: absolute;
  left: -10000px;
}

.tabs {
  display: flex;
  flex-flow: column;
  width: 250px;
  max-height: 500px;
  overflow-y: auto;
  align-self: flex-start;
}

@media (max-width: 980px) {
  .tabs {
    display: none;
  }
}
.tab-label {
  font-size: 14px;
  min-height: 60px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  color: rgba(37, 56, 88, 0.6);
  padding-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

.tab-label .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #253858;
  border-left: 1px solid #253858;
  transform: translate(0, -50%) rotate(135deg);
  top: 50%;
  position: absolute;
  right: 10px;
}

@media (max-width: 980px) {
  .tab-label .arrow-right {
    transform: translate(0, -50%) rotate(225deg);
  }
}
.tab-label.active,
.tab-label:hover {
  background: #f3f7ff;
  color: #0065ff;
  font-weight: 500;
}

.tab-label.active .arrow-right,
.tab-label:hover .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0065ff;
  border-left: 1px solid #0065ff;
  transform: translate(0, -50%) rotate(135deg);
}

@media (max-width: 980px) {
  .tab-label.active .arrow-right,
  .tab-label:hover .arrow-right {
    transform: translate(0, -50%) rotate(45deg);
  }
}
.panelwrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 270px);
  position: relative;
  margin-left: 20px;
}

.panelwrapper .mobile {
  display: none;
}

@media (max-width: 980px) {
  .panelwrapper .mobile {
    display: flex;
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  .panelwrapper {
    width: 100%;
    margin-left: 0;
  }
}
.content-container {
  display: none;
}

.content-container.active {
  display: block;
}

.dedicatated-radio-tabs .panel {
  flex: 100%;
  color: #1e262d;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  border-radius: 8px 8px 0 0;
  overflow: auto;
  position: relative;
  max-height: 500px;
}

@media (max-width: 980px) {
  .dedicatated-radio-tabs .panel {
    margin-left: 0;
    max-height: initial;
    border-radius: 8px 8px 0 0;
  }
}
.dedicatated-radio-tabs .panel .text-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cadcff;
}

.dedicatated-radio-tabs .panel .listing {
  padding: 0 0 0 50px;
  margin: 0;
  list-style: disc !important;
}

.dedicatated-radio-tabs .panel .listing li {
  padding: 3px 0;
}

.dedicatated-radio-tabs .panel .first-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 30px 0 20px 0;
}

.dedicatated-radio-tabs .panel .common-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 16px 0 8px;
  display: flex;
  align-items: flex-start;
}

.dedicatated-radio-tabs .panel .common-heading i {
  margin-right: 10px;
}

.dedicatated-radio-tabs .panel .common-heading i.staricon {
  background: url("../../images/bu/investment/tab-star-icon.svg") no-repeat 0 0;
  height: 24px;
  width: 24px;
}

.dedicatated-radio-tabs .panel .common-heading i.batchicon {
  background: url("../../images/bu/investment/tab-batch-icon.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
}

.dedicatated-radio-tabs .panel .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
  padding: 0 0 0 35px;
}

.learn-more-about {
  background: linear-gradient(0deg, #f2f5fa -121.33%, #cfe1ff 428.67%);
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  left: 0;
  border-radius: 0 0 8px 8px;
  padding: 10px 10px 10px 50px;
  box-sizing: border-box;
  display: flex;
  font-weight: 500;
  color: #0065ff;
  align-items: center;
  position: relative;
}

.learn-more-about .bookicon {
  background: url("../../images/bu/investment/tab-book-icon.svg") no-repeat -13px 8px;
}

@media (max-width: 980px) {
  .learn-more-about {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 568px) {
  .learn-more-about {
    padding: 10px 10px 10px 0;
    font-size: 14px;
  }
}
.learn-more-about .link {
  display: block;
  z-index: 1;
  background: #0065ff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 568px) {
  .learn-more-about .link {
    display: block;
    z-index: 1;
    background: #0065ff;
    width: 90px;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 10px;
    font-size: 12px;
  }
}
.learn-more-about .bookicon {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  left: -10px;
  bottom: 0;
}

.learn-more-about .bookicon svg {
  width: 100%;
}

.investment-option-slider-noslick {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider-noslick {
    background: #fff;
    padding: 20px 0 0 10px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider-noslick .ghi-heading,
.investment-option-slider-noslick h2,
.investment-option-slider-noslick h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider-noslick .ghi-heading strong,
.investment-option-slider-noslick h2 strong,
.investment-option-slider-noslick h3 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider-noslick .ghi-heading,
  .investment-option-slider-noslick h2,
  .investment-option-slider-noslick h3 {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider-noslick .ghi-heading,
  .investment-option-slider-noslick h2,
  .investment-option-slider-noslick h3 {
    padding: 0;
    font-size: 18px !important;
  }
}
.investment-option-slider-noslick .option-slider-no-slick {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

.investment-option-slider-noslick .option-slider-no-slick.full {
  width: 1100px;
}

.investment-option-slider-noslick .option-slider-no-slick.full .arrows.style-5 .arrow-right {
  right: 26px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider-noslick .option-slider-no-slick {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider-noslick .option-slider-no-slick.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider-noslick .option-slider-no-slick.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider-noslick .option-slider-no-slick {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider-noslick .option-slider-no-slick .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider-noslick .option-slider-no-slick .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 200px;
  background-size: cover;
  cursor: auto;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 200px;
  background-size: cover;
  cursor: auto;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 200px;
  background-size: cover;
  cursor: auto;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 200px;
  background-size: cover;
  cursor: auto;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 200px;
  background-size: cover;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  cursor: auto;
  background-size: cover;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  cursor: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .banner {
    background-size: cover !important;
    cursor: auto;
  }
}
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .text {
  width: calc(100% - 85px);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .text a {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore {
  width: 75px;
  display: flex;
  align-items: center;
  right: 12px;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 2px 7px 3px;
  color: #0065ff;
  border-radius: 5px;
  position: absolute;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media (max-width: 640px) {
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
    bottom: initial;
  }
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore a,
.investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 2px 7px 3px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 640px) {
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore a,
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore a:before,
  .investment-option-slider-noslick .option-slider-no-slick .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider-noslick.sliderWrapper .items.col-4 .item {
  margin: 0 14px 0 0;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider-noslick.sliderWrapper .items.col-4 .item {
    margin: 0 20px 0 0;
  }
}
#investment_newcj_article_leftpanel {
  margin: 40px 0 0 0;
}

.keyterminology_wrapper {
  width: 1170px;
  margin: 60px auto 20px;
}

@media (max-width: 1024px) {
  .keyterminology_wrapper {
    width: 100%;
  }
}
.keyterminology_wrapper .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  margin: 0 0 20px 0;
}

.keyterminology_wrapper .header_wrap h2 {
  margin: 0;
  width: 330px;
  color: rgba(37, 56, 88, 0.89);
}

.keyterminology_wrapper .header_wrap .steps {
  width: calc(100% - 320px);
  display: flex;
  justify-content: end;
}

@media (max-width: 890px) {
  .keyterminology_wrapper .header_wrap .steps {
    display: none;
  }
}
.keyterminology_wrapper .header_wrap .steps span {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: rgba(37, 56, 88, 0.38);
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
}

.keyterminology_wrapper .header_wrap .steps span.active {
  background-color: #0067ff;
  color: #fff;
}

.keyterminology_wrapper .keyterminology_cards_wrapper {
  position: relative;
}

@media (max-width: 890px) {
  .keyterminology_wrapper .keyterminology_cards_wrapper {
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 12px;
  }
}
.keyterminology_wrapper .keyterminology_cards_wrapper .group_card {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.keyterminology_wrapper .keyterminology_cards_wrapper .group_card.hide {
  display: none;
}

@media (max-width: 890px) {
  .keyterminology_wrapper .keyterminology_cards_wrapper .group_card {
    flex-wrap: nowrap;
    min-width: 1896px;
    margin-right: 16px;
    float: left;
  }
  .keyterminology_wrapper .keyterminology_cards_wrapper .group_card.hide {
    display: flex !important;
  }
  .keyterminology_wrapper .keyterminology_cards_wrapper .group_card:last-child {
    min-width: 596px;
  }
}
.keyterminology_wrapper .keyterminology_cards_wrapper .group_card li {
  width: 32%;
  background: linear-gradient(50.62deg, #e0e6ff 25.14%, #e3fff0 129.7%);
  padding: 26px 16px;
  box-sizing: border-box;
  margin: 5px 0.5%;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 890px) {
  .keyterminology_wrapper .keyterminology_cards_wrapper .group_card li {
    min-width: 300px;
    max-width: 300px;
  }
}
.keyterminology_wrapper .keyterminology_cards_wrapper .group_card li .heading {
  font-size: 16px;
  font-weight: 600;
  color: rgba(37, 56, 88, 0.89);
}

.keyterminology_wrapper .keyterminology_cards_wrapper .group_card li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.89);
  line-height: 32px;
}

.keyterminology_wrapper .filter_list {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .keyterminology_wrapper .filter_list {
    display: none;
  }
}
.keyterminology_wrapper .filter_list .heading {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 150px;
}

.keyterminology_wrapper .filter_list .filter-tab-content {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: calc(100% - 150px);
  padding-right: 16px;
}

.keyterminology_wrapper .filter_list .filter-tab-content li {
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
  color: #0065ff;
  cursor: pointer;
  margin: 4px 6px 4px 4px;
  cursor: pointer;
}

.keyterminology_wrapper .filter_list .filter-tab-content li.disabled {
  color: rgba(37, 56, 88, 0.2352941176);
  cursor: none;
}

.exit-intent-popup-container.mobile {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.mobile .blue {
  color: #0065ff !important;
}

.exit-intent-popup-container.mobile.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup {
  position: relative;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 15px 0 30px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 90%;
    padding: 16px 15px 0 30px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 98%;
    padding: 16px;
    margin: 0 auto;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 300px;
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: auto;
    padding: 16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo {
  background: url("../../images/bu/nfo-exit-intent-bg.png") no-repeat right bottom, #fff;
  background-size: 587px;
  padding-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo {
    padding: 25px 15px;
    height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo::after {
  content: "";
  background-image: url("../../images/bu/nifty-nfo.png") !important;
  background-size: 369px;
  width: 369px;
  height: 232px;
  position: absolute;
  top: 70px;
  right: 18px;
  z-index: 0;
  opacity: 1 !important;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo::after {
    display: none;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-text-intent {
  color: transparent;
  background: linear-gradient(90deg, #071957 0, #0065ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 38px;
  max-width: 400px;
  font-weight: 700;
  margin: 8px 0 10px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-text-intent {
    font-size: 31px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row {
  max-width: 369px;
  display: flex;
  background: rgba(0, 101, 255, 0.0509803922);
  border-radius: 10px;
  padding: 20px 25px;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row {
    margin: 5px 0;
    background: rgba(242, 247, 255, 0.8);
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row::after {
  content: "";
  width: 1px;
  height: 71px;
  background: rgba(0, 101, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 9px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon {
    font-size: 14px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon.rupee-icon-intent:before {
  content: "";
  display: flex;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  background: url("../../images/bu/nfo-intent-rupee.svg") no-repeat 0 0;
  background-size: 18px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon.date-icon-intent:before {
  content: "";
  display: flex;
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
  background: url("../../images/bu/nfo-intent-date.svg") no-repeat 0 0;
  background-size: 18px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon.date-icon-intent:before {
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-text {
  font-size: 20px;
  font-weight: 600;
  color: #18275b;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-text {
    font-size: 19px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content button {
    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: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;
}

@media (max-width: 980px) {
  .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;
  }
}
@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.cg:after {
    width: 200px;
    height: 210px;
    right: 9px;
  }
}
@media (max-width: 568px) {
  .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;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
  background: #fff4e2;
}

@media screen and (max-width: 980px) {
  .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-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;
  position: relative;
  font-size: 11px;
  text-align: right;
  margin-top: 0;
  color: rgba(37, 56, 88, 0.3);
  padding-top: 0;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.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 .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;
}

.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;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
    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;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    font-size: 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 7px 7px 35px;
    width: 100% !important;
    display: block;
    max-width: 214px;
    letter-spacing: 0;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
.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;
}

@media (max-width: 980px) {
  .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;
  }
}
.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;
}

.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;
}

@media screen and (max-width: 768px) {
  .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 {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 440px;
  position: relative;
  margin: 0 0 20px 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;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description .nothing-text {
    font-weight: 400;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description.sapretor {
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.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 p.description::after {
  display: none;
}

.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);
}

@media screen and (max-width: 768px) {
  .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 {
  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;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    min-height: 48px;
    left: -17px;
  }
}
.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,
.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;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large,
  .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,
.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;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan,
  .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 p.details-2 span.premiumPlan sup,
.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;
}

@media screen and (max-width: 980px) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .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;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    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;
  }
}
@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%;
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .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 {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.95);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 47%;
  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;
}

@media screen and (max-width: 767px) {
  .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;
  }
}
.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,
.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,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a,
.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;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a,
  .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;
  }
}
.multiple-tabs-section {
  text-align: center;
}

.multiple-tabs-section.pd-block24 {
  padding: 24px 0;
}

@media screen and (max-width: 1024px) {
  .multiple-tabs-section.pd-block24 {
    padding: 24px 10px 0;
  }
}
.multiple-tabs-section .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: rgba(37, 56, 88, 0.8901960784);
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .multiple-tabs-section .heading {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #253858;
    position: relative;
  }
  .multiple-tabs-section .heading::after {
    background: #ffab00;
    content: "";
    position: absolute;
    height: 2px;
    width: 64px;
    bottom: -8px;
    left: 0;
  }
}
.multiple-tabs-section .multiple-tabs-body .multiple-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .multiple-tabs-section .multiple-tabs-body .multiple-tabs {
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .multiple-tabs-section .multiple-tabs-body .multiple-tabs::-webkit-scrollbar {
    display: none;
  }
}
.multiple-tabs-section .multiple-tabs-body .multiple-tabs .multiple-tab {
  background: #f7fbff;
  border: 0;
  padding: 16px 8px;
  margin: 0 12px 0 0;
  border-radius: 4px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.multiple-tabs-section .multiple-tabs-body .multiple-tabs .multiple-tab.active {
  background: #0065ff;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .multiple-tabs-section .multiple-tabs-body .multiple-tabs .multiple-tab {
    flex-shrink: 0;
  }
}
.multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body {
  margin: 24px 0 0;
}

.multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content {
  background: #ddecff;
  padding: 16px 16px 4px;
  border-radius: 8px;
  display: none;
}

@media screen and (max-width: 767px) {
  .multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content {
    padding: 10px 8px 0;
  }
}
.multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content.active {
  display: block;
}

.multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list {
    justify-content: flex-start;
  }
}
.multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list a {
  background: #fff;
  padding: 24.5px 8px;
  border-radius: 8px;
  margin: 0 12px 12px 0;
  width: 13%;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #000;
  max-width: 135px;
}

.multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list a {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list a {
    width: 48%;
    max-width: initial;
    display: flex;
    align-items: CENTER;
    justify-content: center;
  }
  .multiple-tabs-section .multiple-tabs-body .multiple-tab-content-body .multiple-tab-content .list a:nth-child(2n) {
    margin-right: 0;
  }
}
.up-disclaimer {
  font-size: 8px;
  color: rgba(37, 56, 88, 0.4);
  margin: 6px;
  text-align: left;
}

.floatingPopupDiv .floatpanel {
  max-height: 450px !important;
  overflow-y: scroll !important;
}

.disForm .rightContent .investment-bg .description span.greenText {
  font-size: 18px;
  color: #00ffb7;
  font-weight: 500;
}

.section-full .section-grid .reviewAction {
  justify-content: center;
  gap: 10px;
  max-width: 310px;
}

.leftSection p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.tableContent {
  box-shadow: none;
  padding: 0;
}

.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}

@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 0 10px 16px;
  }
}
.section-full.lgpp .scrollable-box {
  position: relative;
}

.section-full.lgpp .scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}

.section-full.lgpp .scrollable-box.y p {
  padding-right: 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .section-full.lgpp .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.section-full.lgpp .popular-search {
  position: relative;
  padding: 0;
}

.section-full.lgpp .popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.section-full.lgpp .popular-search h2.underline {
  display: flex;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.section-full.lgpp .popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.section-full.lgpp .popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.section-full.lgpp .popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li:hover {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.section-full.lgpp .popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.section-full.lgpp .popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

#financial-news {
  position: relative;
  margin-top: 20px;
}

#financial-news .lin-container {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 101, 255, 0.0509803922);
  padding: 20px 15px;
}

@media (max-width: 767px) {
  #financial-news .lin-container .lin-heading {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 980px) {
  #financial-news .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #financial-news .lin-container {
    padding: 0 0;
  }
}
#financial-news .lin-container .lin-heading {
  font-size: 24px;
  font-weight: 500;
  color: #0065ff;
}

#financial-news .lin-container .lin-heading span {
  font-size: 24px;
  font-weight: 500;
  color: #0065ff;
}

#financial-news .lin-container .lin-left {
  width: 63%;
  padding-right: 15px;
  height: 400px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
}
#financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 25px;
  line-height: 28px;
  -webkit-line-clamp: none;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 18px;
    padding: 10px 0;
  }
}
#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph {
  height: auto;
}

#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p {
  color: rgba(37, 56, 88, 0.9);
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
}

#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p:first-child {
  -webkit-line-clamp: inherit;
  display: block;
  -webkit-box-orient: initial;
  text-overflow: initial;
  overflow: initial;
}

#financial-news .lin-container .lin-left .newsFullView .read-more-news {
  display: none;
}

#financial-news .lin-container .lin-right {
  width: 37%;
  position: relative;
  max-width: 274px;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .lin-right {
    max-width: 100%;
  }
}
#financial-news .lin-container .lin-row {
  display: flex;
  justify-content: space-between;
}

#financial-news .lin-container .latest-news-heading {
  display: flex;
  align-items: center;
}

#financial-news .lin-container .latest-news-heading img {
  margin: 0 10px 0 0;
}

#financial-news .lin-container .latest-news-heading span {
  color: #095706;
  font-size: 20px;
  margin: 0 0 0 7px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .latest-news-heading {
    padding: 20px 0 5px 15px;
  }
  #financial-news .lin-container .latest-news-heading img {
    margin-top: 4px;
  }
}
#financial-news .lin-container .slide-news {
  margin: 13px 0 0 0;
  display: block;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .slide-news {
    margin: 10px 0 0 0;
    padding: 0 15px 20px;
  }
}
#financial-news .lin-container .read-more-news {
  display: block;
  font-size: 13px;
  margin: 10px 0 0 0;
  color: #0067ff;
  cursor: pointer;
}

#financial-news .lin-container .heading-text-latest {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#financial-news .lin-container .read-txt .parent-paragraph {
  height: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .read-txt .parent-paragraph {
    height: auto;
  }
}
#financial-news .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 5px 0 0;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .read-txt p {
    display: none;
  }
}
#financial-news .lin-container .read-txt p:first-child {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 1;
  }
}
#financial-news .lin-container .slide-news-box {
  background: #fff;
  padding: 12px 13px;
  box-shadow: rgba(37, 56, 88, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
    min-height: 88px;
  }
}
@media screen and (max-width: 767px) {
  #financial-news .lin-container .slide-news-box.current {
    border: 1px solid #0065ff;
  }
}
#financial-news .lin-container .slide-news-box.current .read-more-news {
  opacity: 0.3;
}

#financial-news .lin-container .tab-content {
  display: none;
}

#financial-news .lin-container .tab-content.current {
  display: inherit;
}

#financial-news .lin-container .slider {
  max-width: 800px;
  margin: auto;
  overflow-y: hidden;
  height: 365px;
  position: relative;
}

#financial-news .lin-container .slider::after {
  content: "";
  position: absolute;
  backdrop-filter: blur(2px);
  height: 110px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
}

#financial-news .lin-container .slider .view-more-btn {
  width: 105px;
  height: 36px;
  background: #0065ff;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 4px;
  bottom: 40px;
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 767px) {
  #financial-news .lin-container .slider .view-more-btn {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #financial-news .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  #financial-news .lin-container .slider .slide-news-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
#financial-news .lin-container .slider::-webkit-scrollbar-track {
  background: 0 0;
}

#financial-news .lin-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#financial-news .lin-container .slides .slide-news-row {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

#financial-news .lin-container .lin-right button {
  position: absolute;
  top: 0;
  border: 1px solid #0067ff;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

#financial-news .lin-container .lin-right .prev {
  right: 36px;
}

#financial-news .lin-container .lin-right .next {
  right: 0;
}

@media (max-width: 919px) {
  #financial-news .lin-container .tioc-container {
    padding: 0 15px;
  }
  #financial-news .lin-container .cities-list-wrapper ul li {
    min-width: auto;
    width: 48%;
  }
  #financial-news .lin-container .lin-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #financial-news .lin-container .read-more-news {
    display: none;
  }
  #financial-news .lin-container .cities-list-wrapper ul li {
    width: 100%;
  }
  #financial-news .lin-container .lin-left {
    width: 100%;
  }
  #financial-news .lin-container .lin-right {
    width: 100%;
  }
  #financial-news .lin-container .lin-row {
    flex-direction: column;
  }
}
.disForm .rightContent .investment-bg .description sup {
  font-size: 12px;
}

.disForm .rightContent .investment-bg .description span sup {
  font-size: 9px;
}

.disForm .rightContent .investment-bg .heading sup {
  font-size: 13px;
}

.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new {
  border-radius: 20px;
  padding: 40px 55px 20px;
  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-1.png) !important;
  width: 440px;
  height: 440px;
  background-size: 94%;
  right: -10px;
  bottom: -15px;
}
@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: 210px;
    left: auto;
    bottom: auto;
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
    background-size: 100%;
    width: 152px;
    height: 152px;
    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;
  max-width: 445px;
}
@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;
    padding-top: 175px;
  }
}
.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;
  margin: 20px 0 0 0;
}
@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.pay-zero::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/pay-zero-ulip-exit.svg) !important;
}
.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;
}

.leftSection .ulip-nav-table {
  flex-direction: column;
  padding: 20px 15px;
}
.leftSection .ulip-nav-table .ulip-nav-list .ulip-nav-links {
  max-height: inherit;
  overflow-y: hidden;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: calc(100% + 15px);
}
.leftSection .ulip-nav-table .ulip-nav-list .ulip-nav-links::-webkit-scrollbar {
  display: none;
}
@media (max-width: 980px) {
  .leftSection .ulip-nav-table .ulip-nav-list .ulip-nav-links {
    width: calc(100% + 10px);
  }
}
.leftSection .ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
  font-size: 16px;
}
.leftSection .ulip-nav-table .ulip-table-rhs {
  width: 100%;
  margin: 10px 0 0 0;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer {
  height: auto;
  padding: 0;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer .footable {
  max-height: inherit;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer .footable table {
  margin: 0;
  border: 0px;
  line-height: inherit;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr:first-child {
  background: #eaefff !important;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td {
  margin: 0px;
  border: 0px;
  vertical-align: middle;
  min-width: 80px;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td button.btn {
  margin: 0px;
  padding: 0px;
}
.leftSection .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td a {
  color: rgb(0, 101, 255) !important;
}

.ulip-nav-table {
  background: #F3F7FF;
  border-radius: 10px;
  padding: 20px;
  margin: 40px auto 0;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .ulip-nav-table {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.ulip-nav-table .ulip-nav-list .title-ulip {
  font-size: 26px;
  font-weight: 700;
  color: #253858;
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-nav-list .ulip-nav-links {
    overflow-y: auto;
    display: flex;
    max-height: inherit;
  }
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists {
  margin: 18px 0 0 0;
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
  font-size: 18px;
  color: #253858;
  text-decoration: none;
  padding: 14px 15px;
  display: flex;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
    white-space: nowrap;
  }
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a.active {
  color: #fff;
  background: #0065FF;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs {
  border-radius: 8px;
  padding: 12px 4px 12px 12px;
  background: #FFFFFF;
  width: 74%;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs {
    width: 100%;
    padding-right: 0px;
    margin-top: 10px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer::after {
  background: transparent;
  height: 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer {
  height: auto;
  padding: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable {
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable {
    overflow-y: auto;
    max-height: inherit;
    padding-right: 10px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  width: 100%;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr {
  background: rgba(51, 98, 255, 0.03);
  border-top: 10px solid #fff;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr.th-row {
  background: #eaefff;
  position: sticky;
  top: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th {
  text-align: left;
  font-size: 16px;
  color: rgb(37, 56, 88);
  font-weight: 500;
  padding: 15px 10px;
  white-space: nowrap;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th:first-child {
  border-radius: 8px 0px 0px 8px;
  max-width: 140px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th:last-child {
  border-radius: 0px 8px 8px 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th.sort-asc img {
  transform: rotate(180deg);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th img {
  filter: brightness(0);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th b {
  font-weight: 500;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons {
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  margin-left: 5px;
  gap: 2px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-up {
  display: block;
  cursor: pointer;
  width: 9px;
  height: 5px;
  background: url(../../images/bu/investment/sorting-up-ulip-nav.svg) no-repeat 0 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-up:hover {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-down {
  display: block;
  cursor: pointer;
  width: 9px;
  height: 5px;
  background: url(../../images/bu/investment/sorting-down-ulip-nav.svg) no-repeat 0 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-down:hover {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:first-child {
  border-radius: 8px 0px 0px 8px;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:first-child {
    min-width: 140px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:last-child {
  border-radius: 0px 8px 8px 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  max-width: 138px;
  line-height: 24px;
  color: rgb(0, 101, 255);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td .green {
  background: rgb(215, 255, 205);
  padding: 4px 10px;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td .red {
  background: rgb(255, 204, 200);
  padding: 4px 10px;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td button.btn {
  background: rgb(0, 101, 255);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
  width: 83px;
  height: 32px;
  cursor: pointer;
}

.disForm.formBlock:has(.leftContentBox.ulippage) {
  background: transparent;
  justify-content: space-between;
  padding: 20px 0;
}
.disForm.formBlock:has(.leftContentBox.ulippage)::before {
  background: none;
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox {
  max-width: 720px;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox {
    padding: 20px 20px 20px;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper {
    display: none;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox {
  background: rgba(12, 118, 240, 0.0509803922);
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox {
    background: #06225F;
    border-radius: 10px;
    padding: 0 12px 12px;
  }
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner {
    padding: 0;
    background: none;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .ff-banner {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .ff-banner {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .ff-banner .stairgraphic {
  height: 252px;
  background: url(../../images/bu/investment/ulip-feature-banner.svg) no-repeat left center/contain;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .ff-banner .stairgraphic {
    background: url(../../images/bu/investment/ulip-feature-banner-mobile.svg) no-repeat center/contain;
    display: flex;
    height: 73px;
    width: 115px;
    position: absolute;
    top: 3px;
    right: -10px;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .ff-banner img {
  display: none;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 16px;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer h2::after {
    content: ":";
    color: #fff;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points {
  margin: 0px;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li {
    padding: 7px 0 7px 35px;
    color: #fff;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist::before {
  height: 29px;
  width: 29px;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist::before {
    width: 22px;
    height: 22px;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-1:before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-2:before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-3:before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-4:before {
  background: url(../../images/bu/investment/ulip-coin-feature.svg) no-repeat 0 -2px;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-1:before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-2:before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-3:before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-4:before {
    background-size: 100%;
    background-position: 0 1px;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-1.ico-3::before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-2.ico-3::before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-3.ico-3::before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-4.ico-3::before {
  background-position: 0 -2px;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-1.ico-3::before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-2.ico-3::before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-3.ico-3::before, .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li.iconlist.ico-4.ico-3::before {
    background-position: 0 7px;
    height: 29px;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .invBanner .ff-content .keypointer .key-points li span.sm {
  font-size: 16px;
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .pointers {
  margin: 0;
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .leftbox .pointers .headingtext {
  margin: 0px;
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor {
  bottom: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  border-radius: 0px;
}
.disForm.formBlock:has(.leftContentBox.ulippage) .rightContent {
  max-width: 424px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .rightContent {
    margin: 0 auto;
    width: 96%;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .rightContent.mobileview.ulippage {
  border-top: 3px solid #0065FF;
  background: #05347b;
}
.disForm.formBlock:has(.leftContentBox.ulippage) .rightContent.mobileview.ulippage .investment-bg form#frmInv {
  background: #fff;
  padding: 6px 10px 15px;
  border-radius: 10px;
}

.leftSection .ulip-nav-table:has(.fundmoreplans) table tr {
  display: none;
}
.leftSection .ulip-nav-table:has(.fundmoreplans) table tr:nth-child(-n+5) {
  display: table-row;
}
.leftSection .ulip-nav-table:has(.fundmoreplans) .full table tr {
  display: table-row;
}
.leftSection .ulip-nav-table:has(.fundmoreplans) .fundmoreplans {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 173px;
  margin: 0 auto;
  padding: 10px 8px;
  border-radius: 4px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  display: flex;
  z-index: 11;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild::after {
  display: none;
}

.updateMobileFeild .dropdown {
  position: relative;
  width: 85px;
  cursor: pointer;
}

.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}

.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 3px;
  padding-right: 18px;
  height: 36px;
  margin-top: 5px;
  width: 85px;
  border: none;
}

.updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}

.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}

.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}

.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: 0;
  box-sizing: border-box;
}

.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}

@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 767px) {
  .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after,
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}

@media (max-width: 640px) {
  .updateMobileFeild .code-number {
    margin: 0 0 0;
  }
}
.updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}

@media (max-width: 375px) {
  .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
  border: none;
}

@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0;
  height: 100%;
  font-weight: 500;
}

.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable,
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}

.updateMobileFeild.error {
  margin: 10px 0 16px;
}

.updateMobileFeild.error .code-number {
  border: 1px solid red;
}

.updateMobileFeild.error .err {
  color: red;
  font-weight: 600;
}