@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: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(./../../images/home-v1/ajax-loader.gif) center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #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: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #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%;
  filter: alpha(opacity=25);
  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;
}

::-moz-placeholder {
  color: #5e6c84;
  font-size: 14px;
}

::placeholder {
  color: #5e6c84;
  font-size: 14px;
}

input::-ms-clear {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form_icon {
  background-image: url(../../images/bu/mixedlayout-icon.svg);
  background-repeat: no-repeat;
}

.form_icon.ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.form_icon.ico.usericon {
  background: url(../../images/bu/term/fi_user.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 12px;
}

.form_icon.ico.dob {
  background: url(../../images/bu/term/fi_dates.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 12px;
}

.form_icon.ico.email {
  background: url(../../images/bu/term/fi_email.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 12px;
}

.form_icon.ico.mobile-ico {
  background: url(../../images/bu/term/fi_mob.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 12px;
}

.premiumload {
  background: url(../../images/bu/svgloader.svg) no-repeat 0 -10px;
  background-size: 100%;
  width: 30px;
  display: inline-block;
  height: 10px;
}

.premiumPlan {
  position: relative;
  min-height: 30px;
}

.premiumPlan sup {
  position: absolute;
  top: -10px;
}

.block_content_wrapper_firstfold {
  margin-bottom: 13px;
  padding-right: 80px;
}

.block_content_wrapper_firstfold h1 {
  font-size: 28px;
  line-height: 36px;
  margin: 10px 0 2px;
  color: #253858;
}

.block_content_wrapper_firstfold p {
  letter-spacing: 0.26px;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
}

.block_content_wrapper_firstfold p.char-count {
  display: inline;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .block_content_wrapper_firstfold p.char-count .extra-text,
  .block_content_wrapper_firstfold p.char-count .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold p.char-count .extra-text.show-extra,
  .block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
  font-weight: 600;
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

.block_content_wrapper_firstfold .text-hide-link.deskhide {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link.deskhide {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover,
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: #fff;
    margin: 0 0 16px 0;
    padding: 10px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
}
.term_cond,
.termCondition {
  color: #7a869a;
  font-size: 8px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}

.term_cond span,
.termCondition span {
  line-height: 16px;
}

.term_cond a,
.termCondition a {
  color: #0065ff;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .term_cond,
  .termCondition {
    font-size: 12px;
    line-height: 20px;
  }
}
.term_cond.format {
  display: none;
}

.termCondition {
  text-align: center;
}

.term-form-template .form-whatsapp {
  margin-top: 0;
}

.disclaimer {
  margin: 2px auto;
  padding: 0 1%;
  color: #7a869a;
  font-size: 12px;
}

.disclaimer.clm {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .disclaimer {
    font-size: 12px;
    line-height: 20px;
  }
  .disclaimer.zct {
    padding: 0 20px;
  }
}
.disclaimer a {
  color: #0065ff;
}

.disclaimer.format.small {
  width: 610px;
  margin: 10px 0;
  padding: 0;
  font-size: 9px;
}

@media only screen and (max-width: 1024px) {
  .disclaimer.format.small {
    width: 100%;
    margin: 0 0;
    padding: 0 15px;
    font-size: 9px;
    background: #f9faff;
  }
}
.term-form-template {
  border-radius: 8px;
  margin: 20px 0;
  background: #fff;
}

.term-form-template .headingtitleCompare {
  margin: 0;
  line-height: 30px;
  font-size: 20px;
  color: #172b4d;
  font-weight: 400;
}

.term-form-template .headingtitleCompare span {
  font-weight: 700;
  color: #0065ff;
}

@media (max-width: 1024px) {
  .term-form-template .headingtitleCompare {
    text-align: left;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .term-form-template {
    margin: 0;
  }
}
.term-form-template .form-grid {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid {
    flex-direction: column-reverse;
  }
}
.term-form-template .mixedform {
  display: none;
}

.term-form-template .mixedform.active-form {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.term-form-template .left {
  width: 65%;
}

@media (max-width: 1024px) {
  .term-form-template .left {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
}
.term-form-template .left .left-inscomp {
  background: #F2F7FF;
  box-sizing: border-box;
  position: relative;
  padding: 25px 25px 45px 25px;
  border-radius: 16px 0 0 16px;
  margin: 3% 0;
}

@media (max-width: 1024px) {
  .term-form-template .left .left-inscomp {
    border-radius: 0;
    margin: 0;
  }
}
@media (max-width: 568px) {
  .term-form-template .left .left-inscomp {
    padding: 25px 15px;
  }
}
.term-form-template .left .link-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .term-form-template .left .link-tags {
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .term-form-template .left .link-tags::-webkit-scrollbar {
    width: 0;
  }
  .term-form-template .left .link-tags::-webkit-scrollbar-track {
    background: transparent;
  }
  .term-form-template .left .link-tags::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .term-form-template .left .link-tags::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
}
.term-form-template .left .flexbox-with-wrap {
  display: flex;
  flex-wrap: wrap;
}

.term-form-template .left .logo-ins {
  width: 200px;
  margin: 0 0 30px;
}

.term-form-template .left .logo-ins img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .term-form-template .left .logo-ins {
    width: 150px;
  }
}
@media (max-width: 568px) {
  .term-form-template .left .logo-ins {
    width: 120px;
  }
}
.term-form-template .left .list {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 90px;
}

@media (max-width: 1024px) {
  .term-form-template .left .list {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.term-form-template .left .list:last-child {
  margin-bottom: 0;
}

.term-form-template .left .list .ico {
  width: 60px;
  height: 70px;
  position: absolute;
  left: 0;
}

.term-form-template .left .list .ico.ti_icon {
  background: url(../../images/bu/benefit-term.png) no-repeat 0 0;
  background-size: 100%;
}

.term-form-template .left .list .ico.li_icon {
  background: url(../../images/bu/benefit-life.png) no-repeat 0 0;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .term-form-template .left .list .ico {
    width: 30px;
    height: 40px;
  }
}
.term-form-template .left .list .productname {
  color: var(--black);
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-size: 12px;
}

.term-form-template .left .list h3,
.term-form-template .left .list .h3 {
  font-weight: 700;
  position: relative;
  color: #253858;
  margin-bottom: 25px;
  font-size: 20px;
  margin-top: 10px;
}

@media (max-width: 568px) {
  .term-form-template .left .list h3,
  .term-form-template .left .list .h3 {
    font-size: 16px;
  }
}
.term-form-template .left .list h3:before,
.term-form-template .left .list .h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #0065ff;
  position: absolute;
  bottom: -10px;
}

.term-form-template .left .list h3:after,
.term-form-template .left .list .h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #253858;
  position: absolute;
  left: 50px;
  bottom: -10px;
}

.term-form-template .left .list .product-link {
  margin-right: 10px;
  margin-top: 10px;
}

.term-form-template .left .list .product-link:last-child {
  margin-right: 0;
}

.term-form-template .left .list .product-link span {
  color: #253858;
  border: 1px solid #D6D6D6;
  background-color: #FAFCFF;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
}

.term-form-template .right {
  width: 35%;
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  opacity: 1;
  padding: 16px;
  z-index: 1;
  position: relative;
}

.term-form-template .right::before {
  content: "";
  width: 92%;
  background: #0663f6;
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .term-form-template .right {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.term-form-template .sub-headingtitle {
  margin: 0 0 20px 0;
  line-height: 22px;
  font-size: 18px;
  color: #253858;
  font-weight: 400;
  display: block;
  text-align: center;
  font-weight: 500;
}

.term-form-template .genderselect {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 10px;
  width: 100%;
  max-width: 170px;
}

.term-form-template .genderselect .male,
.term-form-template .genderselect .female {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}

.term-form-template .genderselect input {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.term-form-template .genderselect .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.term-form-template .genderselect .radio.active {
  border: 1px solid #0663f6;
}

.term-form-template .genderselect .radio.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #0663f6;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.term-form-template .genderselect label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.term-form-template .input_field {
  position: relative;
}

.term-form-template .input_field .forminput {
  display: flex;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  margin: 20px 0;
  padding: 0 5px;
  position: relative;
}

.term-form-template .input_field .forminput input {
  border: none;
  border-radius: 8px;
  padding: 10px 10px 10px 45px;
  min-height: 46px;
}

.term-form-template .input_field .forminput input.fullWidth {
  width: 100%;
}

.term-form-template .input_field .forminput select {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: none !important;
}

.term-form-template .input_field .forminput .col4 {
  width: 30%;
  padding-left: 40px;
}

.term-form-template .input_field .forminput .mobNumber {
  width: 70%;
  padding-left: 10px;
}

.term-form-template .input_field .err {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  right: 0;
}

.term-form-template .proceed,
.term-form-template .loaderProcess {
  box-sizing: border-box;
  width: 90%;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 12px;
  margin: 15px auto 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.term-form-template #frmInv.active-form .proceed,
.term-form-template #frmInv.active-form .loaderProcess {
  background: #089903;
}

.term-form-template .certified-expert {
  margin: 15px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.term-form-template .certified-expert .certified-expert-image {
  background: url(../../images/bu/term/term_first_fold_sprite.png);
  background-repeat: no-repeat;
  width: 275px;
  height: 27px;
  background-size: 100%;
  background-position: 0 0;
  margin-top: 10px;
}

@media only screen and (max-width: 667px) {
  .term-form-template .certified-expert .certified-expert-image {
    width: 241px;
    height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .term-form-template .certified-expert .certified-expert-image {
    width: 210px;
    height: 27px;
  }
}
.popup-container {
  position: fixed !important;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container {
    align-items: flex-end;
  }
}
.popup-container .popup {
  background: none;
  border-radius: 8px;
  padding-top: 40px;
  max-width: 393px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1002;
}

.popup-container .popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transitions: opacity 0.2s ease-in;
  right: 7px;
  top: -8px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}

.popup-container .popup .popup-close:hover {
  opacity: 1;
}

.popup-container .popup .popup-close:before,
.popup-container .popup .popup-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
}

.popup-container .popup .popup-close:before {
  transform: rotate(45deg);
}

.popup-container .popup .popup-close:after {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .popup-container .popup .popup-close {
    top: -38px;
  }
}
.popup-container .popup .popup-close:before,
.popup-container .popup .popup-close:after {
  left: 14px;
  top: 4px;
  background-color: #fff;
}

.popup-container .popup .popup-content > div {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}

.popup-container .popup .popup-content > div .sub-headingtitle {
  margin: 0 0 15px 0;
}

.popup-container .popup .popup-content > div .input_field .forminput {
  margin: 16px 0;
}

.popup-container .popup .popup-content > div .certified-expert .certified-expert-image {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .popup-container .popup {
    margin: 0 15px;
  }
  .popup-container .popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
    height: 80vh;
    background: #fff;
    border-radius: 60px 60px 0 0;
    position: fixed;
    padding: 40px 0;
  }
  .popup-container .popup .popup-content {
    position: relative;
    height: 120vh;
  }
  .popup-container .popup .popup-content .term-form-template {
    background: none;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
    float: inherit;
    box-shadow: none;
    overflow-y: scroll;
    height: 70vh;
  }
  .popup-container .popup .popup-content > div .input_field .forminput input,
  .popup-container .popup .popup-content > div .input_field .forminput select {
    font-size: 16px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
    display: none;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transitions: opacity 0.2s ease-in;
    right: 6px;
    top: -38px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:before,
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
  }
  .popup-container .popup .popup-close:before {
    transform: rotate(45deg);
  }
  .popup-container .popup .popup-close:after {
    transform: rotate(-45deg);
  }
  .popup-container .popup .popup-close:before,
  .popup-container .popup .popup-close:after {
    left: 14px;
    top: 4px;
    background-color: #fff;
  }
}
@media (max-width: 568px) {
  .popup-container .popup .form_mixed_layout {
    max-height: 580px;
  }
}
@media (max-width: 320px) {
  .popup-container .popup .form_mixed_layout {
    max-height: 480px;
  }
}
@media screen and (max-width: 360px) {
  .popup-container .popup::after {
    opacity: 0.8;
  }
}
@media screen and (max-width: 568px) {
  .popup-container .popup .certificate {
    margin: 10px auto 10px auto;
    padding: 8px 12px 8px 12px;
    width: 290px;
  }
}
.term-form-template,
.popup-container,
.sticky .left {
  position: relative;
}

.term-form-template .tab,
.popup-container .tab,
.sticky .left .tab {
  padding: 0;
  margin: 0;
  background-color: rgba(0, 101, 255, 0.1);
  justify-content: center;
  align-items: center;
  width: 96%;
  border-radius: 50px;
  margin: 10px auto 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.term-form-template .tab.wd350,
.popup-container .tab.wd350,
.sticky .left .tab.wd350 {
  max-width: 350px;
}

.term-form-template .tab.alignleft,
.popup-container .tab.alignleft,
.sticky .left .tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.term-form-template .tab.alignleft.wd300,
.popup-container .tab.alignleft.wd300,
.sticky .left .tab.alignleft.wd300 {
  max-width: 300px;
}

.sticky .left .tab.alignleft.wd300 {
  border-radius: 50px;
  background: #fff;
}

@media (max-width: 767px) {
  .term-form-template .tab.alignleft,
  .popup-container .tab.alignleft,
  .sticky .left .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .term-form-template .tab.alignleft.wd300,
  .popup-container .tab.alignleft.wd300,
  .sticky .left .tab.alignleft.wd300 {
    max-width: 240px;
  }
}
.term-form-template .tab li,
.popup-container .tab li,
.sticky .left .tab li {
  padding: 17px;
  text-align: center;
  color: #253858;
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  transition: all 0.2s ease-in;
  z-index: 1;
  font-size: 12px;
}

.sticky .left .tab li {
  padding: 10px;
}

@media (max-width: 568px) {
  .term-form-template .tab li,
  .popup-container .tab li,
  .sticky .left .tab li {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .term-form-template .tab li,
  .popup-container .tab li,
  .sticky .left .tab li {
    font-size: 12px;
  }
}
.term-form-template .tab:after,
.popup-container .tab:after,
.sticky .left .tab:after {
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 48%;
  height: 42px;
  background: #0065ff;
  content: "";
  transition: transform 0.6s;
  border-radius: 80px;
}

.sticky .left .tab:after {
  height: 28px;
}

.term-form-template .tab.active:after,
.popup-container .tab.active:after,
.sticky .left .tab.active:after {
  transform: translate3d(105.5%, 0, 0);
  left: 1px;
  background: #089903;
}

.term-form-template .tab.active li.active,
.popup-container .tab.active li.active,
.sticky .left .tab.active li.active {
  color: #fff;
}

.term-form-template .tab li.active,
.popup-container .tab li.active,
.sticky .left .tab li.active {
  color: #fff;
}

.term-form-template .tab li.style-1,
.popup-container .tab li.style-1,
.sticky .left .tab li.style-1 {
  color: #253858;
  padding: 10px;
}

.term-form-template .tab li.style-1.active,
.popup-container .tab li.style-1.active {
  background-color: #fff;
}

.sticky .left .tab li.style-1.active {
  background-color: transparent;
  color: #fff;
}

.term-form-template .tab li.style-1.active:after,
.popup-container .tab li.style-1.active:after,
.sticky .left .tab li.style-1.active:after {
  display: none;
}

@media (max-width: 767px) {
  .term-form-template .tab li.style-1,
  .popup-container .tab li.style-1,
  .sticky .left .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 568px) {
  .term-form-template .tab li.style-1,
  .popup-container .tab li.style-1,
  .sticky .left .tab li.style-1 {
    padding: 10px 0;
  }
}
.popup-container .popup-content .right {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  width: 100%;
  max-width: 393px;
  float: right;
  top: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  position: relative;
}

.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%;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0;
  color: #7A869A;
  opacity: 0.6 !important;
  background: #7A869A;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #A0A9BA !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #A0A9BA !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #A0A9BA;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2B61EC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2B61EC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #A0A9BA;
}

.trustedBy .customeArrow {
  border: 1px solid #2B61EC;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 20px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172B4D;
  font-weight: 500;
}

.trustedBysection,
.trustedBy.section {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBysection,
  .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBysection p,
.trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBysection p,
  .trustedBy.section p {
    font-size: 14px;
  }
}
.trustedBysection p b,
.trustedBy.section p b {
  color: #1B292C;
}

.trustedBysection .slick-list,
.trustedBy.section .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #F4F7FE;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1170px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.title,
.leftSection h2,
.leftSection .h2,
.leftSection h1 {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0px !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 779px;
  float: left;
}

.leftSection.full {
  width: 100%;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #FD4705 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #FD4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #F45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068D9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}

.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #EFEFEF;
  border: 1px solid #DDD;
  cursor: pointer;
  transition: all 200ms ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0D70DB;
  background-color: #0D70DB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .inner-block-right,
.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-right .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #CFCCCC;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right,
  .leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #F7FAFF;
  padding: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065FF;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065FF;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block select,
.leftSection .hlvdata-block input {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertravelredirect img,
.leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection h2,
.leftSection .h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.leftSection h2:first-letter,
.leftSection .h2:first-letter {
  text-transform: uppercase;
}

.leftSection h2 a,
.leftSection .h2 a {
  color: #0065FF;
}

.leftSection h2.mt0,
.leftSection .h2.mt0 {
  margin-top: 0;
}

.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065FF;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.leftSection table p a.btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table .btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4C9AFF !important;
}

.leftSection table td ul,
.leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

.leftSection table td ul li,
.leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ul li:before,
.leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065FF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #F4F7FF;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065FF;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #F4F7FF;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #FD4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #FD4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0px !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li .paragraphBu {
  margin: 0px !important;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: none;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4,
.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > span,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li .h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > span:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li .h4 > label:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > span:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li .h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div,
.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(even) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 1170px;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes,
.howMuch_lifeinsurance .quesWrapper .q_count .no {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: blue;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertravelredirect img,
  .grid .leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection h1,
  .grid .leftSection h1 strong,
  .grid .leftSection .h1,
  .grid .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h2,
  .grid .leftSection h2 strong,
  .grid .leftSection .h2,
  .grid .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h3,
  .grid .leftSection h3 strong,
  .grid .leftSection .h3,
  .grid .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a,
  .grid .leftSection .h3 a,
  .grid .leftSection .h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: none;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection h1,
  .leftSection h1 strong,
  .leftSection .h1,
  .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h2,
  .leftSection h2 strong,
  .leftSection .h2,
  .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h3,
  .leftSection h3 strong,
  .leftSection .h3,
  .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block span.title,
.blue-block .leftSection span.h2,
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title h2,
.insurer-language .insurer-by-company-title .h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-prev.slick-arrow,
.insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: transparent;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065FF;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065FF;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url(../../images/health/language_icons.svg) no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: none;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection h2.tp0,
.rightSection > .card,
.leftSection .h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0,
  .rightSection > .card,
  .leftSection .h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.animated-banner {
  margin-bottom: 20px;
}

.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}

.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: none;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: none;
  border: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData:has(.price-increase-tag) {
    padding: 12px 10px 13px;
  }
}
.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:focus + .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:active + .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:before,
.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:after {
  position: absolute;
  left: auto;
  right: 18px;
  top: 6px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #fff;
  display: 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:before,
.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close:after {
  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:nth-child(1) {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: CENTER;
    justify-content: CENTER;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(1) {
    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;
}

@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:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -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;
}

.premiumPlan.zct:before,
#premiumVal.zct:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: red;
  display: none;
  transform: rotate(4deg);
  top: 14px;
}

@media (max-width: 568px) {
  .premiumPlan.zct:before,
  #premiumVal.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;
}

.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%;
}

.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: 768px) {
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 15px;
    padding: 14px 0 21px 15px;
  }
  .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: 24px;
  }
}
.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 a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.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 a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .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;
}

.exit-intent-popup-container .exit-intent-popup.housewife {
  padding: 24px 0 61px 45px;
}

.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 .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,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .leftSection h1 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit .sme-popup-content h1 span,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .leftSection h2 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit .sme-popup-content h2 span,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .leftSection .h2 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit .sme-popup-content .h2 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 .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%;
}

.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: transparent;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: transparent;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.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: none;
  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: none;
  -webkit-appreance: none;
  width: 100%;
  outline: none;
}

.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.fire_ins_exit .exit-intent-popup {
  padding: 0;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  padding-bottom: 20px;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .heading {
  padding: 14px;
  background: #ccc;
  border-radius: 20px 20px 0 0;
  background: #F2F7FF;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.fire_ins_exit .exit-intent-popup {
    min-height: 250px;
    height: 290px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.fire_ins_exit .exit-intent-popup {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 32px 32px 0 0;
    position: fixed;
    transition: all 0.2s linear;
    bottom: -100%;
  }
}
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content {
  margin: 0 auto;
  width: 90%;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .title,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h1,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h1,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h2,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h2,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection .h2,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .h2 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin: 100px 0 30px;
  position: relative;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .title .graphic,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h1 .graphic,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h1 .graphic,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h2 .graphic,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h2 .graphic,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection .h2 .graphic,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .h2 .graphic {
  background: url(../../images/bu/sme/how-help-sme.svg) no-repeat;
  width: 57px;
  height: 60px;
  margin: 0 auto 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .title .graphic_thankyou,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h1 .graphic_thankyou,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h1 .graphic_thankyou,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h2 .graphic_thankyou,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h2 .graphic_thankyou,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection .h2 .graphic_thankyou,
.leftSection .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .h2 .graphic_thankyou {
  background: url(../../images/bu/sme/all-right.svg) no-repeat;
  width: 57px;
  height: 60px;
  margin: 0 auto 10px;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 100%;
  top: -70px;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content #ghiexitIntentWithForm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content #ghiexitIntentWithForm .exitintent_form_ghi {
  width: 100%;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .wrapradio {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .wrapthankyou {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  visibility: hidden;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #E1E1E1;
  padding: 13px 10px;
  font-size: 14px;
  border-radius: 8px;
  color: #1C283D;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label .chkbox {
  width: 20px;
  border: 1px solid #E1E1E1;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label .chkbox:before {
  width: 13px;
  height: 13px;
  background: url(../../../cdn/images/bu/checked-ico.png);
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 2px;
}

@media (max-width: 360px) {
  .exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label {
    font-size: 14px;
  }
}
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label,
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.gender.selected label {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label i {
  color: #0065ff;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label:before {
  background-color: #0065ff;
  border-color: #0065ff;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label .chkbox {
  width: 20px;
  border: 1px solid #0065ff;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  background: #0065ff;
  position: relative;
}

.exit-intent-popup-container.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label .chkbox:before {
  width: 13px;
  height: 13px;
  background: url(../../../cdn/images/bu/checked-ico.png);
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 2px;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi {
  width: 100%;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions {
  display: flex;
  justify-content: space-between;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button {
  width: 48%;
  font-size: 14px;
  position: relative;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button span {
  display: inline-block;
  position: relative;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button span:before {
  content: "";
  position: absolute;
  left: -26px;
  top: -1px;
  width: 17px;
  height: 17px;
  background: url(../../images/bu/sme/call-fireinsurance.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button.invert {
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 8px;
  color: #0065ff;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button.invert span {
  display: inline-block;
  position: relative;
}

.exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button.invert span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: -26px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: url(../../images/bu/sme/callback-schedule-fireinsurance.svg);
  background-repeat: no-repeat;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions {
    flex-direction: column;
  }
  .exit-intent-popup-container.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button {
    width: 100%;
    margin-bottom: 15px;
  }
}
.exit-intent-popup-container.fire_ins_exit .exit-intent-popup:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.fire_ins_exit {
    align-items: end;
  }
}
.exit-intent-popup-container.fire_ins_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.fire_ins_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi {
  width: 58%;
}

.exit-intent-popup-container.fire_ins_exit .exitintent_form_ghi_wrapper .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%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.fire_ins_exit .exitintent_form_ghi_wrapper {
    flex-direction: column;
  }
  .exit-intent-popup-container.fire_ins_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi,
  .exit-intent-popup-container.fire_ins_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    width: 100%;
  }
  .exit-intent-popup-container.fire_ins_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.fire_ins_exit.visible .exit-intent-popup {
    bottom: 0;
  }
}
#ghiexitIntentWithForm {
  position: relative;
}

#ghiexitIntentWithForm .formInput .check.format {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url(../../images/bu/tick-enabled.svg) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  margin: 0;
  transform: translate(-10px, -50%);
}

.rhs-sticky-banner-box {
  border: 1px solid #D0D4DB;
  border-radius: 8px;
  padding: 8px;
  max-width: 342px;
  width: 100%;
  z-index: 990;
}

@media screen and (max-width: 1024px) {
  .rhs-sticky-banner-box {
    display: none;
  }
}
.rhs-sticky-banner-box.fixed {
  position: fixed;
  background: #fff;
  top: 20px;
  right: auto;
}

.rhs-sticky-banner-box .rhs-sticky-banner {
  background: #253858 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 11px 21px 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.54px;
  position: relative;
  font-weight: 700;
  padding: 0 0 7px;
  margin-bottom: 10px;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #54BFFE;
  width: 40%;
  height: 1px;
  bottom: 0;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul {
  list-style-type: none;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.42px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li::before {
  content: "";
  background: #54BFFE;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 32%;
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner.gif) no-repeat center/contain;
  width: 275px;
  height: 190px;
}

.rhs-sticky-banner-box .rhs-sticky-banner button {
  background-color: #0052CC;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
}

.rhs-sticky-banner-box .rhs-sticky-banner p.disclaimer {
  color: #fff;
  text-align: right;
  margin: 10px auto 0;
  padding: 10px 1%;
}

.rhs-sticky-banner-box.investment.fixed {
  top: 100px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner {
  padding: 11px 21px 20px;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-investment.gif) no-repeat center/contain;
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner ul li::before {
  top: 17%;
}

.rhs-sticky-banner-box.provider,
.rhs-sticky-banner-box.term {
  border: 0;
  padding: 0;
}

.rhs-sticky-banner-box.provider img,
.rhs-sticky-banner-box.term img {
  max-width: 342px;
  cursor: pointer;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner {
  background: #f2f7ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading {
  color: #253858;
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-heading:after {
  background-color: #36b37e;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .rhs-sticky-banner-gif {
  background: url(../../images/bu/rhs-sticky-banner-ghi.gif) no-repeat center/contain;
  width: 265px;
  margin: 0 auto 10px;
  text-align: CENTER;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul {
  text-align: left;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li {
  color: #253858;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner ul li::before {
  background-color: transparent;
  border: 2px solid #253858;
  top: 7px;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  border-radius: 8px;
  background-color: #0065ff;
}

.rhs-sticky-banner-box.ghi .rhs-sticky-banner .disclaimer {
  color: #253858;
  margin: -7px auto 0;
  font-size: 12px;
  padding: 10px 1% 15px;
}

.rightSection.webp .supplier_icon,
.rightSection.webp .allimg,
.rightSection .supplier_icon,
.rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009) !important;
  background-size: 100px 4942px;
}

.rightSection .allCalc.lazy-bg {
  background: transparent !important;
}

.bannertermredirect {
  cursor: pointer;
}

mark {
  background: #ff0;
}

a,
input,
select,
button,
textarea,
textPath,
a:focus,
input:focus,
select:focus,
textarea:focus,
textPath:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

#how-trop-works {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .pbcategoryPages {
    background: #fff;
  }
}
.rupee {
  font-weight: 500;
  font-style: normal;
}

#policybazaar {
  width: 100%;
}

.sqbanner {
  text-align: right;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}

.breadcrumbinner {
  background: #fff;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065FF;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

.breadcrumbinner ul.breadcrumb li:first-child {
  display: none;
}

.leftSection iframe {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection iframe {
    height: auto;
  }
}
#listquotes {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
}

#listquotes .boxCenter .tableHeader {
  font-size: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  background: #05175f;
  font-weight: 600;
  color: #fff !important;
}

.tableListing {
  font-size: 34px;
  width: 100%;
  max-width: 1140px;
  margin: 20px auto;
  color: #253858;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: none;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call a,
.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call .sticknav_viewplan {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #ffffff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: none;
  outline: none;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: none;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: transparent;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: none;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: none;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

.rightSection {
  width: 351px;
  float: right;
  padding: 0;
}

.rightSection.hide {
  display: none;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 #02e562;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
  }
}
.rightSection .livesProtectedDiv {
  background: #FFF;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.rightSection .livesProtectedDiv .protectedTitle {
  width: 100%;
  padding: 10px 0 0 75px;
  line-height: 16px;
  margin: 0;
  position: relative;
}

.rightSection .livesProtectedDiv .protectedTitle .userLeft {
  width: 30px;
  font-size: 33px;
  float: left;
  vertical-align: top;
  line-height: 0;
  left: 35px;
  position: absolute;
  top: 16px;
  color: #226fe6;
}

.rightSection .livesProtectedDiv .protectedTitle h5 {
  color: #505F79;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 35px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .livesProtectedDiv .subTitle {
  font-size: 12px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .subTitle {
  font-size: 14px;
  letter-spacing: 1px;
}

.rightSection .livesProtectedDiv .blueBg {
  background: url(../../images/bu/waves.svg) no-repeat;
  height: 100%;
  margin: 0;
  position: relative;
  background-size: 100%;
  cursor: pointer;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon {
  position: absolute;
  left: -20px;
  top: 40%;
  background: #14d25b;
  border-radius: 50%;
  padding: 14px;
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 0;
  padding: 4px 0;
  border: 3px solid #d7e6ff;
  box-shadow: inset 0 0 2px 3px #1cb758;
  z-index: 90;
  animation: shadow-pulse 1s infinite;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon i {
  top: 4px;
  position: relative;
  color: #07963d;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv {
  padding: 78px 0 20px 75px;
  color: #fff;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv .totalNumber {
  font-size: 40px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 #fff;
  color: #fff;
  letter-spacing: 0;
  background-image: -webkit-linear-gradient(#d7f2ff, #a1c4fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 34px;
}

.rightSection .livesProtectedDiv .blueBg .coverageTxt {
  color: #fff;
  font-size: 10px;
  margin: 7px 0 0 0;
  padding: 3px 0;
  text-align: center;
  background: rgba(49, 101, 191, 0.3333333333);
  width: 100%;
  box-sizing: border-box;
}

.rightSection .currentDate {
  color: #505F79;
  font-weight: 500;
  font-size: 11px;
  padding: 0 10px;
  text-align: left;
  padding-top: 8px;
}

.rightSection .currentDate span {
  float: right;
}

.rightSection .supplier_icon,
.rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}

.rightSection .webp .supplier_icon,
.rightSection .webp .allimg {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}

.rightSection .graphDiv img {
  max-width: 100%;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #FFF;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.insurers,
.rightSection .card.calculator,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0 0 0 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=text],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=text],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #FFF;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid rgb(14, 76, 202);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

.rightSection .calculatorsList.without-image li a {
  padding: 12px 0 12px 14px;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065FF;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(1) {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding: 12px 12px 20px;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #FFF;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url(../../images/bu/caculator-sprite.png);
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.premium,
.rightSection .allCalc.lic {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon,
.rightSection .zuno-general_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life_icon,
.rightSection .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .hdfc-life_icon,
.rightSection .HDFC_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .sbi-life_icon,
.rightSection .SBI_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-general_icon,
.rightSection .ICICI_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .religare-general_icon,
.rightSection .Reliance_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon_icon,
.rightSection .max-general_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .LIC_icon {
  background-position: -67px -489px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}

.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.rightSection > .graphDiv {
  margin-top: 0;
}

.rightSection > .graphDiv .floatingpopup {
  min-height: 350px;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .block_content_wrapper.term {
    text-align: center;
  }
}
.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-prev,
.testimonials .testiMonialSlider .slick-next {
  width: 250px;
  height: 250px;
  z-index: 99;
  position: absolute;
  top: 10%;
  background: transparent;
  border: none;
}

.testimonials .testiMonialSlider .slick-prev:focus,
.testimonials .testiMonialSlider .slick-next:focus {
  outline: none;
}

.testimonials .testiMonialSlider .slick-prev {
  left: 45px;
}

.testimonials .testiMonialSlider .slick-next {
  right: 45px;
}

.testimonials .testiMonialSlider .slick-slide {
  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 0px !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.slick-active,
.testimonialItem.slick-slide.slick-cloned,
.testimonialItem.slick-slide {
  box-shadow: none;
  opacity: 0.6;
  height: 215px;
  background: none;
}

.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.slick-active,
  .testimonialItem.slick-slide.slick-cloned,
  .testimonialItem.slick-slide {
    height: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .testimonials .testiMonialSlider.slider {
    max-width: 280px;
  }
  .testimonialItem.slick-slide.slick-current.slick-active.slick-center .content {
    font-size: 13px;
    line-height: 20px;
    min-height: 195px;
  }
}
@media only screen and (max-width: 1024px) {
  #listquotes {
    padding: 20px 16px;
  }
  .tableListing {
    padding: 0 16px;
  }
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
    background: #fff !important;
  }
  .breadcrumbinner {
    background: none;
  }
  #policybazaar #reviewslide {
    background: #FFF;
    padding: 0;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
  #policybazaar .rightSection .graphDiv {
    text-align: center;
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin: 20px auto;
    background: #fff;
    padding: 10px 0;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .term-plan-listing {
    overflow: auto;
  }
}
@media only screen and (max-width: 440px) {
  .leftSection .squareBanner {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #policybazaar .rightSection .graphDiv img {
    width: 100%;
  }
}
.dynamicLink {
  width: 100%;
  max-width: 100%;
  background: #f4f5f7;
}

.dynamicLink .parent {
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.dynamicLink .parent .link_row strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.dynamicLink .parent .link_element {
  display: inline-block;
}

.dynamicLink .parent .link_element a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .dynamicLink {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    text-align: left;
    clear: both;
  }
  .dynamicLink .parent {
    text-align: left;
  }
  .dynamicLink .parent .link_element {
    display: inline-block;
  }
  .dynamicLink .parent .link_element a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
}
.video-content-box {
  clear: both;
  width: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 568px) {
  .video-content-box {
    width: 96%;
    margin: 20px auto;
    display: block;
  }
}
.types-of-plan-slider {
  position: relative;
}

.placeholder-show {
  position: relative;
  background-image: none !important;
  background-color: #efefef !important;
  overflow: hidden;
  border-radius: 4px;
  z-index: 20;
  left: 0;
}

.placeholder-show.plan-slider-wrap {
  position: absolute !important;
  left: 0;
  width: 100%;
  height: 230px;
}

.placeholder-show.hide {
  display: none;
}

.placeholder-show::after {
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: loading 0.7s infinite;
}

.vshidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.vshidden.show {
  opacity: 1;
  visibility: visible;
  border: 1px solid #f0f0f0;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.rightSection .insurerBlock .insurerName.showhide {
  position: relative;
}

.card.calculator .stateCheck i,
.rightSection .insurerBlock .insurerName .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}

.rightSection .insurerBlock.showHideListing:after,
.rightSection .calculatorsList li a.showHideListing:after {
  display: none;
}

.linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
  border-radius: 50%;
}

.linkshow:hover {
  opacity: 1;
}

.linkshow:after,
.linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.linkshow:before {
  transform: rotate(90deg);
}

.linkshow:after {
  transform: rotate(0);
}

.linkshow.open:after {
  width: 0;
  height: 0;
}

.rightSection .calculatorsList li a.showHideListing {
  padding: 12px 0 12px 45px !important;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.rightSection .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}

.card.calculator .stateCheck {
  padding-left: 0;
}

.card.calculator,
.card.insurers {
  transition: all 0.3s ease-in;
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}

.rightSection .calculatorsList li .checkItem_list {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg {
  padding-left: 380px;
  align-items: flex-start;
  background-position: right 2% bottom 38%;
  background-size: 205px 174px;
  position: absolute;
  top: 100px;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 25px;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text span {
  font-size: 18px;
  display: block;
}

.showForm .termnewoffer {
  display: none;
}

.showForm.term_newoffer .termnewoffer {
  max-width: 370px;
  width: 100%;
  margin: 0;
  position: absolute;
  clear: both;
  top: 35px;
  left: 0;
  display: block;
}

.termoffertable_icon {
  background-image: url(../../images/bu/termoffertable_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.termoffertable_icon.icicpru {
  background-position: 0 -35px;
}

.termoffertable_icon.hdfc {
  background-position: 0 -66px;
}

.termoffertable_icon.max {
  background-position: 0 -3px;
}

.termoffertable_icon.bajaj {
  background-position: 0 -100px;
}

.logo {
  text-align: left;
  width: 75px;
  height: 30px;
}

.pblogo_tablehead {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.fright {
  float: right;
}

.term_offer_tableVieplan {
  display: none;
  padding: 15px;
  cursor: pointer;
  background: #FF4F18;
  color: #FFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  max-width: 250px;
  margin: 0 auto;
}

.pblogo_tablehead:before {
  content: "";
  background-position: 0 -181px;
  width: 20px;
  top: -13px;
  left: -5px;
  height: 18px;
  position: absolute;
  background-image: url(../../images/bu/termoffertable_icon.png);
}

.bannerGreen {
  width: 240px;
  background: #00942d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  left: 0;
  box-sizing: border-box;
}

.bannerGreen:before,
.bannerGreen:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: #c4e6ce;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 1px solid #00942d;
  border-bottom: 0;
}

.bannerGreen:before {
  left: -5px;
  top: 30px;
  transform: rotate(90deg);
}

.bannerGreen:after {
  right: -5px;
  top: 30px;
  transform: rotate(-90deg);
}

.bannerGreen .upto {
  font-size: 16px;
  line-height: 16px;
}

.bannerGreen .discountFlash {
  font-size: 24px;
  font-weight: 600;
}

.bannerGreen_shadow {
  background: rgba(0, 148, 45, 0.231372549);
  height: 65px;
  display: inline-block;
  width: 240px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  transform: rotate(-8deg);
  top: 6px;
}

.bannerGreen .discountFlash span {
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
  line-height: 16px;
  font-weight: 400;
}

.disclaimerApply {
  font-size: 10px;
  color: #757575;
  letter-spacing: 0;
  padding: 8px 0;
}

#term_offer {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 1px 1px 3px #ccc;
}

#term_offer td,
#term_offer th {
  text-align: center;
  padding: 8px 5px;
  vertical-align: middle;
  font-size: 12px;
}

#term_offer td:nth-child(2),
#term_offer td:nth-child(3),
#term_offer th:nth-child(2),
#term_offer th:nth-child(3) {
  border-right: 1px solid #f0f0f0;
}

#term_offer th {
  padding: 8px 5px;
  background-color: #f0f0f0;
  color: #333;
}

#term_offer th:first-childm {
  border-top-left-radius: 4px;
}

#term_offer td:first-child {
  padding: 8px 5px 8px 12px;
}

#term_offer th:last-child {
  border-top-right-radius: 4px;
  background-color: #00942d;
  color: #fff;
}

#term_offer td {
  color: #757575;
  font-size: 14px;
}

#term_offer td:last-child {
  color: #00942d;
}

#term_offer tr:nth-child(odd) {
  background-color: #ecf3ff;
}

#term_offer tr:nth-child(even) {
  background-color: #fff;
}

#term_offer th {
  width: 25%;
}

.termoffer_discliamer,
.term_offer_tableVieplan {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .termnewoffer {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .showForm .disForm .leftContentBox {
    height: auto;
  }
  .showForm .disForm .leftContentBox .content_box {
    position: relative;
  }
  .showForm .disForm .leftContentBox .termBanner {
    margin: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termnewoffer.row-list-3 + .leftbox .termBanner {
    margin: 370px 0 20px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner {
    margin: 430px 0 20px;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg {
    padding: 0;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0;
  }
  .termoffer_discliamer {
    font-size: 10px;
    color: #757575;
    letter-spacing: 0;
    padding: 15px 0;
    display: block;
  }
  .term_offer_tableVieplan {
    display: block;
    margin: 20px auto 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg {
    padding-left: 0;
    position: static;
    top: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
    padding: 0;
  }
  .showForm.term_newoffer .termnewoffer {
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    text-align: left;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .showForm .disForm .leftContentBox .termBanner {
    margin: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termnewoffer.row-list-3 + .leftbox .termBanner {
    margin: 410px 0 20px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner {
    margin: 450px 0 20px;
  }
}
.webp .termoffertable_icon,
.webp .pblogo_tablehead:before,
.webp .showForm .disForm .rightContent .term-bg .headingText .allbenefit .benefits_1:before,
.webp .showForm .disForm .rightContent .term-bg .headingText .allbenefit .benefits_2:before {
  background-image: url(../../images/webp/termoffertable_icon.webp);
}

.leftSection [data-category=RHS-Banner] img {
  width: 342px;
}

.whyterm_Insurance {
  background: #31A3F7;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 0 12px 20px;
  border-radius: 8px;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance {
    margin-top: 0;
  }
}
.whyterm_Insurance .title,
.whyterm_Insurance .leftSection h1,
.leftSection .whyterm_Insurance h1,
.whyterm_Insurance .leftSection h2,
.leftSection .whyterm_Insurance h2,
.whyterm_Insurance .leftSection .h2,
.leftSection .whyterm_Insurance .h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
  padding: 20px 0 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance .title,
  .whyterm_Insurance .leftSection h1,
  .leftSection .whyterm_Insurance h1,
  .whyterm_Insurance .leftSection h2,
  .leftSection .whyterm_Insurance h2,
  .whyterm_Insurance .leftSection .h2,
  .leftSection .whyterm_Insurance .h2 {
    margin-top: 0;
  }
}
.whyterm_Insurance .buy_breif {
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
}

.whyterm_Insurance .buy_breif .col_box4 {
  width: 50%;
  padding: 10px;
  padding-left: 70px;
  position: relative;
}

.whyterm_Insurance .buy_breif .col_box4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 55px;
  background: url(../../images/bu/investment/whypb_icon.png) no-repeat 0 0;
  left: 8px;
  background-size: 100%;
}

.whyterm_Insurance .buy_breif .col_box4.f1:before {
  background-position: 4px 7px;
}

.whyterm_Insurance .buy_breif .col_box4.f2:before {
  background-position: 10px -110px;
}

.whyterm_Insurance .buy_breif .col_box4.f3:before {
  background-position: 0 -162px;
}

.whyterm_Insurance .buy_breif .col_box4.f4:before {
  background-position: 7px -45px;
}

.whyterm_Insurance .buy_breif .col_box4 .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}

.whyterm_Insurance .buy_breif .col_box4 .text {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance .buy_breif .col_box4 {
    width: 100%;
    min-height: 90px;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
    border-right: none;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
    border-right: none;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(4) {
    border-bottom: none;
  }
}
.ageEffect {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  display: block;
  width: 340px;
  float: right;
  box-sizing: border-box;
}

.ageEffect .title_text {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.ageEffect .premium {
  background: #0663f6;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: block;
  padding: 0 30px 5px 15px;
  position: relative;
  left: 0;
  top: 15px;
  width: 143px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.ageEffect .premium .pm {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
}

.ageEffect .premium .pm .sm {
  font-size: 11px;
}

.ageEffect .ideabox {
  background: #FDEFB9;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

.ageEffect .ideabox .text {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.ageEffect .ideabox .text:before {
  content: "";
  background-image: url(../../images/bu/investment/idea_icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 27px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.ageEffect .graphBox {
  margin: 10px 0 5px;
}

@media only screen and (max-width: 640px) {
  .ageEffect .graphBox {
    margin: 10px 10px 5px;
  }
}
.ageEffect .graphBox img {
  width: 100%;
}

.ageEffect .viewplan_button {
  color: #fff;
  padding: 5px 18px;
  background: #F45023;
  display: block;
  width: 130px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

.block_content_wrapper.graybox {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper.graybox {
    background: #f7f7f7;
  }
}
.rightBox_whypb {
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.rightBox_whypb .title_text {
  display: block;
}

.rightBox_whypb .title_text_mob {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .rightBox_whypb {
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  .rightBox_whypb {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 362px;
    border: none;
    padding: 10px 0;
  }
  .rightBox_whypb .title_text {
    display: none;
  }
  .rightBox_whypb .title_text_mob {
    text-align: center;
    margin: 30px 1px 10px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .rightBox_whypb .ageEffect {
    display: block;
    width: 341px;
    margin: 20px auto 0;
    float: inherit;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 375px) {
  .rightBox_whypb .ageEffect {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .rightBox_whypb .terminsurance {
    width: 100%;
    background: transparent;
  }
}
@media only screen and (max-width: 320px) {
  .rightBox_whypb .ageEffect {
    width: 240px;
  }
  .rightBox_whypb .ageEffect .graphBox {
    margin: 10px 0 0;
  }
  .rightBox_whypb .title_text_mob {
    letter-spacing: -0.5px;
  }
  .rightBox_whypb #sliderHandle {
    width: 100%;
  }
}
.rightBox_whypb .headTitle {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 0 15px;
}

.terminsurance {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.terminsurance .title,
.terminsurance .leftSection h1,
.leftSection .terminsurance h1,
.terminsurance .leftSection h2,
.leftSection .terminsurance h2,
.terminsurance .leftSection .h2,
.leftSection .terminsurance .h2 {
  background: #0663f6;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .terminsurance .title,
  .terminsurance .leftSection h1,
  .leftSection .terminsurance h1,
  .terminsurance .leftSection h2,
  .leftSection .terminsurance h2,
  .terminsurance .leftSection .h2,
  .leftSection .terminsurance .h2 {
    max-width: 341px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .terminsurance .title,
  .terminsurance .leftSection h1,
  .leftSection .terminsurance h1,
  .terminsurance .leftSection h2,
  .leftSection .terminsurance h2,
  .terminsurance .leftSection .h2,
  .leftSection .terminsurance .h2 {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .terminsurance .title,
  .terminsurance .leftSection h1,
  .leftSection .terminsurance h1,
  .terminsurance .leftSection h2,
  .leftSection .terminsurance h2,
  .terminsurance .leftSection .h2,
  .leftSection .terminsurance .h2 {
    width: 240px;
  }
}
.terminsurance .list {
  padding: 10px 15px;
  display: inline-block;
  width: calc(100% - 360px);
  border-right: 1px solid #ccc;
  background: #fff;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .terminsurance .list {
    width: 100%;
    background: #fff;
    float: initial;
    border: none;
    float: initial;
    margin-top: 0;
    border-radius: 5px;
    max-width: 341px;
    margin: 0 auto;
    display: block;
  }
}
.terminsurance .list .item {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .terminsurance .list .item {
    font-size: 14px;
    line-height: 18px;
  }
}
.terminsurance .list .item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #0663f6;
  border-radius: 50px;
}

.terminsurance .list .item:first-child {
  padding-top: 0;
  margin-bottom: 0;
}

.terminsurance .list .item:first-child:before {
  top: 5px;
}

.terminsurance .list .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 375px) {
  .terminsurance,
  .terminsurance .list {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .terminsurance,
  .terminsurance .list {
    width: 240px;
  }
}
.dedicate_claim_assistance {
  margin-top: 30px;
  background: #FDEEBB;
  border: 1px solid #FFBD00;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
  border-radius: 8px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .dedicate_claim_assistance {
    margin-top: 0;
  }
}
.dedicate_claim_assistance .freetext {
  position: absolute;
  background: #f7bd45;
  padding: 0 10px 0 30px;
  right: 0;
  color: #fff;
  font-weight: 500;
  border-bottom-left-radius: 32px;
}

@media only screen and (max-width: 1024px) {
  .dedicate_claim_assistance .freetext {
    display: none;
  }
}
.dedicate_claim_assistance .title,
.dedicate_claim_assistance .leftSection h1,
.leftSection .dedicate_claim_assistance h1,
.dedicate_claim_assistance .leftSection h2,
.leftSection .dedicate_claim_assistance h2,
.dedicate_claim_assistance .leftSection .h2,
.leftSection .dedicate_claim_assistance .h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
  padding: 25px 0 25px 50px;
  margin-top: 0;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .dedicate_claim_assistance .title,
  .dedicate_claim_assistance .leftSection h1,
  .leftSection .dedicate_claim_assistance h1,
  .dedicate_claim_assistance .leftSection h2,
  .leftSection .dedicate_claim_assistance h2,
  .dedicate_claim_assistance .leftSection .h2,
  .leftSection .dedicate_claim_assistance .h2 {
    padding: 7px 40px 25px 50px;
    line-height: 24px;
  }
}
.dedicate_claim_assistance .title:before,
.dedicate_claim_assistance .leftSection h1:before,
.leftSection .dedicate_claim_assistance h1:before,
.dedicate_claim_assistance .leftSection h2:before,
.leftSection .dedicate_claim_assistance h2:before,
.dedicate_claim_assistance .leftSection .h2:before,
.leftSection .dedicate_claim_assistance .h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 70px;
  background: url(../../images/bu/investment/dedicate_claim_icon.png) no-repeat 0 0;
}

.dedicate_claim_assistance .title.f1:before,
.dedicate_claim_assistance .leftSection h1.f1:before,
.leftSection .dedicate_claim_assistance h1.f1:before,
.dedicate_claim_assistance .leftSection h2.f1:before,
.leftSection .dedicate_claim_assistance h2.f1:before,
.dedicate_claim_assistance .leftSection .f1.h2:before,
.leftSection .dedicate_claim_assistance .f1.h2:before {
  background-position: 0 0;
  left: -10px;
  top: 5px;
}

.dedicate_claim_assistance .footer_disclaimer {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
  padding: 15px 20px 15px;
  margin-top: 0;
}

.dedicate_claim_assistance .claim_breif {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #fff;
  padding: 8px 30px;
  display: flex;
  flex-wrap: wrap;
}

.dedicate_claim_assistance .claim_breif .col_box4 {
  width: 100%;
  padding: 10px;
  padding-left: 30px;
  min-height: 90px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.dedicate_claim_assistance .claim_breif .col_box4:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #FFBD00;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .dedicate_claim_assistance .claim_breif .col_box4:before {
    left: 5px;
  }
}
.dedicate_claim_assistance .claim_breif .col_box4 .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}

.dedicate_claim_assistance .claim_breif .col_box4 .text {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.dedicate_claim_assistance .claim_breif .col_box4:last-child {
  border-bottom: none;
}

.slider-container {
  width: 80%;
  height: 104px;
  position: relative;
  margin: 10px auto 0;
  background: url(../../images/bu/slideline.svg) no-repeat 0 36px;
  background-size: 100%;
  top: -40px;
}

@media only screen and (max-width: 640px) {
  .slider-container {
    background: url(../../images/bu/slideline.svg) no-repeat center center;
    background-size: 100%;
    padding: 0;
    width: 92%;
    background-position: 0 36px;
    margin: 0 auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .slider-container {
    background-position: 0 17px;
  }
  *::-ms-backdrop,
  .slider-container {
    background-position: 0 17px;
  }
}
_:-ms-fullscreen,
:root .slider-container {
  background-position: 0 17px;
}

#sliderHandle {
  display: inline-block;
  width: calc(100% - 5px);
  height: 2px;
  top: 103px;
  background: #eaeaea;
  margin: 0 auto;
  border: none !important;
}

#sliderHandle .step {
  position: relative;
  top: -38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sliderHandle .step .range.last span {
  font-size: 11px;
  width: 60px;
  position: absolute;
  top: 18px;
  right: 0;
  text-align: right;
}

#sliderHandle .step .range.first span {
  font-size: 11px;
  width: 45px;
  position: absolute;
  top: 18px;
  left: 0;
  text-align: left;
}

#sliderHandle .step .range.high {
  height: 15px;
}

#sliderHandle .step .range.low {
  height: 10px;
}

#sliderHandle .step .range.step0 {
  left: 0%;
}

#sliderHandle .step .range.step100 {
  right: 0;
}

#custom-handle.rightpos {
  margin-left: -48px;
}

#custom-handle.leftpos {
  margin-left: 3px;
}

#sliderHandle .ui-slider-handle {
  top: -17px;
  width: 49px;
  height: 35px;
  background: url(../../images/bu/sliderval.svg) no-repeat 0 0;
  border: none;
  line-height: 18px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-size: 100%;
  cursor: pointer;
}

#sliderHandle .ui-slider-handle:focus {
  outline: none;
}

ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #aaa7a0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.ui-widget-content {
  border: 1px solid #ffffff !important;
  background: #aaa7a0;
  color: #222;
}

#sliderHandle .ui-widget-header {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  background: #0663f6;
  color: #222;
  font-weight: 700;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.8em;
}

.content-calculator {
  text-align: right;
  margin-bottom: 0;
  margin-top: -35px;
}

@media screen and (max-width: 440px) {
  .content-calculator {
    margin-top: 0;
    text-align: left;
  }
}
.content-calculator span {
  padding: 6px 15px;
  cursor: pointer;
  background: #0065ff;
  color: #FFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3);
}

.lic-companies-list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.lic-companies-list > div.tablewrapper {
  width: 52%;
}

.lic-companies-list > div.tablewrapper p {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}

.lic-companies-list > p {
  text-align: right;
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .lic-companies-list {
    flex-direction: column;
  }
  .lic-companies-list > div.tablewrapper {
    width: 100%;
  }
  .lic-companies-list > p {
    text-align: center;
    width: 100%;
  }
}
.dca {
  background: #EDFDFF;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  clear: both;
  position: relative;
}

.dca .accTab {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0 0 0 auto;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .dca .accTab.open {
    display: block;
  }
}
.dca .accTab:after {
  content: "";
  position: absolute;
  right: 0;
  top: 39%;
  display: inline-block;
  transform: rotate(-135deg);
  height: 15px;
  width: 15px;
  border-bottom: 2px solid #6E6E6E;
  border-right: 2px solid #6E6E6E;
  left: 0;
  margin: 0 auto;
}

.dca .dca_title {
  color: #333;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.dca .dca_title .freetxt {
  background: #0763f6 !important;
  color: #fff;
  padding: 2px 8px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
  top: -3px;
}

.dca .dca_title .freetxt:after {
  content: "";
  background: url(../../images/bu/bluetri-lines.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: -7px;
  background-size: contain;
}

.dca .newlylaunch {
  background: #f1863b;
  color: #fff;
  padding: 2px 8px 2px 20px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.72px;
}

.dca .newlylaunch:after {
  content: "";
  background: url(../../images/bu/whitetri-lines.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 2px;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .dca .newlylaunch {
    padding: 5px 12px 5px 20px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
  }
  .dca .newlylaunch:after {
    top: 5px;
  }
}
.dca .knowmore {
  text-align: right;
  display: none;
}

@media only screen and (max-width: 768px) {
  .dca .knowmore {
    display: block;
    margin: 10px 0 0;
  }
}
.dca .knowmore .knowmorebtn {
  color: #fff;
  background: #EE4F34;
  padding: 5px 23px 5px 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}

.dca .knowmore .knowmorebtn:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 39%;
  display: inline-block;
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.dca .dca_subtxt {
  color: #6E6E6E;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.dca .boxBoxwrapper {
  background: #fff;
  padding: 10px 30px 0;
  border-radius: 10px;
  margin: 20px 0 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .dca .boxBoxwrapper {
    display: none;
    padding: 30px 15px 20px;
  }
  .dca .boxBoxwrapper.open {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .dca .boxBoxwrapper {
    display: none;
    padding: 30px 5px 20px;
  }
  .dca .boxBoxwrapper.open {
    display: block;
  }
}
.dca .call-back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .dca .call-back-button {
    display: none;
  }
}
.dca .call-back-button.flexend {
  justify-content: flex-end;
}

@media screen and (max-width: 440px) {
  .dca .call-back-button.flexend {
    justify-content: end;
    margin: 20px 0;
  }
}
.dca .call-back-button img {
  background: #fff;
  margin-right: -15px;
  z-index: 1;
  border-radius: 50%;
  padding: 12px;
  border: 1px solid #0065ff;
  box-shadow: -2px 2px 5px #ccc5c5;
  width: 55px;
}

.dca .call-back-button > a {
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 1px 15px 4px 18px;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  letter-spacing: 0.16px;
  font-weight: 500;
}

.dca .call-back-button > a strong {
  display: block;
  line-height: 14px;
}

.dca .content {
  position: relative;
  padding-left: 100px;
  padding-right: 20px;
  margin: 25px 5px;
}

@media screen and (max-width: 480px) {
  .dca .content {
    min-height: 110px;
    margin: 5px;
    padding-right: 0;
  }
}
.dca .content .imgBx {
  width: 80px;
  height: 80px;
  background: url(../../images/bu/dedicate_assistance.png) no-repeat;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 50%;
  position: absolute;
  background-size: 220px 220px;
  left: 0;
  top: -10px;
}

.dca .content .imgBx.bg-csupport {
  background-position: -17px -17px;
}

.dca .content .imgBx.bg-ccounseling {
  background-position: -125px -10px;
}

.dca .content .imgBx.bg-cassistance {
  background-position: -8px -132px;
}

.dca .content .sub_txt {
  color: #6E6E6E;
  font-size: 10px;
  line-height: 14px;
}

.dca .content .heading {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .dca .content {
    height: auto;
    min-height: auto;
  }
  .dca .content:first-child {
    margin-top: 0;
  }
}
.dca a.proceed {
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #FFF;
  margin: 20px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3019607843);
  display: block;
  padding: 9px 15px;
  position: relative;
  width: 100%;
  max-width: 210px;
}

.dca a.proceed.hide-desktop {
  display: none;
}

@media screen and (max-width: 1023px) {
  .dca a.proceed {
    max-width: 108px;
    margin: 20px 15px 0 auto;
  }
  .dca a.proceed.hide-mobile {
    display: none;
  }
  .dca a.proceed.hide-desktop {
    display: block;
  }
}
.grid2box {
  display: flex;
  flex-wrap: wrap;
}

.grid2box .grid2boxColumn {
  width: 50%;
}

.grid2box .grid2boxColumn.wd60 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .grid2box .grid2boxColumn.wd60 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .grid2box .grid2boxColumn.wd60 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .grid2box .grid2boxColumn {
    width: 100%;
    margin-top: 30px;
  }
  .grid2box .grid2boxColumn:first-child {
    margin-top: 0;
  }
}
.news {
  display: block;
}

.news h2 {
  font-size: 30px !important;
  margin-bottom: 30px !important;
}

.news h3 {
  font-size: 16px !important;
  margin: 0 0 10px 0;
  color: #172B4D;
  letter-spacing: 0.26px;
  line-height: 24px;
  font-weight: 700;
}

.news .newstitle {
  margin: 0;
}

.news .datedon {
  font-size: 12px;
  margin: 0;
  position: relative;
}

.news .boxcontent {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.news .boxcontent p.paragraphBu {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}

.news .boxcontent .hidecontent {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}

.news .boxcontent .morecontent,
.news .boxcontent .closecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.news .boxcontent:last-child {
  border: none;
}

.quickheal {
  padding: 7px;
  border-radius: 5px;
  margin: 20px ​0;
  position: relative;
}

.quickheal .quickheal_wrapper {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  background: #fff;
  margin: 10px 0;
  position: relative;
  padding: 75px 20px 10px;
}

@media only screen and (max-width: 320px) {
  .quickheal .quickheal_wrapper {
    padding: 75px 5px 10px;
  }
}
.quickheal .quickheal_wrapper:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../../images/qh-wrapper-icon.png) no-repeat 0 0;
  top: 10px;
  right: 10px;
  background-size: 75%;
}

@media only screen and (max-width: 440px) {
  .quickheal .quickheal_wrapper:before {
    background-size: 65%;
    right: -20px;
  }
}
.quickheal .quickheal_wrapper .widget_title {
  background: #6690F0;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  right: 0;
  width: 230px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .quickheal .quickheal_wrapper .widget_title {
    border-radius: 8px 0 8px 0;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .quickheal .quickheal_wrapper .widget_title {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.quickheal .quickheal_wrapper h3 {
  margin: 10px 0;
}

.quickheal .quickheal_wrapper .qh {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  display: flex;
  flex-wrap: wrap;
}

.quickheal .quickheal_wrapper .qh li {
  font-size: 14px;
  font-weight: 500;
  color: #58606C;
  line-height: 36px;
  display: block;
  position: relative;
  padding-left: 30px;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .quickheal .quickheal_wrapper .qh li {
    width: 100%;
  }
}
.quickheal .quickheal_wrapper .qh li a {
  color: #6690F0;
}

.quickheal .quickheal_wrapper .qh li a:hover,
.quickheal .quickheal_wrapper .qh li a:visited {
  color: #6690F0;
}

.quickheal .quickheal_wrapper .qh li span {
  display: inline-block;
  position: relative;
  line-height: 18px;
  margin-bottom: 25px;
  color: #253858;
}

.quickheal .quickheal_wrapper .qh li span::before {
  position: absolute;
  bottom: -8px;
  left: -5px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent 50%, #5089e0 50%);
  background-size: 12px 1px;
  content: "";
}

.quickheal .quickheal_wrapper .qh li span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5089e0;
  top: 8px;
  left: -20px;
  position: absolute;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .disContnet.contentStyles {
    background: #fff;
    padding: 16px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
  }
  .block_content_wrapper.term {
    border: 0;
    padding: 0 0;
    margin-bottom: 25px;
  }
}
.contentNewFormat {
  color: #253858;
}

.contentNewFormat .didyouknow h3,
.contentNewFormat .investment-option-slider h3,
.contentNewFormat .investment-option-slider h3 {
  margin: 10px 0 15px;
  font-size: 18px;
}

.contentNewFormat .leftSection h2 {
  margin: 20px 0 10px;
}

.contentNewFormat .leftSection .mid-form {
  margin: 20px 0 30px;
}

.contentNewFormat em {
  font-size: 12px;
}

.contentNewFormat #why-buy-term-plan h2,
.contentNewFormat #term-insurance-riders h2,
.contentNewFormat .rightBox_whypb_new {
  margin: 20px 0 10px;
}

.contentNewFormat .accordian-tab h2 {
  margin: 0 5px;
}

.contentNewFormat .str {
  margin: 20px ​0px 0;
  display: block;
}

.contentNewFormat .str_bottom {
  margin: 0 0 20px;
  display: block;
}

.contentNewFormat .str_bt {
  margin: 10px 0 10px;
  display: block;
}

.contentNewFormat .types-of-plan-slider_option_one,
.contentNewFormat .types-of-plan-slider,
.contentNewFormat .investment-option-slider {
  border: none;
}

@media only screen and (max-width: 1024px) {
  .contentNewFormat .block_content_wrapper.graybox {
    margin: 20px 0;
  }
}
.rightBox_whypb_new {
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.rightBox_whypb_new .title_text_mob {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.rightBox_whypb_new .title_text_mob.desktop_hide {
  display: none;
}

.rightBox_whypb_new .title_text_mob.mobile_hide {
  display: block;
}

@media only screen and (max-width: 440px) {
  .rightBox_whypb_new .title_text_mob.desktop_hide {
    display: block;
    text-align: center;
  }
  .rightBox_whypb_new .title_text_mob.mobile_hide {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .rightBox_whypb_new {
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  .rightBox_whypb_new {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 362px;
    border: none;
    padding: 10px;
  }
  .rightBox_whypb_new .title_text {
    display: none;
  }
  .rightBox_whypb_new .title_text_mob {
    text-align: center;
    margin: 30px 1px 10px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .rightBox_whypb_new .terminsurance_new {
    width: 100%;
    background: transparent;
  }
}
.rightBox_whypb_new .ageEffect_new {
  display: block;
  width: 50%;
  margin: 20px auto 0;
  float: inherit;
  padding: 10px 20px;
  background: #fff;
}

@media only screen and (max-width: 440px) {
  .rightBox_whypb_new .ageEffect_new {
    padding: 10px 0;
    border-radius: 5px;
  }
}
.rightBox_whypb_new .ageEffect_new .title_text {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.rightBox_whypb_new .ageEffect_new .premium {
  background: #0663f6;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: block;
  padding: 0 30px 5px 15px;
  position: relative;
  left: 0;
  top: 15px;
  width: 143px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.rightBox_whypb_new .ageEffect_new .premium .pm {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
}

.rightBox_whypb_new .ageEffect_new .premium .pm .sm {
  font-size: 11px;
}

.rightBox_whypb_new .ageEffect_new .ideabox_new {
  background: #fdefb9;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

.rightBox_whypb_new .ageEffect_new .ideabox_new .text {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.rightBox_whypb_new .ageEffect_new .ideabox_new .text:before {
  content: "";
  background-image: url(../../images/bu/investment/idea_icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 27px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.rightBox_whypb_new .ageEffect_new .viewplan_button {
  color: #fff;
  padding: 5px 18px;
  background: #f45023;
  display: block;
  width: 130px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

@media only screen and (max-width: 740px) {
  .rightBox_whypb_new .ageEffect_new {
    width: 100%;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .rightBox_whypb_new .ageEffect_new {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .rightBox_whypb_new .ageEffect_new .graphBox {
    margin: 10px 0 0;
  }
  .rightBox_whypb_new .title_text_mob {
    letter-spacing: -0.5px;
  }
  .rightBox_whypb_new #sliderHandle {
    width: 100%;
  }
}
.rightBox_whypb_new .headTitle {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 0 15px;
}

.terminsurance_new {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.terminsurance_new .title,
.terminsurance_new .leftSection h1,
.leftSection .terminsurance_new h1,
.terminsurance_new .leftSection h2,
.leftSection .terminsurance_new h2,
.terminsurance_new .leftSection .h2,
.leftSection .terminsurance_new .h2 {
  background: #0663f6;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .terminsurance_new .title,
  .terminsurance_new .leftSection h1,
  .leftSection .terminsurance_new h1,
  .terminsurance_new .leftSection h2,
  .leftSection .terminsurance_new h2,
  .terminsurance_new .leftSection .h2,
  .leftSection .terminsurance_new .h2 {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .terminsurance_new .title,
  .terminsurance_new .leftSection h1,
  .leftSection .terminsurance_new h1,
  .terminsurance_new .leftSection h2,
  .leftSection .terminsurance_new h2,
  .terminsurance_new .leftSection .h2,
  .leftSection .terminsurance_new .h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .terminsurance_new .title,
  .terminsurance_new .leftSection h1,
  .leftSection .terminsurance_new h1,
  .terminsurance_new .leftSection h2,
  .leftSection .terminsurance_new h2,
  .terminsurance_new .leftSection .h2,
  .leftSection .terminsurance_new .h2 {
    font-size: 14px;
  }
}
.terminsurance_new .whybuy {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 740px) {
  .terminsurance_new .whybuy {
    flex-wrap: wrap;
  }
}
.terminsurance_new .list_new {
  padding: 10px 15px;
  width: 50%;
  border-right: 1px solid #ccc;
  float: left;
  background: #fff;
  margin-top: 15px;
}

@media only screen and (max-width: 740px) {
  .terminsurance_new .list_new {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .terminsurance_new .list_new {
    width: 100%;
    background: #fff;
    float: initial;
    border: none;
    float: initial;
    margin-top: 0;
    border-radius: 5px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.terminsurance_new .list_new .item {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .terminsurance_new .list_new .item {
    font-size: 14px;
    line-height: 18px;
  }
}
.terminsurance_new .list_new .item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #0663f6;
  border-radius: 50px;
}

.terminsurance_new .list_new .item:first-child {
  padding-top: 0;
  margin-bottom: 0;
}

.terminsurance_new .list_new .item:first-child:before {
  top: 5px;
}

.terminsurance_new .list_new .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 375px) {
  .terminsurance_new,
  .terminsurance_new .list {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .terminsurance_new,
  .terminsurance_new .list {
    width: 240px;
  }
}
.range-limit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  bottom: -60px;
}

.wrapper_whybuy_terminsurance {
  width: 100%;
  height: 130px;
  bottom: 0;
  display: block;
  max-width: 280px;
  position: relative;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 320px) {
  .wrapper_whybuy_terminsurance {
    max-width: 200px;
  }
}
#graph {
  background: url(../../images/bu/slideline.svg) no-repeat 0 -3px;
  height: 115px;
  width: 100%;
  top: 29px;
  position: absolute;
}

@media only screen and (max-width: 320px) {
  #graph {
    background: url(../../images/bu/slideline.svg) no-repeat 0 18px;
  }
}
.wrapper_whybuy_terminsurance input[type=range] {
  -webkit-appearance: none;
  outline: 0;
  width: 100%;
  margin-top: 50px;
  height: 3px !important;
  z-index: 1 !important;
  cursor: pointer;
  background-color: #0663f6 !important;
  position: absolute;
}

.wrapper_whybuy_terminsurance input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background: #4099ff;
  cursor: pointer;
  margin-top: -2px;
  outline: none;
  border: none;
  z-index: 100 !important;
}

.wrapper_whybuy_terminsurance input[type=range]::-webkit-slider-thumb:hover {
  opacity: 1;
}

.wrapper_whybuy_terminsurance input[type=range]::-webkit-slider-thumb:active {
  transform: scale(1);
  background: #4099ff;
  opacity: 1;
}

.wrapper_whybuy_terminsurance input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #4099ff;
  outline: none;
  border: none;
}

.wrapper_whybuy_terminsurance input[type=range]::-moz-range-thumb:hover {
  background: #4099ff;
  outline: none;
  border: none;
}

.rang {
  z-index: 1;
}

.wrapper_whybuy_terminsurance input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  z-index: 1;
  background-color: #0663f6;
  position: absolute;
}

.wrapper_whybuy_terminsurance input[type=range]::-ms-range-track {
  width: 100%;
  height: 3px;
  z-index: 1;
  background-color: #0663f6;
  position: absolute;
}

#percent {
  width: 140px;
  position: relative;
  left: 0;
  top: 30px;
  opacity: 1;
  margin-bottom: 20px;
  color: #253858;
  font-size: 14px;
  padding: 0;
  text-align: left;
  height: 30px;
}

#percent span,
#percent strong {
  display: inline;
}

#percent.active {
  opacity: 1;
}

.pricewise-plan {
  border-radius: 8px;
  margin: 30px 0;
  background: #F0F0F0;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
}

.pricewise-plan .pricewise-plan-box {
  border: 1px solid #6690F0;
  border-radius: 8px;
  background: #fff;
}

.pricewise-plan .pricewise-plan-box .heading-text {
  background: #EFF4FE;
  border-radius: 8px 8px 0 0;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #6690F0;
}

.pricewise-plan .flexgrid {
  display: flex;
}

.pricewise-plan ul,
.pricewise-plan li {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

.pricewise-plan .pricebox {
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #6690f0;
}

.pricewise-plan .pricebox:last-child {
  border-bottom: none;
}

.pricewise-plan .price {
  font-size: 60px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 30px 15px 30px;
  position: relative;
  width: 33%;
  color: #253858;
  text-align: center;
  margin: 30px 0;
}

@media only screen and (max-width: 480px) {
  .pricewise-plan .price {
    width: 50%;
    margin: 15px 0;
    font-size: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .pricewise-plan .price {
    width: 50%;
    margin: 5px 0;
    font-size: 35px;
  }
}
.pricewise-plan .price .linktext {
  color: #253858;
}

.pricewise-plan .price .linktext:hover {
  color: #253858;
}

.pricewise-plan .price .linktext sup {
  font-size: 30px;
  position: relative;
  top: -10px;
}

.pricewise-plan .price .linktext .unit {
  font-size: 24px;
}

.pricewise-plan .price .linktext .product {
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .pricewise-plan .price .linktext sup,
  .pricewise-plan .price .linktext .unit {
    font-size: 20px;
  }
  .pricewise-plan .price .linktext .product {
    font-size: 14px;
    bottom: -5px;
  }
}
@media only screen and (max-width: 320px) {
  .pricewise-plan .price .linktext sup,
  .pricewise-plan .price .linktext .unit {
    font-size: 16px;
  }
  .pricewise-plan .price .linktext .product {
    font-size: 12px;
    bottom: -5px;
  }
}
.pricewise-plan .viewplan-pricewise {
  color: #fff;
  padding: 8px 18px;
  background: #0065ff;
  display: block;
  width: 150px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

.pricewise-plan:after {
  content: "";
  display: block;
  clear: both;
}

.leftSection h2 {
  text-transform: initial !important;
}

.faq_tabs_inner {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.faq_tabs_inner .tabs_faq {
  color: #7a869a;
  font-size: 16px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0;
}

.faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}

.faq_tabs_inner .tabs_faq.active {
  color: #252858;
  font-weight: 600;
  position: relative;
}

.faq_tabs_inner .tabs_faq.active::after {
  border: 2px solid #253858;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.data-lisitng {
  margin-top: 16px;
  margin-bottom: 20px;
}

ul.data-lisitng li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.contentStyles ul.data-lisitng li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #505f79;
  border-radius: 100%;
}

ul.data-lisitng li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.faqsWrapper p {
  margin: 10px 0;
}

.faqsWrapper > ul {
  margin: 8px 0 0 0 !important;
  list-style: none;
}

.faqsWrapper > ul > li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  margin: 0 0 5px 0 !important;
  background: #f1f3f5;
  border-radius: 8px;
}

.faqsWrapper > ul > li::before {
  content: none !important;
}

.faqsWrapper > ul > li h3,
.faqsWrapper > ul > li h4,
.faqsWrapper > ul > li h2 {
  font-size: 16px !important;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0 !important;
}

.faqsWrapper > ul > li h3 a,
.faqsWrapper > ul > li h4 a,
.faqsWrapper > ul > li h2 a,
.faqsWrapper > ul > li h3 > span,
.faqsWrapper > ul > li h4 > span,
.faqsWrapper > ul > li h2 > span,
.faqsWrapper > ul > li h3 > label,
.faqsWrapper > ul > li h4 > label,
.faqsWrapper > ul > li h2 > label {
  color: #253858;
  padding: 14px 50px 14px 14px !important;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
}

.faqsWrapper > ul > li h3 a::after,
.faqsWrapper > ul > li h4 a::after,
.faqsWrapper > ul > li h2 a::after,
.faqsWrapper > ul > li h3 > span::after,
.faqsWrapper > ul > li h4 > span::after,
.faqsWrapper > ul > li h2 > span::after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 20px;
}

.faqsWrapper > ul > li h3 a[flag=up],
.faqsWrapper > ul > li h4 a[flag=up],
.faqsWrapper > ul > li h2 a[flag=up],
.faqsWrapper > ul > li h3 > span[flag=up],
.faqsWrapper > ul > li h4 > span[flag=up],
.faqsWrapper > ul > li h2 > span[flag=up],
.faqsWrapper > ul > li h3 > label[flag=up],
.faqsWrapper > ul > li h4 > label[flag=up],
.faqsWrapper > ul > li h2 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrapper > ul > li h3 a[flag=up]::after,
.faqsWrapper > ul > li h4 a[flag=up]::after,
.faqsWrapper > ul > li h2 a[flag=up]::after,
.faqsWrapper > ul > li h3 > span[flag=up]::after,
.faqsWrapper > ul > li h4 > span[flag=up]::after,
.faqsWrapper > ul > li h2 > span[flag=up]::after,
.faqsWrapper > ul > li h3 > label[flag=up]::after,
.faqsWrapper > ul > li h4 > label[flag=up]::after,
.faqsWrapper > ul > li h2 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrapper > ul > li h3 a[flag=up]::after,
.faqsWrapper > ul > li h4 a[flag=up]::after,
.faqsWrapper > ul > li h2 a[flag=up]::after,
.faqsWrapper > ul > li h3 > span[flag=up]::after,
.faqsWrapper > ul > li h4 > span[flag=up]::after,
.faqsWrapper > ul > li h2 > span[flag=up]:after,
.faqsWrapper > ul > li h2 > label[flag=up]:after,
.faqsWrapper > ul > li h3 > label[flag=up]:after,
.faqsWrapper > ul > li h4 > label[flag=up]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

.faqsWrapper > ul > li h3 + div,
.faqsWrapper > ul > li h4 + div,
.faqsWrapper > ul > li h2 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrapper > ul > li h2 a:hover,
.faqsWrapper > ul > li h2 > span:hover {
  color: #253858;
}

.faqsWrapper > ul > li > div > ul {
  list-style: none;
}

.faqsWrapper table th {
  padding: 10px;
}

.faq_tabs_container .faqsWrap .data-listing {
  margin-top: 16px;
  margin-bottom: 20px;
}

.faq_tabs_container .faqsWrap .data-listing li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.faq_tabs_container .faqsWrap .data-listing li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #505f79;
  border-radius: 100%;
}

.faq_tabs_container .faqsWrap .data-listing li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  .faq_tabs_inner {
    overflow: auto;
    white-space: nowrap;
  }
  .faq_tabs_inner::-webkit-scrollbar {
    display: none;
  }
  .faq_tabs_inner .tabs_faq {
    margin-right: 30px;
  }
  .faqsWrapper {
    text-align: left !important;
  }
  .faq_tabs_container {
    padding: 20px 0;
  }
}
.seemore_news {
  display: block;
  text-align: center;
}

.seemore_news span {
  background: #fff;
  border-radius: 38px;
  border: 1px solid #0065FF;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  align-items: center;
  margin: 0 auto 20px;
  cursor: pointer;
  color: #0065FF;
  padding: 10px 30px 11px;
  line-height: 16px;
  width: 140px;
  transition: all 0.3s linear;
}

.seemore_news span:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 0 7px;
  position: relative;
  top: -3px;
}

.car-stiky-view-plan {
  display: none;
}

@media (max-width: 1024px) {
  .car-stiky-view-plan {
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 0;
    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;
  }
}
.faqsWrap ul li h3 label:before,
.faqsWrap ul li h3 span:before {
  content: "👉";
  margin: 0 5px 0 0;
}

.skeletonStyle {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #fafafa;
}

.skeleton::after {
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: loading 0.7s infinite;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.logo-block.skeleton.skeletonStyle {
  height: 67px;
  margin-right: 30px;
}

.view-plan.skeleton.skeletonStyle {
  height: 67px;
}

.claim-settlement.skeleton.skeletonStyle {
  height: 67px;
  margin-right: 30px;
}

.top-plan-disclaimer.skeleton.skeletonStyle {
  height: 40px;
}

@media (max-width: 1024px) {
  .logo-block.skeleton.skeletonStyle {
    height: 55px;
    margin-right: 0;
    margin-top: 10px;
  }
  .view-plan.skeleton.skeletonStyle {
    height: 55px;
    margin-right: 0;
    margin-top: 10px;
  }
  .claim-settlement.skeleton.skeletonStyle {
    height: 55px;
    margin-right: 0;
    margin-top: 10px;
  }
  .top-plan-disclaimer.skeleton.skeletonStyle {
    height: 100px;
    margin-right: 0;
    margin-top: 10px;
  }
}
#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-prev,
#mot .slide-item .slick-next {
  outline: none;
  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(0deg);
}

#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 .readmore-btn,
  #mot .slide-item .item .btn-flexbox .location-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: 50px;
  }
  .left {
    margin-top: -60px;
  }
}
.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: 860px;
  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 {
  background: #F4F5FF 0% 0% no-repeat padding-box;
  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: darkgrey;
  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;
    position: relative;
  }
}
.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;
  }
}
@media (max-width: 1024px) {
  .term-form-template .form-grid .pointer-with-banner.ins-comp-view .bannerimg-pointer-logo {
    margin-bottom: 20px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.you-may-like {
  clear: both;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .you-may-like {
    padding: 0 8px;
  }
}
.you-may-like ul.article_like li .image-box {
  display: table-cell;
  height: 50px;
  width: 90px;
}

.you-may-like .icnSprite {
  font-size: 20px !important;
  padding-bottom: 10px;
  background: 0 0;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
  text-transform: capitalize;
  color: #014667 !important;
  clear: both;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.you-may-like .icnSprite::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #014667;
  bottom: 0;
}

.you-may-like .article_like {
  list-style: none;
  font-weight: 400;
}

.you-may-like .article_like li {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  clear: none;
}

.you-may-like .article_like .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.you-may-like .article_like a {
  display: block;
  padding: 0 0;
  color: #337ab7;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.you-may-like p {
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
}

.item-contentpage #car_article_leftpanel .you-maylike p {
  margin: 2px 0 0 0;
}

.youmaylike_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.article-info dl.article-info {
  margin: 0;
}

.you-may-like dt,
.you-may-like dd {
  color: #91919a;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.you-may-like ul.article_like li .image-box img {
  border: 1px solid #ddd;
  height: auto;
  padding: 1px;
  width: 100%;
}

.you-may-like ul.article_like li {
  border-bottom: 1px solid #ddd;
  clear: both;
  list-style: none;
  padding: 10px 0 10px 0;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 35%;
  transform: translate(0, -50%);
  position: absolute;
  background: url(../../images/bu/ture-caller-loader.gif) no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .floatingpopup {
    max-width: 300px;
    text-align: CENTER;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .floatingpopup {
    max-width: 440px;
  }
}
.floatingpopup img {
  cursor: pointer;
}

@media screen and (max-width: 440px) {
  [alt="life insurance"] {
    float: initial;
  }
}
#chartdiv {
  width: 350px;
  height: 200px;
  position: absolute;
  bottom: -55px;
}

#chartdiv .highcharts-pane-group path {
  stroke: none;
  fill: none;
}

.highcharts-axis.highcharts-yaxis.highcharts-radial-axis,
.highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text {
  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;
}

.hlv-logo {
  max-width: 1140px;
  text-align: center;
  margin: 20px auto 40px;
}

.hide {
  display: none !important;
}

.hlv-calculator-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.hlv-calculator-container.visible {
  opacity: 1;
  z-index: 100000;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-calculator-container.visible {
    align-items: end;
  }
}
.hlv-calculator-close {
  background: url(../../images/bu/exit-intent-popup-close.svg) no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  background-size: 100%;
  background-position: 3px 3px;
}

.hlv-calculator-close.un {
  background: #fff url(../images/bu/exit-intent-popup-close.svg) no-repeat;
  background-size: 70%;
  background-position: 3px 3px;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-calculator-close {
    top: 15px;
    right: 15px;
  }
}
.hlv-calculator-back {
  position: absolute;
  padding: 0 8px 0 18px;
  border-radius: 8px;
  background: #F2F7FF;
  top: 13px;
  left: 20px;
  z-index: 100;
  line-height: 22px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.hlv-calculator-back:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  top: -22px;
  left: 11px;
  display: block;
  margin: 30px auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.get-help-intent-popup {
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  max-width: 400px;
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 1002;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .get-help-intent-popup {
    margin: 0;
    padding: 0;
    height: auto;
    border-radius: 30px 30px 0 0;
    max-width: 100%;
    max-height: 96%;
  }
  .get-help-intent-popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media screen and (max-width: 360px) {
  .get-help-intent-popup::after {
    opacity: 0.3;
  }
}
.heading-h2 {
  padding: 0px !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 10px !important;
}

.heading-h2.green {
  color: #588D57;
}

.heading-h2.inner-hlv-heading {
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  font-size: 22px !important;
  margin: 5px 0 0 !important;
}

.hlv-val-heading {
  font-size: 16px;
  line-height: 26px;
  color: #253858;
  display: block;
  font-weight: 500;
  text-align: center;
}

.hlv-val-heading.head-top {
  padding: 0 0 10px;
  font-size: 18px;
}

.hlv-val-heading.head-top strong {
  color: #588D57;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-val-heading.head-top {
    margin-top: 40px;
  }
}
.plane-heading {
  font-size: 14px;
  line-height: 19px;
  color: rgb(37, 56, 88);
  display: block;
  margin-bottom: 15px;
}

.plane-heading.text-center {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}

.plane-heading .cover-amt {
  color: #F45023;
  font-weight: 600;
  display: inline;
}

.agecount {
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  border-radius: 8px;
  margin: 10px 0 30px;
}

.agecount.lightpink {
  background: #FAF9F3;
}

.agecount span {
  font-size: 14px;
  color: #253858;
  font-weight: 400;
}

.agecount select {
  width: 56px;
  border: none;
  font-weight: 500;
  outline: none;
  font-size: 14px;
  color: #253858;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right top 10px;
  background-size: 16%;
}

.fig-label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #f4f7fe;
  padding: 2px 15px;
  border-radius: 4px;
  right: 10px;
  color: rgba(37, 56, 88, 0.5);
  font-size: 14px;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-calculator-content {
    background: #fff;
    border-radius: 30px 30px 0 0;
  }
}
.hlv-calculator-content > div {
  font-family: inherit;
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-calculator-content > div {
    padding: 25px 0;
  }
}
@media screen and (max-width: 360px) {
  .hlv-calculator-content > div {
    padding: 25px 0;
  }
}
.hlv-calculator-content > div.authentication-check {
  padding-top: 20px;
}

.hlv-calculator-content > div .hlv-inner {
  width: 345px;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .hlv-calculator-content > div .hlv-inner {
    width: 290px;
  }
}
.hlv-calculator-content > div .headingbox {
  display: flex;
  flex-wrap: nowrap;
}

.hlv-calculator-content > div .headingbox .left {
  width: 60%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.hlv-calculator-content > div .headingbox .left .heading-h2 {
  font-size: 22px;
  line-height: 30px;
  color: #253858;
  font-weight: 500;
}

.hlv-calculator-content > div .headingbox .left .text {
  font-size: 14px;
  line-height: 20px;
  color: #253858;
  margin: 10px 0 20px;
}

.hlv-calculator-content > div .headingbox .right {
  width: 40%;
  background: url(../../images/bu/get-help.jpg) no-repeat 0 0;
  height: 160px;
}

.hlv-calculator-content > div .headingbox .right.unregister {
  width: 40%;
  background: url(../images/bu/get-help.jpg) no-repeat 0 0;
  height: 160px;
}

.hlv-calculator-content > div .go_back_login {
  letter-spacing: 0.19px;
  color: #0065FF;
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hlv-calculator-content > div .go_back_login img {
  margin-left: 8px;
}

.hlv-calculator-content > div .product-item {
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-calculator-content > div .product-item {
    height: 90%;
    overflow: auto;
  }
}
.hlv-calculator-content > div .product-info {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hlv-calculator-content .current-hlv-val {
  background: #FAF9F3;
  padding: 15px;
  border-radius: 8px;
  margin: 60px 0 0;
}

.hlv-calculator-content .current-hlv-val.mr30 {
  margin-top: 30px;
}

.hlv-calculator-content .current-hlv-val.pd25 {
  padding: 25px;
}

.hlv-calculator-content .current-hlv-val.mt0 {
  margin-top: 0;
}

.hlv-calculator-content .graphbox {
  background: #fff;
  margin: 10px;
  height: 140px;
  border-radius: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hlv-calculator-content .graphbox .you-are-coverd {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 80;
  top: 95px;
}

.hlv-calculator-content .viewplan-link,
.hlv-calculator-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: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hlv-calculator-content .viewplan-link,
  .hlv-calculator-content button {
    max-width: 200px;
    z-index: 1;
    position: relative;
  }
}
.hlv-calculator-content.unregister {
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
}

.hlv-calculator-content .policyrequest {
  position: relative;
  padding: 30px;
}

.hlv-calculator-content .policyrequest .bell-icon {
  width: 100px;
  margin: 0 auto;
  display: flex;
}

.hlv-calculator-content .policyrequest .note {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 20px;
  color: #253858;
}

.formBox {
  padding: 0 30px 30px;
}

@media screen and (max-width: 740px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .formBox {
    padding: 0 30px 0;
    height: 90%;
    overflow: auto;
  }
}
#hlv-calculator-container .formInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #5E6C84;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

#hlv-calculator-container .formInput.rupee::before {
  content: "₹";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 52%;
  font-size: 16px;
  font-weight: 500;
  transform: translate(16px, -50%);
  text-align: center;
  display: flex;
  color: #253858;
  align-items: center;
}

#hlv-calculator-container .formInput.rupee input {
  padding: 0 15px 0 32px;
}

#hlv-calculator-container .formInput.rupee .feildLable {
  left: 30px;
}

#hlv-calculator-container .formInput .countybox {
  width: 150px;
  display: flex;
}

#hlv-calculator-container .formInput .countybox .country-flag {
  width: 80px;
  align-items: center;
  display: flex;
  padding: 0 15px 0 15px;
  cursor: pointer;
}

#hlv-calculator-container .formInput .countybox .country-flag img {
  width: 30px;
}

#hlv-calculator-container .formInput .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 15px;
  height: 8px;
  right: -20px;
  position: relative;
}

#hlv-calculator-container .formInput .countybox .country-flag.active:after {
  transform: rotate(180deg);
}

#hlv-calculator-container .formInput .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}

#hlv-calculator-container .formInput .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}

#hlv-calculator-container .formInput .countybox .flags.show {
  visibility: visible;
  opacity: 1;
  top: 60px;
  z-index: 1;
}

#hlv-calculator-container .formInput .countybox .flags::-webkit-scrollbar {
  width: 0;
}

#hlv-calculator-container .formInput .countybox .flags::-webkit-scrollbar-track {
  background: transparent;
}

#hlv-calculator-container .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: transparent;
}

#hlv-calculator-container .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

#hlv-calculator-container .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;
}

#hlv-calculator-container .formInput .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

#hlv-calculator-container .formInput .countybox .flags li .cname {
  width: 200px;
}

#hlv-calculator-container .formInput .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

#hlv-calculator-container .formInput .countybox .flags li:after {
  display: none;
}

