@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.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;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.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;
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: 1170px;
  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: 779px;
  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;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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%;
  -webkit-transform: translate(0, -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: -webkit-box;
  display: -ms-flexbox;
  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 {
  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;
  -webkit-transition: all 0.2s ease;
  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 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    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;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  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,
.leftSection p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}

.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;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  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;
  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;
  -webkit-transform: rotate(-45deg);
  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;
  line-height: 26px;
}

.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_ul li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.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 .data_ol li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.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;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  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,
.leftSection .faqsWrap ul li p {
  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,
.leftSection .faqsWrap ul li p > a,
.leftSection .faqsWrap ul li p > label,
.leftSection .faqsWrap ul li p > 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,
.leftSection .faqsWrap ul li p > a:hover,
.leftSection .faqsWrap ul li p > label:hover,
.leftSection .faqsWrap ul li p > 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,
.leftSection .faqsWrap ul li p > a:after,
.leftSection .faqsWrap ul li p > label:after,
.leftSection .faqsWrap ul li p > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  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],
.leftSection .faqsWrap ul li p > a[flag=up],
.leftSection .faqsWrap ul li p > label[flag=up],
.leftSection .faqsWrap ul li p > 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,
.leftSection .faqsWrap ul li p > a[flag=up]::after,
.leftSection .faqsWrap ul li p > label[flag=up]::after,
.leftSection .faqsWrap ul li p > span[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  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,
.leftSection .faqsWrap ul li p + 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);
  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 .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%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  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;
  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;
    width: 100%;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title .h2,
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  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;
  -ms-transform: rotate(135deg);
  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 {
  -ms-transform: rotate(-45deg);
  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: 779px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

h2.underline {
  position: relative;
}

h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}

h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

#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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

@media screen and (max-width: 767px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
    margin: 16px 16px 0;
    width: calc(100% - 36px);
  }
}
#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;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !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: 100%;
    min-width: 300px;
    max-width: 300px;
    margin: 20px 0 10px 16px;
  }
}
#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: 8px;
  padding: 8px 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 300px;
}

@media screen and (max-width: 767px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
    min-height: 310px;
  }
}
#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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.block_content_wrapper_firstfold {
  margin: 0 0 13px;
}

.block_content_wrapper_firstfold h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46.08px;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0 0 8px;
  color: #253858;
}

.block_content_wrapper_firstfold p {
  color: rgba(37, 56, 88, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
}

.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;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover,
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: #fff;
    margin: 0 0 20px;
    padding: 10px;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
}
.block_content_wrapper_firstfold a {
  color: #0065ff;
}

.showForm {
  padding: 0;
  background: linear-gradient(180deg, #E5FFFF 0%, #D1EAFF 100%);
  position: relative;
  min-height: 515px;
  margin: 0 0 24px;
}
.showForm::before {
  content: "";
  background: url(../../images/bu/cv/cv-top-fold-vector-bg.png) no-repeat center/cover;
  height: 215px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.showForm::after {
  content: "";
  background: url(../../images/bu/cv/cv-top-fold-truck-image.svg) no-repeat center/contain;
  width: 254px;
  height: 150px;
  position: absolute;
  left: 70px;
  bottom: -24px;
}
.showForm.auto-rickshaw::after {
  background: url(../../images/bu/cv/cv-top-fold-auto-rickshaw-image.svg) no-repeat center/contain;
}
.showForm.e-rickshaw::after {
  background: url(../../images/bu/cv/cv-top-fold-e-rickshaw-image.svg) no-repeat center/contain;
}
.showForm.pickup-van::after {
  background: url(../../images/bu/cv/cv-top-fold-pickup-van-image.svg) no-repeat center/contain;
}
.showForm.three-wheeler-loader::after {
  background: url(../../images/bu/cv/cv-top-fold-loader-wheeler-image.svg) no-repeat center/contain;
}
.showForm.tractor::after {
  background: url(../../images/bu/cv/cv-top-fold-tractor-image.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .showForm {
    padding: 0 0 4px;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .mainForm {
    background: #fff;
    padding-bottom: 24px;
  }
  .showForm {
    min-height: 100%;
    height: 100%;
  }
  .showForm:before {
    background: url(../../images/bu/cv/cv-top-fold-vector-mobile-bg.png) no-repeat center/cover;
    height: 104px;
  }
  .showForm::after {
    width: 200px;
    height: 110px;
    position: absolute;
    left: 40px;
  }
}
.showForm .disForm {
  max-width: 650px;
  margin: 0 auto;
  padding: 32px 0 92px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .showForm .disForm {
    padding: 20px 8px 92px;
  }
}
.showForm .disForm .err {
  font-size: 12px;
  color: red;
  margin: 2px 0;
  text-align: left;
}

.showForm .disForm .back-heading-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .back-heading-stepper {
    margin: 0 0 16px;
  }
}
.showForm .disForm .back-heading-stepper .back-heading {
  display: flex;
  align-items: center;
  width: calc(100% - 94px);
}

@media screen and (max-width: 767px) {
  .showForm .disForm .back-heading-stepper .back-heading {
    width: 100%;
  }
}
.showForm .disForm .back-heading-stepper .back-heading .back {
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  height: 28px;
  width: 28px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.showForm .disForm .back-heading-stepper .back-heading .back::before {
  border: solid #253858;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 3px;
  transform: translate(0, -50%) rotate(-135deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 14px;
  content: "";
  left: -2px;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .back-heading-stepper .back-heading .back {
    height: 24px;
    width: 24px;
    border-radius: 8px;
    position: relative;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .showForm .disForm .back-heading-stepper .back-heading .back::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    margin: 0;
    left: 52%;
  }
}
.showForm .disForm .back-heading-stepper .back-heading .heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  width: calc(100% - 48px);
}

@media screen and (max-width: 767px) {
  .showForm .disForm .back-heading-stepper .back-heading .heading {
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 20px);
  }
}
.showForm .disForm .back-heading-stepper .wizard {
  max-width: 94px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .back-heading-stepper .wizard {
    display: none;
  }
}
.showForm .disForm .back-heading-stepper .wizard ul.wizard-list {
  display: FLEX;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.showForm .disForm .back-heading-stepper .wizard ul.wizard-list .wizard-item {
  width: 10px;
  height: 10px;
  display: FLEX;
  align-items: center;
  justify-content: center;
  position: relative;
}

.showForm .disForm .back-heading-stepper .wizard ul.wizard-list .wizard-item .wizard-span {
  background: #dfe1e6;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
}

.showForm .disForm .back-heading-stepper .wizard ul.wizard-list .wizard-item .wizard-tooltip {
  display: none;
}

.showForm .disForm .back-heading-stepper .wizard ul.wizard-list .wizard-item:hover .wizard-tooltip {
  display: inline-block;
  background: #2d2e2f;
  color: #fff;
  border-radius: 4px;
  width: 290px;
  position: absolute;
  bottom: -28px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  left: 50%;
  padding: 4px 12px;
  text-align: CENTER;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  .showForm .disForm .back-heading-stepper .wizard ul.wizard-list .wizard-item:hover .wizard-tooltip {
    display: none;
  }
}
.showForm .disForm .back-heading-stepper .wizard ul.wizard-list .wizard-item.checked .wizard-span {
  background: url(../../images/bu/cv/cv-stepper-green-check.svg);
  width: 10px;
  height: 10px;
}

.showForm .disForm .search-feild {
  border-radius: 100px;
  border: 1px solid #dfe1e6;
  background: #fff;
  margin: 0 auto;
  width: 100%;
}

.showForm .disForm .search-feild input {
  border-color: #dfe1e6;
  border-radius: 100px;
  padding: 12px 12px 12px 50px;
  height: auto;
  background: url(../../images/bu/motor/magnify-glass.svg) no-repeat 20px center;
  appearance: none;
  border: 0;
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
  width: 100%;
  outline: 0;
}

.showForm .lead-form {
  max-width: 425px;
  margin: 0 auto;
  position: relative;
}

.showForm .lead-form .heading {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.showForm .lead-form .heading span.orange {
  color: #ff5630;
}

.showForm .lead-form .heading span.nextline {
  display: block;
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .heading {
    text-align: left;
  }
}
.showForm .lead-form .pointers-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .pointers-list {
    justify-content: center;
  }
}
.showForm .lead-form .pointers-list .pointer {
  background: rgba(37, 56, 88, 0.0784313725);
  padding: 6px 12px;
  border-radius: 50px;
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  position: relative;
}

.showForm .lead-form .pointers-list .pointer:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px -3px 0;
}

.showForm .lead-form .pointers-list .pointer.pointer-1:before {
  background: url(../../images/bu/cv/cv-top-fold-pointer-icon-1.svg) no-repeat center/contain;
}

.showForm .lead-form .pointers-list .pointer.pointer-2::before {
  background: url(../../images/bu/cv/cv-top-fold-pointer-icon-2.svg) no-repeat center/contain;
}

.showForm .lead-form .pointers-list .pointer.pointer-3::before {
  background: url(../../images/bu/cv/cv-top-fold-pointer-icon-3.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .pointers-list .pointer.pointer-1,
  .showForm .lead-form .pointers-list .pointer.pointer-2 {
    display: none;
  }
}
.showForm .lead-form .termCondition {
  color: #6b778c;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 8px;
}

.showForm .lead-form .termCondition a,
.showForm .lead-form .termCondition span {
  color: #0065ff;
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .termCondition {
    margin-top: 6px;
  }
}
.showForm .lead-form #number_f {
  margin-bottom: 32px;
}

.showForm .lead-form .fieldWrapper {
  border: 1px solid #bfbfbf;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  width: 100%;
  display: table;
  margin: 16px auto;
  background: #fff;
}

.showForm .lead-form .fieldWrapper:has(.success)::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  margin-top: -11px;
  position: absolute;
  right: 20px;
  top: 27px;
  content: "";
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .fieldWrapper:has(.success)::after {
    top: 25px;
  }
}
.showForm .lead-form .fieldWrapper .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 12px;
  background: #fff;
  top: 13px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.showForm .lead-form .fieldWrapper input.labelshow + .feildLable,
.showForm .lead-form .fieldWrapper input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 12px !important;
}

.showForm .lead-form .fieldWrapper input.labelshow + .feildLable span,
.showForm .lead-form .fieldWrapper input:focus + .feildLable span {
  display: none;
}

.showForm .lead-form .fieldWrapper .ageyears {
  position: absolute;
  color: #0463f6;
  right: 50px;
  top: 14px;
  font-size: 15px;
  font-weight: 600;
}

.showForm .lead-form .fieldWrapper .err {
  font-size: 10px;
  color: red;
  width: 100%;
  left: 0;
  bottom: -18px;
  padding: 1px 0;
  text-align: left;
  font-weight: 400;
  position: absolute;
}

.showForm .lead-form .fieldWrapper em {
  display: none;
}

.showForm .lead-form .fieldWrapper > span {
  color: #b3bac5;
  background: #fff;
  display: inline-block;
  position: absolute;
  padding: 2px 5px;
  top: -11px;
  left: 11px;
  font-size: 11px;
  font-weight: 600;
  z-index: 10;
}

.showForm .lead-form .fieldWrapper .full-width {
  width: 100%;
  height: 100%;
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
  box-shadow: none !important;
}

.showForm .lead-form .fieldWrapper .full-width::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #5e6c84;
}

