@charset "UTF-8";
.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide {
  display: none !important;
}

::-moz-placeholder {
  color: #b3bac5;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

::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 {
  font-size: 14px !important;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

form:not(.en) input:-moz-placeholder {
  font-size: 14px !important;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.block_content_wrapper_firstfold h1 {
  margin-bottom: 16px;
  color: #253858;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.64px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 16px;
  margin-block-end: 16px;
}

.block_content_wrapper_firstfold 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_firstfold p.char-count {
  display: inline;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .block_content_wrapper_firstfold p.char-count .extra-text,
  .block_content_wrapper_firstfold p.char-count .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra,
  .block_content_wrapper_firstfold p.char-count .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

.block_content_wrapper_firstfold .text-hide-link:before {
  content: "...";
  position: relative;
  left: -4px;
  color: var(--5-e-6-c-84-n-300, #5e6c84);
}

.block_content_wrapper_firstfold .text-hide-link.hide:before {
  display: none;
}

.block_content_wrapper_firstfold .text-hide-link.deskhide {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link.deskhide {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover,
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: #fff;
    margin: 0;
    padding: 10px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.disForm.formBlock .form {
  background: #fff;
  padding: 32px 0 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form {
    flex-direction: column-reverse;
    padding: 8px 0 0;
    background: #fff;
  }
}
.disForm.formBlock .form .leftContent {
  max-width: 706px;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent {
    display: block;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 0 0 12px;
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2);
    max-width: 100%;
  }
}
.disForm.formBlock .form .leftContent .leftbox {
  display: flex;
  justify-content: flex-start;
  margin: 24px 0 0;
  align-items: CENTER;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox {
    width: 100%;
    padding: 32px 0;
    margin: 0 0 16px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .form .leftContent .leftbox {
    padding: 16px;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .twowheelerBanner {
    display: none;
    width: 100%;
    padding: 0;
    margin: 3% auto 4%;
    height: auto;
  }
}
.disForm.formBlock .form .leftContent .leftbox .twowheelerBanner .twowheelerImg {
  display: flex;
  align-items: center;
  background-size: 100%;
  height: 230px;
  width: 331px;
}

.disForm.formBlock .form .leftContent .leftbox .twowheelerBanner .twowheelerImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .twowheelerBanner .twowheelerImg {
    background: 0 0;
    width: 100%;
    padding-left: 0;
    height: auto;
  }
  .disForm.formBlock .form .leftContent .leftbox .twowheelerBanner .twowheelerImg .text {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .disForm.formBlock .form .leftContent .leftbox .twowheelerBanner .twowheelerImg {
    margin-bottom: 20px;
  }
  .disForm.formBlock .form .leftContent .leftbox .twowheelerBanner .twowheelerImg .text {
    line-height: 34px;
    font-size: 20px;
  }
}
.disForm.formBlock .form .leftContent .leftbox .pointers {
  margin: 0 97px 0 0;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers {
    margin: 0;
    width: 100%;
  }
}
.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist {
    margin: 0 auto;
    border-radius: 5px;
    padding: 0;
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist {
    width: 100%;
    justify-content: space-between;
    align-items: inherit;
  }
}
.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li {
  padding: 0 5px 0 0;
  margin: 0 0 30px;
  position: relative;
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li:before {
  width: 52px;
  height: 52px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-size: contain;
  transform: translate(0, -50%);
}

@media screen and (min-width: 1025px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li:before {
    display: none;
  }
}
.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li:last-of-type {
  margin-bottom: 0;
}

.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-icon {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-icon {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li.pointer-1 {
    background: rgba(255, 235, 230, 0.6);
  }
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li.pointer-1::before {
    background: url(../../images/bu/motor/tw/tw-pointer-icon-mobile-1.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li.pointer-2 {
    background: rgba(233, 242, 255, 0.8);
  }
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li.pointer-2::before {
    background: url(../../images/bu/motor/tw/tw-pointer-icon-mobile-2.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li.pointer-3 {
    background: rgba(255, 240, 179, 0.4);
  }
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li.pointer-3::before {
    background: url(../../images/bu/motor/tw/tw-pointer-icon-mobile-3.svg) no-repeat center/contain;
  }
}
.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-content {
  color: #253858;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-content em {
  font-style: normal;
}

.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-content sup {
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.196px;
  }
}
.disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-content span {
  color: var(--6-b-778-cn-200, #6b778c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 2px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li .pointer-content span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li {
    box-shadow: none;
    padding: 15px 0 15px 70px;
    margin: 0;
    position: relative;
    width: 210px;
    display: inline-block;
    text-align: left;
    display: flex;
    margin-right: 10px;
    border-radius: 8px;
  }
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li:last-child {
    margin-right: 0;
  }
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li::before {
    left: 20px;
    top: 50%;
    right: 0;
    padding: 4px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li {
    width: 31%;
    padding: 48px 10px 18px;
    flex-direction: column;
    text-align: left;
    border-radius: 9px;
    justify-content: flex-start;
  }
  .disForm.formBlock .form .leftContent .leftbox .pointers .pointerlist li::before {
    left: 8%;
    top: 26px;
    right: 0;
  }
}
.disForm .rightContent {
  max-width: 405px;
  width: 100%;
  background: #fff;
  padding: 24px;
  min-height: 405px;
  position: relative;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent {
    padding: 20px 15px 20px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 16px 0 rgba(52, 105, 203, 0.16);
    max-width: 495px;
    min-height: auto;
    height: auto;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .disForm .rightContent {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.disForm .rightContent .mobile-top-fold-banner {
  background: url(../../images/bu/motor/tw/tw-top-fold-kapil-sharma-mobile-img.png) no-repeat center/contain;
  width: 204px;
  height: 188px;
  position: absolute;
  right: 0;
  top: 30px;
  background-size: 100%;
}

@media screen and (min-width: 1025px) {
  .disForm .rightContent .mobile-top-fold-banner {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .disForm .rightContent .mobile-top-fold-banner {
    top: 36px;
    width: 120px;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm {
    margin-bottom: 22px;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm:has(.green) {
  margin-bottom: 20px;
}

.disForm .rightContent .twowheeler-bg .punchlineForm:has(.green) > div.heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm:has(.green) > div.heading {
    font-size: 18px;
    line-height: 26px;
    max-width: 225px;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm:has(.green) > div.heading .green {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
  color: #36b37e;
  display: block;
}

@media screen and (max-width: 767px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm:has(.green) > div.heading .green {
    width: 100%;
    line-height: 28px;
    font-size: 18px;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm:has(.green) p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.disForm .rightContent .twowheeler-bg .punchlineForm > div.heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #253858;
  position: relative;
  margin-bottom: 36px;
}

.disForm .rightContent .twowheeler-bg .punchlineForm > div.heading span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.disForm .rightContent .twowheeler-bg .punchlineForm > div.heading span sup {
  font-size: 10px;
}

.disForm .rightContent .twowheeler-bg .punchlineForm > div.heading:after {
  content: "";
  height: 3px;
  width: 120px;
  background: #ffab00;
  position: absolute;
  left: 0;
  bottom: -16px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm > div.heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .disForm .rightContent .twowheeler-bg .punchlineForm > div.heading span {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 50%;
    max-width: 172px;
  }
  .disForm .rightContent .twowheeler-bg .punchlineForm > div.heading.insurance-expiry {
    font-size: 18px;
    line-height: 28px;
  }
  .disForm .rightContent .twowheeler-bg .punchlineForm > div.heading.insurance-expiry span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm > div.heading {
    font-size: 19px;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #253858;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm p .hide-mobile {
    display: none;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm p .hide-desktop {
  display: none;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm p .hide-desktop {
    display: inline;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
}
.disForm .rightContent .twowheeler-bg .punchlineForm p sup {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm p {
    font-size: 16px;
    line-height: 24px;
    width: 35%;
    max-width: 115px;
  }
  .disForm .rightContent .twowheeler-bg .punchlineForm p strong {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .disForm .rightContent .twowheeler-bg .punchlineForm p {
    margin-top: 24px;
  }
  .disForm .rightContent .twowheeler-bg .punchlineForm p sup {
    font-size: 13px;
  }
}
.disForm .rightContent .twowheeler-bg .main-heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  position: relative;
}

.disForm .rightContent .twowheeler-bg .main-heading :after {
  bottom: -12px;
  content: "";
  background: #ffab00;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .main-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .disForm .rightContent .twowheeler-bg .main-heading:after {
    bottom: -8px;
  }
}
.disForm .rightContent .twowheeler-bg .sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #253858;
  margin: 32px 0 40px;
}

.disForm .rightContent .twowheeler-bg .sub-heading sup {
  font-size: 12px;
}

.disForm .rightContent .twowheeler-bg .sub-heading .hide-desktop {
  display: none;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .sub-heading .hide-desktop {
    display: inline-block;
  }
}
.disForm .rightContent .twowheeler-bg .sub-heading .hide-mobile {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .sub-heading .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .sub-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 32px;
  }
}
.disForm .rightContent .twowheeler-bg .fieldLable {
  color: #5e6c84;
  line-height: 20px;
  font-weight: 400;
  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 .rightContent .twowheeler-bg .form-field-data {
  border: 1px solid #5e6c84;
  border-radius: 8px;
  position: relative;
  width: 100%;
  margin: 0 0 7px;
  display: table;
}

.disForm .rightContent .twowheeler-bg .form-field-data .input_box.addedvalue .fieldLable {
  font-size: 12px;
  top: -13px;
}

.disForm .rightContent .twowheeler-bg .form-field-data .input_box.addedvalue .fieldLable span {
  display: none;
}

.disForm .rightContent .twowheeler-bg .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 .rightContent .twowheeler-bg .form-field-data .fullWidht.blank ~ .fieldLable {
  font-size: 12px;
  top: -13px;
}

.disForm .rightContent .twowheeler-bg .form-field-data .fullWidht.blank ~ .fieldLable span {
  display: none;
}

.disForm .rightContent .twowheeler-bg .form-field-data .fullWidht::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5e6c84;
}

.disForm .rightContent .twowheeler-bg .form-field-data .fullWidht::placeholder {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #5e6c84;
}

.disForm .rightContent .twowheeler-bg .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;
}

.disForm .rightContent .twowheeler-bg .other-options-label {
  font-size: 12px;
  font-weight: 500;
  color: #253858;
  line-height: 18px;
  position: relative;
}

.disForm .rightContent .twowheeler-bg .other-options-label::after {
  content: "";
  width: 20px;
  background: #253858;
  height: 1px;
  top: 10px;
  position: absolute;
  left: 80px;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .dontKnow {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .disForm .rightContent .twowheeler-bg .dontKnow.version-1 {
    flex-direction: column;
  }
  .disForm .rightContent .twowheeler-bg .dontKnow.version-1 .inverse {
    margin-top: 0;
  }
  .disForm .rightContent .twowheeler-bg .dontKnow.version-1 .got_new_car {
    margin-top: 10px;
  }
}
.disForm .rightContent .twowheeler-bg .dontKnow .other-options {
  display: flex;
  width: 47%;
  position: relative;
}

.disForm .rightContent .twowheeler-bg .dontKnow .other-options.hide-desktop {
  display: none;
}

@media screen and (max-width: 1024px) {
  .disForm .rightContent .twowheeler-bg .dontKnow .other-options.hide-desktop {
    display: flex;
    align-items: flex-start;
  }
}
.disForm .rightContent .twowheeler-bg .dontKnow .other-options::after {
  content: "";
  border: solid #0065ff;
  border-width: 1px 1px 0 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 .rightContent .twowheeler-bg .dontKnow .other-options::after {
    right: 0;
    left: auto;
  }
}
.disForm .rightContent .twowheeler-bg .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 .rightContent .twowheeler-bg .dontKnow .other-options .icon.no-number {
  background: #d0fae2;
}

.disForm .rightContent .twowheeler-bg .dontKnow .other-options .icon.new-car {
  background: #fcf2d0;
}

@media screen and (max-width: 320px) {
  .disForm .rightContent .twowheeler-bg .dontKnow .other-options .icon {
    height: 30px;
    width: 30px;
    margin-right: 8px;
  }
}
.disForm .rightContent .twowheeler-bg .dontKnow .other-options button {
  background: #fff;
  border: 0;
  width: 85px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.disForm .rightContent #loader,
.disForm .rightContent .proceed,
.disForm .rightContent .twowheelernextstep {
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #fff;
  margin: 24px 0 16px;
  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 .rightContent #loader,
  .disForm .rightContent .proceed,
  .disForm .rightContent .twowheelernextstep {
    max-width: 100%;
  }
}
.disForm .rightContent #loader .arrowRight,
.disForm .rightContent .proceed .arrowRight,
.disForm .rightContent .twowheelernextstep .arrowRight {
  padding: 3px;
  display: inline-block;
  position: relative;
  background: url(../../images/footer-strip/twowheeler/path.png);
  width: 23px;
  height: 20PX;
  top: 3px;
}

.disForm .rightContent .twowheelernextstep {
  transition: all 0.7s ease;
}

.disForm .rightContent .twowheelernextstep:hover {
  transform: scale(1.05);
}

.disForm .rightContent .proceed {
  display: none;
}

.disForm .rightContent .dontKnow.dontKnow2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px auto 0;
}

@media (max-width: 1024px) {
  .disForm .rightContent .dontKnow.dontKnow2 {
    margin: 20px 0 0;
  }
}
.disForm .rightContent .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 .rightContent .button.got_new_twowheeler {
  position: relative;
  border: 0;
  text-align: center;
  max-width: 50%;
  padding: 0;
  display: inline-block;
  margin: auto;
}

.disForm .rightContent .loading::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 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;
}

@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;
  }
}
.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 45%;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    overflow-y: scroll;
  }
}
.floatingPopupDiv .floatpanel .showForm {
  width: 100%;
  margin: 0 auto;
  background: 0 0;
}

.floatingPopupDiv .floatpanel .showForm .disForm {
  padding: 80px 0 30px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 50px 0 15px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
  width: 96%;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
  padding-top: 0;
  background: #fff;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent::before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    width: 100%;
    max-width: 440px;
    padding-top: 24px;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .term_cond {
  text-align: center;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .twowheeler-bg .punchlineForm > div.subheading {
  width: 100%;
}

@media screen and (max-width: 360px) {
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .twowheeler-bg .punchlineForm > div.subheading {
    width: 70%;
  }
}
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .twowheeler-bg .punchlineForm > div.heading span {
  width: 100%;
  max-width: 100%;
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .twowheeler-bg .punchlineForm p {
  width: 100%;
  max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

#why-need-third-party-bike-insurance,
.tw-heading {
  margin: 20px 0 10px !important;
}

.communiText .communiBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fef0ed;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.communiText .communiBody .communiContent {
  margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .communiText .communiBody .communiContent {
    margin-right: 5px;
  }
}
.communiText .communiBody .communiContent:last-child {
  margin-right: 0;
}

.communiText .communiBody .communiContent .communiIcon img {
  display: block;
  height: auto;
}

.communiText .communiBody .communiContent p {
  font-size: 14px;
  color: #172b4d;
  line-height: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .communiText .communiBody .communiContent p {
    font-size: 13px;
  }
}
.communiText .communiBody .communiContent p a {
  color: #ff6945;
  position: relative;
  cursor: default;
}

.communiText.showMobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .communiText.showMobile {
    display: block;
  }
}
.logo-widget,
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1006px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

.widget-insurer-logo .edelwiess_general_icon,
.widget-insurer-logo.edelweiss_tokio_general_icon {
  background-position: 0 -1001px !important;
}

.widget-insurer-logo.edelwiess_general_icon {
  background-position: 0 -779px !important;
}

.widget-insurer-logo.manipalcigna_health_general_icon {
  background-position: 0 -1711px !important;
}

.widget-insurer-logo.niva_bupa_general_icon {
  background-position: 0 -1380px !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.tw-top-plans {
  background: #edeff1;
  border-radius: 8px;
  padding: 20px 16px 0;
  border: 1px solid #edeff1;
  position: relative;
}
.tw-top-plans sup {
  font-size: 12px;
  line-height: 12px;
}

@media only screen and (max-width: 767px) {
  .tw-top-plans {
    padding: 20px 16px 20px;
  }
}
.tw-top-plans p.top-head {
  color: #0065ff;
  font-weight: 500;
  border-bottom: 3px solid #0065ff;
  display: inline-block;
  margin-bottom: 16px;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item {
  background: #fff;
  height: 250px;
  border-radius: 8px;
  margin: 10px 0;
  padding: 16px;
  margin-bottom: 20px;
  outline: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item {
    margin: 0 10px 0 0;
    height: 400px;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row {
  display: flex;
  margin-bottom: 32px;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo {
  width: 50%;
  display: flex;
  align-items: center;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo img {
  max-width: 120px;
  height: auto;
  margin-right: 50px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo {
    display: flex;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo p {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #253858;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo p {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo p {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .logo {
    width: 100%;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .top-right {
  width: 50%;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .top-right .block-txt {
  background: #f1f1f1;
  float: right;
  border-radius: 20px;
  padding: 5px 10px;
  color: #5e6c84;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .top-right {
    position: absolute;
    right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .top-right {
    position: absolute;
    right: 10px;
  }
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row .top-right .block-txt {
    font-size: 9px;
    padding: 3px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .top-row {
    margin-bottom: 16px;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row {
  display: inline-flex;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row:nth-child(3n) {
  margin-right: 0;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .icon-block {
  width: 50px;
  display: inline-flex;
  align-self: center;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .icon-block span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  text-align: center;
  display: flex;
  align-items: center;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .icon-block span i {
  width: 24px;
  height: 28px;
  background: url(../../images/bu/car-top-plan-icons.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .icon-block span i.generic {
  background-position: 0 8px;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .icon-block span i.damage {
  background-position: 1px -32px;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .icon-block span i.tyre-tube {
  background-position: 0 -76px;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .content-block {
  width: calc(100% - 50px);
  display: inline-flex;
  align-self: center;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .content-block .head {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  padding: 0;
  line-height: 18px;
  margin: 0;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .content-block .text {
  font-size: 12px;
  display: block !important;
  color: #253858;
  padding: 0;
  line-height: 18px;
  margin: 0;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row .content-block .text a {
  color: #0065ff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .content-row {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row {
  display: flex;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 32px);
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row {
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: absolute;
    bottom: 20px;
    width: 90%;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .price {
  width: calc(100% - 180px);
  align-items: center;
}

.tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .price p {
  float: right;
  margin: 0 20px 0 0;
  color: #253858;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .price p {
    font-size: 16px;
    float: left;
    padding-bottom: 16px;
    width: 100%;
    line-height: 20px;
    text-align: center;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .price p span {
  display: block;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .price p span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .price {
    width: 100%;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .btn-block {
  width: 180px;
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .btn-block {
    width: 100%;
  }
}
.tw-top-plans .tw-top-plan-slider .tw-plan-item .bottom-row .btn-block .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.tw-top-plans .disclaimer {
  font-size: 8pt;
  color: #333;
}

.tw-top-plans .seeMoreplans {
  position: absolute;
  bottom: 22px;
  left: 16px;
  right: 0;
  height: 18px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.73), #fff);
  width: calc(100% - 32px);
}

@media only screen and (max-width: 640px) {
  .tw-top-plans .seeMoreplans {
    display: none;
  }
}
.tw-top-plans .seeMoreplans span {
  position: absolute;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  bottom: -15px;
  background: #fff;
  box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
  padding: 6px 40px 6px 28px;
  border-radius: 32.5px;
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.tw-top-plans .seeMoreplans span::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 12px;
}

.top-plan-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.top-plan-popup .close {
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  float: right;
  margin: 16px;
  position: relative;
}

.top-plan-popup .close .close-ico {
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
}

.top-plan-popup .close .close-ico:hover {
  opacity: 1;
}

.top-plan-popup .close .close-ico:after,
.top-plan-popup .close .close-ico:before {
  position: absolute;
  left: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}

.top-plan-popup .close .close-ico:before {
  transform: rotate(45deg);
}

.top-plan-popup .close .close-ico:after {
  transform: rotate(-45deg);
}

.top-plan-popup .top-row {
  padding: 0 16px;
  display: flex;
  width: 100%;
}

.top-plan-popup .top-row .img-block {
  width: 50%;
}

.top-plan-popup .top-row .img-block img {
  width: 100px;
  height: auto;
}

.top-plan-popup .top-row .top-right {
  width: 50%;
}

.top-plan-popup .top-row .top-right .block-txt {
  background: #f1f1f1;
  float: right;
  border-radius: 20px;
  padding: 5px 10px;
  color: #5e6c84;
  font-size: 12px;
}

.top-plan-popup .insurance-heading {
  font-size: 16px;
  padding: 5px 16px 10px;
  font-weight: 600;
  color: #253858;
}

.top-plan-popup .content-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 290px);
  overflow: auto;
}

.top-plan-popup .content-container .faqsWrap ul li h3 a {
  border: 0;
  background: #fafbfc;
}

.top-plan-popup .content-container .faqsWrap ul li {
  background: #fafbfc;
  border-radius: 8px;
}

.top-plan-popup .content-container .faqsWrap ul li p.text {
  font-size: 14px;
  padding-left: 30px;
}

.top-plan-popup .content-container .faqsWrap ul li i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #dfe1e6;
  margin-right: 16px;
}

.top-plan-popup .content-container .faqsWrap ul li h3 + div {
  border: 0;
  background: #fafbfc;
}

.top-plan-popup .faqsWrap {
  margin: 0 16px;
}

.top-plan-popup .bottom-row {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.top-plan-popup .bottom-row .price {
  width: 100%;
  align-items: center;
}

.top-plan-popup .bottom-row .price p {
  margin: 5px 20px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.top-plan-popup .bottom-row .price p span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.top-plan-popup .bottom-row .btn-block {
  width: calc(100% - 32px);
  margin: 16px 16px 0;
}

.top-plan-popup .bottom-row .btn-block .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.tw-widget-disclaimer {
  font-size: 11px !important;
  line-height: 18px !important;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 1024px) {
  .tw-widget-disclaimer {
    padding: 10px 16px !important;
    border-top: 1px solid #ddd;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2f4efb;
}

.slick-list {
  padding-left: 0 !important;
}

.loader_loading,
.loader_loading:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.loader_loading {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slider_boxtxt {
  display: block;
  font-size: 13px;
  width: 50px;
  text-align: center;
  top: 33px;
  position: absolute;
  left: -15px;
  color: #000;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.calculator_wrapper {
  border-radius: 4px;
  margin: 25px 0;
  padding: 24px 32px;
  box-shadow: 0 0 16px rgba(52, 105, 203, 0.29);
  background: #fff;
  border-radius: 5px;
}

.calculator_wrapper.resultBox {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.calculator_wrapper .calculate,
.calculator_wrapper .loading {
  align-items: center;
  display: inline-block;
  border-radius: 8px;
  width: 200px;
  color: #fff;
  border: 1px solid #0065ff;
  background: #0065ff;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .calculate,
  .calculator_wrapper .loading {
    margin: 20px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .calculator_wrapper {
    padding: 24px 10px;
  }
}
.twowheelerStep1 {
  margin-top: 10px;
}

.calculator_wrapper {
  display: block;
}

.calculator_wrapper .error_box {
  font-size: 11px;
  padding-top: 0;
  color: #af3330;
  padding: 0;
  display: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
}

.calculator_wrapper .feildheading {
  font-size: 16px;
  line-height: 24px;
  color: #172b4d;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .feildheading {
    margin-bottom: 10px;
  }
}
.calculator_wrapper .switch-wrap {
  position: relative;
}

.calculator_wrapper .switch-wrap .radiobox {
  position: absolute;
  right: -160px;
  top: -3px;
  width: 140px;
}

.calculator_wrapper .switch-wrap .radiobox .blockRadio {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .switch-wrap .radiobox {
    position: relative;
    right: 0;
    top: 0;
  }
}
.calculator_wrapper .twoWheelerInfo {
  padding-top: 0;
  margin-bottom: 0;
  display: block;
}

.calculator_wrapper .title_text {
  font-size: 24px;
  line-height: 32px;
  color: #172b4d;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.calculator_wrapper .product_type {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .product_type {
    margin-bottom: 5px;
  }
}
.calculator_wrapper .product_type .action {
  width: 30%;
  margin-right: 5%;
}

.calculator_wrapper .product_type .action:last-child {
  margin-right: 0;
}

.calculator_wrapper .product_type .action .inputGroup {
  width: 100%;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .product_type .action {
    width: 100%;
    margin: 0;
  }
}
.calculator_wrapper .action p {
  font-size: 16px;
  font-weight: 600;
  color: #172b4d;
  padding: 15px 0 10px;
  margin: 0;
  display: inline-block;
}

.calculator_wrapper .insurerGroup {
  position: relative;
  clear: both;
  margin: 10px 0 0 0;
  width: 100%;
  display: flex;
}

.calculator_wrapper .insurerGroup.citySelect {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .insurerGroup.citySelect {
    margin-bottom: 5px;
  }
}
.calculator_wrapper .insurerGroup .modal_lable {
  position: absolute;
  font-size: 12px;
  background: #fff;
  top: -11px;
  display: inline-block;
  left: 8px;
  z-index: 1;
  color: #5e6c84;
  padding: 0 5px;
}

.calculator_wrapper .insurerGroup .inputGroup {
  display: inline-block;
  width: 24%;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  padding: 1px;
  position: relative;
  margin-right: 1.3%;
  text-transform: lowercase;
  position: relative;
  float: left;
}

.calculator_wrapper .insurerGroup .inputGroup label {
  margin-left: 0;
  position: relative;
  left: 0;
  width: 100%;
  display: flex;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #253858;
  align-items: center;
  height: 100%;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .insurerGroup .inputGroup label {
    justify-content: left;
  }
}
.calculator_wrapper .insurerGroup .inputGroup:first-letter {
  text-transform: uppercase;
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio] {
  position: absolute;
  right: 10px;
  z-index: 1;
  height: 1px;
  width: 1px;
  visibility: hidden;
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio]:checked ~ label {
  background: #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
  border-radius: 8px;
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio]:checked ~ label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #36b37e url(../../images/calculator/tick.png);
  position: absolute;
  right: 10%;
  top: 13px;
  background-repeat: no-repeat;
  background-position: 6px 8px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .insurerGroup .inputGroup [type=radio]:checked ~ label:before {
    top: 15px;
  }
}
.calculator_wrapper .insurerGroup .inputGroup select {
  padding: 8px 30px 8px 8px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #253858;
  font-size: 16px;
  height: 100%;
  -webkit-appearance: none;
  background: url(../../images/bu/newarrow.png) no-repeat 95% center;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .insurerGroup .inputGroup select {
    padding: 14px 28px 14px 8px;
  }
}
.calculator_wrapper .insurerGroup .inputGroup:last-child {
  margin-right: 0;
}

.calculator_wrapper .insurerGroup.citySelect .inputGroup label,
.calculator_wrapper .insurerGroup.displacement .inputGroup label,
.calculator_wrapper .insurerGroup.model .inputGroup label {
  padding: 12px 10px 8px 10px;
}

.calculator_wrapper .insurerGroup.displacement .inputGroup label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calculator_wrapper .ui-widget-header {
  background: #0065ff;
  border-radius: 10px;
}

.calculator_wrapper .ui-widget.ui-widget-content {
  border: none;
  border-radius: 10px;
  background: rgba(37, 56, 88, 0.2);
  width: 100%;
  float: left;
  top: 11px;
}

.calculator_wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.45em;
  margin-left: -0.6em;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.calculator_wrapper .ui-button,
.calculator_wrapper .ui-state-default,
.calculator_wrapper .ui-widget-content .ui-state-default,
.calculator_wrapper .ui-widget-header .ui-state-default,
.calculator_wrapper html .ui-button.ui-state-disabled:active,
.calculator_wrapper html .ui-button.ui-state-disabled:hover {
  border: 1px solid #0052cc;
  background: #0065ff;
  font-weight: 400;
  color: #454545;
  outline: 0;
}

.calculator_wrapper .ui-slider-horizontal {
  height: 8px;
}

.calculator_wrapper .step {
  position: relative;
  top: 8px;
}

.calculator_wrapper .step .range {
  position: absolute;
  width: 1px;
  background-color: #ccc;
}

.calculator_wrapper .step .range.high {
  height: 15px;
}

.calculator_wrapper .step .range.low {
  height: 10px;
}

.calculator_wrapper .step .range.step0 {
  left: 1%;
}

.calculator_wrapper .step .range.step10 {
  left: 10%;
}

.calculator_wrapper .step .range.step20 {
  left: 20%;
}

.calculator_wrapper .step .range.step30 {
  left: 30%;
}

.calculator_wrapper .step .range.step40 {
  left: 40%;
}

.calculator_wrapper .step .range.step50 {
  left: 50%;
}

.calculator_wrapper .step .range.step60 {
  left: 60%;
}

.calculator_wrapper .step .range.step70 {
  left: 70%;
}

.calculator_wrapper .step .range.step80 {
  left: 80%;
}

.calculator_wrapper .step .range.step90 {
  left: 90%;
}

.calculator_wrapper .step .range.step100 {
  left: 98%;
}

.calculator_wrapper .step .range.last span {
  font-size: 12px;
  width: 60px;
  position: absolute;
  top: 18px;
  color: #6d6d6d;
  right: -15px;
  text-align: right;
}

.calculator_wrapper .step .range.first span {
  font-size: 12px;
  width: 35px;
  position: absolute;
  top: 18px;
  color: #6d6d6d;
  left: -10px;
  text-align: left;
}

.calculator_wrapper .action {
  position: relative;
  margin-bottom: 10px;
}

.calculator_wrapper .action.twoWheelerMake,
.calculator_wrapper .action.twoWheelerModel,
.calculator_wrapper .action.twoWheelerVariant {
  margin-bottom: 10px;
}

.calculator_wrapper .action .sliderBox {
  height: 60px;
  width: 100%;
  margin: 10px 0 0 auto;
}

.calculator_wrapper .action .scrollAmt {
  position: absolute;
  top: 10px;
  right: 0;
  width: 140px;
}

.calculator_wrapper .action .scrollAmt input,
.calculator_wrapper .action .scrollAmt select {
  border: 1px solid #b3bac5 !important;
}

.calculator_wrapper .action .scrollAmt:after {
  content: "₹";
  position: absolute;
  font-size: 20px;
  width: 20px;
  height: 18px;
  left: 12px;
  top: 50% !important;
  transform: translate(0, -50%);
  line-height: 20px;
  font-family: arial;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .action .scrollAmt:after {
    top: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .calculator_wrapper .action .scrollAmt:after {
    left: 5px;
    top: 18px;
    text-align: center;
  }
}
.calculator_wrapper .action .scrollAmt .inputBox,
.calculator_wrapper .action .scrollAmt select {
  width: 100%;
  padding: 10px 10px 10px 25px;
  font-size: 16px;
  border: 1px solid #d3d7dd;
  border-radius: 4px;
  height: 100%;
  line-height: 16px;
  position: relative;
}

.calculator_wrapper .action .scrollAmt .inputBox::-webkit-input-placeholder,
.calculator_wrapper .action .scrollAmt select::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 16px;
}

.calculator_wrapper .action .scrollAmt .inputBox::-moz-placeholder,
.calculator_wrapper .action .scrollAmt select::-moz-placeholder {
  font-size: 11px;
  line-height: 16px;
}

.calculator_wrapper .action .scrollAmt .inputBox:-ms-input-placeholder,
.calculator_wrapper .action .scrollAmt select:-ms-input-placeholder {
  font-size: 11px;
  line-height: 16px;
}

.calculator_wrapper .action .scrollAmt .inputBox:-moz-placeholder,
.calculator_wrapper .action .scrollAmt select:-moz-placeholder {
  font-size: 11px;
  line-height: 16px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .action .scrollAmt .inputBox::-webkit-input-placeholder,
  .calculator_wrapper .action .scrollAmt select::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .calculator_wrapper .action .scrollAmt .inputBox::-moz-placeholder,
  .calculator_wrapper .action .scrollAmt select::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .calculator_wrapper .action .scrollAmt .inputBox:-ms-input-placeholder,
  .calculator_wrapper .action .scrollAmt select:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .calculator_wrapper .action .scrollAmt .inputBox:-moz-placeholder,
  .calculator_wrapper .action .scrollAmt select:-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .calculator_wrapper .action .scrollAmt .inputBox {
    padding: 18px 10px 18px 25px;
  }
}
.calculator_wrapper .action .scrollAmt select {
  padding: 11px;
  -webkit-appearance: none;
  background: url(../../images/bu/newarrow.png) no-repeat 95% center;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .action .scrollAmt select {
    padding: 18px 10px 18px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .calculator_wrapper .action .scrollAmt {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .calculator_wrapper .action .scrollAmt #buy_year,
  .calculator_wrapper .action .scrollAmt #exshowroomprice {
    display: none;
  }
}
.calculator_wrapper .fillValue {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.calculator_wrapper .fillValue li {
  width: 23%;
  margin: 0 1%;
}

.calculator_wrapper .fillValue li .collectionData {
  display: block;
}

.calculator_wrapper .fillValue li .collectionData .leftSection .h2,
.calculator_wrapper .fillValue li .collectionData .leftSection h1,
.calculator_wrapper .fillValue li .collectionData .leftSection h2,
.calculator_wrapper .fillValue li .collectionData .title,
.leftSection .calculator_wrapper .fillValue li .collectionData .h2,
.leftSection .calculator_wrapper .fillValue li .collectionData h1,
.leftSection .calculator_wrapper .fillValue li .collectionData h2 {
  color: #505f79;
  font-size: 12px;
  line-height: 24px;
}

.calculator_wrapper .fillValue li .collectionData .value {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 0 7px;
  color: #172b4d;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .fillValue li {
    width: 46%;
  }
  .calculator_wrapper .fillValue li:nth-child(odd) {
    margin-right: 4%;
  }
}
.calculator_wrapper .infotext {
  font-size: 12px;
}

.calculator_wrapper .resultbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.calculator_wrapper .resultbox.mt {
  margin-top: 30px;
}

.calculator_wrapper .resultbox.mb {
  margin-bottom: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .resultbox.mb {
    margin-top: 0;
  }
}
.calculator_wrapper .resultbox .calButton {
  cursor: pointer;
  align-items: center;
  margin-right: 4%;
  display: block;
  border-radius: 8px;
  width: 48%;
  color: #0065ff;
  border: 1px solid #0065ff;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.calculator_wrapper .resultbox .calButton.invert {
  margin-right: 0;
  background-color: #0065ff;
  border: none;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .resultbox .calButton {
    width: 48%;
    margin: 10px 0;
  }
  .calculator_wrapper .resultbox .calButton:first-child {
    margin: 10px 4% 10px 0;
  }
}
.calculator_wrapper .resultbox .idv,
.calculator_wrapper .resultbox .netprice {
  align-items: center;
  background: #ecf3fe;
  margin-right: 4%;
  border-radius: 8px;
  width: 48%;
  box-sizing: border-box;
  padding: 20px;
}

.calculator_wrapper .resultbox .idv span,
.calculator_wrapper .resultbox .netprice span {
  font-size: 16px;
  line-height: 24px;
}

.calculator_wrapper .resultbox .idv .premiumVal,
.calculator_wrapper .resultbox .idv div,
.calculator_wrapper .resultbox .netprice .premiumVal,
.calculator_wrapper .resultbox .netprice div {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.calculator_wrapper .resultbox .idv .premiumVal .gstAdded,
.calculator_wrapper .resultbox .idv div .gstAdded,
.calculator_wrapper .resultbox .netprice .premiumVal .gstAdded,
.calculator_wrapper .resultbox .netprice div .gstAdded {
  display: inline-block;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.4);
  padding-left: 20px;
}

@media only screen and (max-width: 480px) {
  .calculator_wrapper .resultbox .idv .premiumVal .gstAdded,
  .calculator_wrapper .resultbox .idv div .gstAdded,
  .calculator_wrapper .resultbox .netprice .premiumVal .gstAdded,
  .calculator_wrapper .resultbox .netprice div .gstAdded {
    font-size: 12px;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .calculator_wrapper .resultbox .idv,
  .calculator_wrapper .resultbox .netprice {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px;
    font-size: 22px;
  }
}
.calculator_wrapper .resultbox .netprice {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .calculator_wrapper .resultbox .idv {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
  }
}
.calculator_wrapper .infotext {
  color: #505f79;
}

@media only screen and (max-width: 640px) {
  .mobileScroll {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobileScroll::-webkit-scrollbar {
    display: none;
  }
  .mobileScroll .citySelect {
    width: 600px;
  }
}
.buy:after,
.claim:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  #buy_year,
  #recentClaim,
  .calculator_wrapper .ui-widget.ui-widget-content,
  .step {
    display: none;
  }
}
.radiobox [type=radio]:checked,
.radiobox [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radiobox [type=radio]:checked + label,
.radiobox [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.radiobox [type=radio]:checked + label:before,
.radiobox [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.radiobox [type=radio]:checked + label:before {
  background: #0065ff;
  border: none;
}

.radiobox [type=radio]:checked + label:after,
.radiobox [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.radiobox [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.radiobox [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 758px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}

.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .inner-block-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left,
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection .h2,
.leftSection h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.leftSection .h2:first-letter,
.leftSection h2:first-letter {
  text-transform: uppercase;
}

.leftSection .h2 a,
.leftSection h2 a {
  color: #0065ff;
}

.leftSection .h2.mt0,
.leftSection h2.mt0 {
  margin-top: 0;
}

.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.leftSection table .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1,
  .grid .leftSection .h1 strong,
  .grid .leftSection h1,
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2,
  .grid .leftSection .h2 strong,
  .grid .leftSection h2,
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3,
  .grid .leftSection .h3 strong,
  .grid .leftSection h3,
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 a,
  .grid .leftSection .h3 strong a,
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection .h1,
  .leftSection .h1 strong,
  .leftSection h1,
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2,
  .leftSection .h2 strong,
  .leftSection h2,
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3,
  .leftSection .h3 strong,
  .leftSection h3,
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block .leftSection span.h2,
.blue-block span.title,
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title .h2,
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection .h2.tp0,
.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .h2.tp0,
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.animated-banner {
  margin-bottom: 20px;
}

.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}

.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}

.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;
  }
}
.addons-tw.insurer-language {
  overflow: hidden;
}

.addons-tw.insurer-language .insurer-by-company-title {
  margin-bottom: 24px;
}

.addons-tw.insurer-language .insurer-by-company-content {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .addons-tw.insurer-language .insurer-by-company-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
.addons-tw.insurer-language .insurer-by-company-content .insurer-by-company-block {
  min-width: 145px;
  padding: 15px 6px 0;
  justify-content: flex-start;
  height: 150px !important;
  min-height: 150px;
}

@media screen and (min-width: 1024px) {
  .addons-tw.insurer-language .insurer-by-company-content .insurer-by-company-block {
    margin: 0 16px 14px;
    display: flex;
    align-items: CENTER;
  }
}
.addons-tw.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-tw-icons {
  width: 48px;
  height: 48px;
  background-origin: content-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.addons-tw.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #0065ff;
  font-weight: 500;
  width: 100%;
}

.addons-tw.insurer-language .slick-next.slick-arrow,
.addons-tw.insurer-language .slick-prev.slick-arrow {
  border-width: 0 2px 2px 0;
  width: 11px;
  height: 11px;
  top: -48px;
}

.addons-tw.insurer-language .slick-next.slick-arrow.slick-disabled,
.addons-tw.insurer-language .slick-prev.slick-arrow.slick-disabled {
  border-color: rgba(37, 56, 88, 0.4117647059);
  pointer-events: none;
}

.addons-tw.insurer-language .slick-prev.slick-arrow {
  left: auto;
  right: 20px;
}

.addons-tw.insurer-language .slick-next.slick-arrow {
  right: 3px;
}

.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 .plan-heading .tw-top-plan sup {
  font-size: 12px;
  line-height: 12px;
}

.twowheeler-tabs .plan-tabs {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
}

@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;
  }
}
.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: 24px;
}

.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 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;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3019607843);
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
  color: #0065ff;
  font-weight: 500;
  cursor: pointer;
}

.twowheeler-tabs .seemore-plans span:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: -7px;
  top: -2px;
}

.twowheeler-tabs .seemore-plans.active span:after {
  transform: rotate(225deg);
  top: 2px;
}

@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,
  .twowheeler-tabs .twowheeler-plan-content-wrapper .plan-card .plan-card-top .insurer-name {
    margin-bottom: 15px;
  }
  .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 .twowheeler-plan-content-wrapper .plan-card .plan-card-top {
    background: #f5f9ff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .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 {
  position: relative;
}

#faqsWrapper .data-lisitng,
#faqsWrapper .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

#faqsWrapper .data-lisitng li,
#faqsWrapper .data_ul li {
  border-bottom: 0 solid #e7e7e7;
  font-size: 16px;
  margin: 0 0 5px 0;
  background: #f1f3f5;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  color: #253858;
  position: relative;
  list-style: none;
}

#faqsWrapper .data-lisitng li:before,
#faqsWrapper .data_ul li:before {
  display: none;
}

#faqsWrapper .data-lisitng li .h2,
#faqsWrapper .data-lisitng li .h3,
#faqsWrapper .data-lisitng li .h4,
#faqsWrapper .data-lisitng li h2,
#faqsWrapper .data-lisitng li h3,
#faqsWrapper .data-lisitng li h4,
#faqsWrapper .data_ul li .h2,
#faqsWrapper .data_ul li .h3,
#faqsWrapper .data_ul li .h4,
#faqsWrapper .data_ul li h2,
#faqsWrapper .data_ul li h3,
#faqsWrapper .data_ul li h4 {
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin: 10px 0 0;
  font-size: 16px;
}

#faqsWrapper .data-lisitng li .h2 a,
#faqsWrapper .data-lisitng li .h3 a,
#faqsWrapper .data-lisitng li .h4 a,
#faqsWrapper .data-lisitng li h2 a,
#faqsWrapper .data-lisitng li h3 a,
#faqsWrapper .data-lisitng li h4 a,
#faqsWrapper .data_ul li .h2 a,
#faqsWrapper .data_ul li .h3 a,
#faqsWrapper .data_ul li .h4 a,
#faqsWrapper .data_ul li h2 a,
#faqsWrapper .data_ul li h3 a,
#faqsWrapper .data_ul li h4 a {
  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 .h3 a:hover,
#faqsWrapper .data-lisitng li .h4 a:hover,
#faqsWrapper .data-lisitng li h2 a:hover,
#faqsWrapper .data-lisitng li h3 a:hover,
#faqsWrapper .data-lisitng li h4 a:hover,
#faqsWrapper .data_ul li .h2 a:hover,
#faqsWrapper .data_ul li .h3 a:hover,
#faqsWrapper .data_ul li .h4 a:hover,
#faqsWrapper .data_ul li h2 a:hover,
#faqsWrapper .data_ul li h3 a:hover,
#faqsWrapper .data_ul li h4 a:hover {
  color: #0065ff;
}

#faqsWrapper .data-lisitng li .h2 a:after,
#faqsWrapper .data-lisitng li .h3 a:after,
#faqsWrapper .data-lisitng li .h4 a:after,
#faqsWrapper .data-lisitng li h2 a:after,
#faqsWrapper .data-lisitng li h3 a:after,
#faqsWrapper .data-lisitng li h4 a:after,
#faqsWrapper .data_ul li .h2 a:after,
#faqsWrapper .data_ul li .h3 a:after,
#faqsWrapper .data_ul li .h4 a:after,
#faqsWrapper .data_ul li h2 a:after,
#faqsWrapper .data_ul li h3 a:after,
#faqsWrapper .data_ul li h4 a: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 .h3 a[flag=up],
#faqsWrapper .data-lisitng li .h4 a[flag=up],
#faqsWrapper .data-lisitng li h2 a[flag=up],
#faqsWrapper .data-lisitng li h3 a[flag=up],
#faqsWrapper .data-lisitng li h4 a[flag=up],
#faqsWrapper .data_ul li .h2 a[flag=up],
#faqsWrapper .data_ul li .h3 a[flag=up],
#faqsWrapper .data_ul li .h4 a[flag=up],
#faqsWrapper .data_ul li h2 a[flag=up],
#faqsWrapper .data_ul li h3 a[flag=up],
#faqsWrapper .data_ul li h4 a[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 .h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li h4 a[flag=up]:after,
#faqsWrapper .data_ul li .h2 a[flag=up]:after,
#faqsWrapper .data_ul li .h3 a[flag=up]:after,
#faqsWrapper .data_ul li .h4 a[flag=up]:after,
#faqsWrapper .data_ul li h2 a[flag=up]:after,
#faqsWrapper .data_ul li h3 a[flag=up]:after,
#faqsWrapper .data_ul li h4 a[flag=up]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

#faqsWrapper .data-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,
#faqsWrapper .data_ul li .h2 + div,
#faqsWrapper .data_ul li .h3 + div,
#faqsWrapper .data_ul li .h4 + div,
#faqsWrapper .data_ul li h2 + div,
#faqsWrapper .data_ul li h3 + div,
#faqsWrapper .data_ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

#faqsWrapper .data-lisitng li .h2 + div p,
#faqsWrapper .data-lisitng li .h3 + div p,
#faqsWrapper .data-lisitng li .h4 + div p,
#faqsWrapper .data-lisitng li h2 + div p,
#faqsWrapper .data-lisitng li h3 + div p,
#faqsWrapper .data-lisitng li h4 + div p,
#faqsWrapper .data_ul li .h2 + div p,
#faqsWrapper .data_ul li .h3 + div p,
#faqsWrapper .data_ul li .h4 + div p,
#faqsWrapper .data_ul li h2 + div p,
#faqsWrapper .data_ul li h3 + div p,
#faqsWrapper .data_ul li h4 + div p {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}

#faqsWrapper .faq_tabs_inner {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  #faqsWrapper .faq_tabs_inner {
    overflow: auto;
    white-space: nowrap;
  }
  #faqsWrapper .faq_tabs_inner::-webkit-scrollbar {
    width: 0;
  }
}
#faqsWrapper .faq_tabs_inner .tabs_faq {
  color: #7a869a;
  font-size: 16px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0;
}

#faqsWrapper .faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}

#faqsWrapper .faq_tabs_inner .tabs_faq.active {
  color: #253858;
  font-weight: 600;
  position: relative;
}

#faqsWrapper .faq_tabs_inner .tabs_faq.active:after {
  border: 2px solid #253858;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.covered-notcover {
  background: #f5f6fe;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  max-width: 760px;
}

@media only screen and (max-width: 1024px) {
  .covered-notcover {
    max-width: 100%;
  }
}
.covered-notcover .heading-h2 {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 568px) {
  .covered-notcover .heading-h2 {
    font-size: 14px;
  }
}
.covered-notcover .general-info-heading {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
  margin: 14px 0;
  font-weight: 500;
}

.covered-notcover .plan-list {
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 568px) {
  .covered-notcover .plan-list {
    padding: 0;
    display: table;
    width: 100%;
  }
}
.covered-notcover .plan-list.hide {
  display: none;
}

.covered-notcover .plan-list.show {
  display: table;
  width: 100%;
}

.covered-notcover .plan-list:last-child {
  margin-bottom: 0;
}

.covered-notcover .plan-list .cta-link {
  display: none;
}

@media only screen and (max-width: 568px) {
  .covered-notcover .plan-list .cta-link {
    display: block;
    width: 60%;
    height: auto;
    font-size: 16px;
    border-radius: 9px;
  }
}
.covered-notcover .plan-category {
  display: none;
  padding: 20px 20px 0;
}

.covered-notcover .plan-category.active {
  display: block;
}

.covered-notcover .plan-category .list-block li {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.covered-notcover .covered-notcover-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: relative;
  margin: 0 0 0;
}

.covered-notcover .covered-notcover-list:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #e3e3e3;
  width: 100%;
  bottom: 0;
}

.covered-notcover .covered-notcover-list li {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .covered-notcover .covered-notcover-list li {
    margin-right: 15px;
    width: 100%;
  }
}
.covered-notcover .covered-notcover-list li:last-child {
  margin-right: 0;
}

.covered-notcover .covered-notcover-list li a,
.covered-notcover .covered-notcover-list li span {
  letter-spacing: 0;
  color: #172b4d;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  padding: 5px ​0px 0 0;
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .covered-notcover .covered-notcover-list li a,
  .covered-notcover .covered-notcover-list li span {
    font-size: 13px;
  }
}
.covered-notcover .covered-notcover-list li a.active,
.covered-notcover .covered-notcover-list li span.active {
  color: #0065ff;
}

.covered-notcover .covered-notcover-list li a.active:before,
.covered-notcover .covered-notcover-list li span.active:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #0065ff;
  width: 100%;
  bottom: 0;
}

.top-features {
  background: #f5f7fd;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}

.top-features h2 {
  color: #253858;
  font-size: 24px;
  line-height: initial;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: unset;
}

@media screen and (max-width: 1024px) {
  .top-features h2 {
    margin-top: 0 !important;
  }
}
.top-features .top-features-paragraph {
  margin-bottom: 0;
}

.top-features .casestudies {
  padding: 0;
  margin: 20px 0 0 0;
  display: none;
}

.top-features .casestudies p.list {
  margin-top: 10px;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0);
  }
}
.top-features .faq-area-content,
.top-features .transition,
.top-features ul li i:after,
.top-features ul li i:before {
  transition: all 0.25s ease-in-out;
}

.top-features .flipIn,
.top-features h1,
.top-features ul li {
  animation: flipdown 0.5s ease both;
}

.top-features .no-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.top-features .toggle-btn {
  position: relative;
  display: block;
}

.top-features .arrow-item {
  position: absolute;
  top: 0;
  right: -15px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: all;
}

.top-features .arrow {
  position: relative;
  top: 15px;
  right: 0;
  cursor: pointer;
  pointer-events: all;
}

.top-features .more-list {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #253858;
}

.top-features .arrow::after,
.top-features .arrow::before {
  position: relative;
  content: "";
  display: block;
  width: 10.5px;
  height: 1.5px;
  background: #253858;
  transition: 0.3s ease-in-out;
}

.top-features .arrow::before {
  transform: rotate(45deg);
}

.top-features .arrow::after {
  left: 7px;
  top: -1.5px;
  transform: rotate(-45deg);
}

.top-features .arrow-item {
  cursor: pointer;
  pointer-events: all;
}

.top-features .arrow-item.active {
  cursor: pointer;
}

.top-features .arrow-item.active ~ .paragraphBu {
  display: block;
}

.top-features .arrow-item.active .arrow::before {
  transform: rotate(-45deg);
}

.top-features .arrow-item.active .arrow::after {
  transform: rotate(45deg);
}

.top-features .arrow-item.active + .casestudies {
  display: block;
}

.top-features .arrow-item.active .paragraphBu {
  display: block;
}

.top-features ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.top-features ul::marker {
  background: #253858;
  color: #253858;
  border-color: #253858;
}

.top-features ul li {
  position: relative;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b3bac5;
}

.top-features ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.top-features ul li::marker {
  background: #253858;
  color: #253858;
  border-color: #253858;
}

.top-features ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 50px;
  right: 0;
}

.top-features ul li i::after,
.top-features ul li i::before {
  content: "";
  position: absolute;
  background-color: #0065ff;
  width: 3px;
  height: 9px;
}

.top-features ul li i::before {
  transform: translate(-2px, 0) rotate(45deg);
}

.top-features ul li i::after {
  transform: translate(2px, 0) rotate(-45deg);
}

.top-features ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  left: 0;
  right: 0;
}

.top-features ul li .paragraphBu {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 99%;
  color: #253858;
  line-height: 24px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.top-features ul li .faq-area-content {
  width: 99%;
}

@media (max-width: 568px) {
  .top-features ul li .faq-area-content {
    padding-right: 30px;
  }
}
.top-features ul li input[type=checkbox]:not(:checked) ~ .faq-area-content {
  opacity: 1;
}

.top-features ul li input[type=checkbox]:not(:checked) ~ .faq-area-content .paragraphBu {
  display: block;
  margin: 0;
}

.top-features ul li input[type=checkbox]:checked ~ .faq-area-content {
  opacity: 1;
}

.top-features ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

.top-features ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.top-features ul li .anchor {
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  pointer-events: all;
}

.faq_tabs_inner {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .faq_tabs_inner {
    padding: 0 20px;
    background: #f4f7fc;
    margin: 0;
  }
}
.faq_tabs_inner .tabs_faq {
  color: #7a869a;
  font-size: 16px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0;
}

.faq_tabs_inner .tabs_faq:last-child {
  margin-right: 0;
}

.faq_tabs_inner .tabs_faq.active {
  color: #252858;
  font-weight: 600;
  position: relative;
}

.faq_tabs_inner .tabs_faq.active::after {
  border: 2px solid #253858;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.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: 100px;
}

.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;
  transform: rotate(-45deg);
  position: absolute;
  right: 13px;
  top: 14px;
}

a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
  padding-top: 0;
}

.bannertwredirect {
  cursor: pointer;
}

.breadcrumbinner {
  clear: both;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbinner {
    background: 0 0;
  }
}
.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li: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;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
#navBarBookmarks .slick-next {
  top: 38px;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}

.rightSection .webp .allimg,
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}

.rightSection .graphDiv img {
  max-width: 100%;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.rightSection .calculatorsList.without-image li a {
  padding: 12px 0 12px 14px;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :first-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding: 12px 12px 20px;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .Bajaj_icon,
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .Aditya_icon,
.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon,
.rightSection .zuno-general_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .Kotak_icon,
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .Tata_icon,
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -550px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon,
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .LIC_icon {
  background-position: -67px -489px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}

.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .leftSection .promotional_banner_right {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 0;
  }
  .leftSection .promotional_banner_right .rhsbannertwredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  .leftSection .promotional_banner_right .rhsbannertwredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
.you-may-like {
  clear: both;
  width: 100%;
}

.you-may-like ul.article_like li .image-box {
  display: table-cell;
  height: 50px;
  width: 90px;
}

.you-may-like .icnSprite {
  font-size: 20px !important;
  padding-bottom: 10px;
  background: 0 0;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
  text-transform: capitalize;
  color: #014667 !important;
  clear: both;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.you-may-like .icnSprite::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #014667;
  bottom: 0;
}

.you-may-like .article_like {
  list-style: none;
  font-weight: 400;
}

.you-may-like .article_like li {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  clear: none;
}

.you-may-like .article_like .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.you-may-like .article_like a {
  display: block;
  padding: 0 0;
  color: #337ab7;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.you-may-like p {
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
}

.item-contentpage #car_article_leftpanel .you-maylike p {
  margin: 2px 0 0 0;
}

.youmaylike_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.article-info dl.article-info {
  margin: 0;
}

.you-may-like dd,
.you-may-like dt {
  color: #91919a;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.you-may-like ul.article_like li .image-box img {
  border: 1px solid #ddd;
  height: auto;
  padding: 1px;
  width: 100%;
}

.you-may-like ul.article_like li {
  border-bottom: 1px solid #ddd;
  clear: both;
  list-style: none;
  padding: 10px 0 10px 0;
}

@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;
  }
}
.makemodel.newlayout .productSlider .itemCount {
  min-height: 180px;
  height: auto !important;
}

.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px 10px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2,
.investment-option-slider h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong,
.investment-option-slider h3 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

.investment-option-slider .option-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.investment-option-slider .option-slider.full {
  width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
  height: auto;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3cb1e4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43cd88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2f38cb;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box.blue::before {
  background: #4680f0;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.term {
  overflow: visible;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  cursor: pointer;
}

.investment-option-slider.term .option-slider .product-list-box .banner img {
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
  display: block;
  min-height: 50px;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    margin-top: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info {
    flex-wrap: nowrap;
  }
}
.investment-option-slider.term .option-slider .product-list-box.term-plan .product-info .text::before {
  content: "Explore Affordable";
  margin-right: 4px;
}

.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
  background: #b97b93;
}

.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
  background: #ffc400;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box,
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
  width: 100% !important;
  font-size: 14px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
  width: 100% !important;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .leftSection .h2,
.investment-option-slider.travel .leftSection h1,
.investment-option-slider.travel .leftSection h2,
.investment-option-slider.travel .title,
.leftSection .investment-option-slider.travel .h2,
.leftSection .investment-option-slider.travel h1,
.leftSection .investment-option-slider.travel h2 {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .leftSection .h2 h2,
.investment-option-slider.travel .leftSection h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.investment-option-slider.travel .title h2,
.leftSection .investment-option-slider.travel .h2 h2,
.leftSection .investment-option-slider.travel h1 h2,
.leftSection .investment-option-slider.travel h2 h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 0 3px 0 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .leftSection .h2 h2,
  .investment-option-slider.travel.tw .leftSection h1 h2,
  .investment-option-slider.travel.tw .leftSection h2 h2,
  .investment-option-slider.travel.tw .title h2,
  .leftSection .investment-option-slider.travel.tw .h2 h2,
  .leftSection .investment-option-slider.travel.tw h1 h2,
  .leftSection .investment-option-slider.travel.tw h2 h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
  background: #9fffce;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

@media (max-width: 360px) {
  .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    font-size: 12px;
  }
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  cursor: pointer;
  color: #fff;
  background: #0065ff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}

@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

@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;
  }
}
.exit-intent-popup sup,
.twowheelerBanner .text sup {
  font-size: 14px;
}

.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;
}

.bookInsuranceOnWhatsapp {
  background: 0 0;
  border-radius: 8px;
  padding: 0 0 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 24px 7px rgba(37, 56, 88, 0.25);
  transition: all 0.3s ease-in;
  display: none;
}

@media (max-width: 768px) {
  .bookInsuranceOnWhatsapp {
    display: block;
  }
}
.bookInsuranceOnWhatsapp.inactive {
  bottom: -120px;
}

.bookInsuranceOnWhatsapp .closeBtn {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../../images/bu/insure-form-whatsapp-cross.svg) no-repeat 0 0;
  top: -12px;
  right: 6px;
  background-size: 100%;
}

.bookInsuranceOnWhatsapp .wrapper {
  background: #5ccd6c;
  background: linear-gradient(177deg, #5ccd6c 0, #8fe4a1 100%);
  padding: 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bookInsuranceOnWhatsapp .wrapper .text {
  width: 65%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 10px 0 0;
  text-align: left;
}

.bookInsuranceOnWhatsapp .wrapper .btn {
  width: 40%;
  display: flex;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 4px 19px rgba(37, 56, 88, 0.2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.016em;
  color: #278835;
  padding-left: 16px;
  max-width: 118px;
  position: relative;
  min-height: 44px;
  cursor: pointer;
}

.bookInsuranceOnWhatsapp .wrapper .btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../images/bu/whatapp-icon.png) no-repeat 0 0;
  top: 13px;
  left: 8px;
}

.bookInsuranceOnWhatsapp .wrapper .contentCenter {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.popular-manufacturers-insurance-widget {
  border-radius: 8px;
  border: 1px solid var(--dfe-1-e-6-n-40, #dfe1e6);
  background: #fff;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .popular-manufacturers-insurance-widget {
    border: 0;
    padding: 16px;
  }
}
.popular-manufacturers-insurance-widget .heading {
  color: var(--253858-n-700, #253858);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list {
  display: flex;
  flex-wrap: wrap;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(52, 105, 203, 0.12);
  width: 14.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: CENTER;
  margin: 0 17px 17px 0;
  padding: 12px;
  cursor: pointer;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers:nth-of-type(6n) {
  margin-right: 0;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers .image {
  max-width: 80px;
  width: 100%;
  height: 36px;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers .image img {
  height: auto;
  font-size: 11px;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers .name {
  font-size: initial;
  color: #0065ff;
  letter-spacing: initial;
  line-height: initial;
  margin-bottom: 0;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers a {
  color: #0065ff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers {
    width: 31.7%;
    margin: 0 8px 8px 0;
  }
  .popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers:nth-of-type(6n) {
    margin-right: 8px;
  }
  .popular-manufacturers-insurance-widget .popular-manufacturers-list .popular-manufacturers:nth-of-type(3n) {
    margin-right: 0;
  }
}
.popular-manufacturers-insurance-widget .popular-manufacturers-list .more-popular-insurance {
  display: none;
}

.popular-manufacturers-insurance-widget .popular-manufacturers-list .more-popular-insurance.show {
  display: flex;
  flex-wrap: wrap;
}

.popular-manufacturers-insurance-widget .view-more-insurance {
  text-align: CENTER;
  position: relative;
  margin-top: 3px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .popular-manufacturers-insurance-widget .view-more-insurance {
    margin-bottom: 20px;
  }
}
.popular-manufacturers-insurance-widget .view-more-insurance:before {
  content: "";
  background: #dfe1e6;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.popular-manufacturers-insurance-widget .view-more-insurance button {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.12);
  outline: 0;
  border: 0;
  padding: 8px 16px 8px 20px;
  color: #0065ff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.196px;
  position: relative;
  cursor: pointer;
}

.popular-manufacturers-insurance-widget .view-more-insurance button::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 2px 5px;
  margin-left: 8px;
}

.popular-manufacturers-insurance-widget .view-more-insurance button.show::after {
  transform: rotate(-135deg);
  margin: 3px 0 -1px 8px;
}

.popular-manufacturers-insurance-widget .view-plans {
  text-align: center;
}

.popular-manufacturers-insurance-widget .view-plans button {
  border-radius: 8px;
  background: #3965fb;
  max-width: 328px;
  width: 100%;
  padding: 15px 0 14px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  cursor: pointer;
}

@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;
}

.productSlider.slider {
  margin: 0 auto 40px;
}

.leftSection .faqsWrap ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .product-article-wrapper {
    padding-top: 18px;
  }
}
.product-article-wrapper:has(.article-most-common.sliderRoot.popular.hide) .article-most-common.sliderRoot.recent {
  margin-bottom: 40px;
}

.promotional_banner_right.new {
  border-radius: 8px;
  border: solid 0.8px #ebeff6;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .promotional_banner_right.new {
    background: #f6f9fe;
    padding: 0;
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
.promotional_banner_right.new img {
  border-radius: 8px;
  margin-bottom: -8px;
}

@media screen and (max-width: 767px) {
  .promotional_banner_right.new img {
    border-radius: 0;
  }
}
.explore-bike-insurance-widget {
  border: 1px solid #deeef1;
  border-radius: 8px;
  background: #fafffe;
  position: relative;
  margin: 0 0 32px;
}

@media screen and (max-width: 1024px) {
  .explore-bike-insurance-widget {
    margin-bottom: 32px;
  }
}
.explore-bike-insurance-widget .heading {
  background: linear-gradient(272.13deg, #ddfaff 3.33%, #c9ffef 94.93%);
  border-radius: 8px 8px 0 0;
  padding: 16px 24px;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  position: relative;
}

.explore-bike-insurance-widget .heading::after {
  content: "";
  background: url(../../images/bu/motor/tw/tw-explore-more-icon.png) no-repeat center/contain;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 16px;
  top: 3px;
}

.explore-bike-insurance-widget .explore-bike-insurance-list {
  padding: 20px 24px 24px;
}

.explore-bike-insurance-widget .explore-bike-insurance-list .explore-bike-insurance {
  display: block;
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.2);
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

.explore-bike-insurance-widget .explore-bike-insurance-list .explore-bike-insurance:last-child,
.explore-bike-insurance-widget .explore-bike-insurance-list .explore-bike-insurance:nth-child(5) {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.explore-bike-insurance-widget .explore-bike-insurance-list .explore-bike-insurance::after {
  content: "";
  border: solid rgba(37, 56, 88, 0.9019607843);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
}

.explore-bike-insurance-widget .explore-bike-insurance-list.show .explore-bike-insurance:nth-child(5) {
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.3019607843);
}

.explore-bike-insurance-widget .view-more-bike-insurance {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12px;
}

.explore-bike-insurance-widget .view-more-bike-insurance span {
  border: 1px solid #deeef1;
  background: #fdffff;
  border-radius: 15px;
  padding: 3.5px 16px;
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.explore-bike-insurance-widget .view-more-bike-insurance span::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 1.6px 1.6px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin: 0 0 2px 6px;
}

.explore-bike-insurance-widget .view-more-bike-insurance span.show::after {
  transform: rotate(-135deg);
  margin: 0 0 0 6px;
}

.popular-bike-insurance-brands-widget {
  border: 1px solid #eceaf9;
  border-radius: 8px;
  position: relative;
  margin: 0 0 32px;
  background: linear-gradient(270deg, #fafcff 34.76%, #fff 100%);
}

@media screen and (max-width: 1024px) {
  .popular-bike-insurance-brands-widget {
    margin-bottom: 32px;
  }
}
.popular-bike-insurance-brands-widget .heading {
  background: linear-gradient(94.55deg, #edeaff 10.05%, #e3f5ff 100%);
  border-radius: 8px 8px 0 0;
  padding: 14px 24px;
  position: relative;
}

.popular-bike-insurance-brands-widget .heading::after {
  content: "";
  background: url(../../images/bu/motor/tw/tw-popular-bike-brands-icon.png) no-repeat center/contain;
  width: 49px;
  height: 53px;
  position: absolute;
  right: 18px;
  top: 14px;
}

.popular-bike-insurance-brands-widget .heading span {
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  width: 60%;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popular-bike-insurance-brands-widget .heading span {
    width: 25%;
  }
}
.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list {
  padding: 8px 24px 24px;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands {
  display: block;
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.2);
  color: #253858;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: flex-start;
  margin: 0 0 12px;
  padding: 0 0 12px;
  cursor: pointer;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands .logo {
  max-width: 28px;
  height: 28px;
  margin-right: 14px;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands .logo img {
  max-width: 100%;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #253858;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands:last-child,
.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands:nth-child(6) {
  border-bottom: 0;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list .popular-bike-insurance-brands::after {
  content: "";
  border: solid rgba(37, 56, 88, 0.9019607843);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
}

.popular-bike-insurance-brands-widget .popular-bike-insurance-brands-list.show .popular-bike-insurance-brands:nth-child(6) {
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.3019607843);
}

.popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12px;
}

.popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span {
  border: 1px solid #deeef1;
  background: #fdffff;
  border-radius: 15px;
  padding: 3.5px 16px;
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 1.6px 1.6px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin: 0 0 2px 6px;
}

.popular-bike-insurance-brands-widget .view-more-popular-bike-insurance-brands span.show::after {
  transform: rotate(-135deg);
  margin: 0 0 0 6px;
}

.card.insurers.tw-insurers-widget {
  background: #fcfffa;
  border: 1px solid #e4eedd;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .card.insurers.tw-insurers-widget {
    margin-bottom: 32px;
  }
}
.card.insurers.tw-insurers-widget .heading {
  background: linear-gradient(274.55deg, #e6f9e3 0, #f6ffdf 89.95%);
  border-radius: 8px 8px 0 0;
  padding: 14px 24px;
  position: relative;
  border-bottom: 1px solid #e4eedd;
}

.card.insurers.tw-insurers-widget .heading::after {
  content: "";
  background: url(../../images/bu/motor/tw/tw-providers-icon.png) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: 20px;
}

.card.insurers.tw-insurers-widget .heading span {
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  width: 70%;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card.insurers.tw-insurers-widget .heading span {
    width: 25%;
  }
}
.card.insurers.tw-insurers-widget .tw-insurers-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 18px 11px;
}

@media screen and (max-width: 767px) {
  .card.insurers.tw-insurers-widget .tw-insurers-list {
    justify-content: space-between;
  }
}
.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block {
  box-shadow: 1px 4px 10px 0 rgba(37, 56, 88, 0.1019607843);
  border: 1px solid #ebeff1;
  background: #fdffff;
  border-radius: 8px;
  width: 47%;
  padding: 12px 12px 8px;
  margin: 0 18px 24px 0;
  position: relative;
  cursor: pointer;
}

.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block:nth-child(2n) {
  margin: 0 0 24px;
}

.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block::after {
  content: "";
  border: solid rgba(37, 56, 88, 0.9019607843);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block {
    width: 31%;
  }
  .card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block:nth-child(2n) {
    margin: 0 18px 24px 0;
  }
  .card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block:nth-child(3n) {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block:nth-child(2n) {
    margin: 0 0 24px;
  }
  .card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block:nth-child(3n) {
    margin: 0 0 24px;
  }
}
.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block .insurer-details {
  max-width: 85px;
}

.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block .insurer-details .insurer-logo {
  border: 0.4px solid rgba(37, 56, 88, 0.1607843137);
  border-radius: 2px;
  text-align: center;
  height: 26px;
  width: 80px;
}

.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block .insurer-details .insurer-logo img {
  max-width: 80px;
  height: auto;
  width: 100%;
}

.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block .insurer-details .insurer-name {
  margin: 8px 0 0;
}

.card.insurers.tw-insurers-widget .tw-insurers-list .insurer-block .insurer-details .insurer-name a {
  display: block;
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.card.insurers.tw-insurers-widget .view-more-insurers {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12px;
}

.card.insurers.tw-insurers-widget .view-more-insurers span {
  border: 1px solid #deeef1;
  background: #fdffff;
  border-radius: 15px;
  padding: 3.5px 16px;
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.card.insurers.tw-insurers-widget .view-more-insurers span::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 1.6px 1.6px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin: 0 0 2px 6px;
}

.card.insurers.tw-insurers-widget .view-more-insurers span.show::after {
  transform: rotate(-135deg);
  margin: 0 0 0 6px;
}

.know-bike-details-widget {
  border: 1px solid #d9e9f1;
  border-radius: 8px;
  margin: 0 0 32px;
  background: #fafdff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .know-bike-details-widget {
    margin-bottom: 32px;
  }
}
.know-bike-details-widget .heading {
  background: linear-gradient(274.29deg, #f8feff 9.47%, #e3f4ff 100%);
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #d9e9f1;
  padding: 16px 24px;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  position: relative;
}

.know-bike-details-widget .heading::after {
  content: "";
  background: url(../../images/bu/motor/tw/tw-know-bike-details-icon.png) no-repeat center/contain;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 13px;
  top: 15px;
}

.know-bike-details-widget .know-bike-details-list {
  padding: 20px 24px 8px;
}

.know-bike-details-widget .know-bike-details-list .know-bike-details {
  display: block;
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.2);
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: flex-start;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

.know-bike-details-widget .know-bike-details-list .know-bike-details:last-child {
  border-bottom: 0;
  margin: 0;
}

.know-bike-details-widget .know-bike-details-list .know-bike-details::after {
  content: "";
  border: solid rgba(37, 56, 88, 0.9019607843);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
}

.health-insurance-companies-box {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  padding: 17px;
  position: relative;
  margin-bottom: 38px;
}

.health-insurance-companies-box .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-bottom: 16px;
}

.health-insurance-companies-box .health-insurance-companies-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list {
    width: 100%;
    justify-content: space-between;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
  max-width: 92px;
  box-shadow: 0 6px 16px rgba(37, 56, 88, 0.1);
  height: 120px;
  border-radius: 8px;
  margin-right: 14px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  justify-content: flex-start;
  padding: 12px 6px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 30%;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(3n) {
  margin-right: 0;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
  max-width: 80px;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: CENTER;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image img {
  max-width: 100%;
  height: auto !important;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
  font-size: 12px;
  line-height: 16px !important;
  text-align: center;
  color: #0065ff;
  display: block;
}

.health-insurance-companies-box .health-insurance-companies-list .more-content {
  display: none;
}

.health-insurance-companies-box .health-insurance-companies-list .more-content.show {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.health-insurance-companies-box .health-insurers-view-more {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 6px 18px;
  max-width: 180px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.health-insurance-companies-box .health-insurers-view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 37%;
  right: 12px;
}

.health-insurance-companies-box .health-insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 1px 5px;
  top: 46%;
  right: 20px;
}

#reviewslide .productSlider .itemCount .prtitle {
  padding: 0 26px !important;
}

@media screen and (max-width: 767px) {
  #reviewslide .productSlider .itemCount .prtitle {
    padding: 0 20px !important;
  }
}
.makemodel-gridwidget {
  display: block;
  width: 100%;
  text-align: left;
  margin: 26px 0 20px 0;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .makemodel-gridwidget {
    padding: 24px 12px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 50px;
  }
}
.makemodel-gridwidget.wd75 {
  width: 750px;
}

.makemodel-gridwidget .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
}

@media (max-width: 640px) {
  .makemodel-gridwidget .heading {
    font-size: 18px;
  }
}
.makemodel-gridwidget .flexlist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 10px;
}

.makemodel-gridwidget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  .makemodel-gridwidget .flexlist li {
    width: 50%;
  }
  .makemodel-gridwidget .flexlist li a {
    min-height: 78px;
  }
}
.makemodel-gridwidget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  display: flex;
  color: #0065ff;
  align-items: center;
  padding: 12px 10px;
  width: 100%;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 568px) {
  .makemodel-gridwidget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.makemodel-gridwidget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.makemodel-gridwidget .link a,
.makemodel-gridwidget .link button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 43px;
  display: inline;
  border: 0;
  cursor: pointer;
}

.makemodel-gridwidget .link a span,
.makemodel-gridwidget .link button span {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}

.makemodel-gridwidget .link a.active span,
.makemodel-gridwidget .link button.active span {
  transform: rotate(225deg);
  top: 3px;
}

.makemodel-gridwidget.car-bu,
.makemodel-gridwidget.tw-bu {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .makemodel-gridwidget.car-bu,
  .makemodel-gridwidget.tw-bu {
    margin: 26px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu,
  .makemodel-gridwidget.tw-bu {
    padding: 24px 0;
  }
}
.makemodel-gridwidget.car-bu .heading,
.makemodel-gridwidget.tw-bu .heading {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .heading,
  .makemodel-gridwidget.tw-bu .heading {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .flexlist,
  .makemodel-gridwidget.tw-bu .flexlist {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .flexlist li a,
  .makemodel-gridwidget.tw-bu .flexlist li a {
    padding: 6px;
    line-height: 20px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .link,
  .makemodel-gridwidget.tw-bu .link {
    margin: 32px 0 0;
    position: relative;
  }
  .makemodel-gridwidget.car-bu .link button,
  .makemodel-gridwidget.tw-bu .link button {
    top: 0;
  }
  .makemodel-gridwidget.car-bu .link::before,
  .makemodel-gridwidget.tw-bu .link::before {
    content: "";
    border: 1px solid #dfe1e6;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
.makemodel-gridwidget.travel-bu {
  background: #f3f8ff;
  border: 0;
  border-radius: 0;
  padding: 32px 0 24px;
  position: relative;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.travel-bu {
    margin-bottom: 38px;
  }
}
.makemodel-gridwidget.travel-bu .heading {
  padding: 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #052f5f;
  position: relative;
  margin: 0;
}

.makemodel-gridwidget.travel-bu .heading::before {
  content: "";
  background: #052f5f;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.travel-bu .heading {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .makemodel-gridwidget.travel-bu .heading::before {
    border-radius: 0 2px 2px 0;
  }
}
.makemodel-gridwidget.travel-bu .flexlist {
  margin-top: 32px;
  padding: 0 22px;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.travel-bu .flexlist {
    margin-top: 24px;
    padding: 0 16px;
  }
}
.makemodel-gridwidget.travel-bu .flexlist li {
  padding: 0 10px 32px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.travel-bu .flexlist li {
    padding: 0 16px 24px 0;
  }
}
.makemodel-gridwidget.travel-bu .flexlist li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  min-height: 68px;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.travel-bu .flexlist li a {
    padding: 14px 21px;
    display: flex;
  }
}
.makemodel-gridwidget.travel-bu .link {
  position: absolute;
  bottom: -19px;
}

.makemodel-gridwidget.travel-bu .link button {
  top: 0;
}

.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;
}

@media screen and (max-width: 1024px) {
  .popular-searches-section .container {
    padding: 32px 16px;
  }
}
.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);
}

@media screen and (max-width: 1024px) {
  .popular-searches-section .container .heading {
    margin: 0 0 44px;
    display: inline-block;
    width: 100%;
  }
}
.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);
}

@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;
  }
}
.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;
}

.block_content_wrapper p {
  line-height: 30px;
  margin-bottom: 8px;
  color: #253858;
  font-size: 16px;
}

.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 {
  margin: 22px 0 0;
  display: inline-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 0 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;
}