@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 {
  position: relative;
  max-width: 1170px;
  margin: 12px auto 0;
}
@media only screen and (max-width: 1024px) {
  .showForm {
    margin: 0 !important;
    padding: 16px;
    background: #fff;
  }
}
.showForm .disForm {
  position: relative;
  background: #D4EFFF;
  width: 100%;
  padding: 0 0 0px 32px;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .showForm .disForm {
    padding: 10px 0 0;
    border-radius: 16px;
  }
  .showForm .disForm::after {
    width: 100%;
    height: 396px;
    top: auto;
    bottom: 0;
  }
}
.showForm .disForm .rightContent {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent {
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
}
.showForm .disForm .rightContent .bu {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 17px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .bu {
    font-size: 26px;
    margin: 0 0 12px;
  }
}
.showForm .disForm .rightContent .heading {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .heading {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    z-index: 1;
    position: relative;
  }
}
.showForm .disForm .rightContent .heading span {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  color: #00875A;
}
.showForm .disForm .rightContent .heading span sup {
  line-height: 12px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .heading span {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .showForm .disForm .rightContent .heading span {
    font-size: 18px;
  }
}
.showForm .disForm .rightContent .pointers-list {
  display: flex;
  align-items: CENTER;
  margin: 48px 0 16px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .pointers-list {
    margin: 32px 0 16px;
    justify-content: center;
  }
}
.showForm .disForm .rightContent .pointers-list .pointer {
  margin: 0 48px 0 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  color: #253858;
}
.showForm .disForm .rightContent .pointers-list .pointer img {
  margin-right: 8px;
}
.showForm .disForm .rightContent .pointers-list .pointer:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .pointers-list .pointer {
    flex-direction: column;
    margin: 0 20px 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  .showForm .disForm .rightContent .pointers-list .pointer img {
    margin: 0 0 8px;
  }
}
.showForm .disForm .rightContent .sub-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .sub-heading {
    margin: 12px 0 142px;
  }
}
.showForm .disForm .rightContent .sub-heading div {
  color: #00875A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.256px;
  margin-left: 8px;
}
.showForm .disForm .rightContent .sub-heading div span {
  font-weight: 900;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .sub-heading div {
    font-size: 14px;
    letter-spacing: 0.196px;
    line-height: 20px;
  }
  .showForm .disForm .rightContent .sub-heading div span {
    font-weight: 700;
    font-size: 18px;
  }
}
.showForm .disForm .rightContent .label {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.016em;
  margin: 0;
  color: #253858;
  display: inline-block;
  box-shadow: 2px -12px 17px 0px #c6dfed;
  background: #fff;
  padding: 16px 24px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.showForm .disForm .rightContent .label span {
  color: #00875A;
}
.showForm .disForm .rightContent .label span sup {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .label {
    box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .container {
    box-shadow: 0px 2px 20px 0px #AACEE3;
    border-radius: 16px;
    background: #fff;
    padding: 20px 16px;
  }
}
.showForm .disForm .rightContent .form-grid {
  width: 60%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .form-grid {
    margin: 0 auto 0;
    padding: 0 16px;
    flex-direction: column;
    width: 100%;
  }
}
.showForm .disForm .rightContent .form-grid .step_1 {
  max-width: 100%;
  display: FLEX;
  box-shadow: 0px 2px 20px 0px #AACEE3;
  background: #fff;
  padding: 20px 24px 16px;
  border-radius: 0 16px 16px 16px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .form-grid .step_1 {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 0 0;
  }
}
.showForm .disForm .rightContent .form-grid .left {
  width: 62%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .form-grid .left {
    width: 100%;
    position: relative;
  }
  .showForm .disForm .rightContent .form-grid .left::before {
    content: "";
    background: url(../../images/bu/home-insurance/home-insurance-top-fold-img-mobile.png) no-repeat center/contain;
    width: 328px;
    height: 394px;
    position: absolute;
    top: 49px;
    left: -16px;
    z-index: 0;
  }
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .form-grid .left .container {
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px;
    position: relative;
  }
  .showForm .disForm .rightContent .form-grid .left .container .step_1 {
    flex-direction: column;
    margin: 0;
  }
  .showForm .disForm .rightContent .form-grid .left .container .step_1 .fieldWrapper {
    margin: 0 0 16px;
    width: 100%;
  }
  .showForm .disForm .rightContent .form-grid .left .container .toptc {
    margin: 12px 0 0;
    text-align: center;
  }
}
.showForm .disForm .rightContent .form-grid .right {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .form-grid .right {
    width: 100%;
  }
}
.showForm .disForm .rightContent .image {
  width: 33%;
  margin-bottom: -3px;
}
.showForm .disForm .rightContent .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .image {
    width: 100%;
    margin-top: 16px;
  }
}
.showForm .disForm .rightContent .toptc {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #6B778C;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.showForm .disForm .rightContent .toptc a {
  color: #0065ff;
  text-decoration: none;
  font-weight: 500;
}
.showForm .disForm .rightContent .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.showForm .disForm .rightContent .title .cityheading {
  line-height: 26px !important;
  width: 75%;
}
@media screen and (max-width: 640px) {
  .showForm .disForm .rightContent .title .cityheading {
    width: 100%;
  }
}
.showForm .disForm .rightContent .title .cityheading:after {
  left: 165px !important;
  top: auto !important;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .title .cityheading:after {
    display: none;
  }
}
.showForm .disForm .rightContent .title .heading {
  font-size: 16px;
  position: relative;
  display: block;
  line-height: 36px;
  font-weight: 500;
  color: #172B4D;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm .rightContent .title .heading {
    font-size: 18px;
    color: #333;
    line-height: 28px;
  }
  .showForm .disForm .rightContent .title .heading strong {
    color: #0065ff;
  }
  .showForm .disForm .rightContent .title .heading:after {
    display: none;
  }
  .showForm .disForm .rightContent .title .heading#citylocation {
    font-weight: 400;
  }
  .showForm .disForm .rightContent .title .heading.step-2 {
    font-size: 16px;
  }
}
.showForm .disForm .rightContent .title .heading::after {
  background: #707070;
  left: 235px;
  top: 50%;
  height: 1px;
  width: 30px;
}
.showForm .disForm .rightContent .title .heading.step-2:after {
  display: none;
}
.showForm .disForm .rightContent .title .heading.step-2 .back {
  border: solid #172B4D;
  border-width: 0px 0px 2px 2px;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 15px -1px 0px;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .showForm .disForm .rightContent .title .heading.step-2 .back {
    margin: 0 5px -1px 0;
  }
}
.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;
}
@media (max-width: 1024px) {
  .showForm .disForm .rightContent .title .step {
    display: none;
  }
}
.showForm .disForm .rightContent .title.pdleft {
  padding-left: 40px;
  position: relative;
}
.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 screen and (max-width: 767px) {
  .showForm .disForm .rightContent .title.pdleft .back {
    top: 17px;
    height: 23px;
  }
}
.showForm .disForm .rightContent .title .smalltext {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .title {
    font-size: 26px;
  }
  .showForm .disForm .rightContent .title .smalltext {
    font-size: 15px;
  }
}
.showForm .disForm .rightContent .fieldWrapper {
  margin: 0 30px 0 0;
  width: 225px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .fieldWrapper {
    width: 100%;
    margin: 0;
  }
}
.showForm .disForm .rightContent .fieldWrapper .formInput {
  position: relative;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .fieldWrapper .formInput {
    border: 1px solid #6B778C;
    border-radius: 8px;
    margin: 0 0 16px;
    padding-left: 20px;
  }
}
.showForm .disForm .rightContent .fieldWrapper .formInput.gender {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #D5DFEF;
}
.showForm .disForm .rightContent .fieldWrapper .formInput.gender::before {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/user-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .fieldWrapper .formInput.gender {
    border-right-color: #6B778C;
  }
}
.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.gender .tooltip {
  width: 251px;
  position: absolute;
  right: -280px;
  height: 97px;
  top: 0;
  background: url(../../images/bu/home-insurance/home-insurance-toolip-name-bg.svg) no-repeat center/cover;
  padding: 12px 12px 12px 24px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20%);
  transition: all 0.3s ease-out;
}
.showForm .disForm .rightContent .fieldWrapper .formInput.gender .tooltip p {
  color: var(--253858-n-700, #253858);
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .showForm .disForm .rightContent .fieldWrapper .formInput.gender .tooltip {
    display: none;
  }
}
.showForm .disForm .rightContent .fieldWrapper .formInput.gender input:focus + .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.showForm .disForm .rightContent .fieldWrapper .formInput.number {
  position: relative;
  display: flex;
  align-items: center;
}
.showForm .disForm .rightContent .fieldWrapper .formInput.number::before {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/mobile-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
}
.showForm .disForm .rightContent .fieldWrapper .formInput.number .tooltip {
  width: 251px;
  position: absolute;
  right: -280px;
  height: 138px;
  top: 0;
  background: url(../../images/bu/home-insurance/home-insurance-toolip-number-bg.svg) no-repeat center/cover;
  padding: 12px 12px 12px 24px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20%);
  transition: all 0.3s ease-out;
}
.showForm .disForm .rightContent .fieldWrapper .formInput.number .tooltip p {
  color: var(--253858-n-700, #253858);
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .showForm .disForm .rightContent .fieldWrapper .formInput.number .tooltip {
    display: none;
  }
}
.showForm .disForm .rightContent .fieldWrapper .formInput.number input:focus + .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.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:focus + .labelFeild, .showForm .disForm .rightContent .fieldWrapper .formInput input.labelshow + .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: 0px;
  padding: 5px 0;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 13px;
  padding: 0;
  background: #f9f9ff;
  color: #5E6C84;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.showForm .disForm .rightContent .fieldWrapper .err {
  font-size: 12px;
  color: #f00;
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .rightContent .fieldWrapper .err {
    bottom: 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 12px 0;
  margin: 0px;
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.196px;
}
.showForm .disForm .rightContent .fieldWrapper input,
.showForm .disForm .rightContent .fieldWrapper select {
  width: 100%;
  height: 100%;
  padding: 16px 15px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  color: #5E6C84;
}
.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: 16px 12px;
}
.showForm .disForm .rightContent .fieldWrapper input:disabled {
  color: #000;
  opacity: 1;
}
.showForm .disForm .rightContent .fieldWrapper #homeInsurancePincode {
  padding: 16 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  color: #5E6C84;
}
.showForm .disForm .rightContent .fieldWrapper #homeInsurancePincode::-webkit-input-placeholder {
  color: #5E6C84;
}
.showForm .disForm .rightContent .fieldWrapper .feildLable {
  font-size: 13px;
  padding: 0px 0 8px;
  color: #253858;
  -webkit-transition: all 0.4s ease;
  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 10px 9px 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-radius: 100px;
  border: 1px solid var(--dfe-1-e-6-n-40, #DFE1E6);
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(52, 105, 203, 0.12);
  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 {
  border: 1px solid #0065ff;
  color: #0065ff;
  background: #fff;
}
.showForm .disForm .rightContent .fieldWrapper .radio_pills label .mt-top {
  margin-top: 20px;
}
.showForm .disForm .rightContent .proceedBtn {
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  padding: 10px 12px;
  line-height: normal;
  display: block;
  border: solid 1px transparent;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #0065ff;
  color: #ffffff;
  width: 100%;
  position: relative;
}
.showForm .disForm .rightContent .proceedBtn:hover, .showForm .disForm .rightContent .proceedBtn.active, .showForm .disForm .rightContent .proceedBtn.loading {
  background: #0051cc;
  color: #ffffff;
}
.showForm .disForm .rightContent .proceedBtn.loading span {
  visibility: hidden;
}
.showForm .disForm .rightContent .proceedBtn.loading:after {
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.showForm .disForm .rightContent .loader {
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  padding: 10px 12px;
  line-height: 24px;
  display: block;
  border: solid 1px transparent;
  -webkit-appearance: none;
  height: 48px;
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065FF);
  color: #ffffff;
  width: 100%;
  position: relative;
}
.showForm .disForm .rightContent .loader:hover, .showForm .disForm .rightContent .loader.active, .showForm .disForm .rightContent .loader.loading {
  color: #ffffff;
}
.showForm .disForm .rightContent .loader.loading span {
  visibility: hidden;
}
.showForm .disForm .rightContent .loader.loading:after {
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .showForm .disForm {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.floatingPopupDiv .showForm .disForm {
  margin: 0px;
}

.floatingPopupDiv .showForm .disForm .rightContent .title .heading {
  line-height: 28px;
}
.floatingPopupDiv .showForm .disForm .rightContent .title .heading p {
  margin: 0px;
}
.floatingPopupDiv .showForm .disForm .rightContent .title .cityheading:after {
  left: 215px !important;
}

.ui-widget-content.ui-autocomplete {
  background: #fff;
  box-shadow: 0px 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: 0px;
  border: none !important;
  background-color: #fff !important;
}
.ui-widget-content.ui-autocomplete li a {
  padding: 16px !important;
  font-size: 14px;
  line-height: 16px;
  color: #666666 !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: 0px !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: left;
  color: #253858;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .form-whatsapp {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
  }
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0px;
}

.form-whatsapp .slider {
  width: 14px;
  border: 1px solid #B3BAC5;
  background: #B3BAC5;
  height: 14px;
  margin-right: 10px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.form-whatsapp input:checked + .slider:before {
  width: 10px;
  height: 10px;
  background: url(../../images/bu/checked-ico.png) no-repeat center/contain;
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 1px;
  left: 1px;
}

.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1170px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.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;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
@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;
  }
  .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;
  }
}
@media only screen and (max-width: 768px) {
  .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) {
  .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%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block span.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;
    width: 100%;
  }
}
.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.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.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.items {
  width: 95%;
  margin: 0 auto;
}

.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;
  }
}
@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;
}

h2.underline {
  position: relative;
}

h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}

h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

.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;
}

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;
}

@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%;
  }
  #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 #common_footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .pbRelatedLinks {
    padding: 0 0;
  }
}
.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;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.card.calculator .stateCheck {
  padding-left: 0;
}

.card.calculator,
.card.insurers {
  transition: all 0.3s ease-in;
}

