@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

#policybazaar {
  width: 100%;
}

.hide {
  display: none !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

.loading::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 10px;
  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;
}

.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
}

::-webkit-input-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

::-moz-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

:-ms-input-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

:-moz-placeholder {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.showForm {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  margin: 32px 0 0;
}

@media only screen and (max-width: 1024px) {
  .showForm {
    padding: 0 0;
    margin: 0 15px;
    box-shadow: none;
  }
}
.showForm .home-insurance-heading.mobile {
  text-align: center;
  padding-top: 16px;
}

@media screen and (min-width: 1025px) {
  .showForm .home-insurance-heading.mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .showForm .home-insurance-heading.mobile {
    text-align: left;
    padding: 16px 16px 0;
  }
}
.showForm .home-insurance-heading.mobile h1 {
  color: #253858;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.showForm .home-insurance-heading.mobile .tag {
  border-radius: 8px;
  background: rgba(228, 239, 253, 0.6);
  color: var(--253858-n-700, #253858);
  padding: 8px 12px 8px 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  position: relative;
  display: inline-block;
}

.showForm .home-insurance-heading.mobile .tag span {
  font-weight: 700;
}

.showForm .home-insurance-heading.mobile .tag::after {
  content: "";
  background: url(../../images/bu/home-insurance/home-insurance-companies-bell-icon.svg);
  position: absolute;
  height: 24px;
  width: 24px;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.showForm .home-insurance-heading.mobile .provider-logo-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

@media screen and (max-width: 1024px) {
  .showForm .home-insurance-heading.mobile .provider-logo-section {
    margin-bottom: 16px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .showForm .home-insurance-heading.mobile .provider-logo-section {
    flex-direction: column;
    margin-bottom: 26px;
  }
}
.showForm .home-insurance-heading.mobile .provider-logo-section .logo {
  border-radius: 12px;
  border: 1px solid var(--deebffb-50, #deebff);
  background: #fff;
  padding: 12px;
  height: 60px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}

.showForm .home-insurance-heading.mobile .provider-logo-section .logo img {
  height: 35px;
}

.showForm .home-insurance-heading.mobile .provider-logo-section .name-rating {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .showForm .home-insurance-heading.mobile .provider-logo-section .name-rating {
    margin-left: 0;
    margin-top: 8px;
  }
}
.showForm .home-insurance-heading.mobile .provider-logo-section .name-rating h1 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 10px;
}

.showForm .home-insurance-heading.mobile .provider-logo-section .name-rating .rating-section {
  display: flex;
  align-items: center;
}

.showForm .home-insurance-heading.mobile .provider-logo-section .name-rating .rating-section .rating {
  color: var(--253858-n-700, #253858);
  margin-left: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.256px;
}

.showForm .home-insurance-heading.mobile .provider-logo-section .name-rating .rating-section .rating span {
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.showForm .disForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm {
    padding: 10px 0 0;
  }
}
.showForm .disForm .leftContentBox {
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.showForm .disForm .leftContentBox .leftbox {
  width: 100%;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading h1 {
  color: #253858;
  margin-bottom: 24px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.64px;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .tag {
  border-radius: 8px;
  background: rgba(228, 239, 253, 0.6);
  color: var(--253858-n-700, #253858);
  padding: 8px 12px 8px 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  position: relative;
  display: inline-block;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .tag span {
  font-weight: 700;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .tag::after {
  content: "";
  background: url(../../images/bu/home-insurance/home-insurance-companies-bell-icon.svg);
  position: absolute;
  height: 24px;
  width: 24px;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .logo {
  border-radius: 12px;
  border: 1px solid var(--deebffb-50, #deebff);
  background: #fff;
  padding: 12px;
  height: 60px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .logo img {
  height: 35px;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .name-rating {
  margin-left: 24px;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .name-rating h1 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 10px;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .name-rating .rating-section {
  display: flex;
  align-items: center;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .name-rating .rating-section .rating {
  color: var(--253858-n-700, #253858);
  margin-left: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.256px;
}

.showForm .disForm .leftContentBox .leftbox .home-insurance-heading .provider-logo-section .name-rating .rating-section .rating span {
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.showForm .disForm .leftContentBox .leftbox .top-insurer-section {
  margin-top: 32px;
}

.showForm .disForm .leftContentBox .leftbox .top-insurer-section .heading {
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  margin: 0 0 14px;
}

.showForm .disForm .leftContentBox .leftbox .top-insurer-section .heading::after {
  content: "";
  opacity: 0.4;
  background: #5e6c84;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 53%;
  left: 72px;
}

.showForm .disForm .leftContentBox .leftbox .top-insurer-section .insurer {
  margin-right: 12px;
}

.showForm .disForm .leftContentBox .leftbox .advantages-section,
.showForm .disForm .leftContentBox .leftbox .types-covered-section {
  margin-top: 32px;
}

.showForm .disForm .leftContentBox .leftbox .advantages-section .heading,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .heading {
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  margin: 0 0 16px;
}

.showForm .disForm .leftContentBox .leftbox .advantages-section .heading::after,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .heading::after {
  content: "";
  opacity: 0.4;
  background: #5e6c84;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 53%;
  left: 93px;
}

.showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list,
.showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list {
    align-items: flex-start;
  }
}
.showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .advantage,
.showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .type,
.showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .advantage,
.showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .type,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .advantage,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .type,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .advantage,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .type {
  width: 33%;
  display: flex;
  align-items: CENTER;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .advantage,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .type,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .advantage,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .type,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .advantage,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .type,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .advantage,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .type {
    flex-direction: column;
    align-items: flex-start;
  }
}
.showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .advantage .content,
.showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .type .content,
.showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .advantage .content,
.showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .type .content,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .advantage .content,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .type .content,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .advantage .content,
.showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .type .content {
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.196px;
  width: 55%;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .advantage .content,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .advantages-list .type .content,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .advantage .content,
  .showForm .disForm .leftContentBox .leftbox .advantages-section .types-covered-list .type .content,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .advantage .content,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .advantages-list .type .content,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .advantage .content,
  .showForm .disForm .leftContentBox .leftbox .types-covered-section .types-covered-list .type .content {
    width: 85%;
  }
}
.showForm .disForm .leftContentBox .leftbox .advantages-section .heading::after {
  left: 135px;
}

.showForm .disForm .disclaimer {
  color: #7a869a;
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 18px;
  margin: 20px 0 0;
  padding: 0;
}

.showForm .disForm .rightContent {
  width: 44%;
  padding: 24px 24px 35px;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
}

.showForm .disForm .rightContent .leftbox {
  display: none;
}

.showForm .disForm .rightContent .leftbox .h1 {
  font-size: 24px;
  font-weight: 700;
  color: #253858;
  position: relative;
  margin-bottom: 22px;
}

.showForm .disForm .rightContent .leftbox .h1:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #4dae88;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.showForm .disForm .rightContent .leftbox p {
  font-size: 14px;
  margin: 10px 0 30px;
  line-height: 22px;
  color: #6b778c;
}

.showForm .disForm .rightContent .toptc {
  text-align: center;
  line-height: 17px;
  margin: 0;
  padding: 10px 0 0;
}

.showForm .disForm .rightContent .toptc a {
  color: #0065ff;
  text-decoration: none;
}

.leftSection .showForm .disForm .rightContent .h2,
.leftSection .showForm .disForm .rightContent h1,
.leftSection .showForm .disForm .rightContent h2,
.showForm .disForm .rightContent .leftSection .h2,
.showForm .disForm .rightContent .leftSection h1,
.showForm .disForm .rightContent .leftSection h2,
.showForm .disForm .rightContent .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .leftSection .showForm .disForm .rightContent .h2,
  .leftSection .showForm .disForm .rightContent h1,
  .leftSection .showForm .disForm .rightContent h2,
  .showForm .disForm .rightContent .leftSection .h2,
  .showForm .disForm .rightContent .leftSection h1,
  .showForm .disForm .rightContent .leftSection h2,
  .showForm .disForm .rightContent .title {
    margin-bottom: 48px;
  }
  .leftSection .showForm .disForm .rightContent .h2:has(.step-2),
  .leftSection .showForm .disForm .rightContent h1:has(.step-2),
  .leftSection .showForm .disForm .rightContent h2:has(.step-2),
  .showForm .disForm .rightContent .leftSection .h2:has(.step-2),
  .showForm .disForm .rightContent .leftSection h1:has(.step-2),
  .showForm .disForm .rightContent .leftSection h2:has(.step-2),
  .showForm .disForm .rightContent .title:has(.step-2) {
    margin-bottom: 30px;
  }
}
.leftSection .showForm .disForm .rightContent .h2 .heading,
.leftSection .showForm .disForm .rightContent h1 .heading,
.leftSection .showForm .disForm .rightContent h2 .heading,
.showForm .disForm .rightContent .leftSection .h2 .heading,
.showForm .disForm .rightContent .leftSection h1 .heading,
.showForm .disForm .rightContent .leftSection h2 .heading,
.showForm .disForm .rightContent .title .heading {
  color: var(--253858-n-700, #253858);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  position: relative;
}

.leftSection .showForm .disForm .rightContent .h2 .heading::after,
.leftSection .showForm .disForm .rightContent h1 .heading::after,
.leftSection .showForm .disForm .rightContent h2 .heading::after,
.showForm .disForm .rightContent .leftSection .h2 .heading::after,
.showForm .disForm .rightContent .leftSection h1 .heading::after,
.showForm .disForm .rightContent .leftSection h2 .heading::after,
.showForm .disForm .rightContent .title .heading::after {
  content: "";
  background: #ffab00;
  content: "";
  position: absolute;
  height: 2px;
  width: 64px;
  bottom: -16px;
  left: 0;
}

.leftSection .showForm .disForm .rightContent .h2 .heading span,
.leftSection .showForm .disForm .rightContent h1 .heading span,
.leftSection .showForm .disForm .rightContent h2 .heading span,
.showForm .disForm .rightContent .leftSection .h2 .heading span,
.showForm .disForm .rightContent .leftSection h1 .heading span,
.showForm .disForm .rightContent .leftSection h2 .heading span,
.showForm .disForm .rightContent .title .heading span {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .leftSection .showForm .disForm .rightContent .h2 .heading,
  .leftSection .showForm .disForm .rightContent h1 .heading,
  .leftSection .showForm .disForm .rightContent h2 .heading,
  .showForm .disForm .rightContent .leftSection .h2 .heading,
  .showForm .disForm .rightContent .leftSection h1 .heading,
  .showForm .disForm .rightContent .leftSection h2 .heading,
  .showForm .disForm .rightContent .title .heading {
    font-size: 24px;
    line-height: 32px;
  }
}
.leftSection .showForm .disForm .rightContent .h2 .heading.step-2,
.leftSection .showForm .disForm .rightContent h1 .heading.step-2,
.leftSection .showForm .disForm .rightContent h2 .heading.step-2,
.showForm .disForm .rightContent .leftSection .h2 .heading.step-2,
.showForm .disForm .rightContent .leftSection h1 .heading.step-2,
.showForm .disForm .rightContent .leftSection h2 .heading.step-2,
.showForm .disForm .rightContent .title .heading.step-2 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .leftSection .showForm .disForm .rightContent .h2 .heading.step-2,
  .leftSection .showForm .disForm .rightContent h1 .heading.step-2,
  .leftSection .showForm .disForm .rightContent h2 .heading.step-2,
  .showForm .disForm .rightContent .leftSection .h2 .heading.step-2,
  .showForm .disForm .rightContent .leftSection h1 .heading.step-2,
  .showForm .disForm .rightContent .leftSection h2 .heading.step-2,
  .showForm .disForm .rightContent .title .heading.step-2 {
    align-items: flex-start;
  }
}
.leftSection .showForm .disForm .rightContent .h2 .heading.step-2:after,
.leftSection .showForm .disForm .rightContent h1 .heading.step-2:after,
.leftSection .showForm .disForm .rightContent h2 .heading.step-2:after,
.showForm .disForm .rightContent .leftSection .h2 .heading.step-2:after,
.showForm .disForm .rightContent .leftSection h1 .heading.step-2:after,
.showForm .disForm .rightContent .leftSection h2 .heading.step-2:after,
.showForm .disForm .rightContent .title .heading.step-2:after {
  display: none;
}

.leftSection .showForm .disForm .rightContent .h2 .heading.step-2 .back-wrapper,
.leftSection .showForm .disForm .rightContent h1 .heading.step-2 .back-wrapper,
.leftSection .showForm .disForm .rightContent h2 .heading.step-2 .back-wrapper,
.showForm .disForm .rightContent .leftSection .h2 .heading.step-2 .back-wrapper,
.showForm .disForm .rightContent .leftSection h1 .heading.step-2 .back-wrapper,
.showForm .disForm .rightContent .leftSection h2 .heading.step-2 .back-wrapper,
.showForm .disForm .rightContent .title .heading.step-2 .back-wrapper {
  border-radius: 8px;
  background: rgba(222, 235, 255, 0.4);
  display: flex;
  align-items: CENTER;
  justify-content: CENTER;
  height: 34px;
  width: 34px;
  cursor: pointer;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .leftSection .showForm .disForm .rightContent .h2 .heading.step-2 .back-wrapper,
  .leftSection .showForm .disForm .rightContent h1 .heading.step-2 .back-wrapper,
  .leftSection .showForm .disForm .rightContent h2 .heading.step-2 .back-wrapper,
  .showForm .disForm .rightContent .leftSection .h2 .heading.step-2 .back-wrapper,
  .showForm .disForm .rightContent .leftSection h1 .heading.step-2 .back-wrapper,
  .showForm .disForm .rightContent .leftSection h2 .heading.step-2 .back-wrapper,
  .showForm .disForm .rightContent .title .heading.step-2 .back-wrapper {
    height: 26px;
    width: 26px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 10px;
  }
}
.leftSection .showForm .disForm .rightContent .h2 .heading.step-2 .back-wrapper .back,
.leftSection .showForm .disForm .rightContent h1 .heading.step-2 .back-wrapper .back,
.leftSection .showForm .disForm .rightContent h2 .heading.step-2 .back-wrapper .back,
.showForm .disForm .rightContent .leftSection .h2 .heading.step-2 .back-wrapper .back,
.showForm .disForm .rightContent .leftSection h1 .heading.step-2 .back-wrapper .back,
.showForm .disForm .rightContent .leftSection h2 .heading.step-2 .back-wrapper .back,
.showForm .disForm .rightContent .title .heading.step-2 .back-wrapper .back {
  border: solid #172b4d;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 -7px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .leftSection .showForm .disForm .rightContent .h2 .heading.step-2 .back-wrapper .back,
  .leftSection .showForm .disForm .rightContent h1 .heading.step-2 .back-wrapper .back,
  .leftSection .showForm .disForm .rightContent h2 .heading.step-2 .back-wrapper .back,
  .showForm .disForm .rightContent .leftSection .h2 .heading.step-2 .back-wrapper .back,
  .showForm .disForm .rightContent .leftSection h1 .heading.step-2 .back-wrapper .back,
  .showForm .disForm .rightContent .leftSection h2 .heading.step-2 .back-wrapper .back,
  .showForm .disForm .rightContent .title .heading.step-2 .back-wrapper .back {
    padding: 3px;
    margin: 0 -5px 0 0;
  }
}
.leftSection .showForm .disForm .rightContent .h2 .step,
.leftSection .showForm .disForm .rightContent h1 .step,
.leftSection .showForm .disForm .rightContent h2 .step,
.showForm .disForm .rightContent .leftSection .h2 .step,
.showForm .disForm .rightContent .leftSection h1 .step,
.showForm .disForm .rightContent .leftSection h2 .step,
.showForm .disForm .rightContent .title .step {
  color: #5044a4;
  font-size: 12px;
  line-height: 18px;
  background: #eae6ff 0 0 no-repeat padding-box;
  border-radius: 40px;
  padding: 3px 10px 4px;
  display: none;
}

@media (max-width: 1024px) {
  .leftSection .showForm .disForm .rightContent .h2 .step,
  .leftSection .showForm .disForm .rightContent h1 .step,
  .leftSection .showForm .disForm .rightContent h2 .step,
  .showForm .disForm .rightContent .leftSection .h2 .step,
  .showForm .disForm .rightContent .leftSection h1 .step,
  .showForm .disForm .rightContent .leftSection h2 .step,
  .showForm .disForm .rightContent .title .step {
    display: none;
  }
}
.leftSection .showForm .disForm .rightContent .pdleft.h2,
.leftSection .showForm .disForm .rightContent h1.pdleft,
.leftSection .showForm .disForm .rightContent h2.pdleft,
.showForm .disForm .rightContent .leftSection .pdleft.h2,
.showForm .disForm .rightContent .leftSection h1.pdleft,
.showForm .disForm .rightContent .leftSection h2.pdleft,
.showForm .disForm .rightContent .title.pdleft {
  padding-left: 40px;
  position: relative;
}

.leftSection .showForm .disForm .rightContent .pdleft.h2 .back,
.leftSection .showForm .disForm .rightContent h1.pdleft .back,
.leftSection .showForm .disForm .rightContent h2.pdleft .back,
.showForm .disForm .rightContent .leftSection .pdleft.h2 .back,
.showForm .disForm .rightContent .leftSection h1.pdleft .back,
.showForm .disForm .rightContent .leftSection h2.pdleft .back,
.showForm .disForm .rightContent .title.pdleft .back {
  background-image: url(../../images/bu/rightarrow.png?v=1004);
  background-position: 0 0;
  width: 30px;
  height: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .leftSection .showForm .disForm .rightContent .pdleft.h2 .back,
  .leftSection .showForm .disForm .rightContent h1.pdleft .back,
  .leftSection .showForm .disForm .rightContent h2.pdleft .back,
  .showForm .disForm .rightContent .leftSection .pdleft.h2 .back,
  .showForm .disForm .rightContent .leftSection h1.pdleft .back,
  .showForm .disForm .rightContent .leftSection h2.pdleft .back,
  .showForm .disForm .rightContent .title.pdleft .back {
    top: 17px;
    height: 23px;
  }
}
.leftSection .showForm .disForm .rightContent .h2 .smalltext,
.leftSection .showForm .disForm .rightContent h1 .smalltext,
.leftSection .showForm .disForm .rightContent h2 .smalltext,
.showForm .disForm .rightContent .leftSection .h2 .smalltext,
.showForm .disForm .rightContent .leftSection h1 .smalltext,
.showForm .disForm .rightContent .leftSection h2 .smalltext,
.showForm .disForm .rightContent .title .smalltext {
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .leftSection .showForm .disForm .rightContent .h2,
  .leftSection .showForm .disForm .rightContent h1,
  .leftSection .showForm .disForm .rightContent h2,
  .showForm .disForm .rightContent .leftSection .h2,
  .showForm .disForm .rightContent .leftSection h1,
  .showForm .disForm .rightContent .leftSection h2,
  .showForm .disForm .rightContent .title {
    font-size: 26px;
  }
  .leftSection .showForm .disForm .rightContent .h2 .smalltext,
  .leftSection .showForm .disForm .rightContent h1 .smalltext,
  .leftSection .showForm .disForm .rightContent h2 .smalltext,
  .showForm .disForm .rightContent .leftSection .h2 .smalltext,
  .showForm .disForm .rightContent .leftSection h1 .smalltext,
  .showForm .disForm .rightContent .leftSection h2 .smalltext,
  .showForm .disForm .rightContent .title .smalltext {
    font-size: 15px;
  }
}
.showForm .disForm .rightContent .fieldWrapper {
  margin: 14px auto 24px;
}

.showForm .disForm .rightContent .fieldWrapper .formInput {
  border: 1px solid #5e6c84;
  border-radius: 8px;
  position: relative;
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender {
  position: relative;
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender::before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30px;
  top: 50%;
  transform: translate(-21%, -50%);
  left: 72px;
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender select {
  position: absolute;
  width: 75px;
  border: none;
  height: 100%;
  background: url(../../../cdn/images/bu/selectarrow.svg) no-repeat 80% 55% !important;
  background-size: 10px 6px !important;
  z-index: 10;
  padding: 17px 15px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender .labelFeild {
  left: 80px;
}

.showForm .disForm .rightContent .fieldWrapper .formInput .format {
  position: absolute;
  right: 15px;
  top: 35%;
  color: #b1aeae;
  width: 15px;
  height: 15px;
  text-align: center;
  padding: 3px 0;
  cursor: pointer;
  z-index: 10;
}

.showForm .disForm .rightContent .fieldWrapper .formInput .format .fa.fa-check {
  width: 15px;
  height: 15px;
  background: url(../../images/bu/tick-enabled.svg) no-repeat center/contain !important;
  position: absolute;
  right: 0;
}

.showForm .disForm .rightContent .fieldWrapper .formInput input.labelshow + .labelFeild,
.showForm .disForm .rightContent .fieldWrapper .formInput input:focus + .labelFeild {
  top: -10px;
  left: 10px;
  font-size: 13px;
  padding: 0 5px;
  z-index: 11;
}

.showForm .disForm .rightContent .fieldWrapper .formInput input:disabled + .labelFeild {
  top: -10px;
  left: 10px;
  z-index: 11;
  font-size: 13px;
  padding: 0 5px;
}

.showForm .disForm .rightContent .fieldWrapper .formInput .labelFeild {
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 0;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 13px;
  padding: 0;
  background: #fff;
  color: #5e6c84;
  transition: all 0.4s ease;
  z-index: 0;
}

.showForm .disForm .rightContent .fieldWrapper .err {
  font-size: 12px;
  color: red;
  display: block;
  padding: 5px 0 0 0;
}

.showForm .disForm .rightContent .fieldWrapper.borderNone {
  border: none;
}

.showForm .disForm .rightContent .fieldWrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  padding: 0 0 8px 0;
}

.showForm .disForm .rightContent .fieldWrapper .city {
  padding: 0 0 15px 0;
  margin: 0;
}

.showForm .disForm .rightContent .fieldWrapper input,
.showForm .disForm .rightContent .fieldWrapper select {
  width: 100%;
  height: 100%;
  padding: 20px 15px 16px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
}

.showForm .disForm .rightContent .fieldWrapper input.homeemail,
.showForm .disForm .rightContent .fieldWrapper input.homename,
.showForm .disForm .rightContent .fieldWrapper select.homeemail,
.showForm .disForm .rightContent .fieldWrapper select.homename {
  padding: 20px 40px 18px 15px;
}

.showForm .disForm .rightContent .fieldWrapper input.homename {
  text-transform: capitalize;
  padding-left: 80px;
}

.showForm .disForm .rightContent .fieldWrapper input:disabled {
  color: #000;
  opacity: 1;
}

.showForm .disForm .rightContent .fieldWrapper #homeInsurancePincode {
  padding: 17px 15px 18px;
}

.showForm .disForm .rightContent .fieldWrapper .feildLable {
  font-size: 13px;
  padding: 0 0 8px;
  color: #253858;
  transition: all 0.4s ease;
  z-index: 10;
  display: block;
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills {
  display: inline-block;
  width: 100%;
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label {
  margin: 0 12px 12px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label input[type=radio] + span {
  display: inline-block;
  width: auto;
  padding: 6px 16px;
  border: 0;
  border-radius: 8px;
  background: rgba(222, 235, 255, 0.6);
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label input[type=radio]:checked + span {
  color: #fff;
  background: #0065ff;
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label .mt-top {
  margin-top: 20px;
}

.showForm .disForm .rightContent .proceedBtn {
  transition: all 0.7s ease;
  cursor: pointer;
  letter-spacing: 0;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 14px 37px 15px;
  display: block;
  border: solid 1px transparent;
  -webkit-appearance: none;
  border-radius: 8px;
  background: #0065ff;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.showForm .disForm .rightContent .proceedBtn.active,
.showForm .disForm .rightContent .proceedBtn.loading,
.showForm .disForm .rightContent .proceedBtn:hover {
  background: #0051cc;
  color: #fff;
}

.showForm .disForm .rightContent .proceedBtn.loading span {
  visibility: hidden;
}

.showForm .disForm .rightContent .proceedBtn.loading:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.showForm .disForm .rightContent .loader {
  transition: all 0.7s ease;
  cursor: pointer;
  letter-spacing: 0;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 12px 13px;
  display: block;
  border: solid 1px transparent;
  -webkit-appearance: none;
  border-radius: 8px;
  background: #0065ff;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 52px;
}

.showForm .disForm .rightContent .loader.active,
.showForm .disForm .rightContent .loader.loading,
.showForm .disForm .rightContent .loader:hover {
  background: #0051cc;
  color: #fff;
}

.showForm .disForm .rightContent .loader.loading span {
  visibility: hidden;
}

.showForm .disForm .rightContent .loader.loading:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm .rightContent {
    max-width: 415px;
    padding: 24px 16px 16px;
    margin: 20px auto 0;
    width: 100%;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 8px;
  }
  .showForm .disForm .rightContent .leftbox {
    margin: 0;
    text-align: center;
    display: block;
    color: #253858;
  }
  .showForm .disForm .rightContent .leftbox > p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #172b4d;
    font-weight: 400;
    position: relative;
  }
  .showForm .disForm .rightContent .leftbox > p span {
    color: #00b8d9;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .showForm .disForm .rightContent .leftbox > p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .leftbox {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .showForm .disForm .rightContent {
    padding: 20px 15px;
  }
}
.showForm .disForm .rightContent.big_heading .heading .wraptext,
.showForm .disForm .rightContent.big_heading .heading p {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}

.showForm .disForm .rightContent.big_heading .heading .wraptext span {
  color: #00b8d9;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
  }
  .showForm .disForm .leftContentBox {
    background: 0 0;
    width: 100%;
    padding: 0 16px;
  }
  .showForm .disForm .leftContentBox .home-insurance-heading {
    display: none;
  }
}
.floatingPopupDiv .showForm .disForm {
  margin: 0;
}

.floatingPopupDiv .showForm .disForm .rightContent {
  padding: 0 20px 20px 20px;
}

.floatingPopupDiv .showForm .disForm .rightContent .leftSection .h2 .heading,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h1 .heading,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h2 .heading,
.floatingPopupDiv .showForm .disForm .rightContent .title .heading,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent .h2 .heading,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h1 .heading,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h2 .heading {
  line-height: 28px;
}

.floatingPopupDiv .showForm .disForm .rightContent .leftSection .h2 .heading p,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h1 .heading p,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h2 .heading p,
.floatingPopupDiv .showForm .disForm .rightContent .title .heading p,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent .h2 .heading p,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h1 .heading p,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h2 .heading p {
  margin: 0;
}

.floatingPopupDiv .showForm .disForm .rightContent .leftSection .h2 .cityheading:after,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h1 .cityheading:after,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h2 .cityheading:after,
.floatingPopupDiv .showForm .disForm .rightContent .title .cityheading:after,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent .h2 .cityheading:after,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h1 .cityheading:after,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h2 .cityheading:after {
  left: 215px !important;
}

.ui-widget-content.ui-autocomplete {
  background: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.4);
  max-height: 250px;
  overflow: auto;
  max-width: 431px !important;
  z-index: 999999;
  overflow-x: hidden;
  position: relative !important;
  overflow-y: auto !important;
}

@media only screen and (max-width: 1024px) {
  .ui-widget-content.ui-autocomplete {
    max-width: 399px !important;
  }
}
.ui-widget-content.ui-autocomplete li {
  padding: 0;
  border: none !important;
  background-color: #fff !important;
}

.ui-widget-content.ui-autocomplete li a {
  padding: 16px !important;
  font-size: 14px;
  line-height: 16px;
  color: #666 !important;
  background-image: none !important;
  border: none !important;
  display: block;
  background-color: #fff !important;
}

.ui-widget-content.ui-autocomplete li a:hover {
  background-color: #efecec !important;
  color: #212529 !important;
}

.ui-widget-content.ui-autocomplete li a.ui-state-active {
  background-color: #efecec !important;
  color: #212529 !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .ui-widget-content.ui-autocomplete {
    max-width: 335px !important;
    width: 333px !important;
  }
}
@media only screen and (max-width: 400px) {
  .ui-widget-content.ui-autocomplete {
    max-width: 335px !important;
    width: 303px !important;
  }
}
@media only screen and (max-width: 365px) {
  .ui-widget-content.ui-autocomplete {
    max-width: 335px !important;
    width: 288px !important;
  }
}
@media only screen and (max-width: 325px) {
  .ui-widget-content.ui-autocomplete {
    max-width: 335px !important;
    width: 258px !important;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .leftbox {
  display: block !important;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #333;
  margin-top: 33px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .form-whatsapp {
    margin-bottom: 20px;
  }
}
.floatpanel .form-whatsapp {
  margin-bottom: 60px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 758px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  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 0.2s 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-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@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-left,
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  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 input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  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 .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 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;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -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:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[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%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1,
  .grid .leftSection .h1 strong,
  .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: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection .h1,
  .leftSection .h1 strong,
  .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 .leftSection span.h2,
.blue-block span.title,
.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-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection .h2.tp0,
.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .h2.tp0,
  .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: 758px;
  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: 0 0;
  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: 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  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;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
  padding-top: 0;
}

.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;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}

.rightSection .webp .allimg,
.rightSection .webp .supplier_icon {
  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.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.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 :first-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 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;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .Bajaj_icon,
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .Aditya_icon,
.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-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .Kotak_icon,
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .Tata_icon,
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon,
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .LIC_icon {
  background-position: -67px -489px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}

.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.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) {
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0 15px;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
    border-radius: 0;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .pbRelatedLinks {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.rightSection .insurerBlock .insurerName.showhide {
  position: relative;
}

.card.calculator .stateCheck i,
.rightSection .insurerBlock .insurerName .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}

.rightSection .calculatorsList li a.showHideListing:after,
.rightSection .insurerBlock.showHideListing:after {
  display: none;
}

.linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
  border-radius: 50%;
}

.linkshow:hover {
  opacity: 1;
}

.linkshow:after,
.linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.linkshow:before {
  transform: rotate(90deg);
}

.linkshow:after {
  transform: rotate(0);
}

.linkshow.open:after {
  width: 0;
  height: 0;
}

.rightSection .calculatorsList li a.showHideListing {
  padding: 15px 0 15px 45px;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.rightSection .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}

.card.calculator .stateCheck {
  padding-left: 0;
}

.card.calculator,
.card.insurers {
  transition: all 0.3s ease-in;
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}

.rightSection .calculatorsList li .checkItem_list {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

.loader_loading,
.loader_loading:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.loader_loading {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.calculator_wrapper {
  border-radius: 4px;
  margin: 25px 0;
  padding: 24px;
  box-shadow: 0 0 16px rgba(52, 105, 203, 0.29);
  background: #fff;
  border-radius: 5px;
}

.calculator_wrapper.resultBox {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.calculator_wrapper .calculate,
.calculator_wrapper .loading {
  align-items: center;
  display: inline-block;
  border-radius: 8px;
  width: 200px;
  color: #fff;
  border: 1px solid #0065ff;
  background: #0065ff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .calculate,
  .calculator_wrapper .loading {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .calculator_wrapper {
    padding: 24px 10px;
    margin: 25px 15px;
  }
}
.homeInsuranceStep1 {
  margin-top: 10px;
}

.homeInsuranceStep1 .mainContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.homeInsuranceStep1 .mainContent .halfSection {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .homeInsuranceStep1 .mainContent {
    flex-direction: column;
  }
  .homeInsuranceStep1 .mainContent .halfSection {
    width: 100%;
  }
}
.homeInsuranceStep1 .fieldWrapper {
  margin: 14px auto;
  width: 100%;
  position: relative;
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 12;
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i .i-mark {
  border: 1px solid #0065ff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
  font-weight: 500;
  margin: 5px 0 0 0;
  color: #0065ff;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 12px;
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext {
  visibility: hidden;
  padding: 10px 15px;
  width: 340px;
  line-height: 1.57;
  font-size: 14px;
  background-color: #253858;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 150%;
  text-align: left;
  z-index: 10;
  left: 50%;
  margin-left: -321px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  font-weight: 400;
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 3%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #253858 transparent transparent transparent;
}

@media screen and (max-width: 360px) {
  .homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext {
    margin-left: -293px;
    width: 310px;
  }
}
@media screen and (max-width: 320px) {
  .homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext {
    margin-left: -260px;
    width: 275px;
  }
}
.homeInsuranceStep1 .fieldWrapper .tooltip-i:hover .tooltiptext {
  visibility: visible;
}

.homeInsuranceStep1 .fieldWrapper .formInput {
  border: 1px solid rgba(37, 56, 88, 0.3);
  border-radius: 8px;
  position: relative;
}

.homeInsuranceStep1 .fieldWrapper .formInput.readonly {
  opacity: 0.4;
  pointer-events: none;
}

.homeInsuranceStep1 .fieldWrapper .formInput input {
  width: 100%;
  height: 100%;
  padding: 14px 25px 18px 15px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
  background: #fff;
  color: #253858;
  font-size: 16px;
}

.homeInsuranceStep1 .fieldWrapper .formInput input:disabled {
  background: #f4f4f4;
}

.homeInsuranceStep1 .fieldWrapper .formInput input:disabled + .labelFeild {
  background-color: #f4f4f4;
}

.homeInsuranceStep1 .fieldWrapper .formInput input.valid:disabled + .labelFeild {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
}

.homeInsuranceStep1 .fieldWrapper .err {
  font-size: 12px;
  color: red;
  display: block;
  padding: 5px 0 0 0;
  position: absolute;
  bottom: -21px;
}

@media screen and (max-width: 400px) {
  .homeInsuranceStep1 .fieldWrapper .err {
    font-size: 11px;
  }
}
.homeInsuranceStep1 .fieldWrapper .labelFeild {
  font-size: 16px;
  letter-spacing: 0;
  padding: 5px 0;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 11px;
  padding: 0 4px;
  background: #fff;
  color: #5e6c84;
  transition: 0.2s ease;
  z-index: 10;
  pointer-events: none;
}

@media screen and (max-width: 400px) {
  .homeInsuranceStep1 .fieldWrapper .labelFeild {
    font-size: 15px;
  }
}
.homeInsuranceStep1 .fieldWrapper .formInput input.labelshow + .labelFeild,
.homeInsuranceStep1 .fieldWrapper .formInput input:focus + .labelFeild {
  top: -12px;
  left: 11px;
  font-size: 12px;
}

.homeInsuranceStep1 .fieldWrapper .formInput input.valid + .labelFeild {
  top: -12px;
  left: 11px;
  font-size: 12px;
}

.calculator_wrapper {
  display: block;
}

.calculator_wrapper .error_box {
  font-size: 11px;
  padding-top: 0;
  color: #af3330;
  padding: 0;
  display: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
}

.calculator_wrapper .fieldheading {
  font-size: 16px;
  line-height: 24px;
  color: #172b4d;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .fieldheading {
    font-size: 14px;
  }
}
.calculator_wrapper .fieldContent {
  color: #5e6c84;
  font-size: 12px;
  line-height: 18px;
}

.calculator_wrapper .switch-wrap {
  position: relative;
}

.calculator_wrapper .switch-wrap .radiobox {
  position: absolute;
  right: -140px;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .switch-wrap .radiobox {
    position: relative;
    right: 0;
    top: 0;
  }
}
.calculator_wrapper .homeInsuranceInfo {
  padding-top: 0;
  margin-bottom: 0;
  display: block;
}

.calculator_wrapper .title_text {
  font-size: 24px;
  line-height: 32px;
  color: #172b4d;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .title_text {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.calculator_wrapper .action p {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  padding: 0 0 2px;
  margin: 0;
  display: inline-block;
}

.calculator_wrapper .insurerGroup {
  position: relative;
  clear: both;
  margin: 10px 0 0 0;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .calculator_wrapper .insurerGroup {
    width: 100%;
  }
}
.calculator_wrapper .insurerGroup .modal_lable {
  position: absolute;
  font-size: 12px;
  background: #fff;
  top: -11px;
  display: inline-block;
  left: 8px;
  z-index: 1;
  color: #5e6c84;
  padding: 0 5px;
}

.calculator_wrapper .insurerGroup .inputGroup {
  display: inline-block;
  border: 1px solid rgba(37, 56, 88, 0.3);
  border-radius: 8px;
  padding: 1px;
  position: relative;
  margin-right: 1.3%;
  text-transform: lowercase;
  position: relative;
}

.calculator_wrapper .insurerGroup .inputGroup.yearTerm {
  width: 100%;
  padding: 7px 0;
  flex-grow: unset !important;
}

@media screen and (max-width: 767px) {
  .calculator_wrapper .insurerGroup .inputGroup.yearTerm {
    width: 100%;
    padding: 0 5px;
    margin: 0;
  }
}
@media screen and (max-width: 440px) {
  .calculator_wrapper .insurerGroup .inputGroup.yearTerm {
    padding: 0 5px;
  }
}
.calculator_wrapper .insurerGroup .inputGroup.radio {
  padding: 0;
  border: 0;
}

.calculator_wrapper .insurerGroup .inputGroup.radio label {
  border: 1px solid rgba(37, 56, 88, 0.3);
  border-radius: 8px;
}

.calculator_wrapper .insurerGroup .inputGroup label {
  margin-left: 0;
  position: relative;
  left: 0;
  width: 100%;
  display: flex;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5e6c84;
  align-items: center;
  height: 100%;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .insurerGroup .inputGroup label {
    justify-content: left;
  }
}
.calculator_wrapper .insurerGroup .inputGroup:first-letter {
  text-transform: uppercase;
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio] {
  position: absolute;
  right: 10px;
  z-index: 1;
  height: 1px;
  width: 1px;
  visibility: hidden;
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio]:checked ~ label {
  background: #fff;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(52, 105, 203, 0.85);
}

.calculator_wrapper .insurerGroup .inputGroup input {
  padding: 8px 30px 8px 15px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #5e6c84;
  font-size: 16px;
  height: 56px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .calculator_wrapper .insurerGroup .inputGroup input {
    height: 53px;
  }
  .calculator_wrapper .insurerGroup .inputGroup input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .calculator_wrapper .insurerGroup .inputGroup input:-moz-placeholder {
    font-size: 12px;
    line-height: 37px;
    opacity: 1;
  }
  .calculator_wrapper .insurerGroup .inputGroup input::-moz-placeholder {
    font-size: 12px;
    line-height: 37px;
    opacity: 1;
  }
}
.calculator_wrapper .insurerGroup .inputGroup input::-webkit-input-placeholder {
  color: #5e6c84;
  font-size: 16px;
}

.calculator_wrapper .insurerGroup .inputGroup input:-moz-placeholder {
  color: #5e6c84;
  font-size: 16px;
  line-height: 37px;
  opacity: 1;
}

.calculator_wrapper .insurerGroup .inputGroup input::-moz-placeholder {
  color: #5e6c84;
  font-size: 16px;
  line-height: 37px;
  opacity: 1;
}

.calculator_wrapper .insurerGroup .inputGroup select {
  padding: 8px 30px 8px 15px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #5e6c84;
  font-size: 16px;
  height: 100%;
  -webkit-appearance: none;
  background: url(../../images/bu/newarrow.png) no-repeat 95% center;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .insurerGroup .inputGroup select {
    padding: 13px 28px 13px 8px;
  }
}
.calculator_wrapper .insurerGroup .inputGroup:last-child {
  margin-right: 0;
  flex-grow: 1;
}

.calculator_wrapper .insurerGroup.citySelect {
  width: 100%;
}

.calculator_wrapper .insurerGroup.citySelect .inputGroup label {
  padding: 11px 16px 12px 16px;
}

@media screen and (max-width: 767px) {
  .calculator_wrapper .insurerGroup.citySelect {
    width: 100%;
  }
}
.calculator_wrapper .action {
  position: relative;
  margin-bottom: 10px;
}

.calculator_wrapper .action.policyTerm {
  width: 48%;
  margin-bottom: 10px;
}

.calculator_wrapper .action.policyTerm .inputGroup {
  width: 100%;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .calculator_wrapper .action.policyTerm {
    width: 100%;
  }
  .calculator_wrapper .action.policyTerm .inputGroup {
    padding: 0;
  }
}
.calculator_wrapper .fillValue {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.calculator_wrapper .fillValue li {
  width: 23%;
  margin: 0 1%;
}

.calculator_wrapper .fillValue li .collectionData {
  display: block;
}

.calculator_wrapper .fillValue li .collectionData .leftSection .h2,
.calculator_wrapper .fillValue li .collectionData .leftSection h1,
.calculator_wrapper .fillValue li .collectionData .leftSection h2,
.calculator_wrapper .fillValue li .collectionData .title,
.leftSection .calculator_wrapper .fillValue li .collectionData .h2,
.leftSection .calculator_wrapper .fillValue li .collectionData h1,
.leftSection .calculator_wrapper .fillValue li .collectionData h2 {
  color: #505f79;
  font-size: 12px;
  line-height: 24px;
}

@media screen and (max-width: 320px) {
  .calculator_wrapper .fillValue li .collectionData .leftSection .h2,
  .calculator_wrapper .fillValue li .collectionData .leftSection h1,
  .calculator_wrapper .fillValue li .collectionData .leftSection h2,
  .calculator_wrapper .fillValue li .collectionData .title,
  .leftSection .calculator_wrapper .fillValue li .collectionData .h2,
  .leftSection .calculator_wrapper .fillValue li .collectionData h1,
  .leftSection .calculator_wrapper .fillValue li .collectionData h2 {
    font-size: 11px;
  }
}
.calculator_wrapper .fillValue li .collectionData .value {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  color: #172b4d;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .fillValue li {
    width: 48%;
    margin-top: 12px;
  }
}
.calculator_wrapper .infotext {
  font-size: 12px;
}

.calculator_wrapper .resultbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.calculator_wrapper .resultbox.mt {
  margin-top: 32px;
}

.calculator_wrapper .resultbox.mb {
  margin-bottom: 20px;
  margin-top: 30px;
}

.calculator_wrapper .resultbox .calButton {
  align-items: center;
  margin: 0;
  cursor: pointer;
  display: block;
  border-radius: 8px;
  width: 48%;
  color: #0065ff;
  border: 1px solid #0065ff;
  background: #fff;
  padding: 10px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 4%;
}

.calculator_wrapper .resultbox .calButton.invert {
  margin-right: 0;
  background-color: #0065ff;
  border: none;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .resultbox .calButton {
    width: 100%;
    margin: 10px 0;
    margin-right: 0;
  }
}
.calculator_wrapper .resultbox .netprice {
  align-items: center;
  background: #ecf3fe;
  margin-right: 4%;
  border-radius: 8px;
  width: 48%;
  box-sizing: border-box;
  padding: 20px;
}

.calculator_wrapper .resultbox .netprice span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.calculator_wrapper .resultbox .netprice span.tpremium {
  font-size: 18px;
}

.calculator_wrapper .resultbox .netprice .premiumVal,
.calculator_wrapper .resultbox .netprice div {
  font-size: 21px;
  line-height: 32px;
}

.calculator_wrapper .resultbox .netprice .premiumVal .gstAdded,
.calculator_wrapper .resultbox .netprice div .gstAdded {
  display: block;
  font-size: 12px;
  color: rgba(37, 56, 88, 0.4);
  padding-left: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .resultbox .netprice {
    width: 100%;
    margin: 10px 0;
  }
}
.calculator_wrapper .resultbox .netprice {
  margin-right: 0;
}

.calculator_wrapper.rhs {
  padding: 24px 12px;
  position: relative;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .calculator_wrapper.rhs {
    margin: 0;
    box-shadow: none;
  }
}
.calculator_wrapper.rhs:after {
  content: "";
  background: url(../../images/bu/home-insurance/home-insurance-calculator-gif.gif) no-repeat center/contain;
  width: 157px;
  height: 148px;
  position: absolute;
  top: 0;
  right: 0;
}

.calculator_wrapper.rhs .title_text {
  margin: 0 0 65px 0;
  text-transform: capitalize;
  color: #253858;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  max-width: 240px;
  z-index: 1;
}

.calculator_wrapper.rhs .title_text::after {
  content: "";
  background: #4c9aff;
  width: 52px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.calculator_wrapper.rhs .steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  max-width: 95px;
}

.calculator_wrapper.rhs .steps .step {
  position: relative;
  display: block;
}

.calculator_wrapper.rhs .steps .step::after {
  content: "";
  border: 1px dashed #dfe1e6;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.calculator_wrapper.rhs .steps .step:last-of-type::after {
  display: none;
}

.calculator_wrapper.rhs .steps .step.checked span {
  background-color: #36b37e;
  border: 1px solid #36b37e;
  font-size: 0px;
}

.calculator_wrapper.rhs .steps .step.checked span:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: -2px;
  position: relative;
}

.calculator_wrapper.rhs .steps .step.active span {
  background-color: #fff;
  color: #36b37e;
  border: 1px solid #36b37e;
}

.calculator_wrapper.rhs .steps .step span {
  z-index: 2;
  transition: 0.4s ease;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #b3bac5;
  color: #b3bac5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
  margin-right: 10px;
}

.calculator_wrapper.rhs .fillValue {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

.calculator_wrapper.rhs .fillValue::-webkit-scrollbar {
  display: none;
}

.calculator_wrapper.rhs .fillValue li {
  width: auto !important;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--f-4-f-5-f-7-n-20, #f4f5f7);
  padding: 8px 8px 8px 12px;
  display: flex;
  align-items: CENTER;
  margin: 0 12px 0 0;
}

.calculator_wrapper.rhs .fillValue li .collectionData {
  margin-right: 8px;
}

.calculator_wrapper.rhs .fillValue li .collectionData .leftSection .h2,
.calculator_wrapper.rhs .fillValue li .collectionData .leftSection h1,
.calculator_wrapper.rhs .fillValue li .collectionData .leftSection h2,
.calculator_wrapper.rhs .fillValue li .collectionData .title,
.leftSection .calculator_wrapper.rhs .fillValue li .collectionData .h2,
.leftSection .calculator_wrapper.rhs .fillValue li .collectionData h1,
.leftSection .calculator_wrapper.rhs .fillValue li .collectionData h2 {
  display: block;
  color: var(--7-a-869-an-100, #7a869a);
  margin-bottom: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.calculator_wrapper.rhs .fillValue li .collectionData .value {
  color: #253858;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.calculator_wrapper.rhs .fillValue li .edit {
  cursor: pointer;
}

.calculator_wrapper.rhs .fieldheading {
  color: var(--253858-n-700, #253858);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .fieldWrapper {
  margin: 12px auto;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .fieldWrapper .tooltip-i {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 12;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .fieldWrapper .tooltip-i .i-mark {
  border: 1px solid #5e6c84;
  color: #5e6c84;
  margin: 0;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .mainContent .halfSection {
  width: 100%;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button {
  border-radius: 8px;
  background: var(--deebffb-50, #deebff);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .construction-cost {
  padding: 0 0 0 4px;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .construction-cost .label {
  color: var(--253858-n-700, #253858);
  opacity: 0.6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .construction-cost .value {
  color: var(--253858-n-700, #253858);
  margin: 4px 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .buttons .calculate,
.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .buttons .loading {
  width: 150px;
  padding: 12px 0 13px;
  margin: 0;
  line-height: normal;
  background: #3965fb;
  border-color: #3965fb;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .label {
  color: var(--253858-n-700, #253858);
  margin: 0 0 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.256px;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .label.city {
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  margin: 0 0 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills {
  display: inline-block;
  width: 100%;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label {
  margin: 0 10px 9px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label input[type=radio] + span {
  background: #fff;
  border-radius: 40px;
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  align-items: center;
  border: 1px solid #5e6c84;
  font-style: normal;
  font-size: 14px;
  color: #253858;
  line-height: normal;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #fff;
  background: #0065ff;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label .mt-top {
  margin-top: 20px;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .calculate,
.calculator_wrapper.rhs .homeInsuranceStep2 .loading {
  width: 100%;
  padding: 12px 0 13px;
  line-height: normal;
  background: #3965fb;
  border-color: #3965fb;
}

.calculator_wrapper.rhs .homeInsuranceStep2 .loading::after {
  display: none;
}

.calculator_wrapper.rhs .fillValue li {
  width: 47%;
}

.calculator_wrapper.rhs .resultBox .result {
  border-radius: 16px;
  background: linear-gradient(224deg, rgba(191, 236, 255, 0.4) -28.64%, rgba(193, 188, 255, 0.4) 107.01%);
  display: flex;
  flex-wrap: wrap;
  padding: 20px 16px 6px;
}

.calculator_wrapper.rhs .resultBox .result .resultbox {
  width: 50%;
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice {
  padding: 0;
  background: 0 0;
  border-radius: 0;
  width: 100%;
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice span {
  color: var(--7-a-869-an-100, #7a869a);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.224px;
  margin: 0 0 6px;
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice span.premiumVal {
  color: var(--253858-n-700, #253858);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32px;
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice span.gstAdded {
  display: block;
  color: rgba(37, 56, 88, 0.4);
  padding-left: 0;
  margin: 6px 0 0;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.192px;
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb {
  width: 100%;
  margin: 20px auto 0;
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb .calButton {
  width: 100%;
  margin: 0 0 6px;
  border: 1px solid transparent;
  background: 0 0;
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb .calButton.invert {
  background-color: #0065ff;
  border-color: #0065ff;
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb .calButton:last-of-type {
  margin: 0;
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb #recalculate {
  position: relative;
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb #recalculate:before {
  content: "";
  background: url(../../images/bu/home-insurance/home-insurance-recalculate-icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 29%;
}

@media only screen and (max-width: 640px) {
  .mobileScroll {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobileScroll::-webkit-scrollbar {
    display: none;
  }
  .mobileScroll .citySelect {
    width: 600px;
  }
}
.buy:after,
.claim:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  #buy_year,
  #recentClaim,
  .calculator_wrapper .ui-widget.ui-widget-content,
  .step {
    display: none;
  }
}
.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  visibility: hidden;
  transition: all 0.5s ease-in;
}

.floatingPopupDiv .floatpanel {
  width: 100%;
  overflow-y: auto;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  box-shadow: none;
}

.floatingPopupDiv[style="visibility: visible;"] .close {
  right: 20px;
}

.floatingPopupDiv[style="visibility: visible;"] .floatpanel {
  right: 0;
}

.floatingPopupDiv .showForm {
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px 0 0;
  box-shadow: none;
}

.floatingPopupDiv .showForm .disForm {
  width: 100%;
}

.floatingPopupDiv .showForm .disForm .rightContent {
  width: 100%;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
  transition: right 0.3s ease-in;
}

.floatingPopupDiv .close:after,
.floatingPopupDiv .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.floatingPopupDiv .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv .close:after {
  transform: rotate(-45deg);
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 36%;
  background: #fff;
  right: -100%;
  height: 100%;
  transition: right 0.3s ease-in;
  padding-top: 15px;
}

.floatingPopupDiv .floatpanel .orange_div {
  margin: 0 auto 0;
  width: 64%;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}

.floatingPopupDiv.openbox {
  visibility: visible;
}

.floatingPopupDiv.openbox .floatpanel {
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv.openbox .floatpanel {
    right: 0;
  }
}
.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .showForm .disForm .rightContent .term-bg {
  padding: 10px 0 20px;
}

.floatingPopupDiv .showForm .disForm .rightContent .term-bg .termCondition .disclaimer.format {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    box-shadow: none;
    border-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .floatingPopupDiv .floatpanel .orange_div {
    margin: 0 auto 0;
    width: 90%;
    border-radius: 20px;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    right: 0;
  }
  .floatingPopupDiv .showForm {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .floatingPopupDiv .floatpanel .orange_div {
    width: 100%;
  }
}
.home-insurance-sticky-footer {
  max-width: 1140px;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer {
    flex-direction: column;
    padding: 12px;
    align-items: flex-start;
  }
}
.home-insurance-sticky-footer .home-insurance-sticky-footer-image {
  width: 19%;
  height: 144px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: absolute;
  top: -9px;
  left: 0;
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-image::before {
  content: "";
  background: url(../../images/footer-strip/other/home-insurance-sticky-footer.svg) center left no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-image {
    top: auto;
    left: auto;
    right: -15px;
    bottom: -11px;
    width: 132px;
    height: 97px;
  }
  .home-insurance-sticky-footer .home-insurance-sticky-footer-image::before {
    background: url(../../images/footer-strip/other/home-insurance-sticky-footer-mobile.svg) center left no-repeat;
  }
}
.home-insurance-sticky-footer .home-insurance-sticky-footer-text {
  width: 65%;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-text {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-text {
    width: 100%;
    max-width: 235px;
  }
}
.home-insurance-sticky-footer .home-insurance-sticky-footer-text p {
  color: #fbfbfb;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-text p span {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 420px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-text p {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-text p.desktop {
    display: none;
  }
}
.home-insurance-sticky-footer .home-insurance-sticky-footer-text p.mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-text p.mobile {
    display: block;
    text-align: left;
  }
}
.home-insurance-sticky-footer .home-insurance-sticky-footer-button {
  margin-right: 100px;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-button {
    margin-right: 0;
  }
}
.home-insurance-sticky-footer .home-insurance-sticky-footer-button .sticky_viewplan {
  color: #2468f6;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer .home-insurance-sticky-footer-button .sticky_viewplan {
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 12px;
  }
}
.home-insurance-sticky-footer-disclaimer {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  right: 0;
  margin: 0;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .home-insurance-sticky-footer-disclaimer {
    display: none;
  }
}
.home-insurance-sticky-footer-disclaimer p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .close-st-footer.strip_close {
    display: none !important;
  }
}
.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2,
.investment-option-slider h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong,
.investment-option-slider h3 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in;
}

.investment-option-slider .option-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.investment-option-slider .option-slider.full {
  width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
  height: auto;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3cb1e4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43cd88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2f38cb;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box.blue::before {
  background: #4680f0;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.term {
  overflow: visible;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  cursor: pointer;
}

.investment-option-slider.term .option-slider .product-list-box .banner img {
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
  display: block;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .text {
    font-size: 14px;
    min-height: 50px;
    width: 70%;
  }
}
.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    margin-top: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.investment-option-slider.term .option-slider .product-list-box.term-plan .product-info .text::before {
  content: "Explore Affordable";
  margin-right: 4px;
}

.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
  background: #b97b93;
}

.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
  background: #ffc400;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box,
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .leftSection .h2,
.investment-option-slider.travel .leftSection h1,
.investment-option-slider.travel .leftSection h2,
.investment-option-slider.travel .title,
.leftSection .investment-option-slider.travel .h2,
.leftSection .investment-option-slider.travel h1,
.leftSection .investment-option-slider.travel h2 {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .leftSection .h2 h2,
.investment-option-slider.travel .leftSection h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.investment-option-slider.travel .title h2,
.leftSection .investment-option-slider.travel .h2 h2,
.leftSection .investment-option-slider.travel h1 h2,
.leftSection .investment-option-slider.travel h2 h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 0 3px 0 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .leftSection .h2 h2,
  .investment-option-slider.travel.tw .leftSection h1 h2,
  .investment-option-slider.travel.tw .leftSection h2 h2,
  .investment-option-slider.travel.tw .title h2,
  .leftSection .investment-option-slider.travel.tw .h2 h2,
  .leftSection .investment-option-slider.travel.tw h1 h2,
  .leftSection .investment-option-slider.travel.tw h2 h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
  background: #9fffce;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

@media (max-width: 360px) {
  .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    font-size: 12px;
  }
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  cursor: pointer;
  color: #fff;
  background: #0065ff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}

@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes uparrow {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }
  100% {
    transform: translateY(-0.4em);
    opacity: 0.9;
  }
}
.sjb-top-plan,
.top-plan {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.sjb-top-plan .covidLabel,
.top-plan .covidLabel {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #f7e7ef 0 0 no-repeat padding-box;
  border-radius: 0 8px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px 5px 40px;
}

@media (max-width: 767px) {
  .sjb-top-plan .covidLabel,
  .top-plan .covidLabel {
    right: -15px;
  }
}
.sjb-top-plan .covidLabel:before,
.top-plan .covidLabel:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 6px;
  left: 10px;
  background: url("../../images/bu/term/covid-19-new.svg") no-repeat 0 0;
  background-size: contain;
}

.sjb-top-plan .pricehike,
.top-plan .pricehike {
  background: #ffeded 0 0 no-repeat padding-box;
  border: 1px solid #c73830;
  border-radius: 0 8px;
  padding: 5px;
  color: #c73830;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.sjb-top-plan .pricehike:after,
.top-plan .pricehike:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1s infinite;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

@media (max-width: 767px) {
  .sjb-top-plan .pricehike,
  .top-plan .pricehike {
    right: 6px;
  }
}
.sjb-top-plan .pricehike.spouse,
.top-plan .pricehike.spouse {
  background: #fbe6ef 0 0 no-repeat padding-box;
  border-radius: 0 8px;
  border: 0;
  color: #253858;
  font-size: 13px;
  padding: 6px 7px 6px 31px;
}

@media screen and (max-width: 1024px) {
  .sjb-top-plan .pricehike.spouse,
  .top-plan .pricehike.spouse {
    font-size: 12px;
    padding: 5px 7px 6px 27px;
  }
}
.sjb-top-plan .pricehike.spouse::before,
.top-plan .pricehike.spouse::before {
  content: "";
  background: url(../../images/bu/term/cancer-icon.png) no-repeat center/contain;
  width: 14px;
  height: 19px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .sjb-top-plan .pricehike.spouse::before,
  .top-plan .pricehike.spouse::before {
    left: 9px;
  }
}
.sjb-top-plan .pricehike.spouse::after,
.top-plan .pricehike.spouse::after {
  display: none;
}

.sjb-top-plan .priceup,
.top-plan .priceup {
  position: absolute;
  background: #edc0cc 0 0 no-repeat padding-box;
  border-radius: 8px 4px 4px 4px;
  font-size: 12px;
  color: #9b2d2d;
  font-weight: 500;
  width: 171px !important;
  padding: 3px 2px 3px 29px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sjb-top-plan .priceup,
  .top-plan .priceup {
    width: 176px !important;
    padding: 6px 2px 6px 29px;
  }
}
.sjb-top-plan .priceup .block,
.top-plan .priceup .block {
  width: 18px;
  height: 18px;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}

.sjb-top-plan .priceup .block .arrow,
.top-plan .priceup .block .arrow {
  background: url(../../images/bu/term/arrowprice.svg) no-repeat;
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  width: 7px;
  height: 14px;
  display: block;
  background-position: 0 3px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  background-size: 100%;
}

.sjb-top-plan .top-plan-content-wrapper,
.top-plan .top-plan-content-wrapper {
  background: #f1f3f5;
  padding: 20px 10px;
}

.sjb-top-plan .plan,
.top-plan .plan {
  font-size: 16px;
  color: #0065ff;
  display: inline-block;
  border-bottom: 3px solid #0065ff;
  margin-bottom: 10px;
  margin-top: 0;
}

.sjb-top-plan .block-inner,
.top-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.sjb-top-plan .block-inner.pricemsg,
.top-plan .block-inner.pricemsg {
  padding-top: 38px;
}

.sjb-top-plan .block-inner .see-more,
.top-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px 8px 16px;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.sjb-top-plan .block-inner .see-more::after,
.top-plan .block-inner .see-more::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more::after,
  .top-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}
.sjb-top-plan .block-inner .see-more#less-plan::after,
.top-plan .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more#less-plan::after,
  .top-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}
.sjb-top-plan .block-inner .see-more.hide,
.top-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more,
  .top-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}
.sjb-top-plan .block-inner .logo-block,
.top-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block,
  .top-plan .block-inner .logo-block {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .sjb-top-plan .block-inner .logo-block div,
  .top-plan .block-inner .logo-block div {
    width: 50%;
  }
  .sjb-top-plan .block-inner .logo-block > span,
  .top-plan .block-inner .logo-block > span {
    width: 120px;
  }
}
.sjb-top-plan .block-inner .logo-block img,
.top-plan .block-inner .logo-block img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block img,
  .top-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}
.sjb-top-plan .block-inner .logo-block span.plan-name,
.top-plan .block-inner .logo-block span.plan-name {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block span.plan-name,
  .top-plan .block-inner .logo-block span.plan-name {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}
.sjb-top-plan .block-inner .life-cover,
.top-plan .block-inner .life-cover {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .life-cover,
  .top-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}
.sjb-top-plan .block-inner .life-cover p,
.top-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .life-cover p:first-child,
.top-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.sjb-top-plan .block-inner .life-cover p:nth-child(2n),
.top-plan .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .life-cover p:nth-child(2n),
  .top-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0;
    font-size: 16px;
  }
}
.sjb-top-plan .block-inner .life-cover p:nth-child(3n),
.top-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.sjb-top-plan .block-inner .claim-settlement,
.top-plan .block-inner .claim-settlement {
  width: 22%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement,
  .top-plan .block-inner .claim-settlement {
    width: 50%;
    padding: 15px 0 0;
  }
}
.sjb-top-plan .block-inner .claim-settlement p,
.top-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .claim-settlement p:first-child,
.top-plan .block-inner .claim-settlement p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement p:first-child,
  .top-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}
.sjb-top-plan .block-inner .claim-settlement p:nth-child(2n),
.top-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement p:nth-child(2n),
  .top-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}
.sjb-top-plan .block-inner .view-plan,
.top-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan,
  .top-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}
.sjb-top-plan .block-inner .view-plan p,
.top-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .view-plan p:first-child,
.top-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.sjb-top-plan .block-inner .view-plan p:first-child span,
.top-plan .block-inner .view-plan p:first-child span {
  color: #15b5a5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan p:first-child span,
  .top-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan p:first-child,
  .top-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}
.sjb-top-plan .block-inner .view-plan .btn,
.top-plan .block-inner .view-plan .btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #f35023;
  padding: 10px 0;
  text-align: center;
  margin-top: 8px;
  width: 160px;
  border: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan .btn,
  .top-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}
.sjb-top-plan .top-plan-disclaimer,
.top-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0 0;
}

.sjb-top-plan .top-plan-disclaimer span,
.top-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .top-plan-disclaimer,
  .top-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}
.sjb-top-plan {
  float: none !important;
}

.sjb-top-plan .block-inner {
  padding: 20px 15px 25px;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner {
  padding: 44px 20px 20px 20px;
  position: relative;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag {
  position: absolute;
  background: #fdeee4;
  border-radius: 8px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  color: #e09b62;
  font-weight: 500;
  height: 31px;
  top: 0;
  left: 0;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag strong {
  font-weight: 600;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag strong.zero {
  font-size: 20px;
}

@media (max-width: 640px) {
  [page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag {
    top: 5px;
    left: 5px;
    border-radius: 4px;
  }
}
.hi_top-plan,
.top-insurer-plan {
  width: 100%;
  background: #f1f3f5;
  padding: 20px 10px;
  position: relative;
}

.hi_top-plan .plan,
.top-insurer-plan .plan {
  font-size: 16px !important;
  color: #0065ff;
  display: inline-block;
  border-bottom: 3px solid #0065ff;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
}

.hi_top-plan .block-inner,
.top-insurer-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.hi_top-plan .block-inner .see-more,
.top-insurer-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.hi_top-plan .block-inner .see-more::after,
.top-insurer-plan .block-inner .see-more::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .see-more::after,
  .top-insurer-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}
.hi_top-plan .block-inner .see-more#less-plan::after,
.top-insurer-plan .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .see-more#less-plan::after,
  .top-insurer-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}
.hi_top-plan .block-inner .see-more.hide,
.top-insurer-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .see-more,
  .top-insurer-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}
.hi_top-plan .block-inner .logo-block,
.top-insurer-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .logo-block,
  .top-insurer-plan .block-inner .logo-block {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .hi_top-plan .block-inner .logo-block div,
  .top-insurer-plan .block-inner .logo-block div {
    width: 50%;
  }
}
.hi_top-plan .block-inner .logo-block img,
.top-insurer-plan .block-inner .logo-block img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .logo-block img,
  .top-insurer-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}
.hi_top-plan .block-inner .logo-block span.plan-name,
.top-insurer-plan .block-inner .logo-block span.plan-name {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .logo-block span.plan-name,
  .top-insurer-plan .block-inner .logo-block span.plan-name {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}
.hi_top-plan .block-inner .life-cover,
.top-insurer-plan .block-inner .life-cover {
  width: 18%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .life-cover,
  .top-insurer-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}
.hi_top-plan .block-inner .life-cover p,
.top-insurer-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.hi_top-plan .block-inner .life-cover p:first-child,
.top-insurer-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.hi_top-plan .block-inner .life-cover p:nth-child(2n),
.top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .life-cover p:nth-child(2n),
  .top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0;
    font-size: 18px;
  }
}
.hi_top-plan .block-inner .life-cover p:nth-child(3n),
.top-insurer-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.hi_top-plan .block-inner .claim-settlement,
.top-insurer-plan .block-inner .claim-settlement {
  width: 21%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .claim-settlement,
  .top-insurer-plan .block-inner .claim-settlement {
    width: 50% !important;
    padding: 15px 0 0;
  }
}
.hi_top-plan .block-inner .claim-settlement p,
.top-insurer-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.hi_top-plan .block-inner .claim-settlement p:first-child,
.top-insurer-plan .block-inner .claim-settlement p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .claim-settlement p:first-child,
  .top-insurer-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}
.hi_top-plan .block-inner .claim-settlement p:nth-child(2n),
.top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .claim-settlement p:nth-child(2n),
  .top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}
.hi_top-plan .block-inner .view-plan,
.top-insurer-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan,
  .top-insurer-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}
.hi_top-plan .block-inner .view-plan p,
.top-insurer-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.hi_top-plan .block-inner .view-plan p:first-child,
.top-insurer-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.hi_top-plan .block-inner .view-plan p:first-child span,
.top-insurer-plan .block-inner .view-plan p:first-child span {
  color: #15b5a5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan p:first-child span,
  .top-insurer-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan p:first-child,
  .top-insurer-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}
.hi_top-plan .block-inner .view-plan .btn,
.top-insurer-plan .block-inner .view-plan .btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #f35023;
  padding: 10px 0;
  text-align: center;
  margin-top: 8px;
  width: 160px;
  border: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan .btn,
  .top-insurer-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}
.hi_top-plan .top-plan-disclaimer,
.top-insurer-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0 0;
}

.hi_top-plan .top-plan-disclaimer span,
.top-insurer-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .top-plan-disclaimer,
  .top-insurer-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}
.hi_top-plan .block-inner .claim-settlement {
  width: 20%;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar:horizontal {
  display: none;
}

.hide-desktop {
  display: none;
}

@media (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
@media (max-width: 1024px) {
  .grid.home-insurance {
    background-color: #f9faff;
  }
}
.grid.home-insurance.new .block_content_wrapper_firstfold {
  display: none;
}

.block_content_wrapper_firstfold {
  margin-bottom: 13px;
}

.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: 20px;
  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-web.show-extra,
  .block_content_wrapper_firstfold p.char-count .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    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: 0 0;
    margin: 0;
    padding: 10px 15px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
}
.block_content_wrapper:first-of-type h2 {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .graphDiv {
    text-align: center;
  }
  .graphDiv img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  .askpb_heading.widget {
    margin: 40px auto 16px;
  }
}
.stickFooter_info.homeinsurance_state .close-st-footer.strip_close {
  display: block !important;
}

.rightSection.webp .allCalc,
.rightSection.webp .allimg,
.rightSection.webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-size: 100px 4942px;
}

.rightSection .supplier_icon {
  margin-left: 0;
}

.covered-notcover {
  background: #f5f6fe;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  max-width: 760px;
}

.covered-notcover .heading-h2 {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  padding: 0;
  margin: 0;
}

.covered-notcover .plan-category {
  display: none;
  padding: 20px 0 0;
}

.covered-notcover .plan-category.active {
  display: block;
}

.covered-notcover .covered-notcover-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: relative;
  margin: 0 0 0;
}

.covered-notcover .covered-notcover-list::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #e3e3e3;
  width: 100%;
  bottom: 0;
}

.covered-notcover .covered-notcover-list li {
  margin-right: 30px;
}

.covered-notcover .covered-notcover-list li a {
  letter-spacing: 0;
  color: #172b4d;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  padding: 5px ​0px 0 0;
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.covered-notcover .covered-notcover-list li a.active {
  color: #0065ff;
}

.covered-notcover .covered-notcover-list li a.active::before {
  content: "";
  position: absolute;
  height: 3px;
  background: #0065ff;
  width: 100%;
  bottom: 0;
}

.leftSection table td.view_plans {
  display: flex;
  align-items: CENTER;
  border: 0;
  width: 100% !important;
  justify-content: center;
  height: 100%;
}

.leftSection table td.view_plans a {
  background: #0065ff;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.faqsWrap.sme {
  padding: 15px;
  margin: 20px auto 0;
}

.faqsWrap.sme ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.faqsWrap.sme ul li {
  font-size: 12px;
  color: #6b778c;
  font-weight: 400;
  line-height: 1.42;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(37, 56, 88, 0.12);
  border-radius: 12px;
}

.faqsWrap.sme ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.faqsWrap.sme ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap.sme ul li li {
  background: 0 0;
}

.faqsWrap.sme ul li:before {
  display: none;
}

.faqsWrap.sme ul li .h2,
.faqsWrap.sme ul li .h3,
.faqsWrap.sme ul li .h4,
.faqsWrap.sme ul li h2,
.faqsWrap.sme ul li h3,
.faqsWrap.sme ul li h4 {
  font-size: 14px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.faqsWrap.sme ul li .h2 > a,
.faqsWrap.sme ul li .h2 > label,
.faqsWrap.sme ul li .h2 > span,
.faqsWrap.sme ul li .h3 > a,
.faqsWrap.sme ul li .h3 > label,
.faqsWrap.sme ul li .h3 > span,
.faqsWrap.sme ul li .h4 > a,
.faqsWrap.sme ul li .h4 > label,
.faqsWrap.sme ul li .h4 > span,
.faqsWrap.sme ul li h2 > a,
.faqsWrap.sme ul li h2 > label,
.faqsWrap.sme ul li h2 > span,
.faqsWrap.sme ul li h3 > a,
.faqsWrap.sme ul li h3 > label,
.faqsWrap.sme ul li h3 > span,
.faqsWrap.sme ul li h4 > a,
.faqsWrap.sme ul li h4 > label,
.faqsWrap.sme ul li h4 > span {
  color: #6b778c;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 14px;
}

.faqsWrap.sme ul li .h2 > a:after,
.faqsWrap.sme ul li .h2 > label:after,
.faqsWrap.sme ul li .h2 > span:after,
.faqsWrap.sme ul li .h3 > a:after,
.faqsWrap.sme ul li .h3 > label:after,
.faqsWrap.sme ul li .h3 > span:after,
.faqsWrap.sme ul li .h4 > a:after,
.faqsWrap.sme ul li .h4 > label:after,
.faqsWrap.sme ul li .h4 > span:after,
.faqsWrap.sme ul li h2 > a:after,
.faqsWrap.sme ul li h2 > label:after,
.faqsWrap.sme ul li h2 > span:after,
.faqsWrap.sme ul li h3 > a:after,
.faqsWrap.sme ul li h3 > label:after,
.faqsWrap.sme ul li h3 > span:after,
.faqsWrap.sme ul li h4 > a:after,
.faqsWrap.sme ul li h4 > label:after,
.faqsWrap.sme ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 19px;
}

.faqsWrap.sme ul li .h2 > a[flag=up],
.faqsWrap.sme ul li .h2 > label[flag=up],
.faqsWrap.sme ul li .h2 > span[flag=up],
.faqsWrap.sme ul li .h3 > a[flag=up],
.faqsWrap.sme ul li .h3 > label[flag=up],
.faqsWrap.sme ul li .h3 > span[flag=up],
.faqsWrap.sme ul li .h4 > a[flag=up],
.faqsWrap.sme ul li .h4 > label[flag=up],
.faqsWrap.sme ul li .h4 > span[flag=up],
.faqsWrap.sme ul li h2 > a[flag=up],
.faqsWrap.sme ul li h2 > label[flag=up],
.faqsWrap.sme ul li h2 > span[flag=up],
.faqsWrap.sme ul li h3 > a[flag=up],
.faqsWrap.sme ul li h3 > label[flag=up],
.faqsWrap.sme ul li h3 > span[flag=up],
.faqsWrap.sme ul li h4 > a[flag=up],
.faqsWrap.sme ul li h4 > label[flag=up],
.faqsWrap.sme ul li h4 > span[flag=up] {
  padding-bottom: 14px;
}

.faqsWrap.sme ul li .h2 > a[flag=up]::after,
.faqsWrap.sme ul li .h2 > label[flag=up]::after,
.faqsWrap.sme ul li .h2 > span[flag=up]::after,
.faqsWrap.sme ul li .h3 > a[flag=up]::after,
.faqsWrap.sme ul li .h3 > label[flag=up]::after,
.faqsWrap.sme ul li .h3 > span[flag=up]::after,
.faqsWrap.sme ul li .h4 > a[flag=up]::after,
.faqsWrap.sme ul li .h4 > label[flag=up]::after,
.faqsWrap.sme ul li .h4 > span[flag=up]::after,
.faqsWrap.sme ul li h2 > a[flag=up]::after,
.faqsWrap.sme ul li h2 > label[flag=up]::after,
.faqsWrap.sme ul li h2 > span[flag=up]::after,
.faqsWrap.sme ul li h3 > a[flag=up]::after,
.faqsWrap.sme ul li h3 > label[flag=up]::after,
.faqsWrap.sme ul li h3 > span[flag=up]::after,
.faqsWrap.sme ul li h4 > a[flag=up]::after,
.faqsWrap.sme ul li h4 > label[flag=up]::after,
.faqsWrap.sme ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrap.sme ul li .h2 + div,
.faqsWrap.sme ul li .h3 + div,
.faqsWrap.sme ul li .h4 + div,
.faqsWrap.sme ul li h2 + div,
.faqsWrap.sme ul li h3 + div,
.faqsWrap.sme ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 0 16px 16px;
  font-size: 12px;
  color: #6b778c;
  font-weight: 400;
  line-height: 1.42;
}

.faqsWrap.sme ul li .h2 + div a,
.faqsWrap.sme ul li .h3 + div a,
.faqsWrap.sme ul li .h4 + div a,
.faqsWrap.sme ul li h2 + div a,
.faqsWrap.sme ul li h3 + div a,
.faqsWrap.sme ul li h4 + div a {
  color: #0065ff;
}

.faqsWrap.sme ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap.sme ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap.sme ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.faqsWrap.sme ul .data_ul li:before {
  content: none;
}

.faqsWrap.sme ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap.sme ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap.sme ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .yellow-line-heading {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 36px;
  margin-bottom: 20px;
  color: #253858;
  font-weight: 700;
  position: relative;
  margin-top: 48px;
}

.leftSection .yellow-line-heading::after {
  background: #ffab00;
  content: "";
  position: absolute;
  height: 2px;
  width: 64px;
  bottom: -8px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .leftSection .yellow-line-heading {
    margin-top: 0;
  }
}
.pbcategoryPages.center_hd {
  position: relative;
}

.topBoxpanel {
  position: relative;
}

.grid.home-insurance.new {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .grid.home-insurance.new {
    margin-top: 17px;
  }
}
.home-insurance-timer-strip {
  background: #ffebe6;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: -52px;
  text-align: CENTER;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  padding: 7px 0;
  color: #de350b;
}

.home-insurance-timer-strip strong {
  font-weight: 900;
}

.home-insurance-timer-strip .image {
  background: url(../../images/bu/home-insurance/home-insurance-timer-icon.svg) no-repeat center/contain;
  width: 39px;
  height: 19px;
  display: inline-block;
  margin: 0 4px -4px 0;
}

@media screen and (max-width: 767px) {
  .home-insurance-timer-strip {
    border-radius: 0;
    width: 100%;
    top: -17px;
    left: 0;
    font-size: 12px;
    letter-spacing: 0;
  }
  .home-insurance-timer-strip .image {
    width: 24px;
    height: 15px;
    display: inline-block;
    margin: 0 4px -4px 0;
  }
}
.insurer-toggle {
  margin: 0;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 6px 16px;
  color: #505F79;
  border: 1px solid #D1D5DC;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .insurer-toggle {
    margin: 8px 0 16px;
    color: #505F79;
    position: relative;
    right: auto;
    top: auto;
  }
}

.insurer-toggle .label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}

.options {
  display: flex;
  gap: 25px;
}

.option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
}

.option input {
  display: none;
}

.radio {
  width: 18px;
  height: 18px;
  border: 2px solid #5E6C84;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.option input:checked + .radio {
  border-color: #0065ff;
  background: #0065ff;
}

.option input:checked + .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.option input:checked ~ span,
.option input:checked ~ label {
  color: #253858;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.stickFooter_info:has(.open-nudge-button) {
  bottom: 85px;
  width: auto;
  z-index: 999;
  background: transparent;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .stickFooter_info:has(.open-nudge-button) {
    width: 100%;
    bottom: 0;
  }
}
.stickFooter_info .open-nudge-button {
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
  width: auto;
  background: #171C40;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 4px 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: CENTER;
  margin: 0 16px 0 0;
}
.stickFooter_info .open-nudge-button::before {
  content: "";
  background: url(../../images/bu/home-insurance/hi-desktop-sticky-footer-icon.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .stickFooter_info .open-nudge-button {
    display: none;
  }
}
.stickFooter_info .open-nudge-button .arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
}
.stickFooter_info .open-nudge-button .arrow::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-135deg);
  margin: 0;
  position: absolute;
  left: 38%;
  top: 43%;
}

.nudge {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 514px;
  background: #171C40;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 16px;
  z-index: 1000;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.nudge.hidden {
  display: none;
}

.nudge-content .heading {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.nudge-content .heading span {
  color: #38D190;
}
.nudge-content .description {
  position: relative;
  margin: 22px 0 23px auto;
  width: 88%;
}
.nudge-content .description::before {
  content: "";
  background: url(../../images/bu/home-insurance/hi-desktop-sticky-footer-icon.svg) no-repeat center/contain;
  width: 61px;
  height: 63px;
  position: absolute;
  left: -42px;
  bottom: 0;
}
.nudge-content .hi-text-slider-desktop {
  overflow: hidden;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 6px 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  padding-left: 42px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up {
  animation: slideUp ease forwards 1.2s;
  display: flex;
  align-items: CENTER;
  justify-content: flex-start;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up sup {
  font-size: 9px;
  line-height: 9px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop span {
  font-weight: 700;
  padding: 0 4px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon {
  width: 18px;
  height: 18px;
  margin: 0 4px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-1 {
  background: url(../../images/bu/home-insurance/hi-bank-approved-white-icon.svg) no-repeat center/contain;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-2 {
  background: url(../../images/bu/home-insurance/hi-free-addon-whie-icon.svg) no-repeat center/contain;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-3 {
  background: url(../../images/bu/home-insurance/hi-discounted-plans-white-icon.svg) no-repeat center/contain;
}

.nudge-form {
  display: FLEX;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  justify-content: space-between;
}
.nudge-form .input-wrapper {
  display: FLEX;
  align-items: CENTER;
  width: 68%;
}
.nudge-form .input-wrapper .fieldWrapper:first-child {
  border-right: 0.7px solid #B3BAC5;
  width: 48%;
  flex-shrink: 0;
}
.nudge-form input {
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0;
  color: #5E6C84;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  width: 100%;
}
.nudge-form input::-webkit-input-placeholder {
  color: rgba(94, 108, 132, 0.7);
}
.nudge-form .err {
  font-size: 10px;
  color: red;
  text-align: left;
  padding-left: 6px;
}
.nudge-form button {
  width: 29%;
  padding: 14px;
  background: #0065ff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.nudge .close {
  position: absolute;
  top: -44px;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  background: rgba(23, 28, 64, 0.1019607843);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #253858;
  line-height: 29px;
}