.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 {
  padding-left: 2.2em;
}
.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;
  text-decoration: none;
}
.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 {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
  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 {
  float: left;
}

.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 {
  float: right;
}
.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 {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 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;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 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;
  -ms-touch-action: none;
  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 {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  color: #222;
}
.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;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a {
  color: #555;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.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-widget-content .ui-state-focus,
.ui-widget-content .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-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 {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-hover a {
  color: #212121;
  text-decoration: none;
}
.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 {
  color: #212121;
  text-decoration: none;
}
.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 {
  color: #cd0a0a;
}

.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}

.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;
  background-image: url(images/ui-icons_222222_256x240.png);
}

.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;
}

li,
ul {
  padding: 0;
  margin: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hide {
  display: none !important;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #b3bac5;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

form:not(.en) input::-webkit-input-placeholder {
  font-size: 14px !important;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
form:not(.en) input::-moz-placeholder {
  font-size: 10px;
  font-size: 14px !important;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
form:not(.en) input:-ms-input-placeholder, form:not(.en) input:-moz-placeholder {
  font-size: 14px !important;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

@media screen and (min-width: 1024px) {
  .block_content_wrapper {
    margin-bottom: 24px;
  }
}
.block_content_wrapper h1 {
  margin-bottom: 16px;
  color: #253858;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.64px;
  margin-block-start: 0;
  margin-block-end: 16px;
}
.block_content_wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: var(--5-e -6-c -84-n -300, #5e6c84);
}
.block_content_wrapper p.char-count {
  display: inline;
}
.block_content_wrapper p.char-count .extra-text-web {
  display: none;
}
.block_content_wrapper p.char-count .extra-text-web.show-extra {
  display: inline;
}
.block_content_wrapper .text-hide-link {
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
  display: inline;
}
.block_content_wrapper .text-hide-link:hover, .block_content_wrapper .text-hide-link:visited {
  color: #0065ff;
}
.block_content_wrapper .text-hide-link:before {
  content: "...";
  position: relative;
  left: -4px;
  color: var(--5-e -6-c -84-n -300, #5e6c84);
}
.block_content_wrapper .text-hide-link.hide:before, .block_content_wrapper .text-hide-link.deskhide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .block_content_wrapper p.char-count .extra-text {
    display: none;
  }
  .block_content_wrapper p.char-count .extra-text-web {
    display: none;
  }
  .block_content_wrapper p.char-count .extra-text-web.show-extra {
    display: inline;
  }
  .block_content_wrapper p.char-count .extra-text.show-extra {
    display: inline;
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper .text-hide-link.deskhide {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper .text-hide-link {
    color: #0065ff;
    cursor: pointer;
    display: inline;
  }
  .block_content_wrapper .text-hide-link:hover, .block_content_wrapper .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    margin: 0 0 16px;
    padding: 10px;
  }
  .block_content_wrapper h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .showForm {
    padding: 8px;
    margin: 0;
    background: #fff;
  }
}
.disForm.formBlock.dynamic-content .top-content {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(165.36deg, #D4E9FF 10.36%, #C6E3FF 74.28%);
  border-radius: 16px;
  margin: 20px auto 0;
  max-width: 1140px;
  width: 100%;
  padding: 60px 50px 35px;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .top-content {
    flex-direction: column;
    background: #c9e4ff;
    margin: 0;
    width: 100%;
    padding: 0 0 60px;
  }
  .disForm.formBlock.dynamic-content .top-content::after {
    content: "";
    background: url(../../images/bu/motor/tw/fullwidth/tw-tp-top-fold-icon.svg) no-repeat center/contain;
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -45px;
    z-index: 1;
    display: none;
  }
}
.disForm.formBlock.dynamic-content .top-content .punchlineForm .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  display: block;
}
.disForm.formBlock.dynamic-content .top-content .punchlineForm .description span {
  color: #FF7B00;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .top-content .punchlineForm .description span {
    display: block;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .top-content .punchlineForm .description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.disForm.formBlock.dynamic-content .top-content .tag {
  background: #97E7CC;
  display: inline-block;
  margin: 24px 0 40px;
  padding: 3px 20px 6px 37px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #025F40;
  border-radius: 8px;
  position: relative;
}
.disForm.formBlock.dynamic-content .top-content .tag:before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/rs-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -2px;
  top: 0;
}
.disForm.formBlock.dynamic-content .top-content .tag span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.016em;
}
.disForm.formBlock.dynamic-content .top-content .tag span sup {
  font-size: 12px;
}
.disForm.formBlock.dynamic-content .top-content .input-button-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(21, 21, 21, 0.2);
  background: #fff;
  border-radius: 8px;
  max-width: 590px;
  display: flex;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock.dynamic-content .top-content .input-button-wrapper {
    flex-direction: column;
  }
}
.disForm.formBlock.dynamic-content .top-content .form-field-data {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding-left: 4px;
}
.disForm.formBlock.dynamic-content .top-content .form-field-data .err {
  left: 20px;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock.dynamic-content .top-content .form-field-data {
    margin: 0 0 20px;
    border: 1px solid #B3BAC5;
    border-radius: 8px;
  }
  .disForm.formBlock.dynamic-content .top-content .form-field-data .err {
    left: 0px;
    bottom: -17px;
  }
}
@media screen and (max-width: 767px) {
  .disForm.formBlock.dynamic-content .top-content .form_submit {
    width: 100%;
  }
}
.disForm.formBlock.dynamic-content .top-content .twowheelernextstep,
.disForm.formBlock.dynamic-content .top-content #loader,
.disForm.formBlock.dynamic-content .top-content .proceed {
  margin: 0;
  width: 164px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock.dynamic-content .top-content .twowheelernextstep,
  .disForm.formBlock.dynamic-content .top-content #loader,
  .disForm.formBlock.dynamic-content .top-content .proceed {
    width: 100%;
  }
}
.disForm.formBlock.dynamic-content .top-content .twowheelernextstep:active::after {
  width: 20px;
  height: 20px;
  right: 15px;
  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;
  margin-left: 16px;
  top: 15px;
}
.disForm.formBlock.dynamic-content .top-content .loading::after {
  width: 20px;
  height: 20px;
  right: 15px;
  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;
  margin-left: 16px;
  top: 15px;
}
.disForm.formBlock.dynamic-content .top-content .form_details {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .top-content .form_details {
    width: 100%;
    padding: 26px 16px 0;
  }
}
.disForm.formBlock.dynamic-content .top-content .image {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .top-content .image {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.disForm.formBlock.dynamic-content .top-content .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .top-content .image img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    border-radius: 0 0 0 16px;
  }
}
.disForm.formBlock.dynamic-content .pointer-list {
  background: #FFFFFF;
  margin: -48px auto 40px;
  padding: 25px 40px;
  z-index: 1;
  position: relative;
  border-radius: 24px;
  max-width: 675px;
  justify-content: space-between;
}
.disForm.formBlock.dynamic-content .pointer-list .pointer .icon.icon-1 {
  background: url(../../images/bu/motor/tw/fullwidth/make-model-top-fold-pointer-icon-1.svg) no-repeat center/contain;
}
.disForm.formBlock.dynamic-content .pointer-list .pointer .icon.icon-2 {
  background: url(../../images/bu/motor/tw/fullwidth/make-model-top-fold-pointer-icon-2.svg) no-repeat center/contain;
}
.disForm.formBlock.dynamic-content .pointer-list .pointer .icon.icon-3 {
  background: url(../../images/bu/motor/tw/fullwidth/make-model-top-fold-pointer-icon-3.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock.dynamic-content .pointer-list {
    margin: -90px auto 24px;
    width: calc(100% - 32px);
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock {
    margin: 0;
    min-height: auto;
    background: transparent;
  }
}
.disForm.formBlock form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.disForm.formBlock .pointer-list {
  display: flex;
  align-items: flex-start;
  max-width: 640px;
  margin: 82px 0 24px;
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .pointer-list {
    justify-content: space-between;
    max-width: 100%;
    margin: 65px 0 0;
    padding: 0;
  }
}
.disForm.formBlock .pointer-list .pointer {
  width: 32%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .pointer-list .pointer {
    width: 31%;
    flex-direction: column;
    border-radius: 0;
    text-align: CENTER;
    padding: 0;
  }
}
.disForm.formBlock .pointer-list .pointer .icon {
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
}
.disForm.formBlock .pointer-list .pointer .icon.icon-1 {
  background: url(../../images/bu/motor/tw/fullwidth/top-fold-pointer-icon-1.svg) no-repeat center/contain;
}
.disForm.formBlock .pointer-list .pointer .icon.icon-2 {
  background: url(../../images/bu/motor/tw/fullwidth/top-fold-pointer-icon-2.svg) no-repeat center/contain;
}
.disForm.formBlock .pointer-list .pointer .icon.icon-3 {
  background: url(../../images/bu/motor/tw/fullwidth/top-fold-pointer-icon-3.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .pointer-list .pointer .icon {
    margin: 0;
  }
}
.disForm.formBlock .pointer-list .pointer .heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.016em;
  text-align: left;
  color: #253858;
  margin: 0px 0 2px;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .pointer-list .pointer .heading {
    font-size: 16px;
    margin: 10px 0 4px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.014em;
    text-align: center;
  }
  .disForm.formBlock .pointer-list .pointer .heading span {
    display: block;
  }
}
.disForm.formBlock .pointer-list .pointer .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.016em;
  text-align: left;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .pointer-list .pointer .description {
    font-weight: 400;
    text-align: center;
  }
}
.disForm .top-content {
  padding: 32px 40px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .disForm .top-content {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .disForm .top-content {
    background: #DEFBFA;
    border-radius: 24px;
    padding: 20px 16px;
    text-align: center;
  }
  .disForm .top-content::after {
    content: "";
    background: url(../../images/bu/motor/tw/tw-top-fold-mobile-icon.png) no-repeat center/contain;
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -45px;
    z-index: 1;
  }
}
.disForm .top-content .punchlineForm {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm {
    margin-bottom: 32px;
    text-align: center;
  }
}
.disForm .top-content .punchlineForm > div.heading {
  color: #253858;
  position: relative;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
}
.disForm .top-content .punchlineForm > div.heading h1 {
  display: inline-block;
  margin: 0;
}
.disForm .top-content .punchlineForm > div.heading-description {
  color: #253858;
  position: relative;
  margin-bottom: 0;
}
.disForm .top-content .punchlineForm > div.heading-description h1 {
  display: inline-block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm > div.heading-description h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: CENTER;
  }
}
@media screen and (max-width: 375px) {
  .disForm .top-content .punchlineForm > div.heading-description h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.disForm .top-content .punchlineForm > div.heading-description span.blue {
  color: #00C2B2;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm > div.heading-description {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: CENTER;
  }
}
@media screen and (max-width: 375px) {
  .disForm .top-content .punchlineForm > div.heading-description {
    font-size: 24px;
    line-height: 34px;
  }
}
.disForm .top-content .punchlineForm .description {
  color: #253858;
  display: inline-block;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
}
.disForm .top-content .punchlineForm .description span {
  color: #00B3AC;
}
.disForm .top-content .punchlineForm .description strong {
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}
.disForm .top-content .punchlineForm .description sup {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .punchlineForm .description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.014em;
    max-width: 275px;
  }
  .disForm .top-content .punchlineForm .description strong {
    font-size: 18px;
    line-height: 26px;
  }
}
.disForm .top-content .main-heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  position: relative;
}
.disForm .top-content .main-heading :after {
  bottom: -12px;
  content: "";
  background: #FFAB00;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .main-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .disForm .top-content .main-heading:after {
    bottom: -8px;
  }
}
.disForm .top-content .sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #253858;
  margin: 32px 0 40px;
}
.disForm .top-content .sub-heading sup {
  font-size: 12px;
}
.disForm .top-content .sub-heading .hide-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .sub-heading .hide-desktop {
    display: inline-block;
  }
}
.disForm .top-content .sub-heading .hide-mobile {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .sub-heading .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .sub-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 32px;
  }
}
.disForm .top-content .fieldLable {
  color: #5E6C84;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
  z-index: 10;
  visibility: visible;
  top: 16px;
  font-size: 16px;
}
.disForm .top-content .form-field-data {
  border: 1px solid #B3BAC5;
  border-radius: 8px;
  position: relative;
  width: 100%;
  margin: 0px 0% 7px;
  display: table;
  max-width: 400px;
}
.disForm .top-content .form-field-data .input_box.addedvalue .fieldLable {
  font-size: 12px;
  top: -13px;
  display: none;
}
.disForm .top-content .form-field-data .input_box.addedvalue .fieldLable span {
  display: none;
}
.disForm .top-content .form-field-data .fullWidht {
  width: 100%;
  height: 100%;
  padding: 17px 15px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.disForm .top-content .form-field-data .fullWidht.blank ~ .fieldLable {
  font-size: 12px;
  top: -13px;
  display: none;
}
.disForm .top-content .form-field-data .fullWidht.blank ~ .fieldLable span {
  display: none;
}
.disForm .top-content .form-field-data .fullWidht::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5E6C84;
}
.disForm .top-content .form-field-data .fullWidht:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5E6C84;
}
.disForm .top-content .form-field-data .fullWidht::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5E6C84;
}
.disForm .top-content .form-field-data .err {
  font-size: 10px;
  color: red;
  width: 100%;
  left: 0;
  bottom: -18px;
  padding: 1px 0;
  text-align: left;
  font-weight: 400;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .form-field-data {
    margin: 0 auto 7px;
  }
}
@media screen and (max-width: 767px) {
  .disForm .top-content .form-field-data {
    max-width: 100%;
  }
}
.disForm .top-content .form_submit {
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .form_submit {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .disForm .top-content .form_submit {
    max-width: 100%;
  }
}
.disForm .top-content .other-options-label {
  font-size: 12px;
  font-weight: 500;
  color: #253858;
  line-height: 18px;
  position: relative;
}
.disForm .top-content .other-options-label::after {
  content: "";
  width: 20px;
  background: #253858;
  height: 1px;
  top: 10px;
  position: absolute;
  left: 80px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .dontKnow {
    display: flex;
    justify-content: space-between;
  }
  .disForm .top-content .dontKnow.version-1 {
    flex-direction: column;
  }
  .disForm .top-content .dontKnow.version-1 .inverse {
    margin-top: 0;
  }
  .disForm .top-content .dontKnow.version-1 .got_new_car {
    margin-top: 10px;
  }
}
.disForm .top-content .dontKnow .other-options {
  display: flex;
  width: 47%;
  position: relative;
}
.disForm .top-content .dontKnow .other-options.hide-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .dontKnow .other-options.hide-desktop {
    display: flex;
    align-items: flex-start;
  }
}
.disForm .top-content .dontKnow .other-options::after {
  content: "";
  border: solid #0065FF;
  border-width: 1px 1px 0px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  height: 1px;
  position: absolute;
  left: 130px;
  top: 40%;
}
@media screen and (max-width: 320px) {
  .disForm .top-content .dontKnow .other-options::after {
    right: 0;
    left: auto;
  }
}
.disForm .top-content .dontKnow .other-options .icon {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: CENTER;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 8px;
  margin-right: 12px;
}
.disForm .top-content .dontKnow .other-options .icon.no-number {
  background: #D0FAE2;
}
.disForm .top-content .dontKnow .other-options .icon.new-car {
  background: #FCF2D0;
}
@media screen and (max-width: 320px) {
  .disForm .top-content .dontKnow .other-options .icon {
    height: 30px;
    width: 30px;
    margin-right: 8px;
  }
}
.disForm .top-content .dontKnow .other-options button {
  background: #fff;
  border: 0;
  width: 85px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.disForm .top-content .twowheelernextstep,
.disForm .top-content #loader,
.disForm .top-content .proceed {
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #FFFFFF;
  margin: 24px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 10px 5px -9px rgba(0, 0, 0, 0.3019607843);
  display: block;
  padding: 15px 20px;
  border: 0;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .disForm .top-content .twowheelernextstep,
  .disForm .top-content #loader,
  .disForm .top-content .proceed {
    max-width: 100%;
  }
}
.disForm .top-content .twowheelernextstep .arrowRight,
.disForm .top-content #loader .arrowRight,
.disForm .top-content .proceed .arrowRight {
  padding: 3px;
  display: inline-block;
  position: relative;
  background: url(../../images/footer-strip/twowheeler/path.png);
  width: 23px;
  height: 20PX;
  top: 3px;
}
.disForm .top-content .twowheelernextstep:active {
  font-size: 0;
  transition: none;
}
.disForm .top-content .twowheelernextstep:active::before {
  content: "Processing";
  font-size: 16px;
}
.disForm .top-content .twowheelernextstep:active::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 7px;
}
.disForm .top-content .proceed {
  display: none;
}
.disForm .top-content .dontKnow.dontKnow2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .disForm .top-content .dontKnow.dontKnow2 {
    justify-content: center;
    margin: 0 auto;
    display: inline-block;
  }
}
.disForm .top-content .button {
  width: 100%;
  cursor: pointer;
  padding: 0;
  border: 0;
  border-radius: 20px;
  color: #0065ff;
  text-align: left;
  max-width: 50%;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.168px;
}
.disForm .top-content .button.got_new_twowheeler {
  position: relative;
  border: 0;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.014em;
  margin: 28px 0 0;
  color: #253858;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  max-width: 160px;
}
.disForm .top-content .button.got_new_twowheeler::after {
  content: "";
  background: url(../../images/bu/motor/tw/tw-arrow-right.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
@media screen and (max-width: 1024px) {
  .disForm .top-content .button.got_new_twowheeler {
    justify-content: center;
    max-width: 100%;
  }
}
.disForm .top-content .loading::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 7px;
}

.termCondition,
.term_cond {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6b778c;
  padding: 0 16px 0 0;
}

@media screen and (max-width: 1024px) {
  .termCondition,
  .term_cond {
    padding: 0 16px;
  }
}
.termCondition {
  text-align: center;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  display: none;
}
.floatingPopupDiv.open {
  display: block;
}
.floatingPopupDiv .back {
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #f1f1f1 url(../../images/arrow_download.png) no-repeat;
  border-radius: 50px;
  top: 25px;
  left: 30px;
  z-index: 10002;
  cursor: pointer;
  background-position: center center;
  transform: rotate(180deg);
  position: absolute;
  display: inline-block !important;
}
.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 520px;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 0;
}
.floatingPopupDiv .floatpanel .showForm {
  width: 100%;
  margin: 0 auto;
  background: 0 0;
  height: 100%;
}
.floatingPopupDiv .floatpanel .showForm:has(.dynamic-content) {
  background: #c9e4ff;
}
.floatingPopupDiv .floatpanel .showForm .disForm {
  padding: 80px 0 30px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content {
  width: 100%;
  margin: 0 30px;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
  padding-top: 0;
  background: #fff;
  text-align: center;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content::before, .floatingPopupDiv .floatpanel .showForm .disForm .top-content:after {
  display: none;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .term_cond {
  text-align: center;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm .heading {
  font-size: 26px;
  line-height: 36px;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form-field-data,
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .form_submit {
  margin: 0 auto;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .dontKnow.dontKnow2 {
  justify-content: center;
  margin: 0 auto;
}
.floatingPopupDiv .floatpanel .showForm .disForm .top-content .punchlineForm > div.heading span {
  width: 100%;
  max-width: 100%;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content {
  display: flex;
  align-items: flex-start;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content {
    flex-direction: column;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content::after {
    content: "";
    background: url(../../images/bu/motor/tw/fullwidth/tw-tp-top-fold-icon.svg) no-repeat center/contain;
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -45px;
    z-index: 1;
    display: none;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .heading-description {
  color: #253858;
  position: relative;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .heading-description h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 12px;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .heading-description span.blue {
  color: #00C2B2;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .heading-description {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: CENTER;
  }
}
@media screen and (max-width: 375px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .heading-description {
    font-size: 24px;
    line-height: 34px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .description span {
  color: #FF7B00;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .description span {
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .punchlineForm .description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .tag {
  background: #97E7CC;
  display: inline-block;
  margin: 24px 0 40px;
  padding: 3px 20px 6px 37px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #025F40;
  border-radius: 8px;
  position: relative;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .tag:before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/rs-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -2px;
  top: 0;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .tag span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.016em;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .tag span sup {
  font-size: 12px;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .input-button-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(21, 21, 21, 0.2);
  background: #fff;
  border-radius: 8px;
  max-width: 590px;
  display: flex;
  align-items: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .input-button-wrapper {
    flex-direction: column;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form-field-data {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding-left: 4px;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form-field-data .err {
  left: 20px;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form-field-data {
    margin: 0 0 20px;
    border: 1px solid #B3BAC5;
    border-radius: 8px;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form-field-data .err {
    left: 0px;
    bottom: -17px;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form_submit {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .twowheelernextstep,
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content #loader,
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .proceed {
  margin: 0;
  width: 164px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .twowheelernextstep,
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content #loader,
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .proceed {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .twowheelernextstep:active::after {
  width: 20px;
  height: 20px;
  right: 15px;
  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;
  margin-left: 16px;
  top: 15px;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .loading::after {
  width: 20px;
  height: 20px;
  right: 15px;
  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;
  margin-left: 16px;
  top: 15px;
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form_details {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .form_details {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .image {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .image {
    width: 100%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .top-content .image img {
    width: 315px;
    height: 250px;
    display: inline-block;
    position: relative;
    margin: -60px auto -60px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .pointer-list {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm.dynamic-content .pointer-list {
    margin: 65px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .back {
    left: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .floatingPopupDiv .back {
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .back {
    left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 50px 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .top-content {
    margin: 0;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-webkit-autofill:focus textarea:-webkit-autofill, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
select:-webkit-autofill:focus, select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

#why-need-third-party-bike-insurance,
.tw-heading {
  margin: 20px 0 10px !important;
}

.tw-widget-disclaimer {
  font-size: 11px !important;
  line-height: 18px !important;
  padding: 10px 0 !important;
}
.tw-widget-disclaimer i {
  color: #0065ff;
  cursor: pointer;
  display: inline;
  font-style: normal;
  font-weight: 500;
}
.tw-widget-disclaimer i::before {
  content: "...";
}

@media only screen and (max-width: 1024px) {
  .tw-widget-disclaimer {
    padding: 10px 16px !important;
    border-top: 1px solid #ddd;
  }
  .tw-widget-disclaimer span.active {
    display: inline;
  }
}
.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}
.exit-intent-popup-container .exit-intent-popup {
  background: linear-gradient(185.19deg, #DFFFF7 12.77%, #FFFFFF 81.29%);
  border-radius: 24px;
  max-width: 980px;
  width: 100%;
  padding: 40px 28px;
  position: relative;
  z-index: 1002;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 100;
  border: 0;
  background-size: contain;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content {
  display: flex;
  align-items: center;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .left {
  width: 59%;
}
@media screen and (max-width: 820px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .left {
    width: 100%;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .right {
  width: 40%;
  text-align: center;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .right .exit-intent-image {
  background: url(../../images/bu/motor/tw/tw-exit-intent-pointer-image.svg) no-repeat center/contain;
  width: 338px;
  height: 315px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .right {
    display: none;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
  color: #1B9D80;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 4px 0 16px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 span {
  font-weight: 700;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
  color: #253858;
  display: inline-block;
  background: linear-gradient(90deg, #C9FFF2 0%, #E9FFD1 100%);
  border: 1px solid #D0EEE6;
  border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  padding: 7px 16px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span {
  font-weight: 700;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue {
  color: #0065ff;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 28px;
  font-weight: 700;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-weight: 600;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
  font-size: 20px;
  font-weight: 600;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 32px;
  justify-content: space-between;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
  width: 45%;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #253858;
  margin-bottom: 24px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 10px;
  flex-shrink: 0;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.pointer-1::before {
  background: url(../../images/bu/motor/tw/tw-exit-intent-pointer-icon-1.svg) no-repeat center/contain;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.pointer-2::before {
  background: url(../../images/bu/motor/tw/tw-exit-intent-pointer-icon-2.svg) no-repeat center/contain;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.pointer-3::before {
  background: url(../../images/bu/motor/tw/tw-exit-intent-pointer-icon-3.svg) no-repeat center/contain;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.pointer-4::before {
  background: url(../../images/bu/motor/tw/tw-exit-intent-pointer-icon-4.svg) no-repeat center/contain;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 0;
  border-radius: 8px;
  color: #fff;
  max-width: 450px;
  width: 100%;
  padding: 17.5px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  position: relative;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn::after,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link::after,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a::after,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content 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: 0px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 15px;
    padding: 24px;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
    font-size: 14px;
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 20px;
    line-height: 34px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
    font-size: 17px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 320px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup {
    margin: 0 6px;
    padding: 16px;
    border-radius: 16px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
    line-height: 36px;
    font-size: 24px;
    border-bottom: 0;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 {
    margin-top: 0;
    font-size: 9px;
    line-height: 21px;
    padding: 0 8px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span {
    font-size: 10px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li::before {
    width: 18px;
    height: 18px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span {
    font-size: 14px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions {
    text-align: center;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content button {
    margin: 8px auto 0;
    padding: 13px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    opacity: 0.3;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup {
    padding: 12px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
    line-height: 32px;
    font-size: 22px;
  }
}
.twowheeler-tabs {
  padding: 15px;
  background: #f5f8fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
}
.twowheeler-tabs .plan-heading .tw-top-plan {
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-top: 10px;
  font-weight: 500;
}
.twowheeler-tabs .main-heading sup {
  font-size: 12px;
  line-height: 12px;
}
.twowheeler-tabs .plan-tabs {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
}
.twowheeler-tabs .plan-tabs .tw-tab-heading {
  font-size: 16px;
  line-height: 45px;
  color: #253858;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 30px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}
.twowheeler-tabs .plan-tabs .tw-tab-heading.active {
  border-bottom: 3px solid #0165ff;
  color: #0165ff;
}
.twowheeler-tabs .plan-tabs .hide {
  display: none;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper {
  margin-top: 15px;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name img {
  width: 130px;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name span {
  font-size: 16px;
  color: #253858;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 15px;
  font-weight: 500;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .price {
  font-size: 18px;
  line-height: 20px;
  color: #253858;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .price span {
  font-weight: 700;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom div {
  font-size: 16px;
  line-height: 30px;
  color: #253858;
  font-weight: 500;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium {
  width: 154px;
  background: #f35023 0 0 no-repeat padding-box;
  border: 1px solid #f35023;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  appearance: auto;
  padding-block: 8px;
  transition: all 0.7s ease;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium:hover {
  transform: scale(1.05);
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium:active, .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium.loading {
  font-size: 0;
  position: relative;
  height: 48px;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium:active::after, .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium.loading::after {
  position: absolute;
  content: "";
  left: 44%;
  top: 24%;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 24px;
  height: 24px;
  animation: spin 1.2s linear infinite;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom span.icon {
  display: inline-block;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #dfe6f0;
}
.twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom span.icon img {
  width: 20px;
}
.twowheeler-tabs .seemore-plans {
  text-align: center;
}
.twowheeler-tabs .seemore-plans span {
  padding: 10px 25px;
  background: 0 0;
  border-radius: 30px;
  font-size: 14px;
  color: #0065ff;
  font-weight: 500;
  cursor: pointer;
}
.twowheeler-tabs .seemore-plans span: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: 3px;
}
.twowheeler-tabs .seemore-plans.active span:after {
  top: 4px;
  position: relative;
  transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
  .twowheeler-tabs .plan-tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .twowheeler-tabs .plan-tabs::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium:hover {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium:active {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium.loading {
    height: 42px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 480px) {
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card {
    height: auto;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom,
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top {
    flex-wrap: wrap;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom div {
    margin-bottom: 0;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name {
    margin-bottom: 0;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name img {
    width: 90px;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom div,
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name span {
    font-size: 14px;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom div {
    width: 100%;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom div:last-child {
    text-align: right;
    margin-bottom: 0;
    border-top: 1px solid #bfbfbf;
    padding-top: 15px;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium {
    max-width: 145px;
    padding-block: 5px;
    font-size: 14px;
  }
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .price {
    position: absolute;
    bottom: 27px;
    font-size: 16px;
    font-weight: 600;
  }
  .twowheeler-tabs .plan-tabs .tw-tab-heading {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media (max-width: 320px) {
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-bottom .check-premium {
    max-width: 120px;
  }
}
#faqsWrapper, .faqsWrap {
  position: relative;
}
#faqsWrapper .data-lisitng,
#faqsWrapper .data_ul, .faqsWrap .data-lisitng,
.faqsWrap .data_ul {
  margin-top: 32px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0 !important;
}
#faqsWrapper .data-lisitng li,
#faqsWrapper .data_ul li, .faqsWrap .data-lisitng li,
.faqsWrap .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, .faqsWrap .data-lisitng li:before,
.faqsWrap .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, .faqsWrap .data-lisitng li .h2,
.faqsWrap .data-lisitng li .h3,
.faqsWrap .data-lisitng li .h4,
.faqsWrap .data-lisitng li h2,
.faqsWrap .data-lisitng li h3,
.faqsWrap .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, .faqsWrap .data_ul li .h2,
.faqsWrap .data_ul li .h3,
.faqsWrap .data_ul li .h4,
.faqsWrap .data_ul li h2,
.faqsWrap .data_ul li h3,
.faqsWrap .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, .faqsWrap .data-lisitng li .h2 a,
.faqsWrap .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, .faqsWrap .data-lisitng li .h3 a,
.faqsWrap .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, .faqsWrap .data-lisitng li .h4 a,
.faqsWrap .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, .faqsWrap .data-lisitng li h2 a,
.faqsWrap .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, .faqsWrap .data-lisitng li h3 a,
.faqsWrap .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, .faqsWrap .data-lisitng li h4 a,
.faqsWrap .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, .faqsWrap .data_ul li .h2 a,
.faqsWrap .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, .faqsWrap .data_ul li .h3 a,
.faqsWrap .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, .faqsWrap .data_ul li .h4 a,
.faqsWrap .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, .faqsWrap .data_ul li h2 a,
.faqsWrap .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, .faqsWrap .data_ul li h3 a,
.faqsWrap .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, .faqsWrap .data_ul li h4 a,
.faqsWrap .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, .faqsWrap .data-lisitng li .h2 a:hover,
.faqsWrap .data-lisitng li .h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h3 a:hover,
#faqsWrapper .data-lisitng li .h3 span:hover, .faqsWrap .data-lisitng li .h3 a:hover,
.faqsWrap .data-lisitng li .h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h4 a:hover,
#faqsWrapper .data-lisitng li .h4 span:hover, .faqsWrap .data-lisitng li .h4 a:hover,
.faqsWrap .data-lisitng li .h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h2 a:hover,
#faqsWrapper .data-lisitng li h2 span:hover, .faqsWrap .data-lisitng li h2 a:hover,
.faqsWrap .data-lisitng li h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h3 a:hover,
#faqsWrapper .data-lisitng li h3 span:hover, .faqsWrap .data-lisitng li h3 a:hover,
.faqsWrap .data-lisitng li h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li h4 a:hover,
#faqsWrapper .data-lisitng li h4 span:hover, .faqsWrap .data-lisitng li h4 a:hover,
.faqsWrap .data-lisitng li h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h2 a:hover,
#faqsWrapper .data_ul li .h2 span:hover, .faqsWrap .data_ul li .h2 a:hover,
.faqsWrap .data_ul li .h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h3 a:hover,
#faqsWrapper .data_ul li .h3 span:hover, .faqsWrap .data_ul li .h3 a:hover,
.faqsWrap .data_ul li .h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li .h4 a:hover,
#faqsWrapper .data_ul li .h4 span:hover, .faqsWrap .data_ul li .h4 a:hover,
.faqsWrap .data_ul li .h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h2 a:hover,
#faqsWrapper .data_ul li h2 span:hover, .faqsWrap .data_ul li h2 a:hover,
.faqsWrap .data_ul li h2 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h3 a:hover,
#faqsWrapper .data_ul li h3 span:hover, .faqsWrap .data_ul li h3 a:hover,
.faqsWrap .data_ul li h3 span:hover {
  color: #0065ff;
}
#faqsWrapper .data_ul li h4 a:hover,
#faqsWrapper .data_ul li h4 span:hover, .faqsWrap .data_ul li h4 a:hover,
.faqsWrap .data_ul li h4 span:hover {
  color: #0065ff;
}
#faqsWrapper .data-lisitng li .h2 a:after,
#faqsWrapper .data-lisitng li .h2 span:after, .faqsWrap .data-lisitng li .h2 a:after,
.faqsWrap .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, .faqsWrap .data-lisitng li .h3 a:after,
.faqsWrap .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, .faqsWrap .data-lisitng li .h4 a:after,
.faqsWrap .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, .faqsWrap .data-lisitng li h2 a:after,
.faqsWrap .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, .faqsWrap .data-lisitng li h3 a:after,
.faqsWrap .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, .faqsWrap .data-lisitng li h4 a:after,
.faqsWrap .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, .faqsWrap .data_ul li .h2 a:after,
.faqsWrap .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, .faqsWrap .data_ul li .h3 a:after,
.faqsWrap .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, .faqsWrap .data_ul li .h4 a:after,
.faqsWrap .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, .faqsWrap .data_ul li h2 a:after,
.faqsWrap .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, .faqsWrap .data_ul li h3 a:after,
.faqsWrap .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, .faqsWrap .data_ul li h4 a:after,
.faqsWrap .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], .faqsWrap .data-lisitng li .h2 a[flag=up],
.faqsWrap .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], .faqsWrap .data-lisitng li .h3 a[flag=up],
.faqsWrap .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], .faqsWrap .data-lisitng li .h4 a[flag=up],
.faqsWrap .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], .faqsWrap .data-lisitng li h2 a[flag=up],
.faqsWrap .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], .faqsWrap .data-lisitng li h3 a[flag=up],
.faqsWrap .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], .faqsWrap .data-lisitng li h4 a[flag=up],
.faqsWrap .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], .faqsWrap .data_ul li .h2 a[flag=up],
.faqsWrap .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], .faqsWrap .data_ul li .h3 a[flag=up],
.faqsWrap .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], .faqsWrap .data_ul li .h4 a[flag=up],
.faqsWrap .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], .faqsWrap .data_ul li h2 a[flag=up],
.faqsWrap .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], .faqsWrap .data_ul li h3 a[flag=up],
.faqsWrap .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], .faqsWrap .data_ul li h4 a[flag=up],
.faqsWrap .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, .faqsWrap .data-lisitng li .h2 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data-lisitng li .h3 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data-lisitng li .h4 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data-lisitng li h2 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data-lisitng li h3 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data-lisitng li h4 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data_ul li .h2 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data_ul li .h3 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data_ul li .h4 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data_ul li h2 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data_ul li h3 a[flag=up]:after,
.faqsWrap .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, .faqsWrap .data_ul li h4 a[flag=up]:after,
.faqsWrap .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]), .faqsWrap .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, .faqsWrap .data-lisitng li .h2 a:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li .h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li .h2 span:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li .h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li .h3 a:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li .h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li .h3 span:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li .h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li .h4 a:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li .h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li .h4 span:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li .h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li h2 a:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li h2 span:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li h3 a:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li h3 span:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li h4 a:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data-lisitng li h4 span:not([href]):not([tabindex]):focus, .faqsWrap .data-lisitng li h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li .h2 a:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li .h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li .h2 span:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li .h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li .h3 a:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li .h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li .h3 span:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li .h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li .h4 a:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li .h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li .h4 span:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li .h4 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li h2 a:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li h2 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li h2 span:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li h2 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li h3 a:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li h3 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li h3 span:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li h3 span:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li h4 a:not([href]):not([tabindex]):focus, .faqsWrap .data_ul li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]), .faqsWrap .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, .faqsWrap .data_ul li h4 span:not([href]):not([tabindex]):focus, .faqsWrap .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, .faqsWrap .data-lisitng li .h2 + div,
.faqsWrap .data-lisitng li .h3 + div,
.faqsWrap .data-lisitng li .h4 + div,
.faqsWrap .data-lisitng li h2 + div,
.faqsWrap .data-lisitng li h3 + div,
.faqsWrap .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, .faqsWrap .data_ul li .h2 + div,
.faqsWrap .data_ul li .h3 + div,
.faqsWrap .data_ul li .h4 + div,
.faqsWrap .data_ul li h2 + div,
.faqsWrap .data_ul li h3 + div,
.faqsWrap .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, .faqsWrap .data-lisitng li .h2 + div p,
.faqsWrap .data-lisitng li .h3 + div p,
.faqsWrap .data-lisitng li .h4 + div p,
.faqsWrap .data-lisitng li h2 + div p,
.faqsWrap .data-lisitng li h3 + div p,
.faqsWrap .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, .faqsWrap .data_ul li .h2 + div p,
.faqsWrap .data_ul li .h3 + div p,
.faqsWrap .data_ul li .h4 + div p,
.faqsWrap .data_ul li h2 + div p,
.faqsWrap .data_ul li h3 + div p,
.faqsWrap .data_ul li h4 + div p {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}
#faqsWrapper .faq_tabs_inner, .faqsWrap .faq_tabs_inner {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#faqsWrapper .faq_tabs_inner .tabs_faq, .faqsWrap .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, .faqsWrap .faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}
#faqsWrapper .faq_tabs_inner .tabs_faq.active, .faqsWrap .faq_tabs_inner .tabs_faq.active {
  color: #253858;
  font-weight: 600;
  position: relative;
}
#faqsWrapper .faq_tabs_inner .tabs_faq.active:after, .faqsWrap .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, .faqsWrap.faq-inp ul li .h2 + div,
.faqsWrap.faq-inp ul li .h3 + div,
.faqsWrap.faq-inp ul li .h4 + div,
.faqsWrap.faq-inp ul li h2 + div,
.faqsWrap.faq-inp ul li h3 + div,
.faqsWrap.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, .faqsWrap.faq-inp ul li .h2:has(.minusPos) + div,
.faqsWrap.faq-inp ul li .h3:has(.minusPos) + div,
.faqsWrap.faq-inp ul li .h4:has(.minusPos) + div,
.faqsWrap.faq-inp ul li h2:has(.minusPos) + div,
.faqsWrap.faq-inp ul li h3:has(.minusPos) + div,
.faqsWrap.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;
}

@media (max-width: 1024px) {
  #faqsWrapper .faq_tabs_inner {
    overflow: auto;
    white-space: nowrap;
  }
  #faqsWrapper .faq_tabs_inner::-webkit-scrollbar {
    width: 0;
  }
}
.leftSection h3 a {
  display: inline-block;
}

.grid.sticky-rhs {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .grid.sticky-rhs {
    flex-direction: column;
  }
}
.rhs-sticky-banner-box {
  border-radius: 8px;
  padding: 0;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: sticky;
  top: 46px;
}
.rhs-sticky-banner-box img {
  width: 99%;
}

@media only screen and (max-width: 1024px) {
  .rhs-sticky-banner-box {
    position: relative;
    top: auto;
  }
}
.promotional_banner_right img {
  cursor: pointer;
}

.leftSection table p a.btn-primary,
.leftSection table p button.btn-primary {
  padding: 4px 10px 4px 0;
  font-size: 12px;
  position: relative;
}
.leftSection table p a.btn-primary:after,
.leftSection table p button.btn-primary:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 13px;
  top: 14px;
}

a,
button,
input,
select,
textPath,
textarea {
  outline: 0;
  box-shadow: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textPath:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
  padding-top: 0;
}

.bannertwredirect {
  cursor: pointer;
}

.breadcrumbinner {
  clear: both;
  background: #fff;
}
.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}
.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}
.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}
.breadcrumbinner ul.breadcrumb li.active, .breadcrumbinner ul.breadcrumb li:first-child {
  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) {
  .breadcrumbinner {
    background: 0 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .lang {
    list-style: none;
  }
  .langTransTW {
    background: 0 0;
    width: 65px;
    margin-bottom: 7px;
    right: 60px;
    line-height: 20px;
    position: absolute;
    top: 8px;
  }
  .langTransTW select {
    margin: 5px 0 0 0 !important;
    padding: 3px 17px 3px 3px !important;
    font-size: 13px;
    border-radius: 3px;
    width: 65px;
    margin-top: 4px;
    line-height: 16px;
    border: 1px solid #ececec;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
@media only screen and (max-width: 1024px) {
  .lang {
    list-style: none;
  }
  .langTransTW {
    background: 0 0;
    width: 65px;
    margin-bottom: 7px;
    right: 40px;
    line-height: 20px;
    position: absolute;
    top: 8px;
  }
  .langTransTW select {
    margin: 5px 0 0 0 !important;
    padding: 3px 17px 3px 3px !important;
    font-size: 13px;
    border-radius: 3px;
    width: 65px;
    margin-top: 4px;
    line-height: 16px;
    border: 1px solid #ececec;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
  }
  .tcondition.grid {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  .tcondition.grid .left,
  .tcondition.grid .right {
    float: inherit;
    text-align: center;
  }
  .tcondition.grid .left {
    float: left;
  }
  .tcondition.grid .right {
    float: right;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0 15px;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 0 16px 10px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .container {
    padding: 0;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: initial;
    padding: 0;
    clear: both;
  }
  #policybazaar .rightSection .rhsbannertwredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0;
    width: 100%;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
  .showForm .disForm .car_punchline {
    line-height: 30px;
    font-size: 18px;
    margin: 20px auto 30px;
  }
  .showForm .disForm .car_punchline span {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}
.hide-desktop {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
.tabs-data {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.tabs-data .tab-item {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.tabs-data .tab-item.selected, .tabs-data .tab-item:hover {
  color: #3965fb;
}
.tabs-data .tab-item.selected:before, .tabs-data .tab-item:hover:before {
  bottom: -1px;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3965fb;
}

@media screen and (max-width: 1024px) {
  #reviewslide .productSlider .itemCount {
    width: 160px !important;
  }
  #reviewslide .productSlider .itemCount .prtitle {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #reviewslide .productSlider .itemCount {
    width: 45% !important;
  }
  #reviewslide .productSlider .itemCount .prtitle {
    padding: 0 10px;
  }
}
.footer {
  padding: 0 !important;
}

#reviewslide .productSlider.slider {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  #reviewslide .productSlider.slider {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #reviewslide .productSlider.slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
#reviewslide .productSlider.slider .itemCount {
  padding: 0px;
  width: 200px;
  margin: 10px 8px;
}
@media screen and (max-width: 1024px) {
  #reviewslide .productSlider.slider .itemCount {
    width: 90% !important;
  }
  #reviewslide .productSlider.slider .itemCount .prtitle {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  #reviewslide .headingWrapper.product_slider_heading .h3 {
    margin-bottom: 0 !important;
  }
}
#reviewslide .button-wrapper {
  margin: 0 auto;
  text-align: center;
}
#reviewslide .button-wrapper .button {
  padding: 10px 25px;
  background: 0 0;
  border-radius: 30px;
  font-size: 14px;
  color: #0065ff;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #D3E5EC;
  background: #fff;
  display: inline-block;
  margin-top: 9px;
}
#reviewslide .button-wrapper .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;
}
#reviewslide .button-wrapper .button.active:after {
  top: 4px;
  position: relative;
  transform: rotate(225deg);
}

@media screen and (max-width: 1024px) {
  .product-article-wrapper {
    padding-top: 18px;
  }
}
.product-article-wrapper .article-most-common.sliderRoot {
  margin-bottom: 40px;
}

.block_content_wrapper p {
  margin-bottom: 8px;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
}

.exit-intent-popup-container.tw {
  transition: none;
}

.popular-searches-section {
  background: #f2f7ff;
}
.popular-searches-section .container {
  background: 0 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
  padding: 32px 0 36px;
}
.popular-searches-section .container .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  line-height: 36px;
  text-align: CENTER;
  font-weight: 500;
  position: relative;
  margin: 0 0 56px;
}
.popular-searches-section .container .heading::after {
  content: "";
  background: #ffab00;
  border-radius: 2px;
  width: 64px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
.popular-searches-section .container .popular-search-list {
  display: flex;
  flex-wrap: wrap;
}
.popular-searches-section .container .popular-search-list .popular-search {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  width: 31%;
  margin: 0 32px 28px 0;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular-searches-section .container .popular-search-list .popular-search:nth-child(3n) {
  margin-right: 0;
}
.popular-searches-section .container .popular-search-list .popular-search::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.popular-searches-section .container .view-more-popular-search {
  text-align: center;
  margin: 8px 0 0;
}
.popular-searches-section .container .view-more-popular-search .view-more {
  border: 1px solid #0065ff;
  border-radius: 100px;
  display: inline-block;
  background: #fff;
  padding: 6px 18px;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.popular-searches-section .container .view-more-popular-search .view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin: 0 0 2px 8px;
}
.popular-searches-section .container .view-more-popular-search .view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 8px;
}
.popular-searches-section.no-blue-bg {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .popular-searches-section .container {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .popular-searches-section .container .heading {
    margin: 0 0 44px;
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .popular-searches-section .container .popular-search-list .popular-search {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .popular-searches-section .container .popular-search-list .popular-search {
    width: 100%;
    margin: 0 0 16px;
  }
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox.form-items {
  justify-content: space-between;
  padding: 0 0 40px 0;
}
.flexbox.reverse {
  flex-direction: row;
}
.flexbox.colum {
  flex-direction: column;
}

@media (max-width: 1024px) {
  .flexbox {
    flex-direction: column;
  }
  .flexbox.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left,
.flexbox-right {
  width: 50%;
}

@media (max-width: 890px) {
  .flexbox-left,
  .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.cus520,
.flexbox-right.cus520 {
  width: 545px;
}

@media (max-width: 1024px) {
  .flexbox-left.cus520,
  .flexbox-right.cus520 {
    margin: 0 auto;
    width: 360px;
  }
}
@media (max-width: 375px) {
  .flexbox-left.cus520,
  .flexbox-right.cus520 {
    margin: 0 auto;
    width: 320px;
  }
}
@media (max-width: 320px) {
  .flexbox-left.cus520,
  .flexbox-right.cus520 {
    margin: 0 auto;
    width: 300px;
  }
}
.flexbox-left.w70,
.flexbox-right.w70 {
  width: calc(100% - 338px);
}

@media (max-width: 890px) {
  .flexbox-left.w70,
  .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60,
.flexbox-right.w60 {
  width: 60%;
}

@media (max-width: 1024px) {
  .flexbox-left.w60,
  .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w65,
.flexbox-right.w65 {
  width: 65%;
}

@media (max-width: 1024px) {
  .flexbox-left.w65,
  .flexbox-right.w65 {
    width: 100%;
  }
}
.flexbox-left.w40,
.flexbox-right.w40 {
  width: 40%;
}

@media (max-width: 1024px) {
  .flexbox-left.w40,
  .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30,
.flexbox-right.w30 {
  width: 338px;
}

@media (max-width: 1024px) {
  .flexbox-left.w30,
  .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox.sb {
  justify-content: space-between;
}
.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flexbox .button {
  background: #0065ff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 8px 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .flexbox .button {
    padding: 8px 14px;
  }
}
body:has(.spynav) .fixedh {
  position: initial !important;
}

.spynav {
  height: 56px;
  width: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  box-shadow: 0 4px 16px 0 rgba(69, 97, 144, 0.2);
}
.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.spynav .spylink.singleLink {
  width: calc(100% - 320px);
  margin-right: 20px;
}
.spynav .spylink.multiLink {
  width: 320px;
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 350px;
}
.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #172b4d;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 0.3s, transform 0.3s;
}
.spynav .spylink li.ht {
  overflow: hidden;
}
.spynav .spylink li.ht a {
  color: rgba(23, 43, 77, 0.6);
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
}
.spynav .spylink li.ht a:hover {
  color: #172b4d;
  background: #fff;
}
.spynav .spylink li.ht a .pink {
  background: 0 0;
}
.spynav .spylink li.ht.active a {
  color: #172b4d;
  font-weight: 500;
}
.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.spynav .spylink li.ht.active::after, .spynav .spylink li.ht:focus::after, .spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}
.spynav .spylink li > a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.spynav .spylink li > a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}
.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}
.spynav .spylink li .allContent select:focus {
  outline: 0;
  color: #fff;
}
.spynav.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1000;
  display: block;
}
.spynav.sticky ~ .pbcategoryPages,
.spynav.sticky ~ .travel-single-step-layout {
  position: relative;
}
.spynav.sticky ~ .pbcategoryPages:has(.visible),
.spynav.sticky ~ .travel-single-step-layout:has(.visible),
.spynav.sticky ~ .pbcategoryPages:has(.open),
.spynav.sticky ~ .travel-single-step-layout:has(.open) {
  z-index: 99999;
}

@media (max-width: 1024px) {
  .spynav .spylink.singleLink {
    width: calc(100% - 200px);
    margin-right: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .spynav .spylink.singleLink {
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink li {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li {
    min-width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .spynav .spylink.singleLink li {
    min-width: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li:nth-of-type(1n+2) {
    display: none;
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.multiLink {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink .flexbox {
    justify-content: CENTER;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .spynav .spylink li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .spynav .spylink li.ht {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spynav .spylink li.flexbox {
    justify-content: CENTER;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .select-dropdown {
    width: 100%;
  }
}
.select-dropdown__button {
  padding: 11px 25px 11px 36px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 4px;
  border: none;
  color: #0065ff;
  border: 1px solid #0065ff;
  font-weight: 500;
  font-size: 12px;
  width: 200px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-dropdown__button:before {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../../images/bu/motor/fullwidth/content-icon.svg) no-repeat center/contain;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.select-dropdown__button:focus {
  outline: 0;
}
.select-dropdown__button .zmdi {
  display: inline-block;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 12px;
  transition: all 0.2s ease-out;
  transform: translate(0, -50%);
}
.select-dropdown__button .zmdi:before {
  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: 4px;
  margin-left: 6px;
}

@media (max-width: 568px) {
  .select-dropdown__button {
    width: 165px;
  }
}
.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}
.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: 0;
    width: 100%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161 !important;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
.select-dropdown__list-item.main-nav {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .select-dropdown__list-item.main-nav {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  article {
    background: #fff;
  }
}

section.container {
  max-width: 1170px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  section.container {
    padding: 0 16px !important;
    margin: 0 0 40px;
  }
}

.margin-top-100 {
  margin: 100px 0 0;
}

.main-heading {
  font-weight: 700;
  font-size: 28px;
  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;
  }
}

.accordion {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin: 24px 0 0;
  }
}

.accordion-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 40px 0px rgba(45, 95, 179, 0.2);
  border-radius: 16px;
  margin: 0 0 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion-item {
    margin: 0 0 16px;
  }
  .accordion-item:last-child {
    margin: 0;
  }
}
.accordion-item .accordion-header {
  padding: 24px;
  position: relative;
  color: #253858;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .accordion-item .accordion-header {
    font-size: 18px;
    line-height: 27px;
  }
}
.accordion-item .accordion-header {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-header {
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
  }
}
.accordion-item .accordion-header .image {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-right: 20px;
}
.accordion-item .accordion-header .image img {
  max-width: 100%;
  height: auto;
}
.accordion-item .accordion-header .tag {
  background: #EAE6FF;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  padding: 6px 12px;
  color: #6554C0;
  margin-right: 17px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-header .tag {
    font-size: 10px;
    margin-right: 14px;
  }
}
.accordion-item .accordion-header .heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 90px);
}
.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-right: 9px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-header .heading {
    width: calc(100% - 55px);
  }
}
.accordion-item .accordion-content {
  display: none;
}
.accordion-item.active .accordion-header .heading::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.accordion-item.active .accordion-content {
  display: block;
  padding: 0px 20px 48px;
}
@media screen and (max-width: 767px) {
  .accordion-item.active .accordion-content {
    padding: 0 16px 16px;
  }
}
.accordion-item.active .accordion-content .description {
  margin: 0;
  color: rgba(37, 56, 88, 0.8);
}

.table {
  box-shadow: 5px 5px 30px 0px #D4DEEC;
  background: #fff;
  border-radius: 16px;
  padding: 0;
  margin: 31px 0 0;
  position: relative;
  border: 1px solid #D7DFEC;
}
.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%;
  border-radius: 16px;
}
.table table thead {
  background: #DFE7F3;
}
.table table thead.blue {
  background: #E1ECFD;
}
.table table thead th {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #253858;
  border-right: 0.6px dashed;
  border-color: rgba(37, 56, 88, 0.3);
}
.table table thead th span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: block;
  margin: 4px 0 0;
}
@media screen and (max-width: 1024px) {
  .table table thead th {
    font-size: 14px;
    line-height: 21px;
  }
}
.table table thead th:first-child {
  border-top-left-radius: 16px;
}
.table table thead th:last-child {
  border-top-right-radius: 16px;
  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;
  border-radius: 0 16px 16px 16px;
}
.table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.table table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.table table tbody tr:nth-child(2n) {
  background: #F8F8F8;
}
.table table tbody td {
  border-right: 0.6px dashed;
  border-color: rgba(37, 56, 88, 0.3);
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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: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: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.table .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: 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: 28px;
  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;
}

.unordered-list {
  margin: 10px 0 8px;
  padding-left: 18px;
}
.unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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;
  }
}

.ordered-list li {
  margin: 0 0 28px;
  position: relative;
}
.ordered-list li:last-child {
  margin: 0;
}
.ordered-list li::before {
  display: none;
}
.ordered-list li .number {
  background: #fff;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 16px 0 0;
  z-index: 1;
  border: 1px solid #D2E4FF;
  padding: 5px 16px;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number {
    padding: 4px 12px;
  }
}
.ordered-list li .number::after {
  content: "Step " counter(section);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number::after {
    font-size: 14px;
    line-height: 22px;
  }
}
.ordered-list li .number::after {
  color: #253858;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number::after {
    font-size: 12px;
    line-height: 24px;
  }
}
.ordered-list li .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .ordered-list li .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.ordered-list li .content {
  color: #253858;
}

.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:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .ordered-list li {
    margin: 0 0 18px;
  }
  .ordered-list li::before {
    left: 16px;
  }
}
.ordered-list li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 24px 0 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number {
    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;
}

.generic-tabs-section .generic-tab {
  border-radius: 8px;
  border: 0;
  background: rgba(198, 203, 223, 0.2);
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .generic-tabs-section .generic-tab {
    width: auto;
  }
}
.generic-tabs-section .generic-tab .generic-tab-links {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.generic-tabs-section .generic-tab .generic-tab-links.active {
  border-radius: 8px;
  box-shadow: none;
  background: white;
  box-shadow: 0px 6px 16px 0px rgba(132, 141, 171, 0.2);
  color: #0065ff;
  font-weight: 600;
}
.generic-tabs-section .generic-tab .generic-tab-links.active::after {
  display: none;
}
.generic-tabs-section .generic-tab .generic-tab-links:hover::after {
  display: none;
}
.generic-tabs-section .generic-tab-body .generic-tab-content {
  display: none;
}
.generic-tabs-section .generic-tab-body .generic-tab-content.active {
  display: block;
}

.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;
}

.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 .tw-widget {
  position: relative;
  z-index: 1;
}
.top-plans-section .twowheeler-tabs {
  padding: 10px 0 0 0;
  background: transparent;
  border-radius: 0;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .main-heading {
    padding: 0 16px 0;
    text-align: left;
    margin: 0 0 19px;
  }
}
.top-plans-section .twowheeler-tabs .plan-tabs {
  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 #dcdcdc;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .plan-tabs {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    border-radius: 0;
  }
  .top-plans-section .twowheeler-tabs .plan-tabs::-webkit-scrollbar {
    display: none;
  }
}
.top-plans-section .twowheeler-tabs .plan-tabs .tw-tab-heading {
  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;
}
.top-plans-section .twowheeler-tabs .plan-tabs .tw-tab-heading:last-child {
  margin-right: 0;
}
.top-plans-section .twowheeler-tabs .plan-tabs .tw-tab-heading.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
  border-bottom: 0;
  font-weight: 500;
}
.top-plans-section .twowheeler-tabs .plan-tabs .tw-tab-heading.active::after {
  display: none;
}
.top-plans-section .twowheeler-tabs .plan-tabs .tw-tab-heading:hover::after {
  display: none;
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper {
  margin: 24px auto 0;
  max-width: 780px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper {
    padding: 0 16px;
    margin: 20px auto 0;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card {
  border-radius: 16px;
  border: 1px solid #F4F5F7;
  padding: 21px 16px;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card {
    padding: 5px;
    border-radius: 8px;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top {
    margin-right: initial;
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .price {
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    left: 59px;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name {
  width: 25%;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name {
    width: 60%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name .image {
  min-height: 47px;
  flex-shrink: 0;
  border: 1px solid #DFE1E6;
  padding: 2px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name .image {
    min-height: 40px;
    max-width: 40px;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name .image img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name .image img {
    width: 38px;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name span {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name span {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
  }
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect {
  background: #0065FF;
  border-radius: 6px;
  padding: 11px 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  cursor: pointer;
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect:active {
  font-size: 0;
  transition: none;
  height: 43.5px;
  display: inline-block;
  width: 178px;
  position: relative;
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect:active::before {
  content: "Processing";
  font-size: 18px;
}
.top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect:active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 9px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect {
    font-size: 12px;
    padding: 13px 8px;
  }
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect:active {
    height: 40px;
    width: 114.5px;
  }
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect:active::before {
    font-size: 12px;
    line-height: 12px;
  }
  .top-plans-section .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .bannertwredirect:active::after {
    width: 18px;
    height: 18px;
    right: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    top: 10px;
  }
}
.top-plans-section .twowheeler-tabs #see-more {
  display: block;
  height: auto;
}
.top-plans-section .twowheeler-tabs #see-more span {
  border: 1px solid #D3E5EC;
  background: #fff;
  display: inline-block;
  margin-top: 9px;
}
.top-plans-section .tw-widget-disclaimer {
  max-width: 780px;
  margin: 0 auto;
  border-top: 0;
}

.section-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-1.no-flex {
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-1 {
    flex-direction: column;
  }
  .section-1.container {
    padding: 24px 16px 0 !important;
  }
  .section-1:has(.left > .image) {
    flex-direction: column-reverse;
  }
  .section-1 .container {
    flex-direction: column;
  }
}
.section-1 .left {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .section-1 .left {
    width: 100%;
  }
  .section-1 .left .image {
    margin-top: 24px;
    text-align: center;
  }
  .section-1 .left .image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .section-1 .left {
    position: relative;
  }
}
.section-1 .left:has(.image) {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .section-1 .left:has(.image) {
    width: 100%;
  }
}
.section-1 .right {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .section-1 .right {
    width: 100%;
  }
  .section-1 .right .image {
    margin-top: 24px;
    text-align: center;
  }
  .section-1 .right .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-1 .right:has(.image) {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .section-1 .right:has(.image) {
    width: 100%;
  }
}
.section-1 .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-1 .description p {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-1 .description:has(p + p) p {
  margin: 0 0 12px;
}
.section-1 .description:has(p + p) p:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-1 .main-heading .green {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .section-1 .main-heading {
    max-width: 250px;
    width: 100%;
  }
}
.section-1 .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-1 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-1 .button {
    width: 100%;
    text-align: center;
  }
}
.section-1 .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-1 .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 {
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-1 .button {
    margin: 16px 0 0;
  }
}
.section-1 .mobile-image {
  float: right;
  max-width: 110px;
  display: none;
}
.section-1 .mobile-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-1 .mobile-image {
    position: absolute;
    right: 0;
    width: 90px;
    top: -15px;
    display: block;
    display: none;
  }
}
.section-1 .image {
  text-align: center;
}

.section-2 .container {
  position: relative;
}
.section-2 .container::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-2-vector-image.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -40px;
  width: 266px;
  height: 268px;
}
@media screen and (max-width: 1024px) {
  .section-2 .container::after {
    display: none;
  }
}
.section-2 .left {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .section-2 .left {
    width: 100%;
  }
}
.section-2 .right {
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .section-2 .right {
    display: none;
  }
}
.section-2 .image {
  text-align: center;
}
.section-2 .disclaimer {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 16px 0 0;
}

.vehicles-covered-under-insurance-section {
  position: relative;
}
.vehicles-covered-under-insurance-section::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-3-vector-image.svg) no-repeat center/contain;
  position: absolute;
  left: -90px;
  bottom: 0px;
  width: 208px;
  height: 206px;
  z-index: 0;
  transform: scale(1) rotate(270deg);
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section::before {
    display: none;
  }
}
.vehicles-covered-under-insurance-section::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-3-vector-image.svg) no-repeat center/contain;
  position: absolute;
  right: -35px;
  top: 0px;
  width: 255px;
  height: 258px;
  z-index: 0;
  transform: rotate(-270deg);
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section::after {
    display: none;
  }
}
.vehicles-covered-under-insurance-section .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.vehicles-covered-under-insurance-section .bike-animation-section {
  margin: 40px 0 0;
}
.vehicles-covered-under-insurance-section .bike-row {
  position: relative;
  height: 125px;
  margin: 0 0 72px;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row {
    margin: 0 0 32px;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row .bike-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike-wrapper:last-child .bike-text {
  margin-left: 65px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row .bike-wrapper:last-child .bike-text {
    margin-left: 0px;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike {
  width: auto;
  position: absolute;
  bottom: 20px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row .bike {
    position: relative;
    bottom: auto;
    opacity: 1;
    max-width: 135px;
    height: auto;
    min-height: auto;
    width: 100%;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike.left {
  left: -150px;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row .bike.left {
    left: auto;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike.right {
  right: -150px;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row .bike.right {
    right: auto;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike-text {
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.014em;
  width: 28%;
  margin-right: 40px;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike-row .bike-text {
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
    margin-right: 0;
    width: 100%;
    max-width: 100px;
    margin: 12px 0 0 0;
  }
}
.vehicles-covered-under-insurance-section .bike-row .bike-text.visible {
  opacity: 1;
}
.vehicles-covered-under-insurance-section .bike.animate-left {
  animation: slideInLeft 2s forwards;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike.animate-left {
    animation: none;
  }
}
.vehicles-covered-under-insurance-section .bike.animate-right {
  animation: slideInRight 2s forwards;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .bike.animate-right {
    animation: none;
  }
}
@keyframes slideInLeft {
  to {
    left: 30%;
    opacity: 1;
  }
}
@keyframes slideInRight {
  to {
    right: 30%;
    opacity: 1;
  }
}
.vehicles-covered-under-insurance-section .button-wrapper {
  text-align: center;
}
.vehicles-covered-under-insurance-section .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.vehicles-covered-under-insurance-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: 0px;
}
@media screen and (max-width: 1024px) {
  .vehicles-covered-under-insurance-section .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.vehicles-covered-under-insurance-section .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vehicles-covered-under-insurance-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 .container {
  position: relative;
}
.section-3 .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-3 .container::after {
    display: none;
  }
}
.section-3 .container > .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-3 .container > .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .container > .description {
  max-width: 875px;
  width: 100%;
  margin: 7px 0 0;
}
.section-3 .container > .description span {
  font-weight: 500;
}
.section-3 .section-3-list {
  display: flex;
  z-index: 1;
  position: relative;
  margin: 48px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list {
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.section-3 .section-3-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-3 .section-3-list .type:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type {
    width: 100%;
    padding: 24px 16px;
    margin: 0 0 16px;
  }
}
.section-3 .section-3-list .type .heading {
  display: flex;
  align-items: center;
}
.section-3 .section-3-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-3 .section-3-list .type .heading .content {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-3 .section-3-list .type .heading .content {
  margin-left: 16px;
  max-width: 170px;
}
.section-3 .section-3-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .section-3-list .type .description {
  margin: 16px 0 0;
  min-height: 168px;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .description {
    min-height: auto;
  }
}
.section-3 .section-3-list .type .button-wrapper {
  margin: 24px 0 0;
}
@media (max-width: 1024px) {
  .section-3 .section-3-list .type .button-wrapper {
    text-align: right;
  }
  .section-3 .section-3-list .type .button-wrapper .button {
    width: 60%;
  }
}
.section-3 .section-3-list .type .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-3 .section-3-list .type .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-list .type .button {
    width: 100%;
    text-align: center;
  }
}
.section-3 .section-3-list .type .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-3 .section-3-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;
}

.bike-insurance-policies-comparison-section > .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section > .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.bike-insurance-policies-comparison-section > .description {
  margin: 7px 0 24px;
}
.bike-insurance-policies-comparison-section > .description span {
  font-weight: 500;
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper {
  display: FLEX;
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section {
  z-index: 0;
  position: relative;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section {
    flex-shrink: 0;
    width: 220px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-heading {
  height: 114px;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body {
  border: 1px dashed #253858;
  border-radius: 16px 0 0 16px;
  margin-right: -10px;
  z-index: 0;
  position: relative;
  padding: 19px 0 0 16px;
  border-right: 0px;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body {
    padding: 19px 0 0 10px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body .heading {
  font-weight: 500;
  padding: 12px 0 12px 24px;
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body .heading:nth-child(even) {
  background: rgba(235, 235, 235, 0.3019607843);
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .point-of-basis-section .point-of-basis-body .heading {
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section {
  width: 20%;
  border: 1px solid #DEEBFF;
  border-radius: 16px;
  margin: 0 32px 0 0;
  z-index: 1;
  box-shadow: 10px 23px 60px #E7f0ff;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section {
    flex-shrink: 0;
    width: 200px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .heading {
  background: #F1F7FF;
  border-radius: 16px 16px 0 0;
  border: 6px solid #fff;
  padding: 12px;
  text-align: CENTER;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
}
@media (max-width: 767px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .heading {
    padding: 30px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .heading span {
  display: block;
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .value-list {
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .value {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  text-align: center;
  padding: 15px 0;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .value:nth-child(even) {
  background: rgba(235, 235, 235, 0.3019607843);
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .value:first-child {
  height: 72px;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .value {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 0;
  }
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .value:first-child {
    height: 62px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .available {
  background: url(../../images/bu/motor/tw/fullwidth/check-icon.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .available {
    width: 17px;
    height: 17px;
  }
}
.bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .not-available {
  background: url(../../images/bu/motor/tw/fullwidth/cross-icon.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 4px 0;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .bike-insurance-policies-comparison-wrapper .comparison-section .not-available {
    width: 10px;
    height: 10px;
  }
}
.bike-insurance-policies-comparison-section .button-wrapper {
  text-align: center;
  margin: 40px auto 0;
  z-index: 1;
  position: relative;
}
.bike-insurance-policies-comparison-section .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  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-policies-comparison-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: 0px;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.bike-insurance-policies-comparison-section .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bike-insurance-policies-comparison-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;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-policies-comparison-section .button-wrapper {
    margin: 40px 0 0;
  }
}

.section-4 .container {
  display: block;
  position: relative;
}
.section-4 .section-4-list {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-4 .section-4-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-4 .section-4-list .type:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type {
    width: 100%;
    margin: 0 0 52px;
    padding-inline: 16px;
  }
}
.section-4 .section-4-list .type .image {
  height: 80px;
  margin-top: -44px;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .image {
    height: 60px;
    width: 60px;
    margin-top: -30px;
  }
  .section-4 .section-4-list .type .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-4 .section-4-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-4 .section-4-list .type .heading {
  margin: 8px 0 9px;
}
.section-4 .section-4-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-4 .section-4-list .data-lisitng {
  padding-left: 16px;
  margin: 16px 0 0;
}
.section-4 .section-4-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-4 .button-wrapper {
  text-align: center;
  margin: -32px auto 0;
  z-index: 1;
  position: relative;
}
.section-4 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-4 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-4 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-4 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-4 .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-4 .button-wrapper {
    margin: -16px 0 0;
  }
}
.section-4.with-cyan-bg .container {
  display: block;
  position: relative;
}

.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;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section {
  margin: 75px 0 0;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section {
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div {
  box-shadow: none;
  color: white;
  border-radius: 16px;
  position: relative;
  text-align: left;
  border: 1px solid #DFE1E6;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div {
    width: 100%;
    margin: 0 0 26px;
  }
  .new-bike-insurance-cover-section .covered-not-covered-section > div:last-child {
    margin: 0;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
}
.new-bike-insurance-cover-section .covered-not-covered-section > div .heading span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div .title {
  font-weight: 700;
  margin: 0 0 6px;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section {
    box-shadow: 8px 8px 50px 0px #D8E6FF;
    border: 1px solid #DFE1E6;
  }
}
.new-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: 47px;
  height: 60px;
  position: absolute;
  left: 32px;
  top: 9px;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
    width: 40px;
    height: 50px;
    top: 18px;
    left: 16px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .heading {
  color: #253858;
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list {
  margin: 24px 32px 0;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list {
    margin: 16px 0 0;
  }
}
.new-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;
}
.new-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) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .content {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered {
    margin: 0 0 16px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered:last-child {
  margin: 0;
}
.new-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) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered::before {
    top: 4px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .title {
  margin: 0 0 8px;
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active {
  box-shadow: 0px 2px 40px 0px rgba(25, 144, 94, 0.2);
  border: 0;
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active::before {
  width: 64px;
  height: 80px;
  position: absolute;
  left: 34px;
  top: -8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active::before {
    left: 16px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active .accordion-header {
  background: linear-gradient(180deg, #F2FFEF 0%, #FFFFFF 100%);
  padding: 24px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active .accordion-header {
    padding: 20px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active .accordion-header .heading {
  color: #00875A;
}
@media screen and (max-width: 767px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active .accordion-header .heading {
    width: calc(100% - 77px);
    font-size: 18px;
    line-height: 26px;
  }
}
.new-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: 47px;
  height: 60px;
  position: absolute;
  left: 32px;
  top: 9px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
    width: 40px;
    height: 50px;
    top: 18px;
    left: 16px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list {
  margin: 24px 32px 0;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list {
    margin: 16px 0 0;
  }
}
.new-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;
}
.new-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) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered {
    margin: 0 0 16px;
  }
}
.new-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) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered::before {
    top: 4px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active {
  box-shadow: 0px 2px 40px 0px rgba(144, 25, 25, 0.2);
  border: 0;
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active::before {
  width: 64px;
  height: 80px;
  position: absolute;
  left: 34px;
  top: -8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active::before {
    left: 16px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active .accordion-header {
  background: linear-gradient(180deg, #FFF3F1 0%, #FFFFFF 100%);
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active .accordion-header {
    padding: 20px;
  }
}
.new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active .accordion-header .heading {
  color: #DE350B;
}
@media screen and (max-width: 767px) {
  .new-bike-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active .accordion-header .heading {
    width: calc(100% - 77px);
    font-size: 18px;
    line-height: 26px;
  }
}
.new-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) {
  .new-bike-insurance-cover-section .disclaimer {
    font-size: 12px;
    line-height: 18px !important;
    margin: 16px 0 0;
  }
}
.new-bike-insurance-cover-section .button-wrapper {
  margin: 40px auto 0;
  text-align: center;
}
.new-bike-insurance-cover-section .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.new-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: 0px;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.new-bike-insurance-cover-section .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.new-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: 0px;
  vertical-align: middle;
  margin-left: 6px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .new-bike-insurance-cover-section .button-wrapper {
    margin: 16px 0 0;
  }
}

.section-5 .container {
  display: block;
  position: relative;
}
.section-5 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-5 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .section-5-list {
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list {
    margin: 16px 0 0;
  }
}
.section-5 .section-5-list .type {
  background: white;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  margin: 0 32px 32px 0;
  width: 48%;
}
.section-5 .section-5-list .type:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
}
.section-5 .section-5-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-5 .section-5-list .type .heading {
  margin: 8px 0 9px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type .heading {
    max-width: 225px;
  }
}
.section-5 .section-5-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-5 .section-5-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-5 .section-5-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .section-5-list .type .description {
  max-width: 100%;
}
.section-5 .button-wrapper {
  text-align: center;
  margin: 16px auto 0;
  z-index: 1;
  position: relative;
}
.section-5 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-5 .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: 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;
}
@media screen and (max-width: 1024px) {
  .section-5 .button-wrapper {
    margin: 96px auto 0;
  }
}
.section-5 .load-more-addons-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -98px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .section-5 .load-more-addons-wrapper {
    bottom: 80px;
    width: 109%;
  }
  .section-5 .load-more-addons-wrapper::before {
    content: "";
    width: 100%;
    background-color: #d9e8ff;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
.section-5 .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: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-5 .load-more-addons-wrapper .load-more-addons {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .load-more-addons-wrapper .load-more-addons {
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.section-5 .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-5 .load-more-addons-wrapper .load-more-addons {
    width: 50%;
    margin: 0px auto;
  }
}
.section-5 .load-more-addons-wrapper .load-more-addons.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

.section-6 > .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-6 > .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 > .description {
  margin: 7px 0 24px;
}
.section-6 > .description span {
  font-weight: 500;
}
.section-6 .tabs-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-6 .tabs-image {
    flex-direction: column;
  }
}
.section-6 .tabs-image .left {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .section-6 .tabs-image .left {
    width: 100%;
  }
}
.section-6 .tabs-image .right {
  width: 40%;
  text-align: center;
  position: relative;
}
.section-6 .tabs-image .right::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-7-vector-image.svg) no-repeat center/contain;
  position: absolute;
  width: 222px;
  height: 220px;
  top: -105px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-6 .tabs-image .right {
    display: none;
  }
}
.section-6 .bike-insurance-prices-section .row {
  display: flex;
  justify-content: space-between;
}
.section-6 .bike-insurance-prices-section .row .heading {
  width: 25%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-6 .bike-insurance-prices-section .row .heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .bike-insurance-prices-section .row .heading {
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.section-6 .bike-insurance-prices-section .row .heading.engine-capacity {
  font-weight: 400;
  padding: 0 12px;
}
@media screen and (max-width: 1024px) {
  .section-6 .bike-insurance-prices-section .row .heading {
    width: 35%;
  }
}
.section-6 .bike-insurance-prices-section .row .headings,
.section-6 .bike-insurance-prices-section .row .prices {
  width: 70%;
  display: flex;
  align-items: center;
}
.section-6 .bike-insurance-prices-section .row .headings .value,
.section-6 .bike-insurance-prices-section .row .prices .value {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-6 .bike-insurance-prices-section .row .headings,
  .section-6 .bike-insurance-prices-section .row .prices {
    width: 60%;
  }
}
.section-6 .bike-insurance-prices-section .row.heading-row {
  margin: 0 0 16px;
}
.section-6 .bike-insurance-prices-section .row.heading-row .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-6 .bike-insurance-prices-section .row.heading-row .value {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .bike-insurance-prices-section .row.heading-row .value {
  line-height: 24px;
  padding: 0 10px;
}
.section-6 .bike-insurance-prices-section .row.heading-row .value span {
  font-weight: 700;
  color: #00875A;
}
@media screen and (max-width: 1024px) {
  .section-6 .bike-insurance-prices-section .row.heading-row .value {
    font-size: 15px;
  }
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row {
  margin: 0 0 24px;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .heading {
  background: linear-gradient(151.23deg, #F1F7FF 11.1%, #EDEBFF 91.23%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 0;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .heading .description {
  margin: 8px 0 0;
}
@media (max-width: 767px) {
  .section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .heading .description {
    margin: 8px 0 0;
    font-size: 14px;
  }
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices {
  border-radius: 16px;
  position: relative;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid blue;
  position: absolute;
  left: -18px;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.yellow {
  background: #F7FAED;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.yellow::before {
  border-right-color: #F7FAED;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.orange {
  background: #fff5f2;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.orange::before {
  border-right-color: #fff5f2;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.purple {
  background: #f8f1ff;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.purple::before {
  border-right-color: #f8f1ff;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.blue {
  background: #F1F7FF;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices.blue::before {
  border-right-color: #F1F7FF;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices .value {
  width: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
.section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices .value:first-child {
  border-right: 1px dashed rgba(37, 56, 88, 0.4);
}
@media screen and (max-width: 1024px) {
  .section-6 .bike-insurance-prices-section .bike-insurance-prices-body .row .prices .value {
    font-size: 20px;
    line-height: 30px;
  }
}
.section-6 .disclaimer {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  line-height: 24px !important;
}
.section-6 .button-wrapper {
  text-align: right;
}
.section-6 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-6 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-6 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-6 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-6 .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 {
  padding: 72px 0 40px;
}
@media screen and (max-width: 1024px) {
  .section-7 {
    padding: 40px 16px;
  }
}
.section-7 .disclaimer {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.8);
}
.section-7 .container {
  display: block;
  position: relative;
}
.section-7 .container .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-7 .container .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-7 .container .description {
  position: relative;
  z-index: 1;
}
.section-7 .container .main-heading {
  position: relative;
  z-index: 1;
}
.section-7 .button-wrapper {
  margin: 56px auto 32px;
  text-align: center;
}
.section-7 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-7 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-7 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-7 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-7 .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-7 .button-wrapper {
    margin: 24px 0 16px;
  }
}
.section-7 .disclaimer p {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}

.section-8-wrapper .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-8-wrapper .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-8 {
    flex-direction: column;
  }
}
.section-8 .left {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .section-8 .left {
    width: 100%;
  }
}
.section-8 .right {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .section-8 .right {
    width: 100%;
  }
}
.section-8 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-8 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-8 .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-8 .image {
    display: none;
  }
}
.section-8 .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-8 .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-8 .calculate-premium-section {
    width: 100%;
    margin-left: 0;
    padding: 16px;
    border-radius: 8px;
  }
}
.section-8 .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-8 .calculate-premium-section .calculate-premium {
    flex-direction: column;
    border: 0;
    background: transparent;
  }
}
.section-8 .calculate-premium-section .calculate-premium .input-field {
  border-radius: 8px;
  padding: 10px;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-8 .calculate-premium-section .calculate-premium .input-field {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-8 .calculate-premium-section .calculate-premium .input-field {
  font-weight: 500;
  width: 63%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section-8 .calculate-premium-section .calculate-premium .input-field {
    width: 100%;
    border: 1px solid #97A0AF;
    background: #fff;
    border-radius: 8px;
    margin: 0 0 16px;
  }
}
.section-8 .calculate-premium-section .calculate-premium .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-8 .calculate-premium-section .calculate-premium .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-8 .calculate-premium-section .calculate-premium .button {
    width: 100%;
    text-align: center;
  }
}
.section-8 .calculate-premium-section .calculate-premium .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-8 .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-8 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-8 .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: 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-9 .container {
  position: relative;
}
.section-9 .container::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-9-vector-image.svg) no-repeat center/contain;
  width: 247px;
  height: 245px;
  position: absolute;
  left: 43%;
  bottom: -18px;
  z-index: 0;
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 1024px) {
  .section-9 .container::before {
    display: none;
  }
}
.section-9 .container::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/section-9-vector-image.svg) no-repeat center/contain;
  width: 230px;
  height: 231px;
  position: absolute;
  right: -30px;
  top: -18px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-9 .container::after {
    display: none;
  }
}
.section-9 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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 .section-9-list {
  margin: 40px 0 0;
  column-count: 3;
  column-gap: 2rem;
  max-width: 1050px;
  position: relative;
  z-index: 1;
}
.section-9 .section-9-list::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/factor-affecting-bike-insurance-image.svg) no-repeat center/contain;
  width: 252px;
  height: 270px;
  position: absolute;
  right: 20px;
  bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.section-9 .section-9-list .type {
  background: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  box-shadow: 14px 24px 72px 0px #D9DDFF;
  overflow: hidden;
  margin: 0 0 40px;
  padding: 24px 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list .type {
    margin: 0 0 24px;
  }
  .section-9 .section-9-list .type:first-child {
    order: 1;
  }
  .section-9 .section-9-list .type:nth-child(3) {
    order: 2;
  }
  .section-9 .section-9-list .type:nth-child(5) {
    order: 3;
  }
  .section-9 .section-9-list .type:nth-child(2) {
    order: 4;
  }
  .section-9 .section-9-list .type:nth-child(4) {
    order: 5;
  }
}
.section-9 .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-9 .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-9 .heading {
  margin: 16px 0 12px;
}
.section-9 .button-wrapper {
  position: absolute;
  bottom: 44px;
  left: 45%;
  transform: translate(-50%, 0px);
  z-index: 2;
}
.section-9 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-9 .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: 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;
}
@media screen and (max-width: 1024px) {
  .section-9 .button-wrapper {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
  }
}

.section-10 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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;
  }
}
.section-10 .section-10-list {
  list-style: none;
  counter-reset: section;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.section-10 .section-10-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-10 .section-10-list li:nth-child(2n) {
  margin-right: 0;
}
.section-10 .section-10-list li:nth-last-of-type(2), .section-10 .section-10-list li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list li {
    width: 100%;
    margin-right: 0;
    border: 0;
    margin: 0;
  }
  .section-10 .section-10-list li::before {
    content: "";
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 16px;
  }
  .section-10 .section-10-list li:last-child::before {
    display: none;
  }
}
.section-10 .section-10-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-10 .section-10-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-10 .section-10-list li .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
}
.section-10 .section-10-list li .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list li .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-10 .section-10-list li .description {
  margin: 8px 0 0;
  color: #505F79;
}
.section-10 .button-wrapper {
  text-align: center;
}
.section-10 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-10 .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: 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-11 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-11 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-11:has(p + p) > p {
  margin: 0 0 12px;
}
.section-11:has(p + p) > p:last-child {
  margin: 0;
}
.section-11 .section-11-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 36px;
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-list {
    align-items: flex-start;
    flex-direction: column;
    margin: 16px 0 0;
  }
}
.section-11 .section-11-list .type {
  display: flex;
  align-items: center;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-list .type {
    width: 70%;
    margin: 0 0 24px;
  }
  .section-11 .section-11-list .type:last-child {
    margin: 0;
  }
}
.section-11 .section-11-list .type .image {
  margin-right: 8px;
}
.section-11 .section-11-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-11 .section-11-list .type .content {
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .section-11 .section-11-list .type .content {
    font-weight: 700;
    font-size: 14px;
  }
}
.section-11 .section-11-list .type .content span {
  display: block;
}
.section-11 .list-image-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-11 .list-image-section {
    flex-direction: column;
  }
}
.section-11 .list-image-section .left,
.section-11 .list-image-section .right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section-11 .list-image-section .left,
  .section-11 .list-image-section .right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-11 .list-image-section .right {
    display: none;
  }
}
.section-11 .list-image-section .image {
  text-align: center;
}
.section-11 .list-image-section .button-wrapper {
  margin: 40px 0 0 70px;
}
@media screen and (max-width: 1024px) {
  .section-11 .list-image-section .button-wrapper {
    margin: 40px 0 0 0px;
  }
}
.section-11 .list-image-section .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-11 .list-image-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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-11 .list-image-section .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-11 .list-image-section .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-11 .list-image-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;
}
@media screen and (max-width: 1024px) {
  .section-11 .list-image-section .button-wrapper {
    margin: 16px 0 0;
  }
}

.kyc-documents-requirement-section {
  padding-bottom: 48px;
}
.kyc-documents-requirement-section .container {
  display: block;
}
.kyc-documents-requirement-section .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.kyc-documents-requirement-section .list-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .list-heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.kyc-documents-requirement-section .list-heading {
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .list-heading {
    margin: 24px 0 16px;
  }
}
.kyc-documents-requirement-section .kyc-documents-requirement-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .kyc-documents-requirement-list {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.kyc-documents-requirement-section .kyc-documents-requirement-list .type {
  display: flex;
  align-items: center;
  width: 26%;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .kyc-documents-requirement-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
  .kyc-documents-requirement-section .kyc-documents-requirement-list .type:last-child {
    margin: 0;
  }
}
.kyc-documents-requirement-section .kyc-documents-requirement-list .type .image {
  margin-right: 16px;
  box-shadow: 0px 4px 44px 0px #CDDFF7;
  background: white;
  width: 110px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kyc-documents-requirement-section .kyc-documents-requirement-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .kyc-documents-requirement-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.kyc-documents-requirement-section .kyc-documents-requirement-list .type .content {
  font-weight: 500;
  line-height: 24px;
}
.kyc-documents-requirement-section .kyc-documents-requirement-list .type .content span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .kyc-documents-requirement-section .kyc-documents-requirement-list .type .content {
    font-weight: 500;
  }
}

.know-claim-section .main-heading {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .main-heading {
    margin-bottom: 40px;
  }
}
.know-claim-section .sub-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .sub-heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.know-claim-section .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .know-claim-section .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.know-claim-section .claim-insurance-online-section {
  display: flex;
  margin: 24px 0 0;
  counter-reset: section;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .claim-insurance-online-section {
    flex-direction: column;
  }
}
.know-claim-section .claim-insurance-online-section .claim-insurance-online {
  border: 1px solid #FAE3D4;
  box-shadow: 0px 4px 80px 0px #F2F2F2;
  background: #fff;
  border-radius: 16px;
  width: 48%;
  margin: 0 36px 0 0;
  padding: 24px;
  counter-increment: section;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .claim-insurance-online-section .claim-insurance-online {
    width: 100%;
    margin: 0 0 24px;
    padding: 16px;
  }
  .know-claim-section .claim-insurance-online-section .claim-insurance-online:last-child {
    margin: 0;
  }
}
.know-claim-section .claim-insurance-online-section .claim-insurance-online .heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  display: flex;
  align-items: center;
  margin: 0 0 14px;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .claim-insurance-online-section .claim-insurance-online .heading {
    font-size: 16px;
    line-height: 24px;
    align-items: flex-start;
    margin: 0 0 8px;
  }
}
.know-claim-section .claim-insurance-online-section .claim-insurance-online .heading .number {
  width: 26px;
  height: 26px;
  background: #FFDBC3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
}
.know-claim-section .claim-insurance-online-section .claim-insurance-online .heading .number::before {
  content: counter(section);
  color: #A87A5D;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .claim-insurance-online-section .claim-insurance-online .heading .number {
    flex-shrink: 0;
  }
}
.know-claim-section .ordered-list {
  margin: 24px 0;
}
.know-claim-section .ordered-list li::before {
  top: 36px;
  left: 18px;
}
.know-claim-section .ordered-list .number {
  width: 36px;
  height: 36px;
  margin: 0 12px 0 0;
}
.know-claim-section .ordered-list .description {
  margin: 0;
}
.know-claim-section .line-wrapper {
  margin: 64px auto;
  text-align: CENTER;
}
.know-claim-section .line-wrapper .line {
  width: 200px;
  height: 1px;
  background: rgba(37, 56, 88, 0.2);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .line-wrapper {
    margin: 40px auto;
  }
}
.know-claim-section .required-documents-list {
  display: FLEX;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .required-documents-list {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 16px 0 0;
  }
}
.know-claim-section .required-documents-list .document {
  display: flex;
  align-items: CENTER;
  width: 27%;
  margin: 0 110px 44px 0;
}
.know-claim-section .required-documents-list .document:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .know-claim-section .required-documents-list .document {
    margin: 0 0 21px;
    width: 100%;
  }
}
.know-claim-section .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;
}
.know-claim-section .required-documents-list .document .tick::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  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) {
  .know-claim-section .required-documents-list .document .tick {
    width: 34px;
    height: 34px;
  }
}
.know-claim-section .required-documents-list .document .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .know-claim-section .required-documents-list .document .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .know-claim-section .required-documents-list .document .content {
    font-size: 14px;
    line-height: 20px;
  }
}

.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: 28px;
  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: 28px;
  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;
}

@media screen and (max-width: 1024px) {
  .bike-insurance-articles-new-layout {
    padding: 40px 0 0px 16px;
  }
}
.bike-insurance-articles-new-layout .product-article-wrapper {
  padding: 0;
}
.bike-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) {
  .bike-insurance-articles-new-layout .product-article-wrapper .ribbon {
    font-size: 24px;
    line-height: 36px;
  }
}
.bike-insurance-articles-new-layout .product-article-wrapper .acc-tab {
  border-radius: 8px;
  border: 0;
  background: rgba(198, 203, 223, 0.2);
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-articles-new-layout .product-article-wrapper .acc-tab {
    width: auto;
  }
}
.bike-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: 16px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
}
.bike-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active {
  border-radius: 8px;
  box-shadow: none;
  background: white;
  box-shadow: 0px 6px 16px 0px rgba(132, 141, 171, 0.2);
  color: #0065ff;
  font-weight: 600;
}
.bike-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active::after {
  display: none;
}
.bike-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item:hover::after {
  display: none;
}
.bike-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;
}
.bike-insurance-articles-new-layout .product-article-wrapper .pcard .related-img {
  border-radius: 12px;
}
.bike-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper {
  padding: 12px 0px 0;
}
.bike-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;
}
.bike-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data::before {
  display: none;
}
.bike-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore {
  font-weight: 500;
}
.bike-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore .arrow {
  display: none;
}
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left,
.bike-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;
}
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i,
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border: solid #fff;
  padding: 5px;
}
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left {
  left: -20px;
}
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  right: -1135px;
}
.bike-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}

.bike-insurer-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bike-insurer-section .insurance-companies-box.container {
    padding: 0 !important;
  }
}
.bike-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;
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list {
  display: flex;
  flex-wrap: wrap;
}
.bike-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;
}
.bike-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) {
  .bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    width: 47%;
    margin: 0px 16px 16px 0;
  }
  .bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(4n) {
    margin-right: 16px;
  }
  .bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(2n) {
    margin-right: 0;
  }
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image img {
  max-width: 135px;
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name {
  text-align: center;
  padding: 12px 39px;
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
    font-size: 14px;
    line-height: 22px;
  }
}
.bike-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) {
  .bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name {
    padding: 12px 0;
  }
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .more-content {
  display: none;
}
.bike-insurer-section .health-insurance-companies-box .health-insurance-companies-list .more-content.show {
  display: flex;
  flex-wrap: wrap;
}
.bike-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: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .bike-insurer-section .health-insurers-view-more {
    font-size: 14px;
    line-height: 22px;
  }
}
.bike-insurer-section .health-insurers-view-more {
  color: #0065ff;
  cursor: pointer;
}
.bike-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;
}
.bike-insurer-section .health-insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}
@media screen and (max-width: 1024px) {
  .bike-insurer-section .health-insurers-view-more {
    width: 205px;
  }
}

.bike-insurance-reviews-new-layout.with-beige-bg {
  background: #FBF3F1;
  padding: 60px 0 40px;
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .bike-insurance-reviews-new-layout.with-beige-bg {
    padding: 40px 0 40px 16px;
  }
  .bike-insurance-reviews-new-layout.with-beige-bg #reviewslide {
    background: transparent !important;
  }
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
  margin-bottom: 0;
}
@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: #999999;
  font-weight: bold;
  margin-right: 5px;
}
.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 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 screen and (max-width: 1024px) {
  .pbRelatedLinks {
    margin-top: 0px;
    background: none;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0px;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
}
@media only screen and (max-width: 768px) {
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
}
@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;
  }
}
.widgetMobile.container {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .widgetMobile.container {
    margin: 0 0 40px;
  }
}

.popular-brands-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .popular-brands-section {
    padding: 0 16px;
    margin: 0 0 36px;
  }
}
.popular-brands-section .popular-bike-insurance-brands-widget {
  position: relative;
}
.popular-brands-section .popular-bike-insurance-brands-widget .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .popular-brands-section .popular-bike-insurance-brands-widget .heading {
    font-size: 24px;
    line-height: 34px;
  }
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list {
    flex-direction: column;
  }
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 31%;
  padding: 8px 16px;
  margin: 0 32px 32px 0;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands:nth-child(3n) {
  margin-right: 0;
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/right-arrow-icon.svg) no-repeat center/contain;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1024px) {
  .popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands {
    width: 100%;
    margin: 0 0 24px;
  }
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands .logo {
  margin-right: 12px;
  height: 38px;
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands .logo img {
  max-width: 100%;
  height: auto;
}
.popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .popular-brands-section .popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands a {
    font-size: 14px;
    line-height: 22px;
  }
}
.popular-brands-section .popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands {
  text-align: CENTER;
}
.popular-brands-section .popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .popular-brands-section .popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span {
    font-size: 14px;
    line-height: 22px;
  }
}
.popular-brands-section .popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span {
  color: #0065ff;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.popular-brands-section .popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span::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;
}
.popular-brands-section .popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

@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: 28px;
  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%;
}

.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 {
    padding: 24px 16px;
  }
  .faq-section.container {
    border: 0;
    box-shadow: none;
  }
}
.faq-section #faqsWrapper h2, .faq-section .faqsWrap h2 {
  margin-block: 0;
}
.faq-section #faqsWrapper .faq_tabs_inner, .faq-section .faqsWrap .faq_tabs_inner {
  border-radius: 8px;
  border: 0;
  background: rgba(198, 203, 223, 0.2);
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 32px 0 24px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .faq_tabs_inner, .faq-section .faqsWrap .faq_tabs_inner {
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
    scrollbar-width: none;
  }
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq, .faq-section .faqsWrap .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: 16px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active, .faq-section .faqsWrap .faq_tabs_inner .tabs_faq.active {
  border-radius: 8px;
  box-shadow: none;
  background: white;
  box-shadow: 0px 6px 16px 0px rgba(132, 141, 171, 0.2);
  color: #0065ff;
  font-weight: 600;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active::after, .faq-section .faqsWrap .faq_tabs_inner .tabs_faq.active::after {
  display: none;
}
.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq:hover::after, .faq-section .faqsWrap .faq_tabs_inner .tabs_faq:hover::after {
  display: none;
}
.faq-section #faqsWrapper .data-lisitng > li, .faq-section #faqsWrapper .data_ul > li, .faq-section .faqsWrap .data-lisitng > li, .faq-section .faqsWrap .data_ul > 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, .faq-section #faqsWrapper .data_ul > li:last-child, .faq-section .faqsWrap .data-lisitng > li:last-child, .faq-section .faqsWrap .data_ul > li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li, .faq-section #faqsWrapper .data_ul > li, .faq-section .faqsWrap .data-lisitng > li, .faq-section .faqsWrap .data_ul > li {
    margin: 0 0 24px;
    padding: 0 0 24px;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span, .faq-section #faqsWrapper .data-lisitng > li h3 span, .faq-section #faqsWrapper .data-lisitng > li h5 span, .faq-section #faqsWrapper .data-lisitng > li h6 span, .faq-section #faqsWrapper .data_ul > li h4 span, .faq-section #faqsWrapper .data_ul > li h3 span, .faq-section #faqsWrapper .data_ul > li h5 span, .faq-section #faqsWrapper .data_ul > li h6 span, .faq-section .faqsWrap .data-lisitng > li h4 span, .faq-section .faqsWrap .data-lisitng > li h3 span, .faq-section .faqsWrap .data-lisitng > li h5 span, .faq-section .faqsWrap .data-lisitng > li h6 span, .faq-section .faqsWrap .data_ul > li h4 span, .faq-section .faqsWrap .data_ul > li h3 span, .faq-section .faqsWrap .data_ul > li h5 span, .faq-section .faqsWrap .data_ul > li h6 span {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .faq-section #faqsWrapper .data-lisitng > li h4 span, .faq-section #faqsWrapper .data-lisitng > li h3 span, .faq-section #faqsWrapper .data-lisitng > li h5 span, .faq-section #faqsWrapper .data-lisitng > li h6 span, .faq-section #faqsWrapper .data_ul > li h4 span, .faq-section #faqsWrapper .data_ul > li h3 span, .faq-section #faqsWrapper .data_ul > li h5 span, .faq-section #faqsWrapper .data_ul > li h6 span, .faq-section .faqsWrap .data-lisitng > li h4 span, .faq-section .faqsWrap .data-lisitng > li h3 span, .faq-section .faqsWrap .data-lisitng > li h5 span, .faq-section .faqsWrap .data-lisitng > li h6 span, .faq-section .faqsWrap .data_ul > li h4 span, .faq-section .faqsWrap .data_ul > li h3 span, .faq-section .faqsWrap .data_ul > li h5 span, .faq-section .faqsWrap .data_ul > li h6 span {
    padding: 0 20px 0 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span::after, .faq-section #faqsWrapper .data-lisitng > li h3 span::after, .faq-section #faqsWrapper .data-lisitng > li h5 span::after, .faq-section #faqsWrapper .data-lisitng > li h6 span::after, .faq-section #faqsWrapper .data_ul > li h4 span::after, .faq-section #faqsWrapper .data_ul > li h3 span::after, .faq-section #faqsWrapper .data_ul > li h5 span::after, .faq-section #faqsWrapper .data_ul > li h6 span::after, .faq-section .faqsWrap .data-lisitng > li h4 span::after, .faq-section .faqsWrap .data-lisitng > li h3 span::after, .faq-section .faqsWrap .data-lisitng > li h5 span::after, .faq-section .faqsWrap .data-lisitng > li h6 span::after, .faq-section .faqsWrap .data_ul > li h4 span::after, .faq-section .faqsWrap .data_ul > li h3 span::after, .faq-section .faqsWrap .data_ul > li h5 span::after, .faq-section .faqsWrap .data_ul > li h6 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, .faq-section #faqsWrapper .data-lisitng > li h3 span::after, .faq-section #faqsWrapper .data-lisitng > li h5 span::after, .faq-section #faqsWrapper .data-lisitng > li h6 span::after, .faq-section #faqsWrapper .data_ul > li h4 span::after, .faq-section #faqsWrapper .data_ul > li h3 span::after, .faq-section #faqsWrapper .data_ul > li h5 span::after, .faq-section #faqsWrapper .data_ul > li h6 span::after, .faq-section .faqsWrap .data-lisitng > li h4 span::after, .faq-section .faqsWrap .data-lisitng > li h3 span::after, .faq-section .faqsWrap .data-lisitng > li h5 span::after, .faq-section .faqsWrap .data-lisitng > li h6 span::after, .faq-section .faqsWrap .data_ul > li h4 span::after, .faq-section .faqsWrap .data_ul > li h3 span::after, .faq-section .faqsWrap .data_ul > li h5 span::after, .faq-section .faqsWrap .data_ul > li h6 span::after {
    right: 0;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 span[flag=up], .faq-section #faqsWrapper .data-lisitng > li h3 span[flag=up], .faq-section #faqsWrapper .data-lisitng > li h5 span[flag=up], .faq-section #faqsWrapper .data-lisitng > li h6 span[flag=up], .faq-section #faqsWrapper .data_ul > li h4 span[flag=up], .faq-section #faqsWrapper .data_ul > li h3 span[flag=up], .faq-section #faqsWrapper .data_ul > li h5 span[flag=up], .faq-section #faqsWrapper .data_ul > li h6 span[flag=up], .faq-section .faqsWrap .data-lisitng > li h4 span[flag=up], .faq-section .faqsWrap .data-lisitng > li h3 span[flag=up], .faq-section .faqsWrap .data-lisitng > li h5 span[flag=up], .faq-section .faqsWrap .data-lisitng > li h6 span[flag=up], .faq-section .faqsWrap .data_ul > li h4 span[flag=up], .faq-section .faqsWrap .data_ul > li h3 span[flag=up], .faq-section .faqsWrap .data_ul > li h5 span[flag=up], .faq-section .faqsWrap .data_ul > li h6 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, .faq-section #faqsWrapper .data-lisitng > li h3 span[flag=up]::after, .faq-section #faqsWrapper .data-lisitng > li h5 span[flag=up]::after, .faq-section #faqsWrapper .data-lisitng > li h6 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h4 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h3 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h5 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h6 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h4 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h3 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h5 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h6 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h4 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h3 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h5 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h6 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, .faq-section #faqsWrapper .data-lisitng > li h3 span[flag=up]::after, .faq-section #faqsWrapper .data-lisitng > li h5 span[flag=up]::after, .faq-section #faqsWrapper .data-lisitng > li h6 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h4 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h3 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h5 span[flag=up]::after, .faq-section #faqsWrapper .data_ul > li h6 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h4 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h3 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h5 span[flag=up]::after, .faq-section .faqsWrap .data-lisitng > li h6 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h4 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h3 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h5 span[flag=up]::after, .faq-section .faqsWrap .data_ul > li h6 span[flag=up]::after {
    right: 0;
  }
}
.faq-section #faqsWrapper .data-lisitng > li h4 + div, .faq-section #faqsWrapper .data-lisitng > li h3 + div, .faq-section #faqsWrapper .data-lisitng > li h5 + div, .faq-section #faqsWrapper .data-lisitng > li h6 + div, .faq-section #faqsWrapper .data_ul > li h4 + div, .faq-section #faqsWrapper .data_ul > li h3 + div, .faq-section #faqsWrapper .data_ul > li h5 + div, .faq-section #faqsWrapper .data_ul > li h6 + div, .faq-section .faqsWrap .data-lisitng > li h4 + div, .faq-section .faqsWrap .data-lisitng > li h3 + div, .faq-section .faqsWrap .data-lisitng > li h5 + div, .faq-section .faqsWrap .data-lisitng > li h6 + div, .faq-section .faqsWrap .data_ul > li h4 + div, .faq-section .faqsWrap .data_ul > li h3 + div, .faq-section .faqsWrap .data_ul > li h5 + div, .faq-section .faqsWrap .data_ul > li h6 + 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, .faq-section #faqsWrapper .data-lisitng > li h3 + div, .faq-section #faqsWrapper .data-lisitng > li h5 + div, .faq-section #faqsWrapper .data-lisitng > li h6 + div, .faq-section #faqsWrapper .data_ul > li h4 + div, .faq-section #faqsWrapper .data_ul > li h3 + div, .faq-section #faqsWrapper .data_ul > li h5 + div, .faq-section #faqsWrapper .data_ul > li h6 + div, .faq-section .faqsWrap .data-lisitng > li h4 + div, .faq-section .faqsWrap .data-lisitng > li h3 + div, .faq-section .faqsWrap .data-lisitng > li h5 + div, .faq-section .faqsWrap .data-lisitng > li h6 + div, .faq-section .faqsWrap .data_ul > li h4 + div, .faq-section .faqsWrap .data_ul > li h3 + div, .faq-section .faqsWrap .data_ul > li h5 + div, .faq-section .faqsWrap .data_ul > li h6 + div {
    padding: 0 20px 0 8px;
    font-size: 14px;
    line-height: 22px;
  }
}

.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: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #337EE8;
  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;
}

#reviewslide .headingWrapper .h3 {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 980px) {
  #reviewslide .headingWrapper .h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.makemodel-gridwidget {
  border: 2px solid #F1F6FF;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  margin: 0 auto 80px;
  max-width: 1170px;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget {
    border-radius: 0;
    padding: 20px 16px 0;
    margin: 0 16px 40px;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget .main-heading {
    margin-top: 40px;
  }
}
.makemodel-gridwidget .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget .heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.makemodel-gridwidget .flexlist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .flexlist {
    margin: 24px 0 24px;
  }
}
.makemodel-gridwidget .flexlist li {
  background: #F3F7FF;
  border-radius: 12px;
  width: 23.3%;
  margin: 0 24px 24px 0;
  display: flex;
  align-items: center;
}
.makemodel-gridwidget .flexlist li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .flexlist li {
    width: 47%;
    margin: 0 16px 16px 0;
  }
  .makemodel-gridwidget .flexlist li:nth-child(4n) {
    margin-right: 16px;
  }
  .makemodel-gridwidget .flexlist li:nth-child(2n) {
    margin-right: 0;
  }
}
.makemodel-gridwidget .flexlist li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #253858;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.makemodel-gridwidget .flexlist li a::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/explore-more-icon.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .flexlist li a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
  }
  .makemodel-gridwidget .flexlist li a::after {
    width: 12px;
    height: 12px;
  }
}
.makemodel-gridwidget .link {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translate(-50%, 0px);
}
.makemodel-gridwidget .link 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;
}
.makemodel-gridwidget .link 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;
}
.makemodel-gridwidget .link button.active::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}

@media screen and (max-width: 1024px) {
  .expert-advice-section {
    padding: 0 16px 12px;
  }
}
.expert-advice-section .expert-advice-quotes {
  background: #F5F9FF;
  border-radius: 16px;
  padding: 24px 24px 22px;
  position: relative;
  margin: 36px 0 0;
}
@media screen and (max-width: 1024px) {
  .expert-advice-section .expert-advice-quotes {
    background: #fff;
    margin: 24px 0;
    padding: 18px 16px 16px;
  }
}
.expert-advice-section .expert-advice-quotes::after {
  content: "";
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #F5F9FF;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -29px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .expert-advice-section .expert-advice-quotes::after {
    border-top: 30px solid #fff;
  }
}
.expert-advice-section .expert-advice-quotes .heading {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
}
.expert-advice-section .expert-advice-quotes .heading .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #36B37E;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .expert-advice-section .expert-advice-quotes .heading .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .expert-advice-section .expert-advice-quotes .heading .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.expert-advice-section .expert-advice-quotes .quotes p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px !important;
  color: #253858;
  margin: 0 0 12px;
}
.expert-advice-section .expert-advice-quotes .quotes .more-quotes {
  display: none;
}
.expert-advice-section .expert-advice-quotes .quotes .more-quotes.show {
  display: inline;
}
.expert-advice-section .expert-advice-quotes .quotes .more-quotes.mobile {
  display: inline;
}
@media screen and (max-width: 767px) {
  .expert-advice-section .expert-advice-quotes .quotes .more-quotes.mobile {
    display: none;
  }
  .expert-advice-section .expert-advice-quotes .quotes .more-quotes.mobile.show {
    display: inline;
  }
}
.expert-advice-section .expert-advice-quotes .quotes .read-more-quotes {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0065FF;
  position: relative;
  cursor: pointer;
}
.expert-advice-section .expert-advice-quotes .quotes .read-more-quotes::after {
  content: "";
  border: solid #0065FF;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 3px 7px;
}
.expert-advice-section .expert-advice-quotes .quotes .read-more-quotes.show::after {
  transform: rotate(-135deg);
  margin: 0px 0 1px 7px;
}
.expert-advice-section .expert-details {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.expert-advice-section .expert-details .name-designation {
  margin-right: 16px;
}
.expert-advice-section .expert-details .name-designation .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: #253858;
}
.expert-advice-section .expert-details .name-designation .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .expert-advice-section .expert-details .name-designation .designation {
    font-size: 14px;
    line-height: 24px;
  }
}

.review #reviewslide .headingWrapper .h3 {
  font-size: 26px;
  font-weight: bold;
}

.review #reviewslide .headingWrapper .h3 {
  line-height: 34px;
}

.section-12 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-12 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-12 .section-12-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-12 .section-12-list {
    margin: 24px 0 0;
  }
}
.section-12 .section-12-list .type {
  width: 32%;
  display: flex;
  align-items: center;
  margin: 0 0 52px;
}
.section-12 .section-12-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-12 .section-12-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-12 .section-12-list .type .content {
  font-weight: 500;
  margin-left: 20px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  .section-12 .section-12-list .type {
    width: 100%;
    margin: 0 0 24px;
  }
  .section-12 .section-12-list .type .image img {
    max-width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  .section-12 .section-12-list .type .content {
    width: auto;
  }
}
.section-12 .button-wrapper {
  text-align: center;
  margin: 0px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-12 .button-wrapper {
    margin-bottom: 0;
  }
}
.section-12 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-12 .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: 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 .required-documents-list {
  display: FLEX;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-13 .required-documents-list {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 16px 0 0;
  }
}
.section-13 .required-documents-list .document {
  display: flex;
  align-items: CENTER;
  width: 31%;
  margin: 0 28px 20px 0;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
.section-13 .required-documents-list .document:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-13 .required-documents-list .document {
    margin: 0 0 21px;
    width: 100%;
  }
}
.section-13 .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-13 .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-13 .required-documents-list .document .tick {
    width: 34px;
    height: 34px;
  }
}
.section-13 .required-documents-list .document .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-13 .required-documents-list .document .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-13 .required-documents-list .document .content {
  font-weight: 500;
}
.section-13 .required-documents-list .document .content a {
  color: #0065ff;
}
@media screen and (max-width: 1024px) {
  .section-13 .required-documents-list .document .content {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-13 .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-13 .button-wrapper {
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-13 .button-wrapper {
    margin-bottom: 0;
  }
}
.section-13 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-13 .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: 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-14 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-14 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-14 .flex-row {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-14 .flex-row {
    flex-direction: column;
  }
}
.section-14 .flex-row .left {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .section-14 .flex-row .left {
    width: 100%;
  }
}
.section-14 .flex-row .right {
  width: 35%;
}
.section-14 .flex-row .right .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-14 .flex-row .right {
    width: 100%;
  }
  .section-14 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
}
.section-14 .section-14-list {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-14 .section-14-list {
    margin: 24px 0 0;
  }
}
.section-14 .section-14-list .type {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  width: 100%;
  background: #F3F7FF;
  border-radius: 16px;
  padding: 20px 24px;
}
.section-14 .section-14-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-14 .section-14-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-14 .section-14-list .type .content {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .section-14 .section-14-list .type {
    padding: 18px 16px;
  }
  .section-14 .section-14-list .type .image img {
    max-width: 40px;
    height: auto;
  }
  .section-14 .section-14-list .type .content {
    margin-right: 16px;
  }
}
.section-14 .button-wrapper {
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-14 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-14 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-14 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-14 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-14 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-14 .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 .section-15-list {
  display: flex;
  margin: 16px 0 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    margin: 16px 0 24px;
  }
}
.section-15 .section-15-list .type {
  box-shadow: 0px 4px 80px 0px #F2F2F2;
  border: 1px solid #E1DBFF;
  background: #fff;
  border-radius: 16px;
  width: 23%;
  margin: 0 24px 24px 0;
  padding: 16px;
}
.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: 100%;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    max-width: 210px;
  }
  .section-15 .section-15-list .type:nth-child(4n) {
    margin-right: 20px;
  }
  .section-15 .section-15-list .type:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list .type .image img {
    max-width: 40px;
    height: auto;
  }
}
.section-15 .section-15-list .type .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list .type .content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-15 .section-15-list .type .content .details {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-15 .section-15-list .type .content .details {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-15 .section-15-list .type .content .details {
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 767px) {
  .section-15 .section-15-list .type.more-type.hide {
    display: block !important;
  }
}
.section-15 .button-wrapper {
  text-align: center;
}
.section-15 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-15 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-15 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-15 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-15 .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 .load-more-steps-wrapper {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.section-15 .load-more-steps-wrapper .load-more-steps {
  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 .load-more-steps-wrapper .load-more-steps::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 .load-more-steps-wrapper .load-more-steps.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .section-15 .load-more-steps-wrapper {
    display: none;
  }
}

.types-of-bike-insurance-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;
}
.comparison-table .comparison-table-row:nth-child(odd) .comparison-table-data:nth-child(2), .comparison-table .comparison-table-row:nth-child(odd) .comparison-table-data:last-child {
  background: #fff;
}
.comparison-table .comparison-table-row:nth-child(even) .comparison-table-data {
  background: #e6f5f7;
}
.comparison-table .comparison-table-row:last-child .comparison-table-data:first-child {
  background: transparent;
}
.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: 1px solid #DEEBFF;
  border-radius: 0 0 16px 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: 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) .button::after, .comparison-table .comparison-table-row:last-child .comparison-table-data:last-child .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: 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;
}
.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) {
    display: none;
  }
}
@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 16px;
  }
}
.comparison-table .comparison-table-row.heading {
  border-bottom: 1px dashed rgba(37, 56, 88, 0.2392156863);
}
@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: 40%;
  border-left: 1px solid #DEEBFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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;
}
.comparison-table .comparison-table-row .comparison-table-data:last-child .content {
  display: flex;
  align-items: flex-start;
}
.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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  border-bottom: 3px solid #00875A;
  border-right: 3px solid #00875A;
  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;
  }
  .comparison-table .comparison-table-row .comparison-table-data .tick::after {
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #00875A;
    border-right: 2px solid #00875A;
  }
}
@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: 20%;
  flex-shrink: 0;
  border: 0;
  font-weight: 500;
  border-radius: 8px 0 0 8px;
  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: 50%;
    transform: translate(-50%, 0px);
    top: 8px;
  }
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading {
  padding: 16px 0;
  color: #253858;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(2) {
  background: #e1f0f2;
  border-radius: 16px 16px 0 0;
  border: 1px solid #DEEBFF;
  border-bottom: 0;
  padding: 22px 0 16px;
}
.comparison-table .comparison-table-row .comparison-table-data.table-heading:nth-child(3) {
  position: relative;
  background: #E3FCEF;
  border: 5px solid #fff;
  border-radius: 16px 16px 0 0;
}
@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;
}

.section-16 .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row {
    flex-direction: column;
  }
}
.section-16 .flex-row .left {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .left {
    width: 100%;
  }
}
.section-16 .flex-row .right {
  width: 33%;
}
.section-16 .flex-row .right .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .right {
    width: 100%;
  }
  .section-16 .flex-row .right .image {
    margin: 24px auto 0;
    text-align: center;
  }
}
.section-16 .flex-row .section-16-list {
  display: flex;
  flex-wrap: wrap;
  margin: 36px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 15px 0 0;
    padding-bottom: 24px;
  }
}
.section-16 .flex-row .section-16-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-16 .flex-row .section-16-list .type:nth-child(2n) {
  margin-right: 0;
}
.section-16 .flex-row .section-16-list .type:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .type {
    width: 100%;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    max-width: 261px;
  }
  .section-16 .flex-row .section-16-list .type:nth-child(2n) {
    margin-right: 20px;
  }
}
.section-16 .flex-row .section-16-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: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .type .heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-16 .flex-row .section-16-list .type .heading {
  font-weight: 600;
  text-transform: capitalize;
  color: #253858;
}
.section-16 .flex-row .section-16-list .type .heading img {
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .type .heading img {
    max-width: 40px;
  }
}
.section-16 .flex-row .section-16-list .type .heading.yellow {
  background: #FFF9E8;
}
.section-16 .flex-row .section-16-list .type .heading.pink {
  background: #FFF2FB;
}
.section-16 .flex-row .section-16-list .type .heading.orange {
  background: #FFF2EF;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .type .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-16 .flex-row .section-16-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-16 .flex-row .section-16-list .type .content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-16 .flex-row .section-16-list .button-wrapper {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-16 .flex-row .section-16-list .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-16 .flex-row .section-16-list .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .section-16-list .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-16 .flex-row .section-16-list .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-16 .flex-row .section-16-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-16 .flex-row .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-16 .flex-row .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-16 .flex-row .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-16 .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-17 {
  position: relative;
}
.section-17 .section-17-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.section-17 .section-17-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  background: #fff;
  border-radius: 16px;
  margin: 0 24px 24px 0;
  width: 23%;
  padding: 24px;
}
.section-17 .section-17-list .type:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-17 .section-17-list .type {
    width: 31%;
  }
  .section-17 .section-17-list .type:nth-child(4n) {
    margin-right: 24px;
  }
  .section-17 .section-17-list .type:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-17 .section-17-list .type {
    width: 47%;
    margin: 0 16px 16px 0;
    padding: 16px;
  }
  .section-17 .section-17-list .type:nth-child(4n) {
    margin-right: 16px;
  }
  .section-17 .section-17-list .type:nth-child(3n) {
    margin-right: 16px;
  }
  .section-17 .section-17-list .type:nth-child(2n) {
    margin-right: 0;
  }
  .section-17 .section-17-list .type .image img {
    max-width: 40px;
    width: 100%;
    height: auto;
  }
}
.section-17 .section-17-list .type .content {
  margin: 16px 0 0;
}
.section-17 .section-17-list .type .title {
  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 .type .title {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-17 .section-17-list .type .title {
  font-weight: 600;
  margin: 0 0 12px 0;
}
.section-17 .section-17-list .type .details {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-17 .section-17-list .type .details {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-17 .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-17 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
.section-17 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-17 .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: 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;
}
.section-17 .load-more-features-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
.section-17 .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: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-17 .load-more-features-wrapper .load-more-features {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-17 .load-more-features-wrapper .load-more-features {
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.section-17 .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-17 .load-more-features-wrapper .load-more-features {
    display: inline-block;
  }
}
.section-17 .load-more-features-wrapper .load-more-features.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}

.section-18 {
  position: relative;
}
.section-18 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-18 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-18 .section-18-list {
  display: FLEX;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list {
    overflow-x: scroll;
    width: 100%;
  }
  .section-18 .section-18-list::-webkit-scrollbar {
    display: none;
  }
}
.section-18 .section-18-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  border: 1px solid #FAF3F0;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
  width: 48%;
  margin: 0 40px 40px 0;
}
.section-18 .section-18-list .type:nth-child(2n) {
  margin-right: 0;
}
.section-18 .section-18-list .type:nth-last-child(2), .section-18 .section-18-list .type:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type {
    margin: 0 18px 0 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
  .section-18 .section-18-list .type:nth-last-child(2), .section-18 .section-18-list .type:last-child {
    margin-bottom: 16px;
  }
}
.section-18 .section-18-list .type .engine-capacity {
  background: #FBF9F8;
  border-radius: 12px 12px 0 0;
  padding: 20px;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .engine-capacity {
    padding: 16px;
    align-items: flex-start;
  }
}
.section-18 .section-18-list .type .engine-capacity .image-content {
  display: flex;
  align-items: center;
}
.section-18 .section-18-list .type .engine-capacity .button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  padding: 14px 29px;
  background: #0065ff;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .engine-capacity .button {
    padding: 10px 16px;
    flex-shrink: 0;
    margin-left: 4px;
  }
}
.section-18 .section-18-list .type .engine-capacity .image {
  margin: 0 12px 0 0;
}
.section-18 .section-18-list .type .engine-capacity .image img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .engine-capacity .image {
    margin-right: 8px;
    flex-shrink: 0;
    max-width: 24px;
  }
}
.section-18 .section-18-list .type .engine-capacity .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  margin: 0 0 1px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .engine-capacity .label {
    font-size: 12px;
  }
}
.section-18 .section-18-list .type .engine-capacity .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .engine-capacity .value {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-18 .section-18-list .type .engine-capacity .value {
  font-weight: 500;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .engine-capacity .value {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-18 .section-18-list .type .insurance-premium-rates-list {
  display: FLEX;
  align-items: center;
}
.section-18 .section-18-list .type .insurance-premium-rates {
  display: flex;
  align-items: CENTER;
  width: 50%;
  padding: 24px 20px;
}
.section-18 .section-18-list .type .insurance-premium-rates:first-child {
  border-right: 1px dashed rgba(37, 56, 88, 0.2);
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .insurance-premium-rates {
    padding: 16px 12px;
    flex-direction: column;
  }
}
.section-18 .section-18-list .type .insurance-premium-rates .content {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .insurance-premium-rates .content {
    margin: 12px 0 0;
  }
}
.section-18 .section-18-list .type .insurance-premium-rates .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .insurance-premium-rates .label {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.section-18 .section-18-list .type .insurance-premium-rates .value {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
  text-align: left;
  margin: 0 0 4px;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .insurance-premium-rates .value {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
.section-18 .section-18-list .type .insurance-premium-rates .button {
  border: 1px solid #0065FF;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #0065ff;
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
}
.section-18 .load-more-types-wrapper {
  text-align: CENTER;
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-18 .load-more-types-wrapper {
    display: block;
  }
}
.section-18 .load-more-types-wrapper .load-more-types {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-18 .load-more-types-wrapper .load-more-types {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-18 .load-more-types-wrapper .load-more-types {
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.section-18 .load-more-types-wrapper .load-more-types::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-18 .load-more-types-wrapper .load-more-types {
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
}
.section-18 .load-more-types-wrapper .load-more-types.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}
.section-18 .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: rgba(37, 56, 88, 0.6);
  margin: 24px 0 0;
  padding: 0;
}

.section-19 {
  padding: 70px 52px;
  box-shadow: 0px 2px 40px 0px rgba(45, 95, 179, 0.2);
  border-radius: 24px;
  position: relative;
}
.section-19:has(.description + .description) .description {
  margin: 16px 0 32px;
}
@media screen and (max-width: 1024px) {
  .section-19.container {
    padding: 32px 16px 160px !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto 40px !important;
  }
}
.section-19::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/why-buy-tp-bike-insurance-image.svg) no-repeat center/contain;
  width: 306px;
  height: 187px;
  height: 187px;
  position: absolute;
  top: -70px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-19::after {
    top: auto;
    right: 20px;
    bottom: -21px;
  }
}
.section-19 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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;
  }
}
.section-19 .button-wrapper {
  margin: 8px 0 0;
}
.section-19 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-19 .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: 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;
}

.section-20 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-20 .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-20 .list-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-20 .list-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-20 .list-heading {
  color: #253858;
  font-weight: 700;
  margin: 30px 0 0;
}
.section-20 .section-20-list {
  display: flex;
  margin: 16px 0 24px;
}
@media screen and (max-width: 767px) {
  .section-20 .section-20-list {
    flex-direction: column;
  }
}
.section-20 .section-20-list .type {
  box-shadow: 0px 4px 16px 0px rgba(45, 95, 179, 0.2);
  width: 32%;
  border-radius: 16px;
  background: #fff;
  margin: 0 24px 0 0;
  padding: 16px 20px;
  display: flex;
  align-items: CENTER;
}
.section-20 .section-20-list .type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-20 .section-20-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
  .section-20 .section-20-list .type:last-child {
    margin: 0;
  }
}
.section-20 .section-20-list .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-20 .section-20-list .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-20 .section-20-list .type .content {
  color: #253858;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .section-20 .section-20-list .type .content {
    line-height: 22px;
  }
  .section-20 .section-20-list .type .content strong {
    display: block;
  }
}
.section-20 .button-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .section-20 .button-wrapper {
    margin: 24px 0 0;
  }
}
.section-20 .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.section-20 .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: 0px;
}
@media screen and (max-width: 1024px) {
  .section-20 .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.section-20 .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-20 .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;
}

.do-you-know-section.container {
  background: #FFF8D0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 16px;
  position: relative;
}
.do-you-know-section.container::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/do-you-know-vector.svg) no-repeat center/contain;
  width: 123px;
  height: 72px;
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 0;
}
.do-you-know-section.container img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .do-you-know-section.container img {
    position: absolute;
    top: -16px;
    max-width: 32px;
    height: auto;
    margin: 0;
  }
}
.do-you-know-section.container .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .do-you-know-section.container .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.do-you-know-section.container .description {
  color: #253858;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.do-you-know-section.container .description span {
  font-weight: 700;
  color: #ED8418;
}
@media screen and (max-width: 1024px) {
  .do-you-know-section.container {
    padding: 20px 16px !important;
    margin: 0 16px 40px;
    width: calc(100% - 32px);
  }
}

.section-21.container {
  padding: 40px 32px 60px;
  background: #FFF8D0;
  border-radius: 24px 24px 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-21.container {
    padding: 20px 16px !important;
    margin: 0 16px 40px !important;
    width: calc(100% - 32px) !important;
    position: relative;
  }
  .section-21.container .section-21-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .section-21.container .section-21-list .carousel {
    flex: 0 0 100%;
  }
}
.section-21.container::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/do-you-know-fact-vector.png) no-repeat center/contain;
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-21.container::after {
    background-size: cover;
    height: 9px;
    bottom: -8px;
  }
}
.section-21.container .main-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #ED8418;
  position: relative;
  display: inline-block;
}
.section-21.container .main-heading::before, .section-21.container .main-heading::after {
  content: "";
  width: 90px;
  height: 2px;
  position: absolute;
  left: -100px;
  top: 50%;
  background: url(../../images/bu/motor/tw/fullwidth/do-you-know-heading-vector.png) no-repeat center/contain;
  transform: scaleX(-1);
}
.section-21.container .main-heading::after {
  left: auto;
  right: -100px;
  transform: scaleX(1);
}
@media screen and (max-width: 1024px) {
  .section-21.container .main-heading {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
  }
  .section-21.container .main-heading::before, .section-21.container .main-heading::after {
    display: none;
  }
}
.section-21.container .section-21-list {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-21.container .section-21-list {
    max-width: 100%;
    justify-content: flex-start;
    margin: 24px 0 0;
  }
}
.section-21.container .section-21-list .carousel {
  width: 31%;
}
@media screen and (max-width: 1024px) {
  .section-21.container .section-21-list .carousel {
    width: calc(100% - 20px);
    margin: 0 10px 0 0;
  }
}
.section-21.container .section-21-list .carousel .content {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 12px 50px;
  min-height: 260px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-21.container .section-21-list .carousel .content {
    max-width: 325px;
    min-height: 200px;
    width: 100%;
    padding: 24px 16px 40px;
    flex-shrink: 0;
    margin-right: 12px;
    justify-content: center;
  }
}
.section-21.container .section-21-list .carousel .content .tag {
  background: #F7E7B7;
  border-radius: 100px;
  padding: 5px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.016em;
  text-align: center;
  color: #AF7415;
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0px);
  min-width: 220px;
}
@media screen and (max-width: 1024px) {
  .section-21.container .section-21-list .carousel .content .tag {
    font-size: 14px;
  }
}
.section-21.container .section-21-list .carousel .heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  color: #1A5DA0;
  margin: 0 0 12px;
}
.section-21.container .section-21-list .carousel .details {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-21.container .section-21-list .carousel .details {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-21.container .section-21-list .carousel .details {
  color: #253858;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 32px 0 0;
}
.section-21.container .section-21-list .carousel .details .label-image {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.016em;
  text-align: center;
  align-items: center;
}
.section-21.container .section-21-list .carousel .details .label-image img {
  margin-left: 12px;
}
.section-21.container .section-21-list .carousel .image {
  text-align: center;
}
.section-21.container .section-21-list .carousel .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-21.container .section-21-list .carousel .image img {
    max-width: 200px;
  }
}
.section-21.container .dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .section-21.container .dots {
    display: none;
  }
}
.section-21.container .dots .dot {
  height: 7px;
  width: 7px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: transparent;
  border: 1px solid #253858;
  cursor: pointer;
}
.section-21.container .dots .dot.active {
  background-color: #253858;
  outline: 0;
}
.section-21.container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.twowheeler_footer_strip:has(.open-nudge-button) {
  bottom: 85px;
  width: auto;
  z-index: 999;
  background: transparent !important;
  left: auto;
  right: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .twowheeler_footer_strip:has(.open-nudge-button) {
    width: 100%;
    bottom: 0;
  }
}
.twowheeler_footer_strip .open-nudge-button {
  width: auto;
  background: #253858;
  border: 0;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 8px 12px 8px 19px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: CENTER;
  margin: 0 16px 0 0;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.twowheeler_footer_strip .open-nudge-button::before {
  content: "";
  background: url(../../images/bu/motor/tw/tw-sticky-footer-image.svg) no-repeat center/contain;
  width: 59px;
  height: 66px;
  position: absolute;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .twowheeler_footer_strip .open-nudge-button {
    display: none;
  }
}
.twowheeler_footer_strip .open-nudge-button .arrow {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 9px;
  position: relative;
}
.twowheeler_footer_strip .open-nudge-button .arrow::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.nudge {
  position: fixed;
  right: 20px;
  bottom: 85px;
  width: 514px;
  background: #253858;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 16px;
  z-index: 1000;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.nudge.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .nudge {
    display: none;
  }
}

.nudge-content .heading {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  margin-left: 5em;
}
.nudge-content .heading span {
  font-weight: 700;
}
.nudge-content .heading span sup {
  font-size: 10px;
}
.nudge-content .description {
  position: relative;
  margin: 10px 0 23px auto;
  width: 88%;
}
.nudge-content .description::before {
  content: "";
  background: url(../../images/bu/motor/tw/tw-sticky-footer-image.svg) no-repeat center/contain;
  width: 62px;
  height: 68px;
  position: absolute;
  left: -42px;
  bottom: -4px;
}
.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: 24px;
  display: flex;
  border-radius: 100px;
}
.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: 20px;
  height: 18px;
  margin: 0 6px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-1 {
  background: url(../../images/bu/motor/tw/tw-sticky-footer-icon.svg) no-repeat center/contain;
}

.nudge-form {
  display: FLEX;
  align-items: center;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  justify-content: space-between;
}
.nudge-form input {
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.016em;
  color: #5E6C84;
  width: 100%;
}
.nudge-form input::-webkit-input-placeholder {
  color: rgba(94, 108, 132, 0.7019607843);
}
.nudge-form .input-wrapper {
  display: FLEX;
  align-items: CENTER;
  width: 68%;
}
.nudge-form .fieldWrapper {
  position: relative;
  width: 100%;
}
.nudge-form .err {
  font-size: 10px;
  color: red;
  text-align: left;
  padding-left: 11px;
  position: absolute;
  bottom: -4px;
}
.nudge-form button {
  width: 29%;
  padding: 14px;
  background: #0065ff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.nudge-form button.quote_btn::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: 0px;
}
.nudge-form .loading {
  width: 29%;
  padding: 14px;
  background: #0065ff;
  color: white;
  border: none;
  position: relative;
  height: 48px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  display: none;
}
.nudge-form .loading::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 50px;
  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: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 10px;
}

.twowheeler_footer_strip:has(.open-nudge-button) {
  bottom: 85px;
  width: auto;
  z-index: 999;
  background: transparent !important;
  left: auto;
  right: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .twowheeler_footer_strip:has(.open-nudge-button) {
    width: 100%;
    bottom: 0;
  }
}
.twowheeler_footer_strip .open-nudge-button {
  width: auto;
  background: #253858;
  border: 0;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 8px 12px 8px 19px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: CENTER;
  margin: 0 16px 0 0;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.twowheeler_footer_strip .open-nudge-button::before {
  content: "";
  background: url(../../images/bu/motor/tw/tw-sticky-footer-image.svg) no-repeat center/contain;
  width: 59px;
  height: 66px;
  position: absolute;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .twowheeler_footer_strip .open-nudge-button {
    display: none;
  }
}
.twowheeler_footer_strip .open-nudge-button .arrow {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 9px;
  position: relative;
}
.twowheeler_footer_strip .open-nudge-button .arrow::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.nudge {
  position: fixed;
  right: 20px;
  bottom: 85px;
  width: 514px;
  background: #253858;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
  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: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  margin-left: 5em;
}
.nudge-content .heading span {
  font-weight: 700;
}
.nudge-content .heading span sup {
  font-size: 10px;
}
.nudge-content .description {
  position: relative;
  margin: 10px 0 23px auto;
  width: 88%;
}
.nudge-content .description::before {
  content: "";
  background: url(../../images/bu/motor/tw/tw-sticky-footer-image.svg) no-repeat center/contain;
  width: 62px;
  height: 68px;
  position: absolute;
  left: -42px;
  bottom: -4px;
}
.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: 24px;
  display: flex;
  border-radius: 100px;
}
.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: 20px;
  height: 18px;
  margin: 0 6px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-1 {
  background: url(../../images/bu/motor/tw/tw-sticky-footer-icon.svg) no-repeat center/contain;
}

.nudge-form {
  display: FLEX;
  align-items: center;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  justify-content: space-between;
}
.nudge-form input {
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.016em;
  color: #5E6C84;
  width: 100%;
}
.nudge-form input::-webkit-input-placeholder {
  color: rgba(94, 108, 132, 0.7019607843);
}
.nudge-form .input-wrapper {
  display: FLEX;
  align-items: CENTER;
  width: 68%;
}
.nudge-form .fieldWrapper {
  position: relative;
  width: 100%;
}
.nudge-form .err {
  font-size: 10px;
  color: red;
  text-align: left;
  padding-left: 11px;
  position: absolute;
  bottom: -4px;
}
.nudge-form button {
  width: 29%;
  padding: 14px;
  background: #0065ff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.nudge-form button.quote_btn::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: 0px;
}
.nudge-form .loading {
  width: 29%;
  padding: 14px;
  background: #0065ff;
  color: white;
  border: none;
  position: relative;
  height: 48px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  display: none;
}
.nudge-form .loading::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 50px;
  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: 0px;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 10px;
}

.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;
  opacity: 1;
  line-height: 29px;
}

.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;
}

.insurer-toggle {
  width: fit-content;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 50px;
  padding: 6px 16px;
  color: #505F79;
  border: 1px solid #DFE1E6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurer-toggle {
    margin: 22px auto 0;
    color: #505F79;
  }
}

.insurer-toggle .label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}

.options {
  display: flex;
  gap: 25px;
}

.option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
}

.option input {
  display: none;
}

.radio {
  width: 18px;
  height: 18px;
  border: 2px solid #5E6C84;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.option input:checked + .radio {
  border-color: #0065ff;
  background: #0065ff;
}

.option input:checked + .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.option input:checked ~ span,
.option input:checked ~ label {
  color: #253858;
}

.section-22 {
  margin: 0 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-22 {
    padding: 0 16px !important;
    margin: 0 0 40px;
  }
}
.section-22 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .section-22 .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-23 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  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 .section-23-list {
  display: flex;
  margin: 24px 0 0;
  flex-wrap: wrap;
}
.section-23 .section-23-list .type {
  border: 1px solid #D2E4FF;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 0 16px 16px 0;
  background: #F8FBFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .section-23 .section-23-list .type {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 16px;
    width: 48%;
    margin: 0 12px 12px 0;
  }
  .section-23 .section-23-list .type:nth-child(2n) {
    margin-right: 0;
  }
}
.section-23 .section-23-list.with-white-bg .type {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-23 .section-23-list.with-white-bg .type {
    width: 100%;
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .twowheeler-calulator {
    padding: 0 !important;
  }
}
.twowheeler-calulator .main-content {
  box-shadow: 0px 6px 24px 0px rgba(21, 21, 21, 0.2);
  border-radius: 16px;
  background: #fff;
  display: flex;
  padding: 8px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content {
    flex-direction: column;
    padding: 6px;
  }
}
.twowheeler-calulator .main-content .left,
.twowheeler-calulator .main-content .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .left,
  .twowheeler-calulator .main-content .right {
    width: 100%;
  }
}
.twowheeler-calulator .main-content .left {
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .left {
    padding: 24px 10px;
  }
}
.twowheeler-calulator .main-content .left .input-button-wrapper {
  box-shadow: 0px 2px 12px 0px rgba(21, 21, 21, 0.1607843137);
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .left .input-button-wrapper {
    flex-direction: column;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}
.twowheeler-calulator .main-content .left .input-button-wrapper .form-field-data {
  width: 70%;
  position: relative;
  display: flex;
  align-items: CENTER;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .left .input-button-wrapper .form-field-data {
    box-shadow: 0px 2px 12px 0px rgba(21, 21, 21, 0.1607843137);
    border: 1px solid #DFE1E6;
    border-radius: 8px;
    margin: 0 0 16px;
    width: 100%;
  }
}
.twowheeler-calulator .main-content .left .input-button-wrapper .form-field-data::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/bike-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}
.twowheeler-calulator .main-content .left .input-button-wrapper .form-field-data .input-box {
  width: 100%;
  height: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  position: relative;
  color: #5E6C84;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .left .input-button-wrapper .form-field-data .input-box {
    font-size: 14px;
    font-size: 400;
  }
}
.twowheeler-calulator .main-content .left .input-button-wrapper .twowheelernextstep,
.twowheeler-calulator .main-content .left .input-button-wrapper .proceed {
  padding: 15px 32px;
  background: #0065ff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.twowheeler-calulator .main-content .left .input-button-wrapper .proceed {
  position: relative;
  display: none;
}
.twowheeler-calulator .main-content .left .input-button-wrapper .proceed::after {
  content: "";
  width: 20px;
  height: 20px;
  right: 8px;
  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;
  margin-left: 16px;
  top: 15px;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
}
.twowheeler-calulator .main-content .left .separator-wrapper {
  margin: 26px auto;
  text-align: center;
  position: relative;
}
.twowheeler-calulator .main-content .left .separator-wrapper::before {
  content: "";
  border: 1px dashed #DFE1E6;
  width: 235px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 50%;
  z-index: 0;
}
.twowheeler-calulator .main-content .left .separator-wrapper .separator {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(37, 56, 88, 0.4);
  padding: 4px 8px;
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
}
.twowheeler-calulator .main-content .right {
  border-radius: 0 12px 12px 0;
  background: #ECF4FF;
  padding: 20px 28px 20px 40px;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .right {
    padding: 24px 10px;
    border-radius: 12px;
  }
}
.twowheeler-calulator .main-content .right .descripiton {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  text-align: center;
  margin: 30px 0 0;
  color: #253858;
}
.twowheeler-calulator .main-content .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
.twowheeler-calulator .main-content .calculate-inurance-premium {
  display: none;
}
.twowheeler-calulator .main-content .calculate-inurance-premium.show {
  display: block;
}
.twowheeler-calulator .main-content .description-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 23px 0 0;
}
.twowheeler-calulator .main-content .description-steps .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
.twowheeler-calulator .main-content .description-steps .steps {
  border: 1px solid #36B37E;
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #36B37E;
  position: relative;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .description-steps .steps {
    font-size: 10px;
    flex-shrink: 0;
  }
}
.twowheeler-calulator .main-content .input-form {
  border: 1px solid #D9E3EF;
  border-radius: 100px;
  margin: 16px 0 0;
  position: relative;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.twowheeler-calulator .main-content .input-form::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/blue-search-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.twowheeler-calulator .main-content .input-form input {
  border: 0;
  padding: 12px;
}
.twowheeler-calulator .main-content .twowheeler-brands {
  margin: 28px 0 0;
}
.twowheeler-calulator .main-content .twowheeler-brands .popular-brands {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: rgba(37, 56, 88, 0.6);
  position: relative;
  display: flex;
  align-items: center;
}
.twowheeler-calulator .main-content .twowheeler-brands .popular-brands::after {
  content: "";
  background: rgba(37, 56, 88, 0.6);
  width: 30px;
  height: 1px;
  display: inline-block;
  margin-left: 8px;
}
.twowheeler-calulator .main-content .twowheeler-brands .make, .twowheeler-calulator .main-content .twowheeler-brands .carage {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 16px 0 0;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li, .twowheeler-calulator .main-content .twowheeler-brands .carage li {
  box-shadow: 0px 2px 12px 0px rgba(21, 21, 21, 0.1607843137);
  background: #fff;
  width: 22%;
  margin: 0 20px 16px 0;
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li:nth-child(4n), .twowheeler-calulator .main-content .twowheeler-brands .carage li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .twowheeler-brands .make li, .twowheeler-calulator .main-content .twowheeler-brands .carage li {
    width: 47%;
    margin: 0 16px 16px 0;
  }
  .twowheeler-calulator .main-content .twowheeler-brands .make li:nth-child(2n), .twowheeler-calulator .main-content .twowheeler-brands .carage li:nth-child(2n) {
    margin-right: 0;
  }
}
.twowheeler-calulator .main-content .twowheeler-brands .make li label, .twowheeler-calulator .main-content .twowheeler-brands .carage li label {
  display: flex;
  flex-direction: COLUMN;
  align-items: center;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li label .logo, .twowheeler-calulator .main-content .twowheeler-brands .carage li label .logo {
  max-width: 70px;
  height: 45px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li label .logo img, .twowheeler-calulator .main-content .twowheeler-brands .carage li label .logo img {
  max-width: 100%;
  height: auto;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li label .text, .twowheeler-calulator .main-content .twowheeler-brands .carage li label .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  text-align: center;
  color: #253858;
  display: block;
  padding: 10px 0;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li.selected, .twowheeler-calulator .main-content .twowheeler-brands .carage li.selected {
  position: relative;
  background: #EDF4FF;
  border: 1px solid #0065ff;
  box-shadow: none;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li.selected::before, .twowheeler-calulator .main-content .twowheeler-brands .carage li.selected::before {
  content: "";
  width: 16px;
  height: 16px;
  top: 7px;
  position: absolute;
  right: 7px;
  border: 1px solid #0065ff;
  border-radius: 50%;
  background: #0065ff;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li.selected::after, .twowheeler-calulator .main-content .twowheeler-brands .carage li.selected::after {
  content: "";
  transform: rotate(45deg);
  height: 8px;
  width: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: 13px;
}
.twowheeler-calulator .main-content .twowheeler-brands .make li.selected .text, .twowheeler-calulator .main-content .twowheeler-brands .carage li.selected .text {
  font-weight: 500;
}
.twowheeler-calulator .main-content .twowheeler-brands .model,
.twowheeler-calulator .main-content .twowheeler-brands .variant, .twowheeler-calulator .main-content .twowheeler-brands .rto {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 16px 0 0;
}
.twowheeler-calulator .main-content .twowheeler-brands .model li,
.twowheeler-calulator .main-content .twowheeler-brands .variant li, .twowheeler-calulator .main-content .twowheeler-brands .rto li {
  box-shadow: 0px 2px 12px 0px rgba(21, 21, 21, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  margin: 0 20px 16px 0;
  padding: 16px 2px;
  width: 30%;
  cursor: pointer;
}
.twowheeler-calulator .main-content .twowheeler-brands .model li:nth-child(3n),
.twowheeler-calulator .main-content .twowheeler-brands .variant li:nth-child(3n), .twowheeler-calulator .main-content .twowheeler-brands .rto li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .twowheeler-brands .model li,
  .twowheeler-calulator .main-content .twowheeler-brands .variant li, .twowheeler-calulator .main-content .twowheeler-brands .rto li {
    width: 47%;
    margin: 0 16px 16px 0;
  }
  .twowheeler-calulator .main-content .twowheeler-brands .model li:nth-child(3n),
  .twowheeler-calulator .main-content .twowheeler-brands .variant li:nth-child(3n), .twowheeler-calulator .main-content .twowheeler-brands .rto li:nth-child(3n) {
    margin-right: 16px;
  }
  .twowheeler-calulator .main-content .twowheeler-brands .model li:nth-child(2n),
  .twowheeler-calulator .main-content .twowheeler-brands .variant li:nth-child(2n), .twowheeler-calulator .main-content .twowheeler-brands .rto li:nth-child(2n) {
    margin-right: 0;
  }
}
.twowheeler-calulator .main-content .twowheeler-brands .model li.selected,
.twowheeler-calulator .main-content .twowheeler-brands .variant li.selected, .twowheeler-calulator .main-content .twowheeler-brands .rto li.selected {
  position: relative;
  background: #EDF4FF;
  border: 1px solid #0065ff;
  box-shadow: none;
}
.twowheeler-calulator .main-content .twowheeler-brands .model li.selected::before,
.twowheeler-calulator .main-content .twowheeler-brands .variant li.selected::before, .twowheeler-calulator .main-content .twowheeler-brands .rto li.selected::before {
  content: "";
  width: 16px;
  height: 16px;
  top: 7px;
  position: absolute;
  right: 7px;
  border: 1px solid #0065ff;
  border-radius: 50%;
  background: #0065ff;
}
.twowheeler-calulator .main-content .twowheeler-brands .model li.selected::after,
.twowheeler-calulator .main-content .twowheeler-brands .variant li.selected::after, .twowheeler-calulator .main-content .twowheeler-brands .rto li.selected::after {
  content: "";
  transform: rotate(45deg);
  height: 8px;
  width: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: 13px;
}
.twowheeler-calulator .main-content .twowheeler-brands .model li.selected .text,
.twowheeler-calulator .main-content .twowheeler-brands .variant li.selected .text, .twowheeler-calulator .main-content .twowheeler-brands .rto li.selected .text {
  font-weight: 500;
}
.twowheeler-calulator .main-content .twowheeler-brands .model li label .text,
.twowheeler-calulator .main-content .twowheeler-brands .variant li label .text, .twowheeler-calulator .main-content .twowheeler-brands .rto li label .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  text-align: center;
  color: #253858;
  display: block;
}
.twowheeler-calulator .main-content .claimprevious-year {
  margin: 28px 0 0;
}
.twowheeler-calulator .main-content .claimprevious-year label {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 12px 0px rgba(21, 21, 21, 0.1607843137);
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0 20px;
  cursor: pointer;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .main-content .claimprevious-year label {
    width: 100%;
  }
}
.twowheeler-calulator .main-content .claimprevious-year label input {
  margin-right: 12px;
  width: 18px;
  height: 18px;
}
.twowheeler-calulator .main-content .claimprevious-year label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #253858;
}
.twowheeler-calulator .main-content .price-wrapper {
  text-align: center;
  margin: 60px auto 0;
}
.twowheeler-calulator .main-content .price-display {
  text-align: center;
  border-radius: 100px;
  padding: 16px 56px;
  font-size: 18px;
  font-weight: 700;
  color: #253858;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid #D9E3EF;
  display: inline-block;
}
.twowheeler-calulator .main-content .price-display small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.6);
  margin: 6px 0 0;
}
.twowheeler-calulator .main-content .slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twowheeler-calulator .main-content .slider-wrapper .min,
.twowheeler-calulator .main-content .slider-wrapper .max {
  color: #777;
  font-size: 14px;
  width: 40px;
}
.twowheeler-calulator .main-content #priceSlider {
  flex: 1;
  margin: 0 12px;
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  background: #DEEBFF;
  border-radius: 4px;
  outline: none;
}
.twowheeler-calulator .main-content #priceSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #2d6bff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 4px rgba(45, 107, 255, 0.15);
  transition: 0.2s;
}
.twowheeler-calulator .main-content #priceSlider::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 6px rgba(45, 107, 255, 0.25);
}
.twowheeler-calulator .edit-step-wise {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.twowheeler-calulator .edit-step-wise li {
  background: #DCE9F8;
  padding: 2px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.twowheeler-calulator .edit-step-wise li .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
.twowheeler-calulator .edit-step-wise li .icon-edit {
  background: url(../../images/bu/motor/tw/fullwidth/edit-icon.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.twowheeler-calulator .result-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .result-section {
    align-items: normal;
  }
}
.twowheeler-calulator .result-section .result {
  border: 1px solid #D9E3EF;
  background: #fff;
  border-radius: 8px;
  position: relative;
  width: 48%;
  padding: 16px 16px 76px;
  overflow: hidden;
}
.twowheeler-calulator .result-section .result::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/result-vector.svg) no-repeat center/contain;
  width: 100%;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .result-section .result {
    padding: 16px 8px 60px;
  }
  .twowheeler-calulator .result-section .result::after {
    width: 100%;
    height: 32px;
    right: auto;
    left: 50%;
  }
}
.twowheeler-calulator .result-section .result .result-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8);
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .result-section .result .result-heading {
    font-size: 12px;
  }
}
.twowheeler-calulator .result-section .result .result-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
  display: flex;
  align-items: center;
}
.twowheeler-calulator .result-section .result .result-value .gst {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .twowheeler-calulator .result-section .result .result-value {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .twowheeler-calulator .result-section .result .result-value .gst {
    display: block;
    margin: 6px 0 0;
    font-size: 10px;
  }
}
.twowheeler-calulator .divider {
  background: url(../../images/bu/motor/tw/fullwidth/wave-vector.svg) no-repeat center/contain;
  width: 100%;
  height: 5px;
  margin: 34px 0 0;
}
.twowheeler-calulator .button-wrapper {
  text-align: center;
  margin: 16px 0 0;
}
.twowheeler-calulator .button-wrapper .button {
  display: inline-block;
  background: #0065ff;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  cursor: pointer;
  position: relative;
  padding: 12px 24px;
  border-radius: 8px;
}
.twowheeler-calulator .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: 0px;
}
@media screen and (max-width: 1024px) {
  .twowheeler-calulator .button-wrapper .button {
    width: 100%;
    text-align: center;
  }
}
.twowheeler-calulator .button-wrapper .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.twowheeler-calulator .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;
}
.twowheeler-calulator .recalculate-wrapper {
  text-align: center;
  margin: 20px auto 0;
}
.twowheeler-calulator .recalculate-button {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #0065ff;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.twowheeler-calulator .recalculate-button::before {
  content: "";
  background: url(../../images/bu/home-insurance/home-insurance-recalculate-icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.make-model-covered-not-covered-section .list {
  list-style: none;
  margin: 24px 0 0;
}
.make-model-covered-not-covered-section .list li {
  border: 1px solid #D2E4FF;
  border-radius: 16px;
  padding: 16px;
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .make-model-covered-not-covered-section .list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.make-model-covered-not-covered-section .list li {
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
}
.make-model-covered-not-covered-section .list li::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/make-model-green-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .make-model-covered-not-covered-section .list li {
    align-items: flex-start;
  }
  .make-model-covered-not-covered-section .list li::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
  }
}
.make-model-covered-not-covered-section .list.not-covered-list li::before {
  background: url(../../images/bu/motor/tw/fullwidth/make-model-red-icon.svg) no-repeat center/contain;
}

.addons-section {
  margin: 0 0 80px;
}
@media screen and (max-width: 1024px) {
  .addons-section {
    padding: 0 16px !important;
    margin: 0 0 40px;
  }
}
.addons-section .addons-list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.addons-section .addons-list .addons {
  border: 1px solid #D2E4FF;
  background: #fff;
  border-radius: 16px;
  width: 48%;
  margin: 0 24px 16px 0;
  display: flex;
  align-items: CENTER;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
.addons-section .addons-list .addons:nth-child(2n) {
  margin-right: 0;
}
.addons-section .addons-list .addons::after {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/make-model-arrow-icon.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
}
.addons-section .addons-list .addons .image {
  margin-right: 16px;
}
.addons-section .addons-list .addons .image img {
  max-width: 100%;
}
.addons-section .addons-list .addons .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .addons-section .addons-list .addons .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.addons-section .addons-list .addons .content {
  color: #253858;
}
.addons-section .addons-list .addons .content a {
  color: #253858;
}
@media screen and (max-width: 767px) {
  .addons-section .addons-list .addons {
    width: 100%;
    margin: 0 0 12px;
  }
  .addons-section .addons-list .addons::after {
    width: 28px;
    height: 28px;
  }
  .addons-section .addons-list .addons:last-child {
    margin: 0;
  }
  .addons-section .addons-list .addons .image {
    margin-right: 12px;
  }
  .addons-section .addons-list .addons .image img {
    max-width: 40px;
  }
}

.block_content_wrapper, .block_content_wrapper_firstfold {
  margin: 0 auto 80px;
  max-width: 1170px;
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper, .block_content_wrapper_firstfold {
    padding: 0 16px !important;
    margin: 0 0 40px;
  }
}
.block_content_wrapper:has(.pbRelatedLinks), .block_content_wrapper_firstfold:has(.pbRelatedLinks) {
  max-width: 100%;
  margin: 0;
}
.block_content_wrapper h1, .block_content_wrapper h2, .block_content_wrapper_firstfold h1, .block_content_wrapper_firstfold h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 9px;
}
@media screen and (max-width: 767px) {
  .block_content_wrapper h1, .block_content_wrapper h2, .block_content_wrapper_firstfold h1, .block_content_wrapper_firstfold h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.block_content_wrapper p, .block_content_wrapper_firstfold p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper p, .block_content_wrapper_firstfold p {
    font-size: 14px;
    line-height: 22px;
  }
}
.block_content_wrapper .text-hide-link, .block_content_wrapper_firstfold .text-hide-link {
  display: none;
}
.block_content_wrapper .data_ul, .block_content_wrapper_firstfold .data_ul {
  list-style: none;
}
.block_content_wrapper .data_ul li, .block_content_wrapper_firstfold .data_ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper .data_ul li, .block_content_wrapper_firstfold .data_ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.block_content_wrapper .data_ul li, .block_content_wrapper_firstfold .data_ul li {
  margin: 0 0 20px;
  line-height: 26px;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block_content_wrapper .data_ul li, .block_content_wrapper_firstfold .data_ul li {
    padding-left: 20px;
  }
}
.block_content_wrapper .data_ul li::before, .block_content_wrapper_firstfold .data_ul li::before {
  content: "";
  background: #3B4C69;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .block_content_wrapper .data_ul li::before, .block_content_wrapper_firstfold .data_ul li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
.block_content_wrapper .data_ol, .block_content_wrapper_firstfold .data_ol {
  padding-left: 16px;
}
.block_content_wrapper .data_ol li, .block_content_wrapper_firstfold .data_ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper .data_ol li, .block_content_wrapper_firstfold .data_ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.block_content_wrapper .data_ol li, .block_content_wrapper_firstfold .data_ol li {
  margin: 0 0 20px;
  line-height: 26px;
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block_content_wrapper .data_ol li, .block_content_wrapper_firstfold .data_ol li {
    padding-left: 20px;
  }
}
.block_content_wrapper .disclaimer, .block_content_wrapper_firstfold .disclaimer {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 16px 0 0;
}

.block_content_wrapper h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  margin: 20px 0 12px;
}

.covered-notcover-list {
  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;
  margin: 28px 0 0;
}
.covered-notcover-list .covered-tab .list-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;
  display: inline-block;
}
.covered-notcover-list .covered-tab .list-item.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
}

