@charset "UTF-8";
/* Slider */
/* Icons */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* 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,
.trustedBy .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* 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-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;
}


.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 {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}

.leftSection .mid-form .orange-box {
  display: none;
  background: #F45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0px auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068D9;
  border-radius: 4px;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: 50px;
  background-size: contain;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0px auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0D70DB;
  background-color: #0D70DB;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .inner-block-right, .leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box, .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box, .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0px;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0px 5px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #CFCCCC;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}
.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: #f00;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}
.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right, .leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    -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: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0px;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #F7FAFF;
  padding: 8px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: -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;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: -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;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    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;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065FF;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}
.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 {
  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;
  font-size: 16px;
  color: #253858;
  position: relative;
}

.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 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;
}

.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection .faqsWrap ul li {
  border-bottom: 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 > label, .leftSection .faqsWrap ul li h3 > a, .leftSection .faqsWrap ul li h3 > label, .leftSection .faqsWrap ul li h4 > a, .leftSection .faqsWrap ul li h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li h2 > a:hover, .leftSection .faqsWrap ul li h2 > label:hover, .leftSection .faqsWrap ul li h3 > a:hover, .leftSection .faqsWrap ul li h3 > label:hover, .leftSection .faqsWrap ul li h4 > a:hover, .leftSection .faqsWrap ul li h4 > label:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li h2 > a:after, .leftSection .faqsWrap ul li h2 > label:after, .leftSection .faqsWrap ul li h3 > a:after, .leftSection .faqsWrap ul li h3 > label:after, .leftSection .faqsWrap ul li h4 > a:after, .leftSection .faqsWrap ul li h4 > 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 > label[flag="up"], .leftSection .faqsWrap ul li h3 > a[flag="up"], .leftSection .faqsWrap ul li h3 > label[flag="up"], .leftSection .faqsWrap ul li h4 > a[flag="up"], .leftSection .faqsWrap ul li h4 > 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 > label[flag="up"]::after, .leftSection .faqsWrap ul li h3 > a[flag="up"]::after, .leftSection .faqsWrap ul li h3 > label[flag="up"]::after, .leftSection .faqsWrap ul li h4 > a[flag="up"]::after, .leftSection .faqsWrap ul li h4 > 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 {
  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-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.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;
}

.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;
  }
}

.loading::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 5px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 9px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stickFooter_info {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  display: none;
  text-align: center;
}
.stickFooter_info.saral-jeevan-sticky {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .stickFooter_info.saral-jeevan-sticky {
    display: block;
  }
}
.term_footer_strip {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding-top: 50px;
  z-index: 1;
}

.term_footer_strip .bannerDiv {
  background: #253858;
}