.showForm .lead-form .fieldWrapper .full-width:focus {
  border: none;
  outline: 0;
}

.showForm .lead-form .fieldWrapper .full-width input:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
}

.showForm .lead-form .fieldWrapper #mob_feild2feild {
  position: absolute;
  padding: 6px 5px 6px 13px;
  width: 145px;
  z-index: 10;
}

.showForm .lead-form .fieldWrapper #mob_feild2feild .cCode {
  padding: 10px 0 10px 5px;
  display: inline-block;
}

.showForm .lead-form .fieldWrapper #mob_feild2feild .cCodeText {
  display: inline-block;
  width: 46px;
}

.showForm .lead-form .fieldWrapper #mob_feild2feild .cCodeText input {
  padding: 9px 0;
  margin-left: 5px;
}

.showForm .lead-form .fieldWrapper #mob_feild2feild select {
  width: 70px;
  color: #172b4d;
  border: none;
  display: inline-block;
  float: left;
  padding: 4px 20px 5px 0;
  -webkit-appearance: none;
  background: 0 0;
  background-color: #fff;
  background-position: 90% center;
  background-repeat: no-repeat;
  border-right: 1px solid #bfbfbf;
  margin: 7px 0 0;
}

.showForm .lead-form .fieldWrapper #mob_feild2feild .code {
  color: #172b4d;
  display: inline-block;
  right: 7px;
  float: right;
}

.showForm .lead-form .fieldWrapper #invmobile {
  padding-left: 145px;
}

@media only screen and (max-width: 360px) {
  .showForm .lead-form .fieldWrapper .cCode,
  .showForm .lead-form .fieldWrapper .full-width,
  .showForm .lead-form .fieldWrapper select {
    font-size: 12px;
  }
}
.showForm .lead-form .fieldWrapper input:-webkit-autofill,
.showForm .lead-form .fieldWrapper input:-webkit-autofill:focus textarea:-webkit-autofill,
.showForm .lead-form .fieldWrapper input:-webkit-autofill:hover,
.showForm .lead-form .fieldWrapper select:-webkit-autofill,
.showForm .lead-form .fieldWrapper select:-webkit-autofill:focus,
.showForm .lead-form .fieldWrapper select:-webkit-autofill:hover,
.showForm .lead-form .fieldWrapper textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.showForm .lead-form .carDetailsFetched {
  max-width: 100%;
  margin: 30px auto 20px;
  border-radius: 40px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #c3f4df;
  display: flex;
  align-items: center;
}

.showForm .lead-form .carDetailsFetched::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/check.svg) no-repeat 0 0/contain;
  display: inline-block;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .carDetailsFetched::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
.showForm .lead-form .carDetailsFetched .carDetails {
  position: relative;
}

.leftSection .showForm .lead-form .carDetailsFetched .carDetails .h2,
.leftSection .showForm .lead-form .carDetailsFetched .carDetails h1,
.leftSection .showForm .lead-form .carDetailsFetched .carDetails h2,
.showForm .lead-form .carDetailsFetched .carDetails .leftSection .h2,
.showForm .lead-form .carDetailsFetched .carDetails .leftSection h1,
.showForm .lead-form .carDetailsFetched .carDetails .leftSection h2,
.showForm .lead-form .carDetailsFetched .carDetails .title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #36b37e;
  line-height: normal;
  display: flex;
}

.showForm .lead-form .carDetailsFetched .carDetails .dotSeparator {
  color: #253858;
  line-height: normal;
}

.showForm .lead-form .carDetailsFetched .carDetails .dotSeparator span {
  font-weight: 500;
  font-size: 14px;
  display: inline;
  position: relative;
  padding-right: 0;
}

.showForm .lead-form .carDetailsFetched .carDetails .dotSeparator span:last-of-type::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #253858;
  position: absolute;
  top: 7px;
  left: 3px;
}

.showForm .lead-form .carDetailsFetched .carDetails .dotSeparator span.fuel {
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .showForm .lead-form .carDetailsFetched .carDetails .dotSeparator span {
    font-size: 12px;
  }
}
.showForm .lead-form .carDetailsFetched .editAction {
  padding-bottom: 5px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.showForm .lead-form .carDetailsFetched .editAction .editIcon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/editSolid.svg") no-repeat 0 0/contain;
}

.showForm .step-1 {
  text-align: center;
}
.showForm .step-1 .heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .showForm .step-1 .heading {
    font-size: 26px;
    line-height: 36px;
  }
}
.showForm .step-1 .description {
  text-align: CENTER;
  background: rgba(0, 135, 90, 0.1019607843);
  display: inline-block;
  margin: 16px 0 0;
  padding: 11px 16px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.016em;
  color: #253858;
  position: relative;
}
.showForm .step-1 .description span {
  color: #00875A;
  font-weight: 700;
}
.showForm .step-1 .description::before {
  content: "";
  background: url(../../images/bu/cv/cv-top-fold-rs-icon.svg) no-repeat center/contain;
  display: inline-block;
  margin: 0 6px -2px 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .showForm .step-1 .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
.showForm .step-1 .pointers-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .showForm .step-1 .pointers-list {
    justify-content: center;
    margin: 16px 0 0;
  }
}
.showForm .step-1 .pointers-list .pointer {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.016em;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.showForm .step-1 .pointers-list .pointer span {
  font-weight: 700;
  font-size: 16px;
}
.showForm .step-1 .pointers-list .pointer:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px -5px 0;
}
.showForm .step-1 .pointers-list .pointer.pointer-1:before {
  background: url(../../images/bu/cv/cv-top-fold-pointer-icon-1-1.svg) no-repeat center/contain;
}
.showForm .step-1 .pointers-list .pointer.pointer-2::before {
  background: url(../../images/bu/cv/cv-top-fold-pointer-icon-1-2.svg) no-repeat center/contain;
}
.showForm .step-1 .pointers-list .pointer.pointer-3::before {
  background: url(../../images/bu/cv/cv-top-fold-pointer-icon-1-3.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .showForm .step-1 .pointers-list .pointer.pointer-2,
  .showForm .step-1 .pointers-list .pointer.pointer-3 {
    display: none;
  }
}
.showForm .step-1 .fieldWrapper {
  position: relative;
  max-width: 590px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .showForm .step-1 .fieldWrapper {
    margin: 32px auto 0;
  }
}
.showForm .step-1 .fieldWrapper .input_box {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  padding: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .showForm .step-1 .fieldWrapper .input_box {
    border-radius: 0;
    border: 0;
    background: 0 0;
    padding: 0;
    flex-direction: column;
    box-shadow: none;
  }
}

.showForm .step-1 .fieldWrapper .input_box:has(.success)::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  margin-top: -11px;
  position: absolute;
  right: 200px;
  top: 46px;
  content: "";
}

@media screen and (max-width: 767px) {
  .showForm .step-1 .fieldWrapper .input_box:has(.success)::after {
    right: 20px;
    top: 29px;
  }
}
.showForm .step-1 .fieldWrapper .input_box .full-width {
  border: 0;
  outline: 0;
  height: 48px;
  width: 65%;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .showForm .step-1 .fieldWrapper .input_box .full-width {
    height: auto;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1215686275);
    border-radius: 8px;
    margin: 0 0 20px;
  }
}
.showForm .step-1 .fieldWrapper .input_box .button {
  background: #0065ff;
  border: 0;
  border-radius: 8px;
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .showForm .step-1 .fieldWrapper .input_box .button {
    width: 100%;
  }
}
.showForm .step-1 .fieldWrapper .input_box .loading::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 9px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 13px;
}

.showForm .step-1 .brand-new-without-number {
  text-align: center;
}

.showForm .step-1 .brand-new-without-number > div {
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.016em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
  cursor: pointer;
}

.showForm .step-1 .brand-new-without-number > div span {
  color: #0065ff;
  font-weight: 700;
  margin: 0 0 0 4px;
}
.showForm .step-1 .brand-new-without-number > div span:after {
  content: "→";
  color: #253858;
  margin: 0 0 0 8px;
}