#hlv-calculator-container .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;
}

#hlv-calculator-container .formInput .countybox .cCode {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  align-items: center;
}

#hlv-calculator-container input {
  width: 100%;
  height: 56px;
  padding: 0 15px 0 15px;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  color: #253858;
}

#hlv-calculator-container .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  top: 14px;
  font-weight: 400;
  left: 10px;
  background: #fff;
  padding: 0 4px;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

#hlv-calculator-container .feildLable.mobN {
  left: 150px;
}

#hlv-calculator-container input:focus + .feildLable,
#hlv-calculator-container input:focus + .feildLable.gray {
  left: 11px !important;
  top: -12px !important;
  font-size: 12px !important;
  font-weight: 600;
}

#hlv-calculator-container input.labelshow + .feildLable,
#hlv-calculator-container input.labelshow + .feildLable.gray {
  left: 11px !important;
  top: -12px !important;
  font-size: 12px !important;
  font-weight: 600;
}

#hlv-calculator-container.full input {
  width: 100%;
  padding: 0 15px;
}

.loadingDiv.tab2 {
  position: relative;
}

.loadingDiv.tab2 .proceed {
  margin: 25px 0 0;
}

.loadingDiv.tab2 .proceed.invert {
  margin: 15px 0 15px;
}

.loadingDiv.tab2 .mb-25 {
  margin: 35px 0 25px;
}