.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: 18px 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: 100%;
  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: 0px;
  z-index: 10001;
  visibility: hidden;
  transition: all 0.5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 43, 77, 0.9);
  opacity: 0;
}
.floatingPopupDiv .floatpanel {
  width: 100%;
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  box-shadow: none;
  padding: 0;
}
.floatingPopupDiv[style="visibility: visible;"] .close {
  right: 20px;
}
.floatingPopupDiv .showForm {
  width: 100%;
  margin: 0px auto;
  background-color: #D4EFFF;
  padding: 0;
  box-shadow: none;
  border-radius: 24px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm {
    border-radius: 0;
    height: 100%;
    margin: 0 !important;
  }
}
.floatingPopupDiv .showForm .disForm {
  width: 100%;
  background: transparent;
  padding: 40px 24px 40px;
  height: 100%;
}
.floatingPopupDiv .showForm .disForm::after {
  width: 244px;
  height: 292px;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm .disForm {
    padding: 24px 16px;
    justify-content: flex-end;
  }
  .floatingPopupDiv .showForm .disForm::after {
    display: none;
  }
}
.floatingPopupDiv .showForm .disForm .rightContent {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .showForm .disForm .rightContent {
    margin-top: 0;
    padding: 0;
  }
}
.floatingPopupDiv .showForm .disForm .rightContent .heading {
  font-size: 22px;
  line-height: 38px;
}
.floatingPopupDiv .showForm .disForm .rightContent .heading span {
  font-size: 28px;
  margin: 10px 0 0;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .showForm .disForm .rightContent .heading {
    padding: 0;
    font-size: 16px;
  }
  .floatingPopupDiv .showForm .disForm .rightContent .heading span {
    font-size: 20px;
  }
}
.floatingPopupDiv .showForm .disForm .rightContent .sub-heading {
  margin-top: 16px;
}
.floatingPopupDiv .showForm .disForm .rightContent .label {
  margin: 0 0;
}
.floatingPopupDiv .showForm .disForm .rightContent .fieldWrapper .formInput.gender input:focus + .tooltip,
.floatingPopupDiv .showForm .disForm .rightContent .fieldWrapper .formInput.number input:focus + .tooltip {
  display: none;
}
.floatingPopupDiv .showForm .disForm .rightContent .form-grid {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm .disForm .rightContent .form-grid {
    padding: 0;
  }
}
.floatingPopupDiv .showForm .disForm .rightContent .image {
  margin-bottom: 0;
  position: absolute;
  top: -38px;
  right: -24px;
  width: 244px;
  height: 292px;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm .disForm .rightContent .image {
    display: none;
  }
}
.floatingPopupDiv .close {
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  top: 0;
  right: -45px;
  z-index: 10002;
  cursor: pointer;
  transition: right 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    right: 16px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .close {
    right: 8px;
    top: 8px;
  }
}
.floatingPopupDiv .close:before, .floatingPopupDiv .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #fff;
  top: 7px;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .close:before, .floatingPopupDiv .close:after {
    background-color: #4d4c4c;
  }
}
.floatingPopupDiv .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatingPopupDiv .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floatingPopupDiv .floatpanel {
  max-width: 770px;
  background: #fff;
  height: auto;
  padding-top: 0;
  width: 100%;
  border-radius: 24px;
  position: relative;
  opacity: 0;
}
.floatingPopupDiv .floatpanel .orange_div {
  margin: 0 auto 0px;
  width: 64%;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    margin: 0 16px;
    min-height: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel {
    height: auto;
    border-radius: 0;
    margin: 0;
  }
}
.floatingPopupDiv.openbox {
  visibility: visible;
  opacity: 1;
}
.floatingPopupDiv.openbox .floatpanel {
  opacity: 1;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .showForm .disForm .rightContent .term-bg {
  padding: 10px 0px 20px;
}

.floatingPopupDiv .showForm .disForm .rightContent .term-bg .termCondition .disclaimer.format {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: calc(100% - 24px);
    overflow-y: scroll;
    border-radius: 16px;
  }
  .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 0px;
    width: 90%;
    border-radius: 20px;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    right: 0;
  }
  .floatingPopupDiv .showForm {
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 320px) {
  .floatingPopupDiv .floatpanel .orange_div {
    width: 100%;
  }
}
@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;
  }
}
@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: 16px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.2);
  justify-content: space-between;
  align-items: center;
}

.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%;
  max-width: 780px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hi_top-plan,
  .top-insurer-plan {
    padding: 0 16px;
  }
}

.hi_top-plan .plan,
.top-insurer-plan .plan {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  text-align: center;
  margin: 0 0 20px;
}

.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: 16px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.2);
  justify-content: space-between;
  align-items: center;
}

.hi_top-plan .block-inner .see-more,
.top-insurer-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 24px 5px 24px;
  bottom: -50px;
  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);
  line-height: 24px;
}

.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: 26%;
  padding: 0;
  display: flex;
  align-items: center;
}
.hi_top-plan .block-inner .logo-block .insurer-image,
.top-insurer-plan .block-inner .logo-block .insurer-image {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  max-width: 70px;
  padding: 2px;
  flex-shrink: 0;
  margin: 0 16px 0 0;
}
.hi_top-plan .block-inner .logo-block .insurer-image img,
.top-insurer-plan .block-inner .logo-block .insurer-image img {
  max-width: 100%;
}
.hi_top-plan .block-inner .logo-block .plan-name,
.top-insurer-plan .block-inner .logo-block .plan-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .hi_top-plan .block-inner .logo-block .plan-name,
  .top-insurer-plan .block-inner .logo-block .plan-name {
    width: 75%;
  }
}

@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-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0 0 2px;
}

.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: 12%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .claim-settlement,
  .top-insurer-plan .block-inner .claim-settlement {
    width: 30% !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-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0 0 2px;
}

@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-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 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: 18%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .hi_top-plan .block-inner .view-plan,
  .top-insurer-plan .block-inner .view-plan {
    width: 100%;
    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 {
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  background: #0065ff;
  padding: 11px 0;
  text-align: center;
  width: 134px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 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: 100%;
    margin-top: 6px;
  }
}
.hi_top-plan .top-plan-disclaimer,
.top-insurer-plan .top-plan-disclaimer {
  font-size: 11px;
  line-height: 18px;
  padding: 60px 0 0;
}
.hi_top-plan .top-plan-disclaimer i,
.top-insurer-plan .top-plan-disclaimer i {
  color: #0065ff;
  cursor: pointer;
  display: inline;
  font-style: normal;
  font-weight: 500;
}
.hi_top-plan .top-plan-disclaimer i::before,
.top-insurer-plan .top-plan-disclaimer i::before {
  content: "...";
}
.hi_top-plan .top-plan-disclaimer span.active,
.top-insurer-plan .top-plan-disclaimer span.active {
  display: inline;
}

@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: 12%;
}

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;
  }
}
.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: #fff;
    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;
}

.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;
}

.faqsWrap.sme {
  padding: 15px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .faqsWrap.sme {
    padding: 0 0 12px;
    margin: 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;
}

.home-loan-banner {
  background: #ede9ff;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-content: center;
  align-items: center;
  padding: 7px 0;
}

.home-loan-banner span img {
  width: 25px;
  vertical-align: middle;
  border-style: none;
}

.home-loan-banner span.text {
  color: #455a64;
  line-height: 16.41px;
  font-weight: 700;
  font-size: 12px;
}

.home-loan-banner 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;
}

.home-loan-banner .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.home-loan-banner .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.home-loan-banner .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.home-loan-banner .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: -3px;
  bottom: -3px;
  background-color: #fff;
  transition: 0.4s;
}

.home-loan-banner input:checked + .slider {
  background-color: rgba(41, 121, 255, 0.5019607843);
}

.home-loan-banner input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.home-loan-banner input:checked + .slider:before {
  transform: translateX(16px);
  background: #0065ff;
}

.home-loan-banner .slider.round {
  border-radius: 34px;
}

.home-loan-banner .slider.round:before {
  border-radius: 50%;
}

.topBoxpanel {
  position: relative;
}

.home-insurance-timer-strip {
  background: #ffebe6;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  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: 0;
    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;
  }
}
.videoLeftBox {
  margin: 0;
  min-height: 214px;
}
.videoLeftBox iframe {
  max-width: 409px;
  height: 214px;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .videoLeftBox {
    min-height: 210px;
    padding: 0;
  }
  .videoLeftBox iframe {
    height: 210px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 1024px) {
  article {
    background: #fff;
  }
}

section.container {
  max-width: 1170px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  section.container {
    padding: 0 16px !important;
    margin: 0 0 50px;
  }
}

.with-blue-bg {
  background: #F1F7FF;
  padding: 70px 0;
  margin: 0 0 100px;
}
.with-blue-bg .container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.with-blue-bg .container.no-flex {
  display: block;
}
@media screen and (max-width: 1024px) {
  .with-blue-bg {
    padding: 40px 16px;
    margin: 0 0 50px;
  }
  .with-blue-bg .container {
    padding: 0;
  }
}
.with-blue-bg .description {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .with-blue-bg .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.with-purple-bg {
  background: #F6F2FF;
  padding: 70px 0;
  margin: 0 0 100px;
}
.with-purple-bg .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .with-purple-bg {
    padding: 40px 16px;
    margin: 0 0 50px;
  }
  .with-purple-bg .container {
    padding: 0;
  }
}
.with-purple-bg .description {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .with-purple-bg .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.with-cyan-bg {
  background: #E8FCFF;
  padding: 70px 0;
  margin: 0 0 100px;
}
.with-cyan-bg .description {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .with-cyan-bg .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.with-cyan-bg .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .with-cyan-bg {
    padding: 40px 16px;
    margin: 0 0 50px;
  }
  .with-cyan-bg .container {
    padding: 0;
  }
}

.margin-top-100 {
  margin: 100px 0 0;
}

.main-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 9px;
}
.main-heading .green {
  color: #36B37E;
}
.main-heading .blue {
  color: #5B80B4;
}
.main-heading .cyan {
  color: #398FAF;
}
.main-heading .purple {
  color: #8777D9;
}
@media screen and (max-width: 1024px) {
  .main-heading {
    font-size: 24px;
    line-height: 34px;
  }
}
.main-heading.center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-heading.center {
    text-align: left;
  }
}

.generic-tabs {
  margin: 28px 0 0;
}
@media screen and (max-width: 1024px) {
  .generic-tabs {
    margin: 20px 0 0;
    text-align: left;
  }
}
.generic-tabs .generic-tab-nav {
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  list-style: none;
  box-shadow: 0px 2px 8px 0px #D7DFEC;
}
.generic-tabs .generic-tab-nav .generic-tab-link {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  flex-shrink: 0;
}
.generic-tabs .generic-tab-nav .generic-tab-link.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
}
.generic-tabs .generic-tab-nav .generic-tab-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .generic-tabs .generic-tab-nav {
    overflow-x: scroll;
    width: auto;
    justify-content: flex-start;
    max-width: 100%;
  }
  .generic-tabs .generic-tab-nav::-webkit-scrollbar {
    display: none;
  }
}
.generic-tabs .generic-tab-content {
  display: none;
}
.generic-tabs .generic-tab-content.active {
  display: block;
}

.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.description {
  text-align: left;
}
.description.center {
  text-align: center;
}
.description .details {
  margin: 0 0 24px;
}
.description .details:last-child {
  margin: 0;
}
.description .read-more-details {
  display: none;
}
.description .read-more-details.show {
  display: inline;
}
.description .read-more-details-button {
  font-weight: 500;
  color: #0065ff;
  cursor: pointer;
}
.description .read-more-details-button::before {
  content: "...";
  color: rgba(37, 56, 88, 0.9019607843);
}
.description .read-more-details-button.show {
  display: block;
}
.description .read-more-details-button.show::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .description {
    font-size: 14px;
    line-height: 22px;
  }
  .description.center {
    text-align: left;
  }
}

.disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px !important;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
  padding: 0;
  margin: 0;
}

.unordered-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .unordered-list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.unordered-list li {
  margin: 0 0 12px;
  position: relative;
  padding-left: 18px;
}
.unordered-list li::before {
  content: "";
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.ordered-list {
  list-style: none;
  counter-reset: section;
  margin: 32px 0;
}
.ordered-list li {
  counter-increment: section;
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
  position: relative;
}
.ordered-list li::before {
  content: "";
  border: 1px dashed #4D9AF9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
}
.ordered-list li:last-child {
  margin: 0;
}
.ordered-list li:last-child::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ordered-list li {
    margin: 0 0 18px;
  }
  .ordered-list li::before {
    left: 16px;
  }
}
.ordered-list li .number {
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 24px 0 0;
  z-index: 1;
}
.ordered-list li .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #4D9AF9;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
}
.ordered-list li .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.ordered-list li .description {
  margin: 8px 0 0;
}
.ordered-list.blue li .number {
  background: #F0F5FC;
}
.ordered-list.blue li .number::after {
  color: #6B778C;
}
.ordered-list.light-blue li::before {
  border-color: #4D9AF9;
}
.ordered-list.light-blue li .number {
  background: #F0F5FC;
}
.ordered-list.light-blue li .number::after {
  color: #4D9AF9;
}

