@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.form-whatsapp.left {
  text-align: left;
}

.floatpanel .form-whatsapp {
  margin-bottom: 60px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.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;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 9px;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stickFooter_info {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  display: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .stickFooter_info.z-index {
    z-index: 10000;
  }
}
.term_footer_strip {
  height: auto;
  box-shadow: none;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip {
    display: block;
  }
}
.term_footer_strip .bannerDiv {
  background: #253858;
}

.term_footer_strip .bannerDiv.footerDiv .temcondition {
  margin: 0;
  padding: 0;
  font-size: 9px;
  color: #fff;
  position: relative;
  right: 0;
  bottom: 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 .grid.sticky_footer_sjb {
  position: relative;
  width: 98%;
}

.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: 0 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: flex;
  justify-content: 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: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
    width: auto;
    padding: 0 4px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .gradientBg img {
  position: absolute;
  top: -50px;
  bottom: 0;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .gradientBg img.img-fluid {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .gradientBg 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: 70px;
    padding: 11px 8px;
    font-size: 10px;
    line-height: initial;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .btnLink.third-step {
  background: #0065ff 0 0 no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  max-width: 180px;
  width: 100%;
  padding: 9px 0 10px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .btnLink.third-step {
    max-width: 102px;
    font-size: 12px;
    line-height: 16px;
    padding: 8.5px 0;
    font-weight: 600;
  }
}
.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 .textFeature .revise-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price {
  display: inline-block;
  background: #a7ffee;
  color: #2e3752;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 4px;
  margin-top: 5px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price.textupdate {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price.textupdate span {
  margin-right: 0;
  padding-left: 3px;
}

@media (max-width: 568px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price.textupdate {
    font-size: 14px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price.textupdate span {
    font-size: 10px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price span {
  font-size: 12px;
  position: relative;
  margin-right: 8px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price span sup {
  font-size: 10px;
  position: absolute;
  top: -8px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price span.big {
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 568px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price span.big {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price {
    font-weight: 700;
    font-size: 12px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price {
    font-size: 10px;
    padding: 0 5px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .plan-price span {
    font-size: 12px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text {
  letter-spacing: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text .big {
  font-size: 25px;
  font-weight: 700;
  margin-right: 5px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text .big {
    font-size: 20px;
    line-height: 31px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text .zero {
  font-size: 42px;
  position: relative;
  font-weight: 700;
  color: #a7ffee;
  line-height: 37px;
  margin-left: 5px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text .zero sup {
  font-size: 13px;
  position: absolute;
  left: -7px;
  top: -8px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text .zero sup:last-of-type {
  font-size: 12px;
  position: absolute;
  right: -8px;
  top: -13px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .revise-price .text .zero {
    font-size: 36px;
    line-height: 36px;
  }
}
.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 .footerStrip.housewife .textFeature {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .full-text {
  margin-top: 3px;
  line-height: 14px;
  font-size: 20px;
  font-weight: 400;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .full-text sup {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .full-text {
    font-size: 16px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .full-text strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .full-text {
    font-size: 14px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .full-text strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature {
    font-size: 10px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .blockbox {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature {
    font-size: 12px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .textFeature .blockbox {
    font-size: 14px;
    font-weight: 500;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife .footerStripItem img.img-fluid {
  width: 180px;
  top: -30px;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.housewife {
    max-width: 630px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature .one-cr {
  font-size: 22px;
}

@media screen and (max-width: 568px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature .one-cr {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature {
    font-size: 13px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature .one-cr {
    font-size: 16px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature .one-cr strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature {
    font-size: 11px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature .one-cr {
    font-size: 14px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature .one-cr strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .textFeature {
    font-size: 10px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .footerStripItem img.img-fluid {
  width: 160px;
  height: auto;
  top: -31px;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri {
    width: 670px;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.nri .footerStripItem {
    padding: 0 4px 0 0;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem.call-back-text .textFeature {
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem.call-back-text .textFeature {
    line-height: 22px;
    font-size: 16px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem.call-back-text .textFeature strong {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem.call-back-text .textFeature.hide-mobile {
    display: none;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem.call-back-text .textFeature.hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem.call-back-text .textFeature.hide-desktop {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem:nth-of-type(2) {
    padding: 0 20px;
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem:nth-of-type(2) {
    padding: 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem:nth-of-type(2) {
    padding: 0;
    width: 67%;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem:nth-of-type(3) {
  width: 33.3%;
  margin: 0;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem:nth-of-type(3) {
    width: 38.3%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem:nth-of-type(3) {
    margin: 0;
    text-align: center;
    width: 26%;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-button {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-button {
    justify-content: center;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-button .call-back-button-icon {
  z-index: 1;
  animation-name: shake;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  cursor: pointer;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-button .call-back-button-icon:hover {
  animation-name: shake;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-button .call-back-button-text {
  background: #475c65 0 0 no-repeat padding-box;
  border-radius: 12px;
  max-width: 177px;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 6px 0 7px;
  line-height: 22px;
  margin-left: -15px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-button .call-back-button-text {
    display: none;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px 30px 0 0;
  position: absolute;
  bottom: -48px;
  width: 100%;
  padding: 45px 20px 15px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section {
    bottom: -36px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section {
    position: absolute;
    right: -20px;
    width: 100vw;
    bottom: -38px;
  }
}
@media screen and (max-width: 395px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section {
    right: -19px;
  }
}
@media screen and (max-width: 375px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section {
    right: -18px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section {
    right: -9px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-close {
  text-align: right;
  position: absolute;
  right: 22px;
  top: 16px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-close img {
  cursor: pointer;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .heading {
  letter-spacing: 0;
  color: #2c3754;
  font-size: 16px;
  line-height: 22px;
  text-align: CENTER;
  font-weight: 700;
  margin-bottom: 10px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 16px 0 10px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description img {
  margin-right: 7px;
  margin-top: 1px;
  max-width: 35px;
  width: 30px;
  height: 27.5px;
}

@media screen and (min-width: 768px) and (max-width: 769px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description img {
    max-width: 25px;
    height: auto;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description p {
  padding: 0 5px;
  background: transparent linear-gradient(270deg, #eef4ff 0, #f3f7ff 58%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat padding-box;
  height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 26px;
  color: rgba(37, 56, 88, 0.7019607843);
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 768px) and (max-width: 769px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description p {
    font-size: 9px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .description p {
    font-size: 10px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper {
  display: block;
  width: 100%;
  position: relative;
  margin: 20px 0 35px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper .formInput {
  display: block;
  width: 100%;
  position: relative;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper input {
  padding: 18px;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  display: block;
  width: 100%;
  position: relative;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper input.labelshow + .fieldLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper input:focus + .fieldLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper .fieldLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 18px;
  background: #fff;
  top: 17px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper.mobilefirst .formInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper.mobilefirst .formInput .col4 {
  width: 90px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper.mobilefirst .formInput .col4 select {
  border: none;
  width: 77px;
  float: left;
  padding: 17px 20px 15px 15px;
  background: url(../../images/bu/selectarrow.svg) no-repeat 95% 55% !important;
  background-size: 10px 5px !important;
  background-size: 12%;
  height: 100%;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  position: relative;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper.mobilefirst .formInput .col4 .cCode {
  display: flex;
  width: 53px;
  float: right;
  height: 100%;
  padding: 17px 0 15px 10px;
  align-items: center;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper.mobilefirst .formInput input {
  width: 100%;
  border: none;
  height: 56px;
  padding: 18px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .fieldWrapper .err {
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  color: red;
  margin-top: 2px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form #number_f .fieldLable {
  left: 18px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .button,
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .proceed {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 8px;
  outline: 0;
  border: 0;
  width: 100%;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  padding: 16px 0 17px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .proceed {
  display: none;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .proceed:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  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;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 10px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .formInput input:active + .feildLable,
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .call-back-popup-form .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .image {
  text-align: center;
  margin-top: -30px;
  margin-right: 28px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .thankyou-heading {
  letter-spacing: 0;
  color: #2c3754;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin: 9px 0 12px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .thankyou-description {
  letter-spacing: 0;
  color: #2c3754;
  font-size: 16px;
  line-height: 25px;
  text-align: CENTER;
  font-weight: 600;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .thankyou-description {
    padding: 0 10px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body .outline-button {
  margin: 21px auto 18px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  border: 1px solid #2a63f6;
  border-radius: 8px;
  background: #fff;
  letter-spacing: 0;
  color: #2a63f6;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  padding: 16px 0 17px;
  max-width: 182px;
  width: 100%;
  cursor: pointer;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body.step-2 .heading {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body.step-2 .heading a {
  color: #2a63f6;
  text-decoration: underline;
  cursor: pointer;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body.step-2 .fieldWrapper {
  margin-bottom: 0;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body.step-2 .text-otp {
  letter-spacing: 0;
  color: #2c3754;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  margin-top: 0;
  margin-bottom: 31px;
  font-weight: 500;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body.step-2 .text-otp a {
  color: #2a63f6;
  text-decoration: underline;
  cursor: pointer;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .footerStripItem .call-back-popup-section .call-back-popup-body.step-2 .err {
  width: 50%;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .call-back-popup-overlay {
  left: 0;
  top: -100vh;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 1;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.call-back-footer .call-back-popup-overlay {
    display: none;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag {
    width: 100%;
    margin: 0;
    align-items: flex-start;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .gradientBg img {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .textFeature .blockbox {
  letter-spacing: 0;
  color: #ffad76;
  font-size: 23px;
  line-height: 34px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .textFeature .blockbox {
    font-size: 18px;
    line-height: 27px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .textFeature .blockbox img {
  margin-right: 8px;
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .full-text {
  letter-spacing: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .full-text span {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .full-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .full-text {
    width: 80%;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .btnLink {
  padding: 13px 0 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .btnLink {
    padding: 7px 18px;
    font-size: 13px;
    line-height: initial;
    width: 92px;
    margin-top: 5px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem:nth-child(2) {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem:nth-child(2) {
    width: auto;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem:last-child {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem:last-child {
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem:last-child {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem {
    padding: 0;
  }
}
.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:after,
.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:before {
  position: absolute;
  left: auto;
  right: 18px;
  top: 6px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:before {
  transform: rotate(45deg);
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:after {
  transform: rotate(-45deg);
}

.term_footer_strip .guaranteedInvestList {
  width: 46%;
}

.term_footer_strip .guaranteedInvestList .err {
  position: relative;
  color: #6af9ff;
  font-size: 11px;
  display: block;
  padding: 5px;
  letter-spacing: 0.5px;
  display: none;
  transform: translate(-50%, -50%);
  left: 50%;
  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: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  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: flex;
  align-items: CENTER;
  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: #000;
  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;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv.error {
  border: 3px solid red;
}

.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;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 10px;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber input {
  height: 40px;
  border: none;
  text-indent: 0;
  width: 65%;
  padding: 10px 6px 10px 0;
  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: 0 0 14px;
}

.term_footer_strip .guaranteedInvestList .detailBtn {
  position: static;
  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;
  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: 0;
  margin: 0;
  color: #fff;
  padding-bottom: 0;
  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%;
}

.term_footer_strip.taxsavingalert {
  position: relative;
}

.term_footer_strip.taxsavingalert .bannerDiv {
  background: #d5d5fd 0 0 no-repeat padding-box;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 14px;
  color: #383336;
  line-height: 18px;
  font-weight: 400;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerDiv .temcondition {
  position: absolute;
  color: #0a4db5;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData {
  position: relative;
  height: 75px;
  min-height: 75px;
  width: 1140px;
  margin: 0 auto;
  align-items: center;
  list-style: none;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: auto;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close {
  width: 24px;
  height: 24px;
  background: #d2d1d1;
  position: absolute;
  display: block;
  z-index: 2;
  top: 4px;
  right: -12%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close:after,
.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close:before {
  right: 11px;
  top: 5px;
}

@media (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close {
    right: 5px;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
    width: 100%;
    display: flex;
    align-items: CENTER;
    justify-content: CENTER;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
    justify-content: center;
    width: 100%;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
    width: 35%;
  }
}
@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
    margin-bottom: 12px;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) .btnLink {
  width: 200px;
  flex-shrink: 0;
  color: #fff;
  padding: 16px;
  font-weight: 500;
  margin-left: 0;
  align-items: center;
  line-height: 19px;
  cursor: pointer;
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  margin-right: 16px;
  font-size: 14px;
}

@media (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) .btnLink {
    width: 140px;
    padding: 8px 16px;
    border-radius: 24px;
    margin: 0 auto;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData::before {
  background: url(../../images/bu/investment/trad-timer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 122px;
  height: 108px;
  background-position: center top;
  bottom: -20px;
  left: 0;
  z-index: 10;
}

@media (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData:before {
    background: url(../../images/bu/investment/trad-hurry-strip.svg) no-repeat;
    width: 95px;
    height: 59px;
    position: absolute;
    left: -15px;
    top: -21px;
    transform: rotate(-20deg);
    z-index: 40;
  }
  .term_footer_strip.taxsavingalert .bannerDiv .footerData::after {
    background: url(../../images/bu/investment/trad-timer-icon-mobile.svg) no-repeat;
    text-align: center;
    position: absolute;
    content: "";
    z-index: 1;
    left: -20px;
    width: 81px;
    height: 69px;
    opacity: 0.9;
    bottom: -6px;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .guaranteedInvestList {
  width: 100%;
  list-style: none;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData li {
  width: 100%;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li {
    justify-content: center;
    width: 100%;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text {
  padding: 0 30px 0 140px;
}

@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text {
    padding: 0;
    margin: 0;
    z-index: 10;
    position: relative;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .tag-line {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 3px;
  color: #253858;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .tag-line {
    padding-left: 0;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
    z-index: 2;
    position: relative;
    text-align: center;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text {
    justify-content: center;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .text {
  font-size: 14px;
  line-height: 19px;
  color: #253858;
  text-align: left;
  margin-right: 4.6px;
}

@media (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .text {
    display: none;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer {
  border: 1px dashed rgba(0, 0, 0, 0.2392156863);
  border-radius: 4px;
  padding: 4px;
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer {
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer .days {
  border-radius: 4px;
  background: rgba(255, 130, 138, 0.4);
  padding: 3px;
  letter-spacing: 0;
  color: #7c0303;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer span {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData li.countryWidth.trad-page {
  display: flex;
  width: 100%;
  z-index: 20;
}

.term_footer_strip .term-footer-sticky {
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
}

.term_footer_strip .term-footer-sticky .grid {
  position: relative;
}

.term_footer_strip .term-footer-sticky .section-grid {
  background: 0 0;
}

.term_footer_strip .term-footer-sticky .f-discalimer {
  text-align: left;
}

.term_footer_strip .term-footer-sticky .strip_close.close,
.term_footer_strip .term-footer-sticky .temcondition {
  display: none;
}

.term_footer_strip .term-footer-sticky .msg-we-offer {
  display: none;
}

@media (max-width: 980px) {
  .term_footer_strip .term-footer-sticky .msg-we-offer {
    position: absolute;
    bottom: 48px;
    padding: 6px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px 50px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 296px;
    text-align: center;
    display: block;
    background: #b1feec;
  }
}
.term_footer_strip .term-footer-sticky.active {
  bottom: -1px;
}

.term_footer_strip .term-footer-sticky .f-discalimer {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 10px;
  width: 220px;
}

@media (max-width: 1024px) {
  .term_footer_strip .term-footer-sticky .f-discalimer {
    display: none;
  }
}
.term_footer_strip .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_strip .term-footer-sticky .close-btn {
    background: #fff;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 940px;
  margin: 7px auto 7px 0;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .term_footer_strip .term-footer-sticky .offer-we-share {
    width: 100%;
    padding: 0 10px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .offer-img1 {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/offer-img1.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .offer-img1 {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .offer-img2 {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/offer-img2.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .offer-img2 {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .offer-img3 {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/offer-img3.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .offer-img3 {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .vp {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 130px;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  padding: 14px 0;
  font-weight: 500;
  margin: 9px 0;
  position: absolute;
  right: 0;
}

.term_footer_strip .term-footer-sticky .offer-we-share .vp span i {
  display: none;
}

.term_footer_strip .term-footer-sticky .offer-we-share .offer-we-share-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 0;
  animation: verticalScroll 9s ease-in-out infinite;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text {
    width: 17px;
    line-height: 20px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr {
  display: flex;
  align-items: center;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text1 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #ffc31b 0, #ff8418 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 2px solid #ff8418;
  margin-right: 16px;
  padding-right: 10px;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text1 {
    font-size: 26px;
    border-right: none;
    padding: 0 0 4px 0;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 {
  display: flex;
  align-items: center;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text1 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #57ba14 0, #18b6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 2px solid #ff8418;
  margin-right: 16px;
  padding-right: 10px;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text1 {
    font-size: 26px;
    border-right: none;
    padding: 0 0 4px 0;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 {
  display: flex;
  align-items: center;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text1 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #ff879e 0, #f7597f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 2px solid #ff8418;
  margin-right: 16px;
  padding-right: 10px;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text1 {
    font-size: 26px;
    border-right: none;
    padding: 0 0 4px 0;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text2 br {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl {
  display: inline;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 568px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
    width: 18px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
    width: 18px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text2 i {
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl {
    width: 70%;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd {
  width: 770px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd .text1 {
    font-size: 16px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd .text2 {
    font-size: 14px;
    margin-top: 0;
    line-height: 14px;
  }
}
@keyframes verticalScroll {
  0%, 25% {
    transform: translateY(0);
  }
  35%, 50% {
    transform: translateY(-70px);
  }
  60%, 75% {
    transform: translateY(-140px);
  }
  100%, 85% {
    transform: translateY(0);
  }
}
@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    padding: 15px 0;
    text-align: center;
    height: 50px;
  }
  .term_footer_strip .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_strip .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: 0;
    top: -1px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: red;
    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_strip .term-footer-sticky .offer-we-share .offer-img {
    display: none;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    width: 50%;
    border-radius: 0;
    padding: 15px;
    line-height: 18px;
    height: 50px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp span {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 890px) and (max-width: 767px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .vp {
    display: flex;
    align-items: center;
    right: 10px;
    width: 92px;
    border-radius: 8px;
    padding: 5px;
    font-size: 12px;
    height: 40px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp span i {
    display: none;
  }
}
@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .term_footer_strip {
    display: block;
  }
  .term_footer_strip .bannerDiv .grid {
    position: relative;
    padding: 0 0 22px 0;
  }
  .term_footer_strip .guaranteedInvestList {
    margin: 0 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 0;
  }
}
@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: 0;
    margin-left: 0;
  }
  .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: 700;
  }
}
@media only screen and (max-width: 320px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
    width: 100%;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    margin-top: 0;
  }
  .term_footer_strip .guaranteedInvestList .err {
    width: 100%;
  }
}
.car-stiky-view-plan {
  display: none;
}

@media (max-width: 1024px) {
  .car-stiky-view-plan {
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 9;
    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;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

#premiumVal.zct {
  position: relative;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .premiumPlan.zct {
  position: relative;
  font-size: 36px;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature .premiumPlan.zct sup {
  font-size: 14px;
  top: 0;
  left: 1px;
}

#premiumVal.zct:before,
.premiumPlan.zct:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: red;
  display: none;
  transform: rotate(4deg);
  top: 14px;
}

@media (max-width: 568px) {
  #premiumVal.zct:before,
  .premiumPlan.zct:before {
    top: 10px;
  }
}
@media (max-width: 568px) {
  #premiumVal.zct:before {
    top: 20px;
  }
  .exit-intent-popup-content .premiumPlan {
    display: inline-block;
  }
}
.fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.logo-widget,
.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 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

.widget-insurer-logo .edelwiess_general_icon,
.widget-insurer-logo.edelweiss_tokio_general_icon {
  background-position: 0 -1001px !important;
}

.widget-insurer-logo.edelwiess_general_icon {
  background-position: 0 -779px !important;
}

.widget-insurer-logo.manipalcigna_health_general_icon {
  background-position: 0 -1711px !important;
}

.widget-insurer-logo.niva_bupa_general_icon {
  background-position: 0 -1380px !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.term-widget-new {
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  margin: 20px 0;
  background: #93bdff 0 0 no-repeat padding-box;
  justify-content: flex-end;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  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 #fff;
  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%;
  transform: translate(0, -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: flex;
    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: 700;
  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;
    text-align: left;
  }
}
@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: 700;
}

.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: 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: flex;
  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: 0 0;
  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: flex;
  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 {
    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: flex;
  align-items: center;
  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 {
    justify-content: center;
    margin-bottom: 23px;
    background: 0 0;
    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 .amount-row .price.zct {
  font-weight: 700;
  font-size: 44px;
}

.term-widget-new .right-block .amount-row .price.zct sup {
  font-size: 16px;
  top: -5px;
  position: relative;
}

.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: 0 auto 0;
  width: 245px;
  border: 0;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.term-widget {
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #0065ff;
  margin: 20px 0;
  box-shadow: 0 2px 10px 0 #b8d4ff;
}

@media only screen and (max-width: 1024px) {
  .term-widget {
    width: calc(100% - 32px);
    margin: 0 auto 20px;
  }
}
.term-widget .left-banner {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.term-widget .left-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #ecf3ff;
  transform: skewX(-15deg);
  height: 100%;
  left: -14%;
}

@media only screen and (max-width: 767px) {
  .term-widget .left-banner::before {
    transform: none;
    left: 0;
  }
}
.term-widget .left-banner .mobile-head {
  display: none;
}

.term-widget .left-banner p {
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  width: 82%;
  margin: 20px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .term-widget .left-banner p {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .term-widget .left-banner p {
    display: none;
  }
}
.term-widget .left-banner .img-block {
  display: block;
  width: 82%;
}

.term-widget .left-banner .img-block img {
  position: relative;
  width: 175px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .term-widget .left-banner .img-block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .term-widget .left-banner {
    width: 100%;
  }
  .term-widget .left-banner .mobile-head {
    display: block;
    text-align: center;
  }
  .term-widget .left-banner .mobile-head img {
    display: inline-block;
    width: 70px;
    position: relative;
    margin: 10px 0 10px;
    vertical-align: middle;
  }
  .term-widget .left-banner .mobile-head p {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 10px 10px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .term-widget .left-banner .mobile-head {
    display: block;
    text-align: center;
  }
  .term-widget .left-banner .mobile-head p {
    font-size: 16px;
  }
}
.term-widget .right-block {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .term-widget .right-block {
    width: 100%;
  }
}
.term-widget .right-block p.heading {
  padding: 20px 0;
  color: #0058ff;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .term-widget .right-block p.heading {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
.term-widget .right-block .form-elements {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .term-widget .right-block .form-elements {
    margin: 0 auto;
    width: 100%;
  }
}
.term-widget .right-block .form-elements .row {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .term-widget .right-block .form-elements .row {
    width: 260px;
    margin: 0 auto 20px;
  }
}
.term-widget .right-block .form-elements .row .blocks {
  width: calc(50% - 5px);
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
}

.term-widget .right-block .form-elements .row .blocks .label {
  margin: 0 5px 0 0;
  font-size: 14px;
  text-align: right;
  width: calc(43% - 5px);
}

@media only screen and (max-width: 767px) {
  .term-widget .right-block .form-elements .row .blocks .label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.term-widget .right-block .form-elements .row .blocks .select-box {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .term-widget .right-block .form-elements .row .blocks .select-box {
    width: 100%;
  }
}
.term-widget .right-block select {
  width: 100%;
  color: #172b4d;
  border: none;
  float: left;
  padding: 0 16px;
  -webkit-appearance: none;
  background: 0 0;
  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: 4px;
}

.term-widget .right-block .amount-row {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
}

.term-widget .right-block .amount-row .txt {
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  width: auto;
  padding-right: 20px;
  margin: 0 0 0 auto;
}

.term-widget .right-block .amount-row .price {
  font-size: 34px;
  color: #0058ff;
  width: auto;
  margin: 0 auto 0 0;
}

.term-widget .right-block .btn-plan {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #f64f0e;
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 20px auto 30px;
  width: 160px;
  border: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 48px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 48px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.top-plan {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .top-plan {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.top-plan .plan {
  display: none;
}
.top-plan .see-more {
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 8px 16px 8px 16px;
  color: #2B60ED;
  display: block;
  width: 152px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
.top-plan .see-more ~ .see-more#see-more {
  display: none;
}
.top-plan .see-more ~ .see-more#less-plan::after {
  transform: rotate(-135deg);
  position: relative;
  top: 4px;
}
.top-plan .see-more::after {
  content: "";
  border: solid #2B60ED;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.tab-slide-top-plan-main-wrapper {
  background: rgb(248, 245, 240);
  border-radius: 8px;
  padding: 22px;
  position: relative;
}
@media screen and (max-device-width: 767px) {
  .tab-slide-top-plan-main-wrapper {
    padding: 20px 0px;
    border-radius: 0px;
  }
}
.tab-slide-top-plan-main-wrapper #top_plans {
  color: #253858;
  font-size: 30px;
  line-height: 18px;
  max-width: 900px;
  width: 100%;
  margin: 10px auto 30px;
  text-align: center;
}
@media screen and (max-device-width: 767px) {
  .tab-slide-top-plan-main-wrapper #top_plans {
    font-size: 24px;
    margin: 0 auto;
  }
}

.top-plan-content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}
@media only screen and (max-width: 640px) {
  .top-plan-content-wrapper {
    background: transparent;
    padding: 28px 8px;
    border-radius: 0;
    position: static;
  }
}
.top-plan-content-wrapper .top-plan-card {
  margin-bottom: 16px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 0px 3px rgba(37, 56, 88, 0.1607843137);
}
.top-plan-content-wrapper .top-plan-card.hide {
  display: none;
}
.top-plan-content-wrapper .top-plan-card.hide ~ .see-more#less-plan {
  display: none;
}
.top-plan-content-wrapper .top-plan-card.hide ~ .see-more#see-more {
  display: block;
}
.top-plan-content-wrapper .top-plan-card .addon-block {
  background: rgb(242, 246, 255);
  box-shadow: none;
  border-radius: 8px;
  padding-bottom: 14px;
  margin-bottom: 8px;
}
.top-plan-content-wrapper .top-plan-card .addon_features {
  background: #fff;
  margin: 0 20px 0 20px !important;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 8px;
  padding: 10px 10px;
  gap: 8px;
  height: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .addon_features {
    width: 96% !important;
    margin: 12px auto 0 !important;
  }
}
.top-plan-content-wrapper .top-plan-card .addon_features .features-items {
  border: none;
  padding: 0px 0 0px 18px;
  margin: 0;
  color: rgb(37, 56, 88);
  font-size: 14px;
  line-height: 16px;
  align-items: flex-start;
  display: flex;
  height: auto;
  position: relative;
}
@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .addon_features .features-items {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
  }
}
.top-plan-content-wrapper .top-plan-card .addon_features .features-items:before {
  content: "";
  background: url(../../images/bu/term/top-plan-right-green-tick.png) no-repeat 0 0;
  height: 12px;
  width: 12px;
  border: none;
  background-size: contain;
  transform: initial;
  top: 4px;
  left: 2px;
  position: absolute;
}
.top-plan-content-wrapper .top-plan-card .block-inner {
  background: rgb(242, 246, 255);
  box-shadow: none;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding: 24px 20px 16px;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner {
    padding: 18px 12px 16px;
    flex-wrap: wrap;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block {
  width: 20%;
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block .plan-name {
  font-size: 11px;
  font-weight: 500;
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block span img {
  width: 80%;
  height: auto;
  max-width: 90px;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block {
    width: 48%;
    order: 1;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
  }
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block > div {
    width: 100%;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(1) {
  color: #253858;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.9;
  margin: 0px;
}
@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(1) {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(1) {
    font-size: 10px;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(2) {
  color: #253858;
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
  font-weight: 600;
  margin: 0px;
}
@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(2) {
    font-size: 14px;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(3) {
  font-size: 10px;
  line-height: 18px;
  color: #253858;
  opacity: 0.8;
  margin: 0px;
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.life-cover {
  width: 17%;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.life-cover {
    width: 33%;
    order: 3;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
  width: 20%;
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight {
  border: 1px dashed;
  border-radius: 8px;
  margin-right: 24px;
  box-sizing: border-box;
  width: 110px;
  text-align: center;
  align-items: center;
  display: flex;
  padding-top: 16px;
  border-color: rgba(0, 101, 255, 0.3);
  flex-direction: column;
  position: relative;
  height: 50px;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight {
    left: -14px;
    width: 100px;
  }
}
@media (max-width: 390px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight {
    margin-right: 0px;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight p:nth-child(1) {
  position: absolute;
  top: -12px;
  background: #ccc;
  padding: 2px;
  width: 90px;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight p:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -50%;
  width: 20px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  animation: shine-slide 2s infinite;
  transform: rotate(25deg);
}
@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight p:nth-child(1) {
    width: 100px;
  }
}
@media (max-width: 390px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight p:nth-child(1) {
    width: 80px;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement.highlight p:nth-child(2) {
  font-size: 18px;
  color: #0065FF;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
    width: 33%;
    order: 4;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
  width: 20%;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
    width: 33%;
    order: 5;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
  width: 20%;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  margin-left: 2%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
    width: 48%;
    order: 2;
    justify-content: flex-end;
    padding: 0;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .view-plan p:nth-child(1) {
  color: #253858;
  font-size: 10px;
  line-height: 20px;
  opacity: 0.9;
  margin: 0px;
  display: block;
  text-align: center;
}
.top-plan-content-wrapper .top-plan-card .block-inner .view-plan p:nth-child(1) span {
  color: rgb(21, 140, 94);
  font-size: 10px;
  font-weight: 700;
}
.top-plan-content-wrapper .top-plan-card .block-inner .view-plan button {
  background: #0065ff;
  border-radius: 4px;
  width: auto;
  height: 35px;
  padding: 0;
  font-weight: 500;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  transition: none !important;
}
.top-plan-content-wrapper.boxlayout {
  background: transparent !important;
}
.top-plan-content-wrapper.boxlayout .top-plan-card {
  margin-bottom: 31px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 0px 3px rgba(37, 56, 88, 0.1607843137);
}
.top-plan-content-wrapper.boxlayout .top-plan-card .block-inner.pricemsg {
  padding: 50px 20px 10px 20px;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .block-inner.pricemsg {
    padding: 45px 20px 10px 20px;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features {
  display: flex;
  width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  justify-content: flex-start;
  gap: 16px;
  margin: 12px 0 4px 0;
}
@media (max-width: 767px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .top-plan-content-wrapper.boxlayout .top-plan-card .features.addon_features {
    width: 96%;
    margin: 0 auto !important;
  }
}
@media (max-width: 568px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features {
    gap: 10px;
    margin: 14px 0 4px 0;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items {
  border-radius: 4px;
  padding: 0px 10px 0 20px;
  width: auto;
  opacity: 1;
  display: flex;
  align-items: center;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow {
  padding: 4px 8px 4px 33px;
  background: rgb(255, 248, 229);
  border: none;
  color: rgb(200, 89, 41);
  font-weight: 600;
  position: relative;
  border: none;
  order: 1;
  font-size: 12px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 18px;
  left: 21px;
  top: 4px;
  background: url(../../images/bu/term/top-plan-coin-icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  margin-left: -11px;
  top: 6px;
}
@media (max-width: 568px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow {
    padding: 7px 8px 7px 33px;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab {
  border: 1px solid #0963f6;
  padding: 0px 18px 0px 10px;
  order: 5;
  cursor: pointer;
  position: relative;
  height: 28px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab span {
  color: rgb(0, 101, 255);
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 568px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab {
    order: 2;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 9px;
  height: 8px;
  right: 6px;
  top: 56%;
  background: url(../../images/bu/term/down-arrow-blue.png) no-repeat 0 0;
  background-size: contain;
  transform: translate(0, -50%);
  border: none;
  opacity: 1;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab span {
  color: rgb(0, 101, 255);
  font-weight: 500;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.bggreen {
  padding: 6px 8px 7px 24px;
  background: rgb(239, 248, 244);
  color: rgb(21, 140, 94);
  font-weight: 600;
  position: relative;
  border: none;
  order: 2;
  line-height: 14px;
  font-size: 12px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.bggreen:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/new-sticky-icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0deg);
  margin-left: -11px;
  top: 6px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.videomedical {
  background: rgb(237, 237, 255);
  color: rgb(108, 37, 216);
  font-weight: 600;
  font-size: 12px;
  padding: 0px 10px 0 28px;
  order: 3;
  position: relative;
  height: 28px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.videomedical:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/vi_icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0deg);
  margin-left: -11px;
  top: 7px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.telemedicalnri {
  background: #E4FDFF;
  color: #0B818F;
  font-weight: 600;
  font-size: 12px;
  padding: 0px 10px 0 28px;
  order: 4;
  position: relative;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.telemedicalnri:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/telemedical.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0deg);
  margin-left: -11px;
  top: 6px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag {
  position: absolute;
  top: -6px;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #5020E8;
  padding: 5px 7px;
  border-radius: 10px 0px 10px 0px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag::before {
  content: "";
  margin: 0 6px 0 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/bu/term/star-new-plan-tag.svg) no-repeat 0 0/18px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag::after {
  content: "";
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent;
  border-bottom-color: #29095A;
  position: absolute;
  right: -6px;
  top: 0px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card:has(.new-plan-launch-tag) .addon-block {
  padding-top: 20px;
}
.top-plan-content-wrapper .top-plan-disclaimer {
  color: #253858;
  font-size: 12px;
  line-height: 19px;
  padding-top: 25px;
  opacity: 0.7;
}

@keyframes shine-slide {
  0% {
    left: -50%;
  }
  100% {
    left: 120%;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner.sp-discount {
  padding: 16px 20px 36px;
}
.top-plan-content-wrapper .top-plan-card .block-inner.sp-discount .special-discount {
  order: 5;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  font-weight: 500;
}
.top-plan-content-wrapper .top-plan-card .block-inner.sp-discount .special-discount .labels {
  background: #eaf2ff;
  color: #0962f6;
  padding: 6px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 375px) {
  .top-plan-content-wrapper .top-plan-card .block-inner.sp-discount .special-discount {
    font-size: 8px;
    bottom: 110px;
  }
  .top-plan-content-wrapper .top-plan-card .block-inner.sp-discount .special-discount .labels {
    font-size: 8px;
  }
}
@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .block-inner.sp-discount .card-top-block.logo-block {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .top-plan-feature-and-filter {
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    position: relative;
    margin: 0px 0px;
    overflow: hidden;
  }
}

.featurelabel {
  position: absolute;
  background: #f4f5f7;
  font-size: 10px;
  font-weight: 600;
  bottom: 0;
  left: 0;
  width: 35%;
  text-align: left;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 20px;
  right: 0;
  margin: 0px auto;
}
@media (max-width: 568px) {
  .featurelabel {
    width: 50%;
  }
}
.featurelabel .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.featurelabel .wrapper .icon {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.featurelabel .wrapper .icon img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
}
.featurelabel .wrapper .text {
  font-size: 10px;
  color: #253858;
  font-weight: 400;
}

.top-plan .priceup.ttimer {
  display: flex;
  content: "Rahul";
  width: 216px !important;
  background: rgb(75, 126, 203);
  color: #fff;
  border-radius: 8px 0px 8px 0px;
  height: 25px;
  align-items: center;
  padding-left: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-plan .priceup.ttimer .block .arrow {
  display: none;
}
.top-plan .priceup.ttimer .block {
  background: transparent;
}
.top-plan .priceup.ttimer .block:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../../images/bu/term/icon-limited.svg") no-repeat 0 0;
  animation: mirrorflip 5s 0s linear infinite;
  left: 5px;
  top: 7px;
  background-size: 100%;
}
.top-plan .priceup.ttimer label {
  width: 188px !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.026em;
  font-size: 11px;
  justify-content: space-between;
}
.top-plan .priceup.ttimer label > div {
  width: 92px;
  display: block;
  letter-spacing: -0.026em;
}
.top-plan .priceup.ttimer label span {
  background: #fff;
  padding: 0px 2px 0px 6px;
  border-radius: 4px;
  color: rgb(75, 126, 203);
  display: flex;
  width: calc(100% - 92px);
  border-radius: 8px 0px 8px 8px;
  height: 20px;
  align-items: center;
}
.top-plan .priceup.ttimer.days {
  width: 240px !important;
  padding: 4px 8px 3px 25px;
  display: inline-block;
  background: rgb(75, 126, 203);
  color: #fff;
  border-radius: 8px 0px 8px 0px;
  box-sizing: border-box;
  height: 28px;
}
.top-plan .priceup.ttimer.days label {
  width: 210px !important;
  margin-left: 0px;
  letter-spacing: -0.026em;
  font-size: 11px;
  font-weight: 700;
}
.top-plan .priceup.ttimer.days label span {
  width: 110px;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  line-height: 18px;
}
.top-plan .priceup.ttimer.texttype {
  width: 180px !important;
  padding: 6px 8px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 34px;
  position: absolute;
  top: 2px;
  position: absolute;
  left: 0px;
}
.top-plan .priceup.ttimer.texttype span:nth-child(2) {
  display: block;
  line-height: 10px;
  font-size: 11px;
  font-weight: 700;
}
.top-plan .priceup.ttimer.texttype span:nth-child(3) {
  display: block;
  line-height: 10px;
  padding-top: 3px;
  font-weight: 400;
  font-size: 10px;
}

@keyframes mirrorflip {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  50% {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
.pricehike {
  background: #FFEDED 0% 0% no-repeat padding-box;
  border: 1px solid #C73830;
  border-radius: 0px 8px;
  padding: 5px;
  color: #C73830;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.pricehike:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1s infinite;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}
@media (max-width: 767px) {
  .pricehike {
    right: 11px;
  }
}

/* End Top Plan */
.people-search .people-search-content.dynamic-people-added .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+5)) {
  display: flex !important;
}

@media (max-width: 667px) {
  .people-search .people-search-content.dynamic-people-added .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+5)) {
    display: flex !important;
  }
}
.people-search .people-search-content.dynamic-people-added .showlessmore .viewmore .textcss:after {
  content: "View Less";
}

.people-search .people-search-content.dynamic-people-added .showlessmore .viewmore .arrow:after {
  transform: rotate(-135deg) translate(-50%, 0);
  bottom: -9px;
}

@media (max-width: 667px) {
  .people-search .people-search-content.dynamic-people-added .showlessmore .viewmore .arrow:after {
    bottom: -7px;
  }
}
.people-search .showlessmore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 320px) {
  .people-search .showlessmore {
    padding: 10px 0;
  }
}
.people-search .showlessmore .viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 8px 30px;
  cursor: pointer;
  color: #2b60ed;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

@media (max-width: 667px) {
  .people-search .showlessmore .viewmore {
    font-size: 12px;
  }
}
.people-search .showlessmore .viewmore .textcss:after {
  content: "View More";
}

.people-search .showlessmore .viewmore .arrow {
  position: relative;
  margin-left: 15px;
}

.people-search .showlessmore .viewmore .arrow:after {
  content: "";
  border: solid #2b60ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  transform-origin: 0;
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  bottom: -4px;
}

@media (max-width: 667px) {
  .people-search .showlessmore .viewmore .arrow:after {
    padding: 2px;
    bottom: -3px;
  }
}
.people-search .h2,
.people-search h2 {
  color: #253858;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 667px) {
  .people-search .h2,
  .people-search h2 {
    font-size: 18px;
  }
}
.people-search .people-search-content {
  display: none;
  background: #fff;
}

@media (max-width: 667px) {
  .people-search .people-search-content#why .showlessmore {
    display: flex;
  }
}
.people-search .people-search-content.active {
  display: block;
}

.people-search .people-search-wrapper {
  background: #f4f6fd;
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

@media (max-width: 667px) {
  .people-search .people-search-wrapper {
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 45px;
  }
}
.people-search .people-search-wrapper .people-search-btn-rounded {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

@media (max-width: 667px) {
  .people-search .people-search-wrapper .people-search-btn-rounded {
    grid-gap: 5px;
    justify-content: space-between;
  }
}
.people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(37, 56, 88, 0.3019607843);
  border-radius: 50px;
  width: 130px;
  height: 46px;
  color: #253858;
  opacity: 0.5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 667px) {
  .people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item {
    width: 80px;
    font-size: 13px;
  }
}
.people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item.active {
  color: #0065ff;
  border: 1px solid #0065ff;
  opacity: 1;
}

.people-search .people-search-wrapper .people-search-btn-rounded .view-all-plans {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  right: 22px;
}

@media screen and (max-width: 767px) {
  .people-search .people-search-wrapper .people-search-btn-rounded .view-all-plans {
    bottom: 11px;
    width: 100%;
    text-align: center;
    right: 0;
  }
}
.people-search .people-search-wrapper .people-search-btn-rounded .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.people-search .people-search-wrapper .people-search-list-wrapper {
  position: relative;
}

.people-search .people-search-wrapper .people-search-list-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 8px solid #fff;
  border-radius: 8px;
  margin: 0 -4px;
  z-index: 1;
}

.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list {
  list-style: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

@media (max-width: 667px) {
  .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list {
    display: block;
  }
}
.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.8);
  padding: 15px 20px;
  min-height: 55px;
  width: 96%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  border-left: 0;
  border-top: 0;
  margin-top: 0;
  position: relative;
}

.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:before {
  content: "";
  border: solid #2b60ed;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-left: 15px;
  position: absolute;
  top: 27px;
  right: 10px;
}

.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+5)) {
  display: none;
}

@media (max-width: 667px) {
  .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+5)) {
    display: none;
  }
}
.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link,
.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a {
  display: block;
  color: #0065ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 320px) {
  .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link,
  .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a {
    font-size: 13px;
  }
}
.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link::first-letter,
.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a::first-letter {
  text-transform: uppercase;
}

.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link:after,
.people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a:after {
  content: "?";
}

.dedicated-assistance {
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

.dedicated-assistance.mt50 {
  margin-top: 50px;
}

.dedicated-assistance.diabeties {
  margin-top: -35px;
}

.dedicated-assistance.diabeties .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
  margin-left: 1px;
}

.dedicated-assistance.diabeties .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  display: none;
}

.dedicated-assistance.diabeties .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
  padding: 10px 13px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance {
    padding-top: 20px;
    height: auto;
  }
}
@media screen and (max-width: 667px) {
  .dedicated-assistance {
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .dedicated-assistance {
    max-width: 100%;
    max-width: 280px;
  }
}
.dedicated-assistance .claim-assitance2023 + .dedicated-assistance-body {
  padding: 34px 0 25px 15px;
}

@media (max-width: 667px) {
  .dedicated-assistance .claim-assitance2023 + .dedicated-assistance-body {
    padding: 54px 0 50px 15px;
  }
}
.dedicated-assistance .claim-assitance2023 {
  position: relative;
  display: block;
  width: 290px;
  position: absolute;
  display: block;
  width: 290px;
  height: 30px;
}

.dedicated-assistance .claim-assitance2023:before {
  content: "";
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 16px solid #609abf;
  position: absolute;
  right: 1px;
  top: -16px;
}

.dedicated-assistance .claim-assitance2023 .banner_text {
  background: transparent linear-gradient(90deg, #70a3f7 0, #5ab1d8 100%) 0 0 no-repeat padding-box;
  border-radius: 12px 0 6px 0;
  padding: 8px;
  position: absolute;
  z-index: 1;
  top: -16px;
  cursor: pointer;
  width: 280px;
}

@media (max-width: 1024px) {
  .dedicated-assistance .claim-assitance2023 .banner_text {
    top: 0;
  }
}
.dedicated-assistance .claim-assitance2023 .banner_text .heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.dedicated-assistance .claim-assitance2023 .banner_text .heading span {
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
}

.dedicated-assistance .dedicated-assistance-body {
  background: #fff;
  border: 1px dashed #c0c9e8;
  border-radius: 8px;
  padding: 10px 0 10px 15px;
  position: relative;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
  color: #253858;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
  color: #253858;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-top: 2px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
  padding-top: 18px;
  position: relative;
  min-height: 105px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card {
  position: relative;
  width: 182px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card {
    min-height: auto !important;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 8px;
  display: flex;
  margin-right: 10px;
  justify-content: space-between;
  margin-left: 1px;
  height: 100%;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col {
  width: 100%;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  width: 158px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
  padding: 9px 5px 9px 9px;
  display: flex;
  align-items: center;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper img {
  width: 94px;
  height: 73px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 56, 88, 0.0705882353);
  border-radius: 0 8px;
  width: 98px;
  margin-left: auto;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-icon {
  width: 7px;
  height: auto;
  display: flex;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-name {
  color: #253858;
  font-size: 10px;
  padding-left: 5px;
  font-weight: 600;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list {
  display: flex;
  justify-content: space-around;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
  padding: 10px 13px 10px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
    padding: 10px 5px 0;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li {
  list-style: none;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li {
  color: #253858;
  font-size: 10px;
  line-height: 14px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li strong {
  font-size: 11px;
  line-height: normal;
  padding-bottom: 5px;
  display: block;
}

.dedicated-assistance .dedicated-assistance-body .knowmore_btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #017fff;
  border-radius: 4px;
  color: #017fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  padding: 5px 10px 7px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  width: 100px;
  right: 12px;
  position: absolute;
}

@media screen and (max-width: 667px) {
  .dedicated-assistance .dedicated-assistance-body .knowmore_btn {
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  display: none;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box {
  display: none;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call .dedicated-assistance-anchor {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #017fff;
  border-radius: 4px;
  color: #017fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  padding: 2px 10px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call .dedicated-assistance-anchor {
    width: auto;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back {
  display: none;
  align-items: center;
  justify-content: center;
  background: #f2f2ff;
  border-radius: 8px;
  padding: 8px 10px;
  width: 187px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back {
    width: auto;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back .call-icon {
  width: 10px;
  height: auto;
  display: flex;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back .call-helpline {
  letter-spacing: 0.14px;
  color: #000;
  font-size: 9px;
  line-height: 10px;
  padding-left: 5px;
  font-weight: 600;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back .call-helpline a {
  font-weight: 700;
  color: #000;
}

.moment-of-truth .mom-popup-container .mom-intent-popup {
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup {
    padding-bottom: 0;
  }
}
@media (max-width: 667px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup {
    padding-bottom: 0;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content p {
    margin-bottom: 0;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f1f1f1;
  box-shadow: none;
  display: block;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content::-webkit-scrollbar {
  border-radius: 8px;
  width: 10px;
  background-color: #f1f1f1;
  display: block;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
  outline: 0;
  display: block;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content {
    height: 82%;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .backbox {
  display: none;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body {
  min-height: 550px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body {
    padding-bottom: 50px;
    margin-top: 20px;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev {
  border: 1px solid #0065ff;
  width: 107px;
  height: 40px;
  border-radius: 8px;
  top: 91%;
  left: 42%;
  background: #fff;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev:before {
  content: "← Previous";
  color: #0065ff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-indent: -32px;
  right: 14px;
  font-family: Roboto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev {
    position: absolute;
    left: 16%;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-next {
  right: 30%;
  border: 1px solid #0065ff;
  width: 107px;
  height: 40px;
  border-radius: 8px;
  top: 91%;
  background: #fff;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-next::before {
  content: "Next →";
  color: #0065ff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-indent: -32px;
  right: 24px;
  font-family: Roboto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-next {
    position: absolute;
    right: 19%;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details {
  display: flex;
  padding: 0 36px 36px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details {
    flex-wrap: wrap;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
  margin-right: 34px;
  max-width: 163px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
    max-width: 100%;
    margin: 0;
  }
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left img {
    margin: 0 auto 20px;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3px 0 0;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div {
  width: 48%;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details .name {
  letter-spacing: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 1px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details .label {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.7;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .location {
  background: rgba(37, 56, 88, 0.0588235294) 0 0 no-repeat padding-box;
  border-radius: 10px;
  margin-top: 13px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #253858;
  padding: 2px 0 3px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
  border-left: 1px dashed rgba(37, 56, 88, 0.26);
  padding-left: 34px;
  max-width: 595px;
  width: 100%;
  max-height: 480px;
  overflow-y: scroll;
  height: 100%;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar {
  width: 2px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-thumb {
  background: #888;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
    border-left: 0;
    padding-left: 0;
    max-width: 595px;
    width: 100%;
    max-height: 235px;
    overflow-y: scroll;
    height: 100%;
    margin-top: 20px;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0;
  color: #253858;
  margin-bottom: 18px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p:last-of-type {
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance {
  padding: 20px 0;
}

.moment-of-truth .dedicated-assistance .slick-track {
  padding: 0;
}

.moment-of-truth .dedicated-assistance .slick-dots {
  position: static;
  margin-top: 20px;
}

.moment-of-truth .dedicated-assistance .slick-dots li {
  height: auto;
  width: auto;
}

.moment-of-truth .dedicated-assistance .slick-dots li.slick-active button {
  background: #29497b;
}

.moment-of-truth .dedicated-assistance .slick-dots li button {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #0563f6;
}

.moment-of-truth .dedicated-assistance .slick-dots li button:after,
.moment-of-truth .dedicated-assistance .slick-dots li button:before {
  display: none;
}

.moment-of-truth .dedicated-assistance button.slick-arrow {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: #0281ff;
  top: -2%;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance button.slick-arrow {
    top: inherit;
    bottom: -50px;
  }
}
.moment-of-truth .dedicated-assistance button.slick-arrow:before {
  display: none;
}

.moment-of-truth .dedicated-assistance button.slick-arrow.slick-disabled {
  background: rgba(37, 56, 88, 0.2);
}

.moment-of-truth .dedicated-assistance button.slick-prev {
  left: 90%;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance button.slick-prev {
    left: 78%;
  }
}
@media screen and (max-width: 320px) {
  .moment-of-truth .dedicated-assistance button.slick-prev {
    left: 74%;
  }
}
.moment-of-truth .dedicated-assistance button.slick-prev:after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(140deg);
  top: 9px;
  left: 10px;
}

.moment-of-truth .dedicated-assistance button.slick-next {
  right: 2%;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance button.slick-next {
    right: 3%;
  }
}
.moment-of-truth .dedicated-assistance button.slick-next.slick-disabled {
  display: none;
}

.moment-of-truth .dedicated-assistance button.slick-next:after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  top: 9px;
  left: 7px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body {
  padding-bottom: 15px;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body {
    border: none;
    padding: 0;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
  font-size: 24px;
  color: #253858;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-top: 0;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
    font-size: 20px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
  min-height: auto;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
    margin-right: -10px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card {
  animation: none;
  position: static;
  width: auto;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card:not(:last-child) {
    margin-right: 0;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
  padding: 10px 0;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
    min-height: 250px;
    flex-direction: column;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col {
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  width: 150px;
  border-right: 1px dashed rgba(37, 56, 88, 0.2);
}

@media (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: row;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
  padding: 0;
}

@media (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
    height: 70px;
    width: 70px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list {
    width: calc(100% - 70px);
    margin-left: 10px;
    flex-direction: column;
    text-align: left;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
  padding: 0;
  margin-top: 10px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items:not(:last-child) {
  margin-right: 5px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li > strong {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 320px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li > strong {
    -webkit-line-clamp: unset;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 2px;
  margin-top: 20px;
  display: none;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-icon {
  width: auto;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-icon img {
  max-width: 100%;
  width: 9px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-name {
  font-size: 13px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box {
  width: 190px;
}

@media (max-width: 667px) and (orientation: landscape) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box {
    width: 70%;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
  font-size: 11px;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
  line-height: 22px;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
    -webkit-line-clamp: 8;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  float: right;
  margin-top: 10px;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox {
    margin-top: 25px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .readmore-btn {
  color: #0f72f4;
  position: relative;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (max-width: 320px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .readmore-btn {
    font-size: 11px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .readmore-btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 32px;
  background: #0f72f4;
  left: -50%;
  top: 50%;
  transform: translate(-20%, 50%);
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .read-more {
  display: none;
}

@media screen and (min-width: 1025px) {
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
    font-size: 20px;
    width: 70%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
    font-size: 12px;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
    padding-top: 43px;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details button.slick-arrow {
    top: 4%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details button.slick-prev {
    left: 78%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
    flex-direction: column;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
    width: 190px;
    border-right: 0;
    max-width: 100%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items {
    width: 50%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .moment-of-truth.rhs .dedicated-assistance {
    padding: 20px 16px 60px;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card.slick-slide {
    max-width: 100%;
  }
}
.hi_top-plan,
.top-insurer-plan {
  width: 100%;
  background: #f1f3f5;
  padding: 20px 10px;
}

.hi_top-plan .plan,
.top-insurer-plan .plan {
  font-size: 16px !important;
  color: #0065ff;
  display: inline-block;
  border-bottom: 3px solid #0065ff;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
}

.hi_top-plan .block-inner,
.top-insurer-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.hi_top-plan .block-inner .see-more,
.top-insurer-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%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.hi_top-plan .block-inner .see-more::after,
.top-insurer-plan .block-inner .see-more::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .see-more::after,
  .top-insurer-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}
.hi_top-plan .block-inner .see-more#less-plan::after,
.top-insurer-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) {
  .hi_top-plan .block-inner .see-more#less-plan::after,
  .top-insurer-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}
.hi_top-plan .block-inner .see-more.hide,
.top-insurer-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .see-more,
  .top-insurer-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}
.hi_top-plan .block-inner .logo-block,
.top-insurer-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .logo-block,
  .top-insurer-plan .block-inner .logo-block {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .hi_top-plan .block-inner .logo-block div,
  .top-insurer-plan .block-inner .logo-block div {
    width: 50%;
  }
}
.hi_top-plan .block-inner .logo-block img,
.top-insurer-plan .block-inner .logo-block img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .logo-block img,
  .top-insurer-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}
.hi_top-plan .block-inner .logo-block span.plan-name,
.top-insurer-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;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .logo-block span.plan-name,
  .top-insurer-plan .block-inner .logo-block span.plan-name {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}
.hi_top-plan .block-inner .life-cover,
.top-insurer-plan .block-inner .life-cover {
  width: 18%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .life-cover,
  .top-insurer-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}
.hi_top-plan .block-inner .life-cover p,
.top-insurer-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.hi_top-plan .block-inner .life-cover p:first-child,
.top-insurer-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.hi_top-plan .block-inner .life-cover p:nth-child(2n),
.top-insurer-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) {
  .hi_top-plan .block-inner .life-cover p:nth-child(2n),
  .top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0;
    font-size: 18px;
  }
}
.hi_top-plan .block-inner .life-cover p:nth-child(3n),
.top-insurer-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.hi_top-plan .block-inner .claim-settlement,
.top-insurer-plan .block-inner .claim-settlement {
  width: 21%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .claim-settlement,
  .top-insurer-plan .block-inner .claim-settlement {
    width: 50% !important;
    padding: 15px 0 0;
  }
}
.hi_top-plan .block-inner .claim-settlement p,
.top-insurer-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.hi_top-plan .block-inner .claim-settlement p:first-child,
.top-insurer-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) {
  .hi_top-plan .block-inner .claim-settlement p:first-child,
  .top-insurer-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}
.hi_top-plan .block-inner .claim-settlement p:nth-child(2n),
.top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .claim-settlement p:nth-child(2n),
  .top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}
.hi_top-plan .block-inner .view-plan,
.top-insurer-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan,
  .top-insurer-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}
.hi_top-plan .block-inner .view-plan p,
.top-insurer-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.hi_top-plan .block-inner .view-plan p:first-child,
.top-insurer-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.hi_top-plan .block-inner .view-plan p:first-child span,
.top-insurer-plan .block-inner .view-plan p:first-child span {
  color: #15b5a5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan p:first-child span,
  .top-insurer-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan p:first-child,
  .top-insurer-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}
.hi_top-plan .block-inner .view-plan .btn,
.top-insurer-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) {
  .hi_top-plan .block-inner .view-plan .btn,
  .top-insurer-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}
.hi_top-plan .top-plan-disclaimer,
.top-insurer-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0 0;
}

.hi_top-plan .top-plan-disclaimer span,
.top-insurer-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .top-plan-disclaimer,
  .top-insurer-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}
.hi_top-plan .block-inner .claim-settlement {
  width: 20%;
}

.termtabsWrapper {
  display: block;
}

.termtabsWrapper input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.termtabsWrapper .termtabs {
  overflow: hidden;
}

.termtabsWrapper .termtabs .termtab {
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.termtabsWrapper .termtabs .termtab-label {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 15px 28px;
  color: #2c3e50;
  font-weight: 500;
  cursor: pointer;
  border: none;
  border-top: 1px solid #d0d4db;
  position: relative;
}

.termtabsWrapper .termtabs .termtab-label .accshow {
  position: absolute;
  left: 0;
  top: 21px;
  width: 18px;
  height: 18px;
  opacity: 1;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #333;
  border-radius: 50%;
}

.termtabsWrapper .termtabs .termtab-label .accshow:hover {
  opacity: 1;
}

.termtabsWrapper .termtabs .termtab-label .accshow:after,
.termtabsWrapper .termtabs .termtab-label .accshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #2c3e50;
}

.termtabsWrapper .termtabs .termtab-label .accshow:before {
  transform: rotate(90deg);
}

.termtabsWrapper .termtabs .termtab-label .accshow:after {
  transform: rotate(0);
}

.termtabsWrapper .termtabs .termtab-content {
  max-height: 0;
  color: #2c3e50;
  background: #fff;
}

.termtabsWrapper .termtabs .termtab-content .accordian_ul {
  list-style: none;
}

.termtabsWrapper .termtabs .termtab-content .accordian_ul li {
  display: block;
}

.termtabsWrapper .termtabs .termtab-content .accordian_ul li a {
  font-size: 15px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  color: #0065ff;
  line-height: 20px;
}

.termtabsWrapper .termtabs .termtab-content .accordian_ul li a:before {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 17px;
}

.termtab:first-child .termtab-label {
  border: none;
}

.termtabsWrapper {
  display: block;
}

.termtabsWrapper input:checked + .termtab-label {
  background: 0 0;
}

.termtabsWrapper input:checked + .termtab-label .accshow:after {
  display: none;
}

.termtabsWrapper input:checked + .termtab-label::after {
  transform: rotate(90deg);
}

.termtabsWrapper input:checked ~ .termtab-content {
  max-height: 100vh;
  padding: 0 0 25px 25px;
}

.rightSection .card.acordianWidget .card_heading {
  padding-left: 0;
}

.why-buy-term-insurance {
  background: #eff4fe;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.why-buy-term-insurance.mt-20 {
  margin-top: 20px;
}

.why-buy-term-insurance.mb-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .why-buy-term-insurance {
    margin: 10px;
  }
  .why-buy-term-insurance.mt-20 {
    margin-top: 20px;
  }
  .why-buy-term-insurance.mb-20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .why-buy-term-insurance {
    display: block;
  }
  .why-buy-term-insurance.mt-20 {
    margin-top: 20px;
  }
  .why-buy-term-insurance.mb-20 {
    margin-bottom: 20px;
  }
}
.why-buy-term-insurance .seemore {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #0c2852;
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-weight: 500;
  display: none;
}

@media only screen and (max-width: 440px) {
  .why-buy-term-insurance .seemore {
    display: block;
  }
}
.why-buy-term-insurance .seemore .arrow {
  border: solid #0c2852;
  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;
  top: 2px;
  position: relative;
  right: 6px;
}

.why-buy-term-insurance .left-banner {
  background: transparent linear-gradient(180deg, #0c2852 0, #265491 100%) 0 0 no-repeat padding-box;
  border-radius: 8px 0 0 8px;
  max-width: 242px;
  padding: 0 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .why-buy-term-insurance .left-banner {
    width: 100%;
    max-width: 100%;
    height: 120px;
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (max-width: 440px) {
  .why-buy-term-insurance .left-banner {
    height: 90px;
  }
}
.why-buy-term-insurance .left-banner .heading-h2 {
  text-align: left;
  font-size: 30px !important;
  line-height: 44px !important;
  font-weight: 700;
  letter-spacing: 0;
  color: #fefffe;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 640px) {
  .why-buy-term-insurance .left-banner .heading-h2 {
    max-width: 250px;
    margin: 0;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 440px) {
  .why-buy-term-insurance .left-banner .heading-h2 {
    max-width: 200px;
    margin: 0;
    padding: 20px 0 0 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.why-buy-term-insurance .left-banner .why-buy-term-graphic {
  background: url("../../images/bu/why-buy-term-insurance-graphic.png") no-repeat 0 0;
  width: 200px;
  height: 100%;
  width: 200px;
  height: 170px;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .why-buy-term-insurance .left-banner .why-buy-term-graphic {
    bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .why-buy-term-insurance .left-banner .why-buy-term-graphic {
    width: 170px;
    height: 137px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 440px) {
  .why-buy-term-insurance .left-banner .why-buy-term-graphic {
    width: 140px;
    height: 113px;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .why-buy-term-insurance .left-banner .why-buy-term-graphic {
    width: 100px;
    height: 80px;
  }
}
.why-buy-term-insurance .content-why-buy-term-insurance {
  width: calc(100% - 242px);
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .why-buy-term-insurance .content-why-buy-term-insurance {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .why-buy-term-insurance .content-why-buy-term-insurance {
    padding: 10px 10px 40px 30px;
  }
}
.why-buy-term-insurance .content-why-buy-term-insurance li {
  width: 50%;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #253858;
}

@media only screen and (max-width: 440px) {
  .why-buy-term-insurance .content-why-buy-term-insurance li {
    width: 100%;
    padding: 10px;
  }
  .why-buy-term-insurance .content-why-buy-term-insurance li.hidden {
    display: none;
  }
  .why-buy-term-insurance .content-why-buy-term-insurance li.visible {
    display: block;
  }
}
.why-buy-term-insurance .content-why-buy-term-insurance li span {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  color: #0c2852;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 440px) {
  .why-buy-term-insurance .content-why-buy-term-insurance li span {
    margin-bottom: 10px;
  }
}
.why-buy-term-insurance .content-why-buy-term-insurance li span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0e65ed;
  left: -22px;
  top: 5px;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container .exit-intent-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 14px 0 21px 45px;
  position: relative;
  z-index: 1002;
}

.exit-intent-popup-container .exit-intent-popup::after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image.svg") no-repeat;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.exit-intent-popup-container .exit-intent-popup.housewife:after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image.png") no-repeat bottom right;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  background-size: 80%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.housewife:after {
    width: 180px;
    height: 180px;
  }
}
.exit-intent-popup-container .exit-intent-popup.nri:after {
  content: "";
  background: url(../../images/bu/nri-professional.svg) no-repeat center center;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  background-size: 60%;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.nri:after {
    width: 175px;
    height: 175px;
    position: absolute;
    bottom: 58px;
    right: -26px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 15px;
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    opacity: 0.3;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content > div {
  z-index: 10;
  position: relative;
  width: 71%;
  font-size: 12px;
  margin-top: 10px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 60%;
  position: relative;
  padding-bottom: 10px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description:after {
  content: "";
  background-color: #e5e5e5;
  height: 2px;
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    font-size: 14px;
    line-height: 18px;
    width: 75%;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 30px 0 6px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 6px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 20px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue {
  color: #0065ff;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue sup {
  font-size: 14px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 20px;
    line-height: 34px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-weight: 600;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
    font-size: 17px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
  width: 50%;
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  padding-left: 19px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li sup {
  position: absolute;
  font-size: 12px;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
  content: "";
  background: url("../../images/bu/exit-intent-popup-bullet.svg");
  height: 14px;
  width: 13px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup.nri {
  padding: 20px 0 40px 45px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-contentp .description {
  padding-bottom: 24px;
  padding-top: 5px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-contentp .description strong {
  font-weight: 600;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content p.details-1 {
  margin: 20px 0 6px;
  color: #253858;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content p.details-2 {
  margin: 0;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content p.description {
  padding-bottom: 21px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content button {
  border-radius: 8px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content ul li {
  color: #253858;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.nri {
    padding: 20px;
  }
}
.exit-intent-popup-container .exit-intent-popup.housewife {
  padding: 24px 0 61px 45px;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.housewife {
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.housewife .viewplan-link {
    margin: 20px 0;
  }
}
.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content p.details-1 {
  margin: 20px 0 6px;
  color: #253858;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content p.details-2 {
  margin: 0;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content p.description {
  padding-bottom: 21px;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content button {
  border-radius: 8px;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content ul li {
  color: #253858;
}

.exit-intent-popup-container.car.visible {
  background: rgba(24, 22, 54, 0.9019607843);
}

.exit-intent-popup-container.car .exit-intent-popup {
  padding: 14px 24px 21px;
  max-width: 795px;
}

@media screen and (max-width: 360px) {
  .exit-intent-popup-container.car .exit-intent-popup {
    margin: 0 6px;
    padding: 12px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup::after {
  content: "";
  background: url(../../images/bu/car-exit-intent-popup-image.svg) no-repeat;
  width: 280px;
  height: 241px;
  position: absolute;
  bottom: 50px;
  right: 10px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup::after {
    bottom: 90px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup::after {
    opacity: 0.3;
  }
}
.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    line-height: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    line-height: 24px;
    font-size: 20px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1 {
  margin: 20px 0 6px;
  line-height: 22px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 {
  font-size: 20px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 24px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-size: 20px;
  font-weight: 500;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul {
  margin-top: 43px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul {
    width: 100%;
    margin-top: 30px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li {
  padding-left: 21px;
  font-size: 16px;
  margin-bottom: 10px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li span {
  font-size: 18px;
  color: #0065ff;
  font-weight: 700;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before {
  background-image: none;
  height: 9px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #0065ff;
  border-radius: 50%;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content > div {
  width: 100%;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before {
  background: #000;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car {
    background-color: rgba(23, 43, 77, 0.9);
  }
  .exit-intent-popup-container.car .exit-intent-popup {
    padding: 14px 16px 21px;
  }
  .exit-intent-popup-container.car .exit-intent-popup::after {
    display: none;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-close {
    border: 1px solid;
    border-radius: 50%;
    background-origin: content-box;
    padding: 2px;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    top: 20px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    border-bottom: 0;
    font-size: 20px;
    padding-bottom: 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1 {
    margin-bottom: 4px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1 span {
    color: #0065ff;
    font-weight: 700;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1,
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 16px;
    color: #253858;
    padding: 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul {
    margin-top: 20px;
    padding-top: 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li {
    color: #172b4d;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before {
    background: #172b4d;
    top: 11px;
    height: 4px;
    width: 4px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content > div {
    color: #172b4d;
    opacity: 0.7;
    margin-top: 16px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    margin-top: 14px;
    padding: 12px 0;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content button {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.car .exit-intent-popup {
    height: 320px;
    overflow-y: scroll;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup {
  padding: 34px 24px 21px;
  max-width: 795px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup {
    margin: 0 6px;
    padding: 24px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup {
    padding: 12px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup::after {
  content: "";
  background: url(../../images/bu/tw-exit-intent-popup-image.png) no-repeat;
  width: 302px;
  height: 355px;
  position: absolute;
  bottom: 65px;
  right: -3px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.tw .exit-intent-popup::after {
    bottom: 161px;
    right: 0;
    width: 257px;
    height: 310px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup::after {
    display: none;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 100;
  border: 0;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-right: 25px;
  max-width: 413px;
  width: 100%;
  color: #253858;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
    line-height: 36px;
    font-size: 24px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
    line-height: 32px;
    font-size: 22px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 {
  font-size: 20px;
  margin-top: 13px;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 26px;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 {
    margin-top: 0;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
  margin-top: 43px;
  width: 65%;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
  padding-left: 21px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #253858;
  font-weight: 400;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li.full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span {
  font-size: 18px;
  color: #0065ff;
  font-weight: 700;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span sup {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span {
    font-size: 14px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li::before {
  background-image: none;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #6a7079;
  border-radius: 50%;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div {
  width: 100%;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions {
  max-width: 430px;
  margin-top: 0;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions p {
  letter-spacing: 0;
  color: #253858;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 12px;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions {
    text-align: center;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content button {
  max-width: 435px;
  line-height: 19px;
  padding: 20px 0 17px;
  margin: 29px 0 26px;
  text-transform: capitalize;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content button {
    margin: 24px auto;
    padding: 13px 0;
    font-size: 14px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup {
  padding: 14px 0 8px 45px;
}

.exit-intent-popup-container.investment .exit-intent-popup:after {
  background: url("../../images/bu/exit-intent-popup-image-investment.svg") no-repeat;
  border-radius: 0 0 8px 0;
  width: 354px;
  height: 98%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup {
    margin: 0 15px;
    padding: 14px 0 8px 15px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup::after {
    background-size: contain;
    width: 215px;
    height: 225px;
    opacity: 0.5;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content h2 {
  font-size: 42px !important;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px !important;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description {
  font-weight: 600;
  line-height: 33px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description span {
  font-size: 22px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description {
    width: 87%;
    line-height: 24px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description span {
    font-size: 18px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description::after {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 75%;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-1 {
  margin: 20px 0 10px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-weight: 700;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul {
    width: 85%;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li {
  font-size: 16px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li.full {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li::before {
  top: 7px;
  bottom: auto;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .disclaimer {
  color: #929bab;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content a {
  margin-top: 16px;
}

.exit-intent-popup-container.investment.income-tax .exit-intent-popup {
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup {
    padding-bottom: 8px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup {
    padding-bottom: 8px;
    padding-left: 16px;
    max-width: 500px;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
  background: url("../../images/bu/exit-intent-popup-image-investment-income-tax.svg") no-repeat center/contain;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    background: url("../../images/bu/exit-intent-popup-image-investment-income-tax-mobile.svg") no-repeat center/contain;
    width: 310px;
    height: 380px;
    opacity: 1;
    bottom: 33px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    background: url("../../images/bu/exit-intent-popup-image-investment-income-tax-mobile.svg") no-repeat center/contain;
    z-index: -1;
    height: 280px;
    width: 230px;
    opacity: 0.6;
    bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    width: 275px;
    height: 335px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 42px !important;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description {
    font-size: 16px;
    width: 70%;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description::after {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 80%;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content p.details-2 {
  color: #000;
  margin: 13px 0 0;
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content ul {
    width: 90%;
    margin-top: 8px;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
    margin: 230px auto 0;
    width: 100%;
    max-width: 297px;
  }
}
@media (max-width: 320px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
    margin: 115px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .disclaimer {
    margin: 11px 0 0;
    text-align: center;
  }
}
.exit-intent-popup-container.investment.nri .exit-intent-popup .exit-intent-popup-content p.details-2 {
  margin: 30px 0;
}

.exit-intent-popup-container .exit-intent-popup.child:after {
  background: url("../../images/bu/exit-intent-popup-image-child.svg") no-repeat;
  border-radius: 0 0 8px 0;
  width: 354px;
  height: 371px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup.child::after {
    background-size: contain;
    width: 215px;
    height: 225px;
    opacity: 0.5;
  }
}
.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description {
  width: 75%;
  padding-bottom: 14px;
}

.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description strong {
  display: block;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description {
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description strong {
    display: inline-block;
  }
}
.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content p.details-2 {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content p.details-2 {
    line-height: 28px;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension:after {
  background: url("../../images/bu/exit-intent-popup-image-pension.svg") no-repeat;
  border-radius: 0 0 8px 0;
  width: 354px;
  height: 371px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup.pension::after {
    background-size: contain;
    width: 215px;
    height: 225px;
    opacity: 1;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description {
  width: 75%;
  padding-bottom: 14px;
}

.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description strong {
  display: block;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description {
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description strong {
    display: inline-block;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content p.details-2 {
  margin-top: 16px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content p.details-2 {
    line-height: 28px;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity {
    padding: 14px 15px 8px 15px;
  }
  .exit-intent-popup-container .exit-intent-popup.pension.annuity:after {
    background: url("../../images/bu/exit-intent-popup-image-pension-mobile.svg") no-repeat;
    background-size: contain;
    width: 320px;
    height: 400px;
    opacity: 1;
    bottom: 16px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity::after {
    background: url("../../images/bu/exit-intent-popup-image-pension-mobile.svg") no-repeat;
    background-size: contain;
    width: 245px;
    height: 290px;
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity::after {
    width: 270px;
    bottom: -43px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content .description {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
  margin: 35px 0 70px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
    margin: 51px 0 195px;
    width: 100%;
  }
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
    margin: 20px 0;
  }
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
    margin-bottom: 85px;
    margin-top: 35px;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content a {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content a {
    margin: 0 auto 11px;
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content .disclaimer {
    margin: 11px auto 0;
    text-align: center;
    font-size: 10px;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exit-intent-popup {
  padding: 30px;
  width: 100%;
  max-width: 670px;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.sme_ghi_exit .exit-intent-popup {
    min-height: 250px;
    height: 290px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exit-intent-popup {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 32px 32px 0 0;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exit-intent-popup:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit {
    align-items: end;
  }
}
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content {
  width: 100% !important;
  margin-top: 0 !important;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .title span {
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  font-weight: 700;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .stepcount {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 0;
  font-weight: 400;
  max-width: 100%;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .stepcount span {
  font-weight: 500;
  font-size: 14px;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .loader,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .proceed_button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  padding: 14px 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: inherit;
  max-width: 100%;
  height: 51px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .loading::after {
  transform: translate(-50%, 0);
  left: 50%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 0 0;
  justify-content: space-between;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi {
  width: 58%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper {
    flex-direction: column;
  }
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi,
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    width: 100%;
  }
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    display: none;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi {
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check {
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox {
  width: 100px;
  display: flex;
  position: relative;
  height: 56px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag {
  width: 65px;
  align-items: center;
  display: flex;
  padding: 0 15px 0 15px;
  cursor: pointer;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag img {
  width: 20px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 15px;
  height: 8px;
  right: -10px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag.active:after {
  transform: rotate(180deg);
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags {
  width: 305px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 141px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags.show {
  display: block;
  top: 60px;
  z-index: 102;
  width: 353px;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags.show {
    top: initial;
    width: 527px !important;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags.show {
    top: initial;
    bottom: 58px;
    width: 278px;
    border-radius: 5px;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar {
  width: 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li:before {
  display: none !important;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
  align-items: center;
  display: flex;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li span img {
  width: 100%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li .cname {
  width: 100%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li:after {
  display: none;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .cCode {
  display: inline-flex;
  width: 35px;
  float: right;
  padding: 0;
  height: 100%;
  font-size: 16px;
  align-items: center;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  z-index: 102;
  top: 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag input {
  font-size: 14px;
  width: 100% !important;
  padding: 0 15px !important;
  box-sizing: border-box;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
  cursor: pointer;
  top: 47%;
  transform: translate(0, -50%);
  right: 18px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput #mobile {
  width: calc(100% - 110px);
  border: none;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input {
  width: 100%;
  height: 56px;
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 16px;
  border-radius: 8px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  padding: 0;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .feildLable.mobN {
  left: 150px;
}

@media screen and (max-width: 460px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .feildLable {
    font-size: 12px;
    top: 20px;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input:focus + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input:focus + .feildLable.gray {
  left: -96px !important;
  top: -12px !important;
  font-size: 12px !important;
  padding: 0 4px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input.labelshow + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input.labelshow + .feildLable.gray {
  left: -96px !important;
  top: -12px !important;
  font-size: 12px !important;
  padding: 0 4px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput.full input {
  width: 100%;
  padding: 0 15px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .fieldWrapper {
  margin: 0 0 20px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .err {
  color: red;
  font-size: 13px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi input,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi select {
  padding: 16px;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  -webkit-appreance: none;
  width: 100%;
  outline: 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi input.labelshow + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi input:focus + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi select.labelshow + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi select:focus + .feildLable {
  top: -10px;
  font-size: 12px;
  left: 17px;
  padding: 0 4px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .feildLable.gray {
  color: #5e6c84;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 17px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
  height: 208px;
  width: 233px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 10px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    display: none;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic.bu {
  background-image: url(../../images/bu/pt-exit-intent-banner.png);
  background-position: 0 0;
  width: 208px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic.article {
  background-image: url(../../images/bu/pt-exit-intent-banner.png);
  background-position: 0 0;
  width: 208px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic.provider {
  background-image: url(../../images/bu/pt-exit-intent-banner.png);
  background-position: 0 0;
  width: 208px;
}

.exit-intent-popup-container.sme_ghi_exit.other .sme-popup-content .stepcount {
  max-width: 65%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit.other .sme-popup-content .stepcount {
    max-width: 100%;
  }
}
.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .exit-intent-popup-content > div {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}

.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .title span {
  font-size: 32px;
}

.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .exitintent_form_ghi_wrapper {
  height: 165px;
}

.exit-intent-popup-container.new .exit-intent-popup {
  background: transparent linear-gradient(149deg, #f2fff5 0, #eff5ff 100%) 0 0 no-repeat padding-box;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3058823529);
  padding: 18px 0;
  max-width: 940px;
}

.exit-intent-popup-container.new .exit-intent-popup:after {
  background: url(../../images/bu/term/exit-intent-term-desktop-img.svg) no-repeat center/contain;
  width: 326px;
  height: 312px;
  right: 25px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup:after {
    width: 240px;
    height: 231px;
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup {
    margin: 0 5px;
  }
  .exit-intent-popup-container.new .exit-intent-popup::after {
    display: none;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-close {
  background: url(../../images/bu/term/exit-intent-term-close-icon.svg) no-repeat center/contain;
  height: 20px;
  width: 20px;
  border: 0;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content h2 {
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 12px 35px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 30px;
    margin: 0 0 4px 11px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description {
  padding-bottom: 0;
  margin: 0 0 0 35px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description {
    width: 65%;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description {
    font-size: 16px;
    margin: 0 0 0 11px;
    line-height: 24px;
    width: 100%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description span {
  font-weight: 700;
  position: relative;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description span:after {
  content: "";
  border-bottom: 5px solid red;
  opacity: 0.23;
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 2px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description span:after {
    width: 190px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 {
  position: relative;
  background: #e6f3ff;
  padding: 8px 39px 14px;
  letter-spacing: 0;
  color: #253858;
  font-size: 26px;
  line-height: 30px;
  width: 65%;
  margin: 29px 0 18px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span {
  color: #266ff7;
  line-height: 30px;
  font-weight: 700;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.large {
  font-size: 35px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan {
  font-size: 20px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan sup {
  font-size: 14px;
  line-height: 40px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 28px solid #e6f3ff;
  z-index: 0;
  right: -28px;
  border-left-width: 0;
  border-right-color: transparent;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 8px 39px 10px;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 8px 0 10px 5px;
    letter-spacing: 0;
    color: #253858;
    font-size: 15px;
    line-height: 30px;
    width: 91%;
    margin: 18px 0 12px;
  }
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.large {
    font-size: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1::after {
    border: 25px solid #e6f3ff;
    right: -25px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section {
  margin: 0 0 20px 38px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section {
    margin: 0 0 8px 14px;
    width: 100%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 66%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 16px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers::before {
  content: "";
  background: rgba(37, 56, 88, 0.8901960784) 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #0e6a32;
  border-radius: 12px;
  margin: 0 0 0 31px;
  padding: 12px 21px 12px 17px;
  width: 55%;
  display: block;
  letter-spacing: 0;
  color: #106a32;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag {
    width: 63%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag {
    border-radius: 12px 0 0 12px;
    margin: 0 0 0 auto;
    padding: 7px 21px 7px 15px;
    width: 97%;
    display: block;
    letter-spacing: 0;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .family-image {
  background: url(../../images/bu/term/exit-intent-term-mobile-img.svg) no-repeat center/contain;
  margin: 6px auto -5px;
  width: 181px;
  height: 173px;
}

@media screen and (min-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .family-image {
    display: none;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .viewplan-link {
  background: #266ff7 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  margin: 21px 0 0 39px;
  color: #fff;
  text-transform: capitalize;
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .viewplan-link {
    margin: 0 auto;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 0;
    max-width: 270px;
    width: 100%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 {
  background: url("../../images/bu/term/age-exitintent-bg.png") no-repeat 0 0 !important;
  background-size: cover !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 15px 10px 0 10px;
  max-width: 810px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 {
    background-position: -30px 0;
    background-size: cover;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1::after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-close {
  width: 22px !important;
  height: 22px !important;
  border: none !important;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .details-block {
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.14) 0, rgba(255, 255, 255, 0) 132.8%);
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .viewplan-link {
  margin: 20px auto 10px !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .viewplan-link {
    margin: 20px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 15px 0 10px;
  width: 94%;
  color: #062489;
  text-align: center;
  margin: 0 auto;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
  display: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
    display: block;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
  z-index: 10;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 20px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
    margin: 20px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items {
  width: 160px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items {
    width: 140px;
    text-align: center;
    position: relative;
    margin: 0 7px 16px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .age {
  color: #5e23bb;
  font-size: 15px;
  font-weight: 600;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .premium {
  background: linear-gradient(90deg, #ff6b57 0, #6c25d8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 130px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .premium {
    font-size: 13px;
    width: 110px;
    bottom: -5px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic1 {
  background: url("../../images/bu/term/young-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  background-size: contain;
}

@media (max-width: 640px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic1 {
    width: 120px;
    height: 120px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic2 {
  background: url("../../images/bu/term/middle-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  background-size: contain;
}

@media (max-width: 640px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic2 {
    width: 120px;
    height: 120px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic3 {
  background: url("../../images/bu/term/old-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  background-size: contain;
}

@media (max-width: 640px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic3 {
    width: 120px;
    height: 120px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
  font-weight: 700;
  background: #d6ffd8;
  width: 60%;
  font-size: 16px !important;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  color: #124f34;
  margin: 30px auto 0;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    margin: 0 auto 0;
    width: 96%;
    font-size: 14px !important;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper {
  position: relative;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise {
  margin: 0 auto 10px;
  width: 395px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise {
    padding: 0 auto 5px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise {
    width: 240px;
    margin-bottom: 5px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit {
  text-align: center;
  margin: 0 0 10px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit {
    margin: 0 0 5px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit .logo-max-exit {
  width: 160px;
  height: 50px;
  display: inline-block;
  font-size: 0;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit .logo-max-exit.axismax {
  background: #fff url(../../images/insurer-logo/maxlife.png) no-repeat center center;
  background-size: contain;
  padding: 0 10px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit .logo-max-exit {
    width: 130px;
    height: 30px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag {
  display: inline-block;
  font-size: 14px;
  padding: 4px 13px 4px 33px;
  width: auto;
  background: #fff;
  border: 1px dashed #0e6a32;
  border-radius: 8px;
  margin: 0;
  position: relative;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/term/fi_discount.png) no-repeat 0 0;
  background-size: contain;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag.purple-tag {
  border-color: #b31054;
  color: #b31054;
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag.purple-tag:before {
  background: url(../../images/bu/term/fi_rupee.png) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row {
    flex-direction: column;
    align-items: center;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag {
    width: 140px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag.purple-tag {
    width: 235px;
    margin-top: 5px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper .label-new {
  font-weight: 600;
  background: linear-gradient(90deg, #bfdbff 0, rgba(191, 219, 255, 0) 50.64%, #bfdbff 100%);
  font-size: 16px !important;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  color: #062489;
  margin: 10px 0 0;
  display: inline-block;
  width: auto;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper .label-new {
    padding: 5px 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper .label-new {
    padding: 11px 10px;
    font-size: 14px !important;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper {
    margin-top: 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .disclaimer {
  color: #062489;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .disclaimer {
    padding: 0 1%;
    text-align: center;
    margin: 6px auto;
    line-height: 12px !important;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection {
  margin: 25px auto 20px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper h2 br {
    display: none;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection {
    margin: 10px auto 10px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items {
    margin: 0 7px 0;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .pic1,
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .pic2,
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .pic3 {
    width: 80px;
    height: 80px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .premium {
    bottom: -15px;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items {
    margin: 0 7px 20px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .viewplan-link {
    margin: 10px auto 0 !important;
    padding: 8px 0;
    max-width: 220px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .disclaimer {
  width: 100%;
  margin: 10px auto;
  padding: 10px 1%;
  font-size: 9px;
  background: 0 0;
  line-height: 12px !important;
  letter-spacing: 0;
  text-align: left;
  display: block;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .disclaimer {
  text-align: center;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h2 {
  color: #062489;
  font-size: 24px;
  font-weight: 500;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h2 img {
  max-width: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 {
  color: #062489;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 img {
  width: 27px;
  margin-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .disclaimer {
  font-size: 8px;
  letter-spacing: -0.016em;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection {
  margin: 14px auto 20px;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .label-new {
  margin: 24px auto 0;
  width: 90%;
  max-width: 380px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection {
    margin: 6px auto 0;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items {
    margin: 0 7px 6px;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items {
    margin: 0 7px 20px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .label-new {
    font-size: 13px !important;
    letter-spacing: -0.016em;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .pic1,
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .pic2,
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .pic3 {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .premium {
    font-size: 12px;
    width: 100px;
    bottom: -15px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .label-new {
    margin: 0 auto 7px;
    padding: 8px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .viewplan-link {
    margin: 0 auto 0 !important;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .disclaimer {
    padding: 0;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h2 {
    font-size: 16px;
    line-height: 22px;
    width: 83%;
    font-weight: 500;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 {
    font-size: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 img {
    width: 27px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1.nri {
    width: 100% !important;
    background-size: cover;
    padding: 20px 8px 0 8px !important;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.women {
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.women:after {
    display: none;
  }
  .exit-intent-popup-container .exit-intent-popup.women .floatingpopup {
    margin: 30px 0;
  }
}
.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul li {
  width: 100%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul li:before {
    bottom: initial;
    top: 6px;
  }
}
.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul::after {
  content: "";
  background: url(../../images/bu/women-exitintent.svg) no-repeat right bottom;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: 100%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul::after {
    width: 154px;
    height: 145px;
  }
}
.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul .exit-intent-popup-content > div {
  width: 60%;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  min-height: 418px;
  padding: 54px 0 30px 45px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover {
    height: 96%;
    min-height: 96%;
  }
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover {
    text-align: center;
    padding: 24px 0 30px 0 !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content h2 {
    font-size: 28px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 5px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  width: 280px;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 10px auto;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 250px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .viewplan-link {
  max-width: 246px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover::after {
  content: "";
  background: url(../../images/bu/death-not-cover.svg) no-repeat right bottom;
  width: 424px;
  height: 417px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife {
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 40px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content {
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 50%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: none;
  text-transform: initial;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife::after {
  content: "";
  background: url(../../images/bu/sbi-life-insurance.svg) no-repeat right bottom;
  width: 354px;
  height: 257px;
  position: absolute;
  top: 90px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife::after {
    width: 260px;
    height: 200px;
    position: absolute;
    bottom: initial;
    right: 30px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 80px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife::after {
    width: 134px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section {
    margin: 10px 0 20px 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #f90 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #077710;
  border-radius: 12px;
  margin: 0;
  padding: 6px 6px 6px 35px;
  width: auto;
  display: inline-block !important;
  letter-spacing: 0;
  color: #077710;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .tag:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../../images/bu/discount-icon-new.svg") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  top: 12px;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .tag:before {
    top: 6px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .tag span {
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .tag {
    width: auto !important;
    font-size: 14px;
    text-align: left;
    padding: 5px 7px 5px 34px;
    line-height: 20px;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .tag {
    border-radius: 14px;
    margin: 0;
    text-align: left;
    padding: 7px 21px 7px 35px;
    letter-spacing: 0;
    color: #106a32;
    font-size: 12px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .viewplan-link {
  border-radius: 4px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 50%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan::after {
  content: "";
  background: url(../../images/bu/one-cr-termplan-exit-intent.svg) no-repeat right bottom;
  width: 354px;
  height: 347px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan::after {
    width: 250px;
    height: 247px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 70px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #24a851 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  s .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 16px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan {
    height: auto;
    min-height: auto;
    padding: 10px 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p {
    margin: 5px 0 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 50%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .viewplan-link {
  max-width: 246px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .viewplan-link {
    margin: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan::after {
  content: "";
  background: url(../../images/bu/best-termplan-exit-intent.svg) no-repeat right bottom;
  width: 354px;
  height: 300px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan::after {
    width: 250px;
    height: 247px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 70px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #528dff 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  width: 52% !important;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight span {
  color: #253858;
  font-weight: 500;
  display: block;
  font-size: 22px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink {
  background: 0 0;
  border: none;
  color: #266ff7;
  text-align: left;
  font-size: 18px;
  margin: 0 0 16px 0;
  text-transform: none;
  width: 100%;
  display: block;
  font-weight: 600;
  max-width: 100%;
  text-align: left;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink span {
  color: #253858;
  font-weight: 400;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink {
    text-align: center;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new {
  background: url(../../images/bu/term/best-term-life.jpg) no-repeat 0 -8px;
  background-size: 117%;
  border-radius: 18px;
  max-width: 860px;
  width: 100%;
  padding: 40px 20px 20px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new {
    width: 100%;
    max-width: 100%;
    background-size: 200%;
    padding: 16px 20px 6px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new {
    width: 100%;
    max-width: 100%;
    background-size: 300%;
    padding: 26px 20px 16px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new:after {
  display: none !important;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .exit-intent-popup-close {
  position: absolute;
  right: 32px;
  top: 22px;
  width: 22px;
  height: 22px;
  opacity: 0.3;
  transition: all 0.3s ease;
  background: 0 0;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .exit-intent-popup-close:hover {
  opacity: 1;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .exit-intent-popup-close:after,
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .exit-intent-popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #fff;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .exit-intent-popup-close:before {
  transform: rotate(45deg);
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .exit-intent-popup-close:after {
  transform: rotate(-45deg);
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new h2 {
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  color: #00ff93;
  text-align: center;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new h2 {
    font-size: 24px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .brandlogo {
  background: #fff url(../../images/new-home/logopb.svg?v=6) no-repeat 17px 5px;
  width: 150px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 40px;
  border-radius: 8px;
  background-size: 78%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .brandlogo {
    position: relative;
    top: initial;
    left: initial;
    margin: 3px auto 14px;
    display: block;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .description {
  margin: 30px 0 0 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .description {
    margin: 12px 0 0 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .tag-highlight {
  z-index: 10;
  position: relative;
  width: 460px;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-size: 57px;
  font-weight: 900;
  margin: 0 auto;
  font-style: italic;
  color: #fff;
  text-shadow: 0 1px #000;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .tag-highlight {
    width: 450px;
    font-size: 36px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .tag-highlight {
    width: 100%;
    max-width: 320px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .description_highlight {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .description_highlight span {
  color: #f6ff00;
  font-size: 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0, rgba(204, 204, 204, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
  font-style: italic;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo {
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo span {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}

.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo span i {
  font-size: 40px;
  color: #00ff93;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo {
    margin: 12px 0 0 0;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo span {
    font-size: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo span i {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo {
    margin: 12px 0 0 0;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo span {
    font-size: 24px;
    display: block;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .premiumInfo span i {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .disclaimer {
  position: relative;
  width: 100%;
  font-size: 10px;
  margin: 0;
  line-height: 14px !important;
  padding: 0;
  color: rgba(255, 255, 255, 0.5019607843);
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .disclaimer {
    font-size: 8px;
    line-height: 10px !important;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .viewplan-link {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  color: #0065ff;
  text-transform: capitalize;
  padding: 13px 0;
  border-radius: 4px;
  max-width: 200px;
  margin: 20px auto;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best_term_plan_new .viewplan-link {
    margin: 12px auto;
  }
}
.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container .exit-intent-popup.women::after {
  content: "";
  background: url(../../images/bu/women-exitintent.svg) no-repeat right bottom;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: 100%;
}

.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content > div {
  width: 60%;
}

.rhs-sticky-banner-box {
  border: 1px solid #d0d4db;
  border-radius: 8px;
  padding: 8px;
  max-width: 342px;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .rhs-sticky-banner-box {
    display: none;
  }
}
.rhs-sticky-banner-box.fixed {
  position: fixed;
  background: #fff;
  top: 105px;
  right: auto;
}

.rhs-sticky-banner-box .rhs-sticky-banner {
  background: #253858 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 11px 21px 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.54px;
  position: relative;
  font-weight: 700;
  padding: 0 0 7px;
  margin-bottom: 10px;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #54bffe;
  width: 40%;
  height: 1px;
  bottom: 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul {
  list-style-type: none;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.42px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li::before {
  content: "";
  background: #54bffe;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 32%;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner.gif) no-repeat center/contain;
  width: 275px;
  height: 190px;
}

.rhs-sticky-banner-box .rhs-sticky-banner button {
  background-color: #0052cc;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
}

.rhs-sticky-banner-box .rhs-sticky-banner p.disclaimer {
  color: #fff;
  text-align: right;
  margin: 10px auto 0;
  padding: 10px 1%;
}

.rhs-sticky-banner-box.investment.fixed {
  top: 100px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner {
  padding: 11px 21px 20px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-investment.gif) no-repeat center/contain;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner ul li::before {
  top: 17%;
}

.rhs-sticky-banner-box.provider,
.rhs-sticky-banner-box.term {
  border: 0;
  padding: 0;
}

.rhs-sticky-banner-box.provider img,
.rhs-sticky-banner-box.term img {
  max-width: 342px;
  cursor: pointer;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner {
  background: #f2f7ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #253858;
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  background-color: #36b37e;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-ghi.gif) no-repeat center/contain;
  width: 265px;
  margin: 0 auto 10px;
  text-align: CENTER;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul {
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li {
  color: #253858;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li::before {
  background-color: transparent;
  border: 2px solid #253858;
  top: 7px;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  border-radius: 8px;
  background-color: #0065ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .disclaimer {
  color: #253858;
  margin: -7px auto 0;
  font-size: 12px;
  padding: 10px 1% 15px;
}

.pb-advantage-widget {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.pb-advantage-widget-section {
  background: transparent radial-gradient(closest-side at 50% 50%, #f4eed8 0, #fff1d3 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 25px 9px 10px;
  margin: 20px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pb-advantage-widget-section {
    margin: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .pb-advantage-widget-section {
    padding: 14px 9px 10px;
  }
}
.pb-advantage-widget-section::after {
  position: absolute;
  background: url(../../images/bu/pb-advantage-widget-graphics.svg) no-repeat center/contain;
  content: "";
  width: 200px;
  height: 166px;
  right: 9px;
  top: 10px;
}

@media screen and (max-width: 375px) {
  .pb-advantage-widget-section::after {
    width: 160px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-title {
  color: #033d80;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 3px;
  width: 200px;
  padding: 0 0 0 20px;
}

.pb-advantage-widget-section .pb-advantage-widget-title span {
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-title {
    width: 126px;
    padding: 0;
    margin-bottom: 18px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span {
    font-weight: 700;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span:last-child {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 320px) {
  .pb-advantage-widget-section .pb-advantage-widget-title {
    font-size: 18px;
    width: 115px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section {
    flex-direction: column;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section:after,
  .pb-advantage-widget-section .pb-advantage-widget-content-section:before {
    display: none;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  background: #707070;
  opacity: 0.2;
  height: 91%;
  width: 1px;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 47%;
  background: #707070;
  opacity: 0.2;
  height: 1px;
  width: 96%;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 45%;
  display: flex;
  align-items: flex-start;
  padding: 15px 0 11px;
}

@media screen and (min-width: 601px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:first-child {
    margin-right: auto;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    justify-content: space-between;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    border-bottom: none;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  margin-left: 10px;
  width: 80%;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  position: relative;
  background-image: url("../../images/bu/investment/pb_advantage_widget_icons.png");
  display: block;
  background-repeat: no-repeat;
  width: 15% !important;
}

@media screen and (max-width: 360px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    width: 18% !important;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  width: 110px;
  height: 38px;
  background-position: -8px -137px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
    background-position: -4px -137px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  width: 83px;
  height: 29px;
  background-position: -8px -4px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
    background-position: 3px -3px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  width: 120px;
  height: 38px;
  background-position: -8px -43px;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 120px;
  height: 38px;
  background-position: -8px -83px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    background-position: -2px -83px;
  }
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-title {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-description {
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}

.pb-advantage-widget-section .proceed {
  cursor: pointer;
  background: #fd4705;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2784313725);
  display: block;
  padding: 7px 15px;
  width: 100%;
  margin: 16px auto 6px;
  max-width: 170px;
}

.pb-advantage-widget-section.term {
  padding: 12px 9px 11px;
  margin: 45px 0 20px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-title {
  margin-bottom: 15px;
  width: 215px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-title span {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-title {
    width: 150px;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section {
  padding: 0 15px 14px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
  top: 48%;
}

@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
    top: 44%;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  background-image: url("../../images/bu/pb_advantage_widget_icons_term.png");
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  background-position: -4px -5px;
  width: 44px;
  height: 41px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  background-position: 0 -51px;
  width: 48px;
  height: 43px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  background-position: -13px -99px;
  width: 35px;
  height: 31px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  background-position: -4px -135px;
  width: 44px;
  height: 41px;
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.pb-advantage-widget-section.term:after {
  top: -50px;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.term:after {
    top: -35px;
  }
}
@media screen and (max-width: 320px) {
  .pb-advantage-widget-section.term:after {
    width: 145px;
    right: 0;
  }
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section::after {
  top: 52%;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
  padding: 15px 0;
}

@media screen and (max-width: 600px) {
  .pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 50px;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2,
.investment-option-slider h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong,
.investment-option-slider h3 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .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 .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0;
  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: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
  height: auto;
}

.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.blue::before {
  background: #4680f0;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.term {
  overflow: visible;
}

.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;
  cursor: pointer;
}

.investment-option-slider.term .option-slider .product-list-box .banner img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
  display: block;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .text {
    font-size: 14px;
    min-height: 50px;
    width: 70%;
  }
}
.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    margin-top: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.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 img {
  width: 100%;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box,
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .title {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 0 3px 0 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .title h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
  background: #9fffce;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

@media (max-width: 360px) {
  .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    font-size: 12px;
  }
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  cursor: pointer;
  color: #fff;
  background: #0065ff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.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: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .insurer-by-company,
  .list-calculator {
    padding: 15px 5px 5px;
  }
}
.insurer-by-company .insurer-by-company-title {
  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: 0;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: left;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.insurer-by-company .insurer-by-company-content:after {
  content: "";
  flex-basis: 50%;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 740px) {
  .insurer-by-company .insurer-by-company-content:after {
    flex-basis: 31%;
  }
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  margin: 0 0 10px 0;
  padding: 15px 6px 0;
  border-radius: 8px;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  max-width: 250px;
  width: 24%;
  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: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  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-next.slick-arrow,
.insurer-by-company .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.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;
  transform: translate(0, -50%);
  top: 50%;
  left: -20px;
}

.lessInsurer::before {
  content: "-";
}

.viewallLinkInsurer {
  margin: 30px;
  display: flex;
  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;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 7px;
}

.viewallLinkInsurer .viewAll .witharrow.less:after {
  transform: rotate(-135deg);
  top: 10px;
}

.offerContainer_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
}

.offerContainer_overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}

@media only screen and (max-width: 1024px) {
  .offerContainer_overlay.open {
    z-index: 1000000;
  }
}
.offerContainer_popup {
  margin: 70px auto;
  padding: 0 20px 20px;
  background: #fff;
  border-radius: 3px;
  width: 70%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .offerContainer_popup {
    width: 100%;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    position: absolute;
    margin: 0;
    bottom: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 440px) {
  .offerContainer_popup {
    padding: 0 10px;
  }
}
.offerContainer_popup h2 {
  color: #333;
  text-align: center;
  font-size: 16px;
  padding: 0;
  position: relative;
  top: 16px;
}

@media only screen and (max-width: 1024px) {
  .offerContainer_popup h2 {
    top: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .offerContainer_popup h2 {
    font-size: 14px;
  }
}
.offerContainer_popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.offerContainer_popup .offerContainer_content {
  max-height: 30%;
  overflow: auto;
}

@media only screen and (max-width: 1024px) {
  .offerContainer_popup .offerContainer_content {
    overflow: auto;
    height: calc(84vh - 60px);
    margin-top: 30px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .offerContainer_popup .offerContainer_content {
    overflow: auto;
    height: calc(60vh - 60px);
  }
}
@media only screen and (max-width: 440px) {
  .offerContainer_popup .offerContainer_content {
    height: calc(90vh - 60px);
  }
}
.offerContainer_popup .offerContainer_content .offerContainer_pointerlist {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist {
    padding: 0 0;
  }
}
.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li {
  padding: 40px 20px 10px 20px;
  margin: 30px 30px 0 0;
  position: relative;
  list-style: none;
  border-radius: 0;
  width: 31%;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 1px 24px #ccc;
  height: 215px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background-image: url(../../images/bu/max_newoffer_pointer.png);
  background-size: 170%;
  top: 0;
  left: 10px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype1:before {
  background-position: -15px -10px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype2:before {
  background-position: -15px -67px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype3:before {
  background-position: -15px -125px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype4:before {
  background-position: -15px -180px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype5:before {
  background-position: -15px -238px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype6:before {
  background-position: -15px -298px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype7:before {
  background-position: -15px -354px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype8:before {
  background-position: -18px -408px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype9:before {
  background-position: -20px -464px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype10:before {
  background-position: -23px -526px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype11:before {
  background-position: -18px -700px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype12:before {
  background-position: -18px -582px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg.imgtype13:before {
  background-position: -18px -640px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li:nth-child(3),
.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li:nth-child(6) {
  margin: 30px 0 0 0;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background-image: url("../../images/bu/pbt.png");
  background-size: 170%;
  top: 0;
  background-repeat: no-repeat;
  left: 10px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype01:before {
  background-position: -17px 5px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype02:before {
  background-position: -15px -61px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype03:before {
  background-position: -16px -121px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype04:before {
  background-position: -17px -187px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype05:before {
  background-position: -17px -245px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype06:before {
  background-position: -16px -304px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype07:before {
  background-position: -20px -370px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype08:before {
  background-position: -99px -1223px;
  background-size: 200%;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype09:before {
  background-position: -89px -1147px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype10:before {
  background-position: -26px -552px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype11:before {
  background-position: -16px -609px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype12:before {
  background-position: -15px -433px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype13:before {
  background-position: -15px -725px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype14:before {
  background-position: -20px -785px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt.bgtype15:before {
  background-position: -15px -489px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li .offerContainer_title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 22px;
}

.offerContainer_popup .offerContainer_content .offerContainer_pointerlist li p {
  font-size: 13px;
  line-height: 16px;
}

@media only screen and (max-width: 1024px) {
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist li {
    width: 100%;
    margin: 20px;
    height: auto;
    display: block;
    padding: 10px 20px 10px 60px;
  }
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.offerbg:before,
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist li.pbt:before {
    top: 10px;
    left: 6px;
  }
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist li:nth-child(3),
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist li:nth-child(6) {
    margin: 20px;
  }
  .offerContainer_popup .offerContainer_content .offerContainer_pointerlist li p {
    font-size: 13px;
  }
}
.plan_comparison {
  position: relative;
}

@media only screen and (max-width: 740px) {
  .plan_comparison {
    border-top: solid 0.8px rgba(23, 43, 77, 0.2);
  }
}
.plan_comparison_container {
  height: auto;
  overflow: hidden;
  padding: 5px 20px 20px;
  margin-bottom: 40px;
  background: #f1f3f5;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}

.plan_comparison_container .titleFormat_text {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
}

@media only screen and (max-width: 740px) {
  .plan_comparison_container .titleFormat_text {
    padding: 0 15px;
  }
}
.plan_comparison_container.fullheight {
  height: 100%;
}

.plan_comparison_container::-webkit-scrollbar {
  width: 12px;
  display: none;
}

.plan_comparison_container::-webkit-scrollbar-track {
  background: orange;
}

.plan_comparison_container::-webkit-scrollbar-thumb {
  background-color: #00f;
  border-radius: 20px;
  border: 3px solid orange;
}

.plan_comparison_container .rest_plan {
  margin-top: 20px;
  display: none;
}

.plan_comparison_container .widget-insurer-logo {
  margin: 0;
  text-align: center;
  float: inherit;
  display: block;
}

@media only screen and (max-width: 740px) {
  .plan_comparison_container {
    padding: 5px 0 20px;
    border-radius: 5px;
  }
}
.comparison_planbox {
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #fff;
}

@media only screen and (max-width: 320px) {
  .comparison_planbox {
    padding: 20px 0;
  }
}
.comparison_planbox:last-child {
  margin-bottom: 0;
}

.comparison_planbox .data_ul_plan {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.comparison_planbox .data_ul_plan li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  align-items: top;
  list-style: none;
  width: 33.33%;
  padding: 15px;
}

.comparison_planbox .data_ul_plan li:nth-child(2) {
  border: 1px solid #b3bac5;
  border-top: none;
  border-bottom: none;
}

.comparison_planbox .data_ul_plan li .lighttext {
  color: #505f79;
}

.comparison_planbox .data_ul_plan li .darktext {
  color: #172b4d;
}

.comparison_planbox .data_ul_plan li .extralighttext {
  color: #7a869a;
}

.comparison_planbox .data_ul_plan li .boldtext {
  font-weight: 600;
}

.comparison_planbox .data_ul_plan li .text,
.comparison_planbox .data_ul_plan li h2 {
  font-size: 16px;
  display: block;
  line-height: 26px;
  padding-left: 0;
}

.comparison_planbox .data_ul_plan li h2 {
  margin: 0;
}

.comparison_planbox .data_ul_plan li .smalltext {
  font-size: 12px;
  display: block;
  line-height: 16px;
}

.comparison_planbox .data_ul_plan li .knowmorebutton {
  margin: 8px 0;
}

@media only screen and (max-width: 740px) {
  .comparison_planbox .data_ul_plan li .text {
    font-size: 15px;
    display: table;
    line-height: 22px;
    width: 100%;
  }
  .comparison_planbox .data_ul_plan li .smalltext {
    font-size: 11px;
    display: table;
    line-height: 16px;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .comparison_planbox .data_ul_plan li .text {
    font-size: 14px;
    display: table;
    line-height: 22px;
    width: 100%;
  }
  .comparison_planbox .data_ul_plan li .smalltext {
    font-size: 10px;
    display: table;
    line-height: 16px;
    width: 100%;
  }
}
.comparison_planbox .data_ul_plan li .right_tick {
  position: relative;
  padding-left: 24px;
}

.comparison_planbox .data_ul_plan li .right_tick:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #52b34f;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50px;
  top: 3px;
}

.comparison_planbox .data_ul_plan li .right_tick:after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  z-index: 1;
  top: 6px;
}

.comparison_planbox .data_ul_plan li .knowmorebutton {
  background: #0065ff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px;
}

.comparison_planbox .data_ul_plan li .knowmorebutton span {
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.comparison_planbox .data_ul_plan li .knowmorebutton span::after {
  display: none;
}

@media only screen and (max-width: 740px) {
  .comparison_planbox .data_ul_plan {
    display: table;
    width: 100%;
  }
  .comparison_planbox .data_ul_plan li {
    width: 100%;
  }
  .comparison_planbox .data_ul_plan li:first-child h3 {
    display: inline-block !important;
    width: auto;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .comparison_planbox .data_ul_plan li:first-child h3:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #68768c;
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 12px;
  }
  .comparison_planbox .data_ul_plan li:nth-child(2) {
    border-left: none;
  }
  .comparison_planbox .data_ul_plan li:nth-child(2),
  .comparison_planbox .data_ul_plan li:nth-child(3) {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 15px;
    min-height: 65px;
  }
}
.comparison_planbox .knowmore {
  color: #f35024;
  display: block;
  padding: 5px 0;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.comparison_planbox .knowmore:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #f35024;
  border-width: 0 2px 2px 0;
  transform: rotate(315deg);
  position: absolute;
  left: 125px;
  z-index: 1;
  top: 12px;
}

@media only screen and (max-width: 740px) {
  .comparison_planbox .knowmore {
    font-size: 15px;
  }
  .comparison_planbox .knowmore:after {
    left: 120px;
  }
}
@media only screen and (max-width: 320px) {
  .comparison_planbox .knowmore {
    font-size: 14px;
  }
}
.comparison_planbox h3 {
  display: block;
  padding-left: 170px;
  margin: 0;
  vertical-align: top;
  font-size: 20px;
  color: #000;
  line-height: 22px;
}

@media only screen and (max-width: 640px) {
  .comparison_planbox h3 {
    display: table !important;
    float: initial;
  }
}
.tabName {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.tabName ul {
  display: block;
  list-style: none;
  margin-bottom: 0;
}

.tabName ul li {
  display: inline-block;
}

.tabName ul li .planbox {
  display: block;
  color: #172b4d;
  padding: 10px 0;
  margin-right: 50px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .tabName ul li .planbox {
    font-size: 14px;
  }
}
.tabName ul li .planbox.active {
  color: #0065ff;
  position: relative;
}

.tabName ul li .planbox.active:after {
  content: "";
  display: block;
  width: 100%;
  background: #286ef5;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -1px;
  height: 4px;
}

@media only screen and (max-width: 740px) {
  .tabName {
    margin-bottom: 0;
    padding: 0 15px;
    overflow-x: auto;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabName::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .tabName ul {
    width: 390px;
  }
  .tabName ul li .planbox {
    margin-right: 30px;
  }
  .tabName:-webkit-scrollbar {
    display: none;
  }
}
.whyterm_insurance_wrapper {
  display: block;
}

.whyterm_insurance_wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper {
    overflow-x: auto;
  }
  .whyterm_insurance_wrapper h3 {
    padding: 0 15px 0;
    margin-top: 0 !important;
  }
}
.whyterm_insurance_wrapper .whyterm_insurance_container {
  display: flex;
  flex-wrap: wrap;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  align-items: top;
  list-style: none;
  width: 30%;
  box-shadow: 0 2px 8px #ccc;
  height: 170px;
  margin: 2% 0;
  border-radius: 5px;
  color: #fff;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance:nth-child(2),
.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance:nth-child(5) {
  margin: 2% 5%;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .highlight_text {
  padding: 3px 10px;
  line-height: 16px;
  font-weight: 600;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.lightgreen {
  background: #86c9b7;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.lightgreen .highlight_text {
  background: #63b9a2;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.darkgreen {
  background: #95c986;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.darkgreen .highlight_text {
  background: #76b963;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.lightblue {
  background: #86bcc9;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.lightblue .highlight_text {
  background: #63a8b9;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.darkblue {
  background: #8693c9;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.darkblue .highlight_text {
  background: #6374b9;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.lightpurple {
  background: #c986c6;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.lightpurple .highlight_text {
  background: #b963b5;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.darkpurple {
  background: #a086c9;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance.darkpurple .highlight_text {
  background: #8463b9;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon {
  width: 100%;
  padding: 0 10px;
  height: 75px;
  box-sizing: border-box;
  position: relative;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon::before {
  content: "";
  background: url("../../images/bu/whyterm_insurance.png") no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: 100%;
  left: 0;
  top: 5px;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon.bg1:before {
  background-position: 0 0;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon.bg2:before {
  background-position: 0 -67px;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon.bg3:before {
  background-position: 0 -132px;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon.bg4:before {
  background-position: 0 -193px;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon.bg5:before {
  background-position: 0 -261px;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .whyterm_icon.bg6:before {
  background-position: 0 -326px;
}

.whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance .normal_text {
  font-size: 12px;
  padding: 0 10px;
  margin-top: 5px;
  line-height: 14px;
}

@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper .whyterm_insurance_container {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .whyterm_insurance_wrapper .whyterm_insurance_container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance {
    margin: 10px;
    height: 200px;
    width: 24%;
    min-width: 165px;
  }
  .whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance:nth-child(2),
  .whyterm_insurance_wrapper .whyterm_insurance_container .whyterm_insurance:nth-child(5) {
    margin: 10px;
  }
}
.whyterm_insurance_wrapper .limitedpay_Option {
  background: #fff4ef;
  padding: 10px 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 320px) {
  .whyterm_insurance_wrapper .limitedpay_Option {
    padding: 10px 0;
  }
}
.whyterm_insurance_wrapper .limitedpay_Option .heading {
  color: #40addd;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 10px 0;
  padding-right: 20px;
}

.whyterm_insurance_wrapper .limitedpay_Option .subheading {
  font-size: 14px;
  color: #ff8922;
  font-weight: 600;
  line-height: 18px;
  width: 50%;
}

@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper .limitedpay_Option .subheading {
    width: 80%;
  }
}
@media only screen and (max-width: 320px) {
  .whyterm_insurance_wrapper .limitedpay_Option .heading,
  .whyterm_insurance_wrapper .limitedpay_Option .subheading {
    padding: 0 15px;
  }
}
.whyterm_insurance_wrapper .limitedpay_Option .showAll {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  z-index: 10;
}

.whyterm_insurance_wrapper .limitedpay_Option .showAll:before {
  width: 10px;
  height: 10px;
  content: "";
  border: solid #969696;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(226deg);
  margin-left: 8px;
  position: absolute;
  right: 14px;
  top: 18px;
}

.whyterm_insurance_wrapper .limitedpay_Option .knowmore_button {
  color: #fff;
  padding: 5px 18px;
  background: #f45023;
  display: block;
  text-align: left;
  margin: 20px 5px 10px auto;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  width: 130px;
  position: relative;
  display: none;
}

.whyterm_insurance_wrapper .limitedpay_Option .knowmore_button:before {
  width: 10px;
  height: 10px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 14px;
  top: 12px;
}

@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper .limitedpay_Option .knowmore_button {
    display: block;
  }
}
.whyterm_insurance_wrapper .comparison_wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 320px) {
  .whyterm_insurance_wrapper .comparison_wrapper {
    padding: 0 5px;
  }
}
.whyterm_insurance_wrapper .comparison_wrapper .limitedpay_button {
  color: #fff;
  padding: 5px 18px;
  background: #f45023;
  display: block;
  text-align: center;
  margin: 10px auto 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper .comparison_wrapper .limitedpay_button {
    margin: 40px auto 10px;
  }
}
.whyterm_insurance_wrapper .comparison_wrapper .info {
  width: 50%;
}

@media only screen and (max-width: 320px) {
  .whyterm_insurance_wrapper .comparison_wrapper .info {
    width: 10px 15px;
  }
}
.whyterm_insurance_wrapper .comparison_wrapper .info .heading_info {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.whyterm_insurance_wrapper .comparison_wrapper .info ul {
  display: block;
  list-style: none;
}

.whyterm_insurance_wrapper .comparison_wrapper .info ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.whyterm_insurance_wrapper .comparison_wrapper .info ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #ff8922;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  top: 5px;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list {
  width: 50%;
  position: relative;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .compare_heading {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  position: absolute;
  top: -35px;
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper .comparison_wrapper .compare_list .compare_heading {
    position: initial;
    top: 0;
    text-align: left;
    color: #ff8922;
    font-size: 20px;
    margin-top: 10px;
  }
}
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular {
  width: 44%;
  max-width: 130px;
  margin: 30px 5% 0;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 20px 0 30px;
  box-shadow: 0 2px 8px #e6e5e5;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .lmpay,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .lmpay {
  background: #ccc;
  margin: -28px 10px 0;
  border-radius: 3px;
  font-size: 10px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px;
  position: relative;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .lmpay:before,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .lmpay:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0 solid transparent;
  top: 3px;
  left: -5px;
  border-right: 5px solid #b1afaf;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .lmpay:after,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .lmpay:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0 solid transparent;
  top: 3px;
  right: -5px;
  border-left: 5px solid #b1afaf;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .lmpay.org,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .lmpay.org {
  background: #ff8922;
  color: #fff;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .lmpay.org:before,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .lmpay.org:before {
  border-right: 5px solid #e07c33;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .lmpay.org:after,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .lmpay.org:after {
  border-left: 5px solid #e07c33;
}

@media only screen and (max-width: 360px) {
  .whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay,
  .whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular {
    margin: 30px 2% 0;
    width: 125px;
  }
}
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .listitme,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .listitme {
  border-bottom: 1px dashed #eae8e8;
  padding: 13px 0;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .listitme span,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .listitme span {
  font-size: 11px;
  display: block;
  color: grey;
  line-height: 12px;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .listitme div,
.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .regular .listitme div {
  font-size: 14px;
  display: block;
  font-weight: 600;
}

.whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .savingtext {
  background: #47dd80;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  padding: 5px 5px;
  border-radius: 5px;
  left: -6px;
  width: 145px;
  bottom: 0;
}

@media only screen and (max-width: 360px) {
  .whyterm_insurance_wrapper .comparison_wrapper .compare_list .cmlist .limitedpay .savingtext {
    left: 0;
    width: 125px;
    bottom: -16px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 740px) {
  .whyterm_insurance_wrapper .comparison_wrapper {
    display: none;
  }
  .whyterm_insurance_wrapper .comparison_wrapper .compare_list,
  .whyterm_insurance_wrapper .comparison_wrapper .info {
    width: 100%;
  }
}
.limitedpay_nomargin {
  padding: 16px 0 0 0 !important;
}

.term-check-premium-widget {
  background: #730071 0 0 no-repeat padding-box;
  border-radius: 10px;
  padding: 14px 14px 0 10px;
  position: relative;
}

.term-check-premium-widget::before {
  content: "";
  background: url(../../images/bu/term-check-premium-dropshadow-desktop.svg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 145px;
  width: 382px;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget {
    max-width: 332px;
    width: 100%;
    margin: 20px auto;
    padding: 14px 0 5px;
  }
  .term-check-premium-widget::before {
    background: url(../../images/bu/term-check-premium-dropshadow-mobile.svg) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 248px;
    width: 182px;
    left: auto;
  }
}
@media screen and (max-width: 320px) {
  .term-check-premium-widget {
    max-width: 305px;
    width: 100%;
  }
}
.term-check-premium-widget .term-check-premium-widget-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.term-check-premium-widget .term-check-premium-widget-content img {
  z-index: 10;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget .term-check-premium-widget-content img {
    display: none;
  }
}
.term-check-premium-widget .term-check-premium-widget-content .content {
  width: 43%;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget .term-check-premium-widget-content .content {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.term-check-premium-widget .term-check-premium-widget-content .content > h2 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.term-check-premium-widget .term-check-premium-widget-content .content > h2 p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.term-check-premium-widget .term-check-premium-widget-content .content > h2 span {
  color: #ffdaa7;
}

.term-check-premium-widget .term-check-premium-widget-content .content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0 36px;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget .term-check-premium-widget-content .content > div {
    margin-bottom: 20px;
  }
}
.term-check-premium-widget .term-check-premium-widget-content .content > div div {
  background: #8f338d;
  border-radius: 34px;
  padding: 2px 14px;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget .term-check-premium-widget-content .content > div div:first-child {
    border-radius: 0 34px 34px 0;
  }
  .term-check-premium-widget .term-check-premium-widget-content .content > div div:last-child {
    border-radius: 34px 0 0 34px;
  }
}
.term-check-premium-widget .term-check-premium-widget-content .content > div div p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}

.term-check-premium-widget .term-check-premium-widget-content .content > div div p span {
  font-weight: 700;
}

.term-check-premium-widget .term-check-premium-widget-content .content img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget .term-check-premium-widget-content .content img {
    display: block;
    margin: 0 auto 8px;
    z-index: 10;
    position: relative;
  }
}
.term-check-premium-widget .term-check-premium-widget-content .content a {
  color: #390040;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  background: #fdfdfe 0 0 no-repeat padding-box;
  border-radius: 34px;
  padding: 11px 30px;
  float: right;
}

@media screen and (max-width: 1024px) {
  .term-check-premium-widget .term-check-premium-widget-content .content a {
    float: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
}
.term-check-premium-widget .term-check-premium-widget-disclaimer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.term-check-premium-widget .term-check-premium-widget-disclaimer p {
  font-size: 8px;
  line-height: 10px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .term-check-premium-widget .term-check-premium-widget-disclaimer p {
    font-size: 10px;
    line-height: 12px;
  }
}
.term-check-premium-widget .term-check-premium-widget-disclaimer p:first-child {
  position: absolute;
  left: 10px;
  bottom: 4px;
}

.term-check-premium-widget .term-check-premium-widget-disclaimer p:last-child {
  position: absolute;
  right: 12px;
  bottom: 4px;
}

.types-of-plan-slider {
  display: block;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider {
    background: #fff;
    margin-bottom: 20px;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
  }
}
.types-of-plan-slider h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 30px 0 10px;
  color: #1a1a1a;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .types-of-plan-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.types-of-plan-slider .plan-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider .plan-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .types-of-plan-slider .plan-slider {
    padding: 0 0 0 10px;
  }
}
.types-of-plan-slider .plan-slider .slick-next,
.types-of-plan-slider .plan-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider .plan-slider .slick-next,
  .types-of-plan-slider .plan-slider .slick-prev {
    display: none !important;
  }
}
.types-of-plan-slider .plan-slider .slick-prev {
  left: -20px;
  z-index: 10;
}

.types-of-plan-slider .plan-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.types-of-plan-slider .plan-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.types-of-plan-slider .plan-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.types-of-plan-slider .plan-slider .product-list-box {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  width: 265px;
  border-radius: 8px;
  margin: 15px 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .types-of-plan-slider .plan-slider .product-list-box {
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 440px) {
  .types-of-plan-slider .plan-slider .product-list-box {
    width: 240px;
  }
}
.types-of-plan-slider .plan-slider .product-list-box .banner {
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  background: transparent linear-gradient(114deg, #a0e5ff 0, #c3fdff 100%) 0 0 no-repeat padding-box;
  padding: 0 20px;
}

.types-of-plan-slider .plan-slider .product-list-box .banner p {
  color: #253858;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  width: 169px;
  width: 155px;
  margin-right: 11px;
  margin-bottom: 0;
}

.types-of-plan-slider .plan-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px 19px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .types-of-plan-slider .plan-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.types-of-plan-slider .plan-slider .product-list-box .product-info .text {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #253858;
}

.types-of-plan-slider .plan-slider .product-list-box .product-info .viewmore {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.types-of-plan-slider .plan-slider .product-list-box .product-info .viewmore a {
  font-size: 14px;
  border: 1px solid #707070;
  border-radius: 10px;
  line-height: 22px;
  padding: 9px 19px;
  color: #253858;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
}

.types-of-plan-slider_option_one {
  display: block;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one {
    background: #fff;
    margin-bottom: 20px;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
  }
}
.types-of-plan-slider_option_one h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 30px 0 10px;
  color: #1a1a1a;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one h2 {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .types-of-plan-slider_option_one h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.types-of-plan-slider_option_one .plan-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one .plan-slider {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .types-of-plan-slider_option_one .plan-slider {
    padding: 0 0 0 10px;
  }
}
.types-of-plan-slider_option_one .plan-slider .slick-next,
.types-of-plan-slider_option_one .plan-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one .plan-slider .slick-next,
  .types-of-plan-slider_option_one .plan-slider .slick-prev {
    display: none !important;
  }
}
.types-of-plan-slider_option_one .plan-slider .slick-prev {
  left: -20px;
  z-index: 10;
}

.types-of-plan-slider_option_one .plan-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.types-of-plan-slider_option_one .plan-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.types-of-plan-slider_option_one .plan-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  width: 265px;
  border-radius: 8px;
  margin: 15px 10px;
  position: relative;
  overflow: hidden;
  height: 175px;
  position: relative;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 177px solid red;
  border-left: 263px solid transparent;
  top: 0;
  right: 0;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.lb:before {
  border-bottom: 177px solid #e5f9ff;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.lp:before {
  border-bottom: 177px solid #ffe5e5;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.lg:before {
  border-bottom: 177px solid #ebffee;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.vlb:before {
  border-bottom: 177px solid #e5f9ff;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.vlp:before {
  border-bottom: 177px solid #ffe5e5;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.vlpr:before {
  border-bottom: 177px solid #f4ebfd;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one.vly:before {
  border-bottom: 177px solid #fcfde6;
}

@media screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one .plan-slider .product-list-box_option_one {
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 440px) {
  .types-of-plan-slider_option_one .plan-slider .product-list-box_option_one {
    width: 240px;
  }
}
.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .banner {
  height: 107px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 15px 20px;
  justify-content: space-between;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .banner p {
  color: #253858;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  width: 169px;
  width: 155px;
  margin-right: 11px;
  margin-bottom: 0;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .banner .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #253858;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .banner .imgbox {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  justify-content: center;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px 19px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info {
    padding: 12px;
  }
}
.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info .text {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #253858;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info .viewmore {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info .viewmore a {
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
  padding: 9px 15px;
  color: #253858;
  position: relative;
  font-weight: 600;
  background: #fff;
  cursor: pointer;
}

.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info .viewmore a.active,
.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info .viewmore a:hover,
.types-of-plan-slider_option_one .plan-slider .product-list-box_option_one .product-info .viewmore a:visited {
  color: #253858;
}

.didyouknow {
  padding: 7px;
  border-radius: 8px;
  margin: 20px ​0;
}

@media only screen and (max-width: 640px) {
  .didyouknow {
    padding: 0;
  }
}
.didyouknow .didyouknow_wrapper {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 20px 10px;
  border-radius: 8px;
  background: #fff;
  margin: 10px 0;
}

@media only screen and (max-width: 640px) {
  .didyouknow .didyouknow_wrapper {
    padding: 8px 7px 10px;
  }
}
.didyouknow .didyouknow_wrapper h3 {
  margin: 10px 0;
}

.didyouknow .didyouknow_wrapper .maintxt {
  background: #fef8ec;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #58606c;
}

.didyouknow .didyouknow_wrapper .maintxt.min {
  display: none;
}

.didyouknow .didyouknow_wrapper .maintxt.max {
  display: block !important;
}

.didyouknow .didyouknow_wrapper .maintxt label {
  display: block;
  color: #cc982d;
  font-size: 10px;
  text-align: right;
}

.didyouknow .didyouknow_wrapper .showmore {
  font-size: 12px;
  color: #58606c;
  font-weight: 500;
  display: block;
  margin: 10px 0 0 auto;
  width: 80px;
  cursor: pointer;
  position: relative;
}

.didyouknow .didyouknow_wrapper .showmore:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: solid #58606c;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 8px;
  margin: 0 auto;
  top: 8px;
}

.didyouknow .didyouknow_wrapper .showmore.less:after {
  transform: rotate(-135deg);
  top: 10px;
  right: 14px;
}

.one-crore-widget {
  background: #f0f0f0 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 12px 12px 14px;
  margin: 40px 0 0;
  position: relative;
}

.one-crore-widget .one-crore-widget-body {
  background: #fff;
  border-radius: 8px;
  padding: 7px 7px 0;
}

.one-crore-widget .one-crore-widget-body .heading {
  background: #eff4fe 0 0 no-repeat padding-box;
  border-radius: 7px 7px 0 0;
  color: #000;
  padding: 11px 0 10px;
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .heading {
    font-size: 14px;
    padding: 11px 5px 10px;
  }
}
.one-crore-widget .one-crore-widget-body .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 7px;
}

.one-crore-widget .one-crore-widget-body .content .link,
.one-crore-widget .one-crore-widget-body .content a {
  width: 32.5%;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 14px;
  margin: 0 8px 7px 0;
}

@media screen and (min-width: 768px) {
  .one-crore-widget .one-crore-widget-body .content .link:nth-child(3n),
  .one-crore-widget .one-crore-widget-body .content a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .one-crore-widget .one-crore-widget-body .content .link,
  .one-crore-widget .one-crore-widget-body .content a {
    margin: 0 8px 7px 0;
  }
  .one-crore-widget .one-crore-widget-body .content .link:nth-child(3n),
  .one-crore-widget .one-crore-widget-body .content a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link,
  .one-crore-widget .one-crore-widget-body .content a {
    margin: 0 4px 7px 0;
  }
  .one-crore-widget .one-crore-widget-body .content .link:nth-child(2n),
  .one-crore-widget .one-crore-widget-body .content a:nth-child(2n) {
    margin-right: 0;
  }
}
.one-crore-widget .one-crore-widget-body .content .link .value,
.one-crore-widget .one-crore-widget-body .content a .value {
  font-size: 68px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .content .link .value,
  .one-crore-widget .one-crore-widget-body .content a .value {
    font-size: 48px;
  }
}
@media screen and (max-width: 375px) {
  .one-crore-widget .one-crore-widget-body .content .link .value,
  .one-crore-widget .one-crore-widget-body .content a .value {
    font-size: 36px;
  }
}
.one-crore-widget .one-crore-widget-body .content .link .unit,
.one-crore-widget .one-crore-widget-body .content a .unit {
  font-size: 34px;
  line-height: 1;
  margin-left: -4px;
}

@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .content .link .unit,
  .one-crore-widget .one-crore-widget-body .content a .unit {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .one-crore-widget .one-crore-widget-body .content .link .unit,
  .one-crore-widget .one-crore-widget-body .content a .unit {
    font-size: 22px;
  }
}
.one-crore-widget .one-crore-widget-body .content .link .product,
.one-crore-widget .one-crore-widget-body .content a .product {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  margin-top: -7px;
}

.one-crore-widget .one-crore-widget-body .content .link .product.provider,
.one-crore-widget .one-crore-widget-body .content a .product.provider {
  margin-top: 0;
  padding: 0 5px;
}

.one-crore-widget .one-crore-widget-body .content .link .product::first-letter,
.one-crore-widget .one-crore-widget-body .content a .product::first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 375px) {
  .one-crore-widget .one-crore-widget-body .content .link .product,
  .one-crore-widget .one-crore-widget-body .content a .product {
    font-size: 12px;
  }
}
.one-crore-widget .one-crore-widget-body .content .link.purple,
.one-crore-widget .one-crore-widget-body .content a.purple {
  color: #5660d1;
}

.one-crore-widget .one-crore-widget-body .content .link.purple .product,
.one-crore-widget .one-crore-widget-body .content .link.purple .unit,
.one-crore-widget .one-crore-widget-body .content a.purple .product,
.one-crore-widget .one-crore-widget-body .content a.purple .unit {
  color: #5660d1;
}

.one-crore-widget .one-crore-widget-body .content .link.blue,
.one-crore-widget .one-crore-widget-body .content a.blue {
  color: #3dbade;
}

.one-crore-widget .one-crore-widget-body .content .link.blue .product,
.one-crore-widget .one-crore-widget-body .content .link.blue .unit,
.one-crore-widget .one-crore-widget-body .content a.blue .product,
.one-crore-widget .one-crore-widget-body .content a.blue .unit {
  color: #3dbade;
}

.one-crore-widget .one-crore-widget-body .content .link.green,
.one-crore-widget .one-crore-widget-body .content a.green {
  color: #83dbaf;
}

.one-crore-widget .one-crore-widget-body .content .link.green .product,
.one-crore-widget .one-crore-widget-body .content .link.green .unit,
.one-crore-widget .one-crore-widget-body .content a.green .product,
.one-crore-widget .one-crore-widget-body .content a.green .unit {
  color: #83dbaf;
}

.one-crore-widget .one-crore-widget-body .content .link.colored.purple,
.one-crore-widget .one-crore-widget-body .content a.colored.purple {
  background: #d8daf4 0 0 no-repeat padding-box;
  border: 0;
}

.one-crore-widget .one-crore-widget-body .content .link.colored.green,
.one-crore-widget .one-crore-widget-body .content a.colored.green {
  background: #d9f4e7 0 0 no-repeat padding-box;
  border: 0;
}

.one-crore-widget .one-crore-widget-body .content .link.colored.blue,
.one-crore-widget .one-crore-widget-body .content a.colored.blue {
  background: #c3e9f4 0 0 no-repeat padding-box;
  border: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link.purple-mobile,
  .one-crore-widget .one-crore-widget-body .content a.purple-mobile {
    color: #5660d1;
    border: 1px solid #d4d4d4 !important;
    background: 0 0 !important;
  }
  .one-crore-widget .one-crore-widget-body .content .link.purple-mobile .product,
  .one-crore-widget .one-crore-widget-body .content .link.purple-mobile .unit,
  .one-crore-widget .one-crore-widget-body .content a.purple-mobile .product,
  .one-crore-widget .one-crore-widget-body .content a.purple-mobile .unit {
    color: #5660d1;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link.blue-mobile,
  .one-crore-widget .one-crore-widget-body .content a.blue-mobile {
    color: #3dbade;
    border: 1px solid #d4d4d4 !important;
    background: 0 0 !important;
  }
  .one-crore-widget .one-crore-widget-body .content .link.blue-mobile .product,
  .one-crore-widget .one-crore-widget-body .content .link.blue-mobile .unit,
  .one-crore-widget .one-crore-widget-body .content a.blue-mobile .product,
  .one-crore-widget .one-crore-widget-body .content a.blue-mobile .unit {
    color: #3dbade;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link.green-mobile,
  .one-crore-widget .one-crore-widget-body .content a.green-mobile {
    color: #83dbaf;
    border: 1px solid #d4d4d4 !important;
    background: 0 0 !important;
  }
  .one-crore-widget .one-crore-widget-body .content .link.green-mobile .product,
  .one-crore-widget .one-crore-widget-body .content .link.green-mobile .unit,
  .one-crore-widget .one-crore-widget-body .content a.green-mobile .product,
  .one-crore-widget .one-crore-widget-body .content a.green-mobile .unit {
    color: #83dbaf;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile,
  .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile {
    background: #d8daf4 0 0 no-repeat padding-box;
    border: 0;
    color: #5660d1;
  }
  .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile .product,
  .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile .unit,
  .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile .product,
  .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile .unit {
    color: #5660d1;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile,
  .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile {
    background: #d9f4e7 0 0 no-repeat padding-box;
    border: 0;
    color: #83dbaf;
  }
  .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile .product,
  .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile .unit,
  .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile .product,
  .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile .unit {
    color: #83dbaf;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile,
  .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile {
    background: #c3e9f4 0 0 no-repeat padding-box !important;
    border: 0;
    color: #3dbade;
  }
  .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile .product,
  .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile .unit,
  .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile .product,
  .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile .unit {
    color: #3dbade;
  }
}
@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .content .link,
  .one-crore-widget .one-crore-widget-body .content a {
    width: 49%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .one-crore-widget .one-crore-widget-body .content .link,
  .one-crore-widget .one-crore-widget-body .content a {
    width: 31.5%;
  }
}
.one-crore-widget .one-crore-widget-body .content .one-crore-widget-more-content {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

.one-crore-widget .one-crore-widget-body .content .one-crore-widget-more-content.show {
  display: flex;
}

.one-crore-widget .view-plan {
  color: #fff;
  padding: 12px 18px;
  background: #0065ff;
  display: block;
  width: 180px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 16px;
  border: 0;
  line-height: 24px;
  font-weight: 500;
}

.one-crore-widget .view-plan.center {
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .one-crore-widget .view-plan {
    margin: 10px auto 0 0;
  }
}
@media screen and (max-width: 350px) {
  .one-crore-widget .view-plan {
    width: 150px;
  }
}
.one-crore-widget .one-crore-show-more {
  position: absolute;
  right: 12px;
  bottom: 27px;
  font-size: 12px;
  color: #0065ff;
  border: 0;
  padding: 0;
  border-radius: 15px;
  cursor: pointer;
}

.one-crore-widget .one-crore-show-more.show > span:before {
  content: "-";
}

.one-crore-widget.health {
  padding: 12px 12px 35px;
}

.one-crore-widget.health.without-show-more {
  padding-bottom: 12px;
}

.one-crore-widget.health .one-crore-widget-body h2 {
  margin: 0;
  font-weight: 600;
  text-align: center !important;
}

.one-crore-widget.health .one-crore-widget-body .content {
  position: relative;
  padding-bottom: 25px;
}

.one-crore-widget.health .one-crore-widget-body .content.without-show-more {
  padding-bottom: 0;
}

.one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more {
  left: 50%;
  position: absolute;
  bottom: -15px;
  transform: translateX(-50%);
  width: auto;
  border: none;
  background: 0 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more > span {
  display: inline-block;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 25px;
  padding: 2px 15px;
  font-size: 14px;
  width: auto;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
  line-height: 30px;
}

.one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more.show > span:before {
  display: none;
}

.one-crore-widget.plan_name .content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.one-crore-widget.plan_name .content .link .unit {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}

@media (max-width: 767px) {
  .one-crore-widget.plan_name .content {
    font-size: 16px;
  }
  .one-crore-widget.plan_name .content .link {
    padding: 10px;
  }
  .one-crore-widget.plan_name .content .unit {
    line-height: 20px !important;
    margin-bottom: 8px;
    display: block;
    font-size: 16px !important;
  }
  .one-crore-widget.plan_name .product {
    font-size: 14px;
  }
}
.one-crore-widget .view-all-plans {
  color: #0065ff;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  left: 12px;
  bottom: 27px;
}

@media screen and (max-width: 767px) {
  .one-crore-widget .view-all-plans {
    position: relative;
    margin: 20px 0;
    left: auto;
    bottom: auto;
  }
}
.one-crore-widget .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.type-plan-widget {
  background: #f0f0f0 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 25px 13px;
  margin: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .type-plan-widget.with-in-list {
    margin-left: 0;
  }
}
.type-plan-widget .type-plan-widget-body {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
}

.type-plan-widget .type-plan-widget-body .heading {
  background: #eff4fe 0 0 no-repeat padding-box;
  border-radius: 7px 7px 0 0;
  color: #000;
  padding: 11px 0 10px;
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .type-plan-widget .type-plan-widget-body .heading {
    font-size: 16px;
  }
}
.type-plan-widget .type-plan-widget-body .content {
  padding: 0 0 20px;
}

.type-plan-widget .type-plan-widget-body .content > div {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 75%;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .type-plan-widget .type-plan-widget-body .content > div {
    width: 100%;
    padding: 0 20px;
  }
}
.type-plan-widget .type-plan-widget-body .content > div a {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.type-plan-widget .type-plan-widget-body .content > div a img {
  margin-right: 12px;
}

.type-plan-widget .type-plan-widget-body .content > div a p {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.type-plan-widget .type-plan-widget-body .content > div a.even {
  width: 39%;
}

@media screen and (max-width: 992px) {
  .type-plan-widget .type-plan-widget-body .content > div a {
    width: 50%;
  }
  .type-plan-widget .type-plan-widget-body .content > div a.even {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .type-plan-widget .type-plan-widget-body .content > div a {
    width: 100%;
  }
  .type-plan-widget .type-plan-widget-body .content > div a.even {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .type-plan-widget .type-plan-widget-body .content > div a {
    width: 50%;
  }
  .type-plan-widget .type-plan-widget-body .content > div a.even {
    width: 50%;
  }
}
.type-plan-widget .type-plan-widget-body .content .view-plan {
  color: #fff;
  padding: 12px 18px;
  background: #0065ff;
  display: block;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  border: 0;
  line-height: 24px;
  font-weight: 500;
}

.glossary .glossary-heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 16px;
}

.glossary .glossary-body {
  background: #def9ff 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 10px 10px 15px;
}

.glossary .glossary-body .alphabet-list {
  display: flex;
  list-style: none;
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  justify-content: space-between;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .glossary .glossary-body .alphabet-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .glossary .glossary-body .alphabet-list li {
    flex-shrink: 1;
    width: 30px;
    text-align: center;
  }
}
.glossary .glossary-body .alphabet-list li a {
  letter-spacing: 2.94px;
  line-height: 16px;
  color: #707070;
  font-size: 14px;
}

.glossary .glossary-body .alphabet-list li a.active {
  background: #0663f6 0 0 no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  padding: 4px 7px 5px 10px;
}

.glossary .glossary-body .glossary-items {
  padding: 0 19px;
}

@media screen and (max-width: 767px) {
  .glossary .glossary-body .glossary-items {
    padding: 0 0 0 10px;
  }
}
.glossary .glossary-body .glossary-items .glossary-item {
  margin-top: 30px;
}

.glossary .glossary-body .glossary-items .glossary-item .heading {
  letter-spacing: 3.78px;
  margin: 0 0 10px;
  color: #0470cc;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-panel-box {
  padding: 10px;
  margin: 0 0 0 -10px;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-panel-box.active {
  background: #fff;
  margin-bottom: 2px;
  border-radius: 7px;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-accordion {
  letter-spacing: 0;
  color: #0b3977;
  background: 0 0;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-accordion:after {
  content: "";
  border: solid #0b3977;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  position: absolute;
  right: 25px;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .glossary .glossary-body .glossary-items .glossary-item .glossary-accordion:after {
    transform: rotate(135deg);
    right: 0;
  }
}
.glossary .glossary-body .glossary-items .glossary-item .glossary-accordion.active {
  background: #fff;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-accordion.active::after {
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .glossary .glossary-body .glossary-items .glossary-item .glossary-accordion.active::after {
    transform: rotate(-45deg);
  }
}
.glossary .glossary-body .glossary-items .glossary-item .glossary-panel {
  display: none;
  width: 100%;
  padding-top: 18px;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-panel p {
  letter-spacing: 0;
  color: #171717;
  font-size: 14px;
  line-height: 22px;
  width: 93%;
  margin: 0;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-panel p span {
  color: #0470cc;
  font-weight: 700;
}

.glossary .glossary-body .glossary-items .glossary-item .glossary-panel.active {
  background: #fff;
}

.widget-chart {
  width: 342px;
  display: inline-block;
  padding: 10px 0 10px 30px;
  position: relative;
  float: left;
  margin-right: 20px;
}

.widget-chart .legend-x {
  font-size: 12px;
  transform: rotate(-90deg);
  position: absolute;
  left: -123px;
  top: 120px;
}

.widget-chart .legend-y {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.widget-chart .chart {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
}

.widget-chart .chart .lineitem {
  font-size: 10px;
  line-height: 12px;
  color: #253858;
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.widget-chart .chart .lineitem div {
  width: 65px;
  text-align: left;
}

.widget-chart .chart .lineitem div.zero {
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-chart .chart .lineitem:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: #e8e9ec;
  top: 50%;
  transform: translate(0, -50%);
  left: 20%;
}

.widget-chart .chart .lineitem p {
  font-size: 18px;
  color: #253858;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.widget-chart .bar-item {
  display: flex;
  position: relative;
  top: -222px;
  left: 100px;
}

.widget-chart .bar-item .chartbar {
  background: #9e55ff;
  background: linear-gradient(0deg, #9e55ff 37%, #55a4f2 100%);
  cursor: pointer;
}

.widget-chart .bar-item .chartbar.bar-a {
  position: absolute;
  width: 40px;
  height: 200px;
  top: 0;
  border-radius: 16px 16px 0 0;
}

.widget-chart .bar-item .chartbar.bar-b {
  position: absolute;
  width: 40px;
  height: 130px;
  top: 70px;
  left: 90px;
  border-radius: 16px 16px 0 0;
}

.widget-chart .bar-item .tooltip {
  position: relative;
}

.widget-chart .bar-item .tooltip .text-big {
  background: #43586b;
  width: 75px;
  border-radius: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  padding: 4px 0;
  box-shadow: 1px 1px #ccc;
  top: -50px;
  position: relative;
  left: -13px;
}

.widget-chart .bar-item .tooltip .text-big:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  left: 50%;
  bottom: 0;
  border: 6px solid transparent;
  border-bottom: 0;
  border-top: 6px solid #43586b;
  transform: translate(-50%, calc(100% + 0px));
}

.widget-chart .bar-item .tooltip span {
  display: block;
  font-size: 10px;
}

.widget-chart .bar-item .type {
  position: absolute;
  bottom: -35px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  left: -6px;
}

.comparison_widget {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 11px 36px 30px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .comparison_widget {
    background: #fff;
    padding: 11px 0 10px;
  }
}
@media (max-width: 568px) {
  .comparison_widget {
    padding: 11px 0 10px;
  }
}
.comparison_widget .headingwrapper .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (max-width: 568px) {
  .comparison_widget .headingwrapper .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 0 16px;
  }
}
.comparison_widget .comapre_with_insurer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  justify-content: center;
}

@media (max-width: 568px) {
  .comparison_widget .comapre_with_insurer {
    justify-content: space-between;
    padding: 0 10px;
  }
}
.comparison_widget .comapre_with_insurer .insurer {
  background: #fff;
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 8px;
  padding: 10px;
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.comparison_widget .comapre_with_insurer .insurer:nth-child(2) {
  position: relative;
  left: -5px;
}

.comparison_widget .comapre_with_insurer .insurer:nth-child(3) {
  position: relative;
  left: -10px;
}

@media (max-width: 568px) {
  .comparison_widget .comapre_with_insurer .insurer {
    padding: 4px;
  }
  .comparison_widget .comapre_with_insurer .insurer:nth-child(2),
  .comparison_widget .comapre_with_insurer .insurer:nth-child(3) {
    left: 0;
  }
}
.comparison_widget .comapre_with_insurer .insurer .logo {
  width: 120px;
  height: 60px;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.comparison_widget .comapre_with_insurer .insurer .logo img {
  width: 100%;
}

@media (max-width: 568px) {
  .comparison_widget .comapre_with_insurer .insurer .logo {
    width: 90px;
    height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
.comparison_widget .comapre_with_insurer .insurer .logo + .price {
  font-size: 12px;
  color: #aba3a3;
}

.comparison_widget .comapre_with_insurer .insurer .price {
  font-weight: 700;
}

.comparison_widget .comapre_with_insurer .insurer .price i {
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 568px) {
  .comparison_widget .comapre_with_insurer .insurer .price {
    display: none;
  }
}
.comparison_widget .moreinfo_wrapper {
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .comparison_widget .moreinfo_wrapper {
    border-radius: 0;
  }
}
.comparison_widget .moreinfo_wrapper .moreinfo {
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 30px;
  display: none;
}

.comparison_widget .moreinfo_wrapper .moreinfo.mn {
  min-height: 440px;
}

@media (max-width: 568px) {
  .comparison_widget .moreinfo_wrapper .moreinfo {
    border-radius: 0;
  }
}
.comparison_widget .moreinfo_wrapper .moreinfo .criateria {
  background: #f2f7ff 0 0 no-repeat padding-box;
  border-radius: 0;
  padding: 7px;
  font-weight: 600;
  text-align: center;
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria span .info {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url("../../images/bu/faq-icon-term.svg") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria span .disclaimer {
  position: absolute;
  width: 200px;
  height: auto;
  background: #efefef;
  padding: 10px;
  font-weight: 400;
  border-radius: 8px;
  right: -215px;
  border: 1px solid #ccc;
  display: none;
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria span .disclaimer:before {
  content: "";
  position: absolute;
  bottom: 41%;
  left: -10px;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  transform: rotate(270deg);
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria span .info:hover + .disclaimer {
  display: block;
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria:first-child {
  border-radius: 8px 8px 0 0;
}

.comparison_widget .moreinfo_wrapper .moreinfo .criateria:last-child {
  border-radius: 0 0 8px 8px;
}

@media (max-width: 568px) {
  .comparison_widget .moreinfo_wrapper .moreinfo .criateria:first-child,
  .comparison_widget .moreinfo_wrapper .moreinfo .criateria:last-child {
    border-radius: 0;
  }
}
.comparison_widget .moreinfo_wrapper .moreinfo .list-box {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 4px 0;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.full {
  width: 100%;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.full li {
  width: 100%;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.multiple {
  flex-wrap: wrap;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.multiple li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}

@media (max-width: 568px) {
  .comparison_widget .moreinfo_wrapper .moreinfo .list-box.multiple li {
    padding: 10px;
  }
}
.comparison_widget .moreinfo_wrapper .moreinfo .list-box.multiple li:nth-child(3) {
  border: none;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.multiple li p {
  margin: 0;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.multiple li p.gray {
  color: rgba(37, 56, 88, 0.5);
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box.full li {
  color: #0065ff;
  font-size: 16px;
  font-weight: 700;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box li {
  width: 33%;
  border-right: 1px solid rgba(37, 56, 88, 0.2);
  display: flex;
  font-size: 13px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  min-height: 60px;
  text-align: center;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box li span {
  background: rgba(26, 188, 156, 0.0784313725);
  padding: 5px 10px;
  display: flex;
  border-radius: 8px;
  align-items: center;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box li span.vpbtn {
  background: #0164ff;
  color: #fff;
  width: 80%;
  justify-content: center;
  padding: 10px;
}

@media (max-width: 360px) {
  .comparison_widget .moreinfo_wrapper .moreinfo .list-box li span.vpbtn {
    padding: 7px;
  }
}
.comparison_widget .moreinfo_wrapper .moreinfo .list-box li span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url("../../images/bu/right-tick.svg") no-repeat;
  background-size: 100%;
}

.comparison_widget .moreinfo_wrapper .moreinfo .list-box li:last-child {
  border: none;
}

.comparison_widget .moreinfo_wrapper .moreinfo:after {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0.7343312325) 100%);
  border-radius: 0 0 8px 8px;
}

.comparison_widget .moreinfo_wrapper .action_more_info {
  position: absolute;
  width: 100%;
  text-align: center;
  height: auto;
  bottom: -12px;
  z-index: 2;
}

.comparison_widget .moreinfo_wrapper .action_more_info span {
  border: 1px solid #0663f6;
  color: #0663f6;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 8px;
  background: #fff;
}

.comparison_widget .moreinfo_wrapper .action_more_info span .arrow {
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  border-color: #0065ff;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.comparison_widget .moreinfo_wrapper .action_more_info span.active .arrow {
  transform: rotate(225deg);
  top: 3px;
}

.comparison_widget .moreinfo_wrapper.first .moreinfo:first-child {
  display: block;
}

.comparison_widget .moreinfo_wrapper.first.allopen .moreinfo {
  display: block;
}

.comparison_widget .moreinfo_wrapper.first.allopen .moreinfo::after {
  display: none;
}

.comparison_widget .moreinfo_wrapper.first.allopen .button-showmore {
  bottom: auto;
  position: relative;
}

.button-showmore {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -18px;
  z-index: 10;
}

.button-showmore span {
  border: 1px solid #0164ff;
  color: #0164ff;
  background: #fff;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  width: 260px;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.button-showmore span i {
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0164ff;
  border-left: 2px solid #0164ff;
  transform: rotate(225deg);
  margin-left: 7px;
  position: relative;
}

.button-showmore span.active i {
  top: 4px;
  transform: rotate(45deg);
}

.comparision_morinfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0 0;
}

.comparision_morinfo .text {
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  width: calc(100% - 160px);
}

.comparision_morinfo .link {
  background: #0164ff;
  color: #fff;
  width: 150px;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1024px) {
  .comparision_morinfo {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .comparision_morinfo {
    padding: 0 15px;
    flex-direction: column;
  }
  .comparision_morinfo .text {
    width: 100%;
    text-align: center;
  }
  .comparision_morinfo .link {
    margin: 30px auto;
    text-align: center;
  }
}
#mot {
  background: #fafafa;
  border-radius: 4px;
  padding: 16px;
  margin: 30px 0;
}

#mot .mmt-img {
  width: 130px;
}

@media (max-width: 640px) {
  #mot .mmt-img {
    margin: 0 auto;
  }
}
#mot .heading {
  font-size: 22px;
  line-height: 30px;
  color: #253858;
  margin: 0 0 10px;
  font-weight: 500;
}

#mot .sub-heading {
  font-size: 16px;
  line-height: 18px;
  color: #253858;
  font-weight: 500;
}

@media (max-width: 375px) {
  #mot .sub-heading {
    line-height: 24px;
  }
}
#mot .knowmore {
  background: #0065ff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  width: 180px;
  text-align: center;
  margin: 10px auto 10px;
}

#mot .slide-item {
  margin: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#mot .slide-item .slick-arrow.slick-disabled {
  display: none !important;
}

#mot .slide-item .slick-next,
#mot .slide-item .slick-prev {
  outline: 0;
  border-radius: 50%;
  height: 40px;
  background: #fff;
  width: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(37, 56, 88, 0.4);
}

#mot .slide-item .slick-prev {
  left: -45px;
  z-index: 1;
}

#mot .slide-item .slick-prev:before {
  content: "";
  color: #333;
  position: absolute;
  background: url(../../images/bu/back-arrow-ico.png) no-repeat 0 -2px;
  top: 9px;
  left: 7px;
  width: 22px;
  height: 20px;
  transform: rotate(0);
}

#mot .slide-item .slick-next {
  right: -45px;
  z-index: 1;
}

#mot .slide-item .slick-next:before {
  content: "";
  color: #333;
  position: absolute;
  background: url(../../images/bu/back-arrow-ico.png) no-repeat 0 -2px;
  top: 8px;
  left: 10px;
  width: 22px;
  height: 20px;
  transform: rotate(180deg);
}

#mot .slide-item .slick-slider .slick-list {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  #mot .slide-item .slick-list {
    padding: 0 0 0 15px !important;
    margin-left: -5px;
  }
}
#mot .slide-item .item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.0588235294);
  border-radius: 8px;
  padding: 10px;
  margin: 15px 15px 15px 0;
  width: 400px;
  height: 290px;
  display: flex;
}

@media (max-width: 440px) {
  #mot .slide-item .item {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  #mot .slide-item .item {
    margin: 15px 15px 15px 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1882352941);
    width: 100%;
    max-width: 400px;
  }
}
#mot .slide-item .item .left {
  width: 38%;
  padding: 0 10px 0 0;
}

#mot .slide-item .item .right {
  width: 62%;
  padding: 5px 15px 5px 15px;
  border-left: 1px dashed #d7d8da;
}

#mot .slide-item .item .right .text-area {
  height: 200px;
}

@media (max-width: 640px) {
  #mot .slide-item .item .right .text-area {
    height: 140px;
  }
}
@media (max-width: 440px) {
  #mot .slide-item .item .right .text-area {
    height: 175px;
  }
}
@media (max-width: 320px) {
  #mot .slide-item .item .right .text-area {
    height: 185px;
  }
}
#mot .slide-item .item .right p {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
  margin-bottom: 10px;
}

@media (max-width: 320px) {
  #mot .slide-item .item .right {
    padding: 5px 0;
  }
}
@media (max-width: 375px) {
  #mot .slide-item .item .left,
  #mot .slide-item .item .right {
    width: 50%;
  }
}
#mot .slide-item .item .btn-flexbox {
  display: flex;
  margin-top: 20px;
}

#mot .slide-item .item .btn-flexbox .location-btn {
  background: rgba(37, 56, 88, 0.0588235294);
  cursor: pointer;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 10px 2px 28px;
  margin-right: 10px;
  line-height: 22px;
  position: relative;
}

#mot .slide-item .item .btn-flexbox .location-btn i {
  background: url("../../images/location-icon.svg") no-repeat 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 14px;
}

#mot .slide-item .item .btn-flexbox .readmore-btn {
  border: 1px solid #0065ff;
  cursor: pointer;
  cursor: pointer;
  border-radius: 20px;
  font-size: 10px;
  background: #fff;
  font-weight: 600;
  padding: 2px 10px;
  color: #0065ff;
  line-height: 22px;
}

@media (max-width: 375px) {
  #mot .slide-item .item .btn-flexbox {
    display: block;
    text-align: center;
  }
  #mot .slide-item .item .btn-flexbox .location-btn,
  #mot .slide-item .item .btn-flexbox .readmore-btn {
    padding: 2px 20px 2px 28px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  #mot .slide-item .item .btn-flexbox .readmore-btn {
    padding: 2px 8px;
  }
  #mot .slide-item .item .btn-flexbox .location-btn i {
    top: 8px;
  }
}
@media (max-width: 320px) {
  #mot .slide-item .item .btn-flexbox .readmore-btn {
    width: 105px;
  }
  #mot .slide-item .item .btn-flexbox .location-btn {
    min-width: 105px;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  #mot .slide-item .item .btn-flexbox {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  #mot .slide-item .item {
    display: block;
    height: 330px;
  }
  #mot .slide-item .item .left,
  #mot .slide-item .item .right {
    width: 100%;
    border: none;
  }
}
@media (max-width: 440px) {
  #mot .slide-item .item {
    height: 370px;
  }
}
@media (max-width: 320px) {
  #mot .slide-item .item {
    height: 430px;
  }
}
@media (max-width: 320px) {
  #mot .slide-item .mmt-img {
    width: 50%;
  }
}
#mot .slide-item .info-bio {
  display: flex;
  margin-top: 11px;
}

#mot .slide-item .info-bio .info-left,
#mot .slide-item .info-bio .info-right {
  width: 50%;
  justify-content: space-between;
}

#mot .slide-item .info-bio .info-left p,
#mot .slide-item .info-bio .info-right p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
  color: rgba(37, 56, 88, 0.7);
}

#mot .slide-item .info-bio .info-left .heading,
#mot .slide-item .info-bio .info-right .heading {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #253858;
}

@media (max-width: 640px) {
  #mot .slide-item .info-bio {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  #mot .slide-item .info-bio {
    display: block;
  }
  #mot .slide-item .info-bio .info-left,
  #mot .slide-item .info-bio .info-right {
    width: 96%;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .moment-of-truth .slick-track {
    padding-top: 0;
  }
  .left {
    margin-top: 0;
  }
}
.mom-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .mom-popup-container {
    align-items: initial;
  }
}
.mom-popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

.mom-popup-container .mom-intent-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 25px;
  max-width: 880px;
  width: 100%;
  position: relative;
  z-index: 1002;
}

@media only screen and (max-width: 1024px) {
  .mom-popup-container .mom-intent-popup {
    position: fixed;
    bottom: 0;
    height: 70%;
    width: 100%;
    max-width: 100%;
    border-radius: 25px 25px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .mom-popup-container .mom-intent-popup {
    height: 75%;
    border-radius: 25px 25px 0 0;
  }
}
.mom-popup-container .mom-intent-popup .mom-popup-close {
  background: url(../../images/bu/exit-intent-popup-close.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.mom-popup-container .heading-top {
  border-radius: 25px 25px 0 0;
  padding: 16px;
  text-align: center;
  font-weight: 700;
}

.mom-popup-container .mom-popup-content {
  padding: 20px;
  height: 400px;
  overflow-y: scroll;
}

.mom-popup-container .mom-popup-content::-webkit-scrollbar {
  display: none;
}

.mom-popup-container .mom-popup-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  display: none;
}

.mom-popup-container .mom-popup-content::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid slategrey;
  display: none;
}

.mom-popup-container .mom-popup-content p {
  line-height: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .mom-popup-container .mom-popup-content {
    padding: 20px;
    height: 75%;
    overflow-y: scroll;
  }
}
.mom-popup-container .viewplan-link,
.mom-popup-container button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .mom-popup-container .viewplan-link,
  .mom-popup-container button {
    max-width: 200px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .mom-popup-container .viewplan-link,
  .mom-popup-container button {
    margin-top: 0;
  }
}
.backbox {
  display: none;
}

@media screen and (max-width: 1024px) {
  .backbox {
    display: block;
    margin: 10px 0;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
  }
  .backbox .backbtn {
    background: #fff;
    border: 1px solid #f45023;
    padding: 10px;
    display: block;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
  }
}
.dedicated-assistance-image-wrapper {
  width: 120px;
  height: 120px;
}

.dedicated-assistance-image-wrapper img {
  width: 100% !important;
}

.arrows.style-2 {
  top: -20px !important;
  z-index: 96;
  right: 30px !important;
}

.dedicated-assistance-image-wrapper .slick-arrow {
  display: none !important;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body {
  padding-bottom: 48px;
}

#chartdiv {
  width: 350px;
  height: 200px;
  position: absolute;
  bottom: -55px;
}

#chartdiv .highcharts-pane-group path {
  stroke: none;
  fill: none;
}

.highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text,
.highcharts-axis.highcharts-yaxis.highcharts-radial-axis {
  display: none;
}

rect.highcharts-label-box.highcharts-data-label-box {
  display: none;
}

rect.highcharts-label-box.highcharts-data-label-box + text {
  display: none;
}

.partician {
  position: absolute;
  z-index: 100;
}

.partician > div {
  position: absolute;
  font-size: 9px;
}

.partician > div.first {
  top: -58px;
  left: -60px;
}

.partician > div.second {
  top: -108px;
  left: -4px;
}

.partician > div.third {
  left: 44px;
  top: -64px;
  transform: rotate(90deg);
}

.loading::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  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;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 12px;
}

@media only screen and (max-width: 1024px) {
  .loading::after {
    top: 8px;
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.auth-tab {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 40px;
}

.auth-tab .gethelpback {
  color: #0663f6;
  text-decoration: none;
}

.auth-tab .gethelpback:hover {
  text-decoration: underline;
}

.auth-tab .custom-btn {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #253858;
  border-radius: 20px;
  color: #253858;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.auth-tab .custom-btn.active,
.auth-tab .custom-btn:hover {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.auth-tab .custom-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .auth-tab .custom-btn {
    font-size: 10px;
  }
}
.err {
  font-size: 12px;
  color: red;
  margin: 5px 0;
  font-weight: 500;
  position: absolute;
}

.benefit-of-term {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

.benefit-of-term .label-banner {
  position: absolute;
  background: #ebe8e8;
  padding: 5px 10px;
  width: 112%;
  font-size: 12px;
  text-align: center;
  left: -20px;
  top: 184px;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
}

.benefit-of-term .label-banner:before {
  content: "";
  background: url("../../images/bu/label-path.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  left: 2px;
}

.benefit-of-term .label-banner:after {
  content: "";
  background: url("../../images/bu/label-path.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  right: -4px;
  transform: rotate(270deg);
}

@media screen and (max-width: 320px) {
  .benefit-of-term .label-banner {
    width: 115%;
    font-size: 11px;
  }
}
.benefit-of-term .tab {
  width: 46%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.29);
}

.benefit-of-term .tab .box-heading {
  text-align: center;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: 48px;
  position: relative;
}

.benefit-of-term .tab .box-heading.orange {
  background: #e44a00;
  font-weight: 600;
}

.benefit-of-term .tab .box-heading.orange:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e44a00;
  transform: rotate(180deg);
  position: absolute;
  top: 48px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
}

.benefit-of-term .tab .box-heading.green {
  background: #588d57;
  font-weight: 600;
}

.benefit-of-term .tab .box-heading.green:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #588d57;
  transform: rotate(180deg);
  position: absolute;
  top: 48px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
}

.benefit-of-term .tab .fmimg {
  width: 84px;
  height: 84px;
  background: #efefef;
  margin: 30px auto 48px;
  border-radius: 50%;
}

.benefit-of-term .tab .fmimg.family-type {
  background: url("../../images/bu/family-without-term.svg") no-repeat 0 0;
}

.benefit-of-term .tab .fmimg.family-type1 {
  background: url("../../images/bu/family-with-term.svg") no-repeat 0 0;
}

.benefit-of-term .tab .cover-year {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0 5px;
  border-bottom: 1px dashed #ccc;
}

.benefit-of-term .tab .cover-year span {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 320px) {
  .benefit-of-term .tab .cover-year {
    font-size: 12px;
  }
  .benefit-of-term .tab .cover-year span {
    font-size: 10px;
    font-weight: 400;
  }
}
.benefit-of-term .tab .cover-year .box {
  width: 15px;
  height: 15px;
  background: url("../../images/bu/hlv-icon.svg") no-repeat 0 0;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}

.benefit-of-term .tab .cover-year .box.error-item {
  background-position: 0 -29px;
}

.benefit-of-term .tab .cover-year .box.confirm-item {
  background-position: 0 0;
}

.benefit-of-term .tab .cover-year.orange {
  color: #e44a00;
}

.benefit-of-term .tab .cover-year.green {
  color: #588d57;
}

.benefit-of-term .tab .content {
  padding: 10px;
  line-height: 20px;
  color: rgba(37, 56, 88, 0.8);
}

.radio-selection {
  width: 100%;
  margin: 10px 0;
}

.radio-selection .form-label {
  color: #5e6c84;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #5e6c84;
  font-size: 14px;
  text-align: left;
  display: block;
  padding: 20px 0;
  margin-top: 5px;
}

.radio-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.radio-input .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 47%;
}

.radio-input .custom-checkbox > input {
  position: absolute;
  outline: 0;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio-input .custom-checkbox > .box {
  border: 1px solid #5e6c84;
  cursor: pointer;
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.radio-input .custom-checkbox > .box > .tick {
  display: none;
}

.radio-input .custom-checkbox.checked > .box,
.radio-input .custom-checkbox > input:checked ~ .box {
  background: #f4f8ff;
  border: 1px solid #0663f6;
  color: #fff;
  color: #0663f6;
}

.radio-input .custom-checkbox.checked > .box > .tick,
.radio-input .custom-checkbox > input:checked ~ .box > .tick {
  display: block;
}

.radio-input .custom-checkbox > input:active ~ .box {
  border-color: #aaa;
  background-color: #ddd;
}

.cover-difference {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 10px;
}

.cover-difference .cover {
  width: 46%;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
  color: #253858;
  line-height: 16px;
}

.cover-difference .cover .highlight {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}

.cover-difference .cover .highlight.green {
  color: #588d57;
}

.cover-difference .cover .highlight.orange {
  color: #f45023;
}

.authentication-check .proceed {
  margin-bottom: 0 !important;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  border: 1px solid #ccc;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
  font-weight: 700;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}

.styledSelect.active,
.styledSelect:active {
  background-color: #eee;
}

.styledSelect .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.styledSelect .options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

.styledSelect .options li:hover {
  background-color: #39f;
  color: #fff;
}

.insurer-slider {
  max-width: 1140px;
  width: 100%;
  margin: 30px auto;
  display: block;
  clear: both;
  background: #f7f7f7;
  padding: 24px 36px 0;
  box-sizing: border-box;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider {
    background: #f7f7f7;
    margin: 10px 0;
    border-radius: 0;
    width: 100%;
  }
}
.insurer-slider .option-insurer-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 0 10px;
  text-transform: initial;
}

.insurer-slider .option-insurer-heading strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-insurer-heading {
    width: 100%;
    padding: 0 0 0 10px;
    padding-left: 0;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-insurer-heading {
    padding: 10px;
    font-size: 24px !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .insurer-slider .option-insurer-heading {
    padding-left: 0;
    margin-left: 0;
  }
}
.insurer-slider .option-slider-insurer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-slider-insurer {
    padding: 0 0 0 10px;
  }
}
.insurer-slider .option-slider-insurer .banner-img {
  width: 120px;
  height: 100px;
  margin: 0 auto;
}

.insurer-slider .option-slider-insurer .banner-img img {
  width: 100%;
  height: auto;
}

.insurer-slider .option-slider-insurer .slick-prev.slick-arrow {
  left: -10px;
}

.insurer-slider .option-slider-insurer .slick-next,
.insurer-slider .option-slider-insurer .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer .slick-next,
  .insurer-slider .option-slider-insurer .slick-prev {
    display: none !important;
  }
}
.insurer-slider .option-slider-insurer .slick-prev {
  left: 10px;
  z-index: 10;
}

.insurer-slider .option-slider-insurer .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.insurer-slider .option-slider-insurer .slick-next {
  right: -10px;
  z-index: 10;
}

.insurer-slider .option-slider-insurer .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.insurer-slider .option-slider-insurer .product-list-box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  width: 200px;
  margin: 20px 10px;
  padding: 30px 10px 10px;
  height: 230px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 740px) {
  .insurer-slider .option-slider-insurer .product-list-box {
    padding: 20px 2px 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-slider-insurer .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.insurer-slider .option-slider-insurer .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;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer {
  width: 120px;
  margin: 0 auto;
  display: block;
  height: 60px;
  overflow: hidden;
  max-width: 89px;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer img {
  width: 100%;
  height: auto;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer img[alt~=Pramerica] {
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 740px) {
  .insurer-slider .option-slider-insurer .product-list-box .banner-insurer {
    width: 90px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .insurer-slider .option-slider-insurer .product-list-box .product-info {
    padding: 12px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd {
  width: 90%;
  display: flex;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 10px auto;
  text-align: center;
  justify-content: center;
  border: none;
  height: 40px;
  width: 100%;
}

.insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (max-width: 375px) {
  .insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd {
    font-size: 12px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 7.5px 15px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  width: 125px;
  height: 33px;
  text-align: center;
}

.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect.active,
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect:hover,
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect:visited {
  color: #0065ff;
}

.insurer-slider .view-all-plans {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1024px) {
  .insurer-slider .view-all-plans {
    padding: 0 10px 0 0;
  }
}
.insurer-slider .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .sliderRoot .sliderWrapper.insurer-slider {
    margin: 30px 0;
  }
}
.sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer {
    padding: 0;
  }
}
.sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer .product-list-box {
  flex-shrink: 0;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows {
  width: 40px;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows.style-5 {
  left: 9px;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows.style-5.right {
  right: 9px;
  left: auto;
}

.grid .right p a {
  color: #0065ff;
  transition: all 0.2s ease-in;
}

.block_content_wrapper {
  clear: both;
  margin-top: 30px;
  display: block;
}

.open-parent {
  cursor: pointer;
}

.rest-hide.hide + .open-parent {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: #0065ff;
}

.number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
}

.number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.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%;
}

.number-listing-box li ul li:after {
  content: none;
}

.number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.data_ul,
.ulbox {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.data_ul li,
.ulbox li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.data_ul li:before,
.ulbox li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.data_ol li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  margin: 5px 0 15px 13px;
  position: relative;
}

#faqs {
  margin: 20px 0 30px;
}

.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;
}

.allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.key-takeaways-banner {
  width: 100%;
  border: 1px solid #253858;
  border-radius: 8px;
}

.key-takeaways-banner.line-circle-bullet {
  padding-left: 20px;
  margin: 5px 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #253858;
  position: relative;
  display: inline;
  letter-spacing: 0.26px;
  margin: 5px 0 10px;
}

.key-takeaways-banner.line-circle-bullet:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #253858;
  top: 5px;
  left: 0;
}

.key-takeaways-banner h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.26px;
  margin: 8px 0 15px;
}

.key-takeaways-banner h3.banner-heading-text {
  color: #0065ff;
  font-size: 16px;
  line-height: 24px;
}

.commonForm-box {
  position: relative;
}

.commonForm-box input,
.commonForm-box select {
  padding: 20px;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  -webkit-appreance: none;
  width: 100%;
  box-sizing: border-box;
}

.commonForm-box .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0 4px;
}

.banner-with-image {
  border: 1px solid #dfe1e6;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.banner-with-image .banner-img {
  background: #ccc;
  width: calc(40% - 40px);
  position: absolute;
  height: calc(100% - 40px);
}

.banner-with-image .banner-pointers {
  padding-left: 40%;
}

.banner-with-image .banner-pointers p {
  display: block;
}

@media only screen and (max-width: 667px) {
  .banner-with-image .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 20px;
  }
  .banner-with-image .banner-pointers {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .banner-with-image {
    padding: 20px 10px 20px 10px;
  }
}
.askWidget {
  position: relative;
}

.ask-pb-banner {
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  padding: 20px 20px 30px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 20px 0;
}

.ask-pb-banner .banner-img {
  background: url("../../images/bu/ask-pb-banner.svg") no-repeat left bottom;
  width: calc(35% - 40px);
  position: absolute;
  height: calc(100% - 40px);
  background-size: contain;
}

.ask-pb-banner .commonForm-box input {
  font-size: 16px;
}

.ask-pb-banner .commonForm-box input + label,
.ask-pb-banner .commonForm-box input + label.gray {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 18px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.ask-pb-banner .commonForm-box input::-moz-placeholder,
.ask-pb-banner .commonForm-box input::-webkit-input-placeholder {
  color: #5e6c84;
}

.ask-pb-banner .commonForm-box input:focus {
  outline: 0;
}

.ask-pb-banner .commonForm-box input:focus + label,
.ask-pb-banner .commonForm-box input:focus + label.gray {
  z-index: 10;
  visibility: visible;
  top: -12px;
  font-size: 12px;
}

.ask-pb-banner .commonForm-box input.labelshow + label,
.ask-pb-banner .commonForm-box input.labelshow + label.gray {
  z-index: 10;
  visibility: visible;
  top: -12px;
  font-size: 12px;
}

.ask-pb-banner .banner-pointers {
  padding-left: 35%;
}

.ask-pb-banner .banner-pointers p {
  display: block;
  margin: 10px 0 25px;
  letter-spacing: -0.2px;
}

.ask-pb-banner .banner-pointers .banner-heading-text {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  margin: 15px 0 5px;
  color: #253858;
}

@media only screen and (max-width: 440px) {
  .ask-pb-banner .banner-pointers .banner-heading-text {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 320px) {
  .ask-pb-banner .banner-pointers .banner-heading-text {
    line-height: 28px;
  }
}
.ask-pb-banner .banner-pointers .askpb_logo {
  background-image: url("../../images/svg/askpb_logo.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 0;
  display: block;
  height: 50px;
  background-size: 100px 50px;
}

.ask-pb-banner .banner-pointers .pb-form-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.ask-pb-banner .banner-pointers .pb-form-box .input-wrapper {
  width: 65%;
}

.ask-pb-banner .banner-pointers .pb-form-box .submit_button {
  width: 32%;
  margin-left: 3%;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
}

.ask-pb-banner .banner-pointers .err {
  font-size: 12px;
  line-height: 16px;
  color: red;
  position: absolute;
  bottom: -22px;
  left: 22px;
}

.ask-pb-banner .banner-pointers .err:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 1px;
  left: -18px;
  background-size: 100%;
}

@media only screen and (max-width: 667px) {
  .ask-pb-banner .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 20px;
    background-position: center center;
  }
  .ask-pb-banner .banner-pointers {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .ask-pb-banner {
    padding: 20px 10px 35px 10px;
  }
}
.news-letter {
  border: 1px solid #dfe1e6;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-letter .commonForm-box input {
  font-size: 16px;
}

.news-letter .commonForm-box input + label,
.news-letter .commonForm-box input + label.gray {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 18px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.news-letter .commonForm-box input::-moz-placeholder,
.news-letter .commonForm-box input::-webkit-input-placeholder {
  color: #5e6c84;
}

.news-letter .commonForm-box input:focus {
  outline: 0;
}

.news-letter .commonForm-box input:focus + label,
.news-letter .commonForm-box input:focus + label.gray {
  z-index: 10;
  visibility: visible;
  top: -11px;
  font-size: 12px;
}

.news-letter .commonForm-box input.labelshow + label,
.news-letter .commonForm-box input.labelshow + label.gray {
  z-index: 10;
  visibility: visible;
  top: -11px;
  font-size: 12px;
}

.news-letter .banner-img {
  width: calc(50% - 5px);
  height: calc(100% - 40px);
  background-size: contain;
  padding-left: 90px;
  box-sizing: border-box;
  position: relative;
}

.news-letter .banner-img .news-letter-icon {
  width: 60px;
  height: 60px;
  background: #deebff url("../../images/bu/news-letter-icon.svg") no-repeat 15px 15px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.news-letter .banner-img h3 {
  margin: 8px 0 10px;
}

.news-letter .banner-img p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.news-letter .banner-img .banner-heading-text {
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #253858;
}

@media only screen and (max-width: 440px) {
  .news-letter .banner-img .banner-heading-text {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 320px) {
  .news-letter .banner-img .banner-heading-text {
    line-height: 28px;
  }
}
.news-letter .banner-pointers {
  width: calc(50% - 5px);
  align-items: center;
  justify-content: center;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.news-letter .banner-pointers .news-letter-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news-letter .banner-pointers .news-letter-form .input-wrapper {
  width: 70%;
}

.news-letter .banner-pointers .news-letter-form .input-wrapper input {
  border-radius: 8px 0 0 8px;
  border-color: #dfe1e6;
}

.news-letter .banner-pointers .news-letter-form .submit_button {
  width: 30%;
  margin-left: 0;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  font-size: 14px;
  padding: 18px 0;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-letter .banner-pointers .err {
  font-size: 12px;
  line-height: 16px;
  color: red;
  position: absolute;
  bottom: -12px;
  left: 22px;
}

.news-letter .banner-pointers .err:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 1px;
  left: -18px;
  background-size: 100%;
}

@media only screen and (max-width: 667px) {
  .news-letter .banner-pointers .err {
    bottom: -22px;
  }
}
.news-letter .banner-pointers .ns_success {
  color: #06a857;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: -12px;
  left: 22px;
}

.news-letter .banner-pointers .ns_success:after {
  display: none;
}

@media only screen and (max-width: 667px) {
  .news-letter .banner-pointers .ns_success {
    bottom: -22px;
  }
}
@media only screen and (max-width: 667px) {
  .news-letter {
    padding: 20px 10px 30px 10px;
  }
  .news-letter .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .news-letter .banner-img .news-letter-icon {
    top: -5px;
    transform: initial;
  }
  .news-letter .banner-pointers {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .news-letter .banner-img .news-letter-icon {
    top: 0;
  }
}
.news-letter .ns_error {
  font-size: 12px;
  line-height: 16px;
  color: red;
  position: absolute;
  bottom: -12px;
  left: 22px;
}

.news-letter .ns_error:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 7px;
  left: -18px;
  background-size: 100%;
}

.col-2-layout-with-icon {
  width: 100%;
  margin-bottom: 20px;
}

.col-2-layout-with-icon .col-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-2-layout-with-icon .col-item .item-list {
  width: 48%;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0 20px 0;
}

.col-2-layout-with-icon .col-item .item-list .icon {
  display: inline-block;
  position: absolute;
  width: 50px;
  left: 0;
  top: 5px;
}

.col-2-layout-with-icon .col-item .item-list .icon img {
  width: 100%;
}

.col-2-layout-with-icon .col-item .item-list .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.col-2-layout-with-icon .col-item .item-list p {
  margin-top: 3px;
}

@media only screen and (max-width: 640px) {
  .col-2-layout-with-icon .col-item .item-list {
    width: 100%;
  }
}
.calculator-frame {
  border: 1px solid #dfe1e6;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 20px 0;
}

.calculator-frame .default-h2,
.calculator-frame .default-h3 {
  margin: 0 0 8px;
}

.calculator-frame .calculator-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.calculator-frame .calculator-box li {
  list-style: none;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-right: 35px;
  width: 80px;
}

.calculator-frame .calculator-box li a {
  display: table;
  color: #253858;
}

.calculator-frame .calculator-box li div {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  height: 80px;
  width: 80px;
  position: relative;
}

.calculator-frame .calculator-box li div::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../../images/bu/calculator-svg-icon.svg") no-repeat 0 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.calculator-frame .calculator-box li div.term-ins:before {
  background-position: -212px 0;
}

.calculator-frame .calculator-box li div.life-ins:before {
  background-position: -70px 0;
}

.calculator-frame .calculator-box li div.life-val-ins:before {
  background-position: -2px 0;
}

.calculator-frame .calculator-box li div.retirement-ins:before {
  background-position: -140px 0;
}

.calculator-frame .calculator-box li div.ulip-ins:before {
  background-position: -280px 0;
}

.calculator-frame .calculator-box li div.annuity-ins:before {
  background-position: -350px 0;
}

.calculator-frame .calculator-box li div.premium-ins:before {
  background-position: -422px 0;
}

.calculator-frame .calculator-box li div.saving-ins:before {
  background-position: -492px 0;
}

.calculator-frame .calculator-box li div.nps-ins:before {
  background-position: -562px 0;
}

.calculator-frame .calculator-box li span {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .calculator-frame .calculator-box li {
    margin-right: calc(33% - 84px);
  }
}
.calculator-frame .banner-pointers {
  padding-left: 40%;
}

.calculator-frame .banner-pointers p {
  display: block;
}

@media only screen and (max-width: 480px) {
  .calculator-frame .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 20px;
  }
  .calculator-frame .banner-pointers {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .calculator-frame {
    padding: 20px 10px 20px 10px;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .askpbwidget {
    margin: 20px auto;
  }
}
.col-2-layout-with-bluebg {
  width: 100%;
  margin-bottom: 20px;
}

.col-2-layout-with-bluebg .col-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-2-layout-with-bluebg .col-item .item-list {
  width: 48%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0 20px 0;
  background: #f9faff;
}

.col-2-layout-with-bluebg .col-item .item-list p {
  display: inline;
}

.col-2-layout-with-bluebg .col-item .item-list .icon {
  display: inline-block;
  position: absolute;
  width: 50px;
  left: 0;
  top: 5px;
}

.col-2-layout-with-bluebg .col-item .item-list .icon img {
  width: 100%;
}

.col-2-layout-with-bluebg .col-item .item-list .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.col-2-layout-with-bluebg .col-item .item-list .open-parent {
  font-size: 16px;
  color: #0065ff;
  text-decoration: none;
  color: #0065ff;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 640px) {
  .col-2-layout-with-bluebg .col-item .item-list {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.tow-col-list-with-ticks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tow-col-list-with-ticks .list-title {
  flex-basis: 48%;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  color: #253858;
  letter-spacing: 0.26px;
}

@media screen and (max-width: 767px) {
  .tow-col-list-with-ticks .list-title {
    flex-basis: 100%;
    margin-left: 4px;
  }
}
.tow-col-list-with-ticks .list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.tow-col-list-with-ticks p::last-of-type {
  margin-top: 0;
}

.layout-full {
  width: 100%;
  margin-bottom: 20px;
}

.layout-full .item-list {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin: 15px 0 0 0;
  padding-left: 20px;
}

.layout-full .item-list .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 20px 0 6px 0;
}

.layout-full .item-list .list-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media only screen and (max-width: 640px) {
  .layout-full .item-list {
    width: 100%;
  }
}
.layout-full-with-bluebg {
  width: 100%;
  margin-bottom: 20px;
  background: #f9faff;
  border-radius: 8px;
  padding: 22px 24px;
}

.layout-full-with-bluebg h2 {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .layout-full-with-bluebg {
    background: 0 0;
    padding: 0;
  }
}
.list-with-round-bullet {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.list-with-round-bullet li {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  margin: 15px 0 0 0;
  padding-left: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #253858;
}

.list-with-round-bullet li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #253858;
  border-radius: 50%;
}

ol {
  padding-left: 16px;
}

ol li {
  padding: 0 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

ol li::last-child {
  margin-bottom: 0;
}

ol li::marker {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.list-with-ticks {
  list-style-type: none;
  margin: 0 16px 0 35px;
}

@media screen and (max-width: 767px) {
  .list-with-ticks {
    margin: 0 16px;
  }
}
.list-with-ticks li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  color: #505f79;
  letter-spacing: 0.26px;
}

.list-with-ticks li:last-child {
  margin-bottom: 0;
}

.list-with-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #505f79;
  border-right: 2px solid #505f79;
}

.term-widget .right-block select {
  font-size: 16px;
  padding: 0 16px 0 6px;
}

@media only screen and (max-width: 1024px) {
  .disContnet.contentStyles {
    padding: 0px;
  }
  .disContnet.contentStyles .block_content_wrapper.first {
    margin: 0;
    border-top: none;
  }
}
.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: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .insurer-by-company,
  .list-calculator {
    padding: 15px 5px 5px;
  }
}
.insurer-by-company .insurer-by-company-title {
  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: 0;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: left;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.insurer-by-company .insurer-by-company-content:after {
  content: "";
  flex-basis: 50%;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 740px) {
  .insurer-by-company .insurer-by-company-content:after {
    flex-basis: 31%;
  }
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  margin: 0 0 10px 0;
  padding: 15px 6px 0;
  border-radius: 8px;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  max-width: 250px;
  width: 24%;
  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: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  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-next.slick-arrow,
.insurer-by-company .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.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;
  transform: translate(0, -50%);
  top: 50%;
  left: -20px;
}

.lessInsurer::before {
  content: "-";
}

.viewallLinkInsurer {
  margin: 30px;
  display: flex;
  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;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 7px;
}

.viewallLinkInsurer .viewAll .witharrow.less:after {
  transform: rotate(-135deg);
  top: 10px;
}

.why-buy-term-insurance-box {
  background: #f5f5f5 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 42px 30px 22px 20px;
  max-width: 775px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box {
    padding: 24px 6px 24px 0;
  }
}
.why-buy-term-insurance-box .heading {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box .heading {
    padding: 0 8px;
  }
}
.why-buy-term-insurance-box .why-buy-term-insurance-body {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-left {
  background: url("../../../cdn/images/bu/investment/why-buy-term-insurance-svg.svg") no-repeat center/contain;
  width: 209px;
  height: 297px;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-left {
    margin-left: -17px;
  }
}
.why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-right {
  padding-left: 18px;
  padding-bottom: 20px;
  padding-right: 3px;
}

.why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-right h2 {
  letter-spacing: 0;
  color: #0065ff;
  line-height: 28px;
  margin: 0 0 24px;
}

.why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-right .benefits-list .benefit {
  display: flex;
}

.why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-right .benefits-list .benefit p {
  letter-spacing: 0;
  color: #151515;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 18px;
  width: 89%;
}

.why-buy-term-insurance-box .why-buy-term-insurance-body .why-buy-term-insurance-right .benefits-list .benefit span {
  background: #0065ff;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: 500;
}

.why-buy-term-insurance-box .button {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(31, 90, 228, 0.3098039216);
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  width: 203px;
  padding: 15px 0;
  margin-top: 6px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box .button {
    margin: 6px auto;
  }
}
@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box .hide-mobile {
    display: none;
  }
}
.why-buy-term-insurance-box .hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box .hide-desktop {
    display: block;
  }
}
.term-insurance-riders-box {
  background: #fff 0 0 no-repeat padding-box;
  border: 5px solid rgba(11, 85, 218, 0.1529411765);
  border-radius: 50px 50px 25px 25px;
  padding: 47px 0 50px;
  position: relative;
  max-width: 775px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box {
    border: 3px solid #c3daff;
    border-radius: 12px;
    padding: 50px 0 58px;
    max-width: 375px;
  }
}
.term-insurance-riders-box .term-insurance-riders-container {
  position: relative;
}

.term-insurance-riders-box .term-insurance-riders-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(66, 114, 239, 0.2509803922);
  height: 316px;
  width: 316px;
  margin: 0 auto;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-body {
    height: 191px;
    width: 191px;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-body {
    height: 150px;
    width: 150px;
  }
}
.term-insurance-riders-box .term-insurance-riders-body .heading {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  color: #000;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  height: 165px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-rider-bg.png") no-repeat center;
}

.term-insurance-riders-box .term-insurance-riders-body .heading .blue {
  color: #0065ff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-body .heading {
    height: 100px;
    width: 100px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-body .heading {
    height: 70px;
    width: 70px;
    font-size: 12px;
    line-height: 14px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle {
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 225px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle {
    max-width: 165px;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle {
    max-width: 125px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.inverse {
  flex-direction: row-reverse;
  text-align: right;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.inverse p {
  margin-right: 10px;
  margin-left: 0;
}

@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.inverse p {
    margin-right: 5px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-1 {
  top: 0;
  right: 12%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-1 {
    right: -2%;
    top: -8px;
  }
}
@media screen and (max-width: 375px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-1 {
    right: -6%;
  }
}
@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-1 {
    top: -11px;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-1 {
    right: -2%;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-2 {
  top: 133px;
  right: 3%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-2 {
    top: 76px;
    right: -15%;
  }
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-2 p {
    width: 41%;
  }
}
@media screen and (max-width: 375px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-2 {
    right: -21%;
  }
}
@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-2 {
    right: -25%;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-2 {
    right: 2%;
    top: 53px;
    max-width: 80px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 {
  bottom: 3px;
  right: 12%;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 p {
  width: 66%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 {
    bottom: -12px;
    right: -2%;
  }
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 p {
    width: 65%;
  }
}
@media screen and (max-width: 375px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 {
    right: -6%;
  }
}
@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 {
    bottom: -14px;
    right: -8%;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-3 {
    right: -2%;
    bottom: -18px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-4 {
  bottom: 3px;
  left: 12%;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-4 p {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-4 {
    bottom: -12px;
    left: -2%;
  }
}
@media screen and (max-width: 375px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-4 {
    left: -6%;
  }
}
@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-4 {
    bottom: -13px;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-4 {
    bottom: -11px;
    left: -2%;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 {
  top: 133px;
  left: 3%;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 p {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 {
    top: 76px;
    left: -15%;
  }
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 p {
    width: 47%;
  }
}
@media screen and (max-width: 375px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 {
    left: -21%;
  }
}
@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 {
    left: -25%;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-5 {
    left: -14%;
    top: 53px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-6 {
  top: 0;
  left: 12%;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-6 p {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-6 {
    left: -2%;
    top: -8px;
  }
}
@media screen and (max-width: 375px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-6 {
    left: -6%;
  }
}
@media screen and (max-width: 360px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-6 {
    top: -10px;
  }
}
@media screen and (max-width: 320px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle.circle-6 {
    left: -2%;
    top: -13px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle p {
  letter-spacing: 0;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-left: 7px;
  width: 68%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle p {
    font-size: 12px;
    line-height: 14px;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image {
  width: 61px;
  height: 61px;
  background-origin: content-box;
  padding: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image {
    height: 37px;
    width: 37px;
    background-size: 24px 24px !important;
  }
}
.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image.circle-1 {
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-riders-circle-1.png") no-repeat center #4272ef;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image.circle-2 {
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-riders-circle-2.png") no-repeat center #4272ef;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image.circle-3 {
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-riders-circle-3.png") no-repeat center #4272ef;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image.circle-4 {
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-riders-circle-4.png") no-repeat center #4272ef;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image.circle-5 {
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-riders-circle-5.png") no-repeat center #4272ef;
}

.term-insurance-riders-box .term-insurance-riders-circle-list .term-insurance-riders-circle .image.circle-6 {
  background: url("../../../cdn/images/bu/investment/term-insurance-riders/term-insurance-riders-circle-6.png") no-repeat center #4272ef;
}

.term-insurance-riders-box .button {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(31, 90, 228, 0.3098039216);
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  width: 203px;
  padding: 15px 0;
  margin-top: 6px;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .button {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .term-insurance-riders-box .hide-mobile {
    display: none;
  }
}
.term-insurance-riders-box .hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .term-insurance-riders-box .hide-desktop {
    display: block;
  }
}
.types-of-lic-products-box {
  background: url("../../../cdn/images/bu/investment/types-of-lic-products/types-of-lic-products-bg.jpg") no-repeat center/cover;
  padding: 42px 35px 88px;
  border-radius: 8px;
  max-width: 775px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .types-of-lic-products-box {
    padding: 31px 35px;
    background: url("../../../cdn/images/bu/investment/types-of-lic-products/types-of-lic-products-bg-mobile.jpg") no-repeat bottom/100% 109%;
  }
}
.types-of-lic-products-box .heading {
  letter-spacing: 0;
  color: #f5f5f5;
  font-size: 25px;
  text-align: CENTER;
  font-weight: 600;
  line-height: 29px;
  margin: 0 0 32px;
}

@media screen and (max-width: 767px) {
  .types-of-lic-products-box .heading {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 24px;
  }
}
.types-of-lic-products-box .types-of-lic-products-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .types-of-lic-products-box .types-of-lic-products-list {
    align-items: center;
    justify-content: center;
  }
}
.types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product {
  max-width: 213px;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  border-radius: 110px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: #79a6ff;
  height: 57px;
  padding: 0 12px 0 20px;
}

.types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product:nth-child(3n) {
  margin-right: 0;
}

.types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product {
    max-width: 267px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.types-of-lic-products-box .button {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(31, 90, 228, 0.3098039216);
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  width: 267px;
  padding: 15px 0;
  margin: 4px auto;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .types-of-lic-products-box .button {
    margin: 16px auto 0;
  }
}
.why-buy-term-insurance-box-2 {
  background: #f5f5f5 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 24px 23px;
  max-width: 775px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 {
    padding: 8px 23px 10px;
  }
}
@media screen and (max-width: 375px) {
  .why-buy-term-insurance-box-2 {
    padding: 8px 23px 10px 13px;
  }
}
.why-buy-term-insurance-box-2 .heading {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  text-align: CENTER;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 23px;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 .heading {
    font-weight: 700;
    margin: 0 0 10px;
  }
}
.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons {
    align-items: center;
    justify-content: center;
  }
}
.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason {
  max-width: 286px;
  width: 100%;
  margin-right: 47px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason {
    margin-right: 0;
    margin-bottom: 0;
    justify-content: center;
  }
}
.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .number {
  background: #76a8f5;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  border-radius: 4px 4px 0 4px;
  font-weight: 600;
  margin-bottom: 14px;
}

.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .number::after {
  width: 0;
  height: 0;
  border-top: 7px solid #2f1080;
  border-left: 7px solid transparent;
  content: "";
  bottom: -7px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .number {
    margin-right: 0;
  }
}
.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .reason {
  background: #0065ff 0 0 no-repeat padding-box;
  height: 57px;
  letter-spacing: 0;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 19px;
  padding-left: 15px;
  display: flex;
  align-items: CENTER;
  max-width: 230px;
  width: 100%;
  padding-right: 0;
  font-weight: 600;
  word-break: break-word;
  position: relative;
}

.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .reason::after {
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-left: 20px solid #0065ff;
  border-bottom: 28px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .reason::after {
    right: -19px;
  }
}
@media screen and (max-width: 375px) {
  .why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .why-buy-term-insurance-reasons .why-buy-term-insurance-reason .reason {
    max-width: 185px;
  }
}
.why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .button {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(31, 90, 228, 0.3098039216);
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  width: 267px;
  padding: 15px 0;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .why-buy-term-insurance-box-2 .why-buy-term-insurance-body-2 .button {
    margin: 16px auto 0;
  }
}
.reasons-to-buy-term-insurance-online-box {
  background: #f5f5f5 0 0 no-repeat padding-box;
  border-radius: 50px 50px 25px 25px;
  padding: 36px 25px 26px;
  max-width: 775px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box {
    padding: 26px 20px 41px;
    border-radius: 16px;
  }
}
.reasons-to-buy-term-insurance-online-box .heading {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  text-align: CENTER;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 42px;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .heading {
    margin: 0 0 43px;
  }
}
.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body {
  padding: 0;
}

.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list {
    align-items: center;
    justify-content: center;
  }
}
.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance {
  display: flex;
  max-width: 328px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 25px;
}

.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance {
    max-width: 300px;
  }
}
.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .image {
  position: relative;
  width: 69px;
  display: flex;
  align-items: center;
  justify-content: CENTER;
  margin-right: -10px;
  margin-top: -2px;
}

.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason {
  background: #fff 0 0 no-repeat padding-box;
  height: 45px;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  line-height: 19px;
  padding-left: 5px;
  display: flex;
  align-items: CENTER;
  max-width: 248px;
  width: 100%;
  padding-right: 0;
  font-weight: 600;
  word-break: break-word;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason {
    font-size: 14px;
  }
}
@media screen and (max-width: 413px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason {
    max-width: 225px;
  }
}
@media screen and (max-width: 360px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason {
    font-size: 13px;
    max-width: 216px;
  }
}
@media screen and (max-width: 320px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason {
    font-size: 10px;
    max-width: 175px;
    line-height: 12px;
  }
}
.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason span {
  color: #0065ff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 40%;
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason span {
    font-size: 12px;
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 320px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason span {
    font-size: 9px;
    width: 80px;
    line-height: 12px;
  }
}
.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 23px solid transparent;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 0;
}

.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason::after {
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 23px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .reasons-to-buy-term-insurance-list .reason-to-buy-term-insurance .reason::after {
    right: -19px;
  }
}
.reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .button {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(31, 90, 228, 0.3098039216);
  border-radius: 4px;
  border: 0;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  width: 267px;
  padding: 15px 0;
  margin: 4px auto;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .button {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 375px) {
  .reasons-to-buy-term-insurance-online-box .reasons-to-buy-term-insurance-body .button {
    width: 100%;
  }
}
.traditional-plan-heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-align: CENTER;
  margin-bottom: 28px;
}

.traditional-plan-heading.hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .traditional-plan-heading.hide-desktop {
    display: block;
  }
}
.traditional-terms-conditions {
  letter-spacing: 0;
  color: #9b9b9b;
  font-size: 10px;
  font-style: italic;
  line-height: 11px;
  margin-bottom: 8px;
}

.traditional-plans-box {
  background: #fff;
  border-radius: 8px;
  display: flex;
  margin-bottom: 17px;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .traditional-plans-box {
    border: 1px solid #9fc4ff;
    border-radius: 8px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .traditional-plans-box {
    border: 1px solid #9fc4ff;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.traditional-plans-box .column.heading-list {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 18px;
  width: 20.8%;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.heading-list {
    width: 25%;
    padding: 0;
    background: rgba(103, 171, 255, 0.07);
    border-radius: 8px 0 0 8px;
  }
}
.traditional-plans-box .column.heading-list .heading {
  letter-spacing: 0;
  color: #464646;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.heading-list .heading {
    border-bottom: 2px solid #e7f0fe;
    font-size: 10px;
    line-height: 11px;
  }
}
.traditional-plans-box .column.plan {
  border-right: 1px solid rgba(47, 100, 213, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.traditional-plans-box .column.plan:last-child {
  border-right: 0;
}

.traditional-plans-box .column.plan .plan-heading {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #6c63ff;
  font-weight: 700;
  border-bottom: 2px solid #e7f0fe;
  text-align: center;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-heading {
    padding: 0;
  }
}
.traditional-plans-box .column.plan .plan-heading span {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-heading {
    border-bottom: 2px solid #e7f0fe;
    font-size: 10px;
    line-height: 11px;
  }
  .traditional-plans-box .column.plan .plan-heading span {
    font-size: 10px;
  }
}
.traditional-plans-box .column.plan .plan-life-cover,
.traditional-plans-box .column.plan .plan-returns,
.traditional-plans-box .column.plan .plan-tax-free-maturity,
.traditional-plans-box .column.plan .plan-tax-saving {
  border-bottom: 1px solid rgba(47, 100, 213, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.traditional-plans-box .column.plan .plan-life-cover .tax-plan,
.traditional-plans-box .column.plan .plan-returns .tax-plan,
.traditional-plans-box .column.plan .plan-tax-free-maturity .tax-plan,
.traditional-plans-box .column.plan .plan-tax-saving .tax-plan {
  letter-spacing: 0;
  color: #253858;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}

@media screen and (max-width: 360px) {
  .traditional-plans-box .column.plan .plan-life-cover .tax-plan,
  .traditional-plans-box .column.plan .plan-returns .tax-plan,
  .traditional-plans-box .column.plan .plan-tax-free-maturity .tax-plan,
  .traditional-plans-box .column.plan .plan-tax-saving .tax-plan {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-life-cover,
  .traditional-plans-box .column.plan .plan-returns,
  .traditional-plans-box .column.plan .plan-tax-free-maturity,
  .traditional-plans-box .column.plan .plan-tax-saving {
    border-bottom: 2px solid #e7f0fe;
  }
}
.traditional-plans-box .column.plan .plan-returns .highlighted {
  border: 1px dashed #007500;
  border-radius: 4px;
  text-align: CENTER;
  width: 99px;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-returns .highlighted {
    width: 92px;
  }
}
@media screen and (max-width: 360px) {
  .traditional-plans-box .column.plan .plan-returns .highlighted {
    width: 70px;
  }
}
.traditional-plans-box .column.plan .plan-returns .highlighted .value {
  margin-bottom: 0;
}

.traditional-plans-box .column.plan .plan-returns .highlighted .green {
  letter-spacing: 0;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  padding: 3px 3px 2px;
  background: #206f13 0 0 no-repeat padding-box;
  border-radius: 4px;
  width: 86px;
  text-align: CENTER;
  margin: 0 auto -12px;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-returns .highlighted .green {
    width: 84px;
    padding: 3px 0 2px;
  }
}
@media screen and (max-width: 360px) {
  .traditional-plans-box .column.plan .plan-returns .highlighted .green {
    width: 65px;
  }
}
.traditional-plans-box .column.plan .plan-returns .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-returns .value {
    font-size: 12px;
  }
}
.traditional-plans-box .column.plan .plan-returns .time {
  letter-spacing: 0;
  color: #253858;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .traditional-plans-box .column.plan .plan-returns .time {
    font-size: 10px;
  }
}
.traditional-plans-box .column.plan .yes {
  position: relative;
  border: 2px solid #206f13;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.traditional-plans-box .column.plan .no {
  border: 2px solid #f71540;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.traditional-plans-box .w100 {
  width: 100%;
}

.traditional-plans-box .w30 {
  width: 30%;
}

.traditional-plans-box .w25 {
  width: 25%;
}

.traditional-plans-box .h82 {
  height: 82px;
}

.traditional-plans-box .h95 {
  height: 95px;
}

.traditional-plans-box .h52 {
  height: 52px;
}

.traditional-plans-box .h70 {
  height: 70px;
}

.one-crore-term-plan-box {
  background: #f5f7ff 0 0 no-repeat padding-box;
  border-radius: 16px;
  padding: 21px 23px 13px 30px;
}

@media screen and (max-width: 767px) {
  .one-crore-term-plan-box {
    padding: 27px 15px 32px 17px;
  }
}
@media screen and (max-width: 360px) {
  .one-crore-term-plan-box {
    padding: 27px 10px 32px 10px;
  }
}
.one-crore-term-plan-box .one-crore-term-plan-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .one-crore-term-plan-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content {
    position: relative;
    width: 100%;
  }
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .image {
    max-width: 88px;
    position: absolute;
    right: 0;
    top: -12px;
  }
}
@media screen and (max-width: 360px) {
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .image {
    max-width: 65px;
  }
}
.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .small {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media screen and (max-width: 360px) {
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .small {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
  }
}
.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .large {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 6px;
}

.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .medium {
  font-size: 16px;
  line-height: 21px;
  color: #253858;
  margin-bottom: 0;
}

@media screen and (max-width: 360px) {
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .medium {
    font-size: 14px;
    line-height: 19px;
  }
}
.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .medium span {
  font-weight: 600;
}

.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .medium sup {
  font-size: 10px;
}

.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .blue {
  color: #0065ff;
}

.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .plan {
  display: flex;
  align-items: flex-end;
  margin-bottom: 19px;
}

.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .plan .medium {
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .plan {
    flex-direction: column;
    align-items: flex-start;
  }
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .plan .large {
    margin-bottom: 4px;
  }
  .one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .plan .medium {
    line-height: 21px;
  }
}
.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .pointers .pointer {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.one-crore-term-plan-box .one-crore-term-plan-body .one-crore-term-plan-content .content .pointers .pointer::before {
  background: #253858;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  border-radius: 50%;
  top: 41%;
  left: 0;
}

.one-crore-term-plan-box .one-crore-term-plan-body button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  width: 162px;
  padding: 10px 0 9px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .one-crore-term-plan-body button {
    display: block;
    margin: 20px auto 0;
  }
}
.one-crore-term-plan-box .term-conditions {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.368627451);
  font-size: 10px;
  line-height: 13px;
  text-align: right;
  margin-right: -8px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .term-conditions {
    text-align: left;
    margin-left: -8px;
    margin-bottom: -21px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 360px) {
  .one-crore-term-plan-box .term-conditions {
    text-align: left;
    margin-left: -1px;
  }
}
@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .hide-mobile {
    display: none;
  }
}
.one-crore-term-plan-box .hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .one-crore-term-plan-box .hide-desktop {
    display: block;
  }
}
.term-plans-box {
  display: flex;
  overflow: hidden;
  padding: 30px 0 30px 10px;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .term-plans-box {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .term-plans-box {
    padding: 19px 0 26px 0;
    margin-left: 0;
    flex-direction: column;
    background: #f5f7ff 0 0 no-repeat padding-box;
  }
}
.term-plans-box .heading {
  width: 168px;
  padding: 0;
  background: #fffff5 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  flex-direction: column;
  margin-right: 19px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .term-plans-box .heading {
    width: 100%;
    height: auto;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    margin-right: 0;
  }
}
.term-plans-box .heading .image {
  max-width: 88px;
}

.term-plans-box .heading .content {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .term-plans-box .heading .content {
    border-bottom: 1px dashed #707070;
    width: 92%;
    margin: 0 auto 23px;
    padding: 0 0 7px;
  }
}
.term-plans-box .heading .content > div {
  max-width: 18px;
  margin-right: 12px;
  max-height: 18px;
}

.term-plans-box .heading .content p {
  letter-spacing: 0;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.term-plans-box .term-plans {
  width: calc(100% - 168px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .term-plans-box .term-plans {
    width: 100%;
    padding-left: 7px;
    overflow-x: scroll;
  }
}
.term-plans-box .term-plans .term-plan {
  width: calc(33% - 10px);
  height: 208px;
  cursor: pointer;
  border-radius: 18px;
  padding: 14px 14px 21px;
}

@media screen and (max-width: 767px) {
  .term-plans-box .term-plans .term-plan {
    min-width: 200px;
    margin-right: 20px;
  }
}
.term-plans-box .term-plans .term-plan.purple {
  background: #d9d8f6;
}

.term-plans-box .term-plans .term-plan.purple p {
  color: #5d50d8;
}

.term-plans-box .term-plans .term-plan.purple p span {
  background: #5d50d8;
}

.term-plans-box .term-plans .term-plan.purple button {
  background: #5d50d8;
}

.term-plans-box .term-plans .term-plan.orange {
  background: #ffdea3;
}

.term-plans-box .term-plans .term-plan.orange p {
  color: #7f5900;
}

.term-plans-box .term-plans .term-plan.orange p span {
  background: #7f5900;
}

.term-plans-box .term-plans .term-plan.orange button {
  background: #7f5900;
}

.term-plans-box .term-plans .term-plan.pink {
  background: #ffd8d9;
}

.term-plans-box .term-plans .term-plan.pink p {
  color: #a73740;
}

.term-plans-box .term-plans .term-plan.pink p span {
  background: #a73740;
}

.term-plans-box .term-plans .term-plan.pink button {
  background: #a73740;
}

.term-plans-box .term-plans .term-plan .amount {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 8px;
}

.term-plans-box .term-plans .term-plan .type {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 7px;
}

.term-plans-box .term-plans .term-plan .plan {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 19px;
  letter-spacing: 0;
}

.term-plans-box .term-plans .term-plan .plan span {
  border-radius: 50%;
  padding: 1px 4px 3px;
  color: #fff;
  font-size: 8px;
  margin-top: 0;
}

.term-plans-box .term-plans .term-plan button {
  border-radius: 4px;
  width: 100%;
  border: 0;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 0 5px;
  font-weight: 700;
  cursor: pointer;
}

.term-plans-box .term-plans:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .term-plans-box .hide-mobile {
    display: none;
  }
}
.term-plans-box .hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .term-plans-box .hide-desktop {
    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: 0 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: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonials .testiMonialSlider .slick-dots li button.slick-active:before {
  opacity: 0.75;
  color: #2f4efb;
}

.testimonials .testiMonialSlider.slider {
  width: 100%;
  max-width: 1200px;
}

.testimonials .testiMonialSlider .slick-next,
.testimonials .testiMonialSlider .slick-prev {
  width: 250px;
  height: 250px;
  z-index: 99;
  position: absolute;
  top: 10%;
  background: 0 0;
  border: none;
}

.testimonials .testiMonialSlider .slick-next:focus,
.testimonials .testiMonialSlider .slick-prev:focus {
  outline: 0;
}

.testimonials .testiMonialSlider .slick-prev {
  left: 45px;
}

.testimonials .testiMonialSlider .slick-next {
  right: 45px;
}

.testimonials .testiMonialSlider .slick-slide {
  transition: all ease-in-out 0.3s;
}

.testimonials .testiMonialSlider .slick-current {
  opacity: 1;
}

.testimonials .testiMonialSlider .slick-center {
  transform: scale(1.4);
  position: relative;
  z-index: 100;
  background: #fff;
}

.testimonials .testiMonialSlider .slick-list {
  padding: 100px 0 !important;
  margin-left: 0;
}

.testimonials .testimonialItem {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 10px #ccc;
  margin: 0 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 0 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 0;
  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,
.testimonialItem.slick-slide.slick-active,
.testimonialItem.slick-slide.slick-cloned {
  box-shadow: none;
  opacity: 0.6;
  height: 215px;
  background: 0 0;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center {
  box-shadow: 1px 1px 10px #ccc;
  opacity: 1;
  background: #fff;
}

.testimonialItem.slick-slide.slick-current.slick-active.slick-center .content {
  font-size: 16px;
  padding: 10px 10px 0 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;
  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 {
    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: 0;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testiMonialSlider.slider {
    max-width: 360px;
  }
  .testimonials .testiMonialSlider.slider .slick-center {
    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: 0;
  }
  .pbRelatedLinks {
    padding: 20px 30px;
  }
  .testimonialItem.slick-slide.slick-current.slick-active.slick-center .content {
    font-size: 14px;
    padding: 10px 10px 0 27px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 24px;
    height: 200px;
  }
  .testimonialItem.slick-slide,
  .testimonialItem.slick-slide.slick-active,
  .testimonialItem.slick-slide.slick-cloned {
    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;
  }
}
.new-term-plan-with-multitab {
  height: 500px;
}

.new-term-plan-with-multitab.skull:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}

@media (max-width: 568px) {
  .new-term-plan-with-multitab {
    height: 640px;
    margin-top: 25px;
  }
}
.insurer-slider {
  position: relative;
  height: 370px;
  margin: 30px auto;
}

.insurer-slider .option-slider-insurer {
  margin: 16px auto;
}

@media (max-width: 1024px) {
  .insurer-slider .option-slider-insurer {
    margin: 16px auto 0;
  }
}
@media (max-width: 568px) {
  .insurer-slider {
    height: 380px;
  }
}
.insurer-slider.skull:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}

.popular_article_container {
  min-height: 615px;
}

.popular_article_container:after {
  display: none !important;
}

@media (max-width: 568px) {
  .popular_article_container {
    min-height: 665px;
  }
}
.popular_article_container.skull:empty {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}

.investment-option-slider {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .investment-option-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .popular_article_container {
    height: 615px;
  }
  .popular_article_container.skeleton:empty {
    background: #f6f7f8;
    background-position: -500px 0;
    animation: skeletonShine 1s linear 0s infinite normal forwards;
    background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 1000px 100%;
  }
  .block_content_wrapper_firstfold.term-insurance-calculator {
    min-height: 20px;
    transition: fadein 0.5s ease-in;
    animation: fadein 0.5s ease-in;
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.popular-comparisons-section {
  float: left;
  width: 100%;
  background: rgba(244, 245, 247, 0.4);
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section {
    background: #fff;
    margin-bottom: 30px;
  }
}
.popular-comparisons-section .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .popular-comparisons-section .container {
    padding: 0 10px;
  }
}
.popular-comparisons-section .heading {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  margin-bottom: 14px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section .heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
  }
}
.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  align-items: CENTER;
  justify-content: flex-start;
  white-space: nowrap;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab::-webkit-scrollbar {
  display: none;
}

.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab .popular-comparisons-tab-links {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 100px;
  padding: 6px 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #253858;
  margin-right: 12px;
  cursor: pointer;
}

.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab .popular-comparisons-tab-links.active {
  border-color: #0065ff;
  color: #0065ff;
  font-weight: 500;
}

.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content {
  display: none;
  position: relative;
}

.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content.active {
  display: block;
}

.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 24px;
  width: 100%;
  justify-content: flex-start;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons {
    margin-top: 4px;
    padding-bottom: 20px;
  }
}
.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  width: 33%;
  margin-bottom: 18px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a {
    margin-bottom: 0;
    padding: 14px 0;
    border-bottom: 1px solid #dfe1e6;
    width: 100%;
  }
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a:last-of-type {
    border-bottom: 0;
  }
}
.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a::after {
  content: "";
  border: solid #253858;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 6px;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a::after {
    position: absolute;
    right: 12px;
    top: 25px;
  }
}
.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons .more-comparisons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons .more-comparisons {
    display: none;
  }
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons .more-comparisons.show {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dfe1e6;
  }
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons .more-comparisons a:last-of-type {
    border-bottom: 0;
  }
}
.popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .more-comparisons-link {
  display: none;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .more-comparisons-link {
    display: block;
    border: 1px solid #0065ff;
    border-radius: 100px;
    padding: 6px 18px;
    max-width: 203px;
    width: 100%;
    position: absolute;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #0065ff;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    bottom: -15px;
  }
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .more-comparisons-link::after {
    content: "";
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0 0 3px 5px;
    position: absolute;
    top: 36%;
    right: 12px;
  }
  .popular-comparisons-section .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .more-comparisons-link.show::after {
    transform: rotate(-135deg);
    margin: 0 0 1px 5px;
    top: 46%;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .popular-comparisons-section.term {
    background: #f7f7f7;
  }
}
.popular-comparisons-section.term .container {
  text-align: center;
}

.popular-comparisons-section.term .container .heading {
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  padding: 12px 38px 11px;
  background: #253858 0 0 no-repeat padding-box;
  border-radius: 0 0 12px 12px;
  display: inline-block;
  margin: 0 auto 59px;
  text-align: CENTER;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section.term .container .heading {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 12px 26px 11px;
    border-radius: 0 0 12px 12px;
    display: inline-block;
    margin: 0 auto 38px;
  }
}
.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab {
  margin: 0 auto;
  align-items: CENTER;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 3px rgba(103, 60, 245, 0.0509803922);
  border: 1px solid #0065ff;
  border-radius: 30px;
  width: 100%;
  max-width: 324px;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab {
    width: 100%;
  }
}
.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab:has(button:nth-child(2)) {
  width: 57%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab:has(button:nth-child(2)) {
    width: 100%;
  }
}
.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab:has(button:nth-child(2)) .popular-comparisons-tab-links {
  width: 50%;
}

.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab .popular-comparisons-tab-links {
  background: #fff;
  border: 0;
  border-radius: 30px;
  padding: 17px 24px 16px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  margin-right: 0;
  cursor: pointer;
  width: 100%;
}

.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab .popular-comparisons-tab-links.active {
  background: transparent linear-gradient(102deg, #0065ff 0, #673cf5 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab .popular-comparisons-tab-links {
    text-wrap: wrap;
    padding: 9px 22px 8px;
  }
}
.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body {
    margin-top: 33px;
  }
}
.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons .more-comparisons.show {
  border: 0;
}

.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #253858;
  width: 30%;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  text-align: left;
  margin-right: 57px;
  padding-right: 20px;
}

.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a:nth-child(3n) {
  margin-right: 0;
}

.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a::after {
  background: url(../../images/bu/term/quick-comparison-export-icon.svg) no-repeat center/contain;
  border-width: 0;
  display: inline-block;
  padding: 0;
  transform: none;
  transition: all 0.2s ease-out;
  margin: 0;
  position: absolute;
  top: 3px;
  right: 0;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 767px) {
  .popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .comparisons a {
    width: 100%;
    margin-right: 0;
    padding: 0 20px 0 0;
    border-bottom: 0;
  }
}
.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .more-comparisons-link {
  padding: 15px 17px 14px 24px;
  bottom: -25px;
  text-transform: capitalize;
}

.popular-comparisons-section.term .popular-comparisons-body .popular-comparisons-tab-body .popular-comparisons-tab-content .more-comparisons-link::after {
  display: none;
}

.action-req-callback {
  font-weight: 500;
  line-height: 18px;
  position: fixed;
  bottom: 120px;
  right: 20px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  padding: 16px 15px 15px 62px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  background: #f78631 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(247, 134, 49, 0.168627451);
  border: 0.8000000119px solid #fa6000;
  border-radius: 25px;
  z-index: 99;
}

.action-req-callback.active {
  display: block;
}

.action-req-callback::before {
  content: "";
  background: url(../../images/bu/term/term-request-call-back-icon.gif) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .action-req-callback::before {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 3px;
  }
}
@media (max-width: 768px) {
  .action-req-callback {
    padding: 12px 9px 12px 40px;
    font-size: 12px;
    line-height: 16px;
    right: 9px;
    bottom: 115px;
  }
  .action-req-callback span {
    display: none;
  }
}
.addons-car.insurer-language {
  overflow: hidden;
}

.addons-car.insurer-language .insurer-by-company-title {
  margin-bottom: 24px;
}

.addons-car.insurer-language .insurer-by-company-content {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .addons-car.insurer-language .insurer-by-company-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block {
  min-width: 145px;
  padding: 15px 6px 0;
  justify-content: flex-start;
  height: 150px !important;
}

@media screen and (min-width: 1024px) {
  .addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block {
    margin: 7px 10px 14px 10px;
  }
}
.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons {
  width: 48px;
  height: 48px;
  background-origin: content-box;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-1 {
  background: #eae6ff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-2 {
  background: #fff6d1;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-2 + p {
  padding: 0 5px;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-3 {
  background: #e8fcff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-4 {
  background: #eae6ff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-5 {
  background: #ffebe6;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-6 {
  background: #e3fcef;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-7 {
  background: #fff6d1;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-8 {
  background: #e8fcff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-9 {
  background: #eae6ff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-10 {
  background: #ffebe6;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #0065ff;
  font-weight: 500;
  width: 100%;
}

.addons-car.insurer-language .slick-next.slick-arrow,
.addons-car.insurer-language .slick-prev.slick-arrow {
  border-width: 0;
  width: 32px;
  height: 32px;
  top: -80px;
  transform: none;
  background-color: #fff;
  border-radius: 8px;
}

.addons-car.insurer-language .slick-next.slick-arrow.slick-disabled,
.addons-car.insurer-language .slick-prev.slick-arrow.slick-disabled {
  border-color: rgba(37, 56, 88, 0.4117647059);
  pointer-events: none;
}

.addons-car.insurer-language .slick-next.slick-arrow::before,
.addons-car.insurer-language .slick-prev.slick-arrow::before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 10px;
  border-radius: 2px;
  left: 12px;
}

.addons-car.insurer-language .slick-prev.slick-arrow {
  left: auto;
  right: 46px;
}

.addons-car.insurer-language .slick-next.slick-arrow {
  right: 3px;
}

.addons-car.insurer-language .slick-next.slick-arrow::before {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  left: 8px;
}

.addons-car.insurer-language.new {
  background: rgba(222, 235, 255, 0.4);
  border-radius: 8px;
  padding: 25px 24px 20px;
}

@media screen and (max-width: 767px) {
  .addons-car.insurer-language.new {
    border-radius: 0;
    padding: 20px 0 0 16px;
  }
}
.addons-car.insurer-language.new .insurer-by-company-title {
  flex-direction: COLUMN;
  border-bottom: 0;
}

.addons-car.insurer-language.new .insurer-by-company-title h2 {
  border-bottom: 0;
  margin: 0 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 12px !important;
}

.addons-car.insurer-language.new .insurer-by-company-title h2::after {
  content: "";
  background-color: #0065ff;
  height: 2px;
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.addons-car.insurer-language.new .insurer-by-company-title .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #253858;
}

.addons-car.insurer-language.new .insurer-by-company-title .description sup {
  font-size: 10px;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block {
  max-width: 197px;
  padding: 20px 13px 16px;
  justify-content: flex-start;
  height: 207px !important;
  align-items: flex-start;
  border-radius: 12px;
  margin: 0 16px 14px 0;
  cursor: auto;
  width: 100%;
  min-width: 175px;
}

@media screen and (max-width: 767px) {
  .addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block {
    max-width: 175px;
  }
}
.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block .tag {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  border-radius: 6px;
  padding: 2px 6px;
  margin-bottom: 12px;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block .label {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-bottom: 12px;
  height: 150px;
  padding: 0;
  text-align: left;
  white-space: unset;
}

@media screen and (max-width: 767px) {
  .addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block .label {
    font-size: 18px;
    line-height: 26px;
  }
}
.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block button {
  border-radius: 8px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  background-color: #0065ff;
  cursor: pointer;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.pink {
  background: #fddfd8;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.pink .tag {
  color: #ab4d35;
  background: rgba(255, 143, 115, 0.28);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.purple {
  background: #e0daff;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.purple .tag {
  color: #6250c3;
  background: rgba(98, 80, 195, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.peach {
  background: #ffebc6;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.peach .tag {
  color: #b97e10;
  background: rgba(185, 126, 16, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.green {
  background: #b8f9d7;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.green .tag {
  color: #2a8a58;
  background: rgba(42, 138, 88, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.light-blue {
  background: #b3ecf3;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.light-blue .tag {
  color: #168594;
  background: rgba(22, 133, 148, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.blue {
  background: #bbf2fa;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.blue .tag {
  color: #207885;
  background: rgba(32, 120, 133, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.magenta {
  background: #ffdbee;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.magenta .tag {
  color: #962462;
  background: rgba(150, 36, 98, 0.16);
}

.addons-car.insurer-language.new.sliderWrapper .insurer-by-company-content {
  width: 100%;
}

.addons-car.insurer-language.new.sliderWrapper .insurer-by-company-content .insurer-by-company-block {
  max-width: 194px;
  display: flex !important;
  min-width: 204px;
}

.addons-car {
  margin: 60px auto;
}

.addons-car.insurer-language.new.sliderWrapper .insurer-by-company-content .insurer-by-company-block {
  flex-direction: column;
}

.sliderRoot .sliderWrapper .arrows.style-8,
.sliderRootWrapper .sliderWrapper .arrows.style-8 {
  width: 80px !important;
}

.sliderRoot .sliderWrapper .items,
.sliderRootWrapper .sliderWrapper .items {
  justify-content: initial;
}

.filter-bestplan {
  padding: 0;
  margin-top: 60px;
}

@media (max-width: 980px) {
  .filter-bestplan {
    margin-top: 10px;
    padding: 5px 15px 15px;
  }
}
@media (max-width: 980px) {
  .filter-bestplan .section-grid {
    padding: 0;
  }
}
.filter-bestplan .center {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 980px) {
  .filter-bestplan .center {
    font-size: 18px;
  }
}
.filter-bestplan .list-with-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-bestplan .list-with-icon.col3 {
  justify-content: flex-start;
  margin: 30px 0;
  gap: 30px;
}

@media (max-width: 980px) {
  .filter-bestplan .list-with-icon.col3 {
    gap: 12px;
    margin: 30px 0 0;
  }
}
.filter-bestplan .list-with-icon.col3 li {
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: calc(25% - 30px);
  margin: 0;
  border: 1px solid rgba(0, 101, 255, 0.3019607843);
  border-radius: 14px;
}

@media (max-width: 980px) {
  .filter-bestplan .list-with-icon.col3 li {
    width: calc(50% - 6px);
  }
}
.filter-bestplan .list-with-icon.col3 li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding: 9px 38px 9px 14px;
  color: #0065ff;
  font-size: 16px;
  line-height: 18px;
  min-height: 56px;
}

@media (max-width: 980px) {
  .filter-bestplan .list-with-icon.col3 li a {
    font-size: 11px;
    min-height: 43px;
    line-height: 13px;
  }
}
.filter-bestplan .list-with-icon.col3 li a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#noncore-interlinking-widget.investment-interlinking-widget {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 40px auto 60px auto;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}

#noncore-interlinking-widget.investment-interlinking-widget.heightAutoDiv .flexlist {
  height: auto;
  overflow: visible;
}

#noncore-interlinking-widget.investment-interlinking-widget .section-grid {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  #noncore-interlinking-widget.investment-interlinking-widget .section-grid {
    padding: 0;
  }
}
#noncore-interlinking-widget.investment-interlinking-widget .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
  margin: 0;
}

@media (max-width: 767px) {
  #noncore-interlinking-widget.investment-interlinking-widget .heading {
    font-size: 20px;
    padding: 0 12px;
    text-align: center;
    font-weight: 500;
  }
}
#noncore-interlinking-widget.investment-interlinking-widget .flexlist {
  display: flex;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 0 5px;
}

@media (max-width: 767px) {
  #noncore-interlinking-widget.investment-interlinking-widget .flexlist {
    padding: 0 5px;
  }
}
#noncore-interlinking-widget.investment-interlinking-widget .flexlist li {
  margin-top: 0;
  width: 25%;
  padding: 5px 10px;
}

@media (max-width: 640px) {
  #noncore-interlinking-widget.investment-interlinking-widget .flexlist li {
    width: 50%;
  }
}
#noncore-interlinking-widget.investment-interlinking-widget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  text-decoration: none;
  color: #0065ff;
  align-items: center;
  padding: 8px 12px 8px;
  width: 100%;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -webkit-line-clamp: 2;
  line-height: 24px;
  -webkit-box-orient: vertical;
  position: relative;
}

#noncore-interlinking-widget.investment-interlinking-widget .flexlist li a::after {
  content: "";
  background: #fff;
  width: 100%;
  border-radius: 8px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 640px) {
  #noncore-interlinking-widget.investment-interlinking-widget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px;
    line-height: 20px;
  }
}
#noncore-interlinking-widget.investment-interlinking-widget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

#noncore-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button,
#noncore-interlinking-widget.investment-interlinking-widget .link button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 40px;
  display: inline;
  border: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  #noncore-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button,
  #noncore-interlinking-widget.investment-interlinking-widget .link button {
    top: 18px;
    margin: 0;
  }
}
#noncore-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button:after,
#noncore-interlinking-widget.investment-interlinking-widget .link button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}

#noncore-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button.active::after,
#noncore-interlinking-widget.investment-interlinking-widget .link button.active::after {
  transform: rotate(225deg);
  top: 3px;
}

#noncore-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button .arrow,
#noncore-interlinking-widget.investment-interlinking-widget .link button .arrow {
  position: relative;
  font-size: 0px;
}

@media (max-width: 767px) {
  #noncore-interlinking-widget.investment-interlinking-widget {
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: 0;
  }
}
.section-full .reviewAction {
  justify-content: center;
  max-width: 310px;
  gap: 10px;
}

.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
.section-full.lgpp .popular-search {
  position: relative;
  padding: 0;
}

.section-full.lgpp .popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.section-full.lgpp .popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.section-full.lgpp .popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.section-full.lgpp .popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.section-full.lgpp .popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li:hover {
  color: #0663f6;
}

.section-full.lgpp .popular-search .popular-search-tag li:hover a {
  color: #0663f6;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
  line-height: 16px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.section-full.lgpp .popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.section-full.lgpp .popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) {
    border-radius: 0;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .heading {
    padding: 18px 18px 0;
    border-radius: 0;
    text-align: center;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb {
    top: -50px;
    min-height: 50px;
    border-radius: 0;
    right: 0;
    width: 50%;
    left: auto;
    border: none;
    font-size: 11px;
    font-weight: 600;
    flex-wrap: wrap;
    padding: 10px 10px 10px 37px;
    background: #faf7f4;
    border-left: 1px solid #c36807;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb::before {
    left: 7px;
    position: absolute;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb strong {
    margin: 0;
    font-weight: 700;
    font-size: 11px;
    display: block;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb sup {
    top: 24px;
    right: auto;
    left: 160px;
  }
}
.term-form-template.with-pb-advantage .form-grid .right .instantBox {
  top: -50px;
  justify-content: flex-start;
  margin-bottom: 0;
  z-index: 4;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant.iconInstant6 {
  display: none;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant.iconInstant2 {
  padding: 9px 10px;
  justify-content: flex-start;
  margin: 0;
  width: 50%;
  background: #f3f9f3;
  border-radius: 0;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant.iconInstant2 .iconInstant {
  margin-right: 5px;
  background: url(../../images/bu/term/discount-icon-tag-trm.png) no-repeat;
  background-size: 19px !important;
  background-position: center;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant .textInstant {
  text-align: left;
  color: #32902f;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant .textInstant strong {
  display: block;
  font-size: 11px;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant .textInstant strong sup {
  line-height: 0;
  font-size: 8px;
}

.term-form-template .form-grid:has(.newlaunch) .promise-tag-pb {
  left: 15px;
}

@media (max-width: 767px) {
  .term-form-template .form-grid:has(.newlaunch) .promise-tag-pb {
    left: 0;
  }
}
@media (min-width: 768px) {
  .floatingPopupDiv .floatpanel .promise-tag-pb {
    display: none;
  }
}
@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel .term-form-template {
    padding: 60px 0 0;
    margin-top: -28px;
  }
  .floatingPopupDiv .floatpanel .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb {
    top: -49px;
  }
  .floatingPopupDiv .floatpanel .term-form-template .form-grid .right .instantBox {
    top: -34px;
  }
}
.grid .section-full.lgpp:has(.popular-search) {
  width: 108%;
  margin: 40px -4% 0;
}

@media (max-width: 890px) {
  .grid .section-full.lgpp:has(.popular-search) {
    width: 100%;
    margin: 0;
    padding: 20px 8px 10px;
  }
}
.stickFooter_info:has(.term-footer-sticky) {
  display: flex !important;
}

.term-footer-sticky {
  background: #242424;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
}

.term-footer-sticky .section-grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.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 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 296px;
    text-align: center;
    display: block;
    background: #b1feec;
  }
}
.term-footer-sticky.active {
  bottom: -1px;
}

.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: #fff;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
}
.term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 930px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.term-footer-sticky .offer-we-share .offer-img {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/sticky-offer-img.png") no-repeat 0 0;
  background-size: cover;
}

.term-footer-sticky .offer-we-share .vp {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 130px;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  padding: 14px 0;
  font-weight: 500;
  margin: 9px 0;
}

.term-footer-sticky .offer-we-share .vp span i {
  display: none;
}

.term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text {
    width: 17px;
    line-height: 20px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr {
  display: inline;
}

.term-footer-sticky .offer-we-share .plan-text.gr .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #b3e3df;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .text1 {
    font-size: 20px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #ff7383;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .text2 {
    font-size: 20px;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr {
    width: 70%;
    text-align: left;
    line-height: 28px;
  }
}
.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: 12px 15px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    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: 0;
    top: -1px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: red;
    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: 0 auto;
  }
  .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
.term-footer-sticky {
  background: #242424;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
}

.term-footer-sticky .section-grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.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 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 296px;
    text-align: center;
    display: block;
    background: #b1feec;
  }
}
.term-footer-sticky.active {
  bottom: -1px;
}

.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: #fff;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
}
.term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 930px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.term-footer-sticky .offer-we-share .offer-img {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/sticky-offer-img.png") no-repeat 0 0;
  background-size: cover;
}

.term-footer-sticky .offer-we-share .vp {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 130px;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  padding: 14px 0;
  font-weight: 500;
  margin: 9px 0;
}

.term-footer-sticky .offer-we-share .vp span i {
  display: none;
}

.term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text {
    width: 17px;
    line-height: 20px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr {
  display: inline;
}

.term-footer-sticky .offer-we-share .plan-text.gr .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #b3e3df;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .text1 {
    font-size: 20px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #ff7383;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .text2 {
    font-size: 20px;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr {
    width: 70%;
    text-align: left;
    line-height: 28px;
  }
}
.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: 12px 15px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    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: 0;
    top: -1px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: red;
    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: 0 auto;
  }
  .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
.term-footer-sticky .section-grid {
  background: 0 0 !important;
}/*# sourceMappingURL=widget.css.map */