@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  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: "←";
}

/* Dots */
.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: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus: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: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  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: .5em .5em .5em .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: .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: .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: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .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: .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: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .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 .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: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .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: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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 {
  -ms-touch-action: none;
  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 .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: .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%;
  filter: alpha(opacity=25);
  opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  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 {
  -ms-touch-action: none;
  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 .4em;
  margin: .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: .5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: .4em 2.1em .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;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .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 {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.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: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  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: .2em 22px .2em .4em;
}

.ui-widget-content a, .ui-widget-header, .ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .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: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .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;
  -webkit-box-shadow: 0 0 5px #aaa;
  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: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .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: .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;
}

input::-ms-clear {
  display: none;
}

.hide {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #B3BAC5;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #B3BAC5;
  font-size: 14px;
}

::-ms-input-placeholder {
  color: #B3BAC5;
  font-size: 14px;
}

::placeholder {
  color: #B3BAC5;
  font-size: 14px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.term_cond, .termCondition {
  font-size: 11px;
  display: block;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}

.term_cond.isnri, .termCondition.isnri {
  font-weight: 500;
}

.term_cond a, .termCondition a {
  color: #0065ff;
  text-decoration: none;
}

.term_cond.format {
  display: none;
}

.termCondition {
  text-align: center;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

#policybazaar .tcondition {
  width: 1140px;
  margin: 0px auto !important;
  padding: 5px;
  font-size: 11px;
  text-align: left;
  color: #253858;
}

.brnone br {
  display: none;
}

.orange_div {
  background: #e14331;
  text-align: center;
  color: #fff;
  padding: 0px 0 5px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 500;
  width: 96%;
  margin: 0px auto;
  position: relative;
  top: -2px;
  border-radius: 0px 0px 50px 50px;
  border: 1px dashed #ffffff;
  border-top: 0;
}

.orange_div .discount_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../images/discount-iocn.svg");
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.orange_div .discount_icon {
  border-radius: 50%;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.floatingPopupDiv .showForm {
  width: 90%;
  margin: 0px auto;
  background: none;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.floatingPopupDiv .showForm::-webkit-scrollbar {
  display: none;
}

.floatingPopupDiv .showForm .disForm {
  width: 100%;
}

.floatingPopupDiv .showForm .disForm .rightContent {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}

.floatingPopupDiv .showForm .disForm .rightContent .logo_insurer {
  display: none;
  text-align: center;
}

.floatingPopupDiv .showForm .disForm .rightContent .term_cond.format {
  text-align: center;
  display: block;
  line-height: 20px;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.floatingPopupDiv .close:before, .floatingPopupDiv .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.floatingPopupDiv .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floatingPopupDiv .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 43%;
  background: #fff;
  right: 0;
  height: 100%;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 45px;
}

.floatingPopupDiv .floatpanel .orange_div {
  margin: 0 auto 0px;
  width: 64%;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
}

.floatingPopupDiv.open {
  display: block;
}

.showForm {
  background-color: #f4f7fe;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 7px #98a4b8;
          box-shadow: 0px 1px 7px #98a4b8;
}

@media only screen and (max-width: 1024px) {
  .showForm {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
}

.showForm.theme_sbi {
  background-image: url(../../images/bu/theme_bg_sbi.svg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff;
}

.showForm.theme_sbi .tcondition {
  text-align: right !important;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi {
    background-image: none;
  }
  .showForm.theme_sbi .tcondition {
    background-color: #f4f7fe;
    text-align: left !important;
  }
}

.showForm.theme_sbi .themetitle {
  max-width: 60%;
  font-size: 32px;
  color: #00578D;
  font-weight: 600;
}

.showForm.theme_sbi .themetitle span {
  font-size: 18px;
  color: #00578D;
  font-weight: 600;
  display: block;
  margin: 5px 0 0;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .themetitle {
    max-width: 180px;
    float: left;
    font-size: 22px;
    margin-top: 25px;
  }
  .showForm.theme_sbi .themetitle span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .themetitle {
    float: left;
    font-size: 18px;
    margin-top: 17px;
    max-width: 120px;
  }
  .showForm.theme_sbi .themetitle span {
    font-size: 14px;
    color: #00578D;
    font-weight: 600;
    display: block;
    margin: 2px 0;
  }
}

@media only screen and (max-width: 320px) {
  .showForm.theme_sbi .themetitle {
    font-size: 16px;
    width: 105px;
  }
  .showForm.theme_sbi .themetitle span {
    font-size: 12px;
  }
}

.showForm.theme_sbi .disForm {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .showForm.theme_sbi .disForm.pt10-0 {
    padding: 0 0 0 0;
    background: #F4F7FF;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget {
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget {
    background: #aecdfa;
    background: -webkit-gradient(linear, left top, right top, color-stop(66%, #aecdfa), to(#dfecfd));
    background: linear-gradient(90deg, #aecdfa 66%, #dfecfd 100%);
    margin: 0;
    width: 100%;
    padding: 0px 10px;
  }
  .showForm.theme_sbi .disForm .leftContentBox-widget .mobileCenterview {
    max-width: 400px;
    margin: 0px auto;
    width: 96%;
    position: relative;
  }
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .mobileCenterview {
    width: 90%;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget .themeprodcut_image {
  height: 340px;
  width: 340px;
  background: url(../../images/bu/theme_sbi_child.png) no-repeat center center;
  position: absolute;
  background-size: 96%;
  padding: 0px;
  right: 0;
  bottom: -100px;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .themeprodcut_image {
    display: none;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget.no-partner {
  min-height: auto;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget.no-partner {
    padding: 0px;
  }
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget.no-partner {
    height: 170px;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget .co-logo {
  position: relative;
  width: auto;
  height: auto;
  border: none;
  top: 10px;
}

.showForm.theme_sbi .disForm .leftContentBox-widget .co-logo img {
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .co-logo {
    display: inline-block;
    position: absolute;
    top: 110px;
  }
  .showForm.theme_sbi .disForm .leftContentBox-widget .co-logo img {
    width: 90px;
  }
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .co-logo {
    display: inline-block;
    position: absolute;
    top: 90px;
  }
  .showForm.theme_sbi .disForm .leftContentBox-widget .co-logo img {
    width: 80px;
  }
}

@media only screen and (max-width: 320px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .co-logo {
    display: inline-block;
    position: absolute;
    top: 85px;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointers {
    float: right;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist {
  list-style: none;
  width: 35%;
  height: auto;
  margin-top: 20px;
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li {
  font-size: 16px;
  color: #00578D;
  margin: 0 0 10px 0;
  padding-left: 25px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li span {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li span {
    display: inline;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li .listicon {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 6px;
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li .listicon:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 0;
  height: 0;
  z-index: 100;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #71bce1;
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li .listicon:before {
    top: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #71bce1;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li .listicon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 99;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #0763f6;
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li .listicon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #0763f6;
  }
}

.showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li:last-child .listicon {
  top: 6px;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li:last-child .listicon {
    top: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist {
    list-style: none;
    width: 220px;
    height: 220px;
    margin-top: 0;
    border-radius: 50%;
    border: 5px solid #0662f6;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 2px #171717;
            box-shadow: inset 0px 0px 2px #171717;
    padding: 35px 25px 30px 40px;
  }
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li {
    padding-left: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li .listicon {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -12px;
    top: 6px;
  }
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist {
    list-style: none;
    width: 200px;
    height: 200px;
    padding: 30px 20px 30px 50px;
    right: -6px;
    position: relative;
    bottom: -5px;
  }
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist li {
    padding-left: 0px;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .showForm.theme_sbi .disForm .leftContentBox-widget .pointerlist {
    width: 180px;
    height: 180px;
    padding: 30px 5px 30px 34px;
  }
}

.showForm.theme_sbi .disForm {
  scroll-behavior: smooth;
}

.showForm.theme_sbi .disForm .rightContent {
  max-width: 480px;
  padding: 1%;
}

.showForm.theme_sbi .disForm .rightContent .investment-bg {
  width: 100%;
}

.showForm.theme_sbi .disForm .rightContent .investment-bg .headingText {
  font-size: 18px;
  line-height: 24px;
}

.showForm.theme_sbi .disForm .rightContent .investment-bg .headingText .blacktext {
  margin-top: 5px;
}

.showForm.theme_sbi .disForm .rightContent .investment-bg .fieldWrapper {
  width: 96%;
  border-radius: 12px;
  border-color: #5E6C84;
  margin: 24px auto 24px;
}

.showForm.theme_sbi .disForm .rightContent .investment-bg .fieldWrapper .feildLable {
  color: #5E6C84;
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .showForm.theme_sbi .disForm .rightContent .co-logo {
    display: none;
  }
  .showForm.theme_sbi .disForm .rightContent .investment-bg .headingText .extrasmalltext {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 440px) {
  .showForm.theme_sbi .disForm .rightContent {
    width: 90%;
    padding: 10px;
  }
}

.showForm.theme_sbi .disForm .rightContent .proceed, .showForm.theme_sbi .disForm .rightContent #loader {
  width: 85%;
}

.showForm .disForm {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1140px;
  margin: 0px auto;
}

.showForm .disForm.pt10-0 {
  padding: 10px 0 0;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm.pt10-0 {
    padding: 20px 0 0;
  }
  .showForm .disForm.pt10-0 .rightContent {
    -ms-flex-item-align: start;
        align-self: flex-start;
    z-index: 2;
    position: relative;
    top: 0px;
  }
}

@media only screen and (max-width: 440px) {
  .showForm .disForm.pt10-0.pt10-0 .rightContent {
    -ms-flex-item-align: start;
        align-self: flex-start;
    z-index: 2;
    position: relative;
    top: 0px;
  }
}

.showForm .disForm .leftContentBox-widget {
  width: calc(100% - 454px);
  margin-right: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  min-height: 540px;
}

.showForm .disForm .leftContentBox-widget.no-partner {
  min-height: 390px;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget.no-partner {
    min-height: 220px;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget {
    width: calc(100% - 32px);
    margin: 0 16px;
    min-height: auto;
  }
}

.showForm .disForm .leftContentBox-widget .co-logo {
  border: 1px solid #79ADFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.29);
  width: 180px;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.showForm .disForm .leftContentBox-widget .co-logo img {
  max-width: 100%;
  max-height: 70px;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .co-logo {
    display: none;
  }
}

.showForm .disForm .leftContentBox-widget .banner-pic {
  width: 513px;
  height: 326px;
  position: relative;
  z-index: 1;
  float: right;
}

.showForm .disForm .leftContentBox-widget .banner-pic.pension-plan {
  background: url(../../images/bu/investment/pension_plan.png) no-repeat;
  background-size: 100%;
}

.showForm .disForm .leftContentBox-widget .banner-pic.child-plan {
  background: url(../../images/bu/investment/childplan.png) no-repeat;
  background-size: 100%;
  margin-top: -20px;
  height: 300px;
}

.showForm .disForm .leftContentBox-widget .banner-pic.guaranteed-returns {
  width: 643px;
  height: 276px;
  margin: 50px 0 0 0;
  background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
  background-size: 100%;
}

.showForm .disForm .leftContentBox-widget .banner-pic.center {
  margin: 90px auto 0;
  float: none;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .banner-pic {
    display: none;
  }
}

.showForm .disForm .leftContentBox-widget .plans {
  width: 100%;
  float: left;
}

.showForm .disForm .leftContentBox-widget .plans.mt-20- {
  margin-top: -20px;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .plans.mt-20- {
    margin-top: 0px;
  }
}

.showForm .disForm .leftContentBox-widget .plans p.head {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .plans p.head {
    text-align: center;
    padding-top: 18px;
    font-size: 16px;
  }
}

.showForm .disForm .leftContentBox-widget .plans .plans-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .plans .plans-block {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 16px 10px;
    border: 1px solid rgba(112, 112, 112, 0.6);
    background: #fff;
    border-radius: 8px;
  }
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block {
  width: calc(100% / 3 - 10px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
  padding: 10px 0;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.29);
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block:last-child {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .plans .plans-block .block {
    -ms-flex-line-pack: baseline;
        align-content: baseline;
    width: 33%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border-width: 0 1px 0 0;
    border-right: 1px solid rgba(112, 112, 112, 0.6);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 10px 0 0;
    padding-right: 10px;
  }
  .showForm .disForm .leftContentBox-widget .plans .plans-block .block:last-child {
    margin: 0;
    border: 0;
  }
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon {
  background: url(../../images/svg/saving-plan-icon.svg) no-repeat;
  min-width: 35px;
  height: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-size: 100%;
  vertical-align: top;
  margin: 0 15px 0 15px;
  padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon {
    display: block;
    margin: 0 auto;
  }
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon.one {
  background-position: 0 0;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon.two {
  background-position: 0 -69px;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon.three {
  background-position: 0 -138px;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon.four {
  background-position: 0 -208px;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon.five {
  background-position: 0 -280px;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block i.icon.six {
  background-position: 0 -351px;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block p {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 600;
}

.showForm .disForm .leftContentBox-widget .plans .plans-block .block p span {
  font-weight: 300;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox-widget .plans .plans-block .block p {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    text-align: center;
  }
}

.showForm .disForm .certified-partner {
  width: 100%;
  float: left;
  margin: 24px 0 0;
  position: relative;
  cursor: pointer;
  background: #fff9f2;
  border: 1px dashed #eaa14e;
  font-size: 14px;
  padding: 6px 18px 6px 0;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .certified-partner {
    display: none;
  }
}

.showForm .disForm .certified-partner.mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .certified-partner.mobile {
    display: block;
    margin: 20px auto 0;
    float: none;
    max-width: 440px;
  }
}

.showForm .disForm .certified-partner span.text {
  display: inline-block;
  text-align: left;
  padding: 0px 0 0 10px;
  width: 100%;
}

.showForm .disForm .certified-partner span.text i.icon {
  background: url(../../images/bu/platinum-certificate.png) no-repeat;
  min-width: 20px;
  height: 27px;
  display: inline-block;
  background-size: 100%;
  vertical-align: top;
  margin: -3px 10px 0 0;
}

.showForm .disForm .certified-partner span.text span {
  display: inline-block;
  position: relative;
  text-align: left;
  width: calc(100% - 30px);
  vertical-align: middle;
}

.showForm .disForm .certified-partner span.text span ul {
  margin-top: 5px;
}

.showForm .disForm .certified-partner span.text span ul li {
  list-style: none;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}

.showForm .disForm .certified-partner span.text span ul li::before {
  background-color: #eaa14e;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  top: 4px;
}

.showForm .disForm .certified-partner span.text span ul li .link {
  float: right;
  color: #0652dd;
  font-size: 12px;
  font-weight: 600;
  width: auto;
  margin-top: 10px;
}

.showForm .leftContentBox {
  width: calc(1140px - 480px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-size: 100%;
}

.showForm .leftContentBox .leftbox.otherInvestment {
  display: block;
  width: 100%;
  padding: 20px;
}

.showForm .leftContentBox .leftbox.otherInvestment .block_content_wrapper {
  background: transparent;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .showForm .leftContentBox .leftbox.otherInvestment {
    padding: 0px;
  }
  .showForm .leftContentBox .leftbox.otherInvestment .block_content_wrapper {
    padding: 0px;
  }
}

.showForm .leftContentBox .leftbox.fixed-deposite {
  display: none;
}

.showForm .leftContentBox .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.showForm .leftContentBox .content_box .provide_text {
  text-align: center;
  width: 100%;
}

.showForm .leftContentBox .content_box .provide_text h1 {
  font-size: 24px;
  margin: 20px 0;
  color: #172b4d;
}

.showForm .leftContentBox .invBanner {
  height: 325px;
  width: 640px;
  margin: 0px;
  position: relative;
}

.showForm .leftContentBox .invBanner .invImg {
  background-image: url(../../images/bu/investment/top_vector.png);
  background-repeat: no-repeat;
  height: 300px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 36px;
  background-size: 618px 350px;
  background-position: 0px 0px;
}

.showForm .leftContentBox .invBanner .invImg.insurerImg {
  background-image: url(../../images/bu/investment/ulipinsurer.png);
  background-size: 70%;
  background-position: right;
  display: table;
  width: 100%;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.showForm .leftContentBox .invBanner .insurerlogo {
  background: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 10px #e3e9f7;
  box-shadow: 1px 1px 10px #e3e9f7;
  height: 75px;
  position: relative;
  top: 0px;
  left: 40px;
  width: auto;
  text-align: center;
  border: 1px solid #8bacf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
}

.showForm .leftContentBox .invBanner .insurerlogo img {
  width: 90%;
}

.showForm .leftContentBox .invBanner .stairgraphic {
  width: 140px;
  height: 260px;
  position: absolute;
  content: "";
  background-size: contain;
  left: 40px;
  bottom: -20px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-image: url(../../images/bu/investment/ulipInsurer_stairgraphic.png);
  background-position: 0 0;
}

.showForm .leftContentBox .childplan .invBanner .invImg {
  background-image: url(../../images/bu/investment/childplan.png);
  background-size: contain;
  background-position: center center;
}

.showForm .leftContentBox .headingtext {
  font-size: 20px;
  padding: 0 0 15px 0;
  font-weight: 500;
}

.showForm .leftContentBox .pointerlist {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.showForm .leftContentBox .pointerlist li {
  padding: 10px 10px 10px 80px;
  margin: 0px 25px 0 0;
  position: relative;
  border: 1px solid #ccc;
  list-style: none;
  border-radius: 5px;
  width: 200px;
  background-color: #FFFFFF;
  text-align: left;
}

.showForm .leftContentBox .pointerlist li:before {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  left: 20px;
  top: 22%;
  background-repeat: no-repeat;
}

.showForm .leftContentBox .pointerlist li.saveupto:before {
  background-image: url("../../images/bu/investment/guaranteed_tax.svg");
  background-position: 10px 5px;
}

.showForm .leftContentBox .pointerlist li.familycount:before {
  background-image: url("../../images/bu/investment/zero_itcg.svg");
  background-position: 7px 1px;
}

.showForm .leftContentBox .pointerlist li.saving:before {
  background-image: url("../../images/bu/investment/crore.svg");
  background-position: 5px 5px;
}

.showForm .leftContentBox .pointerlist li.ulipcover:before {
  background-image: url("../../images/bu/investment/crore.svg");
  background-position: 5px 5px;
  background-size: 80%;
}

.showForm .leftContentBox .pointerlist li span {
  font-size: 12px;
  color: #172b4d;
  line-height: 15px;
}

.showForm .leftContentBox .pointerlist li span.bl {
  color: #000;
}

.showForm .leftContentBox .pointerlist li p {
  font-weight: 600;
  margin: 0;
  line-height: 18px;
  font-size: 12px;
  color: #172b4d;
}

.showForm .leftContentBox .pointerlist li p.bl {
  color: #000;
}

.showForm .leftContentBox .pointerlist li p span {
  color: #172b4d;
}

@media only screen and (max-width: 1024px) {
  .showForm .leftContentBox .pointerlist li p {
    color: #000;
  }
  .showForm .leftContentBox .pointerlist li p span {
    color: #000;
  }
}

.showForm .leftContentBox .childplan .pointerlist li {
  padding: 10px 15px 10px 60px;
}

.showForm .leftContentBox .childplan .pointerlist li:before {
  left: 5px;
  top: 14%;
}

.showForm .leftContentBox .childplan .pointerlist li.saveupto:before {
  background-image: url("../../images/bu/investment/insurer_pay.svg");
  background-position: center center;
}

.showForm .leftContentBox .childplan .pointerlist li.familycount:before {
  background-image: url("../../images/bu/investment/save_upto.svg");
  background-position: center center;
}

.showForm .leftContentBox .childplan .pointerlist li.saving:before {
  background-image: url("../../images/bu/investment/save6k.svg");
  background-position: center center;
}

.showForm .leftContentBox .childplan .pointerlist li.ulipcover:before {
  background-image: url("../../images/bu/investment/save6k.svg");
  background-position: center center;
}

.showForm .leftContentBox.type_A {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.showForm .leftContentBox.type_A .content_box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.showForm .leftContentBox.type_A .pointers {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.showForm .leftContentBox.type_A .claimrate {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 25px;
}

.showForm .insurer_providerlogo {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .showForm .insurer_providerlogo {
    width: 90%;
    text-align: center;
    background: #fff;
    margin: 0px auto;
    max-width: 440px;
    -webkit-box-shadow: 0px -1px 7px 0px #ccc;
            box-shadow: 0px -1px 7px 0px #ccc;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    top: 10px;
    z-index: 1;
    position: relative;
    display: block;
  }
  .showForm .insurer_providerlogo .formlogo {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 20px 0 10px;
    border-radius: 5px;
    height: 70px;
  }
}

.showForm .rightContent {
  float: right;
  width: 480px;
  background: #fff;
  padding: 2%;
  border-radius: 0px 8px 8px 0px;
  min-height: 400px;
  position: relative;
}

.showForm .rightContent .co-logo {
  display: none;
}

.showForm .rightContent .co-logo img {
  max-width: 80%;
  max-height: 70px;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media only screen and (max-width: 1024px) {
  .showForm .rightContent .co-logo {
    text-align: center;
    border-radius: 12px;
    width: 128px;
    height: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #fff;
    margin: 0 auto 30px;
    overflow: hidden;
  }
}

.showForm .rightContent .logo_insurer {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .showForm .rightContent.mobileview {
    width: 90%;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 4px 0px #ccc;
            box-shadow: 0px 5px 4px 0px #ccc;
    padding: 0px 3% 3% 3%;
  }
}

.showForm .rightContent .investment-bg {
  background: #fff;
  padding: 0px 0px 0px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}

.showForm .rightContent .investment-bg > div.getExtrabenefit {
  background: #06a857;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 6px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: -23px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .showForm .rightContent .investment-bg > div.getExtrabenefit {
    text-align: center;
    padding: 6px 6px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .showForm .rightContent .investment-bg > div.getExtrabenefit {
    margin-top: -31px;
  }
}

@media only screen and (max-width: 440px) {
  .showForm .rightContent .investment-bg > div.getExtrabenefit {
    display: none;
  }
}

.showForm .rightContent .investment-bg > div.getExtrabenefit .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.showForm .rightContent .investment-bg > div.getExtrabenefit .text:before {
  content: "";
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-image: url(../../images/bu/investment/green_discount_icon_white.svg);
  background-repeat: no-repeat;
}

.showForm .rightContent .investment-bg .headingText {
  color: #0065FF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
}

.showForm .rightContent .investment-bg .headingText .heading {
  font-size: 24px;
  line-height: 28px;
}

.showForm .rightContent .investment-bg .headingText .nri {
  margin: 10px 0 0 0;
}

.showForm .rightContent .investment-bg .headingText .nri p {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.showForm .rightContent .investment-bg .headingText .nri p.small {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

.showForm .rightContent .investment-bg .headingText p.blacktext {
  font-weight: 400;
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-weight: 500;
  clear: both;
  text-transform: none;
  margin: 0px;
  position: relative;
}

.showForm .rightContent .investment-bg .headingText p.blacktext .hr-line {
  position: relative;
  display: inline-block;
}

.showForm .rightContent .investment-bg .headingText p.blacktext .hr-line:before {
  content: "";
  background: #a2a4a6;
  height: 1px;
  width: 30px;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  position: absolute;
}

.showForm .rightContent .investment-bg .headingText p.blacktext .heighlight {
  color: #FD4705;
  font-size: 24px;
  text-transform: capitalize;
}

.showForm .rightContent .investment-bg .headingText p.blacktext.textinsurer {
  font-size: 14px;
}

.showForm .rightContent .investment-bg .headingText p.blacktext.textinsurer span {
  font-weight: bold;
}

.showForm .rightContent .investment-bg .feildLable, .showForm .rightContent .investment-bg .feildLable.gray {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 12px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.showForm .rightContent .investment-bg #number_f .feildLable, .showForm .rightContent .investment-bg #number_f .feildLable.gray {
  left: 136px;
  top: 14px;
}

.showForm .rightContent .investment-bg #number_f {
  position: relative;
}

.showForm .rightContent .investment-bg #number_f input:focus + .feildLable,
.showForm .rightContent .investment-bg #number_f input:focus + .feildLable {
  top: -13px;
  font-size: 12px;
  left: 12px;
}

.showForm .rightContent .investment-bg #number_f input.labelshow + .feildLable,
.showForm .rightContent .investment-bg #number_f input.labelshow + .feildLable.gray {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 12px;
}

.showForm .rightContent .investment-bg input, .showForm .rightContent .investment-bg select {
  border: 1px solid #bfbfbf;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  -webkit-appreance: none;
}

.showForm .rightContent .investment-bg input option[value=""], .showForm .rightContent .investment-bg select option[value=""] {
  color: #bfbfbf;
}

.showForm .rightContent .investment-bg input:focus + .feildLable,
.showForm .rightContent .investment-bg input:focus + .feildLable, .showForm .rightContent .investment-bg select:focus + .feildLable,
.showForm .rightContent .investment-bg select:focus + .feildLable {
  top: -13px;
  font-size: 12px;
  left: 12px;
}

.showForm .rightContent .investment-bg input.labelshow + .feildLable,
.showForm .rightContent .investment-bg input.labelshow + .feildLable.gray, .showForm .rightContent .investment-bg select.labelshow + .feildLable,
.showForm .rightContent .investment-bg select.labelshow + .feildLable.gray {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 12px;
}

.showForm .rightContent .investment-bg .fieldWrapper {
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  position: relative;
  width: 100%;
  display: table;
  margin: 30px auto 30px;
}

.showForm .rightContent .investment-bg .fieldWrapper .ageyears {
  position: absolute;
  color: #0463f6;
  right: 50px;
  top: 14px;
  font-size: 15px;
  font-weight: 600;
}

.showForm .rightContent .investment-bg .fieldWrapper .err {
  font-size: 10px;
  color: red;
  width: 100%;
  left: 0;
  bottom: -18px;
  padding: 1px 0;
  text-align: right;
  font-weight: 400;
  position: absolute;
}

.showForm .rightContent .investment-bg .fieldWrapper em {
  display: none;
}

.showForm .rightContent .investment-bg .fieldWrapper span {
  color: #B3BAC5;
  background: #fff;
  display: inline-block;
  position: absolute;
  padding: 2px 5px;
  top: -11px;
  left: 11px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.showForm .rightContent .investment-bg .fieldWrapper .fullWidht {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: none;
  position: relative;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  position: absolute;
  padding: 6px 5px 6px 13px;
  width: 142px;
  z-index: 10;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCode {
  padding: 9px 0px 10px 5px;
  display: inline-block;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCodeText {
  display: inline-block;
  width: 44px;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCodeText input {
  padding: 9px 0px;
  margin-left: 5px;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select {
  width: 70px;
  color: #172B4D;
  border: none;
  display: inline-block;
  float: left;
  padding: 3px 20px 2px 0;
  -webkit-appearance: none;
  background: none;
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  margin: 7px 0 0;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select option[value=""] {
  color: #bfbfbf;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .code {
  color: #172B4D;
  display: inline-block;
  right: 7px;
  float: right;
}

.showForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #bfbfbf;
  left: 90px;
  top: 10px;
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #bfbfbf;
  left: 90px;
  top: 10px;
}

.showForm .rightContent .investment-bg .fieldWrapper #invmobile {
  padding-left: 140px;
}

.showForm .proceed, .showForm #loader {
  position: relative;
  -webkit-transition: box-shadow 0.3s;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  background: #0663f6;
  color: #FFFFFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  display: block;
  padding: 15px 15px 15px 15px;
  width: 100%;
  margin: 30px auto 15px;
}

.genderSelect {
  display: table;
  width: 100%;
  margin: 5px 0 15px;
}

.genderSelect .radio_btn {
  float: left;
  display: inline-block;
  position: relative;
  width: 46%;
  margin: 0px 0;
}

.genderSelect .radio_btn [type=radio]:checked, .genderSelect .radio_btn [type=radio]:not(:checked) {
  visibility: hidden;
  position: absolute;
}

.genderSelect .radio_btn [type=radio] + span {
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 14px;
  color: #4a5a78;
  padding: 10px 15px;
  font-weight: 400;
}

.genderSelect .radio_btn [type=radio] + span + .selectItem {
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50%;
}

.genderSelect .radio_btn [type=radio] + span:before {
  content: "";
  background-image: url(../../images/bu/term_sprite.svg?v=1);
  position: absolute;
  width: 30px;
  height: 30px;
}

.genderSelect .radio_btn [type=radio] + span.male:before {
  background-position: -145px -176px;
  width: 30px;
  height: 30px;
  left: 30px;
  top: 4px;
}

.genderSelect .radio_btn [type=radio] + span.female:before {
  background-position: -37px -178px;
  width: 30px;
  height: 30px;
  left: 22px;
  top: 4px;
}

.genderSelect .radio_btn [type=radio]:checked + span {
  color: #0065FF;
  border: 1px solid #0065FF;
  font-weight: 500;
}

.genderSelect .radio_btn [type=radio]:checked + span.male:before {
  background-position: -201px -176px;
}

.genderSelect .radio_btn [type=radio]:checked + span.female:before {
  background-position: -90px -178px;
}

.genderSelect .radio_btn [type=radio]:checked + span + .selectItem {
  background: #0463f6;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  border: none;
  right: 10px;
  border-radius: 50%;
}

.genderSelect .radio_btn [type=radio]:checked + span + .selectItem:before {
  content: "";
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 2px;
}

.genderSelect .radio_btn + .radio_btn {
  float: right;
}

.floatingPopupDiv .showForm .disForm .rightContent .investment-bg {
  padding: 10px 0px 20px;
}

.floatingPopupDiv .showForm .disForm .rightContent .investment-bg > div.getExtrabenefit {
  border-radius: 20px;
  max-width: 320px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm .disForm .rightContent .investment-bg {
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm #loader .loader {
    top: 2px !important;
    right: 0px !important;
  }
  .invImgmob {
    display: block;
    background: url(../../images/bu/investment/top_vector.svg);
    width: 442px;
    height: 139px;
    margin: 0px auto;
    background-size: 440px 160px;
    display: none;
  }
  #policybazaar {
    width: 100%;
  }
  #policybazaar .tcondition {
    padding: 5px 16px 20px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pbcategoryPages {
    background: #f4f5f6;
  }
  .showForm {
    padding: 0px;
    display: block;
    width: 100%;
  }
  .showForm .disForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px 0 0px;
  }
  .showForm .disForm .leftContentBox {
    display: block;
    background: #fff;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .showForm .disForm .leftContentBox.bluebg {
    background-color: #F4F7FF;
    border-top: none;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .leftContentBox .leftbox {
    width: 100%;
  }
  .showForm .disForm .leftContentBox .invBanner {
    display: none;
    width: 100%;
    padding: 0px;
    margin: 3% auto 4%;
    height: auto;
  }
  .showForm .disForm .leftContentBox .invBanner .invimg {
    background: none;
    width: 100%;
    padding-left: 0px;
    height: auto;
    font-size: 24px;
  }
  .showForm .disForm .leftContentBox .provide_text {
    text-align: center;
    width: 100%;
    padding: 20px 0 10px;
  }
  .showForm .disForm .leftContentBox .headingtext {
    display: block;
    text-align: center;
  }
  .showForm .disForm .leftContentBox .pointerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    border-radius: 5px;
    padding: 5px 0;
    max-width: 440px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .showForm .disForm .leftContentBox .pointerlist li {
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: center;
    border: none;
    margin: 0px 0px 0 0;
    border-right: 1px solid #ccc;
    padding: 60px 10px 10px 10px;
    width: 33%;
  }
  .showForm .disForm .leftContentBox .pointerlist li span {
    font-size: 12px;
    color: #172b4d;
    line-height: 15px;
  }
  .showForm .disForm .leftContentBox .pointerlist li p {
    line-height: 13px;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .showForm .disForm .leftContentBox .pointerlist li:before {
    left: 0;
    top: 5px;
    right: 0px;
    margin: 0px auto;
  }
  .showForm .disForm .leftContentBox .pointerlist li:after {
    display: none;
    content: "";
    width: 1px;
    height: 50px;
    background-color: #B3BAC5;
    position: absolute;
    right: 0px;
    top: 25%;
  }
  .showForm .disForm .leftContentBox .pointerlist li:last-child:after {
    display: none;
  }
  .showForm .disForm .leftContentBox .pointerlist li:last-child {
    border: none;
  }
  .showForm .disForm .leftContentBox .childplan .pointerlist li {
    padding: 55px 7px 7px 8px;
  }
  .showForm .disForm .leftContentBox .childplan .pointerlist li:before {
    left: 0;
    top: 0;
    right: 0;
    margin: 0px auto;
  }
  .showForm .disForm .leftContentBox .childplan .pointerlist li p {
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .showForm .disForm .leftContentBox.type_A .pointers {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .showForm .disForm .leftContentBox.type_A .pointers sup {
    line-height: 10px;
  }
  .showForm .disForm .rightContent {
    margin: 0px auto;
    float: initial;
    -webkit-box-shadow: 1px 1px 10px #ccc;
            box-shadow: 1px 1px 10px #ccc;
    border-radius: 8px;
    width: 96%;
    max-width: 440px;
    padding: 3%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .showForm .disForm .rightContent {
    margin: 0px auto 30px;
    border-top: 3px solid #0663f6;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .investment-bg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .showForm .disForm .rightContent .investment-bg .headingText {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 8px;
    padding-bottom: 0;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 15px;
  }
  .showForm .disForm .rightContent .investment-bg .headingText .bluetext {
    color: #0662f6;
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 700 !important;
    margin-bottom: 10px;
  }
  .showForm .disForm .rightContent .investment-bg .headingText .extrasmalltext {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
  }
  .showForm .disForm .rightContent .investment-bg .headingText .heading {
    font-size: 18px;
    line-height: 22px;
  }
  .showForm .disForm .rightContent .investment-bg .headingText p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
  .showForm .disForm .rightContent .investment-bg .fieldWrapper {
    margin: 15px auto 30px;
    border: 1px solid #b6b7b8;
  }
  .showForm .disForm .rightContent .investment-bg .fullWidht {
    background-color: transparent;
    padding: 16px;
    font-weight: 400;
  }
  .showForm .disForm .rightContent .investment-bg .radio_btn [type=radio] + span {
    border: 1px solid #b6b7b8;
    border-radius: 4px;
  }
  .showForm .disForm #loader {
    background: none;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .showForm .disForm #loader .loader {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
  }
  .showForm .disForm #loader .loader:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 16px solid #000;
    border-color: #000 transparent #000 transparent;
    -webkit-animation: lds-hourglass 1.2s infinite;
            animation: lds-hourglass 1.2s infinite;
  }
  .showForm .disForm .leftContentBox {
    font-size: auto;
  }
  .grid {
    padding: 0px 15px;
    display: table;
    width: 100%;
  }
  .grid .rightSection {
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
    float: left;
    padding: 0px;
  }
  .grid .rightSection .fieldWrapper {
    margin: 5px 0% 25px;
  }
  .orange_div {
    background: #e14331;
    text-align: center;
    color: #fff;
    padding: 0px 0 5px;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
    width: calc(100% + 30px);
    margin: 0px auto;
    position: relative;
    top: -5px;
    border-radius: 10px 10px 0px 0px;
    border: none;
    border-top: 0;
    left: -15px;
  }
  .floatingPopupDiv .orange_div {
    left: 0px;
  }
  .showForm .disForm .leftContentBox .term_cond {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .brnone br {
    display: block;
  }
  .showForm .disForm .leftContentBox .pointerlist {
    width: auto;
  }
  .showForm .disForm .leftContentBox .pointerlist li span {
    font-size: 13px;
  }
  .showForm .genderSelect .radio_btn [type=radio] + span.male:before {
    left: 14%;
  }
  .showForm .genderSelect .radio_btn [type=radio] + span.female:before {
    left: 8%;
  }
}

@media only screen and (max-width: 640px) {
  .showForm .disForm {
    padding: 20px 0px 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .showForm .disForm #frmTerm {
    padding: 0px;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    text-align: left;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg {
    font-size: 22px;
    line-height: 32px;
  }
  .showForm .disForm .leftContentBox .pointerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .showForm .disForm .rightContent {
    width: 90%;
  }
  .floatingPopupDiv .floatpanel .orange_div {
    margin: 0 auto 0px;
    width: 90%;
    border-radius: 20px;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    right: 0;
  }
  .invImgmob {
    display: block;
    background: url(../../images/bu/investment/top_vector.svg);
    width: 100%;
    height: 139px;
    margin: 0px auto;
    background-size: 440px 150px;
    background-position: center 10px;
    display: none;
  }
  .floatingPopupDiv .showForm {
    width: 94%;
    margin: 0px auto;
  }
  .showForm .disForm .rightContent .investment-bg .headingText p {
    font-size: 15px;
  }
  .showForm .disForm .leftContentBox .pointerlist li {
    padding: 60px 15px 0;
    text-align: center;
  }
  .showForm .disForm .leftContentBox .pointerlist li span {
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
  }
}

@media only screen and (max-width: 440px) {
  .showForm .disForm .rightContent .investment-bg .headingText p {
    line-height: 20px;
  }
  .showForm .disForm .rightContent .investment-bg .headingText p {
    margin: 5px 0 20px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .investment-bg .headingText p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
  }
  .showForm .disForm .rightContent .investment-bg .headingText p.bluetext {
    color: #0662f6;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 375px) {
  .showForm .disForm .rightContent .investment-bg .headingText {
    color: #0065FF;
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 0;
  }
  .showForm .disForm .rightContent .investment-bg .headingText p {
    font-size: 16px;
  }
  .showForm .disForm .rightContent .investment-bg .headingText p.bluetext {
    color: #0662f6;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
  }
  .showForm .disForm .rightContent .investment-bg .fieldWrapper {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 320px) {
  .showForm .disForm #loader .loader:after {
    position: relative;
    right: 9px;
  }
  .floatingPopupDiv .floatpanel .orange_div {
    width: 100%;
  }
  .brnone br {
    display: block;
  }
  .showForm .genderSelect .radio_btn [type=radio] + span.female:before {
    left: 6%;
  }
  .showForm .genderSelect .radio_btn [type=radio] + span.male:before {
    left: 8%;
  }
}

.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;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196F3;
}

.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.plan_your_investment_wrap {
  position: relative;
}

.plan_your_investment_wrap > p {
  font-size: 16px;
  color: #172B4D;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin: 0 0 20px;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap > p {
    margin: 0px auto 20px;
    text-align: left;
    max-width: 440px;
    width: 90%;
  }
}

.plan_your_investment_wrap:before {
  content: "";
  width: 200px;
  height: 260px;
  background: url(../../images/svg/gratuity-calculator-graphic.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap:before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap {
    margin: 0px;
  }
}

.planyourinvestment_disclaimer {
  background: #EFEFEF;
  font-size: 12px;
  width: 96%;
  margin: 0px auto 20px;
  text-align: left;
  padding: 3px 10px;
  border-radius: 0px 1px 5px 5px;
  font-weight: 500;
}

.planyourinvestment_disclaimer a {
  color: #0662f6;
  display: inline-block;
  padding: 0px 3px;
}

@media only screen and (max-width: 1024px) {
  .planyourinvestment_disclaimer {
    margin: 10px auto 0px;
    background: transparent;
    text-align: center;
  }
}

.invPlanWidget .block_content_wrapper {
  border: none;
  padding: 0px;
  background: none;
}

.plan_your_investment {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  padding: 0px 18px 18px;
  min-height: 130px;
  max-width: 750px;
  margin: 0px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment {
    max-width: 440px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .plan_your_investment {
    max-width: 440px;
    padding: 15px;
    width: 90%;
  }
}

.plan_your_investment .plan-feild {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plan_your_investment .result-box {
  width: 32%;
  border-left: 1px solid #f1f3f5;
}

.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: 0px 0px 0px 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;
  -webkit-transition: box-shadow 0.3s;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  background: #FD4705;
  color: #FFFFFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  display: block;
  padding: 5px 10px;
  width: 80%;
  margin: 0 0px 10px;
}

@media only screen and (max-width: 640px) {
  .plan_your_investment .result-box .viewplan {
    max-width: 180px;
    margin: 0px 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: 0px 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;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment .feildwrapper label {
    margin: 5px 0px 9px 0;
  }
}

.plan_your_investment .feildwrapper input, .plan_your_investment .feildwrapper select {
  border: 1px solid #bfbfbf;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  -webkit-appreance: none;
}

.plan_your_investment .feildwrapper input option[value=""], .plan_your_investment .feildwrapper select option[value=""] {
  color: #bfbfbf;
}

.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: url("../../images/bu/down-arrow-black.png") no-repeat 90% 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: 0px;
  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: 14px;
    line-height: 28px;
    padding: 11px;
  }
  .plan_your_investment .feildwrapper:first-child:before {
    font-size: 16px;
    top: 36px;
  }
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment .feildwrapper {
    width: 100%;
    margin-right: 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;
}

.plan_your_investment_wrap.growyourinvestment {
  position: relative;
}

.plan_your_investment_wrap.growyourinvestment .title, .plan_your_investment_wrap.growyourinvestment .leftSection h1, .leftSection .plan_your_investment_wrap.growyourinvestment h1, .plan_your_investment_wrap.growyourinvestment .leftSection h2, .leftSection .plan_your_investment_wrap.growyourinvestment h2 {
  background: #0065F6;
  color: #fff;
  padding: 10px;
  width: 35%;
  margin: 0px auto;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-box-shadow: 0 1px 3px #2a2a2b;
  box-shadow: 0 0px 2px #2a2a2b;
  font-size: 18px;
  margin-left: 10px;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .viewplan {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment {
    right: 0;
    max-width: 440px;
    margin: 0px auto;
  }
  .plan_your_investment_wrap.growyourinvestment .plan_your_investment {
    padding: 15px 40px;
    -webkit-box-shadow: 0px 1px 5px #ccc;
            box-shadow: 0px 1px 5px #ccc;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .plan_your_investment_wrap.growyourinvestment .plan_your_investment {
    padding: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .plan_your_investment .viewplan {
    display: block;
    cursor: pointer;
    background: #FD4705;
    color: #FFFFFF;
    margin: 20px 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.29);
    display: block;
    padding: 14px 15px 14px 15px;
    width: 65%;
    max-width: 235px;
    margin: 10px auto 0px;
    border-radius: 5px;
  }
  .plan_your_investment_wrap.growyourinvestment .title, .plan_your_investment_wrap.growyourinvestment .leftSection h1, .leftSection .plan_your_investment_wrap.growyourinvestment h1, .plan_your_investment_wrap.growyourinvestment .leftSection h2, .leftSection .plan_your_investment_wrap.growyourinvestment h2 {
    background: #0065F6;
    color: #fff;
    padding: 10px;
    width: 70%;
    margin: 0px auto;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-box-shadow: 0 1px 3px #2a2a2b;
            box-shadow: 0 1px 3px #2a2a2b;
  }
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance {
  display: block;
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  overflow: auto;
  padding-bottom: 15px;
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance h3 {
  font-size: 14px;
  color: #888484;
  font-weight: 600;
  display: block;
  margin: 0 0 20px 0;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .savingoninsurance h3 {
    text-align: center;
  }
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance .insurancelogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 0 0 20px 0;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance .insurancelogo::-webkit-scrollbar {
  display: none;
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance .item {
  width: 140px;
  height: 70px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance .item:last-child {
  margin-right: 0px;
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance .item .logo-widget {
  margin: 13px auto 0;
  float: initial;
}

.plan_your_investment_wrap.growyourinvestment .savingoninsurance .item .return {
  border: 1px solid #59b973;
  border-radius: 5px;
  color: #59b973;
  text-align: center;
  width: 75%;
  padding: 5px;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0px auto;
  background: #fff;
}

.plan_your_investment_wrap.growyourinvestment .plan-feild {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .plan-feild {
    width: 100%;
  }
}

.plan_your_investment_wrap.growyourinvestment .result-box {
  width: 54%;
  border-left: 1px solid #f1f3f5;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .result-box {
    width: 100%;
  }
}

.plan_your_investment_wrap.growyourinvestment .result-box .label {
  font-size: 14px;
  color: #172B4D;
  font-weight: 500;
  display: inline-block;
  margin: 5px 0 9px 0;
  position: relative;
  display: inline-block;
}

.plan_your_investment_wrap.growyourinvestment .result-box .label:before {
  content: "";
  background: #a2a4a6;
  height: 1px;
  width: 30px;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  position: absolute;
}

.plan_your_investment_wrap.growyourinvestment .result-box .final-data {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #172B4D;
  background: #E6FCFF;
  display: block;
  padding: 20px;
  width: 90%;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .result-box .final-data {
    width: 100%;
  }
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive {
  display: block;
}

.plan_your_investment_wrap.growyourinvestment .result-box .viewplan {
  display: none;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive.box, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get.box {
  width: 139px;
  border-radius: 5px;
  height: 139px;
  -webkit-box-shadow: 0px 3px 6px #5B9BFD9A;
          box-shadow: 0px 3px 6px #5B9BFD9A;
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 25px;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive.box .upcs, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get.box .upcs {
  padding: 15px 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive.box, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get.box {
    height: auto;
    margin-top: 0px;
  }
  .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive.box .investedamt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive.box .amt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get.box .investedamt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get.box .amt {
    margin: 8px 0;
  }
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive.box {
  margin-right: 0px;
  background-color: #59B973;
  -webkit-box-shadow: 0px 3px 6px #59B97399;
          box-shadow: 0px 3px 6px #59B97399;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get.box {
  margin-right: 30px;
  background-color: #5B9BFD;
  -webkit-box-shadow: 0px 3px 6px #5B9BFD9A;
          box-shadow: 0px 3px 6px #5B9BFD9A;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive {
  font-weight: normal;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get span, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get .amt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get .investedamt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive .amt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 18px 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

.plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get .intrest, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive .intrest {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_get .amt, .plan_your_investment_wrap.growyourinvestment .result-box .amount_you_receive .amt {
    font-size: 20px;
  }
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper .col-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper .col-grid-2 select {
  width: 44%;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper > label {
  font-size: 14px;
  line-height: 36px;
  color: #172B4D;
  position: relative;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper > label:before {
  content: "";
  background: #a2a4a6;
  height: 1px;
  width: 30px;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  position: absolute;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper input {
  border: 1px solid #bfbfbf;
  padding: 8px 6px 7px 26px;
  font-size: 14px;
  line-height: 36px;
  width: 80%;
  height: 53px;
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper input {
    padding: 11px 6px 11px 26px;
    width: 100%;
  }
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper input.ptb-none {
  padding: 10px 0px 10px 0px;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper .expectReturn {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper .return2000-2020 {
  font-size: 10px;
  display: block;
  padding: 3px 0;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper:first-child:before {
  top: 74%;
  color: #646464;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

@media only screen and (max-width: 1024px) {
  .plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper:first-child:before {
    top: 73%;
  }
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper.multifeild {
  margin-bottom: 10px;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper.multifeild label {
  top: 0px;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper.multifeild select {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px;
  border-bottom: none;
  font-size: 14px;
}

.plan_your_investment_wrap.growyourinvestment .plan_your_investment .feildwrapper.error:first-child:before {
  top: 64%;
}

.item .widget-insurer-logo.hdfc_life_icon, .item .widget-insurer-logo.hdfc_standard_life_icon, .item .widget-insurer-logo.hdfc_life_general_icon {
  background-position: 34px -1043px;
}

.item .widget-insurer-logo.sbi_life_icon {
  background-position: 20px -158px;
}

.item .widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 10px -895px;
}

.item .widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 9px -1007px;
}

.item .widget-insurer-logo.tata_aia_life_icon {
  background-position: 12px -1263px;
}

.webp .showForm .disForm .leftContentBox .invBanner .invImg {
  background-image: url(../../images/bu/investment/top_vector.webp);
}

.webp .showForm.mutual-funds .disForm .leftContentBox .invBanner .invImg {
  background-image: url(../../images/bu/investment/mutual-funds-bg.svg);
  background-size: contain;
}

.showForm.mutual-funds .disForm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .showForm.mutual-funds .disForm .leftContentBox {
    background: transparent;
    border: none;
    margin-top: 0;
  }
  .showForm.mutual-funds .disForm .leftContentBox .headingtext, .showForm.mutual-funds .disForm .leftContentBox .term_cond {
    display: none;
  }
  .showForm.mutual-funds .disForm .leftContentBox .pointerlist {
    background: #fff;
  }
  .showForm.mutual-funds .disForm .leftContentBox .pointerlist li {
    border-right: 0;
  }
}

.showForm.mutual-funds .disForm .leftContentBox .heading {
  letter-spacing: 0px;
  color: #122043;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

@media only screen and (max-width: 1024px) {
  .showForm.mutual-funds .disForm .leftContentBox .heading {
    text-align: center;
    margin-bottom: 14px;
  }
}

.showForm.mutual-funds .disForm .leftContentBox .invBanner {
  margin: 0px auto;
}

.showForm.mutual-funds .disForm .leftContentBox .invBanner .invImg {
  background-image: url(../../images/bu/investment/mutual-funds-bg.svg);
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .showForm.mutual-funds .disForm .rightContent .investment-bg .headingText {
    margin-top: 5px;
  }
}

.showForm.mutual-funds .disForm .rightContent .investment-bg .headingText p.bluetext {
  color: #3F71FC;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 26px;
}

@media only screen and (max-width: 1024px) {
  .showForm.mutual-funds .disForm .rightContent .investment-bg .headingText p.bluetext {
    font-size: 20px;
  }
}

.showForm.mutual-funds .disForm .rightContent .investment-bg .headingText p.blacktext {
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .showForm.mutual-funds .disForm .rightContent .investment-bg .headingText p.blacktext {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

.webp .showForm .disForm .leftContentBox .childplan .invBanner .invImg {
  background: url(../../images/webp/childplan.webp) no-repeat;
  background-position: center;
  background-size: contain;
}

.certified-overlay {
  background: #000;
  display: none;
  z-index: 100002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .6;
}

.platinumPartnerMob {
  margin: 0 auto;
  display: inherit;
}

.certified-block {
  background: #fff;
  display: none;
  z-index: 100003;
  position: fixed;
  width: 650px;
  height: 510px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  .certified-block {
    width: 600px;
    height: 360px;
  }
}

@media only screen and (max-width: 1023px) {
  .certified-block {
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: auto;
    max-height: 90vh;
    overflow: auto;
  }
}

.certified-block .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .certified-block .close {
    top: 26px;
    right: 24px;
  }
}

.certified-block .close:hover {
  opacity: 1;
}

.certified-block .close:before, .certified-block .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #000;
}

.certified-block .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.certified-block .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.certified-block .certificate-platinum-partner-caption {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF9F2;
  border: 1px dashed #EAA14E;
  font-size: 14px;
  padding: 6px 12px;
  margin: 50px 5% 0;
  border-radius: 4px;
}

.certified-block .certificate-platinum-partner-caption span.text {
  display: block;
  text-align: center;
  position: relative;
}

.certified-block .certificate-platinum-partner-caption span.text i {
  background: url(../../images/bu/platinum-certificate.png) no-repeat;
  min-width: 23px;
  height: 32px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}

.certified-block .certificate-platinum-partner-caption span.text span {
  display: inline-block;
  position: relative;
  width: auto;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .certified-block .certificate-platinum-partner-caption span.text span {
    width: 92%;
  }
}

@media only screen and (max-width: 1023px) {
  .certified-block .certificate-platinum-partner-caption span.text {
    display: inline-block;
    width: 100%;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .certified-block .certificate-platinum-partner-caption span.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 5px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 1023px) {
  .certified-block .certificate-platinum-partner-caption {
    margin: 60px 5% 0;
  }
}

.certified-block .img-block {
  width: 360px;
  background: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  margin: 10px auto 20px;
  border: 5px solid #fff;
}

.certified-block .img-block img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .certified-block .img-block {
    width: 300px;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .certified-block .img-block {
    width: calc(100% - 40px);
    height: auto;
    max-width: 340px;
  }
}

@media only screen and (min-height: 320px) and (max-width: 480px) {
  .certified-block .img-block {
    width: calc(100% - 40px);
    height: auto;
    max-width: 210px;
  }
}

.certified-block p.heading {
  font-size: 16px;
  text-align: center;
  padding: 5px 0 0;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .certified-block p.heading {
    text-align: left;
    padding-left: 16px;
  }
}

.certified-block .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 20px auto 0;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  max-width: 500px;
}

@media only screen and (max-width: 640px) {
  .certified-block .text-block {
    width: 90%;
    margin-bottom: 30px;
  }
}

.certified-block .text-block .block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.certified-block .text-block .block .icon-block {
  min-width: 60px;
}

.certified-block .text-block .block .icon-block span.icon {
  width: 47px;
  height: 47px;
  background: url(../../images/bu/platinum-partner-icon.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.certified-block .text-block .block .icon-block span.icon.hassel-free {
  background-position: 0 -48px;
}

@media only screen and (max-width: 640px) {
  .certified-block .text-block .block .icon-block {
    width: 100%;
  }
}

.certified-block .text-block .block .text-part {
  width: calc(100% - 60px);
}

@media only screen and (max-width: 640px) {
  .certified-block .text-block .block .text-part {
    width: 100%;
  }
}

.certified-block .text-block .block .text-part p.head {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.certified-block .text-block .block .text-part p.sub-head {
  font-size: 12px;
  color: #757575;
  line-height: 15px;
  margin-left: 8px;
  position: relative;
}

.certified-block .text-block .block .text-part p.sub-head::before {
  content: '*';
  position: absolute;
  top: 0px;
  left: -8px;
  color: #757575;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .investment_footer_strip .ulip_v6 .guaranteedInvestList li .whiteTxt .txtBold {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .showForm.mutual-funds .disForm .leftContentBox .otherInvestment .pointerlist li {
    border-right: 1px solid #ccc;
  }
  .showForm.mutual-funds .disForm .leftContentBox .otherInvestment .pointerlist li:last-child {
    border: 0;
  }
}

.showForm.mutual-funds {
  -webkit-box-shadow: border-box;
          box-shadow: border-box;
}

.showForm.mutual-funds .disform .rightContent .investment-bg {
  -webkit-box-shadow: border-box;
          box-shadow: border-box;
}

.showForm.mutual-funds .disform .rightContent .investment-bg .fieldWrapper #mob_feild2feild select, .showForm.mutual-funds .disform .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCode {
  font-weight: bold;
}

.block_content_wrapper_firstfold {
  background: #fff;
  padding: 0;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: #f4f7fe;
  }
}

@media only screen and (max-width: 640px) {
  .block_content_wrapper_firstfold {
    background: #f4f7fe;
  }
}

.block_content_wrapper_firstfold h1 {
  font-size: 32px;
  line-height: 30px;
  margin: 0px 0px 20px;
  letter-spacing: 0.024em;
  font-weight: 700;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .block_content_wrapper_firstfold h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.block_content_wrapper_firstfold p {
  line-height: 24px;
  margin-bottom: 8px;
  display: inline;
}

.block_content_wrapper_firstfold p.linebox {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold p.linebox {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold p {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    margin: 0px 0 0px;
    padding: 10px 15px;
  }
}

.investment-growth-form-template {
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  margin: 20px 0;
  background: #fff;
}

.investment-growth-form-template .isnri {
  text-align: center;
  font-size: 12px;
  color: #000;
  display: block;
  margin: 8px;
  font-weight: 500;
}

.investment-growth-form-template .disclaimer-text.mobile {
  display: block;
  background: #fff;
  margin: 0px -18px 0;
  padding: 10px;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 26px;
  display: none;
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .disclaimer-text.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .investment-growth-form-template {
    border-radius: 0px;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template {
    background: #EDF3FD;
    padding: 15px 18px 0 18px;
    border-width: 0px 0 1px 0;
    margin: 0px 0 0 0;
  }
}

.investment-growth-form-template .form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.investment-growth-form-template .form-grid .left {
  width: 60%;
  background: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 15px 25px 15px 400px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .left {
    width: 50%;
  }
}

.investment-growth-form-template .form-grid .left .insurerlogo {
  position: absolute;
  left: 0;
  top: 30px;
}

.investment-growth-form-template .form-grid .left .bannerImg {
  position: absolute;
  height: 100%;
  width: 375px;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 8px 0 0 8px;
}

.investment-growth-form-template .form-grid .left .bannerImg.sip-page-new {
  background-image: url(../../images/bu/nri-sip.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.investment-growth-form-template .form-grid .left .bannerImg.childpage {
  background-image: url(../../images/bu/child-v7-banner.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.investment-growth-form-template .form-grid .left .bannerImg.ulippage, .investment-growth-form-template .form-grid .left .bannerImg.investmentpage, .investment-growth-form-template .form-grid .left .bannerImg.sippage {
  background-image: url(../../images/bu/growth-v7-banner.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.investment-growth-form-template .form-grid .left .bannerImg.retirementpage {
  background-image: url(../../images/bu/retirement-v7-banner.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.investment-growth-form-template .form-grid .left .bannerImg.tradpage {
  background-image: url(../../images/bu/guaranteed-v7-banner.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

@media only screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .left {
    border-radius: 0px;
    padding: 15px 25px 15px 25px;
  }
  .investment-growth-form-template .form-grid .left .bannerImg {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .left {
    width: calc(100% + 36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: #F9FAFF;
    overflow: auto;
    padding: 15px 25px 20px 25px;
    margin: 0px -18px 0 -18px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .investment-growth-form-template .form-grid .left::-webkit-scrollbar {
    display: none;
  }
  .investment-growth-form-template .form-grid .left .pointer-list {
    width: 100%;
    margin-right: 10%;
    min-width: 220px;
  }
}

.investment-growth-form-template .form-grid .left .disclaimer-text.desktop {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  color: #505F79;
  line-height: 14px;
  max-width: 260px;
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .left .disclaimer-text.desktop {
    display: none;
  }
}

.investment-growth-form-template .form-grid .right {
  width: 40%;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.investment-growth-form-template .form-grid .right:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  background: #ff5722;
  height: 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: -3px;
  left: 10px;
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .right:before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .right {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .right {
    width: 100%;
    -webkit-box-shadow: 1px 10px 10px #ccc;
            box-shadow: 1px 10px 10px #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 15px 10px;
    border-top: 5px solid #ff5722;
    margin-bottom: 25px;
  }
}

.investment-growth-form-template .form-grid .mediumtext {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700 !important;
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .mediumtext {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
  }
}

.investment-growth-form-template .form-grid .text {
  font-size: 16px;
  line-height: 20px;
}

.investment-growth-form-template .form-grid .smalltext {
  font-size: 16px;
  line-height: 36px;
}

@media only screen and (max-width: 320px) {
  .investment-growth-form-template .form-grid .smalltext {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
}

.investment-growth-form-template .form-grid .toptext {
  margin: 15px 0;
  color: #253858;
}

.investment-growth-form-template .form-grid .extrasmalltext {
  font-size: 14px;
  line-height: 20px;
}

.investment-growth-form-template .form-grid .extrasmalltext.light {
  color: #505F79;
}

.investment-growth-form-template .form-grid .bluetext {
  color: #0065FF;
}

.investment-growth-form-template .form-grid .blacktext {
  color: #000;
}

.investment-growth-form-template .form-grid .bold {
  font-weight: 600;
}

.investment-growth-form-template .form-grid .pointer-list {
  padding-left: 55px;
  position: relative;
  margin-bottom: 40px;
}

.investment-growth-form-template .form-grid .pointer-list:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .pointer-list {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .pointer-list {
    margin-bottom: 0px;
  }
}

.investment-growth-form-template .form-grid .box-with-icon {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #ececec url("../../images/bu/icon-list.png") no-repeat 0 0;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-1 {
  background-position: 0px ​-3px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-2 {
  background-position: -3px -54px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-3 {
  background-position: -2px -103px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-4 {
  background-position: 0px -206px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-5 {
  background-position: -2px -257px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-6 {
  background-position: 1px -307px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-7 {
  background-position: -2px -358px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-8 {
  background-position: -2px -158px;
}

.investment-growth-form-template .form-grid .box-with-icon.ico-9 {
  background-position: -2px -408px;
}

.investment-growth-form-template .form-grid .getExtrabenefit {
  background: #06a857;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 6px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: -15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  margin-right: -25px;
  margin-left: -25px;
}

@media screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .getExtrabenefit {
    text-align: center;
    padding: 6px 6px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .getExtrabenefit {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 440px) {
  .investment-growth-form-template .form-grid .getExtrabenefit {
    display: none;
  }
}

.investment-growth-form-template .form-grid .getExtrabenefit .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.investment-growth-form-template .form-grid .getExtrabenefit .text:before {
  content: "";
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-image: url(../../images/bu/investment/green_discount_icon_white.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 320px) {
  .investment-growth-form-template .form-grid .getExtrabenefit .text {
    font-size: 11px;
  }
}

@media (min-width: 568px) and (max-width: 740px) {
  .investment-growth-form-template .form-grid .getExtrabenefit .text {
    font-size: 12px;
  }
  .investment-growth-form-template .form-grid .getExtrabenefit .text:after {
    width: 25px;
    height: 25px;
  }
}

.investment-growth-form-template .fieldWrapper, .investment-growth-form-template .formInput, .investment-growth-form-template input, .investment-growth-form-template select {
  display: block;
  width: 100%;
  position: relative;
}

.investment-growth-form-template .fieldWrapper {
  margin: 25px 0;
}

.investment-growth-form-template .fieldWrapper:first-child {
  margin: 5px 0 25px;
}

.investment-growth-form-template input, .investment-growth-form-template select {
  padding: 15px;
  border: 1px solid #5E6C84;
  border-radius: 5px;
  font-size: 16px;
  background: none;
  -webkit-appreance: none;
}

.investment-growth-form-template .mobilefirst {
  padding: 0px;
}

.investment-growth-form-template .mobilefirst .formInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #5E6C84;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
}

.investment-growth-form-template .mobilefirst .formInput:before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30px;
  top: 50%;
  -webkit-transform: translate(-21%, -50%);
          transform: translate(-21%, -50%);
  left: 78px;
}

.investment-growth-form-template .mobilefirst .formInput .col4 {
  width: 130px;
}

.investment-growth-form-template .mobilefirst .formInput .col4 select {
  border: none;
  width: 77px;
  float: left;
  padding: 15px 20px 15px 15px;
  background: url(../../images/bu/selectarro.svg) no-repeat 95% 55%;
  background-size: 12%;
}

.investment-growth-form-template .mobilefirst .formInput .col4 .cCode, .investment-growth-form-template .mobilefirst .formInput .col4 .cCodeText {
  display: inline-block;
  width: 53px;
  float: right;
  padding: 15px 0px 15px 10px;
}

.investment-growth-form-template .mobilefirst .formInput .col4 .cCode input, .investment-growth-form-template .mobilefirst .formInput .col4 .cCodeText input {
  margin: 0px;
  padding: 15px 0px !important;
  font-size: 16px;
}

.investment-growth-form-template .mobilefirst .formInput .col4 .cCodeText {
  padding: 0 15px;
}

.investment-growth-form-template .mobilefirst .formInput input {
  width: calc(100% - 130px);
  border: none;
  padding: 0px 15px 0px 0px;
}

.investment-growth-form-template .feildLable {
  display: inline-block;
  color: #5E6C84;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0px 4px;
}

.investment-growth-form-template .proceed, .investment-growth-form-template .loaderProcess, .investment-growth-form-template #loader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.investment-growth-form-template .err {
  font-size: 10px;
  line-height: 24px;
  color: #ec3b5d;
  position: absolute;
  bottom: -20px;
}

.investment-growth-form-template .form-grid .right .getExtrabenefit {
  display: none;
}

.investment-growth-form-template .form-grid .right .insurerlogo {
  display: none;
}

.investment-growth-form-template .form-grid .right .headingText {
  margin-bottom: 25px;
  text-align: center;
}

.investment-growth-form-template .form-grid .right .headingText .mediumtext {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .right .headingText .mediumtext {
    font-size: 24px;
  }
}

.investment-growth-form-template .form-grid .right .headingText .extrasmalltext {
  font-size: 16px;
}

.text-hide-link {
  display: inline-block;
  color: #0065FF;
  cursor: pointer;
}

.text-hide-link:hover, .text-hide-link:visited {
  color: #0065FF;
}

.more-text {
  display: none;
}

.more-text.open {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .investment-growth-form-template .form-grid .left .insurerlogo {
    display: none;
  }
  .investment-growth-form-template .form-grid .right .insurerlogo {
    display: block;
    text-align: center;
  }
  .text-hide-link {
    display: inline-block;
    color: #0065FF;
    cursor: pointer;
  }
  .text-hide-link:hover, .text-hide-link:visited {
    color: #0065FF;
  }
  .more-text {
    display: none;
  }
  .more-text.open {
    display: inline;
  }
}

@media only screen and (max-width: 640px) {
  .investment-growth-form-template .form-grid .right .getExtrabenefit {
    display: block;
    top: -5px;
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .investment-growth-form-template .form-grid .right .getExtrabenefit + .headingText {
    margin-top: 25px;
  }
  .investment-growth-form-template .form-grid .left .getExtrabenefit {
    display: none;
  }
}

.floatingPopupDiv .showForm {
  margin: 0px auto 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.floatingPopupDiv .showForm .disForm .rightContent .investment-bg .headingText .extrasmalltext {
  font-size: 14px;
}

@media only screen and (max-width: 440px) {
  .floatingPopupDiv .showForm .disForm .rightContent .investment-bg .headingText p.bluetext {
    font-size: 20px;
    line-height: 32px;
  }
}

.floatingPopupDiv .isnri {
  text-align: center;
  font-size: 12px;
  color: #000;
  display: block;
  margin: 8px;
  font-weight: 500;
}

.floatingPopupDiv .disclaimer-text.mobile {
  display: none;
}

.floatingPopupDiv .floatpanel.lcpimp {
  padding-top: 5px;
}

.floatingPopupDiv .rightContent {
  display: block;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.floatingPopupDiv .rightContent::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .rightContent {
    padding: 0px;
  }
}

.floatingPopupDiv .rightContent .form-grid {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px auto;
  border: none;
  max-width: 450px;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .rightContent .form-grid {
    background: none;
    padding: 0;
  }
  .floatingPopupDiv .rightContent .form-grid .form-wrapper {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
  }
  .floatingPopupDiv .rightContent .form-grid .right {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0px 10px;
  }
  .floatingPopupDiv .rightContent .form-grid .right .toptext, .floatingPopupDiv .rightContent .form-grid .right .headingText p {
    margin: 3px 0;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .floatingPopupDiv .rightContent .form-grid .right {
    height: auto !important;
  }
}

.floatingPopupDiv .rightContent .form-grid .proceed, .floatingPopupDiv .rightContent .form-grid .loaderProcess, .floatingPopupDiv .rightContent .form-grid #loader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.floatingPopupDiv .rightContent .form-grid .proceed .loader, .floatingPopupDiv .rightContent .form-grid .loaderProcess .loader, .floatingPopupDiv .rightContent .form-grid #loader .loader {
  display: none;
}

.floatingPopupDiv .rightContent .form-grid .left {
  display: none;
}

.floatingPopupDiv .rightContent .form-grid .right {
  width: 100%;
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper {
  width: 100%;
  margin: 20px auto 25px;
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper.mobilefirst .formInput {
  border: none;
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper .feildLable {
  display: inline-block;
  color: #5E6C84;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  top: -10px;
  font-weight: 400;
  left: 10px;
  background: #fff;
  padding: 0px 4px;
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper .formInput #mob_feild2feild {
  padding: 3px 5px 3px 13px;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .rightContent .form-grid .right .fieldWrapper .formInput #mob_feild2feild {
    padding: 5px 5px 5px 13px;
  }
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper .formInput #mob_feild2feild select {
  border: none;
  width: 50%;
  float: left;
  padding: 12px 20px 13px 5px;
  margin: 0;
  background: url(../../images/bu/selectarro.svg) no-repeat 95% 55%;
  background-size: 12%;
  font-weight: 600;
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper .formInput #mob_feild2feild .cCode {
  padding: 12px 0px 13px 5px;
  font-weight: 600;
}

.floatingPopupDiv .rightContent .form-grid .right .fieldWrapper .headingText .extrasmalltext {
  margin: 15px 0;
}

.floatingPopupDiv .rightContent .form-grid .right .getExtrabenefit {
  background: #06a857;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}

@media only screen and (max-width: 440px) {
  .floatingPopupDiv .rightContent .form-grid .right .getExtrabenefit {
    margin: 5px;
  }
}

.floatingPopupDiv .rightContent .form-grid .right .getExtrabenefit .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 320px) {
  .floatingPopupDiv .rightContent .form-grid .right .getExtrabenefit .text {
    font-size: 11px;
  }
}

.floatingPopupDiv .rightContent .form-grid .right .getExtrabenefit .text:before {
  content: "";
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-image: url(../../images/bu/investment/green_discount_icon_white.svg);
  background-repeat: no-repeat;
}

.floatingPopupDiv .rightContent .form-grid .mobilefirst .formInput:before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30px;
  top: 50%;
  -webkit-transform: translate(-21%, -50%);
  transform: translate(-21%, -50%);
  left: 78px;
}

@media only screen and (max-width: 1024px) {
  .grid.sip .breadcrumbinner ul.breadcrumb {
    background: #fff;
    border-bottom: 1px solid #f3f2f2;
  }
  .floatingPopupDiv .showForm .disForm .rightContent .investment-bg .headingText p.bluetext {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.floatingPopupDiv .rightContent .toptext.extrasmalltext {
  font-size: 14px;
  margin: 5px 0;
  line-height: 20px;
}

@media only screen and (max-width: 375px) {
  .floatingPopupDiv .rightContent .toptext.extrasmalltext {
    font-size: 12px;
    margin-top: 10px;
  }
}

a {
  color: #0065ff;
}

a:hover, a:visited {
  color: #0065ff;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0px auto;
}

.layoutfull {
  width: 100%;
}

.title, .leftSection h1, .leftSection h2 {
  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: 0px !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: 0px;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}

.leftSection {
  width: 758px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: .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;
  }
}

@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;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 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: 0px auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}

.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}

.leftSection .mid-form .orange-box {
  display: inline-block;
  background: #F45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .form-block {
  width: 100%;
  border: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 10px 20px;
  background: #fff;
}

.leftSection .mid-form .form-block .left-div {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 45%;
}

.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 55%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin: 0 5px 0 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}

.leftSection .mid-form .form-block .left-div label {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}

.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .select-box {
    margin: 0 0 0 5px;
  }
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: 1px solid #CFCCCC;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 20px;
  padding: 9px 28px 9px 10px;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: #f00;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 14px;
    padding: 9px 25px 9px 8px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 12px;
  }
}

.leftSection .mid-form .form-block .left-div .select-box::after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border: solid #97A0AF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding-left: 10px;
  }
}

.leftSection .mid-form .right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
  }
}

.leftSection .mid-form .right-div div.blocks {
  width: 50%;
}

.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #253858;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
}

.leftSection .mid-form .right-div div.blocks p strong {
  font-weight: 500;
  font-size: 18px;
  color: #0065FF;
}

.leftSection .mid-form .right-div div.blocks p span {
  color: #0065FF;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks p {
    font-size: 14px;
    color: #253858;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .right-div div.blocks p {
    padding-left: 20px;
  }
}

.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065FF;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 30px;
    padding: 0 20px;
    margin: 10px 0 0;
  }
}

.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065FF;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block select, .leftSection .hlvdata-block input {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  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 .bannertravelredirect img, .leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0px 0px 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection h2 {
  font-size: 24px;
  margin: 40px 0px 10px;
  letter-spacing: 0.030em;
  line-height: 36px;
  clear: both;
  text-transform: lowercase;
}

.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: .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: 0px 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 p a.btn-primary, .leftSection table a.btn-primary, .leftSection table button.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: 0px 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 ul, .leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection table td ul li, .leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ul li:before, .leftSection table td ol 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0px 0px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .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: 0px;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0px;
  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;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 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: 0px;
  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: 0px 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 white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  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: .016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 34px;
  }
}

.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}

.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: 0px !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;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li.numbers:after {
    width: 34px;
    height: 34px;
  }
}

.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: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li.numbers::before {
    width: 34px;
    height: 34px;
    top: -9px !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: 0px !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: 0px 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: none;
}

.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 h2 > label,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > span,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li p > a,
.leftSection .faqsWrap ul li p > span,
.leftSection .faqsWrap ul li p > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > span:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li p > a:hover,
.leftSection .faqsWrap ul li p > span:hover,
.leftSection .faqsWrap ul li p > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > span:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li p > a:after,
.leftSection .faqsWrap ul li p > span:after,
.leftSection .faqsWrap ul li p > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  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 h2 > label[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li p > a[flag=up],
.leftSection .faqsWrap ul li p > span[flag=up],
.leftSection .faqsWrap ul li p > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #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 h2 > label[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 h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[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 .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li p > a[flag=up]::after,
.leftSection .faqsWrap ul li p > span[flag=up]::after,
.leftSection .faqsWrap ul li p > label[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div,
.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li p + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #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 0px 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !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(even) {
  background: #f7fbfd;
}

/*left section close*/
.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: 25px 0;
  text-align: center;
  width: 100%;
  float: left;
}

.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  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: 0px 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;
  -webkit-box-shadow: 1px 1px 10px #efefef;
          box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: bold;
  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: 0px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0px;
  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 .yes, .howMuch_lifeinsurance .quesWrapper .q_count .no {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes.active, .howMuch_lifeinsurance .quesWrapper .q_count .yes:hover, .howMuch_lifeinsurance .quesWrapper .q_count .no.active, .howMuch_lifeinsurance .quesWrapper .q_count .no: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 #cccccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid #f00;
}

.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 #cccccc;
  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 0px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink, .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: blue;
  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:before, .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0px 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0px auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0px;
    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: 0px 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0px auto 0px;
  }
  .grid .leftSection .bannertravelredirect img, .grid .leftSection .bannertermredirect 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 0px 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h2, .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h3, .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0px 10px;
  }
  .grid .leftSection h3 a, .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0px 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: 0px;
    background: none;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0px;
  }
  .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 0px 15px;
    border: none;
    border-radius: 6px 6px 0px 0px;
  }
  .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:nth-child(1), .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: 0px;
  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:nth-child(1), .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    -ms-flex-wrap: wrap;
        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 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e1edff), color-stop(50%, #f6faff), to(#e1edff));
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

/* Language widget */
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  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: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-left: -10px;
  }
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-prev.slick-arrow, .insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: transparent;
}

.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: 0px 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: 0px -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: none;
  }
}

.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0px auto;
  display: block;
}

.leftSection h2.tp0, .rightSection > .card {
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0, .rightSection > .card {
    padding: 10px 0px 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: 0px auto;
    margin: 0px auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 330px !important;
    height: 350px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0px auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 330px !important;
    height: 350px;
    margin: 0px auto;
  }
}

/* All INVESTMENT PLAN */
.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 0px;
}

.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_icon, .widget-insurer-logo.sbi_general_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_icon, .widget-insurer-logo.reliance_general_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_mahindra_life_icon, .widget-insurer-logo.kotak_mahindra_general_icon, .widget-insurer-logo.kotak_general_general_icon, .widget-insurer-logo.kotak_general_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon, .widget-insurer-logo.the_new_general_icon, .widget-insurer-logo.new_india_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_insurance_general_icon, .widget-insurer-logo.the_oriental_general_icon, .widget-insurer-logo.oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_hdi_general_icon, .widget-insurer-logo.magma_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_life_icon, .widget-insurer-logo.birla_sun_general, .widget-insurer-logo.birla_sun_general_icon, .widget-insurer-logo.aditya_birla_general_icon, .widget-insurer-logo.aditya_birla_capital_life_icon, .widget-insurer-logo.aditya_birla_capital_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_icon, .widget-insurer-logo.hdfc_standard_life_icon, .widget-insurer-logo.hdfc_life_general_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_life_icon, .widget-insurer-logo.icici_prudential_general_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: 0px -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_life_icon, .widget-insurer-logo.max_bupa_general_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_qbe_general_icon, .widget-insurer-logo.raheja_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_life_icon, .widget-insurer-logo.religare_health_general_icon {
  background-position: 0px -2032px;
}

.widget-insurer-logo.star_health_life_icon, .widget-insurer-logo.star_health_general_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: 0px -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0px -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0px -1782px;
}

.widget-insurer-logo.aviva_life_icon, .widget-insurer-logo.aviva_general_icon {
  background-position: 0px -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0px -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0px -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0px -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0px -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0px -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0px -2812px;
  background-size: 140% !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}

.topplanbox {
  position: relative;
}

.all_investment_plans {
  height: auto;
  overflow: hidden;
  padding: 5px 20px 50px;
  margin-bottom: 40px;
  background: #f4f7fe;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  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: blue;
  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: 0px auto;
    text-align: center;
    float: inherit;
  }
}

@media only screen and (max-width: 1024px) {
  .all_investment_plans .widget-insurer-logo {
    float: initial;
  }
}

.restPlans {
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 3px 6px #bfbfbf;
  display: block;
  width: 210px;
  padding: 10px 10px 10px 0px;
  text-align: center;
  border-radius: 30px;
  color: #0662f6;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 0px 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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  right: 0;
  margin: 0px auto;
  top: 4px;
}

.restPlans span.downarrow.uparrow:after {
  -webkit-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
  top: 9px !important;
}

.restPlans + .term_cond {
  margin: 10px 0px 15px;
}

@media only screen and (max-width: 1024px) {
  .restPlans + .term_cond {
    text-align: center;
    max-width: 500px;
    margin: 0px auto;
  }
}

.planbox {
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 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: 0px;
}

.planbox .data_ul_plan {
  padding-left: 0px;
}

.planbox .data_ul_plan li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 38px;
  position: relative;
  margin-bottom: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 5px;
}

.planbox .knowmore_item {
  text-align: right;
}
.planbox .knowmore_item .knowmore {
  background: #FD4705;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
          box-shadow: 0px 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: normal;
}

@media only screen and (max-width: 1024px) {
  .planbox .knowmore_item .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,
.topTradPlanContent .block_content_wrapper,
.topPlanContent .block_content_wrapper {
  padding: 0px;
}

.topChildPlanContent .block_content_wrapper .term_cond,
.topTradPlanContent .block_content_wrapper .term_cond,
.topPlanContent .block_content_wrapper .term_cond {
  padding: 0px 15px 25px;
}

.sukanyaCalculator {
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(215, 225, 226, 0.5);
          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: 0px auto;
}

.sukanyaCalculator .smy_title {
  margin: 0 0 15px 0;
  padding: 0px 25px;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .smy_title {
    padding: 0px;
  }
}

.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%;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    display: block;
    border-width: 1px 0;
  }
}

.sukanyaCalculator .sukanyaCalculator_wrapper {
  width: 100%;
  padding: 10px 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 740px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper {
    padding: 20px 0px;
    display: block;
  }
  .sukanyaCalculator .sukanyaCalculator_wrapper .sukanya_scrollAmt {
    font-size: 14px;
    width: 100px;
  }
}

.sukanyaCalculator .sukanyaCalculator_wrapper.result {
  background: #f4f7ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left {
  width: 385px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 0px 25px;
    margin-bottom: 20px;
  }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right {
  width: 280px;
  margin: 0px auto;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 {
  display: block;
  position: relative;
  padding-right: 125px;
  height: 50px;
}

@media only screen and (max-width: 740px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 {
    height: 60px;
  }
}

@media only screen and (max-width: 360px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 {
    height: 80px;
  }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 {
  width: 50%;
  padding-right: 0 !important;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 {
    text-align: left;
  }
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 span, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 span, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 span, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 span, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 span {
    display: block;
  }
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 p, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 p, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 p, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 p, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 p {
    display: inline-block;
  }
}

@media only screen and (max-width: 740px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 {
    text-align: center;
  }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 .youget, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 .youget, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 .youget, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 .youget, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 .youget {
  font-size: 10px;
  margin-top: 5px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p.amt_inr, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p.amt_inr, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p.amt_inr, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p.amt_inr, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p.amt_inr {
  padding-left: 15px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p.amt_inr:before, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p.amt_inr:before, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p.amt_inr:before, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p.amt_inr:before, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p.amt_inr:before {
  content: '₹';
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  line-height: 18px;
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title span, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 span, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 span, .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 span, .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 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: 0px auto 0;
  }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: 0px;
  }
}

.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: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .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: 0px;
  text-align: left;
}

.step .range.last span {
  font-size: 12px;
  width: 60px;
  position: absolute;
  top: 18px;
  right: 0px;
  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: -.6em;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.sukanyaCalculator_wrapper .ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
  border: 0px;
}

.sukanyaCalculator_wrapper .ui-state-default,
.sukanyaCalculator_wrapper .ui-widget-content .ui-state-default,
.sukanyaCalculator_wrapper .ui-widget-header .ui-state-default,
.sukanyaCalculator_wrapper .ui-button,
.sukanyaCalculator_wrapper html .ui-button.ui-state-disabled:hover,
.sukanyaCalculator_wrapper html .ui-button.ui-state-disabled:active {
  border: 1px solid #0463f6;
  background: #00e0ff;
  font-weight: normal;
  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 .year_sukanya, .sukanya_scrollAmt .rupee_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;
  -webkit-box-shadow: 0px 3px 12px #00000029;
          box-shadow: 0px 3px 12px #00000029;
  border-radius: 8px;
  padding: 25px 9px 10px;
  margin: 20px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget-section {
    margin: 0px 16px;
  }
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section {
    max-width: 560px;
    margin: 0px 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: bold;
  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: bold;
  }
  .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: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 12px #00000029;
          box-shadow: 0px 3px 12px #00000029;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 #70707033;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
}

@media screen and (max-width: 450px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
    max-width: 288px;
  }
}

@media screen and (orientation: landscape) and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
    max-width: 408px;
  }
}

.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;
}

@media screen and (max-width: 825px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    min-width: 43px;
  }
}

.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: bold;
  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: #FFFFFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px #00000047;
          box-shadow: 0px 3px 6px #00000047;
  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: bold;
  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 {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
    -ms-flex-preferred-size: 100%;
        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: -0px -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 {
  -ms-flex-preferred-size: 47%;
      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 {
    -ms-flex-preferred-size: 100%;
        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;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 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;
  -webkit-transform: rotate(180deg);
          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: 0px 0px 10px;
}

@media only screen and (max-width: 1024px) {
  .child-form-steper .cal-subheading {
    line-height: 22px;
    margin: 5px 0px 10px;
  }
}

.child-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.child-box .child-infographic {
  width: 36%;
  max-width: 100%;
  background: url(../../images/bu/child-calc-graphics.png) no-repeat 0 0px;
  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;
  -webkit-transition: all 0.5s;
  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%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.formInput-item label.lbl .radio-format.mba:before {
  background-position: 0px 0px;
}

.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: 0px -101px;
}

.formInput-item label.lbl .radio-format.oth:before {
  background-position: 0px -148px;
}

.formInput-item label.lbl input {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
}

.formInput-item label.lbl input:checked + .radio-format {
  -webkit-box-shadow: 0px 3px 10px #cecece;
          box-shadow: 0px 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: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
}

.formInput-item label.lbl-typ1 input:checked + .collage-amt {
  -webkit-box-shadow: 0px 3px 10px #cecece;
          box-shadow: 0px 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: none;
}

.formInput-item input.error {
  border: 1px solid #f00;
}

.formInput-item .err {
  position: absolute;
  font-size: 12px;
  color: #f00;
  bottom: -5px;
}

.collage-amt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #0662f6;
  color: #000;
  border-radius: 8px;
  position: relative;
  padding: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.collage-amt.title, .leftSection h1.collage-amt, .leftSection h2.collage-amt {
  font-size: 10px;
  color: #757575;
  padding: 0px 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;
  -webkit-transform: rotate(-45deg);
  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%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -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: 0px 10px 0px 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: 0px;
}

.child-future-amount .fee-amt .editLink, .child-future-amount .fee-amt .doneLink {
  font-size: 10px;
  font-weight: 500;
  color: #0652DD;
}

.child-future-amount .fee-amt .editLink + .err, .child-future-amount .fee-amt .doneLink + .err {
  font-size: 10px;
  color: #f00;
}

.child-future-amount .fee-upgrade {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0px 0 20px 0;
  font-weight: 500;
}

.child-future-amount .fee-upgrade select {
  border: 1px solid #0662f6;
  padding: 0px 40px 0px 12px;
  font-weight: bold;
  border-radius: 2px;
  margin-left: 3%;
}

.child-future-amount .growth-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0px;
}

.child-future-amount .growth-status .saving-amt {
  width: 240px;
  margin: 0px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.child-future-amount .growth-status .gole .future-amt {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
    /* IE11 */
  }
  .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;
    /* IE11 */
  }
  .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:before, .child-cal-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
}

.child-cal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.child-cal-close:after {
  -webkit-transform: rotate(-45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 0px;
  background-size: 100%;
}

.boxtoclick .content {
  width: 60%;
  background: #EFA893;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

.boxtoclick .content .title, .boxtoclick .content .leftSection h1, .leftSection .boxtoclick .content h1, .boxtoclick .content .leftSection h2, .leftSection .boxtoclick .content h2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.boxtoclick .content .title.first-title, .boxtoclick .content .leftSection h1.first-title, .leftSection .boxtoclick .content h1.first-title, .boxtoclick .content .leftSection h2.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 .title.dark, .boxtoclick .content .leftSection h1.dark, .leftSection .boxtoclick .content h1.dark, .boxtoclick .content .leftSection h2.dark, .leftSection .boxtoclick .content h2.dark {
  color: #9A452B;
  margin: 20px 10px 20px 20px;
}

@media only screen and (max-width: 1024px) {
  .boxtoclick .content .title.dark, .boxtoclick .content .leftSection h1.dark, .leftSection .boxtoclick .content h1.dark, .boxtoclick .content .leftSection h2.dark, .leftSection .boxtoclick .content h2.dark {
    margin: 20px 0px 10px 0px;
  }
}

.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 0px 3px;
  background-size: 100%;
  right: 2px;
  top: 1px;
}

.boxtoclick .content .child-calc-open {
  border-radius: 4px;
  color: #9A452B;
  font-weight: 600;
  width: 80%;
  margin: 0px 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 375px) {
  .boxtoclick {
    height: 195px;
    margin: 20px 0;
  }
  .boxtoclick .content .title, .boxtoclick .content .leftSection h1, .leftSection .boxtoclick .content h1, .boxtoclick .content .leftSection h2, .leftSection .boxtoclick .content h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
  }
  .boxtoclick .content .title.first-title, .boxtoclick .content .leftSection h1.first-title, .leftSection .boxtoclick .content h1.first-title, .boxtoclick .content .leftSection h2.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 .title.dark, .boxtoclick .content .leftSection h1.dark, .leftSection .boxtoclick .content h1.dark, .boxtoclick .content .leftSection h2.dark, .leftSection .boxtoclick .content h2.dark {
    color: #9A452B;
    margin: 15px 0px 18px 0px;
  }
  .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 .title, .boxtoclick .content .leftSection h1, .leftSection .boxtoclick .content h1, .boxtoclick .content .leftSection h2, .leftSection .boxtoclick .content h2 {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
  }
  .boxtoclick .content .title.first-title, .boxtoclick .content .leftSection h1.first-title, .leftSection .boxtoclick .content h1.first-title, .boxtoclick .content .leftSection h2.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 .title.dark, .boxtoclick .content .leftSection h1.dark, .leftSection .boxtoclick .content h1.dark, .boxtoclick .content .leftSection h2.dark, .leftSection .boxtoclick .content h2.dark {
    color: #9A452B;
    margin: 5px 0px 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;
  -webkit-box-shadow: none;
          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 0px;
  }
  .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: 0px;
  }
  .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: 0px 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: 0px;
    top: 5%;
    width: 60%;
    margin: 0px auto;
    position: relative;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0px 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: 0px;
  }
  .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 0px;
  }
  .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: 0px;
  }
  .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: 0px 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: 0px;
    top: 5%;
    width: 60%;
    margin: 0px auto;
    position: relative;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0px 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: 0px;
  }
  .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 0px;
  }
  .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: 0px;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .intial-fig {
    top: 20px;
    left: 0px;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .final-fig {
    top: -30px;
    right: 0px;
  }
  .child-calculator.mobile .child-future-amount .growth-status .gole .future-amt .final-year {
    right: 0px;
    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: 0px 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: 0px;
    top: 5%;
    width: 60%;
    margin: 0px auto;
    position: relative;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0px 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: 0px;
  }
  .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 0px 10px;
  }
  .child-calculator.mobile .child-calc-close {
    display: block;
  }
  .child-calculator.mobile .child-future-amount .fee-amt {
    margin: 0px;
  }
  .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: 0px 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: 0px;
    top: 5%;
    width: 60%;
    position: relative;
    margin: 10px auto;
    height: 375px;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 220px;
  }
  .child-calculator.mobile .child-future-amount .growth-status {
    margin: 50px 0px 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: 0px;
    top: 5%;
    width: 100%;
    position: relative;
    margin: 10px auto;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
    padding: 0px;
  }
  .child-calculator.mobile .child-future-amount {
    padding: 25px 0;
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .growth-status .amt {
    margin: 0px;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    border-radius: 0px;
    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: 0px;
  }
  .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: 0px;
    background: transparent;
    top: 5%;
    width: 100%;
    position: relative;
    margin: 15px auto 10px;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
    padding: 0px;
  }
  .child-calculator.mobile .child-cal-box .btn {
    width: 100%;
    margin: 0px 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: 0px 0 25px;
    width: 100%;
  }
  .child-calculator.mobile .child-future-amount .growth-status .amt {
    margin: 0px;
  }
  .child-calculator.mobile .child-future-amount .growth-status .saving-amt {
    border-radius: 0px;
    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: 0px;
  left: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

/* END All INVESTMENT PLAN */
a, input, select, button, textarea, textPath, a:focus, input:focus, select:focus, textarea:focus, textPath:focus, button:focus {
  outline: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#policybazaar {
  width: 100%;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0px;
  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;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  left: 0;
  -webkit-animation: slide-down .7s;
          animation: slide-down .7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  -webkit-box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
          box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0px #ededed;
  background-color: #ffffff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transform: rotate(-180deg);
          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 a, .nav-link .container-nav1 .cta-call .btnViewQuotesNavBar, .nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call .sticknav_viewplan {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link 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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.49)), color-stop(34%, rgba(255, 255, 255, 0.91)), to(#ffffff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #ffffff);
}

.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: none;
  outline: none;
}

.nav-link ul li.active a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: none;
}

#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 {
  -webkit-transform: rotate(-180deg);
          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: transparent;
  }
  .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: none;
  -webkit-transform: rotate(180deg);
          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: none;
  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 .prev.disabled, #navBarBookmarksWrapper.nav-wrap-sticky .next.disabled {
  opacity: .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: 0px 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0px 0;
    width: 90%;
    margin: 0 auto;
  }
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}

.rightSection .supplier_icon,
.rightSection .allCalc,
.rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
}

.rightSection.webp .supplier_icon,
.rightSection.webp .allCalc,
.rightSection.webp .allimg {
  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: 0px;
}

@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: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04)) !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04);
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          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.insurers, .rightSection .card.calculator, .rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0px 0 0px 0px;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0px 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0px;
}

.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 0px;
}

.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: 0px;
}

.rightSection .insurerBlock {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0px 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;
  -webkit-transition: color ease-in 0.3s;
  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;
  -webkit-transform: rotate(-45deg);
  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: 0px 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: normal;
  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: none;
  -webkit-appearance: none;
  position: relative;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=text], .rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=text], .rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid #f00;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: #f00;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #FFFFFF;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0px;
    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;
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 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;
  -webkit-transform: rotate(-45deg);
  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: 0px;
  margin: 20px 0 0px 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: 0px 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: bold;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select, .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  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: 0px auto;
  display: none;
  /* line-height: 28px; */
  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;
  -ms-flex-align: top;
  -webkit-box-align: top;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .allCalc, .rightSection .allimg {
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.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 0 0 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 .5s;
  -webkit-transition: all ease .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: 205px;
}

.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: 0px;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0px;
    display: none;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0px;
    margin: 0px 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;
  background-size: 50px;
  width: auto;
  height: auto;
}
.rightSection .allCalc.fire {
  background-position: 1px -1733px;
  background-size: 70px;
}
.rightSection .allCalc.emi {
  background-position: 1px -1777px;
  background-size: 70px;
}
.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}
.rightSection .allCalc.compound_interest {
  background-image: url("../../images/bu/caculator-sprite-compound.png");
  background-position: 8px -1130px;
  background-size: 46px;
}
.rightSection .allCalc.saving {
  background-position: 8px -45px;
}
.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}
.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}
.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}
.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}
.rightSection .allCalc.other, .rightSection .allCalc.travel {
  background-position: 8px -672px;
}
.rightSection .allCalc.premium, .rightSection .allCalc.lic {
  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,
.rightSection .Bajaj_icon {
  background-position: 3px -38px;
}
.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}
.rightSection .birla-sun-life_icon,
.rightSection .Aditya_icon {
  background-position: 1px -4675px;
}
.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon {
  background-position: 0px -293px;
}

.rightSection .exide-life_icon, .rightSection .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .hdfc-life_icon, .rightSection .HDFC_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-life_icon, .rightSection .SBI_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-general_icon, .rightSection .ICICI_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: 0px -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: 0px -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0px -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: 0px -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .religare-general_icon, .rightSection .Reliance_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: 0px -156px;
}

.rightSection .kotak-general_icon, .rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon_icon, .rightSection .max-general_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 .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 10px;
}

.leftSection .graphDiv img {
  max-width: 335px;
  width: 100%;
}

.leftSection .graphDiv.first {
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .graphDiv.first {
    margin: 20px;
  }
}

.leftSection, .rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .leftSection .graphDiv {
    background: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 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: #ffffff;
    margin: 0px auto 20px;
    padding: 16px 0 3px;
    clear: both;
    display: block;
    text-align: center;
  }
  .leftSection .graphDiv img {
    max-width: 400px;
  }
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

/*======you may like section start=======*/
.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: 0px 0px 15px 0px;
  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;
  /* padding: 20px 0; */
  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 0px 0px 0px;
}

.youmaylike_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.article-info dl.article-info {
  margin: 0;
}

.you-may-like dt, .you-may-like dd {
  color: #91919a;
  display: inline-block;
  font-size: 12px;
  margin: 0px;
}

.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;
}

/*======you may like section end=======*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 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: 0px;
  }
  #policybazaar #reviewslide {
    background: #FFFFFF;
    padding: 0px;
    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: 0px 0;
    float: left;
    padding: 0px;
  }
  #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: 0px 0px;
  }
}

@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: 0px 0px;
    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: 0px 0px;
  display: block;
  border: 1px solid #e8e6e6;
}

.leftSection .planTable {
  -webkit-box-shadow: 1px 1px 5px #ccc;
          box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 0px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.leftSection .planTable .header li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #EFEFEF;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}

.leftSection .planTable .header li .vs {
  background: #fff;
  padding: 0px 3px;
  position: absolute;
  border-radius: 50%;
  font-weight: 400;
  font-size: 8px;
  right: 0px;
  z-index: 1;
}

.leftSection .planTable .header li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0px auto;
  height: 30px;
  background-color: #d4d4d4;
  right: 7px;
}

.leftSection .planTable .header li:first-child {
  background-color: #fff;
  text-align: left;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.leftSection .planTable .tablecontent:after {
  content: "";
  position: absolute;
  width: 98%;
  margin: 0px 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 0px auto;
  height: 30px;
  background-color: #EFEFEF;
  right: 7px;
}

.leftSection .planTable .tablecontent li:first-child {
  background-color: #fff;
  text-align: left;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  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;
  -webkit-box-shadow: 1px 1px 5px #ccc;
          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 h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider h2 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}

@media only screen and (max-width: 360px) {
  .investment-option-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}

.investment-option-slider .option-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 760px;
  padding: 0px 30px 0px 30px;
  -webkit-box-sizing: border-box;
          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: 0px 0 0 10px;
  }
}

.investment-option-slider .option-slider .slick-prev, .investment-option-slider .option-slider .slick-next {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 3px 3px #ccc;
          box-shadow: 0px 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-prev, .investment-option-slider .option-slider .slick-next {
    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;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0px 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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  -webkit-box-shadow: 0px 3px 3px #e6e0e0;
          box-shadow: 0px 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  cursor: pointer;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}

.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  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: bold;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: '';
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: .30;
  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;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore a {
  font-size: 12px;
  border: 1px solid #0065FF;
  padding: 1px 7px;
  color: #0065FF;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.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.active, .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited {
  color: #0065FF;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a {
    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 a:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065FF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0px auto;
    top: 8px;
  }
}

.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0px 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:hover, .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: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: none;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: none;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: none;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: none;
}

.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%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box, .investment-option-slider.home-insurance .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.two-wheeler .option-slider .product-list-box, .investment-option-slider.home-insurance .option-slider .product-list-box {
    margin-top: 10px;
  }
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before, .investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before {
  background: #0BBDF2;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before, .investment-option-slider.home-insurance .option-slider .product-list-box.green::before {
  background: #47D990;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before, .investment-option-slider.home-insurance .option-slider .product-list-box.purple::before {
  background: #2D3CD9;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before, .investment-option-slider.home-insurance .option-slider .product-list-box.red::before {
  background: #FF5353;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before, .investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before {
  background: #FFAB00;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before, .investment-option-slider.home-insurance .option-slider .product-list-box.blue::before {
  background: #4C9AFF;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner, .investment-option-slider.home-insurance .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple {
  background: #CBCFFF;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue {
  background: #8DE5FF;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.green {
  background: #9FFFCE;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.red {
  background: #FFB2B2;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue {
  background: #B3D4FF;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow {
  background: #FFF0B3;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a, .investment-option-slider.home-insurance .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.two-wheeler .option-slider .product-list-box .product-info .viewmore, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a, .investment-option-slider.home-insurance .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.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}

.investment-option-slider.two-wheeler .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;
  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.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.active, .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited, .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.active, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.two-wheeler .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;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button, .investment-option-slider.home-insurance .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 .title, .investment-option-slider.travel .leftSection h1, .leftSection .investment-option-slider.travel h1, .investment-option-slider.travel .leftSection h2, .leftSection .investment-option-slider.travel h2 {
  border-bottom: 1px solid #D9DDE2;
  margin: 0 10px;
}

.investment-option-slider.travel .title h2, .investment-option-slider.travel .leftSection h1 h2, .leftSection .investment-option-slider.travel h1 h2, .investment-option-slider.travel .leftSection h2 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: 0px 3px 0px 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-prev, .investment-option-slider.travel .option-slider .slick-next {
  top: -45px;
  -webkit-transform: none;
          transform: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-prev:before, .investment-option-slider.travel .option-slider .slick-next: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%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0px;
}

.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, .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button {
  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 .title h2, .investment-option-slider.travel.tw .leftSection h1 h2, .leftSection .investment-option-slider.travel.tw h1 h2, .investment-option-slider.travel.tw .leftSection h2 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.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0px 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.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.active, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #0065FF;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

/*showhide */
.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 .insurerBlock.showHideListing:after, .rightSection .calculatorsList li a.showHideListing:after {
  display: none;
}

.linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  -webkit-transition: all .5s ease-in;
  transition: all .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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.linkshow:after {
  -webkit-transform: rotate(0);
  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 {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}

.rightSection .calculatorsList li .checkItem_list {
  color: #253858;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0px;
  left: 0px;
}
.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;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  right: 0;
  left: 0;
  margin: 0px auto;
}
.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}
.gifloader.hide {
  display: none;
}
.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0px auto;
}

.rsh_banner_maximisetax_saving {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #F2F2F2;
  border-radius: 24px;
  opacity: 1;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  max-width: 342px;
}
@media (max-width: 1024px) {
  .rsh_banner_maximisetax_saving {
    margin: 0px auto 17px;
  }
}
.rsh_banner_maximisetax_saving.nm {
  margin-bottom: 0;
}
.rsh_banner_maximisetax_saving p,
.rsh_banner_maximisetax_saving .paragraphBu {
  font-size: 14px;
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.rsh_banner_maximisetax_saving span {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  display: inline;
}
.rsh_banner_maximisetax_saving span .lightblue_text {
  color: #0065FF;
}
.rsh_banner_maximisetax_saving ul {
  list-style: none;
  text-align: left;
  margin: 8px 0 60px;
}
.rsh_banner_maximisetax_saving ul li {
  font-size: 14px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.rsh_banner_maximisetax_saving ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #0065FF;
  border-right: 2px solid #0065FF;
  left: 3px;
  top: 5px;
}
.rsh_banner_maximisetax_saving .graphic {
  width: 120px;
  height: 120px;
  margin: 0px auto 10px;
  display: flex;
  align-items: center;
  background: url(../../images/bu/maximisetax-graphic.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.rsh_banner_maximisetax_saving .btnaction {
  text-align: center;
}
.rsh_banner_maximisetax_saving .btnaction span {
  background: #0065FF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 50px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-align: center;
}
.rsh_banner_maximisetax_saving .link_tnc {
  position: absolute;
  width: 120px;
  font-size: 8px;
  bottom: 3px;
  letter-spacing: 0;
  right: 0px;
  opacity: 0.2;
  cursor: pointer;
  line-height: 12px;
}
.rsh_banner_maximisetax_saving.full {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  padding-bottom: 20px;
}
.rsh_banner_maximisetax_saving.full br {
  display: none;
}
.rsh_banner_maximisetax_saving.full ul {
  margin: 8px 0 20px;
}
.rsh_banner_maximisetax_saving.full .graphic {
  display: none;
}
.rsh_banner_maximisetax_saving.full .btnaction {
  text-align: left;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 50px;
}
.rsh_banner_maximisetax_saving.full .btnaction span {
  text-transform: initial;
}
@media (max-width: 568px) {
  .rsh_banner_maximisetax_saving.full .btnaction span {
    text-transform: uppercase;
  }
}
.rsh_banner_maximisetax_saving.full .link_tnc {
  position: absolute;
  width: 120px;
  font-size: 8px;
  bottom: 5px;
  letter-spacing: 0;
  right: 0px;
  opacity: 0.2;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .rsh_banner_maximisetax_saving.full {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    max-width: 342px;
    margin: 20px auto;
  }
  .rsh_banner_maximisetax_saving.full br {
    display: block;
  }
  .rsh_banner_maximisetax_saving.full ul {
    margin: 8px 0 60px;
  }
  .rsh_banner_maximisetax_saving.full span {
    text-align: center;
    line-height: 30px;
  }
  .rsh_banner_maximisetax_saving.full p,
  .rsh_banner_maximisetax_saving.full .paragraphBu {
    text-align: center;
    line-height: 20px;
  }
  .rsh_banner_maximisetax_saving.full .btnaction {
    position: initial;
    top: initial;
    transform: initial;
    text-align: center;
  }
  .rsh_banner_maximisetax_saving.full .graphic {
    position: absolute;
    top: 0;
    transform: inherit;
    display: block;
  }
  .rsh_banner_maximisetax_saving.full .link_tnc {
    line-height: 12px;
  }
}

.left-section-image img {
  max-width: 100%;
  height: auto;
}

.info-secure {
  color: #818181;
  /* font-family: Roboto; */
  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;
}

.formula-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 32px 16px 0;
  position: relative;
  overflow: hidden;
}
.formula-widget:after {
  content: "";
  background: url(../../images/bu/investment/sip-calculator-formula-img.svg) no-repeat center/contain;
  width: 183px;
  height: 185px;
  position: absolute;
  right: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .formula-widget:after {
    width: 130px;
    height: 130px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .formula-widget {
    padding: 24px 16px 16px;
  }
}
.formula-widget .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 75%;
  margin: 0 0 23px;
}
@media screen and (max-width: 767px) {
  .formula-widget .heading {
    font-size: 18px;
    width: 65%;
  }
}
.formula-widget .formula {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 24px;
  text-align: CENTER;
  color: var(--0065-ff, #0065FF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .formula-widget .formula {
    font-size: 18px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 375px) {
  .formula-widget .formula {
    font-size: 16px;
    padding: 18px 0;
  }
}
.formula-widget .label {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 16px 0 8px;
}
.formula-widget .terms-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .formula-widget .terms-list {
    flex-direction: column;
  }
}
.formula-widget .terms-list .term {
  width: 40%;
  display: flex;
  align-items: center;
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .formula-widget .terms-list .term {
    width: 100%;
    margin-bottom: 8px;
  }
}
.formula-widget .terms-list .term .name {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0065FF;
  /* font-family: Roboto; */
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 8px;
}

#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: transparent;
  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: transparent;
  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-family: Roboto; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.nri-popup-container .nri-popup-content .details .disclaimer {
  color: rgb(37, 56, 88);
  text-align: center;
  /* font-family: Roboto; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}/*# sourceMappingURL=investment_v7-calculator.css.map */