.loadingDiv.tab2 .note-text {
  text-align: center;
  padding: 0;
  color: rgba(37, 56, 88, 0.7);
}

.hlv-calculator-content > div.authentication-check .loadingDiv.tab2 .mb-25 {
  margin: 15px 0 25px;
}

.hlv-calculator-content .loaderProcess,
.hlv-calculator-content .proceed {
  box-sizing: border-box;
  width: 100%;
  background: #F45023;
  border: 1px solid #ee4f34;
  color: #fff;
  padding: 9px;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.hlv-calculator-content .loaderProcess.invert,
.hlv-calculator-content .proceed.invert {
  background: #fff;
  border: 1px solid #ee4f34;
  color: #ee4f34;
  margin: 25px 0 0;
}

.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:hover,
.auth-tab .custom-btn.active {
  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;
}

.hlv-calculator-content .iti__flag-container ul {
  width: 300px;
  margin-top: 3px;
}

.hlv-calculator-content .iti__flag-container ul li {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.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: none;
  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 > input:checked ~ .box,
.radio-input .custom-checkbox.checked > .box {
  background: #f4f8ff;
  border: 1px solid #0663f6;
  color: #FFF;
  color: #0663f6;
}

.radio-input .custom-checkbox > input:checked ~ .box > .tick,
.radio-input .custom-checkbox.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: 0px !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: 20px;
  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;
}

@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-prev,
.insurer-slider .option-slider-insurer .slick-next {
  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: none;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer .slick-prev,
  .insurer-slider .option-slider-insurer .slick-next {
    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:hover,
.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:visited {
  color: #0065FF;
}

@media only screen and (max-width: 767px) {
  .insurer-slider .option-slider-insurer .slick-list {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .insurer-slider .option-slider-insurer.slick-initialized {
    padding: 0;
  }
}
.insurer-slider .view-all-plans {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

.insurer-slider .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@keyframes slideMenu {
  100% {
    top: 80px;
  }
}
@keyframes slideMenu-button {
  100% {
    top: 0;
  }
}
.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: none;
  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(even) {
  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: none;
  -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::-webkit-input-placeholder,
.ask-pb-banner .commonForm-box input::-moz-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::-webkit-input-placeholder,
.news-letter .commonForm-box input::-moz-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-h3,
.calculator-frame .default-h2 {
  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: transparent;
    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: 16px;
  }
  .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: none;
  }
}
@media only screen and (max-width: 480px) {
  .insurer-by-company,
  .list-calculator {
    padding: 15px 5px 5px;
  }
}
.insurer-by-company .insurer-by-company-title {
  display: 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-prev.slick-arrow,
.insurer-by-company .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.insurer-by-company .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-by-company .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.showAllInsurer {
  position: relative;
  margin-right: 0;
}

.showAllInsurer::before {
  line-height: 22px;
  content: "+";
  display: inline-block;
  position: absolute;
  margin-left: 4px;
  font-size: 18px;
  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;
}

.bank-term-insurance {
  background-color: #F7F7F7;
  padding: 25px;
  padding-top: 20px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance {
    padding: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .bank-term-insurance {
    padding: 5px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-title {
  color: #293756;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-title {
    font-size: 16px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body {
  background: #FFF;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 25px 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex {
  display: flex;
  align-items: center;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-shrink-0 {
  flex-shrink: 0;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-grow-1 {
  flex-grow: 1;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-grow-1 .bank-term-insurance-title {
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-grow-1 .bank-term-insurance-title {
    display: none;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-img-warpper {
  width: 120px;
  height: 45px;
  border-radius: 8px;
  margin-right: 16px;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-img-warpper .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li {
  flex: 0 0 25%;
  max-width: 50%;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li {
    flex-basis: 50%;
    margin-top: 12px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link {
  color: #2A63F6;
  font-size: 15px;
  text-decoration: underline;
  display: block;
  font-weight: 500;
  position: relative;
  min-height: 1px;
  background: #EBF2FE;
  border: 1px solid #CCD7EA;
  border-radius: 8px;
  padding: 14px 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 320px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link {
    font-size: 13px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link .arrow {
  border: solid #2A63F6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 15px;
  top: 45%;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link .arrow {
    right: 5px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.cs_select_open {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.cs_select_open:before {
  content: "";
  background: #333;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10001;
  opacity: 0.8;
}

.cs_select {
  font-size: 14px;
  text-align: left;
  padding: 0 20px 0 10px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.29);
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 0 16px rgba(204, 204, 204, 0.29);
  letter-spacing: 0.2px;
  cursor: pointer;
  position: relative;
  width: 120px;
}

.cs_select:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #253858;
  border-left: 1px solid #253858;
  transform: rotate(-135deg);
  position: absolute;
  margin: 0;
  top: 10px;
  right: 10px;
}

.customSelectbox {
  text-align: left;
  width: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .customSelectbox.active:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.custom-radio-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 16px rgba(204, 204, 204, 0.29);
  width: 250px;
  padding: 0;
  border-radius: 8px;
  height: 185px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 20px 0 0 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .custom-radio-wrapper {
    position: fixed;
    max-width: 350px;
    width: 96%;
    margin: 0 auto;
    height: 70%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
  }
}
.custom-radio-wrapper.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  margin: 0 auto 0;
}

.custom-radio-wrapper::-webkit-scrollbar {
  width: 0;
}

.custom-radio-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.custom-radio-wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}

.custom-radio-wrapper::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.custom-radio-content {
  display: inline-block;
  margin: 10px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.custom-radio-content:focus label {
  background: #379ff4;
  color: #fff;
}

.custom-radio-content:focus label span {
  border: 1px solid #fff !important;
}

.custom-radio-content input[type=radio] {
  display: none;
}

.custom-radio-content input[type=radio] + label {
  display: flex;
  margin: 10px;
  text-align: left;
  padding: 10px;
  margin: 0;
  margin: 0;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.29);
}

.custom-radio-content input[type=radio] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  border: 1px solid #cecece;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  position: absolute;
  right: 10px;
}

.custom-radio-content input[type=radio] + label span:hover,
.custom-radio-content input[type=radio] + label:hover span {
  transform: scale(1.2);
}

.custom-radio-content input[type=radio]:checked + label span {
  background: #2196f3;
  background: linear-gradient(to right, #03a9f4, #2196f3);
  box-shadow: 0 0 0 2px #fff inset;
  border: 1px solid #fff !important;
}

.custom-radio-content input[type=radio]:checked + label {
  color: #fff;
  background: #2196f3;
}

.parent_term {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper::after,
  .graphDiv::after,
  .investment-option-slider::after {
    content: "";
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    border: none;
  }
  .block_content_wrapper .term-widget-new {
    width: 100%;
  }
  .block_content_wrapper > .block_content_wrapper {
    padding: 0 !important;
  }
  .block_content_wrapper > .block_content_wrapper.graybox {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block_content_wrapper > .block_content_wrapper > .block_content_wrapper {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper.section,
  .section,
  .block_content_wrapper {
    border: none;
    margin: 0;
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #reviewslide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .pbRelatedLinks {
    padding-left: 15px;
    padding-right: 15px;
  }
}
hr.section-end-line {
  border: none;
}

@media only screen and (max-width: 1024px) {
  hr.section-end-line {
    border: none;
    background: #f4f5f7;
    border-top: solid 0.8px rgba(23, 43, 77, 0.1);
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.1);
    padding: 10px;
    display: block;
    margin: auto -16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .disContnet.contentStyles {
    padding: 16px;
    overflow: hidden;
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    border: none !important;
    margin: 0 auto !important;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection > .graphDiv .floatingpopup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one {
    background: #fff;
    margin-bottom: 20px;
    border: none;
    border-width: 1px 0 1px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
  }
}
.investment-option-slider.term-vector {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .table-of-content-section {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .faq_tabs_container {
    padding: 0;
  }
}
.go-to-top {
  z-index: 10000;
}

.stickyinfowrapper {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .stickyinfowrapper {
    width: 100%;
  }
}
.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .mobile {
    display: flex !important;
  }
}
.desktop {
  display: flex !important;
}

@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}
.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: bottom 0.2s ease-in;
}

.stickyfooter.active {
  bottom: 0%;
}

.stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .stickyfooter .closesticky {
    display: none;
  }
}
.stickyfooter .closesticky {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transitions: opacity 0.2s ease-in;
  right: 10px;
  top: 10px;
}

.stickyfooter .closesticky:hover {
  opacity: 1;
}

.stickyfooter .closesticky:before,
.stickyfooter .closesticky:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
}

.stickyfooter .closesticky:before {
  transform: rotate(45deg);
}

.stickyfooter .closesticky:after {
  transform: rotate(-45deg);
}

.stickyfooter .closesticky:before,
.stickyfooter .closesticky:after {
  left: 9px;
  top: 4px;
}

.stickyfooter .flexbox-with-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .stickyfooter .flexbox-with-wrap {
    width: 100%;
    padding: 0 15px;
    align-items: flex-start;
  }
}
.stickyfooter .sticky {
  background-color: #4994EB;
}

.stickyfooter .sticky .left {
  width: 50%;
}

.stickyfooter .sticky .right {
  width: 50%;
}

.stickyfooter .sticky .left {
  display: flex;
  flex-direction: column;
}

.stickyfooter .sticky .left .text {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .left .text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
    margin: 0;
  }
  .stickyfooter .sticky .right {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
    margin: 0;
  }
  .stickyfooter .sticky .left .text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
}
@media (max-width: 375px) {
  .stickyfooter .sticky .right {
    min-width: 120px;
  }
}
@media (max-width: 360px) {
  .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .stickyfooter .sticky .right {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
}
.stickyfooter .sticky .right {
  display: flex;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  border-radius: 8px;
  margin-right: 2%;
  position: relative;
}

.stickyfooter .sticky .right .ctaform .forminput .error {
  font-size: 10px;
  line-height: 24px;
  color: #ec3b5d;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background: url(../../images/bu/term/fi_user.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 8px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background: url(../../images/bu/term/fi_dates.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 8px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background: url(../../images/bu/term/fi_email.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 8px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background: url(../../images/bu/term/fi_mob.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 8px;
  display: none;
}

.stickyfooter .sticky .right .ctaform .forminput select,
.stickyfooter .sticky .right .ctaform .forminput input {
  font-size: 16px;
}

@media (max-width: 568px) {
  .stickyfooter .sticky .right .ctaform .forminput select,
  .stickyfooter .sticky .right .ctaform .forminput input {
    font-size: 14px;
  }
}
.stickyfooter .sticky .right .ctaform .forminput select {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% center;
  width: 90px;
  height: 100%;
  margin: 0px 0 0px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.stickyfooter .sticky .right .ctaform .cCode {
  width: 75px;
  display: flex;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform .forminput input {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
  }
}
.stickyfooter .sticky .right .ctaform button {
  width: 150px;
}

.stickyfooter .sticky .right .ctaform button:hover,
.stickyfooter .sticky .right .ctaform button:disabled {
  background: #005be6;
}

.stickyfooter .sticky .right .ctaform button:disabled {
  cursor: not-allowed;
}

.stickyfooter .sticky .right .ctaform button:disabled:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: -3px;
}

@media (max-width: 768px) {
  .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
}
.stickyfooter .sticky .right button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 14px 20px;
  position: relative;
  margin: 0 0 0 auto;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 768px) {
  .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
.stickyfooter .sticky .right button:hover,
.stickyfooter .sticky .right button:disabled {
  background: #005be6;
}

.stickyfooter .sticky .right button:disabled {
  cursor: not-allowed;
}

.stickyfooter .sticky .right button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  right: 4px;
}

.top-insurer-plans-list .top-insurer-plans {
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-list .top-insurer-plans {
    flex-wrap: wrap;
    padding: 21px 10px 14px;
  }
}
.top-insurer-plans-list .top-insurer-plans:last-of-type {
  margin-bottom: 0;
}

.top-insurer-plans-list .top-insurer-plans .logo-name {
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 8px;
  text-align: center;
  padding: 7px 1px 9px;
  max-width: 117px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-list .top-insurer-plans .logo-name {
    border: 0;
    padding: 0;
    max-width: 95px;
  }
}
.top-insurer-plans-list .top-insurer-plans .logo-name img {
  max-width: 57px;
}

.top-insurer-plans-list .top-insurer-plans .logo-name .name {
  letter-spacing: 0;
  color: #253858;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

.top-insurer-plans-list .top-insurer-plans .features-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 54%;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-list .top-insurer-plans .features-list {
    width: 100%;
    border-top: 1px solid rgba(37, 56, 88, 0.1019607843);
    order: 3;
    padding: 16px 0 0;
    margin: 15px 0 0;
  }
}
.top-insurer-plans-list .top-insurer-plans .features-list .feature {
  width: 33%;
}

.top-insurer-plans-list .top-insurer-plans .features-list .feature .label {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.7;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 3px;
}

.top-insurer-plans-list .top-insurer-plans .features-list .feature .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-list .top-insurer-plans .features-list .feature .value {
    font-size: 14px;
  }
}
.top-insurer-plans-list .top-insurer-plans .features-list .feature .tag {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.6;
  font-size: 10px;
  line-height: 18px;
  margin-top: 3px;
}

.top-insurer-plans-list .top-insurer-plans .button-wrapper button {
  border: 1px solid #0164FF;
  border-radius: 8px;
  background: #fff;
  letter-spacing: 0;
  color: #0164FF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 9px 18px;
  cursor: pointer;
}

.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: transparent;
    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;
  }
}
.updateMobileFeild {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 10px 0 10px;
}
.updateMobileFeild input::-webkit-input-placeholder {
  color: #253858;
}
.updateMobileFeild input:-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input::-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input:-ms-input-placeholder {
  color: #253858;
}
@media (max-width: 568px) {
  .updateMobileFeild {
    margin: 10px 0 6px;
  }
}
.updateMobileFeild:before {
  content: "";
  background: url("../../images/bu/term/fi_mob.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.updateMobileFeild .err {
  bottom: -16px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
  font-weight: 600;
}
.updateMobileFeild .dropdown {
  position: relative;
  width: 85px;
  cursor: pointer;
}
.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}
.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 12px;
  height: 46px;
  width: 85px;
  border: none;
}
.updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before, .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .updateMobileFeild .code-number {
    margin: 0px 0 0;
  }
}
.updateMobileFeild .code-number .countryCode {
  max-width: 60px;
  padding: 0px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number .countryCode {
    max-width: 54px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: 96%;
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: 100%;
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0px;
  height: 100%;
  font-weight: 500;
  width: 96%;
}
.updateMobileFeild.error {
  margin: 10px 0 16px;
}
.updateMobileFeild.error .code-number {
  border: 1px solid rgb(255, 0, 0);
}
.updateMobileFeild.error .err {
  color: rgb(255, 0, 0);
  font-weight: 600;
}/*# sourceMappingURL=term_mixed_layout_v8.css.map */