.term_footer_strip .bannerDiv.footerDiv .temcondition {
  margin: 0px;
  padding: 0;
  font-size: 9px;
  color: #fff;
  position: relative;
  right: 0;
  top: -5px;
  padding-right: 15px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv.footerDiv .temcondition {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv.footerDiv .grid {
    padding: 0;
  }
}

.term_footer_strip .bannerDiv.footerDiv .grid.sticky_footer_sjb {
  width: 100%;
  padding: 0;
}

.term_footer_strip .bannerDiv .grid.sticky_footer_sjb {
  position: relative;
  width: 98%;
  padding: 15px 0px 20px;
}

.bannerDiv .term_footer_strip .bannerDiv .grid.sticky_footer_sjb {
  background: radial-gradient(circle at 30% 30%, #5f6b81, #253858 11%);
}

.term_footer_strip .bannerDiv .grid.sticky_footer_sjb ul.term_footer_strip_benefits {
  display: none;
}

.term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList {
  width: 1000px;
  padding-left: 350px;
  margin: 0px auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList {
    padding: 0;
    width: 570px;
  }
}

@media screen and (max-width: 640px) {
  .term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList {
    width: calc(100% - 20px);
  }
}

.term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList .countryWidth .countryDiv {
  width: 350px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits {
  width: 22%;
  text-align: left;
  list-style: none;
  margin-right: 45px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.48px;
  position: relative;
  margin-bottom: 6px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li:last-child {
  line-height: 20px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li:last-child::before {
  top: 6px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li::before {
  margin-right: 8px;
  content: "";
  background: #54BFFE;
  height: 10px;
  width: 10px;
  position: absolute;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits {
    display: none;
  }
}

.term_footer_strip .bannerDiv .grid .footerData {
  padding: 10px 10px 5px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData {
    padding: 15px 10px 15px;
  }
}

@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData {
    padding: 15px 2px 15px;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip {
  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;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
  width: 33.3%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
    width: auto;
    padding: 0px 4px;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem img {
  position: absolute;
  top: -40px;
  bottom: 0;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem img.img-fluid {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem img {
    display: none;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .btnLink {
  width: 158px;
  padding: 15px;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  color: #0065FF;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .btnLink {
    width: 73px;
    padding: 5px;
    font-size: 10px;
    line-height: initial;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature {
    font-size: 11px;
    line-height: 20px;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong {
  font-weight: 600;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
    font-size: 16px;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .gradientBg::after {
  content: '';
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem:nth-of-type(3) {
  width: 200px;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem:nth-of-type(3) {
    width: auto;
    margin: 0 0 auto auto;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
  width: 39px;
  height: 33px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1;
  background-color: #253858;
  background-image: none;
}

@media screen and (max-width: 768px) {
  .term_footer_strip .bannerDiv .grid .footerData .strip_close.close {
    top: -18px;
  }
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:hover {
  opacity: 1;
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:before, .term_footer_strip .bannerDiv .grid .footerData .strip_close.close:after {
  position: absolute;
  left: auto;
  right: 18px;
  top: 6px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  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;
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.term_footer_strip .guaranteedInvestList {
  width: 46%;
}

.term_footer_strip .guaranteedInvestList .err {
  position: absolute;
  color: #6AF9FF;
  font-size: 11px;
  display: block;
  padding: 0;
  letter-spacing: 0.5px;
  display: none;
  left: 0;
  bottom: -15px;
}

.term_footer_strip .guaranteedInvestList .countryWidth {
  width: 570px;
  text-align: left;
  position: relative;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio {
  left: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 12px #00000033;
          box-shadow: 0px 3px 12px #00000033;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  width: 235px;
  height: 414px;
  z-index: 1;
  padding: 17px 15px;
  display: none;
  overflow: scroll;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio.show {
  display: block;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: CENTER;
      -ms-flex-align: CENTER;
          align-items: CENTER;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio:last-child {
  margin-bottom: 0;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio.active label {
  color: #0862F5;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio label {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
  background-color: #fff;
  border-radius: 4px;
  width: 360px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #333;
  border: 3px solid #253858;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv.error {
  border: 3px solid #FF0000;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .boxicon {
  display: none;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: none;
  height: 40px;
  padding: 10px 6px;
  padding-right: 6px;
  width: 65px;
  float: left;
  padding-right: 19px;
  line-height: normal;
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-position: 90% center;
  background-repeat: no-repeat;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber {
  width: 100%;
  display: block;
  float: left;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode {
  font-size: 14px;
  width: 30%;
  line-height: 40px;
  background: #fff;
  position: relative;
  padding: 0 8px;
}

@media screen and (max-width: 440px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode {
    padding: 0 4px;
  }
}

@media screen and (max-width: 320px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode {
    padding: 0;
  }
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode::after {
  content: "";
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin: 0px 0 3px 10px;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber input {
  height: 40px;
  border: none;
  text-indent: 0;
  width: 65%;
  padding: 10px 6px 10px 0px;
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
}

.term_footer_strip .guaranteedInvestList .blueTxt {
  width: 90%;
  margin-left: 0;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
}

.term_footer_strip .guaranteedInvestList .blueTxt span {
  line-height: 20px;
  display: block;
  padding: 0px 0px 14px;
}

.term_footer_strip .guaranteedInvestList .detailBtn {
  position: static;
  -webkit-animation: none;
  animation: none;
  padding: 2px 24px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  max-width: 200px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 37px;
  text-transform: capitalize;
  background: #0052CC;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  min-width: 134px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.term_footer_strip .guaranteedInvestList .detailBtn.loading {
  padding: 2px 37px 2px 10px;
}

.term_footer_strip .guaranteedInvestList .detailBtn:active {
  background: #0463f6;
  font-size: 13px;
  -webkit-tap-highlight-color: #0463f6;
}

.term_footer_strip .tc {
  font-size: 11px;
  text-align: center;
  padding-top: 0px;
  margin: 0px;
  color: #fff;
  padding-bottom: 0px;
  position: absolute;
  left: 0;
  bottom: 1px;
  text-align: right;
  right: 20px;
}

.term_footer_strip .strip_close {
  background: #fff url(../../images/footer-strip/car/close_strip.png) top right no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 11px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
  background-position: 7px 8px;
  border-radius: 50%;
  background-size: 40%;
}

@media only screen and (max-width: 1024px) {
  .term_footer_strip {
    display: block;
  }
  .term_footer_strip .bannerDiv .grid {
    position: relative;
    padding: 0px 0 22px 0px;
  }
  .term_footer_strip .guaranteedInvestList {
    margin: 0px auto;
    padding: 0;
    width: 570px;
  }
  .term_footer_strip .guaranteedInvestList .blueTxt span {
    width: 100%;
    text-align: left;
    display: block;
    padding: 5px;
    padding: 8px 0 10px;
  }
  .term_footer_strip .bannerDiv {
    background: #253858;
  }
}

@media only screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid:before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .term_footer_strip .guaranteedInvestList .blueTxt {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
  }
  .term_footer_strip .guaranteedInvestList .err {
    position: relative;
  }
  .term_footer_strip .guaranteedInvestList, .term_footer_strip .guaranteedInvestList .countryWidth {
    width: calc(100% -  20px);
  }
  .term_footer_strip .guaranteedInvestList .blueTxt span {
    padding: 10px 0;
  }
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
    max-width: 300px;
    width: calc(100% - 150px) !important;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    width: auto;
    margin-top: 0;
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .term_footer_strip .bannerDiv .grid .blueTxt {
    font-size: 16px;
  }
  .term_footer_strip .bannerDiv .grid {
    padding: 10px 0 25px 0px;
  }
}

@media only screen and (max-width: 440px) {
  .term_footer_strip .guaranteedInvestList {
    width: 96%;
  }
  .term_footer_strip .guaranteedInvestList .countryWidth {
    width: 100%;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    margin-top: 0px;
    margin-left: 0px;
  }
  .term_footer_strip .strip_close {
    right: 7px;
  }
  .term_footer_strip .guaranteedInvestList .err {
    position: relative;
    color: #6AF9FF;
    font-size: 9px;
    display: block;
    padding: 5px 10px 10px 0;
    letter-spacing: 0.5px;
    text-align: left;
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .blueTxt {
    font-size: 13px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 320px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
    width: 100%;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    margin-top: 0px;
  }
  .term_footer_strip .guaranteedInvestList .err {
    width: 100%;
  }
}

.no-webp .logo-widget, .webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.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;
  }
}
/*  Term top plan widget starts */
.term-widget-new {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  background: #93BDFF 0% 0% no-repeat padding-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: relative;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .term-widget-new {
    width: calc(100% - 32px);
    margin: 20px auto;
  }
}

@media only screen and (max-width: 320px) {
  .term-widget-new {
    width: 100%;
  }
}

.term-widget-new::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 339px solid white;
  border-right: 271px solid transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .term-widget-new::before {
    display: none;
  }
}

.term-widget-new .right-block {
  width: 100%;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .term-widget-new .right-block {
    width: 100%;
  }
}

.term-widget-new .right-block::before {
  width: 136px;
  background: url(../../images/bu/term-widget-graphic.svg) no-repeat left center/contain;
  z-index: 1;
  position: absolute;
  content: "";
  height: 146px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: 100px;
}

@media screen and (max-width: 767px) {
  .term-widget-new .right-block::before {
    display: none;
  }
}

.term-widget-new .right-block .widget-heading {
  background: #3D7CDD;
  z-index: 0;
  padding-left: 300px;
  position: relative;
}

.term-widget-new .right-block .widget-heading img {
  display: none;
}

@media screen and (max-width: 767px) {
  .term-widget-new .right-block .widget-heading img {
    display: block;
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .term-widget-new .right-block .widget-heading {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
}

.term-widget-new .right-block .widget-heading::before {
  content: '';
  background: url(../../images/bu/term-widget-drop-shadow.svg);
  width: 127px;
  height: 78px;
  position: absolute;
  right: 0;
  top: 0;
}

.term-widget-new .right-block .widget-heading p {
  color: #fff;
  line-height: 24px;
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.016em;
}

@media screen and (max-width: 767px) {
  .term-widget-new .right-block .widget-heading p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 340px) {
  .term-widget-new .right-block .widget-heading p {
    font-size: 12px;
    line-height: 20px;
  }
}

.term-widget-new .right-block p.heading {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  width: 60%;
  margin: 0 0 0 auto;
  font-weight: bold;
}

.term-widget-new .right-block p.heading span {
  color: #324C74;
}

@media only screen and (max-width: 767px) {
  .term-widget-new .right-block p.heading {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 340px) {
  .term-widget-new .right-block p.heading {
    font-size: 12px;
    line-height: 20px;
  }
}

.term-widget-new .right-block .form-elements {
  width: 64%;
  margin: 0 0 40px auto;
}

@media only screen and (max-width: 767px) {
  .term-widget-new .right-block .form-elements {
    margin: 0 auto;
    width: 100%;
  }
}

.term-widget-new .right-block .form-elements .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .term-widget-new .right-block .form-elements .row {
    width: 260px;
    margin: 0 auto 20px;
  }
}

.term-widget-new .right-block .form-elements .row .blocks {
  width: calc(50% - 5px);
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.term-widget-new .right-block .form-elements .row .blocks .label {
  margin: 0 11px 0 0;
  font-size: 14px;
  text-align: right;
  width: calc(43% - 11px);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .term-widget-new .right-block .form-elements .row .blocks .label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.term-widget-new .right-block .form-elements .row .blocks .select-box {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .term-widget-new .right-block .form-elements .row .blocks .select-box {
    width: 100%;
  }
}

.term-widget-new .right-block select {
  width: 100%;
  color: #172B4D;
  border: none;
  float: left;
  padding: 0 16px 0 10px;
  -webkit-appearance: none;
  background: none;
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-color: #fff;
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #CFCCCC;
  border-radius: 24px;
  font-size: 14px;
}

.term-widget-new .right-block .amount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  margin: 20px auto 13px;
}

@media screen and (max-width: 767px) {
  .term-widget-new .right-block .amount-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.term-widget-new .right-block .amount-row .txt {
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  width: 60%;
  background: #3D7CDD 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .term-widget-new .right-block .amount-row .txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 23px;
    background: transparent;
    width: 100%;
  }
}

.term-widget-new .right-block .amount-row .price {
  font-size: 34px;
  color: #fff;
  width: auto;
  margin: 0 0 0 10px;
  line-height: 34px;
}

.term-widget-new .right-block .btn-plan {
  font-size: 14px;
  cursor: pointer;
  color: #324C74;
  border-radius: 10px;
  background: #fff;
  padding: 13px 0;
  text-align: center;
  display: block;
  margin: 0px auto 0px;
  width: 245px;
  border: 0;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
/*Term Top Plan PLANS*/
.sjb-top-plan, .top-plan {
  width: 100%;
  background: #F1F3F5;
  padding: 20px 10px;
  float: left;
}

.sjb-top-plan p.plan, .top-plan p.plan {
  font-size: 16px;
  color: #0065FF;
  display: inline-block;
  border-bottom: 3px solid #0065FF;
  margin-bottom: 10px;
}

.sjb-top-plan .block-inner, .top-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.sjb-top-plan .block-inner .see-more, .top-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  color: #0065FF;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.sjb-top-plan .block-inner .see-more::after, .top-plan .block-inner .see-more::after {
  content: '';
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more::after, .top-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}

.sjb-top-plan .block-inner .see-more#less-plan::after, .top-plan .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more#less-plan::after, .top-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}

.sjb-top-plan .block-inner .see-more.hide, .top-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more, .top-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}

.sjb-top-plan .block-inner .logo-block, .top-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block, .top-plan .block-inner .logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .sjb-top-plan .block-inner .logo-block div, .top-plan .block-inner .logo-block div {
    width: 50%;
  }
}

.sjb-top-plan .block-inner .logo-block img, .top-plan .block-inner .logo-block img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block img, .top-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}

.sjb-top-plan .block-inner .logo-block span.plan-name, .top-plan .block-inner .logo-block span.plan-name {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block span.plan-name, .top-plan .block-inner .logo-block span.plan-name {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}

.sjb-top-plan .block-inner .life-cover, .top-plan .block-inner .life-cover {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .life-cover, .top-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}

.sjb-top-plan .block-inner .life-cover p, .top-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .life-cover p:first-child, .top-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.sjb-top-plan .block-inner .life-cover p:nth-child(2n), .top-plan .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .life-cover p:nth-child(2n), .top-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0 0 0 0;
    font-size: 16px;
  }
}

.sjb-top-plan .block-inner .life-cover p:nth-child(3n), .top-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.sjb-top-plan .block-inner .claim-settlement, .top-plan .block-inner .claim-settlement {
  width: 22%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement, .top-plan .block-inner .claim-settlement {
    width: 50%;
    padding: 15px 0 0;
  }
}

.sjb-top-plan .block-inner .claim-settlement p, .top-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .claim-settlement p:first-child, .top-plan .block-inner .claim-settlement p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement p:first-child, .top-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}

.sjb-top-plan .block-inner .claim-settlement p:nth-child(2n), .top-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement p:nth-child(2n), .top-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}

.sjb-top-plan .block-inner .view-plan, .top-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan, .top-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}

.sjb-top-plan .block-inner .view-plan p, .top-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .view-plan p:first-child, .top-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.sjb-top-plan .block-inner .view-plan p:first-child span, .top-plan .block-inner .view-plan p:first-child span {
  color: #15B5A5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan p:first-child span, .top-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan p:first-child, .top-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}

.sjb-top-plan .block-inner .view-plan .btn, .top-plan .block-inner .view-plan .btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #F35023;
  padding: 10px 0;
  text-align: center;
  margin-top: 8px;
  width: 160px;
  border: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan .btn, .top-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}

.sjb-top-plan .top-plan-disclaimer, .top-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0  0px;
}

.sjb-top-plan .top-plan-disclaimer span, .top-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .top-plan-disclaimer, .top-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}

.sjb-top-plan {
  float: none !important;
}

/*End Term Top Plan PLANS*/
/*TOP INSURER PLANS*/
/* END TOP INSURER PLANS*/
/* Comparison table*/
.saral-jeevan-bima-content-section {
  background: #F0F0F0;
  padding: 20px 22px 18px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section {
    padding: 10px 11px 9px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box {
  -webkit-box-shadow: 0px 3px 12px #00000029;
          box-shadow: 0px 3px 12px #00000029;
  background-color: #fff;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-content-heading {
  padding: 11px 22px 16px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-content-heading {
    padding: 11px 22px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-content-heading h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #000000;
  margin: 0;
  line-height: 35px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-content-heading h1 {
    font-size: 22px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-content-heading p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.29px;
  color: #757575;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-content-heading p {
    font-size: 14px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why .saral-jeevan-bima-what {
  width: 50%;
  background-color: #E38E7F;
  padding: 27px 20px 25px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why .saral-jeevan-bima-what {
    width: 100%;
    padding: 6px 19px 12px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why .saral-jeevan-bima-why {
  width: 50%;
  background-color: #7F83E3;
  padding: 27px 20px 25px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why .saral-jeevan-bima-why {
    width: 100%;
    padding: 6px 19px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why p.heading {
  color: #fff;
  letter-spacing: 0.29px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why p.description, .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why li {
  color: #fff;
  letter-spacing: 0.26px;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 20px;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why ul {
  list-style: none;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 21px;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-what-why ul li:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features {
  padding: 13px 28px 0px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features {
    padding: 13px 19px 0px;
  }
}

@media screen and (max-width: 767px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features {
    padding: 13px 10px 0px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features p.heading {
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature img {
  max-width: 50px;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature > div {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature > div {
    width: 95%;
  }
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature > div .saral-jeevan-bima-feature-heading {
  letter-spacing: 0.22px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 18px;
  text-transform: capitalize;
}

.saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature > div .saral-jeevan-bima-feature-subheading {
  letter-spacing: 0.26px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
  text-transform: capitalize;
}

.saral-jeevan-bima-content {
  background-color: #fff;
  padding-top: 25px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content {
    padding: 25px 5px 5px;
  }
}

.saral-jeevan-bima-content .saral-jeevan-bima-content-subheading {
  letter-spacing: 0.26px;
  color: #757575;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 13px;
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content .saral-jeevan-bima-content-subheading {
    font-size: 14px;
    padding: 0 12px;
  }
}

.saral-jeevan-bima-content .saral-jeevan-bima-content-heading {
  letter-spacing: 0.29px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content .saral-jeevan-bima-content-heading {
    font-size: 16px;
    padding: 0 12px;
  }
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable {
  margin-bottom: 40px;
  border: 1px solid #C1D9FF;
  border-radius: 8px;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table {
  margin-top: 0;
  border-style: none;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table thead tr {
  background-color: transparent;
  color: #000;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table thead tr th {
  padding: 15px;
  border-right: 1px solid #C1D9FF;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content .saral-jeevan-bima-table .footable table thead tr th {
    font-size: 14px;
  }
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table thead tr th:first-child {
  width: 30%;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table thead tr th:last-child {
  border: none;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table thead tr:first-child {
  border-right: none;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr {
  background-color: #F7F7F7;
  color: #000;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr td {
  border: 1px solid #C1D9FF;
  border-left: 0;
  padding: 15px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr td {
    font-size: 14px;
  }
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr td:first-child {
  width: 30%;
  font-weight: bold;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr td:last-child {
  border-right: none;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr:first-child {
  border-right: none;
}

.saral-jeevan-bima-content .saral-jeevan-bima-table .footable table tbody tr:last-child td {
  border-bottom: none;
}

.leftSection.saral-jeevan-bima .block_content_wrapper .block_content_wrapper {
  padding: 16px 0 0;
}

@media screen and (max-width: 375px) {
  .multilan .saral-jeevan-bima-content-section {
    padding: 10px 0px 9px;
  }
  .multilan .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature > div .saral-jeevan-bima-feature-heading {
    font-size: 12px;
    word-break: break-word;
  }
  .multilan .saral-jeevan-bima-content-section .saral-jeevan-bima-content-box .saral-jeevan-bima-features .saral-jeevan-bima-features-list .saral-jeevan-bima-feature > div .saral-jeevan-bima-feature-subheading {
    font-size: 13px;
    line-height: 18px;
    word-break: break-word;
  }
}
.rhs-sticky-banner-box {
  border: 1px solid #D0D4DB;
  border-radius: 8px;
  padding: 8px;
  max-width: 342px;
  width: 100%;
  z-index: 990;
}

@media screen and (max-width: 1024px) {
  .rhs-sticky-banner-box {
    display: none;
  }
}

.rhs-sticky-banner-box.fixed {
  position: fixed;
  background: #fff;
  top: 20px;
  right: auto;
}

.rhs-sticky-banner-box .rhs-sticky-banner {
  background: #253858 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 11px 21px 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.54px;
  position: relative;
  font-weight: bold;
  padding: 0 0 7px;
  margin-bottom: 10px;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #54BFFE;
  width: 40%;
  height: 1px;
  bottom: 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul {
  list-style-type: none;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.42px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li::before {
  content: '';
  background: #54BFFE;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 32%;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner.gif) no-repeat center/contain;
  width: 275px;
  height: 190px;
}

.rhs-sticky-banner-box .rhs-sticky-banner button {
  background-color: #0052CC;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 22px;
  border-radius: 4px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.rhs-sticky-banner-box .rhs-sticky-banner p.disclaimer {
  color: #fff;
  text-align: right;
  margin: 10px auto 0;
  padding: 10px 1%;
}

.rhs-sticky-banner-box.investment.fixed {
  top: 100px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner {
  padding: 11px 21px 20px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-investment.gif) no-repeat center/contain;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner ul li::before {
  top: 17%;
}

.rhs-sticky-banner-box.provider, .rhs-sticky-banner-box.term {
  border: 0;
  padding: 0;
}

.rhs-sticky-banner-box.provider img, .rhs-sticky-banner-box.term img {
  max-width: 342px;
  cursor: pointer;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner {
  background: #f2f7ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #253858;
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  background-color: #36b37e;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-ghi.gif) no-repeat center/contain;
  width: 265px;
  margin: 0 auto 10px;
  text-align: CENTER;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul {
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li {
  color: #253858;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li::before {
  background-color: transparent;
  border: 2px solid #253858;
  top: 7px;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  border-radius: 8px;
  background-color: #0065ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .disclaimer {
  color: #253858;
  margin: -7px auto 0;
  font-size: 12px;
  padding: 10px 1% 15px;
}
.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider h2,
.investment-option-slider .ghi-heading,
.investment-option-slider h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}
.investment-option-slider h2 strong,
.investment-option-slider .ghi-heading strong,
.investment-option-slider h3 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider h2,
  .investment-option-slider .ghi-heading,
  .investment-option-slider h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider h2,
  .investment-option-slider .ghi-heading,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0px;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}
.investment-option-slider .option-slider.full {
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0px 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-prev,
.investment-option-slider .option-slider .slick-next {
  width: 40px;
  height: 40px;
  box-shadow: 0px 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  top: 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;
  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;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0px 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}
.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}
.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}
.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #CBCFFF;
  color: #7F87DD;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8DE5FF;
  color: #3DBADE;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9FFFCE;
  color: #6BCB9B;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #FFB2B2;
  color: #DE8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #FFF0B3;
  color: #FFC400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: '';
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 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;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3CB1E4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43CD88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2F38CB;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  -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 a {
  font-size: 14px;
  padding: 0px 9px;
  margin: 0;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 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 {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.prurple::before {
  background: #2D3CD9;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.two-wheeler .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 {
  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 {
  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 {
    margin-top: 7px;
  }
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065FF;
  }
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}

.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: 18px;
  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;
}

.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 {
  color: #0065ff;
  background: #fff;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #0065ff;
}

@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 {
    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 {
    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;
}

.blockContentCompany {
  margin: 40px 0 0;
}

.insurer-by-company, .list-calculator {
  border-radius: 8px;
  padding: 15px 25px 5px;
  margin: 20px 0;
  border: 1px solid #DFE1E6;
}

@media only screen and (max-width: 1024px) {
  .insurer-by-company, .list-calculator {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .insurer-by-company, .list-calculator {
    background: none;
  }
}

@media only screen and (max-width: 480px) {
  .insurer-by-company, .list-calculator {
    padding: 15px 5px 5px;
  }
}

.insurer-by-company .insurer-by-company-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 12px;
}

.insurer-by-company .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #172b4d;
  margin: 0px;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insurer-by-company .insurer-by-company-content:after {
  content: "";
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 740px) {
  .insurer-by-company .insurer-by-company-content:after {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  margin: 0px 0 10px 0;
  padding: 15px 6px 0;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  width: 24%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media only screen and (max-width: 740px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 31%;
  }
}

@media only screen and (max-width: 440px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 48%;
  }
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-bottom: 0;
  color: #253858;
  margin: 10px 0 0;
  width: 100%;
}

.insurer-by-company .slick-prev.slick-arrow,
.insurer-by-company .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.insurer-by-company .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-by-company .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.showAllInsurer {
  position: relative;
  margin-right: 0;
}

.showAllInsurer::before {
  line-height: 22px;
  content: "+";
  display: inline-block;
  position: absolute;
  margin-left: 4px;
  font-size: 18px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  top: 50%;
  left: -20px;
}

.lessInsurer::before {
  content: "-";
}

.viewallLinkInsurer {
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.viewallLinkInsurer .viewAll {
  font-size: 16px;
  color: #0065ff;
  border: 1px solid #0065ff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .viewallLinkInsurer .viewAll {
    padding: 5px 20px;
    background: #fff;
    font-weight: 500;
  }
}

.viewallLinkInsurer .viewAll .witharrow {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}

.viewallLinkInsurer .viewAll .witharrow:after {
  content: "";
  border: solid #0663f6;
  border-width: 0 2px 2px 0;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 0px;
  top: 7px;
}

.viewallLinkInsurer .viewAll .witharrow.less:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  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%;
  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;
}

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;
}

@media only screen and (max-width: 1024px) {
  .pbcategoryPages {
    background: #fff;
  }
}

.rupee {
  font-weight: 500;
  font-style: normal;
}

#policybazaar {
  width: 100%;
}

.section-grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .section-grid {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .section-grid {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .section-grid {
    max-width: 100%;
  }
}
.section-grid.pd16 {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .section-grid.pd16 {
    padding: 0 16px;
    margin-top: 30px;
  }
}

.section-full .section-grid {
  max-width: 100%;
  background: transparent;
  padding: 0px;
}

@media (max-width: 1024px) {
  .section-full .section-grid,
  .section-grid {
    background: transparent;
    padding: 0px 16px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .section-full .section-grid,
  .section-grid {
    padding: 0px 8px;
  }
  .section-full .section-grid.termlifeRider,
  .section-grid.termlifeRider {
    padding: 0px 8px;
  }
}
@media (max-width: 1024px) {
  .section-full .section-grid .how-to-buy-graphic img,
  .section-grid .how-to-buy-graphic img {
    height: auto;
    width: 100%;
  }
}
.scrollable-box {
  position: relative;
}
.scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}
.scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}
.scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}
.scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: transparent;
  border-radius: 8px;
}
.scrollable-box.y p {
  padding-right: 10px;
}
@media (max-width: 890px) {
  .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
  }
  .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: transparent;
    border-radius: 8px;
  }
  .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
  }
  .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: transparent;
    border-radius: 8px;
  }
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left, .flexbox-right {
  width: 50%;
}
@media (max-width: 890px) {
  .flexbox-left, .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.w70, .flexbox-right.w70 {
  width: calc(100% - 338px);
}
@media (max-width: 890px) {
  .flexbox-left.w70, .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60, .flexbox-right.w60 {
  width: 60%;
}
@media (max-width: 568px) {
  .flexbox-left.w60, .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w40, .flexbox-right.w40 {
  width: 40%;
}
@media (max-width: 568px) {
  .flexbox-left.w40, .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30, .flexbox-right.w30 {
  width: 338px;
}
@media (max-width: 890px) {
  .flexbox-left.w30, .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox.sb {
  justify-content: space-between;
}
@media (max-width: 890px) {
  .flexbox.sb .term-illustration {
    display: none;
  }
}
.flexbox.alignOrder .flex {
  display: block;
}
@media (max-width: 890px) {
  .flexbox.alignOrder .flex {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .flexbox.alignOrder .flex .top-heading {
    order: 1;
  }
  .flexbox.alignOrder .flex .video-container {
    order: 4;
  }
  .flexbox.alignOrder .flex .content {
    order: 2;
  }
  .flexbox.alignOrder .flex .how-term-insurance-work-wrapper {
    order: 3;
  }
}
.flexbox-right.lf {
  max-width: 450px;
  border-top: 5px solid #0165ff;
  border-radius: 10px;
}
@media (max-width: 890px) {
  .flexbox-right.lf {
    margin: 0px auto 0;
  }
}
.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  width: calc(100% - 480px);
  padding-right: 20px;
}
@media (max-width: 568px) {
  .flexbox .flexbox-left.col-flex .alignleft h1 {
    font-weight: 700;
    font-size: 32px;
  }
}
@media (max-width: 980px) {
  .flexbox .flexbox-left.col-flex {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 16px;
  }
}
.flexbox.reviewby {
  width: 410px;
  margin: 0 auto 60px;
  padding: 0 0 0 12px;
  position: relative;
}
.flexbox.reviewby:after, .flexbox.reviewby:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(37, 56, 88, 0.2);
}
.flexbox.reviewby:after {
  left: initial;
  right: 0;
}
@media (max-width: 890px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 340px;
    width: 96%;
    padding: 0 10px;
    margin: 30px auto 40px;
  }
}
@media (max-width: 360px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 310px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 260px;
    width: 100%;
  }
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-dropdown__button {
  padding: 13px 25px 13px 35px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 24px;
  border: none;
  color: #0165ff;
  appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 160px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  .select-dropdown__button {
    width: 150px;
  }
}
.select-dropdown__button :before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/bu/term/allcontent.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 9px;
}
.select-dropdown__button:focus {
  outline: none;
}
.select-dropdown__button .zmdi {
  background: url("../../images/life/arrow_forward_ios.svg") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.2s ease-out;
}
.select-dropdown__button .zmdi:before {
  display: none;
}
.select-dropdown__button .zmdi.active {
  transform: rotate(90deg);
  top: 13px;
}
.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}
.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: -85%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}

.landingFirst {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 890px) {
  .landingFirst .section-grid {
    padding: 0px;
  }
}
.landingFirst .lead-form {
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
  border-radius: 8px;
  background: #fff;
  min-height: 300px;
  padding-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 568px) {
  .landingFirst .lead-form {
    margin-top: 0;
  }
}
.landingFirst .lead-form .graphic-leadform {
  display: none;
}
@media (max-width: 980px) {
  .landingFirst .lead-form .graphic-leadform {
    display: block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    right: 3px;
    top: 34px;
    position: absolute;
    z-index: 1;
  }
  .landingFirst .lead-form .graphic-leadform.style0 {
    background: url(../../images/bu/term/second_default.png) no-repeat top left;
    background-size: 280%;
    background-position: -196px 0px;
    top: 56px;
  }
  .landingFirst .lead-form .graphic-leadform.style1 {
    background: url("../../images/bu/term/important_term_riders.png") no-repeat top left;
    background-size: 280%;
    background-position: -196px 0px;
    top: 56px;
  }
  .landingFirst .lead-form .graphic-leadform.style2 {
    background: url(../../images/bu/term/best_term_insurance.png) no-repeat top left;
    background-size: 280%;
    background-position: -157px 0px;
    top: 66px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style3 {
    background: url("../../images/bu/term/term_insurance_lacs.png") no-repeat top left;
    background-size: 255%;
    background-position: -136px 0px;
    top: 66px;
    right: 10px;
    width: 90px;
    height: 90px;
  }
  .landingFirst .lead-form .graphic-leadform.style4 {
    background: url(../../images/bu/term/salary_individuals.png) no-repeat top left;
    background-size: 335%;
    background-position: -7px -13px;
    top: 66px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style5 {
    background: url(../../images/bu/term/term_insurnace_for_dabetics.png) no-repeat top left;
    background-size: 276%;
    background-position: -156px 0px;
    top: 100px;
    width: 90px;
    height: 90px;
    right: 20px;
  }
  .landingFirst .lead-form .graphic-leadform.style6 {
    background: url(../../images/bu/term/saral_jeevan_bima_plan.png) no-repeat top left;
    background-size: 276%;
    background-position: -157px 0;
    top: 56px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style7 {
    background: url(../../images/bu/term/100_refund.png) no-repeat top left;
    background-size: 276%;
    background-position: -165px 0;
    top: 56px;
    width: 90px;
    height: 90px;
  }
  .landingFirst .lead-form .graphic-leadform.style8 {
    background: url(../../images/bu/term/second_default.png) no-repeat top left;
    background-size: 280%;
    background-position: -196px 0px;
    top: 56px;
  }
  .landingFirst .lead-form .graphic-leadform.style9 {
    background: url(../../images/bu/term/term_housewife.png) no-repeat top left;
    background-size: 286%;
    background-position: -128px 0;
    top: 90px;
    width: 70px;
    height: 70px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style10 {
    background: url(../../images/bu/term/term_nri_dirctory_pages.png) no-repeat top left;
    background-size: 316%;
    background-position: -202px -4px;
    top: 60px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style11 {
    background: url(../../images/bu/term/term_housewife.png) no-repeat top left;
    background-size: 316%;
    background-position: -144px -8px;
    top: 30px;
    height: 70px;
    width: 70px;
    right: 20px;
  }
}
.landingFirst .lead-form .form-heading {
  padding: 10px 0px 12px 0px;
  border-radius: 8px 8px 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  font-size: 18px;
}
@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading {
    padding: 20px 7% 18px;
    text-align: left;
  }
}
.landingFirst .lead-form .form-heading .title, .landingFirst .lead-form .form-heading .leftSection h1, .leftSection .landingFirst .lead-form .form-heading h1, .landingFirst .lead-form .form-heading .leftSection h2, .leftSection .landingFirst .lead-form .form-heading h2,
.landingFirst .lead-form .form-heading .leftSection .h2,
.leftSection .landingFirst .lead-form .form-heading .h2 {
  margin-bottom: 5px;
}
.landingFirst .lead-form .form-heading .title .text-blue, .landingFirst .lead-form .form-heading .leftSection h1 .text-blue, .leftSection .landingFirst .lead-form .form-heading h1 .text-blue, .landingFirst .lead-form .form-heading .leftSection h2 .text-blue, .leftSection .landingFirst .lead-form .form-heading h2 .text-blue,
.landingFirst .lead-form .form-heading .leftSection .h2 .text-blue,
.leftSection .landingFirst .lead-form .form-heading .h2 .text-blue {
  color: #0663f6;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .title, .landingFirst .lead-form .form-heading .leftSection h1, .leftSection .landingFirst .lead-form .form-heading h1, .landingFirst .lead-form .form-heading .leftSection h2, .leftSection .landingFirst .lead-form .form-heading h2,
  .landingFirst .lead-form .form-heading .leftSection .h2,
  .leftSection .landingFirst .lead-form .form-heading .h2 {
    font-size: 11px;
    display: none;
  }
  .landingFirst .lead-form .form-heading .title .text-blue, .landingFirst .lead-form .form-heading .leftSection h1 .text-blue, .leftSection .landingFirst .lead-form .form-heading h1 .text-blue, .landingFirst .lead-form .form-heading .leftSection h2 .text-blue, .leftSection .landingFirst .lead-form .form-heading h2 .text-blue,
  .landingFirst .lead-form .form-heading .leftSection .h2 .text-blue,
  .leftSection .landingFirst .lead-form .form-heading .h2 .text-blue {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .sub-title {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .landingFirst .lead-form .form-heading .sub-title {
    font-size: 12px;
  }
}
.landingFirst .lead-form .form-heading .sub-title .text-strong {
  font-size: 18px;
  font-weight: 700;
}
.landingFirst .lead-form .form-heading .sub-title .text-strong.premiumPlan:empty {
  min-width: 110px;
  display: inline-block;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  height: 20px;
  position: relative;
  top: 4px;
}
@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .sub-title .text-strong {
    font-size: 16px;
    font-weight: 700;
  }
  .landingFirst .lead-form .form-heading .sub-title .text-strong.premiumPlan:empty {
    width: 98px;
  }
}
.landingFirst .block_content_wrapper_firstfold h1 {
  font-size: 32px !important;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 44px;
  color: #253858;
}
@media (max-width: 980px) {
  .landingFirst .block_content_wrapper_firstfold h1 {
    font-size: 20px !important;
    line-height: 36px;
    margin-bottom: 0px;
  }
}
.landingFirst .block_content_wrapper_firstfold .char-count {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  display: inline;
}
.landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web, .landingFirst .block_content_wrapper_firstfold .char-count .extra-text {
  display: none;
}
.landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web.show-extra, .landingFirst .block_content_wrapper_firstfold .char-count .extra-text.show-extra {
  display: inline;
}
@media (max-width: 980px) {
  .landingFirst .block_content_wrapper_firstfold .char-count {
    margin-bottom: 20px;
    margin: 5px 0 10px;
  }
}
.landingFirst .block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  font-weight: 500;
  color: #0165ff;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 890px) {
  .landingFirst {
    padding: 0 16px;
    margin: 0px 0 0;
  }
}
.landingFirst .with-background {
  border-radius: 10px;
  padding: 0px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .landingFirst .with-background {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.landingFirst .with-background .heading {
  letter-spacing: 0px;
  color: #015F04;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}
.landingFirst .with-background .heading span {
  letter-spacing: 0px;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .landingFirst .with-background .heading {
    display: none;
  }
}
.landingFirst .with-background .top-fold-image {
  margin: 20px 0 14px;
  text-align: left;
  width: 100%;
}
.landingFirst .with-background .top-fold-image img {
  width: auto;
  height: 417px;
}
.landingFirst .with-background .top-fold-image.mobile {
  display: none;
}
.landingFirst .with-background .top-fold-image .pointerListHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg {
  background: url("../../images/bu/term/term_benefits.png") no-repeat top left;
  width: 100%;
  height: 235px;
  background-size: contain;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style0 {
  background: url("../../images/bu/term/second_default.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style1 {
  background: url("../../images/bu/term/important_term_riders.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style2 {
  background: url("../../images/bu/term/best_term_insurance.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style3 {
  background: url("../../images/bu/term/term_insurance_lacs.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style4 {
  background: url("../../images/bu/term/salary_individuals.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style5 {
  background: url("../../images/bu/term/term_insurnace_for_dabetics.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style6 {
  background: url("../../images/bu/term/saral_jeevan_bima_plan.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style7 {
  background: url("../../images/bu/term/100_refund.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style9 {
  background: url("../../images/bu/term/term_housewife.png") no-repeat top left;
  background-size: 100%;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style11 {
  background: url("../../images/bu/term/term_housewife.png") no-repeat top left;
  background-size: 100%;
}
@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg {
    display: none;
  }
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  padding-left: 34px;
  position: relative;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .landingFirst .with-background .top-fold-image .pointerListHeader .headerList li {
    max-width: 300px;
  }
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li sup {
  background: #CAEFB1;
  padding: 0px 10px;
  line-height: 16px;
  font-size: 10px;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  right: 8px;
  font-weight: 500;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li sup.hash {
  line-height: 16px;
  font-size: 10px;
  position: relative;
  left: 4px;
  background: none;
  padding: 0px;
  right: 0;
  top: 0;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat center center;
  background-size: contain;
  left: 7px;
  top: 2px;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li.heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 22px;
  padding-left: 0px;
  padding-top: 0px;
  color: #253858;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li.heading:before {
  display: none;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .informativeImg {
  width: 310px;
  height: 230px;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .informativeImg img {
  width: 100%;
  height: auto;
}
@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image .pointerListHeader .headerList {
    width: 100%;
    margin-top: 15px;
    margin-left: 12px;
  }
  .landingFirst .with-background .top-fold-image .pointerListHeader .informativeImg {
    display: none;
  }
}
@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image {
    display: none;
  }
  .landingFirst .with-background .top-fold-image.mobile {
    display: block;
  }
}
.landingFirst .with-background .top-fold-pointer-section {
  text-align: CENTER;
}
@media screen and (max-width: 1024px) {
  .landingFirst .with-background .top-fold-pointer-section {
    display: none;
  }
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading {
  letter-spacing: 0px;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::before, .landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::after {
  content: "";
  border: 1px solid #253858;
  opacity: 0.13;
  width: 49px;
  position: absolute;
  top: 50%;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::before {
  left: -52px;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::after {
  right: -53px;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list {
  display: flex;
  margin-top: 21px;
  justify-content: space-between;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer {
  width: 21%;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .image {
  margin-bottom: 14px;
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .image img {
  border-radius: 8px;
  box-shadow: 0px 3px 17px rgba(255, 188, 34, 0.4235294118);
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:nth-child(2) .image img {
  box-shadow: 0px 3px 17px rgba(255, 115, 131, 0.4196078431);
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:nth-child(3) .image img {
  box-shadow: 0px 3px 17px rgba(97, 183, 253, 0.4196078431);
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:last-child .image img {
  box-shadow: 0px 3px 17px rgba(158, 155, 252, 0.4196078431);
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .label {
  letter-spacing: 0px;
  color: #253858;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
}
.landingFirst .with-background .lead-form {
  margin-top: 0;
}
.landingFirst .with-background .lead-form .form-heading .title, .landingFirst .with-background .lead-form .form-heading .leftSection h1, .leftSection .landingFirst .with-background .lead-form .form-heading h1, .landingFirst .with-background .lead-form .form-heading .leftSection h2, .leftSection .landingFirst .with-background .lead-form .form-heading h2,
.landingFirst .with-background .lead-form .form-heading .leftSection .h2,
.leftSection .landingFirst .with-background .lead-form .form-heading .h2 {
  display: none;
}
.landingFirst .with-background .lead-form .form-heading .sub-title {
  font-size: 20px;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title {
    font-size: 18px;
    width: 100%;
    text-align: left;
  }
}
.landingFirst .with-background .lead-form .form-heading .sub-title .text-strong {
  font-size: 18px;
  font-weight: 700;
  color: #0065ff;
}
@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title .text-strong.premiumPlan {
    display: block;
  }
}
@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title .text-strong {
    font-size: 20px;
  }
}
.landingFirst .with-background .lead-form .form-term #email + .loadingDiv {
  margin: 20px 0 12px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .landingFirst .with-background .lead-form .form-term #email + .loadingDiv {
    margin: 20px 0;
    padding: 10px 0 0;
  }
}
.landingFirst .with-background .lead-form .form-term .certificate-img {
  margin: 0px auto 8px;
}
.landingFirst .with-background .lead-form .form-term .certificate-img img {
  height: auto;
}

.inputradio {
  display: flex;
  width: 240px;
  margin: 20px 0;
}
.inputradio .radio-btn {
  display: flex;
  align-items: center;
  width: 68px;
  justify-content: space-between;
}
.inputradio .radio-btn:first-child {
  margin-right: 15px;
}
.inputradio .radio-btn [type=radio]:checked,
.inputradio .radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.inputradio .radio-btn [type=radio]:checked + label,
.inputradio .radio-btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
}
.inputradio .radio-btn [type=radio]:checked + label:before,
.inputradio .radio-btn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #0065ff;
  border-radius: 100%;
  background: #fff;
}
.inputradio .radio-btn [type=radio]:checked + label:after,
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0065ff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.inputradio .radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-term {
  display: flex;
  width: 90%;
  margin: 30px auto 0;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
.form-term .fieldWrapper {
  margin: 10px 0 16px;
  position: relative;
}
.form-term .fieldWrapper:first-child {
  margin: 5px 0 22px;
}
@media (max-width: 568px) {
  .form-term .fieldWrapper {
    margin: 10px 0 6px;
  }
}
.form-term .fieldWrapper#person_name input {
  padding-left: 50px;
}
.form-term .fieldWrapper#person_name:before {
  content: "";
  background: url("../../images/bu/term/fi_user.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.form-term .fieldWrapper#dates input {
  padding-left: 50px;
}
.form-term .fieldWrapper#dates:before {
  content: "";
  background: url("../../images/bu/term/fi_dates.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.form-term .fieldWrapper.error {
  margin: 12px 0 18px;
  font-size: 11px;
}
.form-term .fieldWrapper.error .err {
  color: rgb(255, 0, 0);
  font-weight: 600;
  position: absolute;
}
@media (max-width: 568px) {
  .form-term .fieldWrapper.error .err {
    font-size: 11px;
    margin: 0;
    color: rgb(255, 0, 0);
    font-weight: 600;
    position: absolute;
  }
}
.form-term .fieldWrapper .formInput {
  position: relative;
}
.form-term .fieldWrapper .formInput .ageyears {
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 14px;
  color: #0165ff;
  font-weight: 500;
  background: rgba(1, 101, 255, 0.1);
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: capitalize;
}
.form-term input,
.form-term select {
  padding: 13px 18px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  font-size: 16px;
  background: none;
  -webkit-appreance: none;
  outline: none;
  width: 100%;
  height: 44px;
  padding-left: 50px;
  font-weight: 400;
}
.form-term input.error,
.form-term select.error {
  border: 1px solid rgb(255, 0, 0);
}
@media (max-width: 568px) {
  .form-term input,
  .form-term select {
    padding: 10px 22px 10px 18px;
  }
}
.form-term select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}
.form-term #countryDisplayName {
  position: absolute;
  top: 47%;
  left: 16px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0px, -50%);
  text-align: left;
}
.form-term select.active option {
  font-size: 16px;
}
.form-term .feildLable {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  left: auto;
  background: #fff;
  top: auto;
  padding: 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 52px;
  transition: all 0.2s ease-in;
}
.form-term .mobilefirst {
  position: relative;
}
.form-term .mobilefirst .formInput {
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
.form-term .mobilefirst .formInput input,
.form-term .mobilefirst .formInput select {
  border: none;
  height: 100%;
  appearance: none;
  height: 44px;
}
.form-term .mobilefirst .formInput select {
  width: 90px;
  padding: 10px 30px 13px 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 86% 22px;
  background-size: 10%;
  width: 100%;
  height: 44px;
  appearance: none;
}
.form-term .mobilefirst .formInput select option {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 568px) {
  .form-term .mobilefirst .formInput select {
    padding: 11px 28px 10px 18px;
  }
}
.form-term .mobilefirst .formInput .col4 {
  width: 110px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  margin-right: 16px;
}
.form-term .mobilefirst .formInput .code-number {
  display: flex;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  width: calc(100% - 110px);
  align-items: center;
  padding-left: 12px;
}
.form-term .mobilefirst .formInput .code-number.error {
  border: 1px solid rgb(255, 0, 0);
}
.form-term .mobilefirst .formInput .code-number .cCode {
  font-size: 16px;
}
.form-term .mobilefirst .formInput .code-number.otherCountry {
  position: relative;
}
.form-term .mobilefirst .formInput .code-number.otherCountry:before {
  content: "+";
  padding: 0;
  width: 55px;
  position: relative;
  left: -18px;
  padding-left: 14px;
}
.form-term .mobilefirst .formInput .code-number.otherCountry .cCode {
  font-size: 16px;
  position: absolute;
  border-right: 1px solid #ccc;
  width: 52px;
  padding-left: 6px;
  height: 36px;
  display: flex;
  align-items: center;
}
.form-term .mobilefirst .formInput .code-number.otherCountry .cCode input {
  padding: 0;
  width: 39px;
  position: relative;
  left: 0;
}
.form-term .mobilefirst .formInput .code-number.otherCountry .feildLable {
  left: 70px;
}
.form-term .mobilefirst .secure-tag {
  position: absolute;
  display: flex;
  right: 5px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}
.form-term .mobilefirst .secure-tag .text {
  letter-spacing: 0.15px;
  color: #0047b3;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  margin-left: 6px;
}
.form-term .loadingDiv {
  padding: 0px 0 0;
  margin: 14px 0 20px;
}
@media (max-width: 568px) {
  .form-term .loadingDiv {
    margin: 12px 0 20px;
  }
}
.form-term .loadingDiv #loader,
.form-term .loadingDiv .proceed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0663f6;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.form-term .loadingDiv #loader .loader,
.form-term .loadingDiv .proceed .loader {
  display: none;
}
.form-term .loadingDiv #loader:focus:before,
.form-term .loadingDiv .proceed:focus:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 30px;
  background: url(../../images/bu/term/giphy-loading.gif) no-repeat 0 0;
  top: 12px;
  opacity: 1;
  animation: slideIn 3s ease forwards;
  background-size: contain;
}
@keyframes slideIn {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}
.form-term .certificate-img {
  width: 370px;
  margin: 0 auto 20px;
}
.form-term .certificate-img img {
  width: 100%;
}
@media (max-width: 568px) {
  .form-term .certificate-img {
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .form-term {
    padding: 0;
  }
}

#email + .loadingDiv {
  margin: 20px 0;
}

.form-term .fieldWrapper .formInput .code-number {
  position: relative;
}
.form-term .fieldWrapper .formInput .code-number .feildLable {
  left: 56px;
}

.form-term .fieldWrapper .formInput input.labelshow + .feildLable,
.form-term .fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: 0;
  font-size: 12px;
  left: 16px;
}

.promise-tag-pb {
  background: url("../../images/bu/term/promise-tag-img.png") no-repeat;
  z-index: 1;
  width: 213px;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 31px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .promise-tag-pb {
    top: initial;
    margin: 0;
    width: 195px;
    font-size: 10px;
    left: 15px;
    height: 29px;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .promise-tag-pb {
    display: block !important;
  }
}
.promise-tag-pb::before {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-flex;
  margin: 0 8px 0 8px;
  background: url("../../images/bu/term/promise-icon-pb.png") no-repeat;
  background-size: 100%;
  display: none;
}
.promise-tag-pb strong {
  margin: 0;
  font-weight: 700;
  display: none;
}
.promise-tag-pb sup {
  line-height: 7px;
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 16px;
  display: none;
}

.updateMobileFeild {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 10px 0 10px;
}
.updateMobileFeild input::-webkit-input-placeholder {
  color: #253858;
}
.updateMobileFeild input:-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input::-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input:-ms-input-placeholder {
  color: #253858;
}
@media (max-width: 568px) {
  .updateMobileFeild {
    margin: 10px 0 6px;
  }
}
.updateMobileFeild:before {
  content: "";
  background: url("../../images/bu/term/fi_mob.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.updateMobileFeild .err {
  bottom: -16px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
  font-weight: 600;
}
.updateMobileFeild .dropdown {
  position: relative;
  width: 85px;
  cursor: pointer;
}
.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}
.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  height: 46px;
  width: 85px;
  border: none;
}
.updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before, .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .updateMobileFeild .code-number {
    margin: 0px 0 0;
  }
}
.updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0px 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0px;
  height: 100%;
  font-weight: 500;
}
.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable, .updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}
.updateMobileFeild.error {
  margin: 10px 0 16px;
}
.updateMobileFeild.error .code-number {
  border: 1px solid rgb(255, 0, 0);
}
.updateMobileFeild.error .err {
  color: rgb(255, 0, 0);
  font-weight: 600;
}

@media (max-width: 640px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 51%;
  }
}
@media (max-width: 375px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 55%;
  }
}

/*Whatapp toggle*/
.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.form-whatsapp i.icon {
  background: url("../../images/bu/term/whatsapp.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}
.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-whatsapp .slider.round {
  border-radius: 34px;
}
.form-whatsapp .slider.round:before {
  border-radius: 50%;
}
.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}
.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}
.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}
.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #36b37e;
  box-shadow: 0 0 1px #36b37e;
}

.rating_new_view {
  background: rgb(251, 244, 224);
  border-radius: 12px;
  margin: 20px 0;
  display: none;
  background: rgb(251, 244, 224);
  border-radius: 12px;
  margin: 20px 0;
  display: none;
}
.rating_new_view.desktop_view {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  top: 0px;
  position: relative;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1215686275);
  left: 0;
  right: 0;
  margin: 0px auto;
}
.rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
  width: 33%;
  padding: 9px 10px 10px 70px;
  order: 3;
  font-size: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.rating_new_view.desktop_view .secured_families:before, .rating_new_view.desktop_view .life_cover_assured:before {
  left: 24px;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
    width: 50%;
    display: block;
    font-size: 9px;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: -0.016em;
    padding: 9px 10px 10px 48px;
  }
  .rating_new_view.desktop_view .secured_families:before, .rating_new_view.desktop_view .life_cover_assured:before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
    padding: 9px 10px 10px 48px;
  }
}
.rating_new_view.desktop_view .content_rating_new {
  background: rgb(255, 243, 233);
  width: 33%;
  font-size: 14px;
  padding: 8px 24px;
  order: 1;
}
.rating_new_view.desktop_view .content_rating_new .rating_itme {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-size: 10px;
  flex-direction: column;
}
.rating_new_view.desktop_view .content_rating_new .rating_itme .rating_img {
  width: 120px;
  margin: 5px 0 5px 0;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .content_rating_new {
    width: 100%;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme {
    position: relative;
    width: 260px;
    margin: 0px auto;
    align-items: center;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme .rated {
    font-size: 14px;
    font-weight: 600;
    padding-left: 90px;
    margin-top: 6px;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme .rating_img {
    width: 80px;
    position: absolute;
    top: 18px;
    left: 8px;
  }
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .content_rating_new {
    width: 100%;
    margin: 0px auto;
    border-radius: 8px 8px 0 0;
  }
}
.rating_new_view.desktop_view .life_cover_assured {
  width: 35%;
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 47%;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 55%;
    font-weight: 400;
  }
}
.rating_new_view.desktop_view .secured_families {
  border: none;
  order: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  position: relative;
  width: 31%;
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .secured_families {
    font-size: 10px;
    position: relative;
    width: 45%;
    margin: 0;
    font-weight: 400;
  }
}
.rating_new_view.desktop_view .secured_families:after {
  content: "";
  height: 45%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
}
.rating_new_view.desktop_view {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  top: 0px;
  position: relative;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1215686275);
  left: 0;
  right: 0;
  margin: 0px auto;
}
.rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
  width: 33%;
  padding: 9px 10px 10px 70px;
  order: 3;
  font-size: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.rating_new_view.desktop_view .secured_families:before, .rating_new_view.desktop_view .life_cover_assured:before {
  left: 24px;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
    width: 50%;
    display: block;
    font-size: 9px;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: -0.016em;
    padding: 9px 10px 10px 48px;
  }
  .rating_new_view.desktop_view .secured_families:before, .rating_new_view.desktop_view .life_cover_assured:before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
    padding: 9px 10px 10px 48px;
  }
}
.rating_new_view.desktop_view .content_rating_new {
  background: rgb(255, 243, 233);
  width: 33%;
  font-size: 14px;
  padding: 8px 24px;
  order: 1;
}
.rating_new_view.desktop_view .content_rating_new .rating_itme {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-size: 10px;
  flex-direction: column;
}
.rating_new_view.desktop_view .content_rating_new .rating_itme .rating_img {
  width: 120px;
  margin: 5px 0 5px 0;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .content_rating_new {
    width: 100%;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme {
    position: relative;
    width: 300px;
    margin: 0px auto;
    align-items: center;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme .rated {
    font-size: 14px;
    font-weight: 600;
    padding-left: 90px;
    margin-top: 6px;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme .rating_img {
    width: 80px;
    position: absolute;
    top: 14px;
    left: 8px;
  }
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .content_rating_new {
    width: 100%;
    margin: 0px auto;
    border-radius: 8px 8px 0 0;
  }
}
.rating_new_view.desktop_view .life_cover_assured {
  width: 35%;
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 47%;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 55%;
    font-weight: 400;
  }
}
.rating_new_view.desktop_view .secured_families {
  border: none;
  order: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  position: relative;
  width: 31%;
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .secured_families {
    font-size: 10px;
    position: relative;
    width: 45%;
    margin: 0;
    font-weight: 400;
  }
}
.rating_new_view.desktop_view .secured_families:after {
  content: "";
  height: 45%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
}
.rating_new_view.desktop_view.col4 {
  width: 100%;
}
.rating_new_view.desktop_view.col4 .content_rating_new {
  background: rgb(255, 243, 233);
  width: 23%;
  font-size: 14px;
  padding: 8px 15px;
  order: 1;
  margin: 0px 1% 0 0;
}
.rating_new_view.desktop_view.col4 .content_rating_new .rating_itme {
  font-size: 14px;
  flex-direction: column;
  margin: 5px 0;
}
.rating_new_view.desktop_view.col4 .content_rating_new .rating_itme .rating_img {
  margin: 10px 0 0px 0;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .content_rating_new {
    width: 100%;
    margin: 0px auto;
  }
  .rating_new_view.desktop_view.col4 .content_rating_new .rating_itme {
    width: 200px;
    display: flex;
    flex-direction: row;
    margin: 5px auto;
  }
  .rating_new_view.desktop_view.col4 .content_rating_new .rating_itme .rating_img {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
  }
}
.rating_new_view.desktop_view.col4 .life_cover_assured:nth-child(2):after {
  content: "";
  height: 45%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
}
.rating_new_view.desktop_view.col4 .life_cover_assured {
  width: 23%;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 1%;
  align-items: flex-start;
}
.rating_new_view.desktop_view.col4 .life_cover_assured span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.rating_new_view.desktop_view.col4 .life_cover_assured:before {
  display: none;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .life_cover_assured {
    width: 31%;
    font-size: 10px;
    margin: 16px 0%;
  }
  .rating_new_view.desktop_view.col4 .life_cover_assured span {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .rating_new_view.desktop_view.col4 .life_cover_assured {
    font-size: 8px;
    align-items: center;
  }
  .rating_new_view.desktop_view.col4 .life_cover_assured span {
    display: block;
    font-size: 14px;
  }
}
.rating_new_view.desktop_view.col4 .rating_img {
  margin: 8px 0 0px 0;
}
.rating_new_view.desktop_view.col4 .secured_families {
  width: 23%;
  padding: 0;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 1%;
  align-items: flex-start;
}
.rating_new_view.desktop_view.col4 .secured_families span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.rating_new_view.desktop_view.col4 .secured_families:before {
  display: none;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .secured_families {
    width: 31%;
    font-size: 10px;
    margin: 16px 0%;
  }
  .rating_new_view.desktop_view.col4 .secured_families span {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .rating_new_view.desktop_view.col4 .secured_families {
    font-size: 8px;
    align-items: center;
  }
  .rating_new_view.desktop_view.col4 .secured_families span {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .rating_new_view {
    display: block;
    max-width: 440px;
    margin: 20px auto;
  }
}
.rating_new_view .secured_families, .rating_new_view .life_cover_assured {
  font-size: 15px;
  font-weight: 400;
  width: 90%;
  margin: 0px auto;
  padding: 20px 0px 20px 58px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.rating_new_view .secured_families span, .rating_new_view .life_cover_assured span {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width: 320px) {
  .rating_new_view .secured_families, .rating_new_view .life_cover_assured {
    font-size: 13px;
    padding: 20px 0px 20px 54px;
  }
}
.rating_new_view .life_cover_assured {
  border-bottom: none;
}
.rating_new_view .secured_families:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../../images/bu/term/fi_15265433.png") no-repeat 0 0;
  top: 18px;
  left: 15px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .rating_new_view .secured_families:before {
    width: 25px;
    height: 25px;
    left: 12px !important;
  }
}
.rating_new_view .life_cover_assured:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../../images/bu/term/fi_10812171.png") no-repeat 0 0;
  top: 18px;
  left: 15px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .rating_new_view .life_cover_assured:before {
    width: 25px;
    height: 25px;
    left: 12px !important;
  }
}
.rating_new_view .content_rating_new {
  background: rgb(255, 231, 161);
  border-radius: 12px 0 0px 12px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
.rating_new_view .content_rating_new i {
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 980px) {
  .rating_new_view .content_rating_new {
    font-size: 11px;
  }
}
.rating_new_view .rating_itme {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating_new_view .rating_itme .rating_img {
  width: 80px;
  height: auto;
  display: inline-block;
  margin: 0px 7px;
}
.rating_new_view .rating_itme .rating_img img {
  width: 100%;
  height: auto;
}
.rating_new_view .rating_itme .rated {
  font-size: 14px;
  font-weight: 600;
}
.rating_new_view .rating_itme .rated .reviewtext {
  padding-left: 10px;
  border-left: 1px solid #5b5a5a;
  margin-left: 5px;
}
@media (max-width: 980px) {
  .rating_new_view {
    display: block;
    max-width: 440px;
    margin: 20px auto;
  }
}
.rating_new_view .secured_families, .rating_new_view .life_cover_assured {
  font-size: 15px;
  font-weight: 400;
  width: 90%;
  margin: 0px auto;
  padding: 20px 0px 20px 58px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.rating_new_view .secured_families span, .rating_new_view .life_cover_assured span {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width: 320px) {
  .rating_new_view .secured_families, .rating_new_view .life_cover_assured {
    font-size: 13px;
    padding: 20px 0px 20px 54px;
  }
}
.rating_new_view .life_cover_assured {
  border-bottom: none;
}
.rating_new_view .secured_families:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../../images/bu/term/fi_15265433.png") no-repeat 0 0;
  top: 18px;
  left: 15px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .rating_new_view .secured_families:before {
    width: 25px;
    height: 25px;
    left: 12px !important;
  }
}
.rating_new_view .life_cover_assured:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../../images/bu/term/fi_10812171.png") no-repeat 0 0;
  top: 18px;
  left: 15px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .rating_new_view .life_cover_assured:before {
    width: 25px;
    height: 25px;
    left: 12px !important;
  }
}
.rating_new_view .content_rating_new {
  background: rgb(255, 231, 161);
  border-radius: 12px 0 0px 12px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
.rating_new_view .content_rating_new i {
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 980px) {
  .rating_new_view .content_rating_new {
    font-size: 11px;
  }
}
.rating_new_view .rating_itme {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating_new_view .rating_itme .rating_img {
  width: 80px;
  height: auto;
  display: inline-block;
  margin: 0px 7px;
}
.rating_new_view .rating_itme .rating_img img {
  width: 100%;
  height: auto;
}
.rating_new_view .rating_itme .rated {
  font-size: 14px;
  font-weight: 600;
}
.rating_new_view .rating_itme .rated .reviewtext {
  padding-left: 10px;
  border-left: 1px solid #5b5a5a;
  margin-left: 5px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.popup-container .popup-header {
  padding: 26px 26px 0px 26px;
  position: relative;
}
.popup-container .popup-header .popup-title {
  color: rgb(38, 60, 144);
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .popup-container .popup-header .popup-title {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
  }
}
.popup-container .popup-header .popup-title .popup-subtitle {
  color: rgb(38, 60, 144);
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  text-transform: lowercase;
  font-weight: 500;
}
@media (max-width: 568px) {
  .popup-container .popup-header .popup-title .popup-subtitle {
    font-size: 17px;
    line-height: 28px;
  }
}
.popup-container .popup-header .popup-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 114px;
  background: url(../../images/bu/term/advantage-img.png) no-repeat 0 0;
  right: -10px;
  top: -20px;
  background-size: contain;
}
@media (max-width: 568px) {
  .popup-container .popup-header .popup-title::after {
    width: 80px;
    height: 100px;
    right: -10px;
    top: -20px;
    background-size: contain;
  }
}
.popup-container .popup-content {
  padding: 35px 20px 10px;
  background: rgba(0, 101, 255, 0.05);
  width: 96%;
  margin: 0px auto;
  border-radius: 14px;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  .popup-container .popup-content {
    padding: 25px 20px 10px;
  }
}
.popup-container .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}
.popup-container .close-popup:hover {
  background: rgba(255, 255, 255, 0.3);
}
.popup-container .advantages-title {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.popup-container .actionBtn {
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
.popup-container .actionBtn#continueWithValid {
  background: rgb(243, 80, 36);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  padding: 15px;
  width: 75%;
  margin: 0px auto;
  font-weight: 600;
  font-size: 19px;
}
@media (max-width: 568px) {
  .popup-container .actionBtn#continueWithValid {
    width: 80%;
    padding: 14px;
  }
}
.popup-container .actionBtn#continueWithInvalid {
  background: transparent;
  color: rgb(243, 80, 36);
  width: 54%;
  margin: 0px auto;
  border: none;
  padding: 10px 16px 10px 10px;
  position: relative;
}
.popup-container .actionBtn#continueWithInvalid:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 53%;
  width: 10px;
  height: 10px;
  background: url(../../images/bu/term/orange_arrow_path.png) no-repeat 0 0;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 390px) {
  .popup-container .actionBtn#continueWithInvalid {
    width: 255px;
    padding-right: 25px;
    font-size: 15px;
  }
  .popup-container .actionBtn#continueWithInvalid:after {
    right: 17px;
    top: 54%;
  }
}
.popup-container .advantages-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup-container .advantages-list li {
  font-size: 16px;
  color: #253858;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .popup-container .advantages-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.popup-container .advantages-list li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/term/advantage_start.png) no-repeat 0 0;
  background-size: contain;
}
.popup-container .popup-footer {
  padding: 20px 0 16px;
}
.popup-container .popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 568px) {
  .popup-container .popup-actions {
    gap: 4px;
  }
}

.popup-overlay.active .popup-container {
  transform: scale(1);
  opacity: 1;
}

/************- floating popup-**************/
.floatingPopupDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floatingPopupDiv.open {
  opacity: 1;
  visibility: visible;
}
.floatingPopupDiv.open .floatpanel {
  transform: scale(1); /* Slide up to visible position */
}
.floatingPopupDiv .floatpanel {
  position: relative;
  width: 450px;
  height: auto;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  padding: 25px 0;
  overflow-y: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.3s; /* Smooth /* For content stretching */
}
.floatingPopupDiv .floatpanel .close {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  color: #253858;
  text-decoration: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  line-height: 1;
}
.floatingPopupDiv .floatpanel .close:hover {
  background-color: #f0f4ff;
  color: #0752c9;
  border-color: #0752c9;
}
@media (max-width: 980px) {
  .floatingPopupDiv {
    align-items: flex-end;
  }
  .floatingPopupDiv .floatpanel {
    width: 450px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    height: 87vh;
  }
  .floatingPopupDiv.open .floatpanel {
    transform: scale(1) translateY(0%);
  }
}

.floatingPopupDiv .floatpanel .showForm .lead-form {
  box-shadow: none;
  background: transparent;
  padding: 0;
  min-height: auto;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
  text-align: center;
}
@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
    padding: 10px 2% 18px;
  }
}
.floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list {
  max-height: 177px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list {
    overflow: initial;
    max-height: 300px;
  }
}
.floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list ul {
  height: 120px;
}
@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list ul {
    overflow: scroll;
    height: 243px;
  }
}
@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .lead-form .graphic-leadform {
    display: none;
  }
  .floatingPopupDiv .floatpanel .lead-form .form-heading .sub-title {
    text-align: center;
    width: 100%;
  }
  .floatingPopupDiv .floatpanel .promise-tag-pb {
    left: 0;
    right: 0;
    margin: 0px auto;
  }
  .floatingPopupDiv .floatpanel .term-form-template {
    padding: 0px !important;
    margin-top: initial !important;
  }
  .floatingPopupDiv .floatpanel .showForm {
    overflow-y: scroll;
    height: 80vh;
  }
}
@media screen and (orientation: landscape) and (max-width: 812px) and (max-height: 500px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
  }
  .floatingPopupDiv .floatpanel .showForm {
    overflow-y: scroll;
    height: 75vh;
  }
  .floatingPopupDiv .floatpanel .lead-form .graphic-kapli {
    top: 23px;
    right: 50px;
  }
}

.sqbanner {
  text-align: right;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}

.breadcrumbinner {
  background: #fff;
}

.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;
}

.breadcrumbinner ul.breadcrumb li:first-child {
  display: none;
}

#listquotes {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 20px 0;
}

#listquotes .boxCenter .tableHeader {
  font-size: 12px;
  padding: 5px 0px;
  text-transform: uppercase;
  background: #05175f;
  font-weight: 600;
  color: #fff !important;
}

.tableListing {
  font-size: 34px;
  width: 100%;
  max-width: 1140px;
  margin: 20px auto;
  color: #253858;
}

.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: 35px 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: 38px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 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;
  }
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #02e562;
            box-shadow: 0 0 0 0 #02e562;
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
            box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #02e562;
            box-shadow: 0 0 0 0 #02e562;
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
            box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
  }
}

.rightSection .livesProtectedDiv {
  background: #FFFFFF;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.rightSection .livesProtectedDiv .protectedTitle {
  width: 100%;
  padding: 10px 0 0 75px;
  line-height: 16px;
  margin: 0;
  position: relative;
}

.rightSection .livesProtectedDiv .protectedTitle .userLeft {
  width: 30px;
  font-size: 33px;
  float: left;
  vertical-align: top;
  line-height: 0;
  left: 35px;
  position: absolute;
  top: 16px;
  color: #226fe6;
}

.rightSection .livesProtectedDiv .protectedTitle h5 {
  color: #505F79;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 35px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .livesProtectedDiv .subTitle {
  font-size: 12px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .subTitle {
  font-size: 14px;
  letter-spacing: 1px;
}

.rightSection .livesProtectedDiv .blueBg {
  background: url(../../images/bu/waves.svg) no-repeat;
  height: 100%;
  margin: 0;
  position: relative;
  background-size: 100%;
  cursor: pointer;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon {
  position: absolute;
  left: -20px;
  top: 40%;
  background: #14d25b;
  border-radius: 50%;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 0;
  padding: 4px 0;
  border: 3px solid #d7e6ff;
  -webkit-box-shadow: inset 0 0 2px 3px #1cb758;
  box-shadow: inset 0 0 2px 3px #1cb758;
  z-index: 90;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon i {
  top: 4px;
  position: relative;
  color: #07963d;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv {
  padding: 78px 0 20px 75px;
  color: #fff;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv .totalNumber {
  font-size: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 #fff;
          box-shadow: inset 0 0 0 #fff;
  color: #fff;
  letter-spacing: 0;
  background-image: -webkit-linear-gradient(#d7f2ff, #a1c4fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 34px;
}

.rightSection .livesProtectedDiv .blueBg .coverageTxt {
  color: #fff;
  font-size: 10px;
  margin: 7px 0 0 0;
  padding: 3px 0;
  text-align: center;
  background: #3165bf55;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rightSection .currentDate {
  color: #505F79;
  font-weight: 500;
  font-size: 11px;
  padding: 0px 10px;
  text-align: left;
  padding-top: 8px;
}

.rightSection .currentDate span {
  float: right;
}

.rightSection.no-webp .supplier_icon,
.rightSection.no-webp .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
}

.rightSection.webp .supplier_icon,
.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;
}

.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: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065FF;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -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 {
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading, .rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease .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;
}

.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 .article_newsLetter {
    background: #FFFFFF;
  }
  .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 .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon {
  background-position: 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 {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.leftSection, .rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

.testimonials {
  width: 100%;
  background-size: 100%;
  padding: 0 0 4%;
  display: table;
  background: #f4f5f7;
  margin: 0;
}

.testimonials .testimonials_title {
  margin-top: 30px;
}

.testimonials .testimonials_title .h2 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

.testimonials .testimonials_title .h2 + p {
  display: none;
}

.testimonials .testiMonialSlider {
  margin: 0px auto 30px;
  list-style: none;
}

.testimonials .testiMonialSlider .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
}

.testimonials .testiMonialSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}

.testimonials .testiMonialSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #ccc;
  border: 0;
  outline: 0;
  background: 0 0;
}

.testimonials .testiMonialSlider .slick-dots li button:before {
  font-family: slick;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonials .testiMonialSlider .slick-dots li button.slick-active:before {
  opacity: .75;
  color: #2f4efb;
}

.testimonials .testiMonialSlider.slider {
  width: 100%;
  max-width: 1200px;
}

.testimonials .testiMonialSlider .slick-prev, .testimonials .testiMonialSlider .slick-next {
  width: 250px;
  height: 250px;
  z-index: 99;
  position: absolute;
  top: 10%;
  background: transparent;
  border: none;
}

.testimonials .testiMonialSlider .slick-prev:focus, .testimonials .testiMonialSlider .slick-next:focus {
  outline: none;
}

.testimonials .testiMonialSlider .slick-prev {
  left: 45px;
}

.testimonials .testiMonialSlider .slick-next {
  right: 45px;
}

.testimonials .testiMonialSlider .slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.testimonials .testiMonialSlider .slick-current {
  opacity: 1;
}

.testimonials .testiMonialSlider .slick-center {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: relative;
  z-index: 100;
  background: #fff;
}

.testimonials .testiMonialSlider .slick-list {
  padding: 100px 0px !important;
  margin-left: 0px;
}

.testimonials .testimonialItem {
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  margin: 0px auto;
  width: 490px;
  padding: 25px 14px 5px 44px;
}

.testimonials .testimonialItem .content {
  font-size: 12px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.7);
  padding: 30px 10px 0px 38px;
  position: relative;
  min-height: 115px;
}

.testimonials .testimonialItem .content:before {
  content: "";
  width: 42px;
  height: 38px;
  background: url(../../images/home-v1/logos.png?v=7) -712px -351px no-repeat;
  position: absolute;
  left: -6px;
  top: 10px;
  background-size: 781px 770px;
}

.testimonials .testimonialItem .name {
  margin: 20px 2px 17px 0px;
  padding-left: 77px;
  position: relative;
}

.testimonials .testimonialItem .name .pic {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 31px;
  top: -2px;
  border-radius: 50%;
}

.testimonials .testimonialItem .name .pic img {
  border-radius: 50%;
  width: 100%;
}

.testimonials .testimonialItem .name .city {
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.36);
  line-height: 22px;
}

.testimonials .testimonialItem .nameTitle {
  font-family: inherit;
  font-weight: 600;
  font-size: 17px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.testimonialItem.slick-slide.slick-active,
.testimonialItem.slick-slide.slick-cloned,
.testimonialItem.slick-slide {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.6;
  height: 215px;
  background: none;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center {
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  opacity: 1;
  background: #FFFFFF;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center .content {
  font-size: 16px;
  padding: 10px 10px 0px 27px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 27px;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center .content:before {
  content: "";
  width: 41px;
  height: 37px;
  background: url(../../images/home-v1/logos.png?v=7) -712px -351px no-repeat;
  position: absolute;
  left: -24px;
  top: -6px;
  background-size: 781px 770px;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center .content .name {
  display: flex-root;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center .content .name .nameTitle {
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .testimonials .testiMonialSlider.slider {
    max-width: 500px;
  }
  .testimonials .testiMonialSlider.slider .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 100;
    background: #fff;
  }
  .testimonials .testiMonialSlider.slider .slick-center .content {
    font-size: 18px;
  }
  .testimonials .testiMonialSlider.slider .slick-list {
    padding: 30px 10px !important;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .testimonials .testiMonialSlider.slider {
    max-width: 360px;
  }
  .testimonials .testiMonialSlider.slider .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 100;
    background: #fff;
  }
  .testimonials .testiMonialSlider.slider .slick-center .content {
    font-size: 18px;
  }
  .testimonials .testiMonialSlider.slider .slick-list {
    padding: 30px 10px !important;
    margin-left: 0px;
  }
  .pbRelatedLinks {
    padding: 20px 30px;
  }
  .testimonialItem.slick-slide.slick-current.slick-active.slick-center .content {
    font-size: 14px;
    padding: 10px 10px 0px 27px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 24px;
    height: 200px;
  }
  .testimonialItem.slick-slide.slick-active,
  .testimonialItem.slick-slide.slick-cloned,
  .testimonialItem.slick-slide {
    height: 300px;
  }
}

@media only screen and (max-width: 360px) {
  .testimonials .testiMonialSlider.slider {
    max-width: 280px;
  }
  .testimonialItem.slick-slide.slick-current.slick-active.slick-center .content {
    font-size: 13px;
    line-height: 20px;
    min-height: 195px;
  }
}

@media only screen and (max-width: 1024px) {
  #listquotes {
    padding: 20px  16px;
  }
  .tableListing {
    padding: 0px 16px;
  }
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0px;
    background: #fff !important;
  }
  .breadcrumbinner {
    background: none;
  }
  #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 .graphDiv {
    text-align: center;
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin: 10px auto;
    background: #fff;
    padding: 10px 0 0px;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
  .pbRelatedLinks {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .term-plan-listing {
    overflow: auto;
  }
}

@media only screen and (max-width: 440px) {
  .leftSection .squareBanner {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  #policybazaar .rightSection .graphDiv img {
    width: 100%;
  }
}

.dynamicLink {
  width: 100%;
  max-width: 100%;
  background: #f4f5f7;
}

.dynamicLink .parent {
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.dynamicLink .parent .link_row strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}

.dynamicLink .parent .link_element {
  display: inline-block;
}

.dynamicLink .parent .link_element a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 0px 5px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .dynamicLink {
    background: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    text-align: left;
    clear: both;
  }
  .dynamicLink .parent {
    text-align: left;
  }
  .dynamicLink .parent .link_element {
    display: inline-block;
  }
  .dynamicLink .parent .link_element a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
}

.video-content-box {
  clear: both;
  width: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 568px) {
  .video-content-box {
    width: 96%;
    margin: 20px auto;
    display: block;
  }
}

/*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;
}

/*term new offer table */
.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg {
  padding-left: 380px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: right 2% bottom 38%;
  background-size: 205px 174px;
  position: absolute;
  top: 100px;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 25px;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text span {
  font-size: 18px;
  display: block;
}

.showForm .termnewoffer {
  display: none;
}

.showForm.term_newoffer .termnewoffer {
  max-width: 370px;
  width: 100%;
  margin: 0;
  position: absolute;
  clear: both;
  top: 35px;
  left: 0;
  display: block;
}

.termoffertable_icon {
  background-image: url("../../images/bu/termoffertable_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.termoffertable_icon.icicpru {
  background-position: 0px -35px;
}

.termoffertable_icon.hdfc {
  background-position: 0px -66px;
}

.termoffertable_icon.max {
  background-position: 0px -3px;
}

.termoffertable_icon.bajaj {
  background-position: 0px -100px;
}

.logo {
  text-align: left;
  width: 75px;
  height: 30px;
}

.pblogo_tablehead {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.fright {
  float: right;
}

.term_offer_tableVieplan {
  display: none;
  padding: 15px;
  cursor: pointer;
  background: #FF4F18;
  color: #FFFFFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  max-width: 250px;
  margin: 0px auto;
}

.pblogo_tablehead:before {
  content: "";
  background-position: 0px -181px;
  width: 20px;
  top: -13px;
  left: -5px;
  height: 18px;
  position: absolute;
  background-image: url("../../images/bu/termoffertable_icon.png");
}

.bannerGreen {
  width: 240px;
  background: #00942d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bannerGreen:before, .bannerGreen:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: #c4e6ce;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 1px solid #00942d;
  border-bottom: 0;
}

.bannerGreen:before {
  left: -5px;
  top: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bannerGreen:after {
  right: -5px;
  top: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bannerGreen .upto {
  font-size: 16px;
  line-height: 16px;
}

.bannerGreen .discountFlash {
  font-size: 24px;
  font-weight: 600;
}

.bannerGreen_shadow {
  background: #00942d3b;
  height: 65px;
  display: inline-block;
  width: 240px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  top: 6px;
}

.bannerGreen .discountFlash span {
  font-size: 16px;
  display: inline-block;
  padding: 0px 5px;
  line-height: 16px;
  font-weight: normal;
}

.disclaimerApply {
  font-size: 10px;
  color: #757575;
  letter-spacing: 0;
  padding: 8px 0;
}

#term_offer {
  border-collapse: collapse;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px #ccc;
          box-shadow: 1px 1px 3px #ccc;
}

#term_offer td, #term_offer th {
  text-align: center;
  padding: 8px 5px;
  vertical-align: middle;
  font-size: 12px;
}

#term_offer td:nth-child(2), #term_offer td:nth-child(3), #term_offer th:nth-child(2), #term_offer th:nth-child(3) {
  border-right: 1px solid #f0f0f0;
}

#term_offer th {
  padding: 8px 5px;
  background-color: #f0f0f0;
  color: #333;
}

#term_offer th:first-childm {
  border-top-left-radius: 4px;
}

#term_offer td:first-child {
  padding: 8px 5px 8px 12px;
}

#term_offer th:last-child {
  border-top-right-radius: 4px;
  background-color: #00942d;
  color: #fff;
}

#term_offer td {
  color: #757575;
  font-size: 14px;
}

#term_offer td:last-child {
  color: #00942d;
}

#term_offer tr:nth-child(odd) {
  background-color: #ecf3ff;
}

#term_offer tr:nth-child(even) {
  background-color: #fff;
}

#term_offer th {
  width: 25%;
}

.termoffer_discliamer, .term_offer_tableVieplan {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .termnewoffer {
    margin: 0px auto;
    left: 0px;
    right: 0px;
  }
  .showForm .disForm .leftContentBox {
    height: auto;
  }
  .showForm .disForm .leftContentBox .content_box {
    position: relative;
  }
  .showForm .disForm .leftContentBox .termBanner {
    margin: 0px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termnewoffer.row-list-3 + .leftbox .termBanner {
    margin: 370px 0 20px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner {
    margin: 430px 0 20px;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg {
    padding: 0px;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 0px;
    padding: 0;
  }
  .termoffer_discliamer {
    font-size: 10px;
    color: #757575;
    letter-spacing: 0;
    padding: 15px 0;
    display: block;
  }
  .term_offer_tableVieplan {
    display: block;
    margin: 20px auto 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg {
    padding-left: 0px;
    position: static;
    top: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
    padding: 0px;
  }
  .showForm.term_newoffer .termnewoffer {
    right: 0px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 640px) {
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    text-align: left;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
    padding: 0px;
    margin: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .showForm .disForm .leftContentBox .termBanner {
    margin: 0px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termnewoffer.row-list-3 + .leftbox .termBanner {
    margin: 410px 0 20px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner {
    margin: 450px 0 20px;
  }
}

.webp .termoffertable_icon, .webp .pblogo_tablehead:before, .webp .showForm .disForm .rightContent .term-bg .headingText .allbenefit .benefits_1:before, .webp .showForm .disForm .rightContent .term-bg .headingText .allbenefit .benefits_2:before {
  background-image: url("../../images/webp/termoffertable_icon.webp");
}

.whyterm_Insurance {
  background: #31A3F7;
  -webkit-box-shadow: 0px 3px 12px #00000029;
          box-shadow: 0px 3px 12px #00000029;
  padding: 0px 12px 20px;
  border-radius: 8px;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance {
    margin-top: 0px;
  }
}

.whyterm_Insurance .title, .whyterm_Insurance .leftSection h1, .leftSection .whyterm_Insurance h1, .whyterm_Insurance .leftSection h2, .leftSection .whyterm_Insurance h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
  padding: 20px 0 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance .title, .whyterm_Insurance .leftSection h1, .leftSection .whyterm_Insurance h1, .whyterm_Insurance .leftSection h2, .leftSection .whyterm_Insurance h2 {
    margin-top: 0px;
  }
}

.whyterm_Insurance .buy_breif {
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 12px #00000029;
          box-shadow: 0px 3px 12px #00000029;
  background: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whyterm_Insurance .buy_breif .col_box4 {
  width: 50%;
  padding: 10px;
  padding-left: 70px;
  position: relative;
}

.whyterm_Insurance .buy_breif .col_box4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 55px;
  background: url("../../images/bu/investment/whypb_icon.png") no-repeat 0 0;
  left: 8px;
  background-size: 100%;
}

.whyterm_Insurance .buy_breif .col_box4.f1:before {
  background-position: 4px 7px;
}

.whyterm_Insurance .buy_breif .col_box4.f2:before {
  background-position: 10px -110px;
}

.whyterm_Insurance .buy_breif .col_box4.f3:before {
  background-position: 0px -162px;
}

.whyterm_Insurance .buy_breif .col_box4.f4:before {
  background-position: 7px -45px;
}

.whyterm_Insurance .buy_breif .col_box4 .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}

.whyterm_Insurance .buy_breif .col_box4 .text {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(1) {
  border-bottom: 1px solid #00000029;
  border-right: 1px solid #00000029;
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(2) {
  border-bottom: 1px solid #00000029;
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(3) {
  border-right: 1px solid #00000029;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance .buy_breif .col_box4 {
    width: 100%;
    min-height: 90px;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(1) {
    border-bottom: 1px solid #00000029;
    border-right: none;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(2) {
    border-bottom: 1px solid #00000029;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(3) {
    border-bottom: 1px solid #00000029;
    border-right: none;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(4) {
    border-bottom: none;
  }
}

.ageEffect {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 0px 10px;
  display: inline-block;
  width: 340px;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ageEffect .title_text {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.ageEffect .premium {
  background: #0663f6;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: block;
  padding: 0px 30px 5px 15px;
  position: relative;
  left: 0px;
  top: 15px;
  width: 143px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.ageEffect .premium .pm {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
}

.ageEffect .premium .pm .sm {
  font-size: 11px;
}

.ageEffect .ideabox {
  background: #FDEFB9;
  text-align: center;
  padding: 5px 0;
  margin: 0px;
}

.ageEffect .ideabox .text {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.ageEffect .ideabox .text:before {
  content: "";
  background-image: url("../../images/bu/investment/idea_icon.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 27px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.ageEffect .graphBox {
  margin: 10px 0 5px;
}

@media only screen and (max-width: 640px) {
  .ageEffect .graphBox {
    margin: 10px 10px 5px;
  }
}

.ageEffect .graphBox img {
  width: 100%;
}

.ageEffect .viewplan_button {
  color: #fff;
  padding: 5px 18px;
  background: #F45023;
  display: block;
  width: 130px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

.block_content_wrapper.graybox {
  padding: 0px;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper.graybox {
    background: #f7f7f7;
  }
}

.rightBox_whypb {
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  margin: 0px auto;
  max-width: 750px;
}

.rightBox_whypb .title_text {
  display: block;
}

.rightBox_whypb .title_text_mob {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .rightBox_whypb {
    border: none;
  }
}

@media only screen and (max-width: 640px) {
  .rightBox_whypb {
    display: block;
    width: 100%;
    margin: 0px auto;
    max-width: 362px;
    border: none;
    padding: 10px 0;
  }
  .rightBox_whypb .title_text {
    display: none;
  }
  .rightBox_whypb .title_text_mob {
    text-align: center;
    margin: 30px 1px 10px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .rightBox_whypb .ageEffect {
    display: block;
    width: 341px;
    margin: 20px auto 0;
    float: inherit;
    padding: 10px 0;
  }
  .rightBox_whypb .terminsurance {
    width: 100%;
    background: transparent;
  }
}

@media only screen and (max-width: 320px) {
  .rightBox_whypb .ageEffect {
    width: 310px;
  }
  .rightBox_whypb .ageEffect .graphBox {
    margin: 10px 0 0px;
  }
  .rightBox_whypb .title_text_mob {
    letter-spacing: -0.5px;
  }
  .rightBox_whypb #sliderHandle {
    width: 100%;
  }
}

.rightBox_whypb .headTitle {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 0px 15px;
}

.terminsurance {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.terminsurance .title, .terminsurance .leftSection h1, .leftSection .terminsurance h1, .terminsurance .leftSection h2, .leftSection .terminsurance h2 {
  background: #0663f6;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .terminsurance .title, .terminsurance .leftSection h1, .leftSection .terminsurance h1, .terminsurance .leftSection h2, .leftSection .terminsurance h2 {
    max-width: 341px;
    margin: 0px auto;
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .terminsurance .title, .terminsurance .leftSection h1, .leftSection .terminsurance h1, .terminsurance .leftSection h2, .leftSection .terminsurance h2 {
    width: 305px;
  }
}

.terminsurance .list {
  padding: 10px 15px;
  display: inline-block;
  width: calc(100% - 360px);
  border-right: 1px solid #ccc;
  float: left;
  background: #fff;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .terminsurance .list {
    width: 100%;
    background: #fff;
    float: initial;
    border: none;
    float: initial;
    margin-top: 0px;
    border-radius: 5px;
    max-width: 341px;
    margin: 0px auto;
    display: block;
  }
}

.terminsurance .list .item {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 667px) {
  .terminsurance .list .item {
    font-size: 14px;
    line-height: 18px;
  }
}

.terminsurance .list .item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0px;
  background: #0663f6;
  border-radius: 50px;
}

.terminsurance .list .item:first-child {
  padding-top: 0px;
  margin-bottom: 0px;
}

.terminsurance .list .item:first-child:before {
  top: 5px;
}

.terminsurance .list .item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

@media only screen and (max-width: 320px) {
  .terminsurance, .terminsurance .list {
    width: 305px;
  }
}

.dedicate_claim_assistance {
  margin-top: 30px;
  background: #FDEEBB;
  border: 1px solid #FFBD00;
  -webkit-box-shadow: 0px 3px 12px #00000029;
          box-shadow: 0px 3px 12px #00000029;
  padding: 0px;
  border-radius: 8px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .dedicate_claim_assistance {
    margin-top: 0px;
  }
}

.dedicate_claim_assistance .freetext {
  position: absolute;
  background: #f7bd45;
  padding: 0px 10px 0px 30px;
  right: 0;
  color: #fff;
  font-weight: 500;
  border-bottom-left-radius: 32px;
}

@media only screen and (max-width: 1024px) {
  .dedicate_claim_assistance .freetext {
    display: none;
  }
}

.dedicate_claim_assistance .title, .dedicate_claim_assistance .leftSection h1, .leftSection .dedicate_claim_assistance h1, .dedicate_claim_assistance .leftSection h2, .leftSection .dedicate_claim_assistance h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
  padding: 25px 0px 25px 50px;
  margin-top: 0px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .dedicate_claim_assistance .title, .dedicate_claim_assistance .leftSection h1, .leftSection .dedicate_claim_assistance h1, .dedicate_claim_assistance .leftSection h2, .leftSection .dedicate_claim_assistance h2 {
    padding: 7px 40px 25px 50px;
    line-height: 24px;
  }
}

.dedicate_claim_assistance .title:before, .dedicate_claim_assistance .leftSection h1:before, .leftSection .dedicate_claim_assistance h1:before, .dedicate_claim_assistance .leftSection h2:before, .leftSection .dedicate_claim_assistance h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 70px;
  background: url("../../images/bu/investment/dedicate_claim_icon.png") no-repeat 0 0;
}

.dedicate_claim_assistance .title.f1:before, .dedicate_claim_assistance .leftSection h1.f1:before, .leftSection .dedicate_claim_assistance h1.f1:before, .dedicate_claim_assistance .leftSection h2.f1:before, .leftSection .dedicate_claim_assistance h2.f1:before {
  background-position: 0px 0px;
  left: -10px;
  top: 5px;
}

.dedicate_claim_assistance .footer_disclaimer {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
  padding: 15px 20px 15px;
  margin-top: 0;
}

.dedicate_claim_assistance .claim_breif {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #fff;
  padding: 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dedicate_claim_assistance .claim_breif .col_box4 {
  width: 100%;
  padding: 10px;
  padding-left: 30px;
  min-height: 90px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.dedicate_claim_assistance .claim_breif .col_box4:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #FFBD00;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .dedicate_claim_assistance .claim_breif .col_box4:before {
    left: 5px;
  }
}

.dedicate_claim_assistance .claim_breif .col_box4 .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}

.dedicate_claim_assistance .claim_breif .col_box4 .text {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.dedicate_claim_assistance .claim_breif .col_box4:last-child {
  border-bottom: none;
}

.slider-container {
  width: 80%;
  height: 104px;
  position: relative;
  margin: 10px auto 0px;
  background: url(../../images/bu/slideline.svg) no-repeat 0px 36px;
  background-size: 100%;
  top: -40px;
}

@media only screen and (max-width: 640px) {
  .slider-container {
    background: url(../../images/bu/slideline.svg) no-repeat -117px 14px;
    background-size: 125%;
    padding: 0px 45px 0px 23px;
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .slider-container {
    background-position: 23px 39px;
    background-size: 78%;
    height: 110px;
    top: -40px;
  }
}

@media all and (-ms-high-contrast: none) {
  .slider-container {
    background-position: 0px 17px;
  }
  /* IE10 */
  *::-ms-backdrop, .slider-container {
    background-position: 0px 17px;
  }
  /* IE11 */
}

_:-ms-fullscreen, :root .slider-container {
  background-position: 0px 17px;
}

#sliderHandle {
  display: inline-block;
  width: 100%;
  height: 2px;
  top: 103px;
  background: #eaeaea;
  margin: 0px auto;
  border: none !important;
}

#sliderHandle .step {
  position: relative;
  top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sliderHandle .step .range.last span {
  font-size: 11px;
  width: 60px;
  position: absolute;
  top: 18px;
  right: 0px;
  text-align: right;
}

#sliderHandle .step .range.first span {
  font-size: 11px;
  width: 45px;
  position: absolute;
  top: 18px;
  left: 0px;
  text-align: left;
}

#sliderHandle .step .range.high {
  height: 15px;
}

#sliderHandle .step .range.low {
  height: 10px;
}

#sliderHandle .step .range.step0 {
  left: 0%;
}

#sliderHandle .step .range.step100 {
  right: 0;
}

#custom-handle.rightpos {
  margin-left: -48px;
}

#custom-handle.leftpos {
  margin-left: 3px;
}

#sliderHandle .ui-slider-handle {
  top: -17px;
  width: 49px;
  height: 35px;
  background: url(../../images/bu/sliderval.svg) no-repeat 0 0;
  border: none;
  line-height: 18px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  padding: 10px 8px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-size: 100%;
}

#sliderHandle .ui-slider-handle:focus {
  outline: none;
}

ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #aaa7a0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.ui-widget-content {
  border: 1px solid #ffffff !important;
  background: #aaa7a0;
  color: #222222;
}

#sliderHandle .ui-widget-header {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  background: #0663f6;
  color: #222222;
  font-weight: bold;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.8em;
}

.content-calculator {
  text-align: right;
  margin-bottom: 0;
  margin-top: -35px;
}

@media screen and (max-width: 440px) {
  .content-calculator {
    margin-top: 0;
    text-align: left;
  }
}

.content-calculator span {
  padding: 6px 15px;
  cursor: pointer;
  background: #0065ff;
  color: #FFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3);
}

.lic-companies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lic-companies-list > div.tablewrapper {
  width: 52%;
}

.lic-companies-list > div.tablewrapper p {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}

.lic-companies-list > p {
  text-align: right;
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .lic-companies-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lic-companies-list > div.tablewrapper {
    width: 100%;
  }
  .lic-companies-list > p {
    text-align: center;
    width: 100%;
  }
}

.dca {
  background: #EDFDFF;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  clear: both;
  position: relative;
}

.dca .accTab {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0 0 0 auto;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .dca .accTab.open {
    display: block;
  }
}

.dca .accTab:after {
  content: "";
  position: absolute;
  right: 0;
  top: 39%;
  display: inline-block;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 15px;
  width: 15px;
  border-bottom: 2px solid #6E6E6E;
  border-right: 2px solid #6E6E6E;
  left: 0;
  margin: 0px auto;
}

.dca .dca_title {
  color: #333333;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.dca .dca_title .freetxt {
  background: #0763f6;
  color: #fff;
  padding: 2px 8px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
  top: -3px;
}

.dca .dca_title .freetxt:after {
  content: "";
  background: url(../../images/bu/bluetri-lines.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: -7px;
  background-size: contain;
}

.dca .newlylaunch {
  background: #f1863b;
  color: #fff;
  padding: 2px 8px 2px 20px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.72px;
}

.dca .newlylaunch:after {
  content: "";
  background: url(../../images/bu/whitetri-lines.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 2px;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .dca .newlylaunch {
    padding: 5px 12px 5px 20px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
  }
  .dca .newlylaunch:after {
    top: 5px;
  }
}

.dca .knowmore {
  text-align: right;
  display: none;
}

@media only screen and (max-width: 768px) {
  .dca .knowmore {
    display: block;
    margin: 10px 0 0;
  }
}

.dca .knowmore .knowmorebtn {
  color: #fff;
  background: #EE4F34;
  padding: 5px 23px 5px 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}

.dca .knowmore .knowmorebtn:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 39%;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.dca .dca_subtxt {
  color: #6E6E6E;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.dca .boxBoxwrapper {
  background: #fff;
  padding: 10px 30px 0px;
  border-radius: 10px;
  margin: 20px 0 0px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .dca .boxBoxwrapper {
    display: none;
    padding: 30px 15px 20px;
  }
  .dca .boxBoxwrapper.open {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .dca .boxBoxwrapper {
    display: none;
    padding: 30px 5px 20px;
  }
  .dca .boxBoxwrapper.open {
    display: block;
  }
}

.dca .call-back-button {
  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;
  position: relative;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .dca .call-back-button {
    display: none;
  }
}

.dca .call-back-button.flexend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 440px) {
  .dca .call-back-button.flexend {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 20px 0;
  }
}

.dca .call-back-button img {
  background: #fff;
  margin-right: -15px;
  z-index: 1;
  border-radius: 50%;
  padding: 12px;
  border: 1px solid #0065ff;
  -webkit-box-shadow: -2px 2px 5px #ccc5c5;
          box-shadow: -2px 2px 5px #ccc5c5;
  width: 55px;
}

.dca .call-back-button > a {
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 1px 15px 4px 18px;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  letter-spacing: 0.16px;
  font-weight: 500;
}

.dca .call-back-button > a strong {
  display: block;
  line-height: 14px;
}

.dca .content {
  position: relative;
  padding-left: 100px;
  padding-right: 20px;
  margin: 25px 5px;
}

@media screen and (max-width: 480px) {
  .dca .content {
    min-height: 110px;
    margin: 5px;
    padding-right: 0px;
  }
}

.dca .content .imgBx {
  width: 80px;
  height: 80px;
  background: url(../../images/bu/dedicate_assistance.png) no-repeat;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  border-radius: 50%;
  position: absolute;
  background-size: 220px 220px;
  left: 0;
  top: -10px;
}

.dca .content .imgBx.bg-csupport {
  background-position: -17px -17px;
}

.dca .content .imgBx.bg-ccounseling {
  background-position: -125px -10px;
}

.dca .content .imgBx.bg-cassistance {
  background-position: -8px -132px;
}

.dca .content .sub_txt {
  color: #6E6E6E;
  font-size: 10px;
  line-height: 14px;
}

.dca .content .heading {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .dca .content {
    height: auto;
    min-height: auto;
  }
  .dca .content:first-child {
    margin-top: 0px;
  }
}

.dca a.proceed {
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #FFFFFF;
  margin: 20px auto 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 28px -10px #0000004d;
          box-shadow: 0 10px 28px -10px #0000004d;
  display: block;
  padding: 9px 15px;
  position: relative;
  width: 100%;
  max-width: 210px;
}

.dca a.proceed.hide-desktop {
  display: none;
}

@media screen and (max-width: 1023px) {
  .dca a.proceed {
    max-width: 108px;
    margin: 20px 15px 0px auto;
  }
  .dca a.proceed.hide-mobile {
    display: none;
  }
  .dca a.proceed.hide-desktop {
    display: block;
  }
}

.grid2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid2box .grid2boxColumn {
  width: 50%;
}

.grid2box .grid2boxColumn.wd60 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .grid2box .grid2boxColumn.wd60 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .grid2box .grid2boxColumn.wd60 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .grid2box .grid2boxColumn {
    width: 100%;
    margin-top: 30px;
  }
  .grid2box .grid2boxColumn:first-child {
    margin-top: 0px;
  }
}

.leftSection table td {
  width: 33%;
}

.car-stiky-view-plan {
  display: none;
}

@media (max-width: 1024px) {
  .car-stiky-view-plan {
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 0;
    -webkit-box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
    bottom: 0;
  }
  .car-stiky-view-plan .linkclick {
    background: #0065ff;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    display: inline-block;
    margin: 8px auto;
    font-size: 14px;
    border-radius: 5px;
    min-width: 290px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other, .rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.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.bg-14 {
  background-position: -10px -632px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: -10px -728px;
}

.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;
}
@media screen and (max-width: 1024px) {
  .floatingpopup {
    max-width: 300px;
    text-align: CENTER;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .floatingpopup {
    max-width: 440px;
  }
}

.floatingpopup img {
  cursor: pointer;
}
.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: 35%;
  -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;
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper::after, .graphDiv::after, .investment-option-slider::after {
    content: "";
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    border: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #reviewslide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .section {
    padding: 16px;
  }
}

hr.section-end-line {
  border: none;
}
@media only screen and (max-width: 1024px) {
  hr.section-end-line {
    border: none;
    background: #f4f5f7;
    border-top: solid 0.8px rgba(23, 43, 77, 0.1);
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.1);
    padding: 10px;
    display: block;
    margin: auto -16px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .disContnet.contentStyles {
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    border: none !important;
    margin: 0 auto !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 1024px) {
  .rightSection > .graphDiv .floatingpopup {
    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;
  }
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one {
    background: #fff;
    margin-bottom: 20px;
    border: none;
    border-width: 1px 0 1px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    padding: 0px;
    border: 0px;
  }
}

.sjb-top-plan, .top-plan {
  width: 100%;
  background: #F1F3F5;
  padding: 20px 10px;
  float: left;
}

@media screen and (max-width: 1024px) {
  .saral-jeevan-bima .block_content_wrapper {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .saral-jeevan-bima .block_content_wrapper.graybox {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .saral-jeevan-bima .block_content_wrapper > .block_content_wrapper {
    padding: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .saral-jeevan-bima .block_content_wrapper > .block_content_wrapper.term {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .floatingpopup img {
    max-width: 300px;
    margin: 0px auto;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .popular_article_widget .block_content_wrapper {
    margin-top: -70px;
  }
}

.returing-user-data {
  width: 100%;
  position: relative;
  padding: 16px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .returing-user-data {
    padding: 16px 16px 0 !important;
  }
}
.returing-user-data .title, .returing-user-data .leftSection h1, .leftSection .returing-user-data h1, .returing-user-data .leftSection h2, .leftSection .returing-user-data h2,
.returing-user-data .leftSection .h2,
.leftSection .returing-user-data .h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.returing-user-data .subtitle {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 22px;
}
@media (max-width: 568px) {
  .returing-user-data .subtitle {
    font-size: 14px;
  }
}
.returing-user-data .profile-data {
  background: #EFFAFF;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0;
  margin: 30px 0 15px;
  padding: 16px;
}
.returing-user-data .profile-heading {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.returing-user-data .profile-heading:before {
  content: "";
  position: absolute;
  background: #e2e2e2;
  left: initial;
  transform: initial;
  left: 52px;
  margin: 0;
  height: 1px;
  top: 10px;
  width: 60%;
}
.returing-user-data .profile-data-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .returing-user-data .profile-data-list {
    flex-direction: column;
  }
}
.returing-user-data .profile-data-list li {
  width: 48%;
  margin: 16px 0;
  position: relative;
}
@media (max-width: 768px) {
  .returing-user-data .profile-data-list li {
    width: 100%;
  }
}
.returing-user-data .profile-data-list li span {
  color: rgba(37, 56, 88, 0.89);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.returing-user-data .profile-data-list li .user-info {
  color: rgba(37, 56, 88, 0.89);
  font-size: 16px;
  font-weight: 500;
}
.returing-user-data .profile-data-list li i {
  background: rgba(0, 103, 255, 0.1);
  color: rgba(37, 56, 88, 0.89);
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  padding: 5px 7px;
  border-radius: 4px;
  top: 30px;
  position: absolute;
  left: 98px;
}
.returing-user-data .viewplan-btn, .returing-user-data .viewplan-link-btn {
  background: #0165ff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  width: 80%;
  margin: 30px auto 15px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.returing-user-data .viewplan-btn:hover, .returing-user-data .viewplan-link-btn:hover {
  background: #0051cd;
}
.returing-user-data .viewplan-link-btn {
  background: transparent;
  color: #0165ff;
  text-decoration: underline;
  margin: 0px auto 5px;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
}
.returing-user-data .viewplan-link-btn:hover, .returing-user-data .viewplan-link-btn.active {
  background: transparent;
}

.term-pillers-hub-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  display: flex;
  margin-bottom: 30px;
  width: 760px;
  margin: 0px auto 30px;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget {
    flex-direction: column;
    padding: 8px;
    max-width: 100%;
  }
}
.term-pillers-hub-widget .heading-tab-list {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding-left: 8px;
  height: 280px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: initial;
  }
}
.term-pillers-hub-widget .heading-tab-list .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  /* font-family: Roboto; */
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .heading {
    margin: 20px auto 0;
    text-align: center;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 81%;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .tab {
    overflow-x: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100%;
  }
  .term-pillers-hub-widget .heading-tab-list .tab::-webkit-scrollbar {
    display: none;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab .tab-links {
  border-radius: 8px;
  border: 0;
  background: transparent;
  width: 100%;
  height: 51px;
  text-align: left;
  padding: 0 8px;
  margin: 8px 0 0;
  color: #0065ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .tab .tab-links {
    flex-shrink: 0;
    padding: 16px;
    width: auto;
    height: auto;
    background: rgba(0, 101, 255, 0.05);
    margin: 0 4px 0 0;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab .tab-links.active {
  background: #0065FF;
  color: #fff;
}
.term-pillers-hub-widget .tab-content-section {
  width: 69%;
  border-radius: 6px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px 16px 4px;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section {
    width: 100%;
    padding: 16px 8px 4px;
  }
}
.term-pillers-hub-widget .tab-content-section .tab-content {
  display: none;
  height: auto;
  overflow-y: scroll;
  max-height: 400px;
}
.term-pillers-hub-widget .tab-content-section .tab-content.active {
  display: block;
}
.term-pillers-hub-widget .tab-content-section .tab-content::-webkit-scrollbar {
  display: none;
}
.term-pillers-hub-widget .tab-content-section .tab-content .link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
  border-radius: 8px;
  background: #FFF;
  padding: 16px 17px;
  margin: 0 8px 12px 0;
  width: 32%;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
    height: 64px;
  }
}
.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link a {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
    width: 48.5%;
    padding: 16px 8px;
  }
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
    margin-right: 8px;
  }
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.saral-jeevan .promise-tag-pb {
  background: linear-gradient(359.88deg, #FFFCF3 -1.25%, #FFFEFA 97.47%);
  display: inline-flex;
  position: absolute;
  padding: 2px 20px 2px 7px;
  border-radius: 4px 18px 18px 4px;
  border: 1px solid #AA7B03;
  font-size: 13px;
  color: #B36807;
  font-weight: 500;
  top: -12px;
  left: 0;
  z-index: 1;
  font-weight: 400;
  align-items: center;
}
@media (max-width: 1024px) {
  .saral-jeevan .promise-tag-pb {
    top: -24px;
  }
}
.saral-jeevan .promise-tag-pb::before {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-flex;
  margin: 0 8px 0 0;
  background: url("../../images/bu/term/promise-icon-pb.png") no-repeat;
  background-size: 100%;
}
.saral-jeevan .promise-tag-pb strong {
  margin: 0 0 0 4px;
  font-weight: 700;
}
.saral-jeevan .promise-tag-pb sup {
  line-height: 7px;
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .term-form-template .saral-jeevan .promise-tag-pb {
    top: -45px;
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    max-width: 274px;
    left: 0;
    right: 0;
  }
}

.term-footer-sticky {
  background: rgb(36, 36, 36);
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 12px 12px 0 0;
  transition: all 0.5s ease-in;
}
.term-footer-sticky .section-grid {
  background: transparent;
}
.term-footer-sticky .msg-we-offer {
  display: none;
}
@media (max-width: 980px) {
  .term-footer-sticky .msg-we-offer {
    position: absolute;
    bottom: 48px;
    padding: 6px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px 50px 0px 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 296px;
    text-align: center;
    display: block;
    background: rgb(177, 254, 236);
  }
}
.term-footer-sticky.active {
  bottom: -1px;
}
.term-footer-sticky .premiumPlan sup {
  position: relative !important;
  top: initial !important;
}
.term-footer-sticky .f-discalimer {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: -50px;
  font-size: 10px;
  width: 220px;
}
@media (max-width: 1024px) {
  .term-footer-sticky .f-discalimer {
    display: none;
  }
}
.term-footer-sticky .close-btn {
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -35px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 890px) {
  .term-footer-sticky .close-btn {
    background: transparent;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #ccc;
  }
}
.term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 980px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .term-footer-sticky .offer-we-share {
    max-width: 600px;
    justify-content: space-between;
    width: 96%;
  }
}
.term-footer-sticky .offer-we-share .offer-img {
  width: 60px !important;
  height: 80px !important;
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat -8px 0px !important;
  background-size: cover !important;
}
.term-footer-sticky .offer-we-share .vp.av {
  background: #0065FF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 235px;
  color: #fff;
  text-align: left;
  padding: 16px;
  font-weight: 500;
  padding: 14px 13px 14px 12px;
  font-weight: 500;
  margin: 9px 0;
  position: relative;
}
.term-footer-sticky .offer-we-share .vp.av i {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  right: 18px;
  top: 40%;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .vp.av {
    max-width: 122px !important;
  }
  .term-footer-sticky .offer-we-share .vp.av span {
    display: none !important;
  }
}
.term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}
.term-footer-sticky .offer-we-share .plan-text.gr {
  display: flex;
  flex-direction: column;
  margin: 0px 60px 0px 30px;
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitext {
  line-height: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  top: 0px;
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    margin-bottom: 0px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: -3px;
  padding-left: 5px;
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    padding: 0px;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
    padding: 0px;
  }
}
@media (max-width: 375px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab {
  margin-bottom: 10px;
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  color: rgb(76, 228, 142);
  margin-right: 20px;
  position: relative;
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 .highlight-green {
  color: rgb(76, 228, 142);
  font-size: 14px;
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 sup {
  color: rgb(76, 228, 142);
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 550%;
  background-position: -86px -5px;
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
    display: none;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2 {
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(231, 158, 255);
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  position: relative;
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 680%;
  background-position: -107px -40px;
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab {
    display: none;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr {
    margin: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl {
  display: inline;
}
.term-footer-sticky .offer-we-share .plan-text.yl .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}
@media (max-width: 568px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 i {
  font-size: 16px;
  font-style: normal;
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl {
    width: 70%;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 15px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: rgb(226, 237, 255);
    padding: 15px 0;
    text-align: center;
    height: 50px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span {
    color: #0065FF;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span:before {
    content: "";
    background: url("../../images/bu/term/chat-term-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: -1px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: #f00;
    border: 1px solid #fff;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    z-index: 1;
    left: 10px;
    top: -9px;
    position: absolute;
  }
  .term-footer-sticky .offer-we-share .offer-img {
    display: none;
  }
  .term-footer-sticky .offer-we-share .vp {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .term-footer-sticky .offer-we-share .vp span {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0px auto;
  }
  .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0px;
    top: 1px;
    display: block;
  }
}
@media (max-width: 640px) {
  .term-footer-sticky .offer-we-share {
    padding: 10px 15px 0;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .section-grid {
    padding: 0px !important;
  }
}
.term-footer-sticky .f-discalimer {
  color: #fff !important;
  position: absolute !important;
  bottom: 5px !important;
  right: -40px !important;
  font-size: 10px !important;
  width: 460px !important;
}