@media screen and (max-width: 767px) {
  .showForm .step-1 .brand-new-without-number > div {
    margin: 16px 0;
    font-size: 14px;
  }
}
.showForm .step-2 .cv-type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.showForm .step-2 .cv-type-list .vehicle {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  padding: 12px 8px;
  border-radius: 8px;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.showForm .step-2 .cv-type-list .vehicle:nth-child(3n) {
  margin-right: 0;
}

.showForm .step-2 .cv-type-list .vehicle.full-width {
  width: 100%;
  margin: 0;
}

.showForm .step-2 .cv-type-list .vehicle .image img {
  max-width: 100%;
}

.showForm .step-2 .cv-type-list .vehicle .content {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 4px 0 0;
}

@media screen and (max-width: 767px) {
  .showForm .step-2 .cv-type-list .vehicle {
    width: 48%;
  }
  .showForm .step-2 .cv-type-list .vehicle:nth-child(3n) {
    margin-right: 8px;
  }
  .showForm .step-2 .cv-type-list .vehicle:nth-child(2n) {
    margin-right: 0;
  }
}
.showForm .step-3 .fieldWrapper {
  margin: 0 0 20px;
}

.showForm .step-3 .cv-brand-list {
  display: FLEX;
  flex-wrap: wrap;
}

.showForm .step-3 .cv-brand-list .brand {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  padding: 13px 0;
  width: 32%;
  text-align: CENTER;
  margin: 0 8px 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showForm .step-3 .cv-brand-list .brand:nth-child(3n) {
  margin-right: 0;
}

.showForm .step-3 .cv-brand-list .brand.full-width {
  width: 100%;
  margin: 0;
}

.showForm .step-3 .cv-brand-list .brand .content {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

@media screen and (max-width: 767px) {
  .showForm .step-3 .cv-brand-list .brand {
    width: 48%;
    display: FLEX;
    align-items: CENTER;
    justify-content: CENTER;
  }
  .showForm .step-3 .cv-brand-list .brand:nth-child(3n) {
    margin-right: 8px;
  }
  .showForm .step-3 .cv-brand-list .brand:nth-child(2n) {
    margin-right: 0;
  }
}
.showForm .step-4 .fieldWrapper {
  margin: 0 0 20px;
}

.showForm .step-4 .cv-model-list {
  display: FLEX;
  flex-wrap: wrap;
}

.showForm .step-4 .cv-model-list .model {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  padding: 13px 0;
  width: 49%;
  text-align: CENTER;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.showForm .step-4 .cv-model-list .model:nth-child(2n) {
  margin-right: 0;
}

.showForm .step-4 .cv-model-list .model.full-width {
  width: 100%;
  margin: 0;
}

.showForm .step-4 .cv-model-list .model .content {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

@media screen and (max-width: 767px) {
  .showForm .step-4 .cv-model-list .model {
    width: 100%;
    margin-right: 0;
  }
}
.showForm .step-5 .fieldWrapper {
  margin: 0 0 20px;
}

.showForm .step-5 .cv-variant-list {
  display: FLEX;
  flex-wrap: wrap;
}

.showForm .step-5 .cv-variant-list .variant {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  width: 49%;
  text-align: CENTER;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.showForm .step-5 .cv-variant-list .variant:nth-child(2n) {
  margin-right: 0;
}

.showForm .step-5 .cv-variant-list .variant.full-width {
  width: 100%;
  margin: 0;
}

.showForm .step-5 .cv-variant-list .variant.full-width .content {
  text-align: center;
}

.showForm .step-5 .cv-variant-list .variant .content {
  color: #253858;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.showForm .step-5 .cv-variant-list .variant .specifications {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dfe1e6;
  padding: 8px 0 0;
  margin: 8px 0 0;
}

.showForm .step-5 .cv-variant-list .variant .specifications > div {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: rgba(37, 56, 88, 0.6);
}

@media screen and (max-width: 767px) {
  .showForm .step-5 .cv-variant-list .variant {
    width: 100%;
    margin-right: 0;
  }
}
.showForm .step-6 .cv-reg-year-list {
  display: FLEX;
  flex-wrap: wrap;
}

.showForm .step-6 .cv-reg-year-list .year {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  padding: 13px 0;
  width: 32%;
  text-align: CENTER;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.showForm .step-6 .cv-reg-year-list .year:nth-child(3n) {
  margin-right: 0;
}

.showForm .step-6 .cv-reg-year-list .year .content {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

@media screen and (max-width: 767px) {
  .showForm .step-6 .cv-reg-year-list .year {
    width: 48%;
  }
  .showForm .step-6 .cv-reg-year-list .year:nth-child(3n) {
    margin-right: 8px;
  }
  .showForm .step-6 .cv-reg-year-list .year:nth-child(2n) {
    margin-right: 0;
  }
}
.showForm .step-7 .fieldWrapper {
  margin: 0 0 20px;
}

.showForm .step-7 .city-list {
  display: FLEX;
  flex-wrap: wrap;
}

.showForm .step-7 .city-list .city {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  width: 32%;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.showForm .step-7 .city-list .city:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .showForm .step-7 .city-list .city {
    margin-right: 7px;
    width: 48%;
  }
  .showForm .step-7 .city-list .city:nth-child(3n) {
    margin-right: 8px;
  }
  .showForm .step-7 .city-list .city:nth-child(2n) {
    margin-right: 0;
  }
}
.showForm .step-7 .city-list .city .content {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showForm .step-7 .city-list .city.active {
  border: 1px solid #0065ff;
  background: rgba(222, 235, 255, 0.4);
  box-shadow: none;
}

.showForm .step-7 .city-list .city.active .content::after {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}

.showForm .step-7 .city-list .city.active ~ .rto-list-wrapper {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: #dbe9ef;
  padding: 16px 16px 4px;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}

.showForm .step-7 .city-list .city.active ~ .rto-list-wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dbe9ef;
  position: absolute;
  top: -11px;
  left: 26%;
}

@media screen and (max-width: 767px) {
  .showForm .step-7 .city-list .city.active ~ .rto-list-wrapper {
    padding: 12px 12px 4px;
  }
}
.showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list {
  display: flex;
  flex-wrap: wrap;
}

.showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list .rto {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 8px;
  padding: 11px 0;
  width: 32%;
  text-align: CENTER;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list .rto:nth-child(3n) {
  margin-right: 0;
}

.showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list .rto .content {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

@media screen and (max-width: 767px) {
  .showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list .rto {
    width: 48%;
  }
  .showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list .rto:nth-child(3n) {
    margin-right: 8px;
  }
  .showForm .step-7 .city-list .city.active ~ .rto-list-wrapper .rto-list .rto:nth-child(2n) {
    margin-right: 0;
  }
}
.showForm .step-7 .city-list .city:nth-child(2n).active ~ .rto-list-wrapper::before {
  left: 60%;
}

.showForm .step-7 .city-list .city:nth-child(3n).active ~ .rto-list-wrapper::before {
  right: 3%;
  left: auto;
}

.showForm .step-7 .city-list .city.full-width {
  width: 100%;
}

.showForm .step-7 .city-list .city.full-width .content {
  justify-content: center;
}

.showForm .step-7 .city-list .city.full-width .content::after {
  display: none;
}

.showForm .step-7 .city-list .rto-list-wrapper {
  display: none;
}

.showForm #loader,
.showForm .proceed {
  position: relative;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  padding: 15px 40px;
  width: 100%;
  margin: 0 auto;
}

.showForm #loader img,
.showForm .proceed img {
  margin-left: 10px;
  margin-bottom: -2px;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #253858;
  z-index: 10001;
  display: none;
}

.floatingPopupDiv .showForm {
  width: 100%;
  margin: 0 auto;
  background: 0 0;
  padding: 0;
}

.floatingPopupDiv .showForm::before {
  display: none;
}

.floatingPopupDiv .showForm .disForm {
  width: 100%;
  padding: 30px 0 30px;
  background: 0 0;
}

.floatingPopupDiv .showForm .disForm .rightContent {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0;
  margin: 35px 0 0;
  padding: 0;
}

.floatingPopupDiv .showForm .disForm .rightContent::before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm .disForm .rightContent {
    margin: 0 auto;
  }
  .floatingPopupDiv .showForm .disForm .rightContent .fieldWrapper {
    margin: 20px auto;
  }
}
.floatingPopupDiv .showForm .disForm .rightContent .logo_insurer {
  display: none;
  text-align: center;
}

.floatingPopupDiv .showForm .disForm .rightContent .term_cond.format {
  text-align: center;
  display: block;
  line-height: 16px;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  top: 16px;
  right: 16px;
  z-index: 10002;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    top: 15px;
    width: 35px;
    height: 35px;
  }
}
.floatingPopupDiv .close:after,
.floatingPopupDiv .close:before {
  position: absolute;
  left: 49%;
  content: " ";
  height: 16px;
  width: 1.5px;
  background-color: #253858;
  top: 31%;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .close:after,
  .floatingPopupDiv .close:before {
    top: 28%;
  }
}
.floatingPopupDiv .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floatingPopupDiv .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 590px;
  right: 0;
  height: 100%;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding: 0 24px;
  background: linear-gradient(180deg, #E5FFFF 0%, #D1EAFF 100%);
  border-bottom: 30px solid #fff;
}
.floatingPopupDiv .floatpanel::before {
  content: "";
  background: url(../../images/bu/cv/cv-top-fold-vector-mobile-bg.png) no-repeat center/cover;
  width: 590px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 30px solid #fff;
}
.floatingPopupDiv .floatpanel::after {
  content: "";
  bottom: -24px;
}
.floatingPopupDiv .floatpanel .showForm .step-1 .heading {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .step-1 .heading {
    font-size: 26px;
  }
}
.floatingPopupDiv .floatpanel .showForm .step-1 .pointers-list .pointer span {
  display: block;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .floatingPopupDiv .floatpanel .showForm .step-1 .pointers-list .pointer span {
    display: inline-block;
    margin: 0;
  }
}

.floatingPopupDiv .floatpanel .orange_div {
  margin: 0 auto 0;
  width: 64%;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
}

.floatingPopupDiv .floatpanel .showForm {
  min-height: 100%;
  height: 100%;
}

.floatingPopupDiv .floatpanel .showForm .disForm {
  height: 100%;
  overflow-y: scroll;
}

.floatingPopupDiv .floatpanel .showForm .disForm::-webkit-scrollbar {
  display: none;
}

.floatingPopupDiv .floatpanel .showForm .disForm .step-6 {
  height: 90%;
  overflow-y: scroll;
}

.floatingPopupDiv .floatpanel .showForm .disForm .step-6::-webkit-scrollbar {
  display: none;
}

.floatingPopupDiv .floatpanel .showForm .disForm .step-6 .cv-variant-list {
  display: FLEX;
  flex-wrap: wrap;
  padding: 8px;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .showForm .disForm .rightContent .cv-bg {
  padding: 10px 0 20px;
}

@media only screen and (max-width: 768px) {
  .floatingPopupDiv .orange_div {
    left: 0;
  }
  .floatingPopupDiv .floatpanel {
    width: 100%;
    padding-top: 0;
    height: 100%;
    bottom: 0;
    border-radius: 0;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 0;
    height: 100%;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    box-shadow: none;
    padding: 50px 16px 0;
    min-height: 0;
    border-radius: 0;
    margin: 0 auto;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .cv-bg {
    padding: 10px 0 0;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .cv-bg .fieldWrapper {
    margin: 16px auto 20px;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .cv-bg .heading {
    width: 100%;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent #loader,
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .proceed {
    margin: 0 auto 8px;
  }
  .floatingPopupDiv .showForm {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 16px;
  }
}
@media only screen and (max-device-width: 820px) and (orientation: landscape) {
  .floatingPopupDiv .orange_div {
    left: 0;
  }
  .floatingPopupDiv .floatpanel {
    overflow-y: scroll;
    width: 60%;
    padding-top: 0;
    height: 360px;
    bottom: 0;
    border-radius: 32px 32px 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 0;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    box-shadow: none;
    padding: 0;
    min-height: 0;
    border-radius: 32px 32px 0 0;
    margin: 0 auto;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .cv-bg {
    padding: 10px 0 0;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .cv-bg .fieldWrapper {
    margin: 12px auto 20px;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent #loader,
  .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .proceed {
    margin: 0 auto 2px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .floatingPopupDiv .floatpanel {
    height: 319px;
    overflow-y: scroll;
  }
  .floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 0 0 6px;
  }
  .floatingPopupDiv .floatpanel .showForm .rightContent .cv-bg .fieldWrapper {
    margin: 15px auto;
  }
  .floatingPopupDiv .floatpanel .showForm #loader,
  .floatingPopupDiv .floatpanel .showForm .proceed {
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 480px) {
  .floatingPopupDiv .floatpanel .orange_div {
    margin: 0 auto 0;
    width: 90%;
    border-radius: 20px;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .floatingPopupDiv .floatpanel .orange_div {
    width: 100%;
  }
}
input::-ms-clear {
  display: none;
}

.floatingPopupDiv .communiText .communiBody {
  justify-content: start;
  margin-top: 15px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mx-auto {
  margin: 0 auto;
}

.d-block {
  display: block;
}

@media only screen and (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
}
.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin: 16px auto 0;
}

.form-whatsapp i.icon {
  background: url("../../images/health/whatsApp4.svg") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.form-whatsapp input:checked + .slider {
  background-color: #0065ff;
}

.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0065ff;
  box-shadow: 0 0 1px #0065ff;
}

.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

.secure-tag {
  position: absolute;
  display: flex;
  right: 8px;
  bottom: -27px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}

.secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 6px;
}

.top-commercial-vehicle-widget {
  background: #f1f3f5;
  border-radius: 8px;
  padding: 25px 16px;
  margin: 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .top-commercial-vehicle-widget {
    border-radius: 0;
    padding: 16px 16px 25px;
    margin-bottom: 0;
  }
}
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-title {
  border-bottom: 1px solid #d9dde2;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-title .topplan,
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-title h2 {
  display: inline-block;
  color: #0065ff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 3px solid #0065ff;
  margin: 0;
  padding: 0 0 14px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card {
  margin-top: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 19px 16px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .see-more {
    padding: 5px 17px 5px 17px;
    bottom: -50px;
  }
}
@media screen and (max-width: 360px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .see-more {
    font-size: 11px;
  }
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .see-more:after {
    margin-top: 5px !important;
  }
}
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .see-more::after {
  content: "";
  display: inline-block;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .see-more#less-plan::after {
  transform: rotate(-135deg);
  margin-top: 10px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title {
  position: relative;
  padding: 10px 0 10px 70px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title:before {
  content: "";
  background: url(../../images/bu/top_commercial_vehicle_widget_sprite.png) no-repeat center;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: -10px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title.van:before {
  background-position: 0 -48px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title.truck:before {
  background-position: 0 -104px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title.auto:before {
  background-position: 0 -160px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title.taxi:before {
  background-position: 0 -167px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title.tractor:before {
  background-position: 0 -275px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title.s-bus:before {
  background-position: 2px 4px;
}

.leftSection .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .h2,
.leftSection .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title h1,
.leftSection .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title h2,
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .leftSection .h2,
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .leftSection h1,
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .leftSection h2,
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .title {
  color: #172b4d;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .description {
  color: #172b4d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 8px 0 0;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-title .description span {
  font-weight: 700;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-pointers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 18px;
}

@media screen and (max-width: 768px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-pointers {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-pointers p {
  color: #253858;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
  position: relative;
  max-width: 210px;
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-pointers p {
    max-width: 100%;
    margin-bottom: 17px;
    padding-left: 35px;
  }
}
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-pointers p:before {
  content: "";
  background: url(../../images/bu/top_cv_widget_check.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 3px;
}

@media screen and (max-width: 768px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-pointers p:before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button {
  display: flex;
  justify-content: left;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button .description {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #172b4d;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button .description span {
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button button {
  background: #0065ff;
  box-shadow: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 4px;
  width: 160px;
  cursor: pointer;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button button .arrow-box {
  position: relative;
  padding-right: 20px;
}

.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button button .arrow-box:before {
  content: "";
  width: 14px;
  position: absolute;
  height: 10px;
  background: url(../../images/arrow_get_quote_white.png) no-repeat;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button button {
    width: 100%;
  }
}
.top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button button:focus {
  outline: 0;
}

@media screen and (max-width: 768px) {
  .top-commercial-vehicle-widget .top-commercial-vehicle-widget-cards .top-commercial-vehicle-widget-card .top-commercial-vehicle-widget-card-button {
    display: block;
  }
}
.insurer-by-company {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 20px !important;
  margin: 20px 0;
}

@media screen and (max-width: 568px) {
  .insurer-by-company {
    padding: 0 0 20px !important;
  }
}
.insurer-by-company.ulipplansinsurers_wrapper {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0 5px;
  margin: 0 0;
}

.insurer-by-company.ulipplansinsurers_wrapper.widget-margin {
  margin: 30px 0;
}

.insurer-by-company .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-by-company .insurer-by-company-title .heading,
.insurer-by-company .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  text-transform: capitalize;
}

.insurer-by-company .insurer-by-company-title .h2 {
  border-bottom: 3px solid #0065ff;
  text-transform: capitalize;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px !important;
  color: #172b4d;
  letter-spacing: 0.02em;
}

.insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading {
  border: none;
  margin: 10px 0 10px;
}

.insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading .heading,
.insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading h2 {
  border-bottom: none;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  flex-flow: wrap;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers {
  display: flex;
  justify-content: flex-start;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
  height: 135px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  flex: auto;
  width: 13%;
  position: relative;
  margin-right: 1.2% !important;
  max-width: 13%;
}

@media only screen and (max-width: 768px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 18%;
    margin-right: 2% !important;
    width: 18%;
  }
}
@media only screen and (max-width: 640px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 22%;
    margin-right: 3% !important;
    width: 20%;
    flex-basis: 22%;
  }
}
@media only screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 30%;
    margin-right: 3% !important;
    width: 30%;
    flex-basis: 30% !important;
  }
}
@media only screen and (max-width: 440px) {
  .insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block {
    max-width: 45%;
    margin-right: 5% !important;
    width: 45%;
    flex-basis: 45% !important;
  }
}
.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block p {
  color: #253858;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block p:hover {
  color: #0065ff;
}

@media screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content {
    justify-content: space-between;
  }
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  height: 160px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  margin: 0 0 20px 0;
  padding: 6px 12px 0;
  border-radius: 8px;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  max-width: 162px;
  width: 24%;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 19px;
}

@media only screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 47%;
    max-width: 47%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 23.45%;
    max-width: 23.45%;
  }
}
@media screen and (max-width: 768px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 23%;
    max-width: 23%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 23.45%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media screen and (orientation: landscape) and (max-width: 950px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 22.65%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 600px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 47%;
    max-width: 47%;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(2n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 46%;
    max-width: 46%;
  }
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  align-items: center;
  cursor: pointer;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p {
  color: #0065ff;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  text-align: center !important;
  display: table-cell;
  margin-bottom: 0;
  white-space: normal;
  word-break: break-word;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p a {
  letter-spacing: 0.016em;
  color: #0065ff;
  line-height: 16px;
  display: block;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.insurer-by-company .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  left: -27px;
}

.insurer-by-company .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.insurer-by-company.sme .insurer-by-company-content .insurer-by-company-block .logo-place {
  width: auto;
  height: 72px;
}

.insurer-by-company.sme .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 60px;
  height: 60px;
}

.insurer-by-company.sme .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
}

.insurer-by-company.with-tabs-new .insurer-by-company-title {
  display: flex;
  justify-content: flex-start;
}

.insurer-by-company.with-tabs-new .insurer-by-company-title .insurer-by-company-tab-links {
  margin-right: 20px !important;
  border: none;
  padding: 6px 0 16px 0;
  cursor: pointer;
}

.insurer-by-company.with-tabs-new .insurer-by-company-title .insurer-by-company-tab-links.active {
  border-bottom: 3px solid #0065ff;
}

@media (max-width: 568px) {
  .insurer-by-company.with-tabs-new .insurer-by-company-title .insurer-by-company-tab-links {
    padding: 6px 0 10px 0;
    font-size: 12px !important;
    line-height: 20px;
  }
}
.insurer-by-company.with-tabs-new .insurer-by-company-title .insurer-by-company-tab-links:last-child {
  margin-right: 0;
}

.insurer-by-company.with-tabs-new .insurer-by-company-content-tab-body .insurer-by-company-content {
  display: none;
}

.insurer-by-company.with-tabs-new .insurer-by-company-content-tab-body .insurer-by-company-content.active {
  display: flex !important;
}

.insurer-by-company.with-tabs-new .viewallLinkInsurer.single {
  position: absolute;
  right: 0;
  bottom: 0;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-content {
  display: none;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-content.active {
  display: flex !important;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
  height: 160px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  margin: 0 0 20px 0;
  padding: 6px 12px 0;
  border-radius: 8px;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  max-width: 170px;
  width: 24%;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block:not(:nth-child(6n+0)) {
  margin-right: 19px;
}

@media only screen and (max-width: 600px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 47%;
    max-width: 47%;
  }
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block:not(:nth-child(6n+0)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 23.45%;
    max-width: 23.45%;
  }
}
@media screen and (max-width: 768px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 23%;
    max-width: 23%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 23.45%;
  }
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block:not(:nth-child(6n+0)) {
    margin-right: 19px;
  }
}
@media screen and (orientation: landscape) and (max-width: 950px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 22.65%;
  }
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 600px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 47%;
    max-width: 47%;
  }
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block:not(:nth-child(6n+0)) {
    margin-right: 0;
  }
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block:not(:nth-child(2n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block {
    width: 46%;
    max-width: 46%;
  }
}
.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  align-items: center;
  cursor: pointer;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block p {
  color: #0065ff;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  text-align: center !important;
  display: table-cell;
  margin-bottom: 0;
  white-space: normal;
  word-break: break-word;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block p a {
  letter-spacing: 0.016em;
  color: #0065ff;
  line-height: 16px;
  display: block;
}

.full-linking-widget.col-6 .insurer-by-company-content-tab-body .insurer-by-company-block p a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.showAll,
.showAllInsurer,
.showAllMake {
  position: relative;
  margin-right: 0;
  padding-left: 20px;
}

.showAll::before,
.showAllInsurer::before,
.showAllMake::before {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 1px;
  margin-left: 4px;
  left: 0;
  font-size: 16px;
  line-height: 12px;
}

.lessInsurer::before {
  content: "-";
}

@media only screen and (max-width: 768px) {
  .insurer-by-company {
    padding: 0 5px 0 !important;
    background: 0 0;
    border-radius: 0;
    margin: 0;
  }
}
.viewallLinkInsurer {
  margin-bottom: 10px;
  display: flex;
  line-height: 18px;
  justify-content: space-between;
  position: relative;
}

.viewallLinkInsurer a,
.viewallLinkInsurer span {
  font-size: 12px;
  line-height: 16px;
  color: #0065ff;
  cursor: pointer;
  font-weight: 700;
  text-transform: capitalize;
}

.viewallLinkInsurer a.viewAll::before,
.viewallLinkInsurer span.viewAll::before {
  content: "View All";
  margin-right: 5px;
}

.viewallLinkInsurer .showAllInsurer {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .viewallLinkInsurer .viewAll {
    max-width: 200px;
    width: 100%;
  }
}
.viewallLinkInsurer.single {
  justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .blockContentCompany {
    border-radius: 0;
    border: none;
  }
  .insurer-by-company.ulipplansinsurers_wrapper {
    padding: 10px 6px 0 20px;
    margin: 0;
    background: 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .insurer-by-company .insurer-by-company-title.ulipplansinsurers_heading {
    border: none;
    margin: 0 10px 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;
}

.loading_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
}

.loading_container {
  width: 100% !important;
  height: 100px;
  box-shadow: none !important;
  text-align: center;
  list-style: none;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_ellips {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading_ellips div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading_ellips div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.loading_ellips div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading_ellips div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading_ellips div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.leftSection .faqsWrapper ul li {
  list-style-type: none;
}

.leftSection .faqsWrapper ul li::marker {
  display: none;
}

.leftSection .faqsWrapper .data_ul li:before {
  display: none;
}

.disContnet.contentStyles {
  margin: 0 0 20px;
}

.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#commercial_vehicle_article_leftpanel .block_content_wrapper {
  margin: 40px 0 20px;
}

.providerandproductContent .leftSection .block_content_wrapper:nth-child(2) {
  margin: 40px 0 20px;
}

.slick-next:before,
.slick-prev:before {
  color: transparent;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

@media screen and (max-width: 1024px) {
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
}
.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

#navBarBookmarks .slick-prev {
  top: 42px !important;
}

#navBarBookmarks .slick-next {
  top: 51px !important;
}

a,
a:focus {
  outline: 0;
}

@media screen and (max-width: 1024px) {
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
}
.tcondition {
  display: none;
}

.rightSection .card {
  margin: 0 0 20px;
}

.rightSection .card_heading {
  text-transform: capitalize;
}

.breadcrumbinner .breadcrumb {
  max-width: 1140px;
}

@media screen and (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
}
.breadcrumbinner .breadcrumb li a {
  color: #0065ff;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  font-size: 22px !important;
}

#policybazaar {
  width: 100%;
}

.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%;
  height: auto;
}

.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: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04)) !important;
  background-image: -webkit-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: -moz-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: -ms-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: -o-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  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 .insurers .checkItem_list {
  position: relative;
  padding: 0 0 0 42px;
  border-top: solid 0.8px #d3d7de;
  min-height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rightSection .insurers .checkItem_list .stateCheck {
  padding: 0;
}

.rightSection .insurers .checkItem_list .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock {
  -ms-flex-align: center;
  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);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  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 .insurerName span:hover {
  color: #0065ff;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  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;
  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;
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  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;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  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;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
  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;
  -ms-flex-align: top;
  -webkit-box-align: top;
  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.compound_interest {
  background-image: url("../../images/bu/caculator-sprite-compound.png");
  background-position: 8px -1130px;
}

.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%;
}

@media screen and (max-width: 1024px) {
  .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
}
.leftSection table td a {
  cursor: pointer;
}

.call-insurer-expert-section {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  .call-insurer-expert-section .call-insurer-expert-overlay.mobile-display {
    display: block;
  }
}
.call-insurer-expert-section .call-insurer-expert {
  position: fixed;
  bottom: 16px;
  left: auto;
  right: auto;
  box-shadow: 0 0 10px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  background: #fff;
  max-width: 342px;
  padding: 12px;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 1025px) {
  .call-insurer-expert-section .call-insurer-expert {
    position: relative;
    border-radius: 8px;
    border: 1px solid #d3d6dc;
    box-shadow: none;
    padding: 15px 20px;
    bottom: 0;
  }
  .call-insurer-expert-section .call-insurer-expert.fixed {
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert {
    max-width: 310px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
  }
  .call-insurer-expert-section .call-insurer-expert.mobile-display {
    display: block;
  }
}
.call-insurer-expert-section .call-insurer-expert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 97.5%;
  height: 2px;
  background-color: #fc4708;
}

@media screen and (min-width: 1025px) {
  .call-insurer-expert-section .call-insurer-expert::before {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading {
    align-items: flex-start;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading h5 {
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 16px;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading h5 {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading h5.mobile {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  display: block;
}

@media screen and (min-width: 1025px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading h5.mobile {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading img {
  max-height: 67px;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading img {
    max-height: 40px;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading a {
  display: flex;
  height: 19px;
  width: 30px;
  text-align: center;
  background-color: #ccc;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 5px;
}

@media screen and (min-width: 1025px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading a {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-heading a img {
  width: 10px;
  height: 10px;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content {
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content {
    background-color: #0f6eff;
    text-align: center;
    padding: 11px 15px;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content p.disclaimer-desktop {
  color: #505f79;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content p.disclaimer-desktop {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .number {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  padding-bottom: 3px;
  color: #fff;
  display: inline-block;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .number::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  background: url(../../images/bu/call.png) no-repeat center/contain;
  bottom: 7px;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .number a {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .number {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content > button {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fd4705;
  padding: 10px 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #fd4705;
  margin-bottom: 12px;
  position: relative;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content > button:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 65px;
  background: url(../../images/bu/call-insurer-expert-call.png) no-repeat center/contain;
  bottom: 15px;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content > button:after {
  content: "";
  width: 15px;
  height: 11px;
  position: absolute;
  right: 65px;
  background: url(../../images/bu/call-insurer-expert-arrow.png) no-repeat center/contain;
  bottom: 17px;
}

@media screen and (max-width: 1024px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content > button {
    display: none;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper {
  border: 1px solid #bfbfbf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  display: table;
  margin: 20px auto 15px;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper .err {
  font-size: 10px;
  color: red;
  width: 100%;
  left: 0;
  bottom: -18px;
  padding: 1px 0;
  text-align: right;
  font-weight: 400;
  position: absolute;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper em {
  display: none;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper span {
  color: #b3bac5;
  background: #fff;
  display: inline-block;
  position: absolute;
  padding: 2px 5px;
  top: -11px;
  left: 11px;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 600;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper .fullWidht {
  width: 100%;
  height: 100%;
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  position: relative;
  box-shadow: none;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper .fullWidht:focus {
  border: none;
  outline: 0;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper .fullWidht::placeholder {
  font-size: 13px;
  color: #ccc;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper button {
  border-radius: 50%;
  width: 15px;
  height: 11px;
  position: absolute;
  right: 10px;
  background: #fd4705;
  bottom: 10px;
  padding: 15px;
  z-index: 9;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper button:focus {
  border: none;
  outline: 0;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper button img {
  margin: 0 -8px;
}

@media only screen and (max-width: 360px) {
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper .cCode,
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper .fullWidht,
  .call-insurer-expert-section .call-insurer-expert .call-insurer-expert-content .fieldWrapper select {
    font-size: 12px;
  }
}
.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-step-2 {
  text-align: center;
  display: none;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-step-2 h5 {
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin: 16px auto 10px;
}

.call-insurer-expert-section .call-insurer-expert .call-insurer-expert-step-2 p {
  color: #505f79;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}

.cv-insurance-widget {
  border: 1px solid #d3d6dc;
  border-radius: 8px;
  padding: 10px 50px;
  text-align: center;
  max-width: 342px;
  margin: 20px auto;
  background: #fff;
  cursor: pointer;
}

.cv-insurance-widget.rhs-sticky {
  position: -webkit-sticky;
  position: sticky !important;
  top: 20px !important;
}

.cv-insurance-widget.truckrhs {
  padding: 8px;
}

.cv-insurance-widget.truckrhs img {
  width: 100%;
  border-radius: 8px;
}

.cv-insurance-widget.fixed {
  position: fixed;
  background: #fff;
  top: 82px;
  right: auto;
}

@media screen and (max-width: 1024px) {
  .cv-insurance-widget.fixed {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cv-insurance-widget {
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 10px 25px;
  }
}
.cv-insurance-widget h4 {
  color: #172b4d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 5px;
}

.cv-insurance-widget p {
  color: #172b4d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  text-align: left;
  padding-left: 25px;
}

.cv-insurance-widget p span {
  color: #fc4708;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.cv-insurance-widget p:before {
  content: "";
  background: url(../../images/bu/cv-insurance-widget-check.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cv-insurance-widget p.disclaimer {
  opacity: 0.6;
  text-align: right;
  font-size: 8px;
  padding: 0;
  margin: 0;
  line-height: 8px;
}

.cv-insurance-widget p.disclaimer::before {
  display: none;
}

.cv-insurance-widget button {
  background-color: #fc4708;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 18px auto 8px;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
}

.cv-image-text-banner {
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 8px;
  padding-right: 20px;
  min-height: 137px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .cv-image-text-banner {
    margin: 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .cv-image-text-banner {
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    max-width: 308px;
    margin: 0 auto 20px;
  }
}
.cv-image-text-banner img {
  width: 31%;
}

.cv-image-text-banner img.margin-left-top {
  width: 27%;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner img.margin-left-top {
    width: 100%;
  }
}
.cv-image-text-banner img.margin-left-bottom {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner img {
    width: 100%;
    max-width: 228px;
    margin-bottom: 8px;
  }
}
.cv-image-text-banner .cv-text {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner .cv-text {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.cv-image-text-banner .cv-text p {
  color: #5e6d84;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.28px;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner .cv-text p {
    font-size: 14px;
    text-align: center;
  }
}
.cv-image-text-banner .cv-text p.highlighted {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner .cv-text p.highlighted {
    font-size: 16px;
  }
}
.cv-image-text-banner .cv-text p.highlighted.green {
  color: #19b24d;
}

.cv-image-text-banner .cv-text p.highlighted.purple {
  color: #5243aa;
}

.cv-image-text-banner .cv-text p.highlighted.blue {
  color: #00a3bf;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner .cv-text p.highlighted.blue {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.cv-image-text-banner .cv-text p.highlighted.blue span {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.cv-image-text-banner .cv-text p.highlighted.blue span:before {
  content: "";
  background: url(../../images/bu/cv-image-text-banner-check.svg) no-repeat center/contain;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.cv-image-text-banner button {
  background-color: #0065ff;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 15px 0;
  max-width: 100%;
  width: 150px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cv-image-text-banner button {
    width: 100%;
    margin-top: 12px;
  }
}
.cv-image-text-banner button:focus {
  outline: 0;
}

.langTransCV select {
  margin: 5px 0 0 0 !important;
  padding: 3px 17px 3px 3px !important;
  font-size: 13px;
  border-radius: 3px;
  margin-top: 4px;
  line-height: 16px;
  background: #f9f9f9 url(../../images/bu/arrow-down_dark.png) no-repeat 90% 50%;
  border: 1px solid #ececec;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.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;
  }
}
.cvarrow #navBarBookmarks .slick-next {
  top: 45px;
}

#navBarBookmarks .slick-next {
  top: 45px;
}

.you-maylike .icnSprite {
  font-size: 20px;
  padding-bottom: 10px;
  background: 0 0;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
  text-transform: capitalize;
  color: #014667;
  clear: both;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.you-maylike .icnSprite::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #014667;
  bottom: 0;
}

.you-maylike ul.article_like li,
.you-maylike ul.article_like li:hover {
  border-bottom: 1px solid #ddd;
  clear: both;
  list-style: none;
  padding: 10px 0 10px 0;
}

.you-maylike ul.article_like li .image-box {
  display: table-cell;
  height: 50px;
  width: 90px;
}

.you-maylike ul.article_like .youmaylike_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.you-maylike .article_like a {
  display: block;
  padding: 0 0 10px;
  color: #337ab7;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.you-maylike p {
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  color: #253858;
  margin-top: 0;
}

.you-maylike .article-info dl.article-info {
  margin: 0 0 5px;
}

.you-maylike .article-info dd,
.you-maylike .article-info dt {
  color: #91919a;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 5px;
}

@media screen and (max-width: 1024px) {
  .you-maylike {
    padding: 0 25px;
    background: #fff;
    border-top: solid 0.8px rgba(23, 43, 77, 0.2);
  }
}
.faqsWrapper {
  border-radius: 3px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .faqsWrapper {
    margin-top: 20px;
  }
}
.faqsWrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.providerandproductContent .faqsWrapper > ul {
  margin: 0;
  width: 100% !important;
}

.faqsWrapper > ul > li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  margin: 0 0 5px 0 !important;
  background: #f1f3f5;
  border-radius: 8px;
}

#policybazaar .faqsWrapper > ul > li h2,
#policybazaar .faqsWrapper > ul > li h3,
#policybazaar .faqsWrapper > ul > li h4 {
  font-size: 16px;
  color: #172b4d;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

#policybazaar .faqsWrapper > ul > li ul > li {
  margin: 10px 0;
}

.faqsWrapper > ul > li h2 a,
.faqsWrapper > ul > li h3 a,
.faqsWrapper > ul > li h4 a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
}

.faqsWrapper > ul > li h2 a::after,
.faqsWrapper > ul > li h3 a::after,
.faqsWrapper > ul > li h4 a::after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.faqsWrapper > ul > li h2 a[flag=up]::after,
.faqsWrapper > ul > li h3 a[flag=up]::after,
.faqsWrapper > ul > li h4 a[flag=up]::after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

.faqsWrapper > ul > li h2 a[flag=up],
.faqsWrapper > ul > li h3 a[flag=up],
.faqsWrapper > ul > li h4 a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrapper > ul > li h2 + div,
.faqsWrapper > ul > li h3 + div,
.faqsWrapper > 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;
  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 .paragraphBu + ul {
  padding-left: 20px;
}

.faqsWrapper .paragraphBu + ul li {
  list-style: disc;
}

.alsoRead .storyImg {
  height: 165px;
  overflow: hidden;
  background: #f5f5f5;
}

.alsoRead .storyTxt {
  line-height: 28px;
  padding: 15px 20px 0;
  font-weight: 400;
  font-size: 16px;
  color: #253858;
  height: 293px;
  border-bottom: solid 0.8px rgba(23, 43, 77, 0.2);
  overflow: auto;
}

.alsoRead .storyTxt > p {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}

.alsoRead .storyTxt > p a {
  color: #253858;
}

.alsoRead .btn {
  text-align: center;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #0065ff;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.alsoRead .storyImg img {
  width: 100%;
  display: block;
}

.detailsWrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.detailsWrapper .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 0;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  outline: 0;
}

.detailsWrapper .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.detailsWrapper .slick-slide a:focus {
  outline: 0;
  display: block;
}

.detailsWrapper .slick-slide:focus {
  outline: 0;
}

.carouselWrapper .carouselBlock.comparisons .btn:focus {
  outline: 0;
}

.carouselWrapper .slick-arrow {
  position: absolute;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(23, 43, 77, 0.2);
  top: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  z-index: 2;
}

.carouselWrapper .slick-arrow::before {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 9px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  right: 0;
  margin: 0 auto;
}

.carouselWrapper .slick-arrow.slick-next::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: -3px;
}

.carouselWrapper .slick-arrow.slick-prev {
  right: 43px;
  left: auto;
}

.carouselWrapper .slick-arrow.slick-next {
  right: 5px;
}

.slick-arrow.slick-next:focus,
.slick-arrow.slick-prev:focus {
  outline: 0;
  box-shadow: none;
}

.updated-on {
  font-size: 11px;
  color: #172b4d;
  display: block;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .updated-on {
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
  }
}
.detailsWrapper h2,
.detailsWrapper h4 {
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #253858;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .carouselWrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .contentStyles h1 {
    font-size: 20px;
  }
  .alsoRead .storyTxt > p,
  .contentStyles h2,
  .contentStyles h3,
  .contentStyles h4 {
    font-size: 18px;
  }
  .alsoRead .storyTxt {
    padding: 12px 10px 0;
  }
  .alsoRead .storyTxt {
    font-size: 14px;
  }
  .alsoRead .storyImg {
    height: 140px;
  }
  .alsoRead .storyTxt {
    height: 225px;
  }
  .detailsWrapper .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .disAlsoRead {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .carouselWrapper h4 {
    font-size: 18px;
    max-width: 300px;
    margin-top: 0;
  }
}
.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;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

.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;
  -webkit-transform: rotate(135deg);
  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;
  -webkit-transform: rotate(-45deg);
  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: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: contain;
}

@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: 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;
    bottom: initial;
  }
  .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;
    -webkit-transform: rotate(-45deg);
    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;
    -webkit-transform: rotate(-45deg);
    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 .option-slider {
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.car .option-slider {
    padding: 0 0 0 10px;
  }
}
.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;
  min-height: 42px;
}

.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;
  width: 100%;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
  display: block;
  min-height: 42px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .text {
    font-size: 14px;
    min-height: 50px;
    width: 70%;
  }
}
.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    margin-top: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.investment-option-slider.term-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 img {
  width: 100%;
}

.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.two-wheeler .option-slider .slick-prev {
  left: -25px;
}

.investment-option-slider.two-wheeler .option-slider .slick-next {
  right: -25px;
}

.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;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel.tw.three-slides {
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
}
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box {
  margin: 15px 20px 10px 0;
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box a img {
  max-width: 258px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info {
    padding: 10px 10px 18px;
  }
}
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore span {
  position: relative;
  right: auto;
  bottom: auto;
  font-weight: 600;
  padding: inherit;
}

.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: 12px;
}

@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;
  flex-shrink: 0;
}

.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;
}

.allinsurer .footable .knowmore {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #0662f6;
  color: #fff !important;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}

.hide-desktop {
  display: none !important;
  width: auto !important;
}

img.squareBanner {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
    width: auto !important;
  }
  img.squareBanner {
    margin: 20px auto;
  }
  .hide-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .nav-link .container-nav1.cv .nav-wrap {
    margin-right: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-link .container-nav1.cv .viewplan {
    width: 110px;
    padding: 3px;
    top: 8px;
    right: 5px;
    display: inline-block;
  }
}
.ui-widget-content {
  border: 1px solid #dfe1e6;
  background: #fff;
  color: #222;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  max-height: 200px;
  max-width: 790px;
  z-index: 10001;
  margin-top: 15px;
  overflow-y: scroll;
}

.ui-widget-content .ui-menu-item-wrapper {
  font-size: 14px;
  font-weight: 500;
}

.ui-widget-content::-webkit-scrollbar {
  width: 0;
}

.ui-widget-content::-webkit-scrollbar-track {
  background: 0 0;
}

.ui-widget-content::-webkit-scrollbar-thumb {
  background: 0 0;
}

.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.ui-menu .ui-menu-item {
  padding: 0;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 12px 16px;
  border-bottom: 1px solid #dfe1e6;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: none;
  border-bottom: 1px solid #dfe1e6;
  font-weight: 400;
  color: #212121;
  background: #fafbfc;
  border-radius: 8px 8px 0 0;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper.ui-state-active {
  border: none;
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0 !important;
}

.floatingPopupDiv .floatpanel .nudge-container {
  display: none;
}

.nudge-container {
  max-width: 330px;
  text-align: center;
  top: 0;
  margin: 0;
  right: -370px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1180px) {
  .nudge-container {
    position: absolute;
    right: -170px;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container {
    margin: 20px auto 0;
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .nudge-container {
    max-width: 100%;
  }
}
.nudge-container .policy-expire-nudge {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  border-radius: 8px;
  padding: 2px;
  width: 100%;
  margin: 0 0 24px;
}

.nudge-container .policy-expire-nudge .details {
  border-radius: 8px;
  padding: 8px 18px 8px 67px;
  position: relative;
}

.nudge-container .policy-expire-nudge .details::before {
  content: "";
  width: 59px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}

.nudge-container .policy-expire-nudge .details .heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #ea9a20;
}

.nudge-container .policy-expire-nudge .details .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
}

.nudge-container .policy-expire-nudge.fifteen-days-left .details {
  background: rgba(231, 139, 0, 0.0784313725);
}

.nudge-container .policy-expire-nudge.fifteen-days-left .details::before {
  background: url(../../images/bu/motor/fifteen-day-policy-expire-nudge-img.svg);
}

.nudge-container .policy-expire-nudge.two-days-left .details {
  background: rgba(255, 48, 48, 0.0588235294);
}

.nudge-container .policy-expire-nudge.two-days-left .details::before {
  background: url(../../images/bu/motor/two-day-policy-expire-nudge-img.svg);
}

.nudge-container .policy-expire-nudge.two-days-left .details .heading {
  color: #ff3030;
}

.nudge-container .policy-expire-nudge.expired .details {
  background: rgba(255, 48, 48, 0.0588235294);
}

.nudge-container .policy-expire-nudge.expired .details::before {
  background: url(../../images/bu/motor/policy-expired-nudge-img.svg);
}

.nudge-container .policy-expire-nudge.expired .details .heading {
  color: #ff3030;
}

.nudge-container .policy-expire-nudge.car-calulator {
  text-align: center;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .nudge-container .policy-expire-nudge.car-calulator {
    max-width: 100%;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.fifteen-days-left .details {
  background: #fdf6eb;
}

.nudge-container .policy-expire-nudge.car-calulator.fifteen-days-left .details .heading {
  color: #e78b00;
}

.nudge-container .policy-expire-nudge.car-calulator.fifteen-days-left .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-yellow-icon.svg);
}

.nudge-container .policy-expire-nudge.car-calulator.two-days-left .details {
  background: #fff3f3;
}

.nudge-container .policy-expire-nudge.car-calulator.two-days-left .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-orange-icon.svg);
}

.nudge-container .policy-expire-nudge.car-calulator.expired .details {
  background: #fff3f3;
}

.nudge-container .policy-expire-nudge.car-calulator.expired .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-red-icon.svg);
}

.nudge-container .policy-expire-nudge.car-calulator .details {
  padding: 24px 16px;
}

.nudge-container .policy-expire-nudge.car-calulator .details::before {
  display: none;
}

.nudge-container .policy-expire-nudge.car-calulator .details .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0 0 4px;
  display: flex;
  justify-content: center;
}

.nudge-container .policy-expire-nudge.car-calulator .details .heading::before {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 10px;
}

.nudge-container .policy-expire-nudge.car-calulator .details .description {
  font-weight: 500;
  text-align: center;
}

.nudge-container .policy-expire-nudge.car-calulator .details button {
  background: #ff5630;
  border: 0;
  width: 100%;
  padding: 11px 0 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  position: relative;
}

.nudge-container .policy-expire-nudge.car-calulator .details button::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}

.nudge-container .policy-expire-nudge.car-calulator .details .loading {
  background: #ff5630;
  border: 0;
  width: 100%;
  padding: 11px 0 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  position: relative;
}

.nudge-container .policy-expire-nudge.car-calulator .details .loading::after {
  width: 24px;
  height: 24px;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading {
  background: #fff3f3;
  border-radius: 8px 8px 0 0;
  padding: 7.5px 19px 7.5px 72px;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge .policy-expire-nudge-heading::after {
    content: "";
    background: url(../../images/bu/motor/vehicle-info/vi-plus-icon.svg) no-repeat center/contain;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .nudge-container .policy-expire-nudge .policy-expire-nudge-heading.active::after {
    background: url(../../images/bu/motor/vehicle-info/vi-minus-icon.svg) no-repeat center/contain;
  }
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading::before {
  content: "";
  background: url(../../images/bu/motor/policy-expired-nudge-img.svg);
  width: 59px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.fifteen-days-left {
  background: #fdf6eb;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.fifteen-days-left::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-yellow-icon.svg);
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.fifteen-days-left .heading {
  color: #e78b00;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.two-days-left::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-orange-icon.svg);
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.expired::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-red-icon.svg);
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading .heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #ff3030;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-heading .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #253858;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content {
  padding: 0 16px 16px;
}

@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge .policy-expire-nudge-content {
    display: none;
  }
  .nudge-container .policy-expire-nudge .policy-expire-nudge-content.active {
    display: block;
  }
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #253858;
  text-align: left;
  margin: 20px 0 16px;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  padding: 12px;
  display: FLEX;
  justify-content: space-between;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div {
  width: 50%;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div .insurer-edit {
  text-align: left;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div img {
  max-width: 117px;
  width: 100%;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div .change-insurer {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  margin: 7px 0 0;
  position: relative;
  cursor: pointer;
  color: #253858;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div .change-insurer::after {
  content: "";
  background: url(../../images/bu/motor/vehicle-info/vi-edit-icon.svg);
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 0 -1px 5px;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div.premium .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0 0 8px;
  color: #253858;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div.premium .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .tag {
  background: #e3fcef;
  border-radius: 8px;
  margin: 12px 0;
  color: #00875a;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 0;
  width: 100%;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .button {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: #0065ff;
  border-radius: 8px;
  padding: 14px 0 14px;
  position: relative;
  cursor: pointer;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .button::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .explore-more {
  color: #5e6c84;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  margin: 12px 0 0;
  position: relative;
  cursor: pointer;
}

.nudge-container .policy-expire-nudge .policy-expire-nudge-content .explore-more::after {
  border: solid #5e6c84;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 5px;
  content: "";
}

.nudge-container .policy-expire-nudge .step-2 {
  height: 318px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-heading {
  padding: 16px;
  background: #eaf0fb;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
  display: FLEX;
  align-items: center;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-heading .back {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-heading .back::before {
  border: solid #253858;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 5px;
  content: "";
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list {
  overflow-y: scroll;
  height: calc(100% - 52px);
  padding-bottom: 40px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dfe1e6;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar-thumb {
  background: #dfe1e6;
  border-radius: 8px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar-thumb:hover {
  background: #97a0af;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::after {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.568627451) 59.33%, rgba(255, 255, 255, 0) 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper {
  border-bottom: 1px solid #eee;
  padding: 15px 18px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper:last-child {
  border: 0;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected {
  background: #e7f9ef;
  border-radius: 8px;
  border-color: transparent;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper .input-checkbox {
  height: 18px;
  position: absolute;
  left: 3px;
  top: 2px;
  visibility: hidden;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper label {
  display: flex;
  width: 100%;
  padding: 0 0 0 28px;
  align-items: flex-start;
  color: #5e6c84;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper label .chkbox {
  width: 18px;
  border: 1px solid #5e6c84;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected label {
  color: #253858;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected label .chkbox {
  background: #289e6b;
  border-color: #289e6b;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected label .chkbox::before {
  height: 13px;
  background: url(../../images/bu/checked-ico.png) no-repeat center/contain;
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 3px;
  width: 11px;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .insurer {
  display: flex;
  align-items: CENTER;
}

.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .insurer img {
  max-width: 54px;
  border-radius: 4px;
  margin: 0 12px 0 0;
}

.leftSection .yellow-line-heading {
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 36px;
  margin-bottom: 20px;
  color: #253858;
  font-weight: 700;
  position: relative;
  margin-top: 40px;
}

.leftSection .yellow-line-heading::after {
  background: #ffab00;
  content: "";
  position: absolute;
  height: 2px;
  width: 64px;
  bottom: -8px;
  left: 0;
}

.process-with-numbers-content .process-with-numbers {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}

.process-with-numbers-content .process-with-numbers::before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  background: #dfe1e6;
  left: 15px;
  z-index: -1;
}

.process-with-numbers-content .process-with-numbers:last-child::before {
  display: none;
}

.process-with-numbers-content .process-with-numbers .number {
  width: 32px;
  height: 32px;
  background: #deebff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #253858;
  margin-right: 12px;
}

.process-with-numbers-content .process-with-numbers .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #253858;
}

.process-with-numbers-content .process-with-numbers .content p.heading {
  font-weight: 700;
  margin-bottom: 2px;
}

.process-with-numbers-content .process-with-numbers .content ul li {
  margin: 5px 0 12px 18px;
  line-height: 24px !important;
}

.process-with-numbers-content .process-with-numbers:last-child .content p {
  margin-bottom: 0;
}

.faqsWrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

.faqsWrapper .more-faqs {
  display: none;
}

.faqsWrapper .more-faqs.show {
  display: block;
}

.faqsWrapper .more-faqs.show li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  margin: 0 0 5px 0 !important;
  background: #f1f3f5;
  border-radius: 8px;
  list-style: none;
}

.faqsWrapper .more-faqs.show li h3 {
  font-size: 16px !important;
  color: #253858;
  border-bottom: none;
  padding-bottom: 0;
  margin: 10px 0 0 !important;
}

.faqsWrapper .more-faqs.show li h3 a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
}

.faqsWrapper .more-faqs.show li h3 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 .more-faqs.show li h3 a[flag=up]::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

.faqsWrapper .more-faqs.show li h3 + div {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 16px;
  display: none;
  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: 0.8px solid rgba(37, 56, 88, 0.1);
  border-right: 0.8px solid rgba(37, 56, 88, 0.1);
  border-bottom: 0.8px solid rgba(37, 56, 88, 0.1);
}

.faqsWrapper .show-more-faqs {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 6px 18px;
  max-width: 160px;
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  cursor: pointer;
  margin: 10px auto 0;
}

@media screen and (max-width: 1024px) {
  .faqsWrapper .show-more-faqs {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}
.faqsWrapper .show-more-faqs::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: 13px;
}

.faqsWrapper .show-more-faqs.show::after {
  transform: rotate(-135deg);
  margin: 0 0 1px 5px;
  top: 46%;
  right: 20px;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper:has(.faqsWrapper .more-faqs) {
    margin-bottom: 26px !important;
  }
}
.car-widget .plansWrap {
  border-radius: 8px;
  background: #f2f7ff;
  padding: 0 24px;
  line-height: normal;
  color: #253858;
  padding-bottom: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap {
    padding: 0 16px;
  }
}
.car-widget .plansWrap .primaryBtnV2 {
  position: relative;
  background-color: #0065ff;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  width: 100%;
  max-width: 180px;
  min-height: 47px;
  padding: 14px 12px;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}

.car-widget .plansWrap .headingType2 {
  font-size: 12px;
}

.car-widget .plansWrap .headingType2.v2 {
  position: relative;
}

.car-widget .plansWrap .headingType2.v2 span {
  display: inline-block;
  background: #fff;
  padding-right: 8px;
  color: rgba(37, 56, 88, 0.7);
  z-index: 1;
  position: relative;
}

.car-widget .plansWrap .headingType2.v2::after {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid rgba(37, 56, 88, 0.1);
  margin-left: 10px;
  top: 10px;
  right: 0;
  position: absolute;
}

.car-widget .plansWrap .includedList {
  list-style: none;
  position: relative;
}

.car-widget .plansWrap .includedList li {
  vertical-align: top;
  padding-left: 18px;
  padding-right: 14px;
  margin-bottom: 12px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  background: url("../../images/bu/motor/check-icon.svg") no-repeat left 5px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .includedList li {
    display: block;
    margin-bottom: 8px;
  }
}
.car-widget .plansWrap .includedList li span.truncate {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.car-widget .plansWrap .includedList li span.truncate + span {
  visibility: hidden;
  display: block;
  background: rgba(37, 56, 88, 0.9);
  color: #fff;
  padding: 8px;
  width: 216px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 10;
  line-height: normal;
  top: calc(100% + 5px);
  left: 0;
  transition: opacity ease 0.2s;
  pointer-events: none;
  position: absolute;
}

.car-widget .plansWrap .includedList li span.truncate + span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(37, 56, 88, 0.9);
  transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  position: absolute;
  top: -6px;
}

.car-widget .plansWrap .includedList li span.truncate:hover + span {
  visibility: visible;
}

.car-widget .plansWrap .includedList li.viewMore {
  color: #0065ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 0;
  cursor: pointer;
  background: 0 0;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .includedList li.viewMore {
    position: absolute;
    right: 2px;
    bottom: -8px;
    padding-right: 0;
  }
}
.car-widget .plansWrap .includedList .tags.lightBlue {
  color: #0065ff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 14px;
  margin-bottom: 12px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.car-widget .plansWrap .includedList .tags.lightBlue::before {
  content: "+";
  font-weight: 500;
}

.car-widget .plansWrap .includedList .tags.lightBlue::after {
  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 1px 3px;
  content: "";
}

.car-widget .plansWrap .truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.car-widget .plansWrap .tagList {
  list-style: none;
}

.car-widget .plansWrap .tagList .tags {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #dfe1e6;
  background: #fff;
  margin: 0 3px 8px 0;
  font-size: 12px;
  position: relative;
}

.car-widget .plansWrap .tagList .tags.lightBlue {
  border-radius: 4px;
  background: #f2f7ff;
  color: #0065ff;
  font-weight: 500;
}

.car-widget .plansWrap .tagList .tags .tag-detail {
  visibility: hidden;
  display: block;
  background: rgba(37, 56, 88, 0.9);
  color: #fff;
  padding: 8px;
  width: 216px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 10;
  line-height: normal;
  top: calc(100% + 5px);
  left: 0;
  transition: opacity ease 0.2s;
  pointer-events: none;
  position: absolute;
}

.car-widget .plansWrap .tagList .tags .tag-detail:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(37, 56, 88, 0.9);
  transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  position: absolute;
  top: -6px;
}

@media screen and (max-width: 767px) {
  .car-widget .plansWrap .tagList .tags .tag-detail {
    width: 150px;
  }
}
.car-widget .plansWrap .tagList .tags:hover .tag-detail {
  visibility: visible;
}

.car-widget .plansWrap .planHeading {
  border-bottom: 1px solid rgba(37, 56, 88, 0.1);
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 -24px 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planHeading {
    margin: 0 -16px 16px;
  }
}
.car-widget .plansWrap .planHeading sup {
  font-size: 10px;
}

.car-widget .plansWrap .tabList {
  border-radius: 8px;
  border: 1px solid #cedcf3;
  background: #e5edfb;
  padding: 4px;
  margin-bottom: 22px;
  display: flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .tabList {
    overflow: scroll;
    margin-right: -16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin-left: -16px;
    padding-left: 16px;
    border: 0;
    background: 0 0;
    padding: 4px 4px 0 16px;
    margin-bottom: 16px;
  }
  .car-widget .plansWrap .tabList::-webkit-scrollbar {
    display: none;
  }
}
.car-widget .plansWrap .tabList .tabItem {
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.224px;
  padding: 10px;
  text-align: center;
  color: #253858;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .tabList .tabItem {
    font-size: 14px;
    flex: 0 0 140px;
    max-width: 140px;
    font-size: 14px;
    padding: 8px;
    background: #fff;
    margin-right: 9px;
    border-radius: 100px;
    border: 1px solid rgba(37, 56, 88, 0.6);
  }
}
.car-widget .plansWrap .tabList .tabItem.active {
  background: #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 4px 2px rgba(52, 105, 203, 0.16);
}

@media screen and (max-width: 767px) {
  .car-widget .plansWrap .tabList .tabItem.active {
    border: 1px solid #0065ff;
    color: #0065ff;
    border-radius: 100px;
    background: #f9fbff;
    box-shadow: none;
  }
}
.car-widget .plansWrap .mb-16 {
  margin-bottom: 16px;
}

.car-widget .plansWrap .planCard {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(37, 56, 88, 0.16);
  margin-bottom: 16px;
}

.car-widget .plansWrap .planCard .cardContainer {
  padding: 0 12px 1px;
}

.car-widget .plansWrap .planCard .planContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-widget .plansWrap .planCard .planContainer .column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.car-widget .plansWrap .planCard .planContainer .column .smallerFont {
  font-size: 11px;
  margin-bottom: 2px;
  color: rgba(37, 56, 88, 0.6);
}

.car-widget .plansWrap .planCard .planContainer .column .headingV3 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .column .headingV3 {
    font-size: 14px;
  }
}
.car-widget .plansWrap .planCard .planContainer .logo {
  padding-right: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .logo {
    padding-right: 0;
  }
}
.car-widget .plansWrap .planCard .planContainer .logo img {
  max-width: 120px;
  width: auto;
  height: auto;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .logo img {
    max-width: 100%;
  }
}
.car-widget .plansWrap .planCard .planContainer .planType {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .planType {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.car-widget .plansWrap .planCard .planContainer .planType .m0 {
  margin: 0 !important;
}

.car-widget .plansWrap .planCard .planContainer .claim {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .claim {
    display: none;
  }
}
.car-widget .plansWrap .planCard .planContainer .planBtn {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .planBtn {
    padding-left: 0;
  }
}
.car-widget .plansWrap .planCard .planContainer .planBtn .primaryBtnV2 {
  min-height: 39px;
  padding: 10px 6px 10px;
  border-radius: 4px;
  max-width: 110px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .planBtn .primaryBtnV2 {
    min-height: 31px;
    padding: 8px 1px;
    margin-top: 0;
    font-size: 14px;
    max-width: 100%;
  }
}
.car-widget .plansWrap .planCard .planContainer .planBtn .primaryBtnV2 img {
  margin-left: 3px;
  width: 17px;
  height: auto;
}

.car-widget .plansWrap .planCard .addons {
  margin-bottom: 6px;
}

.car-widget .plansWrap .planCard .addons .headingType2 {
  margin-bottom: 8px;
}

.car-widget .plansWrap .planCard .claimBenefits {
  margin-bottom: 8px;
}

.car-widget .plansWrap .planCard .claimBenefits .headingType2 {
  margin-bottom: 8px;
}

.car-widget .plansWrap .planCard .claimBenefits .more {
  cursor: pointer;
  border-color: transparent;
}

.car-widget .plansWrap .planCard .payAsYouDrive {
  border-radius: 8px;
  background: #e3fcef;
  padding: 8px 12px 1px;
  font-size: 12px;
  margin: 0 0 16px;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-10 {
  flex: 0 0 80%;
  max-width: 80%;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-10 p span {
  color: #253858;
  font-weight: 400;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-10 p span.fontBold {
  color: #5db182;
  font-weight: 700;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-2 {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: right;
}

.car-widget .plansWrap .planCard .payAsYouDrive .toggleBtn {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #0065ff;
  cursor: pointer;
}

.car-widget .plansWrap .planCard .payAsYouDrive .optionList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -4px 0;
}

.car-widget .plansWrap .planCard .payAsYouDrive .optionList li {
  flex: 0 0 calc(20% - 8px);
  max-width: calc(20% - 8px);
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  margin: 0 4px 8px;
  padding: 4px 8px;
  text-align: center;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .payAsYouDrive .optionList li {
    flex: 0 0 calc(33.33% - 8px);
    max-width: calc(33.33% - 8px);
  }
}
.car-widget .plansWrap .planCard .payAsYouDrive.active .toggleBtn .downArrow {
  transform: rotate(-135deg);
  margin-bottom: 0;
}

.car-widget .plansWrap .planCard .claimBadge {
  border-radius: 4px;
  background: #f6f6f6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 3px 10px 3px 26px;
  margin: 12px 0;
  position: relative;
}

.car-widget .plansWrap .planCard .claimBadge::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../images/bu/motor/badge.svg") no-repeat 0 0/contain;
  position: absolute;
  left: 5px;
  display: block;
}

.car-widget .plansWrap .planCard .ribbons {
  background: #7f68f2;
  min-width: 20px;
  height: 22px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 4px 4px 4px 8px;
  border-top-left-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.car-widget .plansWrap .planCard .ribbons .leftBottom {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
  border-top: 6px solid #4c20c7;
  position: absolute;
  bottom: -6px;
  left: 0;
  position: absolute;
}

.car-widget .plansWrap .planCard .ribbons .up {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #7f68f2;
  position: absolute;
  top: 0;
  right: -10px;
}

.car-widget .plansWrap .planCard .ribbons .down {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #7f68f2;
  position: absolute;
  bottom: 0;
  right: -10px;
}

.car-widget .plansWrap .planCard .userTag {
  background: #42beaf;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(37, 56, 88, 0.1);
  padding: 3px 12px 3px 30px;
  position: relative;
}

.car-widget .plansWrap .planCard .userTag::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: block;
  background: url("../../images/bu/motor/user.svg") no-repeat 0 0/contain;
}

.car-widget .plansWrap .planCard .badgeAreaTop {
  position: relative;
  min-height: 10px;
  bottom: 12px;
}

.car-widget .plansWrap .planCard .badgeAreaTop .ribbons {
  position: absolute;
  left: -6px;
}

.car-widget .plansWrap .planCard .badgeAreaTop .userTag {
  position: absolute;
  right: 0;
}

.car-widget .plansWrap .planCard .planMsg {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #3cbd9e 35.46%, #73cee2 101.76%);
  color: #fff;
  text-shadow: 0 4px 4px rgba(37, 56, 88, 0.1);
  font-size: 13px;
  line-height: 20px;
  padding: 6px 6px 6px 38px;
  position: relative;
}

.car-widget .plansWrap .planCard .planMsg::before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 16px;
  height: 20px;
  background: url("../../images/bu/motor/victoryEmoji.svg") no-repeat 0 0/contain;
}

.car-widget .plansWrap .planCard .planMsg span {
  font-weight: 700;
}

.car-widget .plansWrap .planCard .cashlessGarages {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background: #fff0b3;
  padding: 5px 5px 5px 36px;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.car-widget .plansWrap .planCard .cashlessGarages::before {
  content: "";
  width: 16px;
  height: 13.357px;
  display: block;
  position: absolute;
  background: url("../../images/bu/motor/cashless-garage-icon.svg") no-repeat 0 0/contain;
  left: 13px;
}

.car-widget .plansWrap .planCard:has(.badgeAreaTop) {
  margin-top: 28px;
}

.car-widget .plansWrap .showMoreBtnWrap {
  border-bottom: 1px solid #deebff;
  text-align: center;
  height: 20px;
  margin-bottom: 23px;
}

.car-widget .plansWrap .showMoreBtnWrap .seeMore {
  padding: 8px 20px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.12);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #0065ff;
  letter-spacing: 0.196px;
  cursor: pointer;
}

.car-widget .plansWrap .disclaimer {
  color: rgba(37, 56, 88, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
}

.car-widget .plansWrap .disclaimer .more-disclaimer {
  display: none;
}

.car-widget .plansWrap .disclaimer .more-disclaimer.show {
  display: inline;
}

.car-widget .plansWrap .disclaimer .read-more-disclaimer {
  color: #0065ff;
  cursor: pointer;
  position: relative;
}

.car-widget .plansWrap .disclaimer .read-more-disclaimer::before {
  content: "...";
  color: rgba(37, 56, 88, 0.5);
  margin: 0 -3px;
}

.car-widget:has(+ .CarCalcWidget) {
  margin-top: 20px;
}

.car-widget .plansWrap .planHeading sup {
  font-size: 10px;
}

.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;
  height: 100%;
}

@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: 33px;
  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.cv-bu,
.makemodel-gridwidget.tw-bu {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .makemodel-gridwidget.car-bu,
  .makemodel-gridwidget.cv-bu,
  .makemodel-gridwidget.tw-bu {
    margin: 26px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu,
  .makemodel-gridwidget.cv-bu,
  .makemodel-gridwidget.tw-bu {
    padding: 24px 0;
  }
}
.makemodel-gridwidget.car-bu .heading,
.makemodel-gridwidget.cv-bu .heading,
.makemodel-gridwidget.tw-bu .heading {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .heading,
  .makemodel-gridwidget.cv-bu .heading,
  .makemodel-gridwidget.tw-bu .heading {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .flexlist,
  .makemodel-gridwidget.cv-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.cv-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.cv-bu .link,
  .makemodel-gridwidget.tw-bu .link {
    margin: 32px 0 0;
    position: relative;
  }
  .makemodel-gridwidget.car-bu .link button,
  .makemodel-gridwidget.cv-bu .link button,
  .makemodel-gridwidget.tw-bu .link button {
    top: 0;
  }
  .makemodel-gridwidget.car-bu .link::before,
  .makemodel-gridwidget.cv-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;
}

.makemodel-gridwidget {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .makemodel-gridwidget {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .product-article-wrapper {
    background: #fff;
    padding: 16px 0 16px 16px;
  }
}
.insurer-toggle {
  margin: 0 0 22px;
  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: 0 0 16px;
  }
}

.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;
}

@media (max-width: 1024px) {
  .car-stiky-view-plan .linkclick {
    margin: 8px !important;
    max-width: 100% !important;
    width: calc(100% - 16px);
    text-align: CENTER;
  }
}
.footer {
  padding: 0 !important;
}

.disclaimer-dropdown-section {
  margin: 40px auto 40px;
}
@media screen and (max-width: 767px) {
  .disclaimer-dropdown-section {
    margin: 12px auto;
  }
}