.plan-category {
  display: none;
}
.plan-category.active {
  display: block;
  margin: 24px 0 0;
}
.plan-category .data_ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.plan-category .data_ul li {
  border: 1px solid #D2E4FF;
  border-radius: 16px;
  padding: 16px;
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 1024px) {
  .plan-category .data_ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.plan-category .data_ul li {
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
}
.plan-category .data_ul li::before {
  content: "";
  background: url(../../images/bu/motor/tw/fullwidth/make-model-green-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 16px 0 0;
  position: relative;
  top: auto;
}
@media screen and (max-width: 767px) {
  .plan-category .data_ul li {
    align-items: flex-start;
  }
  .plan-category .data_ul li::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
  }
}

#exclusion .data_ul li::before {
  background: url(../../images/bu/motor/tw/fullwidth/make-model-red-icon.svg);
}

.number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.number-listing-box li {
  position: relative;
  padding-left: 32px;
  text-align: left !important;
  margin-bottom: 20px;
  position: relative;
}
.number-listing-box li h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  margin: 20px 0 12px;
}

@media only screen and (max-width: 768px) {
  .number-listing-box li {
    padding-left: 28px;
  }
}
.number-listing-box li b {
  display: block;
}

.number-listing-box li p {
  margin: 0 0 24px;
}
.number-listing-box li p:has(strong) {
  margin: 0;
}

.number-listing-box li p strong {
  color: #253858;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  margin: 0 0 8px;
  display: block;
}

.number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}

.number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.number-listing-box li.numbers::before {
  color: #0065ff;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: 0;
  top: 1px;
  background: 0 0;
  z-index: 9;
  display: block !important;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.016em;
}

.number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}