.table {
  box-shadow: 5px 5px 30px 0px #D4DEEC;
  background: #fff;
  border-radius: 16px;
  padding: 5px;
  margin: 31px 0 0;
  position: relative;
  border: 0;
}
.table:has(.load-more-rows-wrapper) {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .table:has(.load-more-rows-wrapper) {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .table {
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.table + .description {
  margin-top: 32px;
}
.table table {
  border-collapse: collapse;
  width: 100%;
}
.table table thead {
  background: #DFE7F3;
}
.table table thead.blue {
  background: #E1ECFD;
}
.table table thead th {
  padding: 9px 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
  color: #253858;
  border-right: 0.6px dashed;
  border-color: rgba(37, 56, 88, 0.3);
}
@media screen and (max-width: 1024px) {
  .table table thead th {
    font-size: 14px;
    line-height: 21px;
  }
}
.table table thead th:last-child {
  border: 0;
}
.table table thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.table table thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
  border: 0;
}
.table table tbody tr {
  border-bottom: 0.6px dashed;
  border-color: rgba(37, 56, 88, 0.3);
}
.table table tbody tr:last-child {
  border-bottom: 0;
}
.table table tbody td {
  border-right: 0.6px dashed;
  border-color: rgba(37, 56, 88, 0.3);
  padding: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .table table tbody td {
    font-size: 14px;
    line-height: 22px;
  }
}
.table table tbody td:first-child {
  font-weight: 500;
}
.table table tbody td:last-child {
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .table table tbody td {
    font-size: 14px;
    line-height: 21px;
  }
}
.table .button-wrapper {
  text-align: center;
  margin: 23px auto 21px;
}
@media screen and (max-width: 1024px) {
  .table .button-wrapper {
    margin-bottom: 0;
  }
}
.table .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.table .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .table .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.table .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.table .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.table .load-more-rows-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .table .load-more-rows-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 24px 0 0;
  }
}
.table .load-more-rows-wrapper .load-more-rows {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .table .load-more-rows-wrapper .load-more-rows {
    font-size: 14px;
    line-height: 22px;
  }
}
.table .load-more-rows-wrapper .load-more-rows {
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.table .load-more-rows-wrapper .load-more-rows::after {
  content: "";
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
@media screen and (max-width: 1024px) {
  .table .load-more-rows-wrapper .load-more-rows {
    display: inline-block;
  }
}
.table .load-more-rows-wrapper .load-more-rows.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

.section-1.flex-row,
.section-14.flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-1.flex-row,
  .section-14.flex-row {
    flex-direction: column;
    padding-top: 24px !important;
  }
}
.section-1 .container.flex-row,
.section-14 .container.flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-1 .container.flex-row,
  .section-14 .container.flex-row {
    flex-direction: column;
    padding-top: 36px;
  }
}
.section-1 .container:has(.image.with-video) .left,
.section-14 .container:has(.image.with-video) .left {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .section-1 .container:has(.image.with-video) .left,
  .section-14 .container:has(.image.with-video) .left {
    width: 100%;
  }
}
.section-1 .left,
.section-1 .right,
.section-14 .left,
.section-14 .right {
  width: 48%;
  text-align: center;
}
.section-1 .left:has(.main-heading),
.section-1 .right:has(.main-heading),
.section-14 .left:has(.main-heading),
.section-14 .right:has(.main-heading) {
  text-align: left;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .section-1 .left:has(.main-heading),
  .section-1 .right:has(.main-heading),
  .section-14 .left:has(.main-heading),
  .section-14 .right:has(.main-heading) {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-1 .left,
  .section-1 .right,
  .section-14 .left,
  .section-14 .right {
    width: 100%;
  }
}
.section-1 .left:has(.image.with-video),
.section-1 .right:has(.image.with-video),
.section-14 .left:has(.image.with-video),
.section-14 .right:has(.image.with-video) {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .section-1 .left:has(.image.with-video),
  .section-1 .right:has(.image.with-video),
  .section-14 .left:has(.image.with-video),
  .section-14 .right:has(.image.with-video) {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-1 .right,
  .section-14 .right {
    margin: 40px 0 0;
  }
  .section-1 .right:has(.main-heading),
  .section-14 .right:has(.main-heading) {
    margin: 0;
  }
}
.section-1 .description,
.section-14 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-1 .description,
  .section-14 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-1 .description,
.section-14 .description {
  margin: 0;
}
.section-1 .image,
.section-14 .image {
  max-height: 264px;
  max-width: 498px;
  margin: 0 auto;
}
.section-1 .image.hide-desktop,
.section-14 .image.hide-desktop {
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .section-1 .image.hide-desktop,
  .section-14 .image.hide-desktop {
    display: none;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-1 .image,
  .section-14 .image {
    max-height: 265px;
  }
  .section-1 .image.hide-mobile,
  .section-14 .image.hide-mobile {
    display: none;
  }
}
.section-1 .image.with-video,
.section-14 .image.with-video {
  box-shadow: 0px 0px 10px 0px #E6E3E1;
  border-radius: 12px;
  padding: 4px;
  max-width: 409px;
  max-height: 214px;
}
@media screen and (max-width: 1024px) {
  .section-1 .image.with-video,
  .section-14 .image.with-video {
    max-height: 100%;
  }
  .section-1 .image.with-video .videoLeftBox,
  .section-14 .image.with-video .videoLeftBox {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.section-1 .image img,
.section-14 .image img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-1 .image img,
  .section-14 .image img {
    height: auto;
  }
}
.section-1 .wrapped-list,
.section-14 .wrapped-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.section-1 .wrapped-list li,
.section-14 .wrapped-list li {
  background: #F3F7FF;
  border-radius: 25px;
  margin: 0 8px 8px 0;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-1 .wrapped-list li,
  .section-14 .wrapped-list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-1 .wrapped-list li,
.section-14 .wrapped-list li {
  font-weight: 500;
  color: #0065ff;
}
.section-1 .button,
.section-14 .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-1 .button::after,
.section-14 .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-1 .button,
  .section-14 .button {
    width: 100%;
    text-align: center;
  }
}
.section-1 .button:active,
.section-14 .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-1 .button:active::after,
.section-14 .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-1 .button,
.section-14 .button {
  margin: 32px 0 0;
}

.section-2 .description {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-2 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-2 .description {
    margin: 0 0 24px;
  }
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .items {
  padding: 0;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item {
  box-shadow: 0;
  border: 1px solid #D2E4FF;
  border-radius: 12px;
  background: #fff;
  padding: 24px 20px;
  cursor: initial;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-2 .section-2-slider.sliderRoot .sliderWrapper .item {
    width: 265px;
    min-width: 265px;
    padding: 16px;
    min-height: auto;
  }
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item .description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-2 .section-2-slider.sliderRoot .sliderWrapper .item .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item .image {
  height: 60px;
  max-width: 60px;
  margin: 0 0 24px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item .image img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-2 .section-2-slider.sliderRoot .sliderWrapper .item .image img {
    height: auto;
  }
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item .content .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-2 .section-2-slider.sliderRoot .sliderWrapper .item .content .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item .content .heading {
  margin: 0 0 12px;
  padding-right: 40px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item.flexible-height .image {
  height: auto;
  margin: 0 0 16px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item.blue-bg {
  background: #F1F7FF;
  box-shadow: none;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item.center {
  text-align: center;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item.center .image {
  margin-inline: auto;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item.center .heading {
  padding: 0;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .item.center .description {
  text-align: center;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .items.col-4 .item {
  margin: 0 24px 0 0;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 96;
  left: -20px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows.right {
  left: auto;
  right: -20px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows .arrow-left,
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows .arrow-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  background: #DEEBFF;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  justify-content: center;
  align-items: center;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows .arrow-left i,
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border: solid #253858;
  padding: 4px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.section-2 .section-2-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}
.section-2 .button-wrapper {
  margin: 32px auto 0;
  text-align: center;
}
.section-2 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-2 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-2 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-2 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-2 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-2 .note {
  background: #FFF9E1;
  padding: 6px 12px;
  color: #E17B00;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
}
.section-2 .slider-table {
  border: 1px solid #D8E1E7;
  border-radius: 12px;
  margin: 0 0 16px;
  overflow-y: scroll;
  height: 200px;
}
.section-2 .slider-table table {
  border-collapse: collapse;
}
.section-2 .slider-table table thead {
  background: #E1ECFD;
}
.section-2 .slider-table table thead td {
  color: #4C70A8;
  font-weight: 500;
}
.section-2 .slider-table table tr:last-child td {
  border: 0;
}
.section-2 .slider-table table tr td {
  padding: 8px 20px;
  border-bottom: 1px solid #D8E1E7;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
}

.covered-not-covered-section .accordion-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section {
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.covered-not-covered-section .accordion-section .left,
.covered-not-covered-section .accordion-section .right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left,
  .covered-not-covered-section .accordion-section .right {
    width: 100%;
  }
}
.covered-not-covered-section .accordion-section .left .accordion,
.covered-not-covered-section .accordion-section .right .accordion {
  border: 1px solid #D2E4FF;
  background: #fff;
  border-radius: 12px;
  padding: 4px 4px 44px;
  overflow-y: scroll;
  height: 480px;
}
.covered-not-covered-section .accordion-section .left .accordion::-webkit-scrollbar,
.covered-not-covered-section .accordion-section .right .accordion::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.covered-not-covered-section .accordion-section .left .accordion::-webkit-scrollbar-track,
.covered-not-covered-section .accordion-section .right .accordion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dfe1e6;
}
.covered-not-covered-section .accordion-section .left .accordion::-webkit-scrollbar-thumb,
.covered-not-covered-section .accordion-section .right .accordion::-webkit-scrollbar-thumb {
  background: #dfe1e6;
  border-radius: 8px;
}
.covered-not-covered-section .accordion-section .left .accordion::-webkit-scrollbar-thumb:hover,
.covered-not-covered-section .accordion-section .right .accordion::-webkit-scrollbar-thumb:hover {
  background: #97a0af;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion,
  .covered-not-covered-section .accordion-section .right .accordion {
    height: auto;
    margin: 0 0 24px;
  }
  .covered-not-covered-section .accordion-section .left .accordion::-webkit-scrollbar,
  .covered-not-covered-section .accordion-section .right .accordion::-webkit-scrollbar {
    display: none;
  }
}
.covered-not-covered-section .accordion-section .left .accordion .accordion-heading,
.covered-not-covered-section .accordion-section .right .accordion .accordion-heading {
  background: #F0FFED;
  border-radius: 12px 12px 0 0;
  padding: 15px 28px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion .accordion-heading,
  .covered-not-covered-section .accordion-section .right .accordion .accordion-heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion .accordion-heading,
.covered-not-covered-section .accordion-section .right .accordion .accordion-heading {
  font-weight: 600;
  color: #00875A;
  margin: 0 0 24px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.covered-not-covered-section .accordion-section .left .accordion .accordion-heading.red,
.covered-not-covered-section .accordion-section .right .accordion .accordion-heading.red {
  background: #FFF7F7;
  color: #FF5040;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion .accordion-heading,
  .covered-not-covered-section .accordion-section .right .accordion .accordion-heading {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 20px;
    margin: 0 0 20px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion-item,
.covered-not-covered-section .accordion-section .right .accordion-item {
  margin: 0 24px 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #F4F5FA;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion-item,
  .covered-not-covered-section .accordion-section .right .accordion-item {
    margin: 0 20px 20px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion-item:last-child,
.covered-not-covered-section .accordion-section .right .accordion-item:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.covered-not-covered-section .accordion-section .left .accordion-item .accordion-header,
.covered-not-covered-section .accordion-section .right .accordion-item .accordion-header {
  display: flex;
  align-items: CENTER;
  cursor: pointer;
}
.covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .heading,
.covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .heading,
  .covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .heading,
.covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .heading {
  font-weight: 600;
  color: #253858;
  position: relative;
  width: calc(100% - 55px);
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
.covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .heading::after,
.covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .heading::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #253858;
  border-bottom: 1.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .heading,
  .covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .heading {
    width: calc(100% - 32px);
  }
}
.covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .checkmark,
.covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .checkmark {
  background: url(../../images/bu/motor/fullwidth/tick-in-circle.svg) no-repeat center/contain;
  width: 23px;
  height: 22px;
  display: inline-block;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .checkmark,
  .covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .checkmark {
    width: 20px;
    height: 20px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .cross-mark,
.covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .cross-mark {
  background: url(../../images/bu/motor/fullwidth/cross-in-circle.svg) no-repeat center/contain;
  width: 23px;
  height: 22px;
  display: inline-block;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion-item .accordion-header .cross-mark,
  .covered-not-covered-section .accordion-section .right .accordion-item .accordion-header .cross-mark {
    width: 20px;
    height: 20px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion-content,
.covered-not-covered-section .accordion-section .right .accordion-content {
  display: none;
}
.covered-not-covered-section .accordion-section .left .accordion-item.active .accordion-content,
.covered-not-covered-section .accordion-section .right .accordion-item.active .accordion-content {
  display: block;
  padding: 4px 13px 0 34px;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .accordion-section .left .accordion-item.active .accordion-content,
  .covered-not-covered-section .accordion-section .right .accordion-item.active .accordion-content {
    padding: 4px 0px 0 30px;
  }
}
.covered-not-covered-section .accordion-section .left .accordion-item.active .accordion-header .heading::after,
.covered-not-covered-section .accordion-section .right .accordion-item.active .accordion-header .heading::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.covered-not-covered-section .accordion-section .left .accordion {
  box-shadow: 0px 2px 40px 0px rgba(25, 144, 94, 0.2);
  border: 0;
}
.covered-not-covered-section .button-wrapper {
  margin: 24px auto;
  text-align: center;
}
.covered-not-covered-section .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.covered-not-covered-section .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.covered-not-covered-section .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.covered-not-covered-section .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-3 .section-3-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  counter-reset: number;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-3 .section-3-list {
    flex-direction: column;
  }
}
.section-3 .section-3-list .type {
  border: 1px solid #D2E4FF;
  border-radius: 24px;
  background: #fff;
  padding: 4px;
  counter-increment: number;
  width: 32%;
  margin-right: 40px;
}
.section-3 .section-3-list .type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-3 .section-3-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
  .section-3 .section-3-list .type:last-child {
    margin: 0;
  }
}
.section-3 .section-3-list .type .heading {
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .section-3-list .type .heading {
  letter-spacing: 0;
  color: #253858;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 22px 22px 0 0;
}
.section-3 .section-3-list .type .heading .number {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .heading .number {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-3 .section-3-list .type .heading .number::before {
  content: counter(number);
}
.section-3 .section-3-list .type .heading.yellow {
  background: #FFF9E8;
}
.section-3 .section-3-list .type .heading.yellow .number {
  color: #DEAB34;
}
.section-3 .section-3-list .type .heading.green {
  background: #E8FFF7;
}
.section-3 .section-3-list .type .heading.green .number {
  color: #3BB88C;
}
.section-3 .section-3-list .type .heading.orange {
  background: #FFF1E8;
}
.section-3 .section-3-list .type .heading.orange .number {
  color: #ED935B;
}
.section-3 .section-3-list .type .content {
  position: relative;
  padding: 32px 0;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
.section-3 .section-3-list .type .content::before {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/calendar-icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 29px;
  height: 28px;
  margin-right: 16px;
}
.section-3 .button-wrapper {
  margin: 32px auto 0;
  text-align: center;
}
.section-3 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-3 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-3 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-3 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-3 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-4 .accordion {
  margin: 32px auto 0;
  max-width: 780px;
  width: 100%;
}
.section-4 .parent-accordion-item {
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.2);
  border-radius: 16px;
  margin: 0 0 16px;
}
.section-4 .parent-accordion-item.active .parent-accordion-header {
  background: #F8F8F8;
  border-radius: 16px 16px 0 0;
}
.section-4 .parent-accordion-item.active .parent-accordion-header::after {
  background: url(../../images/bu/home-insurance/fullwidth/accordion-minus-icon.svg) no-repeat center/contain;
}
.section-4 .parent-accordion-item.active .parent-accordion-content {
  display: block;
}
.section-4 .parent-accordion-header {
  border-radius: 16px;
  background: #FFFFFF;
  border: 4px solid #fff;
  padding: 16px;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  cursor: pointer;
}
.section-4 .parent-accordion-header::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/accordion-plus-icon.svg) no-repeat center/contain;
  width: 42px;
  height: 42px;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .section-4 .parent-accordion-header {
    align-items: flex-start;
  }
  .section-4 .parent-accordion-header::after {
    width: 32px;
    height: 32px;
  }
}
.section-4 .parent-accordion-header .heading {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-4 .parent-accordion-header .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-4 .parent-accordion-header .heading {
  font-weight: 700;
  color: #253858;
}
.section-4 .parent-accordion-header .heading .insurer-image {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  width: 110px;
  height: 48px;
  background: #fff;
  text-align: center;
  margin: 0 16px 0 0;
  padding: 4px;
}
.section-4 .parent-accordion-header .heading .insurer-image img {
  max-width: 100px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-4 .parent-accordion-header .heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-4 .parent-accordion-header .heading .insurer-image {
    margin: 0 0 16px;
  }
}
.section-4 .parent-accordion-content {
  display: none;
}
.section-4 .accordion-item {
  border-bottom: 1px solid #D2E4FF;
}
.section-4 .accordion-item:last-child {
  border-bottom: 0;
}
.section-4 .accordion-item .accordion-header {
  padding: 16px 24px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-4 .accordion-item .accordion-header {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-4 .accordion-item .accordion-header {
  color: #253858;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.section-4 .accordion-item .accordion-header .type {
  background: #F6F2FF;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #8761DE;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}
.section-4 .accordion-item .accordion-header .type::before {
  content: "Type " counter(type);
}
.section-4 .accordion-item .accordion-header .heading {
  display: flex;
  align-items: center;
}
.section-4 .accordion-item .accordion-header::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #253858;
  border-bottom: 1.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-4 .accordion-item .accordion-content {
  display: none;
}
.section-4 .accordion-item.active .accordion-header {
  padding: 16px 24px 8px;
}
.section-4 .accordion-item.active .accordion-header::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-4 .accordion-item.active .accordion-content {
  display: block;
  padding: 0 24px 8px;
}
.section-4 .accordion-item.active .accordion-content .list {
  display: flex;
  flex-wrap: wrap;
}
.section-4 .accordion-item.active .accordion-content .list > div {
  border: 1px solid #D2E4FF;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 8px 8px 0;
  border-radius: 25px;
}
.section-4 .accordion-item.active .accordion-content .list > div.inclusion {
  display: flex;
  align-items: center;
}
.section-4 .accordion-item.active .accordion-content .list > div.inclusion::before {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/green-check-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px 0 0;
}
.section-4 .accordion-item.active .accordion-content .list > div.exclusion {
  display: flex;
  align-items: center;
}
.section-4 .accordion-item.active .accordion-content .list > div.exclusion::before {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/red-cross-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px 0 0;
}
.section-4 .toggle-content-wrapper {
  text-align: center;
  margin: 0 0 24px;
}
.section-4 .toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 8px 20px;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.section-4 .toggle-content-wrapper .toggle-content-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-4 .toggle-content-wrapper .toggle-content-button.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-4 .toggle-content-wrapper .toggle-content-button {
  margin: 8px 0 0;
}

.section-5 .section-5-slider.sliderRoot {
  margin: 32px 0 0;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .items {
  padding: 0;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item {
  box-shadow: none;
  border: 1px solid #D2E4FF;
  border-radius: 12px;
  background: #fff;
  padding: 24px 20px;
  cursor: initial;
  margin: 0 30px 0 0;
  min-height: 420px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-slider.sliderRoot .sliderWrapper .item {
    width: 265px;
    min-width: 265px;
    padding: 16px;
    min-height: auto;
  }
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item::after {
  content: "";
  width: calc(100% - 8px);
  height: 170px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 0;
  border-radius: 12px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item .description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-slider.sliderRoot .sliderWrapper .item .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item .image {
  height: 100px;
  max-width: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item .image img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-slider.sliderRoot .sliderWrapper .item .image img {
    height: auto;
  }
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item .content .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-slider.sliderRoot .sliderWrapper .item .content .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item .content .heading {
  margin: 0 0 12px;
  padding-right: 40px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item.flexible-height .image {
  height: auto;
  margin: 0 0 16px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item.blue-bg {
  background: #F1F7FF;
  box-shadow: none;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item.purple::after {
  background: linear-gradient(180deg, rgba(253, 247, 255, 0) 0%, #FDF7FF 100%);
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item.blue::after {
  background: linear-gradient(180deg, rgba(237, 251, 255, 0) 0%, #EDFBFF 100%);
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .item.orange::after {
  background: linear-gradient(180deg, rgba(255, 248, 241, 0) 0%, #FFF8F1 100%);
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .items.col-4 .item {
  margin: 0 24px 0 0;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .unordered-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-slider.sliderRoot .sliderWrapper .unordered-list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .unordered-list li {
  margin: 0 0 12px;
  position: relative;
  padding-left: 18px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .unordered-list li::before {
  content: "";
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 96;
  left: -20px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows.right {
  left: auto;
  right: -20px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows .arrow-left,
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows .arrow-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  background: #DEEBFF;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  align-items: center;
  justify-content: center;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows .arrow-left i,
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border: solid #253858;
  padding: 4px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.section-5 .section-5-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}
.section-5 .button-wrapper {
  margin: 32px auto 0;
  text-align: center;
}
.section-5 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-5 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-5 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-5 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-5 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-6 .accordion {
  margin: 24px auto 0;
  counter-reset: type;
  max-width: 946px;
  width: 100%;
}
.section-6 .accordion-item {
  background: #FFFFFF;
  border-radius: 12px;
  margin: 0 0 12px;
  box-shadow: 0px 0px 10px 0px #E5EDFF;
  counter-increment: type;
}
.section-6 .accordion-item .accordion-header {
  padding: 16px 24px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-6 .accordion-item .accordion-header {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .accordion-item .accordion-header {
  color: #253858;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.section-6 .accordion-item .accordion-header .type {
  background: #F6F2FF;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #8761DE;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}
.section-6 .accordion-item .accordion-header .type::before {
  content: "Type " counter(type);
}
.section-6 .accordion-item .accordion-header .heading {
  display: flex;
  align-items: center;
}
.section-6 .accordion-item .accordion-header::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #253858;
  border-bottom: 1.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-6 .accordion-item .accordion-content {
  display: none;
}
.section-6 .accordion-item.active .accordion-header {
  border-bottom: 1px solid rgba(37, 56, 88, 0.1019607843);
}
.section-6 .accordion-item.active .accordion-header::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-6 .accordion-item.active .accordion-content {
  display: block;
  padding: 20px 24px 24px;
}
.section-6 .toggle-content-wrapper {
  text-align: center;
  margin: 24px auto 0;
}
.section-6 .toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 8px 20px;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.section-6 .toggle-content-wrapper .toggle-content-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-6 .toggle-content-wrapper .toggle-content-button.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-6 .button-wrapper {
  text-align: center;
  margin: 32px 0 0;
}
.section-6 .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-6 .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-6 .button {
    width: 100%;
    text-align: center;
  }
}
.section-6 .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-6 .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-7 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-7 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-7 .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row {
    flex-direction: column;
  }
}
.section-7 .flex-row .left {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .left {
    width: 100%;
  }
}
.section-7 .flex-row .right {
  width: 33%;
}
.section-7 .flex-row .right .image {
  text-align: center;
}
.section-7 .flex-row .right .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .right {
    width: 100%;
  }
  .section-7 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
}
.section-7 .flex-row .section-7-list {
  display: flex;
  flex-wrap: wrap;
  margin: 36px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 15px 0 0;
    padding-bottom: 24px;
  }
}
.section-7 .flex-row .section-7-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  background: #fff;
  border-radius: 16px;
  width: 48%;
  margin: 0 24px 24px 0;
}
.section-7 .flex-row .section-7-list .type:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .type {
    width: 100%;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    max-width: 261px;
  }
  .section-7 .flex-row .section-7-list .type:nth-child(2n) {
    margin-right: 20px;
  }
}
.section-7 .flex-row .section-7-list .type .heading {
  border: 4px solid #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .type .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-7 .flex-row .section-7-list .type .heading img {
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .type .heading img {
    max-width: 40px;
  }
}
.section-7 .flex-row .section-7-list .type .heading.cyan {
  background: #E0FFFE;
}
.section-7 .flex-row .section-7-list .type .heading.green {
  background: #E1FFF0;
}
.section-7 .flex-row .section-7-list .type .heading.blue {
  background: #EBF7FF;
}
.section-7 .flex-row .section-7-list .type .heading.orange {
  background: #FFF7EE;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .type .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-7 .flex-row .section-7-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-7 .flex-row .section-7-list .type .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-7 .flex-row .section-7-list .button-wrapper {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .flex-row .section-7-list .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-7 .flex-row .section-7-list .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .section-7-list .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-7 .flex-row .section-7-list .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-7 .flex-row .section-7-list .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-7 .flex-row .button-wrapper {
  margin: 8px 0 0;
}
.section-7 .flex-row .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-7 .flex-row .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-7 .flex-row .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-7 .flex-row .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-7 .flex-row .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-8 .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-8 .flex-row {
    flex-direction: column;
  }
}
.section-8 .flex-row .left {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .section-8 .flex-row .left {
    width: 100%;
  }
}
.section-8 .flex-row .right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .section-8 .flex-row .right {
    width: 100%;
  }
  .section-8 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
}
.section-8 .description {
  margin: 0 0 20px;
}
.section-8 .description.bold {
  font-weight: 700;
  margin: 0 0 12px;
}
.section-8 .image-list {
  list-style: none;
}
.section-8 .image-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-8 .image-list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-8 .image-list li {
  margin: 0 0 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.section-8 .image-list li .check {
  background: url(../../images/bu/home-insurance/fullwidth/green-check-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 25px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
}
.section-8 .accordion {
  margin: 24px auto 0;
  counter-reset: type;
  max-width: 946px;
  width: 100%;
}
.section-8 .accordion-item {
  background: #FFFFFF;
  border-radius: 12px;
  margin: 0 0 12px;
  box-shadow: 0px 4px 16px 0px #D6E0EF;
  counter-increment: type;
}
.section-8 .accordion-item .accordion-header {
  padding: 14px 24px 14px 14px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-8 .accordion-item .accordion-header {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-8 .accordion-item .accordion-header {
  color: #253858;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 4px solid #fff;
  border-radius: 12px;
}
.section-8 .accordion-item .accordion-header .heading {
  display: flex;
  align-items: center;
}
.section-8 .accordion-item .accordion-header .image {
  margin: 0 20px 0 0;
  height: 48px;
  width: 48px;
}
.section-8 .accordion-item .accordion-header .type {
  background: #F3F7FF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.016em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  color: #4CA9B6;
}
.section-8 .accordion-item .accordion-header .type::before {
  content: counter(type);
}
.section-8 .accordion-item .accordion-header::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #253858;
  border-bottom: 1.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-8 .accordion-item .accordion-content {
  display: none;
}
.section-8 .accordion-item.active .accordion-header {
  border-radius: 12px 12px 0 0;
  background: #F4F5F7;
}
.section-8 .accordion-item.active .accordion-header::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-8 .accordion-item.active .accordion-header .type {
  background: #fff;
}
.section-8 .accordion-item.active .accordion-content {
  display: block;
  padding: 20px 24px 24px;
}
.section-8 .toggle-content-wrapper {
  margin: 24px 0 0;
}
.section-8 .toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 8px 20px;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.section-8 .toggle-content-wrapper .toggle-content-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-8 .toggle-content-wrapper .toggle-content-button.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-8 .toggle-content-wrapper.center {
  margin: 24px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-8 .toggle-content-wrapper {
    text-align: center;
    margin-inline: auto;
  }
}
.section-8 .button-wrapper {
  margin: 32px 0 0;
}
.section-8 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-8 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-8 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-8 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-8 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-8 .button-wrapper.center {
  margin: 32px auto 0;
  text-align: center;
}

.section-9 {
  padding: 70px 0 115px;
}
.section-9:has(.description + .description) .description {
  margin: 16px 0 32px;
}
@media screen and (max-width: 1024px) {
  .section-9 {
    padding: 32px 16px;
  }
  .section-9.container {
    padding: 32px 16px 160px !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto 40px !important;
  }
}
.section-9 .box {
  box-shadow: 0px 2px 40px 0px rgba(45, 95, 179, 0.2);
  border-radius: 24px;
  position: relative;
  background: #fff;
  padding: 40px 32px 60px;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-9 .box {
    text-align: center;
    padding: 32px 16px;
  }
  .section-9 .box .main-heading {
    text-align: left;
  }
}
.section-9 .box::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/what-home-loan-calculator-image.svg) no-repeat center/contain;
  width: 224px;
  height: 184px;
  position: absolute;
  bottom: -70px;
  right: 32px;
}
@media screen and (max-width: 1024px) {
  .section-9 .box::after {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    margin: 24px 0 0;
  }
}
.section-9 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-9 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-9 .button-wrapper {
  margin: 32px 0 0;
}
.section-9 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-9 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-9 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-9 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-9 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-10 .description {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-10 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-10 .description {
    margin: 0 0 24px;
  }
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .items {
  padding: 0;
  counter-reset: unset;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .item {
  box-shadow: 0;
  border: 1px solid #D2E4FF;
  border-radius: 12px;
  background: #fff;
  padding: 24px 20px;
  cursor: initial;
  margin: 0 30px 0 0;
  counter-increment: number;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-slider.sliderRoot .sliderWrapper .item {
    width: 265px;
    min-width: 265px;
    padding: 16px;
    min-height: auto;
  }
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .item .number {
  background: #F3F7FF;
  border-radius: 100px;
  padding: 8px 16px;
  margin: 0 0 20px;
  color: #4D9AF9;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  display: inline-block;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .item .description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-slider.sliderRoot .sliderWrapper .item .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .item.flexible-height .image {
  height: auto;
  margin: 0 0 16px;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .item.blue-bg {
  background: #F1F7FF;
  box-shadow: none;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .items.col-4 .item {
  margin: 0 24px 0 0;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 96;
  left: -20px;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows.right {
  left: auto;
  right: -20px;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows .arrow-left,
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows .arrow-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  background: #DEEBFF;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  justify-content: center;
  align-items: center;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows .arrow-left i,
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border: solid #253858;
  padding: 4px;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.section-10 .section-10-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}
.section-10 .button-wrapper {
  margin: 32px auto 0;
  text-align: center;
}
.section-10 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-10 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-10 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-10 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-10 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-10 .note {
  background: #FFF9E1;
  padding: 6px 12px;
  color: #E17B00;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
}
.section-10 .slider-table {
  border: 1px solid #D8E1E7;
  border-radius: 12px;
  margin: 0 0 16px;
  overflow-y: scroll;
  height: 200px;
}
.section-10 .slider-table table {
  border-collapse: collapse;
}
.section-10 .slider-table table thead {
  background: #E1ECFD;
}
.section-10 .slider-table table thead td {
  color: #4C70A8;
  font-weight: 500;
}
.section-10 .slider-table table tr:last-child td {
  border: 0;
}
.section-10 .slider-table table tr td {
  padding: 8px 20px;
  border-bottom: 1px solid #D8E1E7;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
}

.section-11 .section-11-slider.sliderRoot {
  margin: 32px 0 0;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .items {
  padding: 0;
  counter-reset: unset;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item {
  box-shadow: none;
  border: 1px solid #D2E4FF;
  border-radius: 12px;
  background: #fff;
  padding: 24px 20px;
  cursor: initial;
  margin: 0 30px 0 0;
  min-height: 420px;
  position: relative;
  counter-increment: number;
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-slider.sliderRoot .sliderWrapper .item {
    width: 265px;
    min-width: 265px;
    padding: 16px 16px 80px;
    min-height: auto;
  }
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item::after {
  content: "";
  width: calc(100% - 8px);
  height: 170px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 0;
  border-radius: 12px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .content {
  position: relative;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .content::before {
  content: "";
  background: linear-gradient(90deg, #E2D6FF 0%, rgba(226, 214, 255, 0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 0;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-slider.sliderRoot .sliderWrapper .item .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .number {
  background: #F6F2FF;
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #8761DE;
  margin: 0 0 20px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .image {
  height: 120px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-slider.sliderRoot .sliderWrapper .item .image {
    height: 87px;
  }
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .content .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-slider.sliderRoot .sliderWrapper .item .content .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item .content .heading {
  margin: 0 0 12px;
  padding-right: 40px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item.flexible-height .image {
  height: auto;
  margin: 0 0 16px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item.blue-bg {
  background: #F1F7FF;
  box-shadow: none;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item.purple::after {
  background: linear-gradient(180deg, rgba(253, 247, 255, 0) 0%, #FDF7FF 100%);
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item.blue::after {
  background: linear-gradient(180deg, rgba(237, 251, 255, 0) 0%, #EDFBFF 100%);
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .item.orange::after {
  background: linear-gradient(180deg, rgba(255, 248, 241, 0) 0%, #FFF8F1 100%);
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .items.col-4 .item {
  margin: 0 24px 0 0;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .unordered-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-slider.sliderRoot .sliderWrapper .unordered-list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .unordered-list li {
  margin: 0 0 12px;
  position: relative;
  padding-left: 18px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .unordered-list li::before {
  content: "";
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 96;
  left: -20px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows.right {
  left: auto;
  right: -20px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows .arrow-left,
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows .arrow-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  background: #DEEBFF;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  align-items: center;
  justify-content: center;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows .arrow-left i,
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border: solid #253858;
  padding: 4px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.section-11 .section-11-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}
.section-11 .button-wrapper {
  margin: 32px auto 0;
  text-align: center;
}
.section-11 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-11 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-11 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-11 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-11 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-12 .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-12 .flex-row {
    flex-direction: column;
  }
}
.section-12 .left {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .section-12 .left {
    width: 100%;
  }
}
.section-12 .right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .section-12 .right {
    width: 100%;
  }
}
.section-12 .image {
  text-align: center;
}
.section-12:has(.description + .description) .description {
  margin: 0 0 24px;
}
.section-12:has(.description + .description) .description:last-child {
  margin: 0;
}
.section-12 .detailed-image-list .detailed-image {
  display: flex;
  align-items: flex-start;
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .section-12 .detailed-image-list .detailed-image {
    flex-direction: column;
  }
}
.section-12 .detailed-image-list .detailed-image:last-child {
  margin: 0;
}
.section-12 .detailed-image-list .detailed-image .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-12 .detailed-image-list .detailed-image .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-12 .detailed-image-list .detailed-image .heading {
  margin: 0 0 12px;
}
.section-12 .detailed-image-list .detailed-image .image {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-12 .detailed-image-list .detailed-image .image {
    margin: 0 0 12px;
  }
}
.section-12 .documents-list {
  margin: 32px 0 24px;
}
.section-12 .documents-list .document {
  border: 1px solid #D2E4FF;
  border-radius: 16px;
  padding: 24px 16px;
  background: #fff;
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-12 .documents-list .document {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-12 .documents-list .document {
  font-weight: 500;
  color: #253858;
  display: flex;
  align-items: center;
}
.section-12 .documents-list .document .tick {
  background: #E3FCEF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: relative;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.section-12 .documents-list .document .tick::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  border-bottom: 3px solid #009866;
  border-right: 3px solid #009866;
  margin-top: 0;
}
.section-12 .disclaimer {
  margin: 0;
}
.section-12 .button-wrapper {
  margin: 32px 0 0;
  text-align: center;
}
.section-12 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-12 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-12 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-12 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-12 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-13 .section-13-slider.sliderRoot {
  margin: 32px 0 0;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper {
  counter-reset: unset;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .items {
  padding: 0;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item {
  box-shadow: none;
  border: 1px solid #D2E4FF;
  border-radius: 12px;
  background: #fff;
  padding: 24px 20px;
  cursor: initial;
  margin: 0 30px 0 0;
  min-height: 420px;
  position: relative;
  counter-increment: number;
}
@media screen and (max-width: 1024px) {
  .section-13 .section-13-slider.sliderRoot .sliderWrapper .item {
    width: 265px;
    min-width: 265px;
    padding: 16px;
    min-height: auto;
  }
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item::after {
  content: "";
  width: calc(100% - 8px);
  height: 170px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 0;
  border-radius: 12px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item .description {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-13 .section-13-slider.sliderRoot .sliderWrapper .item .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item .number {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #81B3FF;
  margin: 0 0 24px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item .content .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-13 .section-13-slider.sliderRoot .sliderWrapper .item .content .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item .content .heading {
  margin: 0 0 12px;
  padding-right: 40px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item.flexible-height .image {
  height: auto;
  margin: 0 0 16px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .item.blue-bg {
  background: #F1F7FF;
  box-shadow: none;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .items.col-4 .item {
  margin: 0 24px 0 0;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .unordered-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-13 .section-13-slider.sliderRoot .sliderWrapper .unordered-list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .unordered-list li {
  margin: 0 0 12px;
  position: relative;
  padding-left: 18px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .unordered-list li::before {
  content: "";
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 96;
  left: -20px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows.right {
  left: auto;
  right: -20px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows .arrow-left,
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows .arrow-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  background: #DEEBFF;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  align-items: center;
  justify-content: center;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows .arrow-left i,
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border: solid #253858;
  padding: 4px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.section-13 .section-13-slider.sliderRoot .sliderWrapper .arrows .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}
.section-13 .button-wrapper {
  margin: 32px auto 0;
  text-align: center;
}
.section-13 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-13 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-13 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-13 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-13 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-15 .main-heading {
  margin: 24px 0 0;
  display: inline-block;
  position: relative;
}
.section-15 .main-heading::after {
  content: "";
  background: #81B3FF;
  width: 108px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 767px) {
  .section-15 .main-heading {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
.section-15 .box {
  border: 1px solid #D2E4FF;
  border-radius: 16px;
  position: relative;
  text-align: center;
}
.section-15 .section-15-list {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 40px 0;
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list {
    padding-inline: 16px;
  }
}
.section-15 .section-15-list .type {
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.2);
  background: #fff;
  border-radius: 16px;
  width: 23%;
  margin: 0 24px 58px 0;
  padding: 0 16px 24px;
  cursor: pointer;
}
.section-15 .section-15-list .type:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list .type {
    width: 47%;
    margin: 0 16px 58px 0;
  }
  .section-15 .section-15-list .type:nth-child(2n) {
    margin-right: 0;
  }
}
.section-15 .section-15-list .type .image {
  width: 60px;
  height: 60px;
  margin: -30px 0 16px;
}
.section-15 .section-15-list .type .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-15 .section-15-list .type .content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-15 .section-15-list .type .content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-15 .section-15-list .type .content a {
  text-align: left;
  font-weight: 500;
  color: #253858;
}
.section-15 .section-15-list .type .content .arrow {
  background: url(../../images/bu/home-insurance/fullwidth/right-arrow.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list .type .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-15 .section-15-list .type .content .arrow {
    margin: 8px 0 0;
  }
}
.section-15 .toggle-content-wrapper {
  text-align: center;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.section-15 .toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 8px 20px;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.section-15 .toggle-content-wrapper .toggle-content-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-15 .toggle-content-wrapper .toggle-content-button.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}

@media screen and (max-width: 1024px) {
  .reels-web-stories-section {
    padding: 40px 0 40px 16px;
  }
}
.reels-web-stories-section .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .reels-web-stories-section .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.reels-web-stories-section .reels-web-stories-list {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .reels-web-stories-section .reels-web-stories-list {
    padding: 24px 0 0;
    overflow-x: scroll;
    width: 100%;
  }
  .reels-web-stories-section .reels-web-stories-list::-webkit-scrollbar {
    display: none;
  }
}
.reels-web-stories-section .reels-web-stories-list .item {
  border: 1px solid #F4EBFF;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
  height: 422px;
  margin: 0;
  width: 23%;
  margin: 0 24px 0 0;
}
.reels-web-stories-section .reels-web-stories-list .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .reels-web-stories-section .reels-web-stories-list .item {
    width: 250px;
    min-width: 250px;
    padding: 8px;
  }
}
.reels-web-stories-section .reels-web-stories-list .item iframe {
  display: block;
  margin: 0;
  max-width: 100%;
  border-radius: 12px;
  height: 100%;
}

.home-insurer-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-insurer-section .insurance-companies-box.container {
    padding: 0 !important;
  }
}
.home-insurer-section .health-insurance-companies-box .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 24px;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list {
  display: flex;
  flex-wrap: wrap;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
  border: 1px solid #DEE3F0;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  width: 22%;
  margin: 0 33px 33px 0;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    width: 47%;
    margin: 0px 16px 16px 0;
  }
  .home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(4n) {
    margin-right: 16px;
  }
  .home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(2n) {
    margin-right: 0;
  }
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image img {
  max-width: 135px;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name {
  text-align: center;
  padding: 12px 39px;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name {
    padding: 12px 0;
  }
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .more-content {
  display: none;
}
.home-insurer-section .health-insurance-companies-box .health-insurance-companies-list .more-content.show {
  display: flex;
  flex-wrap: wrap;
}
.home-insurer-section .health-insurers-view-more {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 3px 10px 0px #E2EDFF;
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .home-insurer-section .health-insurers-view-more {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-insurer-section .health-insurers-view-more {
  color: #0065ff;
  cursor: pointer;
}
.home-insurer-section .health-insurers-view-more::after {
  content: "";
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
.home-insurer-section .health-insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}
@media screen and (max-width: 1024px) {
  .home-insurer-section .health-insurers-view-more {
    width: 205px;
  }
}

.insurance-companies-box {
  position: relative;
}
.insurance-companies-box .insurance-companies-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.insurance-companies-box .insurance-companies-list .insurance-company {
  padding: 12px;
  width: 18%;
  margin: 0 24px 24px 0;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 6px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
}
.insurance-companies-box .insurance-companies-list .insurance-company:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .insurance-companies-box .insurance-companies-list .insurance-company {
    margin: 0 16px 16px 0;
  }
  .insurance-companies-box .insurance-companies-list .insurance-company:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .insurance-companies-box .insurance-companies-list .insurance-company {
    width: 48%;
    margin: 0 12px 12px 0;
  }
  .insurance-companies-box .insurance-companies-list .insurance-company:nth-child(5n) {
    margin-right: 12px;
  }
  .insurance-companies-box .insurance-companies-list .insurance-company:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .insurance-companies-box .insurance-companies-list .insurance-company {
    width: 47%;
  }
}
.insurance-companies-box .insurance-companies-list .insurance-company .image {
  width: 80px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.insurance-companies-box .insurance-companies-list .insurance-company .image img {
  max-width: 100%;
  height: auto;
}
.insurance-companies-box .insurance-companies-list .insurance-company .name .noLinktext {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #0065FF;
  text-align: center;
  display: block;
}
.insurance-companies-box .insurers-view-more-wrapper {
  text-align: center;
  margin: 0px 0 24px;
}
@media screen and (max-width: 767px) {
  .insurance-companies-box .insurers-view-more-wrapper {
    margin: 24px 0;
  }
}
.insurance-companies-box .insurers-view-more-wrapper .insurers-view-more {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 8px 20px;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.insurance-companies-box .insurers-view-more-wrapper .insurers-view-more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.insurance-companies-box .insurers-view-more-wrapper .insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.insurance-companies-box .disclaimerFor_insurer {
  background-color: transparent;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
}

.faq-section {
  box-shadow: 14px 24px 72px 0px rgba(151, 189, 255, 0.2);
  border: 1px solid #DFE1E6;
  border-radius: 16px;
  padding: 40px 80px;
}
@media screen and (max-width: 1024px) {
  .faq-section.container {
    border: 0;
    box-shadow: none;
  }
}
.faq-section #faqsWrapper h2 {
  margin-block: 0;
}
.faq-section #faqsWrapper .faq_tabs_inner {
  margin: 32px 0 0;
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  list-style: none;
  box-shadow: 0px 2px 8px 0px #D7DFEC;
  width: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .faq_tabs_inner {
    width: 100%;
    justify-content: flex-start;
  }
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
  font-weight: 500;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active::after {
  display: none;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq:hover::after {
  display: none;
}
.faq-section #faqsWrapper .data-lisitng > li {
  font-size: 16px;
  margin: 0 0 32px 0;
  background: transparent;
  border-radius: 0;
  padding: 0 0 32px;
  border-bottom: 1px solid #D9DBE9;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}
.faq-section #faqsWrapper .data-lisitng > li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li {
    margin: 0 0 24px;
    padding: 0 0 24px;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span {
    padding: 0 20px 0 8px;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span::after {
  background: url(../../images/bu/motor/tw/fullwidth/plus-icon.svg) no-repeat center/contain;
  border: 0;
  border-width: 0;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  margin-left: 0;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span::after {
    right: 0;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up] {
  background: transparent;
  border-bottom: 0;
  padding-bottom: 13px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up]::after {
  background: url(../../images/bu/motor/tw/fullwidth/minus-icon.svg) no-repeat center/contain;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up]::after {
    right: 0;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 + div {
  margin-bottom: 0;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 24px;
  font-weight: 400;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 + div {
    padding: 0 20px 0 8px;
  }
}

#faqsWrapper {
  position: relative;
}
#faqsWrapper .data-lisitng,
#faqsWrapper .data_ul {
  margin-top: 32px;
  margin-bottom: 20px;
  list-style: none;
}
#faqsWrapper .data-lisitng li,
#faqsWrapper .data_ul li {
  border-bottom: 0 solid #e7e7e7;
  font-size: 16px;
  margin: 0 0 5px 0;
  background: #f1f3f5;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  color: #253858;
  position: relative;
  list-style: none;
}
#faqsWrapper .data-lisitng li:before,
#faqsWrapper .data_ul li:before {
  display: none;
}
#faqsWrapper .data-lisitng li .h2,
#faqsWrapper .data-lisitng li .h3,
#faqsWrapper .data-lisitng li .h4,
#faqsWrapper .data-lisitng li h2,
#faqsWrapper .data-lisitng li h3,
#faqsWrapper .data-lisitng li h4 {
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin: 10px 0 0;
  font-size: 16px;
}
#faqsWrapper .data_ul li .h2,
#faqsWrapper .data_ul li .h3,
#faqsWrapper .data_ul li .h4,
#faqsWrapper .data_ul li h2,
#faqsWrapper .data_ul li h3,
#faqsWrapper .data_ul li h4 {
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin: 10px 0 0;
  font-size: 16px;
}
#faqsWrapper .data-lisitng li .h2 a,
#faqsWrapper .data-lisitng li .h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li .h3 a,
#faqsWrapper .data-lisitng li .h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li .h4 a,
#faqsWrapper .data-lisitng li .h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li h2 a,
#faqsWrapper .data-lisitng li h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li h3 a,
#faqsWrapper .data-lisitng li h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li h4 a,
#faqsWrapper .data-lisitng li h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li .h2 a,
#faqsWrapper .data_ul li .h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li .h3 a,
#faqsWrapper .data_ul li .h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li .h4 a,
#faqsWrapper .data_ul li .h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li h2 a,
#faqsWrapper .data_ul li h2 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li h3 a,
#faqsWrapper .data_ul li h3 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data_ul li h4 a,
#faqsWrapper .data_ul li h4 span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px transparent;
  border-left: solid 0.8px transparent;
  border-right: solid 0.8px transparent;
}
#faqsWrapper .data-lisitng li .h2 a:hover,
#faqsWrapper .data-lisitng li .h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h3 a:hover,
#faqsWrapper .data-lisitng li .h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h4 a:hover,
#faqsWrapper .data-lisitng li .h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h2 a:hover,
#faqsWrapper .data-lisitng li h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h3 a:hover,
#faqsWrapper .data-lisitng li h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h4 a:hover,
#faqsWrapper .data-lisitng li h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h2 a:hover,
#faqsWrapper .data_ul li .h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h3 a:hover,
#faqsWrapper .data_ul li .h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h4 a:hover,
#faqsWrapper .data_ul li .h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h2 a:hover,
#faqsWrapper .data_ul li h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h3 a:hover,
#faqsWrapper .data_ul li h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h4 a:hover,
#faqsWrapper .data_ul li h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h2 a:after,
#faqsWrapper .data-lisitng li .h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li .h3 a:after,
#faqsWrapper .data-lisitng li .h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li .h4 a:after,
#faqsWrapper .data-lisitng li .h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li h2 a:after,
#faqsWrapper .data-lisitng li h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li h3 a:after,
#faqsWrapper .data-lisitng li h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li h4 a:after,
#faqsWrapper .data-lisitng li h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li .h2 a:after,
#faqsWrapper .data_ul li .h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li .h3 a:after,
#faqsWrapper .data_ul li .h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li .h4 a:after,
#faqsWrapper .data_ul li .h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li h2 a:after,
#faqsWrapper .data_ul li h2 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li h3 a:after,
#faqsWrapper .data_ul li h3 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data_ul li h4 a:after,
#faqsWrapper .data_ul li h4 span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#faqsWrapper .data-lisitng li .h2 a[flag=up],
#faqsWrapper .data-lisitng li .h2 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);
}
#faqsWrapper .data-lisitng li .h3 a[flag=up],
#faqsWrapper .data-lisitng li .h3 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);
}
#faqsWrapper .data-lisitng li .h4 a[flag=up],
#faqsWrapper .data-lisitng 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);
}
#faqsWrapper .data-lisitng li h2 a[flag=up],
#faqsWrapper .data-lisitng li h2 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);
}
#faqsWrapper .data-lisitng li h3 a[flag=up],
#faqsWrapper .data-lisitng li h3 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);
}
#faqsWrapper .data-lisitng li h4 a[flag=up],
#faqsWrapper .data-lisitng 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);
}
#faqsWrapper .data_ul li .h2 a[flag=up],
#faqsWrapper .data_ul li .h2 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);
}
#faqsWrapper .data_ul li .h3 a[flag=up],
#faqsWrapper .data_ul li .h3 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);
}
#faqsWrapper .data_ul li .h4 a[flag=up],
#faqsWrapper .data_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);
}
#faqsWrapper .data_ul li h2 a[flag=up],
#faqsWrapper .data_ul li h2 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);
}
#faqsWrapper .data_ul li h3 a[flag=up],
#faqsWrapper .data_ul li h3 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);
}
#faqsWrapper .data_ul li h4 a[flag=up],
#faqsWrapper .data_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);
}
#faqsWrapper .data-lisitng li .h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li .h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li .h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li .h2 a[flag=up]:after,
#faqsWrapper .data_ul li .h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li .h3 a[flag=up]:after,
#faqsWrapper .data_ul li .h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li .h4 a[flag=up]:after,
#faqsWrapper .data_ul li .h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li h2 a[flag=up]:after,
#faqsWrapper .data_ul li h2 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li h3 a[flag=up]:after,
#faqsWrapper .data_ul li h3 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data_ul li h4 a[flag=up]:after,
#faqsWrapper .data_ul li h4 span[flag=up]:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]) {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]):focus, #faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 + div,
#faqsWrapper .data-lisitng li .h3 + div,
#faqsWrapper .data-lisitng li .h4 + div,
#faqsWrapper .data-lisitng li h2 + div,
#faqsWrapper .data-lisitng li h3 + div,
#faqsWrapper .data-lisitng 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);
}
#faqsWrapper .data_ul li .h2 + div,
#faqsWrapper .data_ul li .h3 + div,
#faqsWrapper .data_ul li .h4 + div,
#faqsWrapper .data_ul li h2 + div,
#faqsWrapper .data_ul li h3 + div,
#faqsWrapper .data_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);
}
#faqsWrapper .data-lisitng li .h2 + div p,
#faqsWrapper .data-lisitng li .h3 + div p,
#faqsWrapper .data-lisitng li .h4 + div p,
#faqsWrapper .data-lisitng li h2 + div p,
#faqsWrapper .data-lisitng li h3 + div p,
#faqsWrapper .data-lisitng li h4 + div p {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}
#faqsWrapper .data_ul li .h2 + div p,
#faqsWrapper .data_ul li .h3 + div p,
#faqsWrapper .data_ul li .h4 + div p,
#faqsWrapper .data_ul li h2 + div p,
#faqsWrapper .data_ul li h3 + div p,
#faqsWrapper .data_ul li h4 + div p {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}
#faqsWrapper .faq_tabs_inner {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#faqsWrapper .faq_tabs_inner .tabs_faq {
  color: #7a869a;
  font-size: 16px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0;
}
#faqsWrapper .faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}
#faqsWrapper .faq_tabs_inner .tabs_faq.active {
  color: #253858;
  font-weight: 600;
  position: relative;
}
#faqsWrapper .faq_tabs_inner .tabs_faq.active:after {
  border: 2px solid #253858;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#faqsWrapper.faq-inp ul li .h2 + div,
#faqsWrapper.faq-inp ul li .h3 + div,
#faqsWrapper.faq-inp ul li .h4 + div,
#faqsWrapper.faq-inp ul li h2 + div,
#faqsWrapper.faq-inp ul li h3 + div,
#faqsWrapper.faq-inp ul li h4 + div {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#faqsWrapper.faq-inp ul li .h2:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li .h3:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li .h4:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li h2:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li h3:has(.minusPos) + div,
#faqsWrapper.faq-inp ul li h4:has(.minusPos) + div {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}

.stickFooter_info.homeinsurance_state .close-st-footer.strip_close {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .hi-mobile-sticky-footer {
    display: none;
  }
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide {
  background: #B0FEEB;
  padding: 6px 0;
  color: #008599;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .slide-up {
  animation: slideUp ease forwards 1.2s;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .slide-up sup {
  font-size: 9px;
  line-height: 9px;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide span {
  font-weight: 700;
  padding: 0 4px;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon {
  width: 18px;
  height: 18px;
  margin: 0 4px;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-1 {
  background: url(../../images/bu/home-insurance/hi-bank-approved-icon.svg) no-repeat center/contain;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-2 {
  background: url(../../images/bu/home-insurance/hi-free-addon-icon.svg) no-repeat center/contain;
}
.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-3 {
  background: url(../../images/bu/home-insurance/hi-discounted-plans-icon.svg) no-repeat center/contain;
}
.hi-mobile-sticky-footer .mobile-sticky-button-wrapper {
  height: 50px;
}
.hi-mobile-sticky-footer .mobile-sticky-button-wrapper .mobile-sticky-button {
  background: #0065FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  padding: 16px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  left: 0;
  max-width: 100%;
  letter-spacing: 0.014em;
  text-align: center;
}
.hi-mobile-sticky-footer .slide-out {
  animation: slideOut 0.5s forwards;
}

@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;
}

.top-plans-section {
  position: relative;
  background: #E8FCFF;
  padding: 70px 0;
  margin: 0 0 70px;
}
.top-plans-section::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/top-plans-bottom-vector.png) no-repeat center/cover;
  width: 100%;
  height: 103px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top-plans-section {
    padding: 32px 0 57px;
    margin: 0 0 32px;
  }
}
.top-plans-section .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 40px;
}
.top-plans-section .insurer-toggle {
  width: fit-content;
  margin: 24px auto 24px;
  display: flex;
  align-items: center;
  background: #D3F1F5;
  border-radius: 50px;
  padding: 6px 16px;
  color: #505F79;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-plans-section .insurer-toggle {
    margin: 22px auto;
    color: #505F79;
  }
}
.top-plans-section .insurer-toggle .label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}
.top-plans-section .options {
  display: flex;
  gap: 25px;
}
.top-plans-section .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;
}
.top-plans-section .option input {
  display: none;
}
.top-plans-section .radio {
  width: 18px;
  height: 18px;
  border: 2px solid #5E6C84;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.top-plans-section .option input:checked + .radio {
  border-color: #0065ff;
  background: #0065ff;
}
.top-plans-section .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%);
}
.top-plans-section .option input:checked ~ span,
.top-plans-section .option input:checked ~ label {
  color: #253858;
}

.home-insurance-reviews-new-layout.with-beige-bg {
  background: #fff;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1024px) {
  .home-insurance-reviews-new-layout.with-beige-bg {
    padding: 24px 0;
  }
  .home-insurance-reviews-new-layout.with-beige-bg #reviewslide {
    background: transparent !important;
  }
}

.home-insurance-articles-new-layout {
  background: #F1F7FF;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .home-insurance-articles-new-layout {
    padding: 40px 0 0px 16px;
  }
}
.home-insurance-articles-new-layout .product-article-wrapper {
  padding: 0;
}
.home-insurance-articles-new-layout .product-article-wrapper.section-grid {
  background: transparent;
}
.home-insurance-articles-new-layout .product-article-wrapper .ribbon {
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 28px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .home-insurance-articles-new-layout .product-article-wrapper .ribbon {
    font-size: 24px;
    line-height: 36px;
  }
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab {
  margin: 0 0 32px;
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  list-style: none;
  box-shadow: 0px 2px 8px 0px #D7DFEC;
  width: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
  .home-insurance-articles-new-layout .product-article-wrapper .acc-tab {
    width: auto;
  }
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  flex-shrink: 0;
  margin-right: 12px;
  transition: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item:last-child {
  margin-right: 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
  font-weight: 500;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active::after {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item:hover::after {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard {
  box-shadow: 0px 0px 10px 0px rgba(229, 237, 255, 0.6);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #DEE6F5;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .related-img {
  border-radius: 12px;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper {
  padding: 12px 0px 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data {
  font-size: 12px;
  line-height: 15px;
  top: auto;
  left: auto;
  color: #8A8A8A;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data::before {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore {
  font-weight: 500;
}
.home-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore .arrow {
  display: none;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left,
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 40px;
  height: 40px;
  border: 0;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i,
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border: solid #fff;
  padding: 5px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left {
  left: -20px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  right: -1135px;
}
.home-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}

.home-insurance-premium-calculator-section {
  background: linear-gradient(126.75deg, #E0F4FF 38.48%, #D9E3FF 100%);
  border-radius: 24px;
  padding: 32px 40px;
  position: relative;
}
.home-insurance-premium-calculator-section::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/home-insurance-premium-calculator-image.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 389px;
  height: 421px;
}
@media screen and (max-width: 1024px) {
  .home-insurance-premium-calculator-section.container {
    padding: 44px 16px 32px !important;
    background: linear-gradient(126.75deg, #E0F4FF 38.48%, #D9E3FF 100%);
    border-radius: 0;
  }
  .home-insurance-premium-calculator-section.container::after {
    background: url(../../images/bu/home-insurance/fullwidth/home-insurance-premium-calculator-image-mobile.png) no-repeat center/contain;
    width: 150px;
    height: 170px;
    top: -20px;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget {
  max-width: 640px;
  width: 100%;
}
.home-insurance-premium-calculator-section .HiCalcWidget .title_text {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .home-insurance-premium-calculator-section .HiCalcWidget .title_text {
    font-size: 24px;
    line-height: 36px;
    width: 220px;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper {
  display: block;
  box-shadow: 0px 2px 16px 0px rgba(38, 38, 38, 0.1215686275);
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper {
    padding: 24px 16px;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .homeInsuranceStep1 {
  margin: 0;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .homeInsuranceStep1 .mainContent {
  align-items: flex-start;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .fieldheading {
  color: #253858;
  margin: 0;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .fieldheading {
    font-size: 16px;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .calculate, .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .loading {
  margin: 6px 0 0;
  width: 100%;
  font-weight: 500;
  padding: 13px;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .calculate:after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .loader_loading, .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .loader_loading:after {
  width: 19px;
  height: 19px;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper .construction-cost-button {
  width: 100%;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #253858;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .result-premium {
  background: #e3fcef;
  border-radius: 8px;
  margin: 22px 0 12px;
  padding: 18px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .result-premium {
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .result-premium .per-month {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .result-premium .per-month::before {
  content: "";
  background: url(../../images/bu/home-insurance/home-insurance-rs-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .result-premium .per-month {
    margin: 0 0 16px;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .result-premium .per-year {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #253858;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .disclaimer {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  line-height: 16px !important;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7215686275);
}
@media screen and (max-width: 767px) {
  .home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .disclaimer {
    text-align: center;
  }
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .resultbox.mb {
  flex-direction: row-reverse;
  margin: 0;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .resultbox.mb .calButton.invert {
  position: relative;
  font-weight: 500;
  display: flex;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .resultbox.mb .calButton.invert::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .resultbox.mb .recalculate {
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.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;
}
.home-insurance-premium-calculator-section .HiCalcWidget .calculator_wrapper.resultBox .result .resultbox.mb .calButton {
  padding: 14px;
}

.section-16 .container {
  display: block;
  position: relative;
}
.section-16 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-16 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-16 .section-16-list {
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list {
    margin: 16px 0 0;
  }
}
.section-16 .section-16-list .type {
  background: white;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  margin: 0 32px 32px 0;
  width: 48%;
}
.section-16 .section-16-list .type:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
}
.section-16 .section-16-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-16 .section-16-list .type .heading {
  margin: 8px 0 9px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type .heading {
    max-width: 225px;
  }
}
.section-16 .section-16-list .type .heading .tick {
  background: #E6EAFF;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  position: relative;
  margin-right: 16px;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  flex-shrink: 0;
}
.section-16 .section-16-list .type .heading .tick::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  border-bottom: 3px solid #6671A8;
  border-right: 3px solid #6671A8;
  margin-top: 0;
}
.section-16 .section-16-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-16 .section-16-list .type .description {
  max-width: 100%;
}
.section-16 .button-wrapper {
  text-align: center;
  margin: 16px auto 0;
  z-index: 1;
  position: relative;
}
.section-16 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-16 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-16 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-16 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-16 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .section-16 .button-wrapper {
    margin: 96px auto 0;
  }
}
.section-16 .load-more-addons-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -98px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .section-16 .load-more-addons-wrapper {
    bottom: 80px;
    width: 109%;
  }
  .section-16 .load-more-addons-wrapper::before {
    content: "";
    width: 100%;
    background-color: #d9e8ff;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
.section-16 .load-more-addons-wrapper .load-more-addons {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-16 .load-more-addons-wrapper .load-more-addons {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-16 .load-more-addons-wrapper .load-more-addons {
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.section-16 .load-more-addons-wrapper .load-more-addons::after {
  content: "";
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
@media screen and (max-width: 1024px) {
  .section-16 .load-more-addons-wrapper .load-more-addons {
    width: 50%;
    margin: 0px auto;
  }
}
.section-16 .load-more-addons-wrapper .load-more-addons.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

.section-17 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-17 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-17 .section-17-list {
  list-style: none;
  counter-reset: section;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.section-17 .section-17-list li {
  counter-increment: section;
  display: flex;
  align-items: flex-start;
  margin: 0 81px 24px 0;
  position: relative;
  width: 46%;
  border-bottom: 1px dashed rgba(37, 56, 88, 0.5019607843);
  padding: 0 0 16px;
}
.section-17 .section-17-list li:nth-child(2n) {
  margin-right: 0;
}
.section-17 .section-17-list li:nth-last-of-type(2), .section-17 .section-17-list li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-17 .section-17-list li {
    width: 100%;
    margin-right: 0;
    border: 0;
    margin: 0;
  }
  .section-17 .section-17-list li::before {
    content: "";
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 16px;
  }
  .section-17 .section-17-list li:last-child::before {
    display: none;
  }
}
.section-17 .section-17-list li .number {
  background: #F1F7FF;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 24px 0 0;
  z-index: 1;
}
.section-17 .section-17-list li .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #6B778C;
}
@media screen and (max-width: 1024px) {
  .section-17 .section-17-list li .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
}
.section-17 .section-17-list li .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-17 .section-17-list li .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-17 .section-17-list li .description {
  margin: 8px 0 0;
  color: #505F79;
}
.section-17 .button-wrapper {
  text-align: center;
}
.section-17 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-17 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-17 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-17 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-17 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.comparison-section .description {
  color: rgba(37, 56, 88, 0.8);
}

.comparison-table {
  margin: 30px 0 0;
  overflow: hidden;
}
.comparison-table .comparison-table-row {
  display: flex;
  position: relative;
  border-bottom: 1px solid #D7DFEC;
  border-right: 1px solid #D7DFEC;
}
.comparison-table .comparison-table-row:nth-child(odd) .comparison-table-data {
  background: #fff;
}
.comparison-table .comparison-table-row:nth-child(even) .comparison-table-data {
  background: #F8F8F8;
}
.comparison-table .comparison-table-row:nth-last-child(2) {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:nth-last-child(2) {
    border-radius: 0;
  }
}
.comparison-table .comparison-table-row:nth-last-child(2) .comparison-table-data:first-child {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:nth-last-child(2) .comparison-table-data:first-child {
    border-radius: 4px;
  }
}
.comparison-table .comparison-table-row:last-child {
  border-radius: 0 0 16px 0;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:first-child {
  background: transparent;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:first-child {
  border: 0;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2), .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child {
  background: #fff;
  border-left: 1px solid #D7DFEC;
  border-bottom: 1px solid #D7DFEC;
  border-radius: 0 0 0 16px;
  text-align: center;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .content, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .content {
  justify-content: center;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
    width: 100%;
    text-align: center;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button:active, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button:active::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .button, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0 0 0 16px;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .link, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .link {
  display: inline-block;
  background: #fff;
  color: #0065ff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .link::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .link::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/blue-right-arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) .link, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .link {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border-radius: 16px;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:nth-child(2) {
    padding: 0;
    border-radius: 0 0 0 16px;
  }
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:last-child {
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child {
    width: 100%;
    padding: 0;
  }
  .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .button {
    border-radius: 0 0 16px 0;
  }
}
.comparison-table .comparison-table-row.heading {
  border: 1px solid #D7DFEC;
  border-radius: 16px 16px 0 0;
  background: #E2F2F4;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row.heading .table-heading:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row.heading .comparison-table-data.table-heading {
    font-size: 14px;
    line-height: 21px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data {
  width: 36%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row .comparison-table-data {
    font-size: 14px;
    line-height: 22px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data {
  color: rgba(37, 56, 88, 0.8);
  padding: 20px 24px;
  border-left: 1px solid #D7DFEC;
}
.comparison-table .comparison-table-row .comparison-table-data:last-child .content, .comparison-table .comparison-table-row .comparison-table-data:nth-child(2) .content {
  display: flex;
  align-items: flex-start;
}
.comparison-table .comparison-table-row .comparison-table-data .cross {
  width: 24px;
  height: 24px;
  position: relative;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.comparison-table .comparison-table-row .comparison-table-data .cross::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../../images/bu/solar-panel/cross-icon.svg) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row .comparison-table-data .cross {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}
.comparison-table .comparison-table-row .comparison-table-data .tick {
  width: 24px;
  height: 24px;
  position: relative;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.comparison-table .comparison-table-row .comparison-table-data .tick::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../../images/bu/solar-panel/check-icon.svg) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .comparison-table .comparison-table-row .comparison-table-data .tick {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data {
    width: 50%;
    padding: 34px 12px 12px;
    font-size: 14px;
    line-height: 22px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data:first-child {
  width: 28%;
  flex-shrink: 0;
  font-weight: 500;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data:first-child {
    position: absolute;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0;
    color: #253858;
    background-color: #E6EAF2;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0 0 8px;
    width: auto;
    left: 47%;
    transform: translate(-47%, 0px);
    top: 8px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading {
  padding: 20px;
  color: #253858;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:first-child {
  background: #E2F2F4;
  border-radius: 16px 0 0;
  border: 0;
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(2) {
  background: #E2F2F4;
  border-left: 1px solid #D7DFEC;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(2) {
    border-radius: 16px 0 0 0;
    padding: 12px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(3) {
  background: #E2F2F4;
  border-left: 1px solid #D7DFEC;
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(3) {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table .comparison-table-row .comparison-table-data.table-heading span {
    display: none;
  }
}
.comparison-table .comparison-table-body .comparison-table-row:last-child {
  border-bottom: 0;
}
.comparison-table .comparison-table-body .comparison-table-row.more-comparison {
  display: none;
}
.comparison-table .comparison-table-body .comparison-table-row.more-comparison.show {
  display: flex;
}
.comparison-table.two-column .comparison-table-row .comparison-table-data:first-child {
  width: 50%;
}
.comparison-table.two-column .comparison-table-row .comparison-table-data {
  width: 50%;
}

.section-18 .section-18-list {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
}

@media screen and (max-width: 1024px) {
  .section-18 .section-18-list {
    max-width: 100%;
    justify-content: center;
  }
}
.section-18 .section-18-list .carousel {
  box-shadow: 0 4px 20px 0 #c9d8ed;
  background: #fff;
  border-radius: 24px;
  width: 31%;
  padding: 32px 24px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .carousel {
    max-width: 325px;
    width: 100%;
    padding: 24px 16px;
    flex-shrink: 0;
  }
}
.section-18 .section-18-list .carousel::after {
  content: "";
  background: url(../../images/bu/home-insurance/section-9-type-vector-1.svg) no-repeat center/cover;
  width: 100%;
  height: 127px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 24px 24px;
}

.section-18 .section-18-list .carousel:nth-child(2):after {
  background: url(../../images/bu/home-insurance/section-9-type-vector-2.svg) no-repeat center/cover;
}

.section-18 .section-18-list .carousel:nth-child(3):after {
  background: url(../../images/bu/home-insurance/section-9-type-vector-3.svg) no-repeat center/cover;
}

.section-18 .section-18-list .carousel .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .carousel .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-18 .section-18-list .carousel .description {
  margin: 20px 0 32px;
  min-height: 168px;
}

@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .carousel .description {
    min-height: 125px;
  }
}
.section-18 .section-18-list .carousel .image {
  text-align: center;
}

.section-18 .section-18-list .carousel .image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .carousel .image img {
    max-width: 110px;
  }
}
.section-18 .dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (min-width: 1025px) {
  .section-18 .dots-list {
    display: none;
  }
}
.section-18 .dots-list .dot {
  height: 7px;
  width: 7px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: rgba(37, 56, 88, 0.2);
  cursor: pointer;
}

.section-18 .dots-list .dot.active {
  background-color: rgba(37, 56, 88, 0.4);
  border: 0;
  outline: 0;
  width: 16px;
  border-radius: 6px;
}

.section-18 .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

section .sub-heading {
  font-size: 18px;
  line-height: 32px;
  color: #253858;
  margin: 8px 0 4px;
}

.bike-insurance-cover-section .covered-not-covered-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 75px 0 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section {
    flex-direction: column;
    margin: 50px 0 0;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div {
  width: 48%;
  box-shadow: 8px 8px 50px 0 #e6edf8;
  color: #fff;
  padding: 34px;
  border-radius: 16px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div {
    width: 100%;
    padding: 34px 12px 24px;
    margin: 0 0 46px;
  }
  .bike-insurance-cover-section .covered-not-covered-section > div:last-child {
    margin: 0;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0 0 24px;
}

.bike-insurance-cover-section .covered-not-covered-section > div .heading span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div .heading {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 12px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  font-weight: 700;
  margin: 0 0 6px;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section {
    box-shadow: 8px 8px 50px 0 #d8e6ff;
    border: 1px solid #dfe1e6;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/covered-list-image.svg) no-repeat center/contain;
  width: 153px;
  height: 160px;
  position: absolute;
  right: 0;
  top: -20px;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
    width: 80px;
    height: 82px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .heading {
  color: #36b37e;
}

.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list {
  margin: 24px 0 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list {
    margin: 16px 0 0;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 30px;
}

.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .content {
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .content {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered {
    margin: 0 0 16px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered:last-child {
  margin: 0;
}

.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/available-icon.svg) no-repeat center/contain;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered::before {
    top: 4px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .title {
  margin: 0 0 8px;
}

.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section {
  border: 1px solid #dfe1e6;
  box-shadow: none;
  padding: 34px 30px 21px 44px;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section {
    padding-inline: 16px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/not-covered-list-image.svg) no-repeat center/contain;
  width: 115px;
  height: 120px;
  position: absolute;
  right: 0;
  top: -13px;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
    width: 41px;
    height: 52px;
    right: 20px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .heading {
  color: #de350b;
}

.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list {
  margin: 24px 0 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list {
    margin: 16px 0 0;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 30px;
}

.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered:last-child {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered {
    margin: 0 0 16px;
  }
}
.bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/not-available-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  margin: 0 19px 0 0;
  flex-shrink: 0;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered::before {
    top: 4px;
  }
}
.bike-insurance-cover-section .disclaimer {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 32px 0 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .disclaimer {
    font-size: 12px;
    line-height: 18px !important;
    margin: 16px 0 0;
  }
}
.bike-insurance-cover-section .button-wrapper {
  margin: 40px auto 0;
  text-align: center;
}

.bike-insurance-cover-section .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}

.bike-insurance-cover-section .button-wrapper .button::after {
  content: "";
  background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.bike-insurance-cover-section .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bike-insurance-cover-section .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  background: 0 0;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-cover-section .button-wrapper {
    margin: 16px 0 0;
  }
}
.section-19 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-19 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-19 .description {
    margin-bottom: 0;
  }
}
.section-19 .list-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-19 .list-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-19 .list-heading {
  color: #253858;
  font-weight: 700;
  margin: 30px 0 0;
}
.section-19 .section-19-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-19 .section-19-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 12px);
    scrollbar-width: none;
    margin: 0 0 0 -12px;
    padding: 24px 12px;
  }
}
.section-19 .section-19-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  width: 31%;
  border-radius: 16px;
  background: #fff;
  margin: 0 24px 24px 0;
  padding: 16px 20px;
  display: flex;
  align-items: CENTER;
}
.section-19 .section-19-list .type:nth-child(3n), .section-19 .section-19-list .type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-19 .section-19-list .type {
    width: 265px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-19 .section-19-list .type:nth-child(3n) {
    margin-right: 20px;
  }
}
.section-19 .section-19-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-19 .section-19-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-19 .section-19-list .type .content {
  color: #253858;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .section-19 .section-19-list .type .content {
    line-height: 22px;
    margin: 12px 0 0;
  }
  .section-19 .section-19-list .type .content strong {
    display: block;
  }
}
.section-19 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .section-19 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-19 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-19 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-19 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-19 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-19 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.common-bike-terms-section {
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section {
    margin-bottom: 0;
  }
}
.common-bike-terms-section .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-bike-terms-section .common-bike-terms-list {
  margin: 39px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section .common-bike-terms-list {
    margin: 16px 0 0;
  }
}
.common-bike-terms-section .common-bike-terms-list .type {
  background: white;
  border-radius: 16px;
  padding: 24px 16px 16px;
  position: relative;
  margin: 0 32px 32px 0;
  width: 31%;
  box-shadow: 0px 4px 60px 0px #d8cfed;
}
.common-bike-terms-section .common-bike-terms-list .type:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section .common-bike-terms-list .type {
    margin: 0 0 24px;
    width: 100%;
  }
  .common-bike-terms-section .common-bike-terms-list .type:last-child {
    margin: 0;
  }
}
.common-bike-terms-section .common-bike-terms-list .type .image {
  height: 80px;
  margin-top: -40px;
}
.common-bike-terms-section .common-bike-terms-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section .common-bike-terms-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.common-bike-terms-section .common-bike-terms-list .type .heading {
  margin: 0 0 9px;
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section .common-bike-terms-list .type .heading {
    max-width: 225px;
  }
}
.common-bike-terms-section .common-bike-terms-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .common-bike-terms-section .common-bike-terms-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-bike-terms-section .common-bike-terms-list .type .description {
  color: #505F79;
}

.section-20 .container {
  position: relative;
}
.section-20 .container::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-3-vector-image.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0px;
  width: 266px;
  height: 268px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-20 .container::after {
    display: none;
  }
}
.section-20 .container > .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-20 .container > .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-20 .container > .description {
  max-width: 875px;
  width: 100%;
  margin: 7px 0 0;
}
.section-20 .container > .description span {
  font-weight: 500;
}
.section-20 .section-20-list {
  display: flex;
  z-index: 1;
  position: relative;
  margin: 48px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list {
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.section-20 .section-20-list .type {
  background: white;
  border: 1px solid #DEE3F0;
  border-radius: 16px;
  padding: 32px;
  margin: 0 40px 0 0;
  width: 32%;
  box-shadow: 0px 4px 60px 0px #ddd2f8;
}
.section-20 .section-20-list .type:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list .type {
    width: 100%;
    padding: 24px 16px;
    margin: 0 0 16px;
  }
}
.section-20 .section-20-list .type .heading {
  display: flex;
  align-items: center;
}
.section-20 .section-20-list .type .heading .content {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list .type .heading .content {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-20 .section-20-list .type .heading .content {
  margin-left: 16px;
  max-width: 170px;
}
.section-20 .section-20-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-20 .section-20-list .type .description {
  margin: 16px 0 0;
  min-height: 168px;
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list .type .description {
    min-height: auto;
  }
}
.section-20 .section-20-list .type .button-wrapper {
  margin: 24px 0 0;
}
@media (max-width: 1024px) {
  .section-20 .section-20-list .type .button-wrapper {
    text-align: right;
  }
  .section-20 .section-20-list .type .button-wrapper .button {
    width: 70%;
  }
}
.section-20 .section-20-list .type .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-20 .section-20-list .type .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list .type .button {
    width: 100%;
    text-align: center;
  }
}
.section-20 .section-20-list .type .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-20 .section-20-list .type .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-21 .container {
  position: relative;
}
.section-21 .left {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .section-21 .left {
    width: 100%;
  }
}
.section-21 .right {
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .section-21 .right {
    display: none;
  }
}
.section-21 .image {
  text-align: center;
}
.section-21 .disclaimer {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 16px 0 0;
}

.section-22 .container {
  display: block;
  position: relative;
}
.section-22 .section-22-list {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-22 .section-22-list .type {
  background: white;
  border-radius: 16px;
  padding: 0px 24px 18px;
  position: relative;
  margin: 0 36px 72px 0;
  width: 48%;
  box-shadow: 0px 4px 66px 0px rgba(0, 101, 255, 0.1607843137);
}
.section-22 .section-22-list .type:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-22 .section-22-list .type {
    width: 100%;
    margin: 0 0 52px;
    padding-inline: 16px;
  }
}
.section-22 .section-22-list .type .image {
  height: 80px;
  margin-top: -44px;
}
@media screen and (max-width: 1024px) {
  .section-22 .section-22-list .type .image {
    height: 60px;
    width: 60px;
    margin-top: -30px;
  }
  .section-22 .section-22-list .type .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-22 .section-22-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-22 .section-22-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-22 .section-22-list .type .heading {
  margin: 8px 0 9px;
}
.section-22 .section-22-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-22 .section-22-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-22 .section-22-list .data-lisitng {
  padding-left: 16px;
  margin: 16px 0 0;
}
.section-22 .section-22-list .data-lisitng li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  margin: 0 0 4px;
}
.section-22 .button-wrapper {
  text-align: center;
  margin: -32px auto 0;
  z-index: 1;
  position: relative;
}
.section-22 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-22 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-22 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-22 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-22 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .section-22 .button-wrapper {
    margin: -16px 0 0;
  }
}
.section-22.with-cyan-bg .container {
  display: block;
  position: relative;
}

.section-23-wrapper .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-23-wrapper .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-23 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-23 {
    flex-direction: column;
  }
}
.section-23 .left {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .section-23 .left {
    width: 100%;
  }
}
.section-23 .right {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .section-23 .right {
    width: 100%;
  }
}
.section-23 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-23 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-23 .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-23 .image {
    display: none;
  }
}
.section-23 .calculate-premium-section {
  background: linear-gradient(123.79deg, #F2F2FC 32.64%, #F1F4FF 74.94%);
  border: 1px solid #EAE7F0;
  border-radius: 16px;
  padding: 24px;
  width: calc(100% - 70px);
  margin-left: 70px;
}
.section-23 .calculate-premium-section.error .err {
  font-size: 10px;
  color: red;
  width: 100%;
  padding: 1px 0;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .section-23 .calculate-premium-section {
    width: 100%;
    margin-left: 0;
    padding: 16px;
    border-radius: 8px;
  }
}
.section-23 .calculate-premium-section .calculate-premium {
  border: 1px solid #97A0AF;
  background: #fff;
  border-radius: 8px;
  display: FLEX;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-23 .calculate-premium-section .calculate-premium {
    flex-direction: column;
    border: 0;
    background: transparent;
  }
}
.section-23 .calculate-premium-section .calculate-premium .input-field {
  border-radius: 8px;
  padding: 10px;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-23 .calculate-premium-section .calculate-premium .input-field {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-23 .calculate-premium-section .calculate-premium .input-field {
  font-weight: 500;
  width: 63%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section-23 .calculate-premium-section .calculate-premium .input-field {
    width: 100%;
    border: 1px solid #97A0AF;
    background: #fff;
    border-radius: 8px;
    margin: 0 0 16px;
  }
}
.section-23 .calculate-premium-section .calculate-premium .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-23 .calculate-premium-section .calculate-premium .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-23 .calculate-premium-section .calculate-premium .button {
    width: 100%;
    text-align: center;
  }
}
.section-23 .calculate-premium-section .calculate-premium .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-23 .calculate-premium-section .calculate-premium .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-23 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-23 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-23 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-23 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-23 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-24 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-24 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-24 .flex-row {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-24 .flex-row {
    flex-direction: column;
  }
}
.section-24 .flex-row .left {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .section-24 .flex-row .left {
    width: 100%;
  }
}
.section-24 .flex-row .right {
  width: 35%;
}
.section-24 .flex-row .right .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-24 .flex-row .right {
    width: 100%;
  }
  .section-24 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
}
.section-24 .section-24-list {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-24 .section-24-list {
    margin: 24px 0 0;
  }
}
.section-24 .section-24-list .type {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  width: 100%;
  background: #F3F7FF;
  border-radius: 16px;
  padding: 20px 24px;
}
.section-24 .section-24-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-24 .section-24-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-24 .section-24-list .type .content {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .section-24 .section-24-list .type {
    padding: 18px 16px;
  }
  .section-24 .section-24-list .type .image img {
    max-width: 40px;
    height: auto;
  }
  .section-24 .section-24-list .type .content {
    margin-right: 16px;
  }
}
.section-24 .button-wrapper {
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-24 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-24 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-24 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-24 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-24 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-24 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-25 .required-documents-list {
  display: FLEX;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-25 .required-documents-list {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 16px 0 0;
  }
}
.section-25 .required-documents-list .document {
  display: flex;
  align-items: CENTER;
  width: 31%;
  margin: 0 28px 20px 0;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
.section-25 .required-documents-list .document:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-25 .required-documents-list .document {
    margin: 0 0 21px;
    width: 100%;
  }
}
.section-25 .required-documents-list .document .tick {
  background: rgba(121, 242, 192, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: relative;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.section-25 .required-documents-list .document .tick::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  border-bottom: 3px solid #13c18b;
  border-right: 3px solid #13c18b;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .section-25 .required-documents-list .document .tick {
    width: 34px;
    height: 34px;
  }
}
.section-25 .required-documents-list .document .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-25 .required-documents-list .document .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-25 .required-documents-list .document .content {
  font-weight: 500;
}
.section-25 .required-documents-list .document .content a {
  color: #0065ff;
}
@media screen and (max-width: 1024px) {
  .section-25 .required-documents-list .document .content {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-25 .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
  padding: 0;
}
.section-25 .button-wrapper {
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-25 .button-wrapper {
    margin-bottom: 0;
  }
}
.section-25 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-25 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-25 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-25 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-25 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-26 {
  position: relative;
}
.section-26 .section-26-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.section-26 .section-26-list .type {
  box-shadow: 0px 4px 20px 0px #D6E0EF;
  background: #fff;
  border-radius: 16px;
  margin: 0 24px 24px 0;
  width: 31%;
  padding: 24px;
}
.section-26 .section-26-list .type:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-26 .section-26-list .type {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .section-26 .section-26-list .type {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 16px;
  }
  .section-26 .section-26-list .type:nth-child(4n) {
    margin-right: 0;
  }
  .section-26 .section-26-list .type:nth-child(3n) {
    margin-right: 0;
  }
  .section-26 .section-26-list .type:nth-child(2n) {
    margin-right: 0;
  }
  .section-26 .section-26-list .type .image img {
    max-width: 40px;
    width: 100%;
    height: auto;
  }
}
.section-26 .section-26-list .type .content {
  margin: 20px 0 0;
}
.section-26 .section-26-list .type .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-26 .section-26-list .type .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-26 .section-26-list .type .title {
  font-weight: 600;
  margin: 0 0 12px 0;
}
.section-26 .section-26-list .type .details {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-26 .section-26-list .type .details {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-26 .section-26-list .type .note {
  border-radius: 8px;
  padding: 8px 12px;
  background: #E3FCEF;
  color: #00875A;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  margin: 24px 0 0;
}
.section-26 .section-26-list.two-columns .type {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section-26 .section-26-list.two-columns .type {
    width: 100%;
  }
}
.section-26 .section-26-list.two-columns .type .details {
  min-height: 48px;
}
.section-26 .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
  padding: 0;
}
.section-26 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
.section-26 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-26 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-26 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-26 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-26 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-26 .load-more-features-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
.section-26 .load-more-features-wrapper .load-more-features {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-26 .load-more-features-wrapper .load-more-features {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-26 .load-more-features-wrapper .load-more-features {
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.section-26 .load-more-features-wrapper .load-more-features::after {
  content: "";
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
@media screen and (max-width: 1024px) {
  .section-26 .load-more-features-wrapper .load-more-features {
    display: inline-block;
  }
}
.section-26 .load-more-features-wrapper .load-more-features.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

.section-27 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-27 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-27 .flex-row {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-27 .flex-row {
    flex-direction: column;
  }
}
.section-27 .flex-row .left {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .section-27 .flex-row .left {
    width: 100%;
  }
}
.section-27 .flex-row .right {
  width: 35%;
}
.section-27 .flex-row .right .image {
  text-align: center;
}
.section-27 .flex-row .right .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-27 .flex-row .right {
    width: 100%;
  }
  .section-27 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
  .section-27 .flex-row .right .image img {
    max-width: 210px;
  }
}
.section-27 .section-27-list {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-27 .section-27-list {
    margin: 24px 0 0;
  }
}
.section-27 .section-27-list .type {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0px 4px 20px 0px #D6E0EF;
}
.section-27 .section-27-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-27 .section-27-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-27 .section-27-list .type .content {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .section-27 .section-27-list .type {
    padding: 16px;
  }
  .section-27 .section-27-list .type .image img {
    max-width: 40px;
    height: auto;
  }
  .section-27 .section-27-list .type .content {
    margin-left: 16px;
  }
}
.section-27 .button-wrapper {
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-27 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-27 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-27 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-27 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-27 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-27 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-28-wrapper .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-28-wrapper .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-28-wrapper .divider-wrapper {
  text-align: center;
  margin: 40px auto;
}
.section-28-wrapper .divider-wrapper .divider {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-28-wrapper .divider-wrapper .divider img {
    max-width: 40px;
    height: auto;
  }
}
.section-28-wrapper .divider-wrapper .divider::before, .section-28-wrapper .divider-wrapper .divider::after {
  content: "";
  background: linear-gradient(90deg, rgba(37, 56, 88, 0) 0%, rgba(37, 56, 88, 0.4) 100%);
  width: 160px;
  height: 1.5px;
  position: absolute;
  left: -180px;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .section-28-wrapper .divider-wrapper .divider::before, .section-28-wrapper .divider-wrapper .divider::after {
    width: 117px;
    left: -130px;
  }
}
.section-28-wrapper .divider-wrapper .divider::after {
  background: linear-gradient(90deg, rgba(37, 56, 88, 0.4) 0%, rgba(37, 56, 88, 0) 100%);
  left: auto;
  right: -180px;
}
@media screen and (max-width: 1024px) {
  .section-28-wrapper .divider-wrapper .divider::after {
    right: -130px;
  }
}

.section-28 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-28.no-flex {
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-28 {
    flex-direction: column;
  }
}
.section-28 .left {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .section-28 .left {
    width: 100%;
  }
}
.section-28 .right {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .section-28 .right {
    width: 100%;
  }
}
.section-28 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-28 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-28 .description.margin-32 {
  margin-bottom: 32px;
}
.section-28 .colored-description {
  background: #F3F7FF;
  padding: 20px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-28 .colored-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-28 .colored-description {
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.section-28 .colored-description::before {
  content: "";
  background: url(../../images/bu/solar-panel/check-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.section-28 .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-28 .image {
    display: none;
  }
}
.section-28 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-28 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-28 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-28 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-28 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
.section-28 .view-documents-toggle-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #0065FF;
  margin: 12px 0 0;
  position: relative;
}
.section-28 .view-documents-toggle-button::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/blue-right-arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
  transform: rotate(90deg);
  transition: 0.3s all ease;
}
.section-28 .view-documents-toggle-button.show::after {
  transform: rotate(270deg);
}
.section-28 .documents-list {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.section-28 .documents-list .document {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: COLUMN;
  padding: 12px;
  width: 31%;
  margin: 0 16px 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-28 .documents-list .document {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-28 .documents-list .document {
  color: #253858;
}
.section-28 .documents-list .document img {
  margin: 0 0 8px;
}
.section-28 .documents-list .document span {
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.section-28 .documents-list .document:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-28 .ordered-list .number + .content {
    width: 87%;
  }
  .section-28 .ordered-list .number + .content .documents-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 12px 0 0;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .section-28 .ordered-list .number + .content .documents-list .document {
    width: 172px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .section-28 .ordered-list .number + .content .documents-list .document:nth-child(3n) {
    margin-right: 16px;
  }
}
.section-28 .heading.font-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 12px;
}
.section-28 .section-28-list {
  list-style: none;
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-28 .section-28-list {
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    overflow-x: scroll;
    padding: 12px;
    scrollbar-width: none;
  }
}
.section-28 .section-28-list .type {
  counter-increment: section;
  box-shadow: 0px 4px 20px 0px #D6E0EF;
  background: #fff;
  width: 29%;
  margin: 0 40px 24px 0;
  padding: 20px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .section-28 .section-28-list .type {
    width: 100%;
    max-width: 260px;
    flex-shrink: 0;
    margin: 0 20px 12px 0;
  }
  .section-28 .section-28-list .type:nth-child(3n) {
    margin-right: 20px;
  }
}
.section-28 .section-28-list .type .number {
  background: #E3FCEF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0 12px 0;
  z-index: 1;
}
.section-28 .section-28-list .type .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #36B37E;
}
@media screen and (max-width: 1024px) {
  .section-28 .section-28-list .type .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
}
.section-28 .section-28-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-28 .section-28-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-28 .section-28-list .type .content {
  color: #253858;
}

.section-29:has(.description + .description) .description {
  margin: 0 0 16px;
}
.section-29:has(.description + .description) .description:last-of-type {
  margin: 0;
}
.section-29 .description {
  color: rgba(37, 56, 88, 0.8);
}
.section-29 .details-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  .section-29 .details-image {
    flex-direction: column;
    margin: 24px 0;
  }
}
.section-29 .details-image .details {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .section-29 .details-image .details {
    width: 100%;
  }
}
.section-29 .details-image .details .type {
  background: #F3F7FF;
  border-radius: 24px;
  padding: 24px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-29 .details-image .details .type {
    align-items: flex-start;
    padding: 20px;
  }
}
.section-29 .details-image .details .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-29 .details-image .details .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-29 .details-image .details .type .image {
  margin: 0 24px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .section-29 .details-image .details .type .image {
    margin: 0 24px 0 0;
  }
}
.section-29 .details-image .details .type .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section-29 .details-image .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-29 .details-image .image img {
    max-width: 204px;
    display: none;
  }
}
.section-29 .button-wrapper {
  margin: 32px 0 0;
  text-align: center;
}
.section-29 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 48px;
  border-radius: 8px;
}
.section-29 .button-wrapper .button::after {
  content: "";
  background: url(../../images/bu/home-insurance/fullwidth/white-right-arrow.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .section-29 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-29 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-29 .button-wrapper .button:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  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;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}

.section-30 .main-heading {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-30 .main-heading {
    margin: 0;
  }
}
.section-30 .description {
  color: rgba(37, 56, 88, 0.8);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-30 .description {
    margin: 0;
  }
}
.section-30 .section-30-list {
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-30 .section-30-list {
    display: flex;
    margin: 24px 0;
    width: 100%;
    overflow-x: scroll;
  }
  .section-30 .section-30-list::-webkit-scrollbar {
    display: none;
  }
}
.section-30 .section-30-list .type {
  border: 1px solid #D2E4FF;
  border-radius: 24px;
  background: #fff;
  margin: 0 20px;
  padding: 32px 24px;
  position: relative;
}
.section-30 .section-30-list .type::after {
  content: "";
  height: 161px;
  width: calc(100% - 8px);
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 0 0 22px 22px;
}
@media screen and (max-width: 1024px) {
  .section-30 .section-30-list .type {
    margin: 0 16px 0 0;
    max-width: 261px;
    width: 100%;
    flex-shrink: 0;
    padding: 24px 16px;
  }
}
.section-30 .section-30-list .type.green::after {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2FFEF 100%);
}
.section-30 .section-30-list .type.blue::after {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F6FF 100%);
}
.section-30 .section-30-list .type.yellow::after {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFCEC 100%);
}
.section-30 .section-30-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-30 .section-30-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-30 .section-30-list .type .heading {
  font-weight: 500;
  font-size: 24px;
}
.section-30 .section-30-list .type .description {
  margin: 20px 0 32px;
  min-height: 120px;
}
@media screen and (max-width: 1024px) {
  .section-30 .section-30-list .type .description {
    margin: 18px 0;
  }
}
.section-30 .section-30-list .type .image {
  text-align: right;
}
.section-30 .section-30-list .type .image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-30 .section-30-list .type .image img {
    max-width: 100px;
  }
}
.section-30 .section-30-list .slick-prev,
.section-30 .section-30-list .slick-next {
  background: #DEEBFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.section-30 .section-30-list .slick-prev {
  left: 6px;
  z-index: 1;
}
.section-30 .section-30-list .slick-prev::before {
  content: "";
  border: solid rgba(37, 56, 88, 0.4);
  border-width: 0px 0px 2px 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin: 0;
}
.section-30 .section-30-list .slick-next {
  right: 6px;
}
.section-30 .section-30-list .slick-next:before {
  content: "";
  border: solid rgba(37, 56, 88, 0.4);
  border-width: 2px 2px 0px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin: 0;
}