@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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:before, .slick-track:after {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  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: "←";
}

/* Dots */
.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: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus: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: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  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%;
  filter: alpha(opacity=25);
  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 {
  -webkit-filter: inherit;
          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: 0px;
  border-bottom: 0px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0px;
    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: -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;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .rounded.slick-prev {
  border: 1px solid #2B61EC;
  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;
  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;
}
@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 20px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172B4D;
  font-weight: 500;
}
.trustedBysection, .trustedBy.section {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .trustedBysection, .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBysection p, .trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .trustedBysection p, .trustedBy.section p {
    font-size: 14px;
  }
}
.trustedBysection p b, .trustedBy.section p b {
  color: #1B292C;
}
.trustedBysection .slick-list, .trustedBy.section .slick-list {
  padding-left: 0 !important;
}
.trustedBy.clearfix {
  display: inherit;
}
.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.trustedBy.bg {
  background-color: #F4F7FE;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0px auto;
}

.layoutfull {
  width: 100%;
}

.title, .artcle_left_panel .leftSection h2, .artcle_left_panel .leftSection .h2, .artcle_left_panel .leftSection h1, .leftSection h2, .leftSection .h2, .leftSection h1 {
  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: 0px !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: 0px;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}

.grid.contentSection.sticky_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leftSection {
  width: 758px;
  float: left;
}
.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}
.leftSection .mf-h1 h1 {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0px 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
  }
}
.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: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 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: 0px 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: 0px 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;
  -ms-flex-wrap: nowrap;
      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(0px, -50%);
  transform: translate(0px, -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0px auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms 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;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 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-right, .leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box, .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box, .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0px;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0px;
}
@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: 0px 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: #f00;
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right, .leftSection .mid-form .form-block .left-div .inner-block-left {
    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: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0px;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -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;
  }
  .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: -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;
  }
  .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: -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;
  }
  .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 select, .leftSection .hlvdata-block input {
  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;
  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 .bannertravelredirect img, .leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection h1 {
  font-size: 36px;
  margin: 0px 0px 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}
.leftSection h2, .leftSection .h2 {
  font-size: 24px;
  margin: 40px 0px 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 h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}
.leftSection h3 a {
  color: #0065FF;
  padding-top: 6px;
  display: block;
}
.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .footable {
  width: 100%;
}
.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0px auto;
}
.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}
.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}
.leftSection table p a.btn-primary, .leftSection table a.btn-primary, .leftSection table button.btn-primary, .leftSection table .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: 0px auto;
  text-align: center;
}
.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
}
@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;
  letter-spacing: 1.8;
}
.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4C9AFF !important;
}
.leftSection table td ul, .leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.leftSection table td ul li, .leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ul li:before, .leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0px 0px;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .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: 0px;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0px;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -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: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}
.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}
.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}
.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}
.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}
.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #F4F7FF;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  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: 0px 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 rgb(255, 255, 255);
  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: normal;
}
.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: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: 0px !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: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}
.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}
.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .data_ul li .paragraphBu {
  margin: 0px !important;
}
.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.leftSection .faqsWrap ul li {
  border-bottom: 0px solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}
.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .faqsWrap ul li li {
  background: none;
}
.leftSection .faqsWrap ul li:before {
  display: none;
}
.leftSection .faqsWrap ul li h2, .leftSection .faqsWrap ul li h3, .leftSection .faqsWrap ul li h4, .leftSection .faqsWrap ul li .h2, .leftSection .faqsWrap ul li .h3, .leftSection .faqsWrap ul li .h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li h2 > a, .leftSection .faqsWrap ul li h2 > span, .leftSection .faqsWrap ul li h2 > label, .leftSection .faqsWrap ul li h3 > a, .leftSection .faqsWrap ul li h3 > span, .leftSection .faqsWrap ul li h3 > label, .leftSection .faqsWrap ul li h4 > a, .leftSection .faqsWrap ul li h4 > span, .leftSection .faqsWrap ul li h4 > label, .leftSection .faqsWrap ul li .h2 > a, .leftSection .faqsWrap ul li .h2 > span, .leftSection .faqsWrap ul li .h2 > label, .leftSection .faqsWrap ul li .h3 > a, .leftSection .faqsWrap ul li .h3 > span, .leftSection .faqsWrap ul li .h3 > label, .leftSection .faqsWrap ul li .h4 > a, .leftSection .faqsWrap ul li .h4 > span, .leftSection .faqsWrap ul li .h4 > label {
  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 > span:hover, .leftSection .faqsWrap ul li h2 > label:hover, .leftSection .faqsWrap ul li h3 > a:hover, .leftSection .faqsWrap ul li h3 > span:hover, .leftSection .faqsWrap ul li h3 > label:hover, .leftSection .faqsWrap ul li h4 > a:hover, .leftSection .faqsWrap ul li h4 > span:hover, .leftSection .faqsWrap ul li h4 > label:hover, .leftSection .faqsWrap ul li .h2 > a:hover, .leftSection .faqsWrap ul li .h2 > span:hover, .leftSection .faqsWrap ul li .h2 > label:hover, .leftSection .faqsWrap ul li .h3 > a:hover, .leftSection .faqsWrap ul li .h3 > span:hover, .leftSection .faqsWrap ul li .h3 > label:hover, .leftSection .faqsWrap ul li .h4 > a:hover, .leftSection .faqsWrap ul li .h4 > span:hover, .leftSection .faqsWrap ul li .h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > a:after, .leftSection .faqsWrap ul li h2 > span:after, .leftSection .faqsWrap ul li h2 > label:after, .leftSection .faqsWrap ul li h3 > a:after, .leftSection .faqsWrap ul li h3 > span:after, .leftSection .faqsWrap ul li h3 > label:after, .leftSection .faqsWrap ul li h4 > a:after, .leftSection .faqsWrap ul li h4 > span:after, .leftSection .faqsWrap ul li h4 > label:after, .leftSection .faqsWrap ul li .h2 > a:after, .leftSection .faqsWrap ul li .h2 > span:after, .leftSection .faqsWrap ul li .h2 > label:after, .leftSection .faqsWrap ul li .h3 > a:after, .leftSection .faqsWrap ul li .h3 > span:after, .leftSection .faqsWrap ul li .h3 > label:after, .leftSection .faqsWrap ul li .h4 > a:after, .leftSection .faqsWrap ul li .h4 > span:after, .leftSection .faqsWrap ul li .h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-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 > span[flag=up], .leftSection .faqsWrap ul li h2 > label[flag=up], .leftSection .faqsWrap ul li h3 > a[flag=up], .leftSection .faqsWrap ul li h3 > span[flag=up], .leftSection .faqsWrap ul li h3 > label[flag=up], .leftSection .faqsWrap ul li h4 > a[flag=up], .leftSection .faqsWrap ul li h4 > span[flag=up], .leftSection .faqsWrap ul li h4 > label[flag=up], .leftSection .faqsWrap ul li .h2 > a[flag=up], .leftSection .faqsWrap ul li .h2 > span[flag=up], .leftSection .faqsWrap ul li .h2 > label[flag=up], .leftSection .faqsWrap ul li .h3 > a[flag=up], .leftSection .faqsWrap ul li .h3 > span[flag=up], .leftSection .faqsWrap ul li .h3 > label[flag=up], .leftSection .faqsWrap ul li .h4 > a[flag=up], .leftSection .faqsWrap ul li .h4 > span[flag=up], .leftSection .faqsWrap ul li .h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #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 > span[flag=up]::after, .leftSection .faqsWrap ul li h2 > label[flag=up]::after, .leftSection .faqsWrap ul li h3 > a[flag=up]::after, .leftSection .faqsWrap ul li h3 > span[flag=up]::after, .leftSection .faqsWrap ul li h3 > label[flag=up]::after, .leftSection .faqsWrap ul li h4 > a[flag=up]::after, .leftSection .faqsWrap ul li h4 > span[flag=up]::after, .leftSection .faqsWrap ul li h4 > label[flag=up]::after, .leftSection .faqsWrap ul li .h2 > a[flag=up]::after, .leftSection .faqsWrap ul li .h2 > span[flag=up]::after, .leftSection .faqsWrap ul li .h2 > label[flag=up]::after, .leftSection .faqsWrap ul li .h3 > a[flag=up]::after, .leftSection .faqsWrap ul li .h3 > span[flag=up]::after, .leftSection .faqsWrap ul li .h3 > label[flag=up]::after, .leftSection .faqsWrap ul li .h4 > a[flag=up]::after, .leftSection .faqsWrap ul li .h4 > span[flag=up]::after, .leftSection .faqsWrap ul li .h4 > label[flag=up]::after {
  -webkit-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 {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0px 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !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(even) {
  background: #f7fbfd;
}

/*left section close*/
.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: CENTER;
      -ms-flex-pack: CENTER;
          justify-content: CENTER;
}
@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}
.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}
.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}
.pbRelatedLinks.moretag {
  display: table;
}
.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}
@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}

.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  -webkit-box-shadow: 1px 1px 10px #efefef;
          box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}
.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: bold;
  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: 0px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0px;
  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 .yes, .howMuch_lifeinsurance .quesWrapper .q_count .no {
  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 .yes.active, .howMuch_lifeinsurance .quesWrapper .q_count .yes:hover, .howMuch_lifeinsurance .quesWrapper .q_count .no.active, .howMuch_lifeinsurance .quesWrapper .q_count .no: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 #cccccc;
  font-size: 15px;
  line-height: 15px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid #f00;
}
.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 #cccccc;
  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 0px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink, .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: blue;
  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:before, .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  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: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0px 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0px auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0px;
    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: 0px 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0px auto 0px;
  }
  .grid .leftSection .bannertravelredirect img, .grid .leftSection .bannertermredirect 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 0px 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 0px 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 0px 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: 0px 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: 0px;
    background: none;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0px;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0px 15px;
    border: none;
    border-radius: 6px 6px 0px 0px;
  }
  .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:nth-child(1), .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: 0px;
  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:nth-child(1), .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-3:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-4:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}
.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}
.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}
.blue-block span.title, .blue-block .leftSection span.h2, .leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.figer, .blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e1edff), color-stop(50%, #f6faff), to(#e1edff));
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/* Language widget */
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title h2, .insurer-language .insurer-by-company-title .h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-left: -10px;
  }
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-prev.slick-arrow, .insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: transparent;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065FF;
  margin: 0px 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: 0px -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: none;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0px auto;
  display: block;
}

.leftSection h2.tp0, .rightSection > .card, .leftSection .h2.tp0, .rightSection > .card {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0, .rightSection > .card, .leftSection .h2.tp0, .rightSection > .card {
    padding: 10px 0px 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: 0px auto;
    margin: 0px auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0px auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0px auto;
  }
}

.grid.contentSection.sticky_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0px;
    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;
}

.one-crore-widget {
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 12px 12px 14px;
  margin: 40px 0 0;
}
.one-crore-widget .one-crore-widget-body {
  background: #fff;
  border-radius: 8px;
  padding: 7px 7px 0;
}
.one-crore-widget .one-crore-widget-body .heading {
  background: #EFF4FE 0% 0% no-repeat padding-box;
  border-radius: 7px 7px 0px 0px;
  color: #000;
  padding: 11px 0 10px;
  text-align: center;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .heading {
    font-size: 14px;
    padding: 11px 5px 10px;
  }
}
.one-crore-widget .one-crore-widget-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 7px;
}
.one-crore-widget .one-crore-widget-body .content a, .one-crore-widget .one-crore-widget-body .content .link {
  width: 32.5%;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 14px;
  margin: 0 8px 7px 0px;
}
@media screen and (min-width: 768px) {
  .one-crore-widget .one-crore-widget-body .content a:nth-child(3n), .one-crore-widget .one-crore-widget-body .content .link:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .one-crore-widget .one-crore-widget-body .content a, .one-crore-widget .one-crore-widget-body .content .link {
    margin: 0 8px 7px 0px;
  }
  .one-crore-widget .one-crore-widget-body .content a:nth-child(3n), .one-crore-widget .one-crore-widget-body .content .link:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a, .one-crore-widget .one-crore-widget-body .content .link {
    margin: 0 4px 7px 0px;
  }
  .one-crore-widget .one-crore-widget-body .content a:nth-child(2n), .one-crore-widget .one-crore-widget-body .content .link:nth-child(2n) {
    margin-right: 0;
  }
}
.one-crore-widget .one-crore-widget-body .content a .value, .one-crore-widget .one-crore-widget-body .content .link .value {
  font-size: 68px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .content a .value, .one-crore-widget .one-crore-widget-body .content .link .value {
    font-size: 48px;
  }
}
@media screen and (max-width: 375px) {
  .one-crore-widget .one-crore-widget-body .content a .value, .one-crore-widget .one-crore-widget-body .content .link .value {
    font-size: 36px;
  }
}
.one-crore-widget .one-crore-widget-body .content a .unit, .one-crore-widget .one-crore-widget-body .content .link .unit {
  font-size: 34px;
  line-height: 1;
  margin-left: -4px;
}
@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .content a .unit, .one-crore-widget .one-crore-widget-body .content .link .unit {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .one-crore-widget .one-crore-widget-body .content a .unit, .one-crore-widget .one-crore-widget-body .content .link .unit {
    font-size: 22px;
  }
}
.one-crore-widget .one-crore-widget-body .content a .product, .one-crore-widget .one-crore-widget-body .content .link .product {
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  margin-top: -7px;
}
.one-crore-widget .one-crore-widget-body .content a .product.provider, .one-crore-widget .one-crore-widget-body .content .link .product.provider {
  margin-top: 0;
  padding: 0 5px;
}
.one-crore-widget .one-crore-widget-body .content a .product::first-letter, .one-crore-widget .one-crore-widget-body .content .link .product::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 375px) {
  .one-crore-widget .one-crore-widget-body .content a .product, .one-crore-widget .one-crore-widget-body .content .link .product {
    font-size: 12px;
  }
}
.one-crore-widget .one-crore-widget-body .content a.purple, .one-crore-widget .one-crore-widget-body .content .link.purple {
  color: #5660D1;
}
.one-crore-widget .one-crore-widget-body .content a.purple .product, .one-crore-widget .one-crore-widget-body .content a.purple .unit, .one-crore-widget .one-crore-widget-body .content .link.purple .product, .one-crore-widget .one-crore-widget-body .content .link.purple .unit {
  color: #5660D1;
}
.one-crore-widget .one-crore-widget-body .content a.blue, .one-crore-widget .one-crore-widget-body .content .link.blue {
  color: #3DBADE;
}
.one-crore-widget .one-crore-widget-body .content a.blue .product, .one-crore-widget .one-crore-widget-body .content a.blue .unit, .one-crore-widget .one-crore-widget-body .content .link.blue .product, .one-crore-widget .one-crore-widget-body .content .link.blue .unit {
  color: #3DBADE;
}
.one-crore-widget .one-crore-widget-body .content a.green, .one-crore-widget .one-crore-widget-body .content .link.green {
  color: #83DBAF;
}
.one-crore-widget .one-crore-widget-body .content a.green .product, .one-crore-widget .one-crore-widget-body .content a.green .unit, .one-crore-widget .one-crore-widget-body .content .link.green .product, .one-crore-widget .one-crore-widget-body .content .link.green .unit {
  color: #83DBAF;
}
.one-crore-widget .one-crore-widget-body .content a.colored.purple, .one-crore-widget .one-crore-widget-body .content .link.colored.purple {
  background: #D8DAF4 0% 0% no-repeat padding-box;
  border: 0;
}
.one-crore-widget .one-crore-widget-body .content a.colored.green, .one-crore-widget .one-crore-widget-body .content .link.colored.green {
  background: #D9F4E7 0% 0% no-repeat padding-box;
  border: 0;
}
.one-crore-widget .one-crore-widget-body .content a.colored.blue, .one-crore-widget .one-crore-widget-body .content .link.colored.blue {
  background: #C3E9F4 0% 0% no-repeat padding-box;
  border: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a.purple-mobile, .one-crore-widget .one-crore-widget-body .content .link.purple-mobile {
    color: #5660D1;
    border: 1px solid #d4d4d4 !important;
    background: transparent !important;
  }
  .one-crore-widget .one-crore-widget-body .content a.purple-mobile .product, .one-crore-widget .one-crore-widget-body .content a.purple-mobile .unit, .one-crore-widget .one-crore-widget-body .content .link.purple-mobile .product, .one-crore-widget .one-crore-widget-body .content .link.purple-mobile .unit {
    color: #5660D1;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a.blue-mobile, .one-crore-widget .one-crore-widget-body .content .link.blue-mobile {
    color: #3DBADE;
    border: 1px solid #d4d4d4 !important;
    background: transparent !important;
  }
  .one-crore-widget .one-crore-widget-body .content a.blue-mobile .product, .one-crore-widget .one-crore-widget-body .content a.blue-mobile .unit, .one-crore-widget .one-crore-widget-body .content .link.blue-mobile .product, .one-crore-widget .one-crore-widget-body .content .link.blue-mobile .unit {
    color: #3DBADE;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a.green-mobile, .one-crore-widget .one-crore-widget-body .content .link.green-mobile {
    color: #83DBAF;
    border: 1px solid #d4d4d4 !important;
    background: transparent !important;
  }
  .one-crore-widget .one-crore-widget-body .content a.green-mobile .product, .one-crore-widget .one-crore-widget-body .content a.green-mobile .unit, .one-crore-widget .one-crore-widget-body .content .link.green-mobile .product, .one-crore-widget .one-crore-widget-body .content .link.green-mobile .unit {
    color: #83DBAF;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile, .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile {
    background: #D8DAF4 0% 0% no-repeat padding-box;
    border: 0;
    color: #5660D1;
  }
  .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile .product, .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile .unit, .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile .product, .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile .unit {
    color: #5660D1;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile, .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile {
    background: #D9F4E7 0% 0% no-repeat padding-box;
    border: 0;
    color: #83DBAF;
  }
  .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile .product, .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile .unit, .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile .product, .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile .unit {
    color: #83DBAF;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile, .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile {
    background: #C3E9F4 0% 0% no-repeat padding-box !important;
    border: 0;
    color: #3DBADE;
  }
  .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile .product, .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile .unit, .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile .product, .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile .unit {
    color: #3DBADE;
  }
}
@media screen and (max-width: 767px) {
  .one-crore-widget .one-crore-widget-body .content a, .one-crore-widget .one-crore-widget-body .content .link {
    width: 49%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .one-crore-widget .one-crore-widget-body .content a, .one-crore-widget .one-crore-widget-body .content .link {
    width: 31.5%;
  }
}
.one-crore-widget .one-crore-widget-body .content .one-crore-widget-more-content {
  width: 100%;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.one-crore-widget .one-crore-widget-body .content .one-crore-widget-more-content.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.one-crore-widget .view-plan {
  color: #fff;
  padding: 12px 18px;
  background: #0065ff;
  display: block;
  width: 180px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 16px;
  border: 0;
  line-height: 24px;
  font-weight: 500;
}
.one-crore-widget.health {
  padding: 12px 12px 35px;
}
.one-crore-widget.health.without-show-more {
  padding-bottom: 12px;
}
.one-crore-widget.health .one-crore-widget-body h2 {
  margin: 0;
  font-weight: 600;
  text-align: center !important;
}
.one-crore-widget.health .one-crore-widget-body .content {
  position: relative;
  padding-bottom: 25px;
}
.one-crore-widget.health .one-crore-widget-body .content.without-show-more {
  padding-bottom: 0;
}
.one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more {
  left: 50%;
  position: absolute;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  border: none;
  background: transparent;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more > span {
  display: inline-block;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 25px;
  padding: 2px 15px;
  font-size: 14px;
  width: auto;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
  line-height: 30px;
}
.one-crore-widget.plan_name .content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
}
.one-crore-widget.plan_name .content .link .unit {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}
@media (max-width: 767px) {
  .one-crore-widget.plan_name .content {
    font-size: 16px;
  }
  .one-crore-widget.plan_name .content .link {
    padding: 10px;
  }
  .one-crore-widget.plan_name .content .unit {
    line-height: 20px !important;
    margin-bottom: 8px;
    display: block;
    font-size: 16px !important;
  }
  .one-crore-widget.plan_name .product {
    font-size: 14px;
  }
}

/* Exit Inntent */
.body-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.exitIntentModal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 43, 77, 0.9);
  z-index: 1000;
  -webkit-animation: filterWebFade 0.3s ease-out;
          animation: filterWebFade 0.3s ease-out;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exitIntentInner {
  width: 90%;
  max-width: 792px;
  border-radius: 8px;
  z-index: 99;
  margin: 0 auto 0;
  max-height: 90vh;
  overflow: auto;
  padding: 12px 24px 0;
  background: #fff;
  position: relative;
}

.exitIntentInner::after {
  content: "";
  background: url("../../../images/health/exit-intent-bottom.svg") no-repeat 0 0;
  width: 364px;
  height: 295px;
  position: absolute;
  bottom: 0;
  right: 24px;
}

.exitTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes filterWebFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes filterWebFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.exitClose {
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}

.exitClose::after,
.exitClose::before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #253858;
}

.exitClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.exitClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.headingExit {
  font-size: 32px;
  font-weight: bold;
}

.exitIntentInner .tagLine1 {
  font-weight: 500;
  font-size: 24px;
}

.exitIntentInner .tagLine2 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
}

.exitIntentInner .tagLine2 span {
  font-weight: bold;
  font-size: 24px;
  color: #0065ff;
}

ul.lisitnExit {
  list-style-type: none;
  margin: 20px 0;
}

ul.lisitnExit li {
  font-size: 16px;
  font-weight: 500;
  background: url("../../../images/health/icons-exit.svg") no-repeat 0 0;
  padding: 0 0 0 40px;
  margin-bottom: 18px;
}

ul.lisitnExit li.firstIcon {
  background-position: 0 0;
}

ul.lisitnExit li.secondIcon {
  background-position: 0 -45px;
}

ul.lisitnExit li.thirdIcon {
  background-position: 0 -88px;
}

.disclaimerExit {
  font-size: 10px;
  width: 380px;
}

.buttonExit {
  width: 320px;
  height: 56px;
  border-radius: 4px;
  background: #0065ff;
  color: #fff;
  text-align: center;
  margin: 20px 0 32px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/**
* ==============================================
* Dot Pulse
* ==============================================
*/
.stage {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 15px;
  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;
}
.stage .dot-pulse {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a1d7bb;
  color: #a1d7bb;
  -webkit-box-shadow: 9999px 0 0 -5px #a1d7bb;
          box-shadow: 9999px 0 0 -5px #a1d7bb;
  -webkit-animation: dotPulse 1.5s infinite linear;
          animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.stage .dot-pulse::before, .stage .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a1d7bb;
  color: #a1d7bb;
}
.stage .dot-pulse::before {
  -webkit-box-shadow: 9984px 0 0 -5px #a1d7bb;
          box-shadow: 9984px 0 0 -5px #a1d7bb;
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
          animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.stage .dot-pulse::after {
  -webkit-box-shadow: 10014px 0 0 -5px #a1d7bb;
          box-shadow: 10014px 0 0 -5px #a1d7bb;
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
          animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #a1d7bb;
            box-shadow: 9984px 0 0 -5px #a1d7bb;
  }
  30% {
    -webkit-box-shadow: 9984px 0 0 2px #a1d7bb;
            box-shadow: 9984px 0 0 2px #a1d7bb;
  }
  60%, 100% {
    -webkit-box-shadow: 9984px 0 0 -5px #a1d7bb;
            box-shadow: 9984px 0 0 -5px #a1d7bb;
  }
}

@keyframes dotPulseBefore {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #a1d7bb;
            box-shadow: 9984px 0 0 -5px #a1d7bb;
  }
  30% {
    -webkit-box-shadow: 9984px 0 0 2px #a1d7bb;
            box-shadow: 9984px 0 0 2px #a1d7bb;
  }
  60%, 100% {
    -webkit-box-shadow: 9984px 0 0 -5px #a1d7bb;
            box-shadow: 9984px 0 0 -5px #a1d7bb;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #a1d7bb;
            box-shadow: 9999px 0 0 -5px #a1d7bb;
  }
  30% {
    -webkit-box-shadow: 9999px 0 0 2px #a1d7bb;
            box-shadow: 9999px 0 0 2px #a1d7bb;
  }
  60%, 100% {
    -webkit-box-shadow: 9999px 0 0 -5px #a1d7bb;
            box-shadow: 9999px 0 0 -5px #a1d7bb;
  }
}
@keyframes dotPulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #a1d7bb;
            box-shadow: 9999px 0 0 -5px #a1d7bb;
  }
  30% {
    -webkit-box-shadow: 9999px 0 0 2px #a1d7bb;
            box-shadow: 9999px 0 0 2px #a1d7bb;
  }
  60%, 100% {
    -webkit-box-shadow: 9999px 0 0 -5px #a1d7bb;
            box-shadow: 9999px 0 0 -5px #a1d7bb;
  }
}
@-webkit-keyframes dotPulseAfter {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #a1d7bb;
            box-shadow: 10014px 0 0 -5px #a1d7bb;
  }
  30% {
    -webkit-box-shadow: 10014px 0 0 2px #a1d7bb;
            box-shadow: 10014px 0 0 2px #a1d7bb;
  }
  60%, 100% {
    -webkit-box-shadow: 10014px 0 0 -5px #a1d7bb;
            box-shadow: 10014px 0 0 -5px #a1d7bb;
  }
}
@keyframes dotPulseAfter {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #a1d7bb;
            box-shadow: 10014px 0 0 -5px #a1d7bb;
  }
  30% {
    -webkit-box-shadow: 10014px 0 0 2px #a1d7bb;
            box-shadow: 10014px 0 0 2px #a1d7bb;
  }
  60%, 100% {
    -webkit-box-shadow: 10014px 0 0 -5px #a1d7bb;
            box-shadow: 10014px 0 0 -5px #a1d7bb;
  }
}
.age-group-plan > p {
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .age-group-plan .top_disclaimer_calc, .age-group-plan .top_disclaimer {
    margin: 0 auto;
    padding: 0px 15px;
    display: block;
    line-height: 18px;
  }
}
.age-group-plan .age-group-wrapper {
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  padding: 20px;
  border-top: 4px solid #57D9A3;
  background: #fff;
  margin: 20px auto;
}
@media only screen and (max-width: 1024px) {
  .age-group-plan .age-group-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.age-group-plan .age-group-wrapper .age-group-heading {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}
.age-group-plan .age-group-wrapper .age-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .age-group-plan .age-group-wrapper .age-group-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row .age-group-col {
    margin-right: 0;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col:last-child {
  margin-right: 0;
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col:nth-of-type(1) {
  width: 162px;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row .age-group-col:nth-of-type(1) {
    width: 100%;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col:nth-of-type(2) {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row .age-group-col:nth-of-type(2) {
    width: 100%;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col:nth-of-type(3) {
  width: 226px;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row .age-group-col:nth-of-type(3) {
    width: 100%;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-img-wrapper {
  width: 162px;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-img-wrapper {
    width: 100%;
    display: none;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-img-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box {
  width: 226px;
  height: 180px;
  background: #E3FCEF;
  border: 1px dashed #57D9A3;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box {
    width: 100%;
  }
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box .age-group-price-details {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box .age-group-price-details .age-group-price-starting {
  color: #00875A;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: initial;
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box .age-group-price-details .age-group-price-overall {
  color: #00875A;
  font-size: 30px;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
  line-height: initial;
  margin-top: 5px;
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box .age-group-price-details .age-group-price-overall span {
  display: inline-block;
  white-space: nowrap;
}
.age-group-plan .age-group-wrapper .age-group-row .age-group-col .age-group-price-box .age-group-price-details .age-group-price-overall span small {
  font-size: 18px;
}
.age-group-plan .age-group-wrapper .age-group-plan-field {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-plan-field {
    width: 100%;
  }
}
.age-group-plan .age-group-wrapper .age-group-plan-field:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-plan-field:last-child {
    margin-bottom: 20px;
  }
}
.age-group-plan .age-group-wrapper .age-group-plan-field .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: normal;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control::placeholder, .age-group-plan .age-group-wrapper .age-group-plan-field .input-group .symbol, .age-group-plan .age-group-wrapper .age-group-plan-field .form-control::-webkit-input-placeholder,
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control::-moz-placeholder, .age-group-plan .age-group-wrapper .age-group-plan-field .form-control:-ms-input-placeholder, .age-group-plan .age-group-wrapper .age-group-plan-field .form-control:-moz-placeholder, .age-group-plan .age-group-wrapper .age-group-plan-field .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: normal;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0px 13px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #5E6C84;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  font-size: 14px;
  color: #5E6C84;
  font-weight: 500;
  line-height: initial;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .age-group-plan .age-group-wrapper .age-group-plan-field .form-control {
    width: 100%;
  }
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control:focus {
  line-height: initial;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-floating {
  position: relative;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-floating .err {
  font-size: 10px;
  color: #d60404;
  position: absolute;
  bottom: -20px;
  top: auto;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #5E6C84;
  font-size: 14px;
  padding: 0px 5px;
  font-weight: 400;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: scale(0.85) translateY(15px) translateX(10px);
          transform: scale(0.85) translateY(15px) translateX(10px);
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-floating > label.removed {
  -webkit-transform: scale(0.85) translateY(-15px) translateX(10px);
          transform: scale(0.85) translateY(-15px) translateX(10px);
}
.age-group-plan .age-group-wrapper .age-group-plan-field .age-group-plan-btn {
  background-color: #0065FF;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  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;
  color: #fff;
  cursor: pointer;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control.custome-icon {
  background-repeat: no-repeat;
  background-position: 10px 25px;
  background-size: 20px 13px;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .form-control.custome-icon.right {
  padding-right: 30px;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .input-group .symbol {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  color: #253858;
  font-style: unset;
  font-weight: 400;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .input-group .symbol.right {
  right: 17px;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .input-group .symbol .arrow {
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
}
.age-group-plan .age-group-wrapper .age-group-plan-field .input-group .symbol .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .all-segments-wrapper {
    display: block;
    margin: 0 auto;
    width: 94%;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper {
  background: #F5F9FF;
  border: 1px solid #DEEBFF !important;
  border-radius: 16px;
  width: 100%;
  margin: 40px 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .curve-intersect {
  background: url("../../../images/bu/health/curve-intersect.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 183px;
  height: 131px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .curve-intersect {
    display: block;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .curve-bottom-half {
  background: url("../../../images/bu/health/curve-bottom-half.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 108px;
  height: 54px;
  position: absolute;
  left: 60px;
  bottom: 0;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .curve-bottom-half {
    display: none;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .curve-small-rounded {
  background: url("../../../images/bu/health/curve-small-rounded.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 120px;
  bottom: 20px;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .curve-small-rounded {
    display: none;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .curve-half-left {
  background: url("../../../images/bu/health/curve-half-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 25px;
  position: absolute;
  right: 0px;
  bottom: 150px;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .curve-half-left {
    display: none;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper h2, .all-segments-wrapper .all-segments.expertAdviceWrapper .heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #172B4D;
  margin: 6px 0 20px;
}
@media only screen and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper h2, .all-segments-wrapper .all-segments.expertAdviceWrapper .heading {
    margin: 0;
  }
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper h2, .all-segments-wrapper .all-segments.expertAdviceWrapper .heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans {
  width: min(100%, 296px);
  height: 48px;
  background: #FF5630;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 500;
  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 10px;
  cursor: pointer;
  color: #fff;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .more, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .more {
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 0 7px;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .close, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .close {
  height: 14px;
  width: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  right: -3px;
  top: 1px;
  text-indent: -9999999px;
}
@media only screen and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .close, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .close {
    cursor: none;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .close::after, .all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .close::before, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .close::after, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .close::before {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  position: absolute;
  left: 63%;
  top: 50%;
  background: #fff;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .close::after, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .showMoreHealth .close::before, .all-segments-wrapper .all-segments.expertAdviceWrapper .viewplans .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner {
  margin: 16px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media only screen and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 47%;
          flex: 1 1 47%;
  margin: 0px 0 32px;
  margin-right: 3%;
  position: relative;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 0%;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert:nth-child(2) {
  margin-right: 0%;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert:nth-child(4) {
  margin-right: 0%;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert:last-child::after {
  display: none;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert.last {
    margin-bottom: 0;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert.last::after {
  display: none;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert::after {
  height: 1.5px;
  background: #DFE1E6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert::after {
    content: "";
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .iconsExpert {
  width: 148px;
  max-width: 48px;
  min-width: auto;
  max-height: 48px;
  margin: 0 12px 0 0;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .iconsExpert {
    width: 91px;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #172B4D;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #505F79;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.014em;
    color: #505F79;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent p,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent p {
  margin: 0px;
}
@media only screen and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent {
    margin-right: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent {
    margin-right: 24px;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent span,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent span {
  color: #2A63F6;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent span,
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_more_conent span {
    display: block;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent {
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media (max-width: 667px) {
  .all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent {
    margin-bottom: 15px;
  }
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .text_conent .more_content {
  display: inline;
}
.all-segments-wrapper .all-segments.expertAdviceWrapper .expertAdviceInner .innerExpert .more_content {
  color: #2A63F6;
  font-size: 14px;
  cursor: pointer;
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .showForm {
    margin: 0 auto 0%;
    width: calc(100% - 32px);
    padding-bottom: 20px;
  }
  .showForm .user_details {
    margin: 0 auto;
    width: 100%;
  }
}
.artcle_right_panel .supplier_icon, .artcle_right_panel .allCalc, .artcle_right_panel .allimg {
  background-image: url(../../../images/bu/sprite_landing@2x.png?v=1009) !important;
}

.contentWrapper > div:first-child {
  float: left;
  width: calc(70% - 40px);
}
@media only screen and (max-width: 1024px) {
  .contentWrapper > div:first-child {
    width: 100%;
  }
}

a, a:active, a:focus {
  outline: 0;
}

a {
  cursor: pointer;
  color: #0065ff;
}

*, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.articleWrapper {
  color: #253858;
  line-height: 1.5;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .mobile_hide {
    display: none;
  }
  .mobile_hide.mobile_show {
    display: block !important;
  }
  .topContentBox p .extraText.showcontent {
    display: inline;
  }
  #policybazaar {
    width: 100% !important;
  }
  .grid {
    height: 100%;
    width: 100%;
  }
  .grid.bg-gray {
    background: #f4f5f7;
  }
  .block_content_wrapper {
    background: #fff !important;
    padding: 16px;
    margin-bottom: 20px !important;
    border-top: solid 0.8px rgba(23, 43, 77, 0.2) !important;
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2) !important;
    width: 100%;
  }
}
.perosnalBlockInsurer, .popular_article {
  visibility: hidden;
}
.perosnalBlockInsurer.animateShow, .popular_article.animateShow {
  visibility: visible;
}

.breadcrumbinner {
  background: #fff;
}
.breadcrumbinner ul.breadcrumb {
  padding: 10px 0px;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbinner ul.breadcrumb {
    width: 100%;
    border: none;
    margin-bottom: 0px;
    padding: 10px 15px;
    background: #f4f5f7;
  }
}
.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}
@media screen and (max-width: 440px) {
  .breadcrumbinner ul.breadcrumb li {
    font-size: 10px;
  }
}
.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}
.breadcrumbinner ul.breadcrumb li.active {
  display: inline-block !important;
}
.breadcrumbinner ul.breadcrumb li a {
  color: #0065FF;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}
.breadcrumbinner ul.breadcrumb li:first-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .popular_article .reviewbox .slick-prev, .popular_article .reviewbox .slick-next {
    top: -44px;
  }
}
.tabsWrapper {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  span.top_disclaimer {
    line-height: 18px;
    margin: 16px;
    display: block;
  }
}
.logo-with-image {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-with-image img {
  width: auto;
  height: 35px;
  margin: 0px !important;
}

.logo-widget {
  background: url(../../../images/bu/widget-logo.png) center no-repeat;
}

.webp .logo-widget {
  background: url(../../../images/bu/widget-logo.png) center no-repeat;
}

.no-webp .logo-widget {
  background: url(../../../images/bu/widget-logo.png) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-size: 100% !important;
  background-position: 0 0;
  margin-top: 6px;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0px;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1525px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -192px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon,
.widget-insurer-logo.hdfc_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon {
  background-position: 0 -433px;
}

.widget-insurer-logo.kotak_mahindra_general_icon {
  background-position: 0 -471px;
}

.widget-insurer-logo.new_india_assurance_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_insurance_general_icon {
  background-position: 0 -619px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -669px;
}

.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -746px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_capital_general_icon {
  background-position: 0 -819px;
}

.widget-insurer-logo.hdfc_ergo_health_general_icon {
  background-position: 0 -1304px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.icici_prudential_general_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.manipalcigna-general_icon {
  background-position: 0 -1707px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.max_bupa_life_icon,
.widget-insurer-logo.max_bupa_health_insurance_icon {
  background-position: 0 -1377px;
}

.widget-insurer-logo.raheja_qbe_general_icon,
.widget-insurer-logo.raheja_qbe_insurance_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_life_icon,
.widget-insurer-logo.religare_health_general_icon {
  background-position: 0 -1447px;
}

.widget-insurer-logo.star_health_life_icon,
.widget-insurer-logo.star_health_general_icon {
  background-position: 0 -1486px;
}

@media screen and (max-width: 500px) {
  .tabsWrapper {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  #cover_top_plan .hide-mobile {
    display: none;
  }
}
#cover_top_plan .hide-desktop {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .hide-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#cover_top_plan .planHeading {
  font-size: 18px;
  color: #253858;
  margin-bottom: 1rem;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .planHeading {
    font-size: 16px;
  }
}
#cover_top_plan .planHeading span {
  color: #0065FF;
}
#cover_top_plan .tabs.health_tab {
  border: none;
}
#cover_top_plan .tabs.health_tab ul li {
  margin-right: 1rem;
}
#cover_top_plan .tabs.health_tab ul li:last-child {
  margin-right: 0;
}
#cover_top_plan .tabs.health_tab ul li a {
  padding-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
}
#cover_top_plan .tabs.health_tab ul li a::after {
  content: "";
}
#cover_top_plan .tabs.health_tab ul li.active {
  color: #0065FF;
}
#cover_top_plan .tabs.health_tab ul li.active a {
  border: 1px solid #0065FF;
}
#cover_top_plan .tabs.health_tab ul li.active a::after {
  content: "";
  position: static;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans {
    white-space: inherit;
    overflow: inherit;
  }
}
#cover_top_plan .tabsDetails.top_plans .card {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  float: right;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .ribbons {
    float: left;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #E3FCEF;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  color: #36B37E;
  padding: 3px 10px 3px 20px;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a {
    padding: 3px 20px 3px 10px;
    margin-bottom: 10px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a span {
  padding: 10px;
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a::before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a::before {
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body {
  padding: 16px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .logo_top {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .logo_top {
    margin-right: 16px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .titleh6 div {
  color: #253858;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .titleh6 div {
    display: block;
    font-size: 14px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .titleh6 span {
  color: #7A869A;
  font-size: 14px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .featuresBlock {
  padding-bottom: 0;
  width: auto;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .featuresBlock .featuresIcon {
  display: none;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .featuresBlock .featuresIcon::before {
  display: none;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 5px;
  width: 24%;
  color: #7A869A;
  font-size: 12px;
  border: 1px solid #DFE1E6;
  border-radius: 5px;
  text-align: center;
  margin: 0 12px 0 0px;
  line-height: 16px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p:last-child {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p {
    padding: 3px 3px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p {
    margin-bottom: 10px;
    width: auto;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .allFeatures {
  background-color: #E3FCEF;
  color: #0065FF;
  padding: 2px 10px;
  border: 1px solid #e3fcef;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  width: auto;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .allFeatures b {
  margin-right: 3px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .allFeatures {
    margin-bottom: 10px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter div {
  color: #7A869A;
  font-size: 12px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter div span {
  display: block;
  color: #253858;
  font-size: 16px;
  font-weight: 600;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter div:first-child {
  padding-right: 15px;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .more_less.card.up .seeMorePlans:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 15px;
  }
}
#cover_top_plan .tabsDetails.top_plans .more_less.card {
  background: transparent;
  border: none;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: -27px;
}
#cover_top_plan .tabsDetails.top_plans .more_less.card.up .seeMorePlans::after {
  top: 0px !important;
}
#cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  padding-right: 25px;
  border-radius: 20px;
  position: relative;
  width: auto;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans {
    font-size: 12px;
    position: relative;
  }
}
#cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans::after {
  position: relative;
  right: -10px;
  top: -2px;
  border-color: #0663f6;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans::after {
    content: "";
    border: solid #0663f6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar {
  padding: 10px 15px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar {
    padding: 10px 15px 15px;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn:before {
  content: "";
  border-top: 0.5px solid #dfe1e6;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn:before {
    left: -15px;
    right: -15px;
    top: -6px;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: initial;
  position: relative;
  margin-right: auto;
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price {
    margin-left: 0;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price > span {
  font-size: 12px;
  color: #7A869A;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price {
    text-align: left;
    font-size: inherit;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price strong {
  font-size: 16px;
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn > span {
  display: block;
  color: #7A869A;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn > span {
    display: block;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .btnCheckPremium {
  border-radius: 8px;
  text-transform: inherit;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .btnCheckPremium {
    width: 150px;
    min-width: 130px;
    font-size: 13px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 440px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .btnCheckPremium {
    width: 150px;
    min-width: 150px;
  }
}

#cover_top_plan .container section {
  padding: 0;
}

.planHeading {
  font-size: 18px;
  color: #253858;
  margin-bottom: 1rem;
}
@media screen and (max-width: 560px) {
  .planHeading {
    font-size: 16px;
  }
}
.planHeading span {
  color: #0065FF;
}

#cover_top_plan > input[type=radio] {
  position: absolute;
  left: -200vw;
}

#cover_top_plan .tabsDetails.top_plans {
  display: block;
}

#cover_top_plan .tab-panel {
  display: none;
  padding: 0;
  margin-top: 1.5rem;
  background-color: transparent;
  background: transparent;
}

#cover_top_plan > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
#cover_top_plan > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
#cover_top_plan > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
#cover_top_plan > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
#cover_top_plan > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
#cover_top_plan > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

#cover_top_plan > label {
  position: relative;
  display: inline-block;
  padding: 5.5px 20px;
  background: #fff;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  border-radius: 100px;
  margin-right: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan > label {
    padding: 7px 10px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #cover_top_plan > label {
    margin-right: 0px;
    font-size: 13px;
  }
}

#cover_top_plan > label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

#cover_top_plan > label:hover,
#cover_top_plan > input:focus + label {
  color: #06c;
}

#cover_top_plan > label:hover::after,
#cover_top_plan > input:focus + label::after,
#cover_top_plan > input:checked + label::after {
  border: 1px solid #0065FF;
  color: #0065FF;
  border-radius: 20px;
}

#cover_top_plan > input:checked + label {
  color: #0065FF;
}

*[lang$=IN] .artcle_left_panel .tabsWrapper #cover_top_plan .featuresActionBar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.show-more-less-content .health-read-more, .show-more-less-content .read-more {
  margin-top: 0;
}

.more_less.card.up .seeMorePlans:after {
  top: 20px !important;
}

.tabsWrapper {
  background: #f1f3f5;
  border-radius: 8px;
  padding: 16px;
  height: 760px;
  width: 100%;
  margin-bottom: 0px;
  color: #253858;
}
.tabsWrapper.fitContainer {
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  .tabsWrapper {
    height: auto;
    border-top: solid 0.8px rgba(23, 43, 77, 0.2);
    background: #edeff1;
    padding: 16px;
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2);
    border-right: none;
    border-left: none;
    display: block !important;
    border-radius: 0px;
  }
  .tabsWrapper.noneContainer {
    display: none !important;
  }
  .tabsWrapper.fitContainer {
    height: auto;
  }
}
.tabsWrapper .tabs {
  border-bottom: 1px solid rgba(23, 43, 77, 0.1);
  margin-bottom: 20px;
}
.tabsWrapper .tabs ul {
  font-size: 0;
}
.tabsWrapper .tabs ul li {
  display: inline-block;
  position: relative;
}
.tabsWrapper .tabs ul li:last-child {
  margin-right: 0;
}
.tabsWrapper .tabs ul li a {
  font-size: 16px;
  color: #253858;
  text-transform: uppercase;
  padding-bottom: 13px;
  display: inline-block;
  font-weight: 400;
  position: relative;
}
.tabsWrapper .tabs ul li.active a {
  color: #0065ff;
  font-weight: 500;
}
.tabsWrapper .tabs ul li.active a:after {
  content: "";
  height: 3px;
  background: #0065ff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.tabsDetails {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .tabsDetails {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.tabsDetails .titleh6 {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  padding-right: 85px;
}
@media only screen and (max-width: 1024px) {
  .tabsDetails .titleh6 {
    padding: 15px 0;
  }
}
.tabsDetails .card {
  overflow: hidden;
  border-radius: 8px !important;
  padding: 0px 16px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(37, 56, 88, 0.08);
  box-shadow: 0 2px 4px 0 rgba(37, 56, 88, 0.08);
  border: none !important;
  position: relative;
  margin-bottom: 16px;
}
.tabsDetails .card .tag_tabs {
  background: #eef0f2;
  display: inline-block;
  border-radius: 25px;
  padding: 1px 12px;
  font-size: 12px;
  color: #253858;
  position: absolute;
  right: 16px;
  top: 11px;
}
@media only screen and (max-width: 1024px) {
  .tabsDetails .card .tag_tabs {
    position: inherit;
    right: 0;
    top: 0;
    margin: 10px 0 10px 0px;
  }
}
.tabsDetails .card .insurer_card_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 22px;
}
.tabsDetails .card .insurer_card_top .logo_top {
  width: 110px;
}
.tabsDetails .card .insurer_card_top .titleh6 {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  padding-right: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.5;
}
.tabsDetails .card .insurer_card_top .titleh6 span {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .tabsDetails .card .insurer_card_top .titleh6 {
    font-size: 18px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .tabsDetails .card {
    height: 480px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: normal;
    height: 440px;
    position: relative;
    margin-right: 15px !important;
    max-width: 293px;
  }
  .tabsDetails .card .insurer_card_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .tabsDetails .card .insurer_card_top .titleh6 {
    color: #253858;
    font-size: 16px;
    font-weight: 500;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
    position: relative;
    padding-top: 10px;
    padding-left: 0;
  }
  .tabsDetails .card .insurer_card_top + .tag_tabs {
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 10px 0 10px 0px;
  }
}
@media only screen and (max-width: 360px) {
  .tabsDetails .card {
    height: 450px;
  }
}

.planFeatures {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.planFeatures .featuresBlock {
  font-size: 14px;
  color: rgba(23, 43, 77, 0.8);
  font-weight: 400;
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}
.planFeatures .featuresBlock i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f4f5f7;
  text-align: center;
  display: block;
  float: left;
}
.planFeatures .featuresBlock i + div {
  float: left;
  width: calc(100% - 36px - 10px);
  margin-left: 10px;
  color: #253858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.planFeatures .featuresBlock p {
  color: #253858;
  font-weight: 500;
  margin-bottom: 3px;
}
.planFeatures .featuresBlock .featuresIcon {
  position: relative;
}
.planFeatures .featuresBlock .featuresIcon::before {
  content: "";
  background: url(../../../images/articles/health/svg/featuresimgsprite.svg) no-repeat -209px -59px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 250px;
}
@media only screen and (max-width: 1024px) {
  .planFeatures {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .planFeatures .featuresBlock {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    padding-right: 0;
    padding: 0;
  }
}

.featuresActionBar {
  margin: 25px 0 20px auto;
}
@media only screen and (max-width: 1024px) {
  .featuresActionBar {
    margin-top: 0;
    width: 90%;
    position: absolute;
    bottom: 20px;
    margin: 0px;
  }
}
.featuresActionBar .priceBtn {
  float: right;
  margin: 0;
}
.featuresActionBar .priceBtn .price {
  display: inline-block;
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 20px;
}
.featuresActionBar .priceBtn .price span {
  display: block;
  font-size: 14px;
  color: #253858;
  font-weight: 400;
}
.featuresActionBar .priceBtn .btnCheckPremium {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 10px 12px;
  width: 191px;
  border: solid 1px #f35023;
  text-transform: uppercase;
  border-radius: 4px;
  background: #f35023;
  color: #fff;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0px;
}
@media only screen and (max-width: 1024px) {
  .featuresActionBar .priceBtn {
    float: right;
    margin: 0px;
    float: initial;
    text-align: center;
  }
  .featuresActionBar .priceBtn .price {
    margin: 0px;
  }
  .featuresActionBar .priceBtn .btnCheckPremium {
    margin: 20px auto 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .moreCard.all {
    display: inline;
  }
}
.more_less.card {
  position: absolute;
  border-radius: 70px;
  left: 0;
  right: 0;
  max-width: 170px;
  border-radius: 20px !important;
  margin: 0 auto !important;
  position: absolute;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  bottom: -25px;
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.more_less.card .seeMorePlans {
  padding: 8px 20px 8px 20px;
  color: #0663f6;
}
.more_less.card .seeMorePlans:after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 14px;
}
@media only screen and (max-width: 1024px) {
  .more_less.card .seeMorePlans:after {
    display: none;
  }
}
.more_less.card.up .seeMorePlans:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 17px;
}
@media only screen and (max-width: 1024px) {
  .more_less.card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 291px;
    position: relative;
  }
}

.mb-20 {
  margin-bottom: 20px;
  margin-top: 0px;
}

/**********Top Banner**********/
.topBanner {
  padding-bottom: 20px;
  position: relative;
  background: -o-linear-gradient(top, rgba(222, 235, 255, 0.4) 0, rgba(222, 235, 255, 0.4) 70%, rgba(222, 235, 255, 0.8) 70%, rgba(222, 235, 255, 0.8) 100%);
  background: radial-gradient(circle at 36% 35%, #f6faff, #e1edff);
}
.topBanner.spNo {
  padding: 0px;
  height: 0px;
}
.topBanner.topBannerSenior {
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 8px;
  padding-right: 0;
}
.topBanner.topBannerSenior.fullbox {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.topBanner.topBannerSenior.fullbox .container {
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .topBanner.topBannerSenior {
    border-radius: 0;
    background: #fff;
    padding-bottom: 0;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .topBanner.topBannerSenior.fullbox {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background: #f4f5f7 !important;
    padding-top: 18px !important;
  }
  .topBanner.topBannerSenior.fullbox .container {
    margin: 0px auto;
  }
}
.topBanner .container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  margin-right: 10px;
}
.topBanner .container.buTopContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .topBanner .container {
    margin-right: 0px;
    max-width: 100%;
  }
  .topBanner .container.buTopContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topBanner .container.buTopContainer.colReverse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topBanner .container.buTopContainer.colReverse .showForm {
    width: 100%;
  }
  .topBanner .container.buTopContainer.colReverse .quotesBoxWrapper {
    width: calc(100% - 32px);
    margin: 0 16px 16px !important;
    display: block;
    padding-top: 0 !important;
    max-width: 100%;
  }
  .topBanner .container.buTopContainer.colReverse .quotesBoxWrapper .back-step {
    margin-top: 16px;
  }
  .topBanner .container.buTopContainer.colReverse .floatingLeadForm .quotesBoxWrapper {
    width: 90%;
    margin: 0 auto !important;
  }
  .topBanner .container.buTopContainer.colReverse .heading-main {
    font-size: 14px;
    margin: 16px 0 16px;
    position: relative;
  }
  .topBanner .container.buTopContainer.colReverse .heading-main span {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
  }
  .topBanner .container.buTopContainer.colReverse .heading-main::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #f8e71c;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  .topBanner .container.buTopContainer.colReverse .heading-in {
    font-size: 18px;
  }
  .topBanner .container.buTopContainer.colReverse .heading-in span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .topBanner .container.buTopContainer.colReverse .heading-in::after {
    display: none;
  }
  .topBanner .container .box-form {
    margin: 20px auto;
    width: calc(100% - 32px);
  }
}
.topBanner .container .insurerDetails {
  margin-top: 0;
  float: left;
  width: 670px;
  margin-left: 38px;
}
.topBanner .container .quotesBoxWrapper {
  max-width: 390px;
  min-height: 317px;
  float: right;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
  margin-top: 32px;
  padding: 20px 35px 10px;
  margin-top: 20px !important;
  padding: 14px 22px 10px !important;
}
.topBanner .container .quotesBoxWrapper .disError {
  font-size: 12px;
  color: #f00;
}
.topBanner .container .quotesBoxWrapper.wrapperSenior {
  margin-top: 20px !important;
  padding: 14px 22px 10px !important;
}
@media screen and (max-width: 1024px) {
  .topBanner .container .quotesBoxWrapper.wrapperSenior {
    margin-top: 0 !important;
    max-width: 100%;
    width: 100%;
  }
}
.topBanner .container .quotesBoxWrapper .heading-main {
  margin: 0 0 15px 0;
  line-height: 28px;
  position: relative;
  font-size: 20px;
  color: #253858;
  letter-spacing: 0.24px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1024px) {
  .topBanner .container .quotesBoxWrapper .heading-main {
    font-size: 14px;
    margin: 0 0 16px;
    position: relative;
  }
  .topBanner .container .quotesBoxWrapper .heading-main::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #f8e71c;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
}
.topBanner .container .quotesBoxWrapper .heading-main span {
  font-size: 16px;
  letter-spacing: 0.16px;
  display: block;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .topBanner .container .quotesBoxWrapper .heading-main span {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
  }
}
.topBanner .container .quotesBoxWrapper .terms_text {
  font-size: 12px;
  color: rgba(23, 43, 77, 0.8);
  text-align: center;
  margin-top: -10px;
}
.topBanner .container .insurer-bu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 603px;
  margin: 0 auto 0;
}
.topBanner .container .insurer-bu .h1 {
  font-size: 24px;
  font-weight: 400;
  color: #253858;
  line-height: 44px;
  margin-left: 20px;
  letter-spacing: 0.036em;
}
.topBanner .container .insurer-bu .h1 span {
  font-size: 24px;
}
@media only screen and (max-width:768px) {
  .topBanner .container .insurer-bu .h1 {
    line-height: 36px;
  }
}

.field_wrapper {
  margin-bottom: 15px;
  width: 100%;
}
.field_wrapper .field_wrapper_family {
  height: calc(100% - 160px);
  overflow: auto;
  padding: 0 4px;
  position: relative;
  margin: 0 20px 0 0;
}
.field_wrapper .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.field_wrapper .box-container > .field_container {
  background-color: #fff;
  height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  color: #212121;
  position: relative;
  border: solid 1px rgba(37, 56, 88, 0.2);
  width: calc(60% - 10px);
  margin-right: 10px;
}
.field_wrapper .box-container.kids {
  display: block;
}
.field_wrapper .box-container.kids > .field_container {
  width: 100%;
  margin-right: 0;
}
.field_wrapper .box-container .select_box_width {
  width: 43%;
}
.field_wrapper .box-container .checklist_daughter, .field_wrapper .box-container .checklist_son {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 12px;
  width: 115px;
  height: 48px;
}
.field_wrapper .box-container .checklist_daughter .count-child, .field_wrapper .box-container .checklist_son .count-child {
  width: 24px;
  height: 24px;
  border: solid 1px #b3bac5;
  line-height: 22px;
  color: #b3bac5;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 0;
}
.field_wrapper .box-container .checklist_daughter .count-child.active, .field_wrapper .box-container .checklist_son .count-child.active {
  border: solid 1px #253858;
  color: #253858;
}
.field_wrapper .box-container .checklist_daughter .count-child-up, .field_wrapper .box-container .checklist_son .count-child-up {
  right: 15px;
  left: inherit;
}
.field_wrapper .box-container .checklist_daughter .input_kid, .field_wrapper .box-container .checklist_daughter .input_kid, .field_wrapper .box-container .checklist_son .input_kid, .field_wrapper .box-container .checklist_son .input_kid {
  width: 36px;
  height: 24px;
  border: 1px solid #979797;
  top: 12px;
  left: 32px;
  position: absolute;
  border-radius: 4px;
  font-size: 14px;
  color: #979797;
  text-align: center;
  line-height: 22px;
}
.field_wrapper .box-container .input_box.red_border {
  border: 1px solid #f00;
}
.field_wrapper .box-container .kids_box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 10px;
  height: 48px;
}
.field_wrapper .box-container .kids_box-container .field_container {
  font-size: 14px;
  color: #212121;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding-left: 13px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  width: 55%;
  line-height: 48px;
  margin-right: 10px;
}
.field_wrapper .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field_wrapper .checkbox label {
  position: relative;
  height: 50px;
  width: 100%;
}
.field_wrapper .checkbox label input[type=checkbox] + span {
  width: 100%;
  height: 48px;
  padding: 10px 10px 10px 40px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  font-style: normal;
}
.field_wrapper .checkbox label input[type=checkbox] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 15px;
  border: 1px solid #b3bac5;
}
.field_wrapper .checkbox label input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.field_wrapper .checkbox label input[type=checkbox]:checked + span {
  border: 1px solid transparent;
  color: #253858;
}
.field_wrapper .checkbox label input[type=checkbox]:checked + span::before {
  content: "";
  background: #0065ff;
  border: 1px solid #0065ff;
}
.field_wrapper .checkbox label input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 16px;
  top: 19px;
}

.field_wrapper_ped {
  width: 100%;
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.field_wrapper_ped .label_ques {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.field_wrapper_ped .err_ped {
  color: red;
  font-size: 11px;
  margin: 10px 0 10px;
}
.field_wrapper_ped .label {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  padding: 0 0 16px 0;
  margin: 0;
}
.field_wrapper_ped .radio_box_wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner {
  position: relative;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner .input-checkbox {
  -webkit-appearance: none;
  outline: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #5e6c84;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 16px;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner .input-checkbox:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner .input-checkbox:checked:before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 3px;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: solid 1px rgba(37, 56, 88, 0.2);
  padding: 11px 11px 11px 46px;
  margin: 0 0 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  min-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #253858;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner input + label span {
  font-size: 14px;
  font-weight: 400;
  color: #505f79;
  margin-top: 2px;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner input + label span::before {
  display: none;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner input:checked + label {
  border-color: #0065ff;
  color: #0065ff;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner .input-radio {
  -webkit-appearance: none;
  outline: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #5e6c84;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 16px;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner .input-radio:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}
.field_wrapper_ped .radio_box_wrapper .radio_box_inner .input-radio:checked:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-top: 20px;
}
.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: 0px;
}
.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: 0px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
  box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
}
.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}
.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}
.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #36b37e;
  box-shadow: 0 0 1px #36b37e;
}

.loader_btn {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.topBannerCalculate {
  background: #e8f2ff;
  width: 105.2%;
  margin: 0px -2.6%;
}
.topBannerCalculate .topBannerCalculateInner {
  width: 916px;
  margin: 0 auto;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBannerCalculate .imgBgCalc {
  height: 220px;
  position: absolute;
  top: 25px;
  right: 0;
  width: 312px;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .topBannerCalculate .imgBgCalc {
    background-size: 250px;
    right: 80px;
    width: 252px;
    height: 220px;
    top: -5px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 320px) {
  .topBannerCalculate .imgBgCalc {
    right: -6px;
    background-size: 140px 125px;
    bottom: 0;
  }
}
.topBannerCalculate .line1Cal {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 1024px) {
  .topBannerCalculate .line1Cal {
    font-size: 22px;
    margin: 0 40px 8px 0;
  }
}
.topBannerCalculate .line1Ca2 {
  font-size: 22px;
  margin: 0 160px 16px 0;
}
@media screen and (max-width: 640px) {
  .topBannerCalculate .line1Ca2 {
    font-size: 18px;
    margin: 0 0 28px;
    width: 200px;
  }
}
.topBannerCalculate .line1CalButton {
  background: #0065ff;
  border-radius: 8px;
  width: 230px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  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;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .topBannerCalculate .line1CalButton {
    width: 155px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .topBannerCalculate .line1CalButton {
    position: relative;
    z-index: 10;
  }
}
.topBannerCalculate .firstBoxA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .topBannerCalculate {
    width: 100%;
    margin: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topBannerCalculate .topBannerCalculateInner {
    width: 100%;
    padding: 16px;
    height: 220px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topBannerCalculate .imgBgCalc {
    height: 145px;
    top: inherit;
    right: 15px;
    width: 210px;
    bottom: 16px;
  }
}
@media only screen and (max-width: 440px) {
  .topBannerCalculate .imgBgCalc {
    height: 145px;
    top: inherit;
    right: 15px;
    width: 150px;
    bottom: 16px;
  }
}

/**********End Top Banner**********/
.text-cover.for-ind:after {
  content: " for Individual";
}

.artcle_left_panel {
  width: 758px;
  float: left;
  color: #253858;
  /*left section close*/
  /* Language widget */
  /* Language widget */
}
.artcle_left_panel p {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: left;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}
.artcle_left_panel h1 {
  font-size: 36px;
  letter-spacing: 0.036em;
  line-height: 54px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
}
.artcle_left_panel h2, .artcle_left_panel h2 strong {
  margin-top: 0;
  text-align: left !important;
  font-size: 24px;
  letter-spacing: 0.03em !important;
  line-height: 36px;
  font-weight: 600;
}
.artcle_left_panel .trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.artcle_left_panel .trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.artcle_left_panel .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: 0px;
  border-bottom: 0px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .artcle_left_panel .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0px;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.artcle_left_panel .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) {
  .artcle_left_panel .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .artcle_left_panel .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.artcle_left_panel .trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7A869A;
  opacity: 0.6 !important;
  background: #7A869A;
  border-radius: 100%;
}
.artcle_left_panel .trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}
.artcle_left_panel .trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}
.artcle_left_panel .trustedBy .slick-next.slick-disabled {
  border-color: #A0A9BA !important;
}
.artcle_left_panel .trustedBy .slick-prev.slick-disabled {
  border-color: #A0A9BA !important;
}
.artcle_left_panel .trustedBy .slick-disabled > .customeArrow {
  border-color: #A0A9BA;
}
.artcle_left_panel .trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .artcle_left_panel .trustedBy .slick-next {
    right: 0;
  }
}
.artcle_left_panel .trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .artcle_left_panel .trustedBy .slick-prev {
    left: 0;
  }
}
.artcle_left_panel .trustedBy .rounded.slick-next {
  border: 1px solid #2B61EC;
  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;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.artcle_left_panel .trustedBy .rounded.slick-prev {
  border: 1px solid #2B61EC;
  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;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.artcle_left_panel .trustedBy .customeArrow.slick-disabled {
  border-color: #A0A9BA;
}
.artcle_left_panel .trustedBy .customeArrow {
  border: 1px solid #2B61EC;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.artcle_left_panel .trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.artcle_left_panel .trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.artcle_left_panel .trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}
.artcle_left_panel .trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.artcle_left_panel .trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}
.artcle_left_panel .trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .artcle_left_panel .trustedBy.adjust .grid p.adjustedItems {
    font-size: 20px;
  }
}
.artcle_left_panel .trustedBy.adjust .grid p.adjustedItems > b {
  color: #172B4D;
  font-weight: 500;
}
.artcle_left_panel .trustedBysection, .artcle_left_panel .trustedBy.section {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .artcle_left_panel .trustedBysection, .artcle_left_panel .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.artcle_left_panel .trustedBysection p, .artcle_left_panel .trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .artcle_left_panel .trustedBysection p, .artcle_left_panel .trustedBy.section p {
    font-size: 14px;
  }
}
.artcle_left_panel .trustedBysection p b, .artcle_left_panel .trustedBy.section p b {
  color: #1B292C;
}
.artcle_left_panel .trustedBysection .slick-list, .artcle_left_panel .trustedBy.section .slick-list {
  padding-left: 0 !important;
}
.artcle_left_panel .trustedBy.clearfix {
  display: inherit;
}
.artcle_left_panel .trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.artcle_left_panel .trustedBy.bg {
  background-color: #F4F7FE;
}
.artcle_left_panel .numberVal {
  display: inline-block;
}
.artcle_left_panel .grid {
  width: 1140px;
  margin: 0px auto;
}
.artcle_left_panel .layoutfull {
  width: 100%;
}
.artcle_left_panel .title, .artcle_left_panel .leftSection h2, .artcle_left_panel .leftSection .h2, .artcle_left_panel .leftSection h1, .leftSection .artcle_left_panel h1, .leftSection .artcle_left_panel h2, .leftSection .artcle_left_panel .h2 {
  color: #253858;
  font-weight: 600;
}
.artcle_left_panel .bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}
.artcle_left_panel .scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}
.artcle_left_panel .mt50 {
  margin-top: 50px;
}
.artcle_left_panel .mb20 {
  margin-bottom: 20px;
}
.artcle_left_panel .pd0 {
  padding: 0px !important;
}
.artcle_left_panel .clearfix {
  clear: both;
  display: table;
}
.artcle_left_panel .tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}
.artcle_left_panel .tcondition .left {
  float: left;
}
.artcle_left_panel .tcondition .right {
  float: right;
}
.artcle_left_panel .updatedon {
  font-size: 12px;
  padding: 0px;
}
.artcle_left_panel .updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}
.artcle_left_panel .rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}
.artcle_left_panel .grid.contentSection.sticky_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artcle_left_panel .leftSection {
  width: 758px;
  float: left;
}
.artcle_left_panel .leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}
.artcle_left_panel .leftSection .mf-h1 h1 {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mobilehide {
    display: none;
  }
}
.artcle_left_panel .leftSection img {
  max-width: 100%;
}
.artcle_left_panel .leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
  }
  .artcle_left_panel .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0px 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .artcle_left_panel .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin: 0 auto;
  }
}
.artcle_left_panel .leftSection .left_fullbanner img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .left_fullbanner img {
    width: auto;
  }
}
.artcle_left_panel .leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.artcle_left_panel .leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}
.artcle_left_panel .leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}
.artcle_left_panel .leftSection .individualButton_knowmore .buttonBox_orange {
  background: #FD4705 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 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: 0px auto;
}
@media only screen and (max-width: 640px) {
  .artcle_left_panel .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .artcle_left_panel .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.artcle_left_panel .leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.artcle_left_panel .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;
}
.artcle_left_panel .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) {
  .artcle_left_panel .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .artcle_left_panel .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0px auto;
    display: block;
    border-radius: 12px;
  }
}
.artcle_left_panel .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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.artcle_left_panel .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(0px, -50%);
  transform: translate(0px, -50%);
  left: 50px;
  background-size: contain;
}
@media (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 15%;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0px auto 20px;
    position: relative;
    left: 35%;
  }
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.artcle_left_panel .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 #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0D70DB;
  background-color: #0D70DB;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-right, .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-right .select-box, .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-right .select-box, .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0px;
  }
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0px 5px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}
.artcle_left_panel .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%;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: #f00;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.artcle_left_panel .leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}
.artcle_left_panel .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) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-right, .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .artcle_left_panel .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px 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) {
  .artcle_left_panel .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.artcle_left_panel .leftSection .mid-form .right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0px;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.artcle_left_panel .leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.artcle_left_panel .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) {
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    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;
  }
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    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;
  }
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    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;
  }
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.artcle_left_panel .leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.artcle_left_panel .leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.artcle_left_panel .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) {
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.artcle_left_panel .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) {
  .artcle_left_panel .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) {
  .artcle_left_panel .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.artcle_left_panel .leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}
.artcle_left_panel .leftSection .mid-form .disclaimer a {
  color: #0065FF;
}
.artcle_left_panel .leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}
.artcle_left_panel .leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}
.artcle_left_panel .leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.artcle_left_panel .leftSection .hlvdata-block select, .artcle_left_panel .leftSection .hlvdata-block input {
  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;
  box-shadow: 1px 1px 1px #ccc;
}
.artcle_left_panel .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;
}
.artcle_left_panel .leftSection .single_image img {
  float: right;
  padding: 10px;
}
.artcle_left_panel .leftSection .icon-div .sprite_content {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection {
    width: 100%;
  }
}
.artcle_left_panel .leftSection .bannertravelredirect img, .artcle_left_panel .leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.artcle_left_panel .leftSection h1 {
  font-size: 36px;
  margin: 0px 0px 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}
.artcle_left_panel .leftSection h2, .artcle_left_panel .leftSection .h2 {
  font-size: 24px;
  margin: 40px 0px 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}
.artcle_left_panel .leftSection h2:first-letter, .artcle_left_panel .leftSection .h2:first-letter {
  text-transform: uppercase;
}
.artcle_left_panel .leftSection h2 a, .artcle_left_panel .leftSection .h2 a {
  color: #0065FF;
}
.artcle_left_panel .leftSection h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}
.artcle_left_panel .leftSection h3 a {
  color: #0065FF;
  padding-top: 6px;
  display: block;
}
.artcle_left_panel .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;
}
.artcle_left_panel .leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.artcle_left_panel .leftSection .footable {
  width: 100%;
}
.artcle_left_panel .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: 0px auto;
}
.artcle_left_panel .leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}
.artcle_left_panel .leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}
.artcle_left_panel .leftSection table p a.btn-primary, .artcle_left_panel .leftSection table a.btn-primary, .artcle_left_panel .leftSection table button.btn-primary, .artcle_left_panel .leftSection table .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: 0px auto;
  text-align: center;
}
.artcle_left_panel .leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
}
@media only screen and (max-width: 640px) {
  .artcle_left_panel .leftSection table tr:first-child {
    color: #253858;
  }
}
.artcle_left_panel .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;
  letter-spacing: 1.8;
}
.artcle_left_panel .leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4C9AFF !important;
}
.artcle_left_panel .leftSection table td ul, .artcle_left_panel .leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.artcle_left_panel .leftSection table td ul li, .artcle_left_panel .leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.artcle_left_panel .leftSection table td ul li:before, .artcle_left_panel .leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #253858;
  border-radius: 100%;
}
.artcle_left_panel .leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0px 0px;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0px;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0px;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065FF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}
.artcle_left_panel .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;
}
.artcle_left_panel .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: 0px;
  color: #0065FF;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #F4F7FF;
  border: none;
}
.artcle_left_panel .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: 0px auto;
  border: 1px solid #FD4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.artcle_left_panel .leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}
.artcle_left_panel .leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}
.artcle_left_panel .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) {
  .artcle_left_panel .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.artcle_left_panel .leftSection .number-listing-box li b {
  display: block;
}
.artcle_left_panel .leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}
.artcle_left_panel .leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.artcle_left_panel .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%;
}
.artcle_left_panel .leftSection .number-listing-box li ul li:after {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection .number-listing-box li .data_ul {
    margin-left: 0px !important;
  }
  .artcle_left_panel .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .artcle_left_panel .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.artcle_left_panel .leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}
.artcle_left_panel .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: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}
.artcle_left_panel .leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}
.artcle_left_panel .leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.artcle_left_panel .leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}
.artcle_left_panel .leftSection .data_ul li .paragraphBu {
  margin: 0px !important;
}
.artcle_left_panel .leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.artcle_left_panel .leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.artcle_left_panel .leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.artcle_left_panel .leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.artcle_left_panel .leftSection .faqsWrap ul li {
  border-bottom: 0px solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}
.artcle_left_panel .leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.artcle_left_panel .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%;
}
.artcle_left_panel .leftSection .faqsWrap ul li li {
  background: none;
}
.artcle_left_panel .leftSection .faqsWrap ul li:before {
  display: none;
}
.artcle_left_panel .leftSection .faqsWrap ul li h2, .artcle_left_panel .leftSection .faqsWrap ul li h3, .artcle_left_panel .leftSection .faqsWrap ul li h4, .artcle_left_panel .leftSection .faqsWrap ul li .h2, .artcle_left_panel .leftSection .faqsWrap ul li .h3, .artcle_left_panel .leftSection .faqsWrap ul li .h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.artcle_left_panel .leftSection .faqsWrap ul li h2 > a, .artcle_left_panel .leftSection .faqsWrap ul li h2 > span, .artcle_left_panel .leftSection .faqsWrap ul li h2 > label, .artcle_left_panel .leftSection .faqsWrap ul li h3 > a, .artcle_left_panel .leftSection .faqsWrap ul li h3 > span, .artcle_left_panel .leftSection .faqsWrap ul li h3 > label, .artcle_left_panel .leftSection .faqsWrap ul li h4 > a, .artcle_left_panel .leftSection .faqsWrap ul li h4 > span, .artcle_left_panel .leftSection .faqsWrap ul li h4 > label, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > a, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > span, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > label, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > a, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > span, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > label, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > a, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > span, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.artcle_left_panel .leftSection .faqsWrap ul li h2 > a:hover, .artcle_left_panel .leftSection .faqsWrap ul li h2 > span:hover, .artcle_left_panel .leftSection .faqsWrap ul li h2 > label:hover, .artcle_left_panel .leftSection .faqsWrap ul li h3 > a:hover, .artcle_left_panel .leftSection .faqsWrap ul li h3 > span:hover, .artcle_left_panel .leftSection .faqsWrap ul li h3 > label:hover, .artcle_left_panel .leftSection .faqsWrap ul li h4 > a:hover, .artcle_left_panel .leftSection .faqsWrap ul li h4 > span:hover, .artcle_left_panel .leftSection .faqsWrap ul li h4 > label:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > a:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > span:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > label:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > a:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > span:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > label:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > a:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > span:hover, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > label:hover {
  color: #253858;
}
.artcle_left_panel .leftSection .faqsWrap ul li h2 > a:after, .artcle_left_panel .leftSection .faqsWrap ul li h2 > span:after, .artcle_left_panel .leftSection .faqsWrap ul li h2 > label:after, .artcle_left_panel .leftSection .faqsWrap ul li h3 > a:after, .artcle_left_panel .leftSection .faqsWrap ul li h3 > span:after, .artcle_left_panel .leftSection .faqsWrap ul li h3 > label:after, .artcle_left_panel .leftSection .faqsWrap ul li h4 > a:after, .artcle_left_panel .leftSection .faqsWrap ul li h4 > span:after, .artcle_left_panel .leftSection .faqsWrap ul li h4 > label:after, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > a:after, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > span:after, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > label:after, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > a:after, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > span:after, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > label:after, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > a:after, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > span:after, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.artcle_left_panel .leftSection .faqsWrap ul li h2 > a[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h2 > span[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h2 > label[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h3 > a[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h3 > span[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h3 > label[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h4 > a[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h4 > span[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li h4 > label[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h2 > a[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h2 > span[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h2 > label[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h3 > a[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h3 > span[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h3 > label[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h4 > a[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h4 > span[flag=up], .artcle_left_panel .leftSection .faqsWrap ul li .h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #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);
}
.artcle_left_panel .leftSection .faqsWrap ul li h2 > a[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h2 > span[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h2 > label[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h3 > a[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h3 > span[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h3 > label[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h4 > a[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h4 > span[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li h4 > label[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > a[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > span[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h2 > label[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > a[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > span[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h3 > label[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > a[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > span[flag=up]::after, .artcle_left_panel .leftSection .faqsWrap ul li .h4 > label[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}
.artcle_left_panel .leftSection .faqsWrap ul li h2 + div, .artcle_left_panel .leftSection .faqsWrap ul li h3 + div, .artcle_left_panel .leftSection .faqsWrap ul li h4 + div, .artcle_left_panel .leftSection .faqsWrap ul li .h2 + div, .artcle_left_panel .leftSection .faqsWrap ul li .h3 + div, .artcle_left_panel .leftSection .faqsWrap ul li .h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #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);
}
.artcle_left_panel .leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.artcle_left_panel .leftSection .faqsWrap ul .data_ul li {
  padding: 0 0px 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
}
.artcle_left_panel .leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
}
.artcle_left_panel .leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}
.artcle_left_panel .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%;
}
.artcle_left_panel .leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.artcle_left_panel .leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.artcle_left_panel .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;
}
.artcle_left_panel .leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}
.artcle_left_panel .leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}
.artcle_left_panel .leftSection .allinsurer .footable table tr:nth-child(even) {
  background: #f7fbfd;
}
.artcle_left_panel .pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.artcle_left_panel .pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}
.artcle_left_panel .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: CENTER;
      -ms-flex-pack: CENTER;
          justify-content: CENTER;
}
@media screen and (max-width: 1024px) {
  .artcle_left_panel .pbRelatedLinks .tagbox {
    display: block;
  }
}
.artcle_left_panel .pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}
.artcle_left_panel .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;
}
.artcle_left_panel .pbRelatedLinks .tagbox a u {
  text-decoration: none;
}
.artcle_left_panel .pbRelatedLinks.moretag {
  display: table;
}
.artcle_left_panel .pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.artcle_left_panel .pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.artcle_left_panel .howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  -webkit-box-shadow: 1px 1px 10px #efefef;
          box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}
.artcle_left_panel .howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: bold;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.artcle_left_panel .howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0px;
  position: relative;
}
.artcle_left_panel .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;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .yes, .artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .no {
  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;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .yes.active, .artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .yes:hover, .artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .no.active, .artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .no:hover {
  background: #0662f6;
  color: #fff;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #cccccc;
  font-size: 15px;
  line-height: 15px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid #f00;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.artcle_left_panel .howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}
.artcle_left_panel .howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}
.artcle_left_panel .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;
}
.artcle_left_panel .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cccccc;
  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) {
  .artcle_left_panel .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0px;
  }
  .artcle_left_panel .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink, .artcle_left_panel .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}
.artcle_left_panel .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;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: blue;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}
.artcle_left_panel .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;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}
.artcle_left_panel .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;
}
.artcle_left_panel .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;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before, .artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.artcle_left_panel .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .block_content_wrapper {
    background: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    clear: both;
  }
  .artcle_left_panel .updatedon {
    font-size: 12px;
    padding: 0px 15px 10px;
    display: block;
  }
  .artcle_left_panel .travel_top .travelBackground {
    margin: 0px auto;
  }
  .artcle_left_panel .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .artcle_left_panel .grid {
    padding: 0px;
    display: block;
    width: 100%;
  }
  .artcle_left_panel .grid .leftSection .planbox {
    height: auto;
  }
  .artcle_left_panel .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .artcle_left_panel .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .artcle_left_panel .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0px 0 20px;
    width: 100%;
    text-align: center;
  }
  .artcle_left_panel .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .artcle_left_panel .grid .leftSection .restPlans {
    margin: 0px auto 0px;
  }
  .artcle_left_panel .grid .leftSection .bannertravelredirect img, .artcle_left_panel .grid .leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .artcle_left_panel .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .artcle_left_panel .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .artcle_left_panel .grid .leftSection h1, .artcle_left_panel .grid .leftSection h1 strong, .artcle_left_panel .grid .leftSection .h1, .artcle_left_panel .grid .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0px 10px;
    letter-spacing: 0.024em;
  }
  .artcle_left_panel .grid .leftSection h2, .artcle_left_panel .grid .leftSection h2 strong, .artcle_left_panel .grid .leftSection .h2, .artcle_left_panel .grid .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 10px;
    letter-spacing: 0.02em;
  }
  .artcle_left_panel .grid .leftSection h3, .artcle_left_panel .grid .leftSection h3 strong, .artcle_left_panel .grid .leftSection .h3, .artcle_left_panel .grid .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0px 10px;
  }
  .artcle_left_panel .grid .leftSection h3 a, .artcle_left_panel .grid .leftSection h3 strong a, .artcle_left_panel .grid .leftSection .h3 a, .artcle_left_panel .grid .leftSection .h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .artcle_left_panel .grid .leftSection h1.allinsurer_new {
    margin: 0px 15px;
    padding: 0 15px;
  }
  .artcle_left_panel .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .artcle_left_panel .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .artcle_left_panel .pbRelatedLinks {
    margin-top: 0px;
    background: none;
  }
  .artcle_left_panel .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0px;
  }
  .artcle_left_panel .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .artcle_left_panel .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0px 15px;
    border: none;
    border-radius: 6px 6px 0px 0px;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.artcle_left_panel .card {
  border-radius: 0px;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}
.artcle_left_panel .card.ratingsBlock {
  background: #fff;
}
.artcle_left_panel .nav-link ul:before {
  display: none;
}
.artcle_left_panel .leftSection, .artcle_left_panel .rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
  .artcle_left_panel .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .artcle_left_panel .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .artcle_left_panel .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .artcle_left_panel .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .artcle_left_panel .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .artcle_left_panel .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .artcle_left_panel .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .artcle_left_panel .leftSection h1, .artcle_left_panel .leftSection h1 strong, .artcle_left_panel .leftSection .h1, .artcle_left_panel .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .artcle_left_panel .leftSection h2, .artcle_left_panel .leftSection h2 strong, .artcle_left_panel .leftSection .h2, .artcle_left_panel .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .artcle_left_panel .leftSection h3, .artcle_left_panel .leftSection h3 strong, .artcle_left_panel .leftSection .h3, .artcle_left_panel .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .artcle_left_panel .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .artcle_left_panel .rightSection .graphDiv img {
    width: 100%;
  }
  .artcle_left_panel .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.artcle_left_panel .fd_bankwise {
  margin: 20px 0 0;
}
.artcle_left_panel .fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}
.artcle_left_panel .blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artcle_left_panel .blue-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.artcle_left_panel .blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.artcle_left_panel .blue-block .col-md-3:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .artcle_left_panel .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.artcle_left_panel .blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.artcle_left_panel .blue-block .col-md-4:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .artcle_left_panel .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.artcle_left_panel .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%;
}
.artcle_left_panel .blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}
.artcle_left_panel .blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}
.artcle_left_panel .blue-block span.title, .artcle_left_panel .blue-block .leftSection span.h2, .leftSection .artcle_left_panel .blue-block span.h2, .artcle_left_panel .leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.artcle_left_panel .blue-block span.figer, .artcle_left_panel .blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}
.artcle_left_panel .bannercarredirect {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.artcle_left_panel .timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}
.artcle_left_panel .animated-background {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e1edff), color-stop(50%, #f6faff), to(#e1edff));
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.artcle_left_panel .insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}
.artcle_left_panel .insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}
.artcle_left_panel .insurer-language .insurer-by-company-title h2, .artcle_left_panel .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;
}
.artcle_left_panel .insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}
.artcle_left_panel .insurer-language h4 span {
  vertical-align: text-top;
}
.artcle_left_panel .insurer-language .insurer-by-company-content {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .insurer-language .insurer-by-company-content {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}
.artcle_left_panel .insurer-language .slick-prev.slick-arrow, .artcle_left_panel .insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: transparent;
}
.artcle_left_panel .insurer-language .slick-prev.slick-arrow {
  left: -27px;
}
.artcle_left_panel .insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}
.artcle_left_panel .languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065FF;
  margin: 0px 15px 0 0;
  word-break: break-word;
}
.artcle_left_panel .languageArticleName a {
  color: #0065FF;
}
.artcle_left_panel .languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}
.artcle_left_panel .languageBox.eng {
  background-position: 0 0;
}
.artcle_left_panel .languageBox.hi-in, .artcle_left_panel .languageBox.mr-in {
  background-position: 0 -90px;
}
.artcle_left_panel .languageBox.te-in {
  background-position: 0 -180px;
}
.artcle_left_panel .languageBox.ta-in {
  background-position: 0 -270px;
}
.artcle_left_panel .languageBox.kn-in {
  background-position: 0 -360px;
}
.artcle_left_panel .languageBox.ml-in {
  background-position: 0 -450px;
}
.artcle_left_panel .languageBox.or-in {
  background-position: 0 -540px;
}
.artcle_left_panel .languageBox.gu-in {
  background-position: 0 -630px;
}
.artcle_left_panel .languageBox.pa-in {
  background-position: 0 -720px;
}
.artcle_left_panel .languageBox.bn-in {
  background-position: 0px -810px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .artcle_left_panel .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .artcle_left_panel .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .artcle_left_panel .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .artcle_left_panel .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .artcle_left_panel .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .artcle_left_panel .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .artcle_left_panel .blockLanguageSlider {
    outline: none;
  }
}
.artcle_left_panel .promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0px auto;
  display: block;
}
.artcle_left_panel .leftSection h2.tp0, .artcle_left_panel .rightSection > .card, .artcle_left_panel .leftSection .h2.tp0, .artcle_left_panel .rightSection > .card {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .leftSection h2.tp0, .artcle_left_panel .rightSection > .card, .artcle_left_panel .leftSection .h2.tp0, .artcle_left_panel .rightSection > .card {
    padding: 10px 0px 10px;
  }
}
.artcle_left_panel .animated-banner {
  margin-bottom: 20px;
}
.artcle_left_panel .animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}
.artcle_left_panel .animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .animated-banner .am-banner.desktop {
    display: none;
  }
}
.artcle_left_panel .animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}
.artcle_left_panel .animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .artcle_left_panel .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0px auto;
    margin: 0px auto;
  }
  .artcle_left_panel .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 320px) {
  .artcle_left_panel .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0px auto;
  }
  .artcle_left_panel .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0px auto;
  }
}
.artcle_left_panel .grid.contentSection.sticky_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .grid.contentSection.sticky_widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.artcle_left_panel .grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .grid.contentSection.sticky_widget .leftSection {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel #newformat {
    width: 100% !important;
  }
}
.artcle_left_panel .faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.artcle_left_panel .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;
}
.artcle_left_panel table {
  border-collapse: collapse;
  width: 99%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  border-radius: 8px;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left !important;
  font-size: 14px;
}
.artcle_left_panel table tr:first-child td {
  border: none;
  background: #f1f3f5;
  color: #253858;
  border-right: solid 0.8px #e1e1e1;
  text-align: left !important;
  font-size: 14px;
}
.artcle_left_panel 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 !important;
  font-size: 14px;
}
.artcle_left_panel table td .btn.btn-primary {
  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: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  line-height: 36px;
  min-width: 120px;
}
.artcle_left_panel table p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #253858;
  text-align: left !important;
  letter-spacing: 0.016em;
}
.artcle_left_panel .perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .artcle_left_panel .perosnalBlockInsurer {
    border-radius: 0px;
  }
}
.artcle_left_panel .perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}
.artcle_left_panel .perosnalBlockInsurer .insurer-by-company-title {
  margin: 16px 20px 0;
  width: calc(100% - 40px);
}
.artcle_left_panel .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;
}
.artcle_left_panel .carouselWrapperPersonal {
  background: none;
  margin-bottom: 16px;
  padding-top: 0;
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow {
  position: absolute;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(23, 43, 77, 0.2);
  top: -31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  z-index: 2;
}
.artcle_left_panel .carouselWrapperPersonal.card {
  width: 337px;
  height: 450px;
  background: #fff;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding-bottom: 16px;
  position: relative;
}
.artcle_left_panel .carouselWrapperPersonal .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  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: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.artcle_left_panel .carouselWrapperPersonal .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel .carouselWrapperPersonal {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
  }
}
.artcle_left_panel .carouselWrapperPersonal .slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow.slick-prev {
  right: 70px !important;
  left: auto;
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow {
  top: -27px !important;
  background: none !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .artcle_left_panel .carouselWrapperPersonal .slick-arrow {
    display: none !important;
  }
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow.slick-next {
  right: 23px !important;
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid #000 !important;
  border-width: 0 3px 3px 0 !important;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow.slick-next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.artcle_left_panel .carouselWrapperPersonal .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.artcle_left_panel .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}
.artcle_left_panel .blockTextPlans {
  position: relative;
}
.artcle_left_panel .blockTextPlans h3 {
  font-size: 16px;
  font-weight: bold;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
.artcle_left_panel .blockTextPlans a, .artcle_left_panel .blockTextPlans a:hover {
  color: #0065ff;
}
.artcle_left_panel .blockTextPlans p {
  font-size: 16px;
  font-weight: normal;
  color: #505f79;
  text-align: center;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}
.artcle_left_panel .blockTextPlans .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;
}
.artcle_left_panel .blockTextPlans .slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.artcle_left_panel .blockTextPlans .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}
.artcle_left_panel .blockTextPlans .slick-arrow {
  top: -25px;
  background: none;
  border: none;
}
.artcle_left_panel .blockTextPlans .slick-arrow.slick-next {
  right: 23px;
}
.artcle_left_panel .blockTextPlans .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
  display: inline-block;
}
.artcle_left_panel .blockTextPlans .slick-initialized {
  margin-left: 8px;
}
.artcle_left_panel .carouselCover {
  width: 258px;
  height: 242px;
  background: #fff;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0 20px 12px;
  padding-bottom: 16px;
  position: relative;
}
.artcle_left_panel .boxCover1 {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}
.artcle_left_panel .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}
.artcle_left_panel .numberCover {
  font-size: 80px;
  font-weight: bold;
  display: inline-block;
}
.artcle_left_panel .lakhCover {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
}
.artcle_left_panel .boxCover1::after {
  content: "";
  width: 124px;
  height: 124px;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 38px;
  top: 12px;
  background: transparent;
}
.artcle_left_panel .boxCover1::before {
  content: "";
  display: none;
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}
.artcle_left_panel .product-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px 0;
  line-height: normal;
  color: #253858;
}
.artcle_left_panel .text-cover {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  color: #253858;
  cursor: pointer;
}
.artcle_left_panel .text-cover:hover,
.artcle_left_panel .text-cover:visited {
  color: #253858;
}
.artcle_left_panel .button-cover {
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #0065ff;
  color: #fff;
  border-radius: 4px;
  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-left: auto;
  margin-top: 8px;
  cursor: pointer;
  background: #0065ff;
  padding: 4px 0;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0px auto;
  left: 0;
}
.artcle_left_panel .boxCover1.color1 {
  background: #cbcfff;
  color: #7f87dd;
}
.artcle_left_panel .boxCover1.color1::before {
  background: #2a38cc;
}
.artcle_left_panel .boxCover1.color2 {
  background: #8de5ff;
  color: #3dbade;
}
.artcle_left_panel .boxCover1.color2::before {
  background: #0ab3e5;
}
.artcle_left_panel .boxCover1.color2::after {
  opacity: 0.4;
}
.artcle_left_panel .boxCover1.color3 {
  background: #9fffce;
  color: #6bcb9b;
}
.artcle_left_panel .boxCover1.color3::before {
  background: #42cc87;
}
.artcle_left_panel .boxCover1.color3::after {
  opacity: 0.4;
}
.artcle_left_panel .boxCover1.color4 {
  background: #ffb2b2;
  color: #de8383;
}
.artcle_left_panel .boxCover1.color4::before {
  background: #ef4d4d;
}
.artcle_left_panel .boxCover1.color4::after {
  opacity: 0.5;
}
.artcle_left_panel .boxCover1.color5 {
  background: #b3d4ff;
  color: #4c9aff;
}
.artcle_left_panel .boxCover1.color5::before {
  background: #4790f0;
}
.artcle_left_panel .boxCover1.color5::after {
  opacity: 0.5;
}
.artcle_left_panel .boxCover1.color6 {
  background: #fff0b3;
  color: #ffc400;
}
.artcle_left_panel .boxCover1.color6::before {
  background: #ffab00;
}
.artcle_left_panel .boxCover1.color6::after {
  opacity: 0.5;
}
.artcle_left_panel .carouselCover2 {
  height: 242px;
}
.artcle_left_panel .carouselCover2 .button-cover {
  margin-top: 0;
}
.artcle_left_panel .carouselCover2 .text-cover {
  height: 38px;
}
.artcle_left_panel .carouselCover2 .product-cover,
.artcle_left_panel .carouselCover3 .product-cover {
  padding: 2px 10px 0;
}
.artcle_left_panel .carouselCover2 .boxCover1::after {
  content: none;
}
.artcle_left_panel .carouselCover3 .boxCover1::before,
.artcle_left_panel .allinsurer table p {
  line-height: 22px;
}
.artcle_left_panel .insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
}
.artcle_left_panel .insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.artcle_left_panel .insurer-language .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;
}
.artcle_left_panel .insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #253858;
}
.artcle_left_panel .insurer-language h4 span {
  vertical-align: text-top;
}
.artcle_left_panel .insurer-language .insurer-by-company-content {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.artcle_left_panel .insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.artcle_left_panel .insurer-language .slick-prev.slick-arrow,
.artcle_left_panel .insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}
.artcle_left_panel .insurer-language .slick-prev.slick-arrow {
  left: -27px;
}
.artcle_left_panel .insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}
.artcle_left_panel .languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0px 15px 0 0;
}
.artcle_left_panel .languageArticleName a {
  color: #0065ff;
  word-break: break-word;
}
.artcle_left_panel .languageBox {
  width: 56px;
  height: 56px;
  background: url("../../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}
.artcle_left_panel .languageBox.eng {
  background-position: 0 0;
}
.artcle_left_panel .languageBox.hi-in, .artcle_left_panel .languageBox.mr-in {
  background-position: 0 -90px;
}
.artcle_left_panel .languageBox.te-in {
  background-position: 0 -180px;
}
.artcle_left_panel .languageBox.ta-in {
  background-position: 0 -270px;
}
.artcle_left_panel ul.number-listing-box {
  margin: 0;
  counter-reset: my-sec-counter;
}
.artcle_left_panel ul.number-listing-box li .heading {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-top: 5px;
}
.artcle_left_panel ul.number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left;
}
.artcle_left_panel ul.number-listing-box li.numbers::marker {
  display: none;
  color: transparent;
}
.artcle_left_panel ul.number-listing-box li a,
.artcle_left_panel ul.number-listing-box li a:hover {
  color: #253858;
}
.artcle_left_panel ul.number-listing-box li.numbers::after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}
.artcle_left_panel ul.number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "0" counter(my-sec-counter);
  counter-increment: my-sec-counter;
  position: absolute;
  left: -12px;
  top: 0;
  background: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.artcle_left_panel ul.number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}
.artcle_left_panel ul.number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.artcle_left_panel ul.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%;
}
.artcle_left_panel ul.number-listing-box li ul li::after {
  content: none;
}
.artcle_left_panel .mb-20 {
  margin-bottom: 20px;
}
.artcle_left_panel .videoLeftBox iframe {
  width: 100%;
}
.artcle_left_panel .align-center {
  text-align: center;
}
.artcle_left_panel .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px;
}
.artcle_left_panel .videobox_right iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .artcle_left_panel {
    width: 100%;
    background: #f4f5f7;
  }
  .artcle_left_panel .updated-on {
    margin: 16px;
  }
  .artcle_left_panel h2, .artcle_left_panel h2 strong {
    font-size: 20px;
  }
  .artcle_left_panel h3, .artcle_left_panel h3 strong {
    font-size: 18px;
  }
}

.artcle_right_panel {
  width: 342px;
  float: right;
  padding: 0px;
}
.artcle_right_panel .supplier_icon,
.artcle_right_panel .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
}
.artcle_right_panel .webp .supplier_icon,
.artcle_right_panel .webp .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-size: 100px 4942px;
}
.artcle_right_panel img[alt] {
  font-size: 0;
}
.artcle_right_panel .mt-0 {
  margin-top: 0;
}
.artcle_right_panel .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}
.artcle_right_panel .graphDiv img {
  max-width: 100%;
}
.artcle_right_panel .graphDiv.first {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .artcle_right_panel .graphDiv.first {
    margin: 20px;
  }
}
.artcle_right_panel .calculateBtn, .artcle_right_panel .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: linear-gradient(to bottom, #ffd65e, #febf04) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04);
}
.artcle_right_panel .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.artcle_right_panel .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.artcle_right_panel .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}
.artcle_right_panel .card.insurers, .artcle_right_panel .card.calculator, .artcle_right_panel .card.travelguide {
  padding: 0;
}
.artcle_right_panel .card.list_typeA {
  padding-bottom: 20px;
}
.artcle_right_panel .card.list_typeA .card_heading {
  padding: 0px 0 0px 0px;
}
.artcle_right_panel .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0px 0 7px;
  color: #253858;
  font-weight: 500;
}
.artcle_right_panel .card.card.articles .card_heading {
  padding: 10px 0 10px 0px;
}
.artcle_right_panel .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}
.artcle_right_panel .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0px;
}
.artcle_right_panel .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}
.artcle_right_panel .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}
.artcle_right_panel .card.travelguide .insurerBlock:after {
  top: 24px;
}
.artcle_right_panel .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0px;
}
.artcle_right_panel .insurerBlock {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}
.artcle_right_panel .insurerBlock .insurerLogo {
  border: 0px solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}
.artcle_right_panel .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}
.artcle_right_panel .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}
.artcle_right_panel .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;
}
.artcle_right_panel .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  -webkit-transition: color ease-in 0.3s;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}
.artcle_right_panel .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);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}
.artcle_right_panel .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}
.artcle_right_panel .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.artcle_right_panel .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}
.artcle_right_panel .article_newsLetter .subText {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}
.artcle_right_panel .fieldsWrapper {
  margin-bottom: 16px;
}
.artcle_right_panel .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}
.artcle_right_panel .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: none;
  -webkit-appearance: none;
  position: relative;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.artcle_right_panel .fieldsWrapper input[type=text], .artcle_right_panel .fieldsWrapper input[type=tel],
.artcle_right_panel .fieldsWrapper input[type=password],
.artcle_right_panel .fieldsWrapper input[type=text], .artcle_right_panel .fieldsWrapper input[type=tel],
.artcle_right_panel .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.artcle_right_panel #newsletterFld.error .ns_Letter {
  border: 1px solid #f00;
}
.artcle_right_panel #newsletterFld.error .ns_error {
  font-size: 12px;
  color: #f00;
}
.artcle_right_panel .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #FFFFFF;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .artcle_right_panel .rightSidebtn {
    border-radius: 0px;
    border-right: none;
    border-left: 0;
  }
}
.artcle_right_panel .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}
.artcle_right_panel .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}
.artcle_right_panel .rightSidebtn:after {
  content: "";
  border: solid rgb(14, 76, 202);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}
.artcle_right_panel .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.artcle_right_panel .calculatorsList li {
  font-size: 14px;
}
.artcle_right_panel .calculatorsList li a {
  color: #253858;
  -webkit-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;
}
.artcle_right_panel .calculatorsList li a:hover {
  color: #0065FF;
}
.artcle_right_panel .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);
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}
.artcle_right_panel .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}
.artcle_right_panel .fdcalculator .h3.white {
  color: #fff;
}
.artcle_right_panel .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}
.artcle_right_panel .fdcalculator .calculate_compare_result {
  padding: 0px;
  margin: 20px 0 0px 0;
  background: #fff;
  width: 100%;
  float: left;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table td :nth-child(1) {
  color: #f90;
}
.artcle_right_panel .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0 20px;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select, .artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  width: 50%;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns, .artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}
.artcle_right_panel .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;
}
.artcle_right_panel .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;
}
.artcle_right_panel .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: 0px auto;
  display: none;
  /* line-height: 28px; */
  top: 3px;
  position: relative;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}
.artcle_right_panel .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}
.artcle_right_panel .card.articles .insurerBlock {
  border: none;
  -ms-flex-align: top;
  -webkit-box-align: top;
  align-items: top;
}
.artcle_right_panel .card.articles .insurerBlock:after {
  display: none;
}
.artcle_right_panel .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}
.artcle_right_panel .card_heading, .artcle_right_panel .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}
@media only screen and (max-width: 1024px) {
  .artcle_right_panel .card_heading, .artcle_right_panel .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.artcle_right_panel .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 0 0 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.artcle_right_panel .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artcle_right_panel .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.artcle_right_panel .article_newsLetter .btn span {
  line-height: 30px;
}
.artcle_right_panel #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);
}
.artcle_right_panel #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;
}
.artcle_right_panel .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}
.artcle_right_panel .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;
}
.artcle_right_panel .videobox_right object {
  width: 100%;
  height: 240px;
}
.artcle_right_panel .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) {
  .artcle_right_panel .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .artcle_right_panel .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .artcle_right_panel .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  .artcle_right_panel .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .artcle_right_panel .card.ratingsBlock {
    background: #fff;
    padding: 0px;
  }
  .artcle_right_panel .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0px;
    display: none;
  }
  .artcle_right_panel .card.tabopen {
    margin-bottom: 0;
  }
  .artcle_right_panel .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .artcle_right_panel .article_newsLetter {
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .artcle_right_panel .videobox_right {
    max-width: 100%;
    border-radius: 0px;
    margin: 0px auto 20px;
    padding: 10px;
  }
  .artcle_right_panel .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .artcle_right_panel .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .artcle_right_panel .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .artcle_right_panel .videobox_right {
    max-width: 100%;
  }
  .artcle_right_panel .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.artcle_right_panel .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
.artcle_right_panel .allCalc.income_tax {
  background-position: 8px 3px;
}
.artcle_right_panel .allCalc.saving {
  background-position: 8px -45px;
}
.artcle_right_panel .allCalc.human_life_value {
  background-position: 8px -863px;
}
.artcle_right_panel .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}
.artcle_right_panel .allCalc.car_insurance {
  background-position: 8px -234px;
}
.artcle_right_panel .allCalc.bike_insurance {
  background-position: 8px -190px;
}
.artcle_right_panel .allCalc.other, .artcle_right_panel .allCalc.travel {
  background-position: 8px -672px;
}
.artcle_right_panel .allCalc.premium, .artcle_right_panel .allCalc.lic {
  background-position: 8px -476px;
}
.artcle_right_panel .allCalc.ulip {
  background-position: 8px -381px;
}
.artcle_right_panel .allCalc.life_insurance {
  background-position: 8px -332px;
}
.artcle_right_panel .allCalc.sip {
  background-position: 8px -764px;
}
.artcle_right_panel .allCalc.fd {
  background-position: 8px -814px;
}
.artcle_right_panel .allCalc.term_insurance {
  background-position: 8px -1153px;
}
.artcle_right_panel .allCalc.fd {
  background-position: 8px -812px;
}
.artcle_right_panel .allCalc.lumpsup {
  background-position: 8px -962px;
}
.artcle_right_panel .allCalc.annuity {
  background-position: 8px -1193px;
}
.artcle_right_panel .allCalc.ppf {
  background-position: 8px -911px;
}
.artcle_right_panel .allCalc.npscalc {
  background-position: 8px -1007px;
}
.artcle_right_panel .allCalc.bg-13 {
  background-position: -10px -824px;
}
.artcle_right_panel .allCalc.bg-16 {
  background-position: -10px -872px;
}
.artcle_right_panel .allCalc.retirement {
  background-position: 8px -94px;
}
.artcle_right_panel .allCalc.investment {
  background-position: 8px -621px;
}
.artcle_right_panel .allCalc.bg-24 {
  background-position: -10px -1016px;
}
.artcle_right_panel .allCalc.bg-21 {
  background-position: -10px -1064px;
}
.artcle_right_panel .aegon-life_icon {
  background-position: 0 -3911px;
}
.artcle_right_panel .aviva-life_icon {
  background-position: 0 -3828px;
}
.artcle_right_panel .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}
.artcle_right_panel .bharti-axa-life_icon {
  background-position: -3px -1385px;
}
.artcle_right_panel .birla-sun-life_icon {
  background-position: 1px -4675px;
}
.artcle_right_panel .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}
.artcle_right_panel .edelweiss-life_icon, .artcle_right_panel .zuno-general_icon {
  background-position: 0px -293px;
}
.artcle_right_panel .exide-life_icon, .artcle_right_panel .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}
.artcle_right_panel .future-generali-life_icon {
  background-position: 1px -361px;
}
.artcle_right_panel .hdfc-life_icon, .artcle_right_panel .HDFC_icon {
  background-position: 1px -1468px;
}
.artcle_right_panel .icici-life_icon {
  background-position: -67px 13px;
}
.artcle_right_panel .idbi-life_icon {
  background-position: 2px -4234px;
}
.artcle_right_panel .indiafirst-life_icon {
  background-position: -2px -4608px;
}
.artcle_right_panel .kotak-life_icon {
  background-position: 1px -557px;
}
.artcle_right_panel .max-life_icon {
  background-position: 3px -685px;
}
.artcle_right_panel .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}
.artcle_right_panel .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}
.artcle_right_panel .sbi-life_icon, .artcle_right_panel .SBI_icon {
  background-position: 1px -1031px;
}
.artcle_right_panel .sahara-life_icon {
  background-position: 0 -4384px;
}
.artcle_right_panel .shriram-life_icon {
  background-position: 1px -4466px;
}
.artcle_right_panel .star-union-life_icon {
  background-position: 1px -1093px;
}
.artcle_right_panel .tata-aia-life_icon {
  background-position: 3px -1151px;
}
.artcle_right_panel .postal-india-life_icon {
  background-position: 0 -4904px;
}
.artcle_right_panel .reliance-life_icon {
  background-position: 2px -1538px;
}
.artcle_right_panel .lic-india-life_icon {
  background-position: -67px -491px;
}
.artcle_right_panel .digit-general_icon {
  background-position: -1px -216px;
}
.artcle_right_panel .edelweiss-general_icon {
  background-position: 0 -293px;
}
.artcle_right_panel .hdfc-general_icon {
  background-position: 1px -1468px;
}
.artcle_right_panel .icici-general_icon, .artcle_right_panel .ICICI_icon {
  background-position: -67px 13px;
}
.artcle_right_panel .dhfl-general_icon {
  background-position: -2px -1696px;
}
.artcle_right_panel .magma-hdi-general_icon {
  background-position: -60px -575px;
}
.artcle_right_panel .oriental-insurance-general_icon {
  background-position: 4px -733px;
}
.artcle_right_panel .new-india-assurance-general_icon {
  background-position: 0px -1774px;
}
.artcle_right_panel .national-insurance-general_icon {
  background-position: 3px -1947px;
}
.artcle_right_panel .royal-sundaram-general_icon {
  background-position: 1px -953px;
}
.artcle_right_panel .united-india-general_icon {
  background-position: 0px -1210px;
}
.artcle_right_panel .universal-sompo-general_icon {
  background-position: 0px -1266px;
}
.artcle_right_panel .acko-general_icon {
  background-position: -6px -3466px;
}
.artcle_right_panel .aditya-birla-general_icon {
  background-position: 1px -4675px;
}
.artcle_right_panel .apollo-munich-general_icon {
  background-position: 0px -437px;
}
.artcle_right_panel .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}
.artcle_right_panel .religare-general_icon, .artcle_right_panel .Reliance_icon {
  background-position: 1px -883px;
}
.artcle_right_panel .sbi-general_icon {
  background-position: 1px -1031px;
}
.artcle_right_panel .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}
.artcle_right_panel .bharti-axa-general_icon {
  background-position: -3px -1385px;
}
.artcle_right_panel .cholamandalam-general_icon {
  background-position: -4px -1862px;
}
.artcle_right_panel .future-generali-general_icon {
  background-position: 1px -361px;
}
.artcle_right_panel .iffco-tokio-general_icon {
  background-position: 4px -494px;
}
.artcle_right_panel .liberty-general_icon {
  background-position: 3px -626px;
}
.artcle_right_panel .manipalcigna-general_icon {
  background-position: 0px -156px;
}
.artcle_right_panel .kotak-general_icon, .artcle_right_panel .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}
.artcle_right_panel .reliance-general_icon {
  background-position: 2px -1538px;
}
.artcle_right_panel .shriram-general_icon {
  background-position: 1px -4466px;
}
.artcle_right_panel .star-general_icon {
  background-position: 2px -1091px;
}
.artcle_right_panel .tata-aig-general_icon {
  background-position: -66px -355px;
}
.artcle_right_panel .max-general_icon_icon, .artcle_right_panel .max-general_icon {
  background-position: 3px -685px;
}
.artcle_right_panel .Axis_icon {
  background-position: -67px -63px;
}
.artcle_right_panel .UTI_icon {
  background-position: -67px -399px;
}
.artcle_right_panel .LIC_icon {
  background-position: -67px -489px;
}
.artcle_right_panel .religare_care_life_icon {
  background-position: -70px -449px;
}
.artcle_right_panel .Yes_icon {
  background-position: 100% 12.6%;
}
.artcle_right_panel .HSBC_icon {
  background-position: 100% 13.5%;
}
.artcle_right_panel .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 0;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.artcle_right_panel .titleText {
  font-size: 24px;
  padding: 10px 14px 10px 14px !important;
  color: #253858;
  font-weight: 500;
  text-align: left !important;
}
.artcle_right_panel .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .artcle_right_panel .card {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .artcle_right_panel {
    width: 100%;
    background: #f4f5f7;
  }
  .artcle_right_panel .article_newsLetter {
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    padding: 15px 20px 25px;
    border-radius: 0px;
  }
}
.artcle_right_panel .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}
.artcle_right_panel .insurerBlock.showHideListing:after,
.artcle_right_panel .calculatorsList li a.showHideListing:after {
  display: none;
}
.artcle_right_panel .linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
  border-radius: 50%;
}
.artcle_right_panel .linkshow:hover {
  opacity: 1;
}
.artcle_right_panel .linkshow:after,
.artcle_right_panel .linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}
.artcle_right_panel .linkshow:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.artcle_right_panel .linkshow:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.artcle_right_panel .linkshow.open:after {
  width: 0;
  height: 0;
}
.artcle_right_panel .calculatorsList li a.showHideListing {
  padding: 15px 0 15px 45px;
}
.artcle_right_panel .stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}
.artcle_right_panel .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}
.artcle_right_panel .card.calculator .stateCheck {
  padding-left: 0;
}
.artcle_right_panel .card.insurers {
  position: relative;
}
.artcle_right_panel .card.insurers .insurerBlock_plan {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 18px 15px 5px;
}
.artcle_right_panel .card.insurers .insurerBlock_plan: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);
          transform: rotate(-45deg);
}
.artcle_right_panel .card.insurers .insurerBlock_plan .insurer_plan {
  font-weight: 200;
  font-size: 14px;
  color: rgba(23, 43, 77, 0.4);
  width: calc(100% - 30px);
  margin-left: 10px;
}
.artcle_right_panel .card.insurers .insurerBlock_plan .insurer_plan span {
  font-weight: 400;
  color: #253858;
  display: block;
  -webkit-transition: color ease-in 0.3s;
  transition: color ease-in 0.3s;
}
.artcle_right_panel .card.calculator,
.artcle_right_panel .card.insurers {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.artcle_right_panel .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}
.artcle_right_panel .insurerBlock .insurerName .stateCheck i,
.artcle_right_panel .card.calculator .stateCheck i {
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  .card.insurers {
    position: relative;
  }
  .card.insurers .showHideListing {
    display: none;
  }
  .card.insurers .card_heading:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
    top: 23px;
  }
  .card.insurers.tabopen .card_heading:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 28px;
  }
}
.slider.globalInfo.slick-initialized.slick-slider {
  top: 20px;
}

@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .artcle_left_panel .card {
    border: none;
  }
  .promotional_banner_right {
    background: #fff;
  }
  .btnViewQuotesNavBar {
    display: block;
    text-align: center;
    max-width: 342px;
    margin: 0px auto;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .btnViewQuotesNavBar img {
    max-height: 340px;
    width: auto;
  }
  .corona-container {
    max-width: 353px !important;
    margin: 0px auto;
  }
  .artcle_right_panel .corona-container {
    max-width: 342px !important;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .promotional_banner_right {
    background: #fff;
  }
  .artcle_left_panel .promotional_banner_right .btnViewQuotesNavBar {
    max-width: 342px;
    margin: 0px auto;
    background: #fff;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .artcle_left_panel .promotional_banner_right .btnViewQuotesNavBar img {
    max-height: auto;
    width: auto;
    max-width: 100% !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .promotional_banner_right {
    background: #fff;
  }
  .artcle_left_panel .promotional_banner_right .btnViewQuotesNavBar {
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .artcle_left_panel .promotional_banner_right .btnViewQuotesNavBar img {
    max-height: 340px;
    width: auto;
    max-width: 300px;
  }
  .promotional_banner_right img, .corona-container {
    width: 310px !important;
    margin: 0px auto;
  }
  .artcle_right_panel .corona-container {
    max-width: 342px !important;
  }
}
@media (max-width: 767px) {
  .promotional_banner_right {
    background: #fff;
  }
  .btnViewQuotesNavBar {
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .btnViewQuotesNavBar img {
    max-height: 342px;
    width: 100%;
    max-width: 300px;
  }
}
#healthStepCJ .form_step {
  display: none;
}

#healthStepCJ .form_step#step_1 {
  display: block;
}

#healthStepCJ .form_step.form_open {
  display: block;
}

#healthStepCJ .form_pagination ul li span p,
#healthStepCJ .form_pagination ul li a p {
  text-indent: -30000px;
  color: #f00;
}

#healthStepCJ #step_3 .form_field .add_counter {
  display: none;
}

#healthStepCJ #step_3 .form_field.checked .add_counter {
  display: block;
}

.form-inline {
  width: 100%;
}

.radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.radios label {
  position: relative;
  height: 50px;
  width: 48%;
}

.radios label input[type=radio] + span {
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.radios label input[type=radio] + span em {
  font-style: normal;
  font-size: 14px;
  color: #253858;
  line-height: 15px;
}

.radios label input[type=radio] + span .gender {
  width: 45px;
  height: 30px;
  display: block;
}

.radios label input[type=radio] + span .gender.male {
  background-position: 4px 0px;
}

.radios label input[type=radio] + span .gender.female {
  background-position: 4px -127px;
}

.radios label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radios label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.radios label input[type=radio]:checked + span em {
  color: #0065ff;
}

.radios label input[type=radio]:checked + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #0065ff;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -9px;
}

.radios label input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1px;
  top: -5px;
}

.radios label input[type=radio]:checked + span .gender.male {
  background-position: 4px -62px;
}

.radios label input[type=radio]:checked + span .gender.female {
  background-position: 4px -201px;
}

.radios.members {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radios.members label {
  height: 100px;
  margin-bottom: 12px;
  width: 31.5%;
}

.radios.members label input[type=radio] + span .gender.male {
  background-position: 6px 4px;
}

.radios.members input[type=radio]:checked + span .gender.male {
  background-position: 6px -58px;
}

.radios.members label input[type=radio] + span .gender.members2 {
  background-position: 1px -438px;
  width: 59px;
}

.radios.members input[type=radio]:checked + span .gender.members2 {
  background-position: 0px -511px;
}

.radios.members label input[type=radio] + span .gender.members3 {
  background-position: 0px -594px;
  width: 66px;
}

.radios.members input[type=radio]:checked + span .gender.members3 {
  background-position: 0px -683px;
}

.radios.members label input[type=radio] + span .gender.members4 {
  background-position: -1px -773px;
  width: 76px;
}

.radios.members input[type=radio]:checked + span .gender.members4 {
  background-position: -1px -856px;
}

.radios.members label input[type=radio] + span .gender.parents {
  background-position: -1px -942px;
  width: 57px;
}

.radios.members input[type=radio]:checked + span .gender.parents {
  background-position: -1px -1022px;
}

.radios.members label input[type=radio] + span .gender.family {
  background-position: 1px -1097px;
}

.radios.members label input[type=radio] + span .gender.family_edit {
  background-position: 0px -1168px;
}

.radios.members label input[type=radio] + span {
  height: 100px;
  text-align: center;
  padding: 5px 2px;
  display: block;
}

.radios.members label input[type=radio] + span em {
  font-size: 12px;
  padding-top: 7px;
}

.radios.members label input[type=radio] + span em.active {
  color: #0065ff;
}

.radios.members label input[type=radio] + span .gender {
  width: 38px;
  height: 38px;
  display: block;
  margin: 5px auto 0;
}

.radios_ped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 5px;
}
.radios_ped label {
  position: relative;
  height: 50px;
  width: 48%;
}
.radios_ped label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.radios_ped label input[type=radio] + span {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px rgba(37, 56, 88, 0.2);
}
.radios_ped label input[type=radio] + span em {
  font-style: normal;
  font-size: 16px;
  color: #253858;
  line-height: 15px;
}

.topContentBox {
  width: 1140px;
  margin: 20px auto;
}
@media only screen and (max-width: 1024px) {
  .topContentBox {
    width: 100%;
    padding: 0px 16px;
  }
}
.topContentBox h1 {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .topContentBox h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }
}
.topContentBox p {
  font-size: 16px;
  margin: 8px 0 0 0;
  display: inline;
  line-height: 24px;
}
.topContentBox p .extraText {
  display: inline;
}
.topContentBox p .extraText.showcontent {
  display: inline !important;
}
@media only screen and (max-width: 1024px) {
  .topContentBox p .extraText {
    display: none;
  }
  .topContentBox p .extraText.showcontent {
    display: inline !important;
  }
}
.topContentBox p .extraTextWeb {
  display: none;
}
.topContentBox p .extraTextWeb.showcontent {
  display: inline !important;
}
@media only screen and (max-width: 1024px) {
  .topContentBox p .extraTextWeb {
    display: none;
  }
  .topContentBox p .extraTextWeb.showcontent {
    display: inline !important;
  }
}
.topContentBox .read_more_art {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .topContentBox .read_more_art {
    color: #0065ff;
    font-size: 16px;
    cursor: pointer;
    display: inline;
    padding: 0;
  }
  .topContentBox .read_more_art .mob-container {
    padding: 0;
  }
  .topContentBox .read_more_art .box-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.input_box {
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 13px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  font-size: 14px;
  color: #253858;
  -webkit-appearance: none;
}

.input_box:focus {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 109, 255, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 109, 255, 0.2);
}

.input_box::-webkit-input-placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box:-ms-input-placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box::-ms-input-placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box::-moz-placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box::placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box:required {
  border: 1px solid #ff5630;
}

.input_box:-webkit-autofill,
.input_box:-webkit-autofill:hover,
.input_boxput:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.input_box.error {
  border: 1px solid #ff5630;
}

.required {
  color: #ff5630;
  font-size: 12px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.quotesBoxWrapper .btn {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 70%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 16px 0 0 70px;
}
@media only screen and (max-width: 1024px) {
  .quotesBoxWrapper .btn {
    width: 100%;
    margin: 0px;
  }
}

button.btn.btnHealthStep1.btnQuote {
  width: 100%;
  margin: 0;
}

.back-step {
  background: #f2f7ff url("../../../images/bu/health/icons_bu.svg") no-repeat 0 50px !important;
  width: 32px;
  height: 32px;
  text-indent: -99999px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
}

.back-step::before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -6px;
}

.stepper-bu {
  margin: 20px auto 20px;
  width: 100%;
}
.stepper-bu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
}
.stepper-bu ul li {
  position: relative;
  height: 30px;
  width: 100%;
  list-style: none;
  cursor: pointer;
}
.stepper-bu ul li span {
  display: none;
}
.stepper-bu ul li::before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  background: #d1d5db;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  z-index: 3;
  position: relative;
}
.stepper-bu ul li::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #d1d5db;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.stepper-bu ul li:last-child::after {
  content: none;
}
.stepper-bu ul li.active::before {
  background: #0065ff;
}
.stepper-bu ul li.active span::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #0065ff;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  background: #ffffff;
}
.stepper-bu ul li.checked::before, .stepper-bu ul li.checked::after {
  background: #0065ff;
}
.stepper-bu ul li:last-child {
  width: 65px;
  left: 1px;
}

.field_wrapper {
  margin-bottom: 15px;
  width: 100%;
}
.field_wrapper.web_50 {
  float: left;
  width: 47%;
}
@media only screen and (max-width: 1024px) {
  .field_wrapper.web_50 {
    width: 100%;
  }
}
.field_wrapper.right_50 {
  margin-right: 26px;
}
.field_wrapper.field_wrapper_family {
  height: calc(100% - 160px);
  overflow: auto;
  padding: 0 4px;
  position: relative;
  margin: 0 20px 0 0;
}
.field_wrapper .label {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  padding: 0 0 8px 0;
  margin: 0;
}
.field_wrapper .error .err {
  font-size: 12px;
  color: #f00;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.field_wrapper .select_box {
  position: relative;
}
.field_wrapper .select_box::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 21px;
}

.loader_btn {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.success-msg {
  position: relative;
}
.success-msg::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: 14px;
  top: 57px;
  content: "";
}

.radio_pills {
  display: inline-block;
  width: 100%;
}
.radio_pills label {
  margin: 0 12px 9px 0;
  display: inline-block;
}
@media only screen and (max-width:768px) {
  .radio_pills label {
    margin: 0px 8px 7px 0px;
  }
}
.radio_pills label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.radio_pills label input[type=radio] + span {
  background: #ffffff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: auto;
  padding: 10px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0065ff;
  font-style: normal;
  font-size: 14px;
  color: #253858;
}
.radio_pills label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #ffffff;
  background: #0065ff;
}

/* plan compare css ends */
.topBanner .container .insurerDetails .insurerFeatures {
  padding-top: 15px;
}
.topBanner .container .insurerDetails .insurerFeatures .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topBanner .container .insurerDetails .insurerFeatures .features + .disclaimer {
  font-size: 12px;
}
.topBanner .container .insurerDetails .insurerFeatures .features .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 15px 5px;
  margin-right: 12px;
}
.topBanner .container .insurerDetails .insurerFeatures .features .block i {
  width: 38px;
  height: 30px;
  display: block;
  text-align: center;
  position: relative;
}
.topBanner .container .insurerDetails .insurerFeatures .features .block span {
  display: block;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #253858;
  line-height: 22px;
}
.topBanner .container .insurerDetails .insurerFeatures .features .block .text {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  width: calc(100% - 30px - 8px);
  margin-left: 8px;
  color: #253858;
}
.topBanner .container .insurerDetails .insurerFeatures .features .block.support-corona .block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 568px) {
  .topBanner .container .insurerDetails .insurerFeatures .features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block {
    display: block;
    text-align: left;
    width: 100% !important;
    position: relative;
    padding: 0 15px 20px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block .text {
    margin-left: 25px;
    margin-top: 0px;
    width: 100%;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block i {
    width: 30px;
    position: absolute !important;
    left: 0;
  }
}

.topBanner .container .insurerDetails #insurer_details .insurerFeatures .features .block span {
  font-weight: 400 !important;
}

.topBanner .container .insurerDetails #insurer_details .insurerFeatures .features .block .text {
  font-weight: 600 !important;
}

@media only screen and (max-width: 1024px) {
  .topBanner .container .insurerDetails {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px 16px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(37, 56, 88, 0.2);
    box-shadow: 0 4px 12px 0 rgba(37, 56, 88, 0.2);
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: initial;
  }
  .topBanner .container .insurerDetails.box-section-mobile {
    float: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #ccc;
    border-radius: 0;
  }
  .topBanner .container .insurerDetails.box-section-mobile .btn {
    display: none;
  }
  .topBanner .container .insurerDetails.box-section-mobile .insurer-bu {
    width: 100%;
  }
  .topBanner .container .insurerDetails.box-section-mobile .insurer-bu .insurerLogo1 {
    display: none;
  }
  .topBanner .container .insurerDetails.box-section-mobile .insurer-bu .h1 {
    margin-left: 0px;
  }
  .topBanner .container .insurerDetails.box-section-mobile .h1-small {
    display: none;
  }
  .topBanner .container .insurerDetails .heading-form {
    font-size: 14px;
    font-weight: 400;
    color: #253858;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .topBanner .container .insurerDetails .heading-form span {
    position: relative;
    font-weight: 700;
    display: block;
  }
  .topBanner .container .insurerDetails .heading-form span:after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #f8e71c;
    margin-top: 0;
    position: absolute;
    left: 0;
  }
  .topBanner .container .insurerDetails .btn {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    font-weight: 400;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 12px;
    min-width: 160px;
    line-height: 1.6;
    max-width: 360px;
    border: solid 1px transparent;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 4px;
    background: #0065ff;
    color: #fff;
    width: 100%;
    margin: 10px auto 0;
  }
}
.insurerDetails {
  position: relative;
}
.insurerDetails .insurerName {
  margin: 0px auto;
  text-align: center;
}
.insurerDetails .insurerName .insurerLogo {
  margin-bottom: 30px;
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .insurerDetails .insurerName .insurerLogo {
    margin-bottom: 10px;
  }
}
.insurerDetails .insurerName .h1 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .insurerDetails .insurerName .h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.insurerDetailPages .slick-track {
  margin-left: 0;
}

@media only screen and (min-width: 1025px) {
  .hideBig {
    display: none !important;
  }
}
.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu {
  background: url(../../../images/bu/corona-support-icons.svg) no-repeat 0 0;
}

.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i {
  width: 41px;
}

.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu.icon-1 {
  background-position: 6px 5px;
}

.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu.icon-2 {
  background-position: -94px 4px;
}

.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu.icon-3 {
  background-position: -44px 3px;
}

.form-field-data.error .err {
  font-size: 12px;
  color: red;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.bottom-main {
  height: 80px;
}

.sticky_bottom_web {
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 550px;
  left: inherit;
  color: #253858;
  padding: 0 16px;
  bottom: 0;
  z-index: 10;
  position: fixed;
  height: 85px;
  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;
  right: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -26px;
  text-align: center;
}
.sticky_bottom_web .errMemberAge {
  font-size: 12px;
  padding: 5px;
  color: #f00;
  position: relative;
  width: 100%;
  text-align: center;
}
.sticky_bottom_web .btn {
  width: 70%;
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .sticky_bottom_web {
    width: 100%;
    left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 440px) {
  .sticky_bottom_web .btn {
    width: 94%;
  }
}

/**********Start RHS FORM**********/
.floatingLeadFormWrapper {
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: relative;
}
.floatingLeadFormWrapper::before {
  content: "";
  background: rgba(23, 43, 77, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.floatingLeadFormWrapper[style="visibility: visible;"]::before {
  opacity: 1;
}
.floatingLeadFormWrapper .floatingLeadForm {
  position: fixed;
  background: #ffffff;
  max-width: 550px;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  z-index: 999999;
  overflow: auto;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
}
@media only screen and (max-width: 1024px) {
  .floatingLeadFormWrapper .floatingLeadForm {
    width: 100%;
    max-width: 100%;
  }
}
.floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper {
  max-width: 90%;
  margin: 20px auto 0;
  width: auto;
  float: none;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper {
    max-width: 90%;
    margin: 20px auto;
  }
}
.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm, .floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm2 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  background: #f4f5f7;
  border-radius: 50%;
  overflow: hidden;
  line-height: 600%;
  z-index: 99;
}
.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm:before, .floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm2:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 18px;
  top: 10px;
}
.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm:after, .floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm2:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 18px;
  top: 10px;
}
.floatingLeadFormWrapper[style="visibility: visible;"] .floatingLeadForm {
  right: 0;
}
.floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper .heading-main {
  margin: 0 0 15px 0;
  line-height: 28px;
  position: relative;
  font-size: 20px;
  color: #253858;
  letter-spacing: 0.24px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1024px) {
  .floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper .heading-main {
    font-size: 18px;
  }
  .floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper .heading-main::after {
    display: none !important;
  }
}
.floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper .heading-main span {
  font-size: 16px;
  letter-spacing: 0.16px;
  display: block;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper .heading-main span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.icons-bu {
  background: url("../../../images/bu/health/icons_bu.svg") no-repeat 0 0;
  top: inherit;
}
.icons-bu.icon-1 {
  background-position: 8px -258px;
}
@media only screen and (max-width: 568px) {
  .icons-bu.icon-1 {
    background-position: 4px -258px;
  }
}
.icons-bu.icon-2 {
  background-position: 5px -314px;
}
@media only screen and (max-width: 568px) {
  .icons-bu.icon-2 {
    background-position: 1px -314px;
  }
}
.icons-bu.icon-3 {
  background-position: 5px -374px;
}
@media only screen and (max-width: 568px) {
  .icons-bu.icon-3 {
    background-position: 1px -374px;
  }
}

.floatingLeadFormWrapper back-step.icons-bu {
  background: #f2f7ff !important;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .radios.members label input[type=radio] + span {
    line-height: 12px;
  }
}
/**********END RHS FORM**********/
/* Discount tag css */
.discountTag {
  height: 25px;
  font-size: 14px;
  color: #fff;
  background: #36b37e;
  font-weight: 400;
  padding: 0 38px 0 12px;
  line-height: 25px;
  margin: -4px 0 10px -22px;
  width: 220px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .discountTag {
    margin: -12px 0 0px -16px;
  }
  .discountTag.article {
    margin: 16px 0 0px -21px;
  }
}
.discountTag.portability {
  width: 250px;
  padding: 0 0px 0 12px;
}
.discountTag::after {
  content: "";
  border-top: 11px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 11px solid #fff;
  position: absolute;
  right: -1px;
}

/* Discount tag css */
.data_ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.data_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;
}
.data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: -19px;
  top: 11px;
  background: #505f79;
  border-radius: 100%;
}

.block_content_wrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.block_content_wrapper ul li {
  padding-left: 0px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

.skeletonCardBox {
  height: 295px;
}

.exitIntentModalNew {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 43, 77, 0.9);
  z-index: 1000;
  -webkit-animation: filterWebFade 0.3s ease-out;
          animation: filterWebFade 0.3s ease-out;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #253858;
}
.exitIntentModalNew .exitIntentInnerNew {
  width: 90%;
  max-width: 792px;
  border-radius: 8px;
  z-index: 99;
  margin: 0 auto 0;
  max-height: 90vh;
  overflow: auto;
  padding: 22px 24px 24px;
  background: #fff;
  position: relative;
}
.exitIntentModalNew .exitIntentInnerNew .imageExitBox {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.exitIntentModalNew .exitIntentInnerNew .tagLine1 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid rgba(37, 56, 88, 0.16);
  padding-bottom: 12px;
  margin-bottom: 16px;
  letter-spacing: 0.24px;
  letter-spacing: 0.24px;
}
.exitIntentModalNew .exitIntentInnerNew .tagLine3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 24px;
}
.exitIntentModalNew .exitIntentInnerNew .tagLine2 {
  font-size: 20px;
  margin-top: 2px;
  font-weight: 500;
}
.exitIntentModalNew .exitIntentInnerNew .tagLine2 span {
  font-weight: bold;
  font-size: 24px;
  color: #0065ff;
}
.exitIntentModalNew .exitIntentInnerNew .tagLine2 sup {
  font-weight: normal;
  font-size: 16px;
}
.exitIntentModalNew .exitIntentInnerNew .exitTopNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@keyframes filterWebFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.exitIntentModalNew .exitIntentInnerNew .exitCloseNew {
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}
.exitIntentModalNew .exitIntentInnerNew .exitCloseNew::after, .exitIntentModalNew .exitIntentInnerNew .exitCloseNew::before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #253858;
}
.exitIntentModalNew .exitIntentInnerNew .exitCloseNew::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.exitIntentModalNew .exitIntentInnerNew .exitCloseNew::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.exitIntentModalNew .exitIntentInnerNew .headingExitNew {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: normal;
}
.exitIntentModalNew .exitIntentInnerNew ul.lisitnExitNew {
  margin: 32px 0 0px;
  padding: 0;
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.exitIntentModalNew .exitIntentInnerNew ul.lisitnExitNew li {
  font-size: 16px;
  padding: 0 0 0 0px;
  margin: 0 0 16px;
  list-style-type: disc;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  font-weight: 500;
}
.exitIntentModalNew .exitIntentInnerNew ul.lisitnExitNew li::marker {
  content: none;
}
.exitIntentModalNew .exitIntentInnerNew ul.lisitnExitNew li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0065ff;
  display: inline-block;
  border-radius: 30px;
  margin: 8px 12px 0 0;
}
.exitIntentModalNew .exitIntentInnerNew .disclaimerExitNew {
  font-size: 10px;
  width: 380px;
  line-height: 18px;
}
.exitIntentModalNew .exitIntentInnerNew .buttonExitNew {
  width: 320px;
  height: 56px;
  border-radius: 4px;
  background: #f35023;
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/**********FAQ Accordian CSS **********/
.faqsWrapper > ul {
  margin: 8px 0 0 0 !important;
}

.faqsWrapper > ul > li {
  border-bottom: 0px 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 > ul > li::marker {
  display: none;
  content: none !important;
  color: transparent !important;
}

.faqsWrapper > ul > li::before {
  content: none !important;
}

.faqsWrapper > ul > li h3,
.faqsWrapper > ul > li h4,
.faqsWrapper > ul > li h2 {
  font-size: 16px !important;
  color: #253858;
  border-bottom: none;
  padding-bottom: 0;
  margin: 10px 0 0 !important;
}

.faqsWrapper > ul > li h3 a,
.faqsWrapper > ul > li h4 a,
.faqsWrapper > ul > li h2 a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
}

.faqsWrapper > ul > li h3 a::after,
.faqsWrapper > ul > li h4 a::after,
.faqsWrapper > ul > li h2 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 > ul > li h3 a[flag=up],
.faqsWrapper > ul > li h4 a[flag=up],
.faqsWrapper > ul > li h2 a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrapper > ul > li h3 a[flag=up]::after,
.faqsWrapper > ul > li h4 a[flag=up]::after,
.faqsWrapper > ul > li h2 a[flag=up]::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 26px;
}

.faqsWrapper > ul > li h3 + div,
.faqsWrapper > ul > li h4 + div,
.faqsWrapper > ul > li h2 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrapper > ul > li h2 a:hover {
  color: #253858;
}

/**********End FAQ Accordian CSS **********/
#navbar-links, .add_counter, .closeHealthFloatingLeadForm2, .sticky_content_link {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .artcle_left_panel .clearfix {
    display: block !important;
    height: 100%;
  }
  .more_less.card {
    bottom: -55px;
  }
  input::-ms-clear {
    display: none;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .carouselWrapperPersonal .slick-arrow:before {
    left: 5px !important;
  }
  .block_content_wrapper ul li {
    list-style: none;
  }
  .topBanner {
    padding-right: 15px !important;
  }
}
ul.ui-autocomplete {
  width: 335px !important;
  position: relative;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.4);
  max-height: 250px;
  overflow: auto;
  z-index: 9999999;
  border: none !important;
}

.popularCity li, ul.ui-autocomplete li {
  padding: 16px !important;
  font-size: 14px;
  color: #666 !important;
  background-image: none !important;
  border: none !important;
  background-color: #fff !important;
  outline: none;
  border: none;
}
.popularCity li .ui-state-active, .popularCity li .ui-widget-content .ui-state-active, .popularCity li .ui-widget-header .ui-state-active, ul.ui-autocomplete li .ui-state-active, ul.ui-autocomplete li .ui-widget-content .ui-state-active, ul.ui-autocomplete li .ui-widget-header .ui-state-active {
  outline: none;
  border: none;
}
.popularCity li .ui-state-active:hover, .popularCity li .ui-widget-content .ui-state-active:hover, .popularCity li .ui-widget-header .ui-state-active:hover, ul.ui-autocomplete li .ui-state-active:hover, ul.ui-autocomplete li .ui-widget-content .ui-state-active:hover, ul.ui-autocomplete li .ui-widget-header .ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.whyChooseWrapper > ul {
  font-size: 0;
  margin-top: 16px !important;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 12px;
}

.starPartnerBox h3 {
  font-size: 24px !important;
  letter-spacing: 0.03em !important;
  line-height: 36px !important;
  text-align: left !important;
  font-weight: 600 !important;
}

.whyChooseWrapper > ul::-webkit-scrollbar {
  display: none;
}

.whyChooseWrapper > ul > li {
  width: calc(31.5% - 12px);
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  display: inline-block;
  padding: 16px !important;
  white-space: normal;
  margin: 4px 0 0 16px !important;
  font-size: 14px !important;
  font-weight: 700;
  color: #253858 !important;
  vertical-align: middle;
  border-radius: 4px;
  position: relative !important;
}
@media only screen and (max-width: 1024px) {
  .whyChooseWrapper > ul > li {
    width: 200px;
  }
}

.whyChooseWrapper > ul > li:first-child {
  margin-left: 0 !important;
  display: none;
  padding-left: 0 !important;
}

.whyChooseWrapper > ul > li:nth-child(2) {
  margin-left: 0 !important;
}

.whyChooseWrapper > ul > li#watch_ceo_video {
  border-left: 4px solid #0052cc;
  cursor: pointer;
}

.whyChooseWrapper > ul > li#view_certificate {
  border-left: 4px solid #5c4cb5;
  cursor: pointer;
}

.whyChooseWrapper > ul > li#claim_settlement {
  border-left: 4px solid #33a9c7;
  cursor: pointer;
}

.whyChooseWrapper > ul > li#green_channel {
  border-left: 4px solid #5dbd93;
  cursor: pointer;
}

.whyChooseWrapper > ul > li:last-child {
  margin-right: 10px !important;
}

.whyChooseWrapper > ul > li .img {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
}

.whyChooseWrapper > ul > li .img img {
  height: auto;
  max-width: 100%;
}

.whyChooseWrapper > ul > li .tagline {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #253858;
}

.whyChooseWrapper > ul > li .desc {
  font-weight: normal;
  font-size: 14px;
  color: #253858;
  min-height: 42px;
  line-height: 22px;
}

.whyChooseWrapper > ul > li .link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #0065ff;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.whyChooseWrapper > ul > li .link .videoIcon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0065ff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
}

.whyChooseWrapper > ul > li .link .videoIcon:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 1px;
}

.whyPolicyCertificateWrapper {
  position: fixed;
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  cursor: default;
  -webkit-animation: certificatePopDesktop 0.3s ease-in-out;
  animation: certificatePopDesktop 0.3s ease-in-out;
}

.greenChannelDataPoints {
  padding: 16px 16px 0 0;
  max-height: 67vh;
  overflow: auto;
  margin-bottom: 16px;
}

.greenChannelDataPoints > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px !important;
}

.greenChannelDataPoints > ul > li i {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background: url("../../../../cdn/images/articles/health/png/sprite_green_why.png") no-repeat 0 0;
  background-size: cover;
}

.greenChannelDataPoints > ul > li i.greenChannel_icon2 {
  background-position: 0 -80px;
}

.greenChannelDataPoints > ul > li i.greenChannel_icon3 {
  background-position: 0 -160px;
}

.greenChannelDataPoints > ul > li i.greenChannel_icon4 {
  background-position: 0 -240px;
}

.greenChannelDataPoints > ul > li i.greenChannel_icon5 {
  background-position: 0 -320px;
}

.greenChannelDataPoints > ul > li i.greenChannel_icon6 {
  background-position: 0 -400px;
}

.greenChannelDataPoints > ul > li p {
  width: calc(100% - 84px);
  color: #505f79;
  font-size: 14px;
}

.greenChannelDataPoints > ul > li p strong {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  display: block;
}

@-webkit-keyframes certificatePopDesktop {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes certificatePopDesktop {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.whyPolicyCertificateWrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(23, 43, 77, 0.9);
}

.whyPolicyCertificateWrapper > div {
  max-width: 650px;
  width: 94%;
  min-height: 425px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.whyPolicyCertificateWrapper .closeCertificate {
  height: 36px;
  width: 36px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  overflow: hidden;
  display: block;
  right: 6px;
  top: 6px;
}

.whyPolicyCertificateWrapper .popHeading {
  font-size: 18px;
  font-weight: 700;
  padding: 16px 50px 16px 16px;
}

.whyPolicyCertificateWrapper .popHeading span {
  font-size: 14px;
  color: #505f79;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}

.whyPolicyCertificateWrapper .topTag {
  border-radius: 4px 0 0 4px;
  background: #00b8d9;
  padding: 5px 6px 5px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 16px 0 -16px 16px;
  position: relative;
  height: 28px;
}

.whyPolicyCertificateWrapper .topTag:after {
  content: "";
  background: url("../../../../cdn/images/articles/health/svg/tag_green_newLaunch.svg") no-repeat -16px 0;
  width: 18px;
  height: 28px;
  position: absolute;
  right: -16px;
  top: 0;
}

.whyPolicyCertificateWrapper .certificateImage {
  width: 100%;
  padding: 0 16px;
}

.whyPolicyCertificateWrapper .certificateImage iframe {
  width: 100%;
  height: 350px;
}

.whyPolicyCertificateWrapper .closeCertificate:after,
.whyPolicyCertificateWrapper .closeCertificate:before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #253858;
}

.whyPolicyCertificateWrapper .closeCertificate:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.whyPolicyCertificateWrapper .closeCertificate:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.whyPolicyCertificateWrapper .certificateImage img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 485px;
  margin: 0 auto 16px;
}

.whyPolicyCertificateWrapper .dataPoints {
  padding: 0 16px 16px;
}

.whyPolicyCertificateWrapper .dataPoints .dataHead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper .dataBlocks {
  width: 28%;
  margin-bottom: 0;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper .dataBlocks .dataIcon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper .dataBlocks .dataTitle {
  font-size: 12px;
  color: #505f79;
  font-weight: 400;
  margin: 0;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper .dataBlocks .dataIcon img {
  display: block;
  width: 100%;
  height: 100%;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper .dataBlocks .dataValue {
  font-size: 16px;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

.whyPolicyCertificateWrapper .dataPoints .dataWrapper .dataBlocks.full {
  width: 44%;
}

.greenChannelImg:before {
  content: "";
  background: url(https://static.pbcdn.in/health-cdn/images/insurer-logo/quotes-logos/sprite_green_why.png) no-repeat 0 0;
  width: 44px;
  height: 44px;
  display: block;
  background-size: cover;
}

@media only screen and (max-width:640px) {
  .corona-container .textstyle {
    text-align: center !important;
  }
}
.artcle_right_panel .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 14px;
  letter-spacing: 0;
}

.artcle_left_panel h2, .artcle_left_panel h2 strong {
  margin-bottom: 10px;
}

.btnViewQuotesNavBar {
  cursor: pointer;
}

.errBoth {
  clear: both;
  font-size: 12px;
  color: red;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.eigty-d-tax-calculator-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 101, 255, 0.1607843137);
          box-shadow: 0px 6px 16px rgba(0, 101, 255, 0.1607843137);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section {
    padding: 16px;
    border-radius: 0;
  }
}
.eigty-d-tax-calculator-section .questions h2 {
  letter-spacing: 0.26px;
  line-height: 32px;
  margin: 0 0 16px;
  color: #253858;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .questions h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.eigty-d-tax-calculator-section .steps {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eigty-d-tax-calculator-section .steps .step {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.eigty-d-tax-calculator-section .steps .step:first-child {
  width: 20px;
}
.eigty-d-tax-calculator-section .steps .step span {
  letter-spacing: 0px;
  line-height: 14px;
  background: #D1D5DB 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  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;
  z-index: 1;
}
.eigty-d-tax-calculator-section .steps .step.active span {
  background: #174CFF;
  cursor: pointer;
}
.eigty-d-tax-calculator-section .steps .step.active::after {
  background: #174CFF;
}
.eigty-d-tax-calculator-section .steps .step::after {
  content: "";
  background: #D1D5DB;
  width: 100%;
  right: 20px;
  top: 9px;
  position: absolute;
  height: 2px;
  z-index: 0;
}
.eigty-d-tax-calculator-section .steps .step:first-child:after {
  display: none;
}
.eigty-d-tax-calculator-section .content-steps .content-step .label-question {
  margin: 24px 0 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #253858;
  font-weight: 500;
  font-size: 18px;
}
.eigty-d-tax-calculator-section .content-steps .content-step .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eigty-d-tax-calculator-section .content-steps .content-step .button-group.center {
  text-align: center;
  display: block;
}
.eigty-d-tax-calculator-section .content-steps .content-step .button-group .button {
  background: #0065FF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  letter-spacing: 0px;
  max-width: 310px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  outline: 0;
  padding: 8px 0;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .content-steps .content-step .button-group .button {
    max-width: 200px;
  }
  .eigty-d-tax-calculator-section .content-steps .content-step .button-group .button.btnEightydStep1 {
    max-width: 100%;
  }
}
.eigty-d-tax-calculator-section .content-steps .content-step .button-group .button.go-back-button {
  width: auto;
  background: transparent;
  color: #253858;
  text-align: left;
}
.eigty-d-tax-calculator-section .content-steps .content-step .button-group .button.go-back-button::before {
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0px 5px 1px 0px;
}
.eigty-d-tax-calculator-section .content-steps .content-step .button-group .button.btnCheckPremium {
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
}
.eigty-d-tax-calculator-section .content-steps .content-step .divider {
  margin: 24px 0 16px;
  height: 1px;
  background: #DFE1E6;
  width: 100%;
}
.eigty-d-tax-calculator-section .form-fields.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .form-fields.radio {
    width: 100% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eigty-d-tax-calculator-section .form-fields.radio .form-input {
    width: 46%;
  }
}
.eigty-d-tax-calculator-section .form-input {
  position: relative;
}
.eigty-d-tax-calculator-section .form-input.select-box {
  max-width: 301px;
}
.eigty-d-tax-calculator-section .form-input.select-box::after {
  display: block;
  width: 8px;
  height: 8px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 21px;
  z-index: 0;
  content: "";
}
.eigty-d-tax-calculator-section .form-input.amount input[type=text] {
  padding: 10px 10px 10px 25px;
}
.eigty-d-tax-calculator-section .form-input .rs-symbol {
  position: absolute;
  font-size: 14px;
  color: #253858;
  top: 15px;
  left: 14px;
  z-index: 1;
}
.eigty-d-tax-calculator-section .form-input .radio-button {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 0.26px;
  color: #253858;
  font-weight: 500;
  width: 212px;
  padding: 20px 16px 20px 37px;
  border: 1px solid #2D3F5E;
  border-radius: 8px;
  background: #fff;
  margin-right: 16px;
}
.eigty-d-tax-calculator-section .form-input .radio-button.error {
  border-color: red;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .form-input .radio-button {
    max-width: 212px;
    width: 100%;
  }
}
.eigty-d-tax-calculator-section .form-input .radio-button.checked {
  color: #174CFF;
  background: #F2F7FF 0% 0% no-repeat padding-box;
  border: 1px solid #174CFF;
}
.eigty-d-tax-calculator-section .form-input .radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.eigty-d-tax-calculator-section .form-input .radio-button input:checked ~ .checkmark {
  background-color: #174CFF;
  border-color: #174CFF;
}
.eigty-d-tax-calculator-section .form-input .radio-button input:checked ~ .checkmark:after {
  display: block;
}
.eigty-d-tax-calculator-section .form-input .radio-button .checkmark {
  position: absolute;
  top: 50%;
  left: 16px;
  height: 16px;
  width: 16px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  border-radius: 50%;
  background: transparent;
  border: 1px solid #253858;
}
.eigty-d-tax-calculator-section .form-input .radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.eigty-d-tax-calculator-section .form-input .checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 21px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.26px;
  color: #253858;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.eigty-d-tax-calculator-section .form-input .checkbox > span {
  display: block;
  color: #7A869A;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.eigty-d-tax-calculator-section .form-input .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.eigty-d-tax-calculator-section .form-input .checkbox input:checked ~ .checkmark {
  background-color: #0065FF;
  border-color: #0065ff;
}
.eigty-d-tax-calculator-section .form-input .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.eigty-d-tax-calculator-section .form-input .checkbox .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #253858;
}
.eigty-d-tax-calculator-section .form-input .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.eigty-d-tax-calculator-section .form-input .form-field {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none !important;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 13px;
  border: solid 1px #253858;
  font-size: 14px;
  color: #253858;
  border-radius: 8px;
  -webkit-appearance: none;
  max-width: 301px;
  z-index: 1;
  position: relative;
}
.eigty-d-tax-calculator-section .form-input .form-field:-webkit-autofill {
  -webkit-background-clip: text;
}
.eigty-d-tax-calculator-section .form-input .form-field.error {
  border-color: red;
}
.eigty-d-tax-calculator-section .form-input .form-field.error + .form-label {
  color: red;
}
.eigty-d-tax-calculator-section .form-input .form-field.labelshow + .form-label, .eigty-d-tax-calculator-section .form-input .form-field:focus + .form-label {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 10px !important;
}
.eigty-d-tax-calculator-section .form-input .form-label {
  color: #253858;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 13px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 2;
}
.eigty-d-tax-calculator-section .result {
  position: relative;
  text-align: center;
}
.eigty-d-tax-calculator-section .result.no-result {
  margin-top: 24px;
}
.eigty-d-tax-calculator-section .result > img.reset_calc {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
.eigty-d-tax-calculator-section .result button {
  background: #0065FF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  letter-spacing: 0px;
  max-width: 310px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  outline: 0;
  padding: 8px 0;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin: 16px auto 0;
  cursor: pointer;
}
.eigty-d-tax-calculator-section .result button.btnCheckPremium {
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
}
.eigty-d-tax-calculator-section .result .divider {
  margin: 24px 0;
  height: 1px;
  background: #DFE1E6;
  width: 100%;
}
.eigty-d-tax-calculator-section .result p.heading {
  font-size: 18px;
  letter-spacing: 0px;
  color: #253858;
  line-height: 28px;
  margin: 0;
  text-align: center;
}
.eigty-d-tax-calculator-section .result p.heading .line {
  display: block;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .result p.heading .line {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .result p.heading {
    font-size: 16px;
  }
}
.eigty-d-tax-calculator-section .result p.heading.bold {
  font-weight: 500;
}
.eigty-d-tax-calculator-section .result p.heading.small {
  font-size: 16px;
  color: #505F79;
  line-height: 24px;
}
.eigty-d-tax-calculator-section .result p.heading.small span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .result p.heading.small {
    font-size: 14px;
  }
}
.eigty-d-tax-calculator-section .result p.heading .green {
  color: #00BA43;
  font-weight: bold;
}
.eigty-d-tax-calculator-section .result p.value {
  margin: 6px 0 4px;
  letter-spacing: 0px;
  line-height: 43px;
  color: #00BA43;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.eigty-d-tax-calculator-section .result-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DFE1E6;
  padding: 24px 0;
  position: relative;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 24px;
}
.eigty-d-tax-calculator-section .result-box > a, .eigty-d-tax-calculator-section .result-box img.reset_calc {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
}
.eigty-d-tax-calculator-section .required-members-insurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .required-members-insurance {
    width: 100%;
  }
}
.eigty-d-tax-calculator-section .required-members-insurance .label {
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #7A869A;
  margin: 0 0 4px;
}
.eigty-d-tax-calculator-section .required-members-insurance .value {
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: 500;
  font-size: 16px;
  color: #172B4D;
  margin: 0;
  text-align: left;
}
.eigty-d-tax-calculator-section .recommended-plans-section .recommended-plans-heading h3 {
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #253858;
  margin: 24px 0 8px;
  text-align: left;
}
.eigty-d-tax-calculator-section .recommended-plans-section .recommended-plans-heading .tag {
  font-size: 14px;
  color: #fff;
  background: #00BA43;
  font-weight: 400;
  padding: 4px 10px 4px 10px;
  line-height: 26px;
  margin: 0px;
  width: 235px;
  position: relative;
  display: block;
}
.eigty-d-tax-calculator-section .recommended-plans-section .recommended-plans-heading .tag::after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 17px solid #fff;
  position: absolute;
  right: 0px;
  top: 0;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 10px 2px;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans::-webkit-scrollbar {
  width: 0;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 4px rgba(37, 56, 88, 0.1215686275);
          box-shadow: 0px 0px 4px rgba(37, 56, 88, 0.1215686275);
  border-radius: 8px;
  padding: 24px 16px;
  max-width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin-right: 16px;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .recommended-plans-section .plans .plan {
    max-width: 275px;
  }
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .heading-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .heading-image img {
    max-width: 90px;
  }
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .heading-image .heading .name {
  letter-spacing: 0px;
  line-height: 21px;
  font-weight: 500;
  font-size: 16px;
  color: #253858;
  margin: 0 0 4px;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .heading-image .heading .description {
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #7A869A;
  margin: 0;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .cover-starting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .cover-starting .label {
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #7A869A;
  margin: 0 0 4px;
}
.eigty-d-tax-calculator-section .recommended-plans-section .plans .plan .cover-starting .value {
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: 500;
  font-size: 16px;
  color: #172B4D;
  margin: 0;
}
.eigty-d-tax-calculator-section .err {
  font-size: 12px;
  color: red;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (max-width: 1024px) {
  .container.index {
    padding-left: 0px;
    padding-right: 0px;
    background: #f4f5f7;
  }
  .topBanner .container .insurer-bu {
    margin: 0px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    width: calc(100% - 30px - 8px);
    margin-left: 8px;
    color: #253858;
    padding-left: 31px;
  }
  .comparePlanInner .boxCompareNew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .insurerDetails.box-section-mobile {
    margin-top: 0px !important;
  }
  .showForm {
    padding-bottom: 0px !important;
  }
  #health_provider.showForm {
    padding-bottom: 25px !important;
  }
}
.mulfilter {
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0;
}
@media (max-width: 568px) {
  .mulfilter {
    border-radius: 0px;
  }
}
.mulfilter.bgyellow {
  background: #FFFFED;
}
.mulfilter.elevation {
  -webkit-box-shadow: 0px 1px 4px rgba(52, 105, 203, 0.2);
          box-shadow: 0px 1px 4px rgba(52, 105, 203, 0.2);
}
.mulfilter .heading-text {
  font-weight: 500;
  position: relative;
  padding: 3px 0 10px;
  margin: 0px 5px 15px;
}
.mulfilter .heading-text:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 3px;
  left: 0px;
  bottom: 0;
  background: #0563f6;
}
.mulfilter .tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mulfilter .tab-wrapper.insurer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mulfilter .tab-wrapper.insurer-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .mulfilter .tab-wrapper.insurer-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 371px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mulfilter .tab-wrapper.insurer-icon:after {
  height: 0;
  width: 105px;
  content: "";
}
.mulfilter .tab-wrapper.insurer-icon .radio-tab {
  margin: 5px;
  width: 15.3%;
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 13% !important;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 15.3% !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 13.2%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 18% !important;
  }
}
@media (max-width: 767px) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 30%;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 30.5%;
    margin: 5px;
  }
}
@media only screen and (max-width: 375px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 18.7% !important;
  }
}
@media (max-width: 375px) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 30.5%;
    margin: 5px;
  }
}
@media only screen and (max-width: 371px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 46.5%;
  }
}
@media (max-width: 371px) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 46.5%;
    margin: 5px;
  }
}
@media only screen and (max-width: 320px) and (orientation: landscape) {
  .mulfilter .tab-wrapper.insurer-icon .radio-tab {
    width: 46.5%;
  }
}
.mulfilter .tab-wrapper .mobile-hide {
  position: relative;
}
@media (max-width: 768px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mulfilter .tab-wrapper .mobile-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .mulfilter .tab-wrapper .mobile-hide {
    display: none;
  }
}
.mulfilter .radio_box_inner .input-checkbox,
.mulfilter .radio_box_inner .input-radio {
  top: 15px;
  left: 16px;
}
.mulfilter .radio-tab {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 6px;
}
.mulfilter .radio-tab:last-child {
  margin-right: 0px;
}
.mulfilter .radio-tab input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.mulfilter .radio-tab input[type=radio]:focus + label {
  border: 1px solid #E7E7E7;
}
.mulfilter .radio-tab input[type=radio]:checked + label {
  background-color: #0065ff;
  color: #fff;
  border: 1px solid #0065ff;
}
.mulfilter .radio-tab input[type=radio]:checked + label.img_Ins {
  background-color: #fff;
  border: 1px solid #0065ff;
}
.mulfilter .radio-tab .linktab, .mulfilter .radio-tab .link-tab {
  display: inline-block;
  background-color: #fff;
  padding: 7px 14px;
  font-family: sans-serif, Arial;
  font-size: 12px;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  color: #253858;
  cursor: pointer;
}
@media only screen and (max-width: 568px) {
  .mulfilter .radio-tab .linktab, .mulfilter .radio-tab .link-tab {
    display: block;
    text-align: center;
  }
}
.mulfilter .radio-tab .linktab:before, .mulfilter .radio-tab .link-tab:before {
  content: "₹";
}
.mulfilter .radio-tab .linktab:hover, .mulfilter .radio-tab .link-tab:hover {
  background-color: #fff;
}
.mulfilter .radio-tab .linktab.img_ins, .mulfilter .radio-tab .img_ins.link-tab {
  border-radius: 8px;
}
.mulfilter .radio-tab .linktab.img_ins:before, .mulfilter .radio-tab .img_ins.link-tab:before {
  display: none;
}
.mulfilter .radio-tab .linktab img, .mulfilter .radio-tab .link-tab img {
  max-width: 90px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mulfilter .radio-tab .linktab img, .mulfilter .radio-tab .link-tab img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mulfilter .radio-tab .linktab img, .mulfilter .radio-tab .link-tab img {
    max-width: 100%;
  }
}
.mulfilter .radio-tab .link-tab:before {
  content: "";
}
.mulfilter.chooseinsurer .radio-tab {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 6px;
}
@media only screen and (max-width: 568px) {
  .mulfilter.chooseinsurer .radio-tab {
    width: 31%;
  }
}
@media only screen and (max-width: 375px) {
  .mulfilter.chooseinsurer .radio-tab {
    width: 48%;
  }
}
.mulfilter .view_all_filter_wrapper {
  display: none;
}
@media (max-width: 768px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mulfilter .view_all_filter_wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .mulfilter .view_all_filter_wrapper {
    display: block;
    text-align: center;
  }
  .mulfilter .view_all_filter_wrapper .view_all_filter {
    color: #0065ff;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0px;
    margin: 10px 0 0;
  }
  .mulfilter .view_all_filter_wrapper .view_all_filter:before {
    content: "";
    border: solid #0065ff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 64%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: -7px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .mulfilter .view_all_filter_wrapper .view_all_filter.active:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 94%;
  }
}

.insurance_coverage {
  background: #F9FAFF;
  border-radius: 8px;
  padding: 20px 10px;
  height: 600px;
  overflow: hidden;
  margin: 30px auto;
  max-width: 750px;
}
@media screen and (max-width: 1024px) {
  .insurance_coverage {
    height: 590px;
  }
}
@media screen and (max-width: 640px) {
  .insurance_coverage {
    margin: 0px auto;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .insurance_coverage {
    height: 620px;
  }
}
.insurance_coverage .h2 {
  color: #253858;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .insurance_coverage .h2 {
    font-size: 18px;
  }
}
.insurance_coverage .coverageplan_wrapper {
  overflow-y: scroll;
  height: 500px;
  margin-top: 20px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.insurance_coverage .coverageplan_wrapper::-webkit-scrollbar {
  width: 3px;
}
.insurance_coverage .coverageplan_wrapper::-webkit-scrollbar-track {
  background: #ebf3fd;
}
.insurance_coverage .coverageplan_wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
}
.insurance_coverage .coverageplan_wrapper::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.insurance_coverage .coverageplan {
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  max-width: 750px;
}
.insurance_coverage .coverageplan:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .insurance_coverage .coverageplan {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .insurance_coverage .coverageplan {
    font-size: 14px;
    line-height: 20px;
  }
  .insurance_coverage .coverageplan span {
    margin-bottom: 0px;
  }
}
.insurance_coverage .coverageplan span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #5E6C84;
  line-height: 20px;
}
.insurance_coverage .coverageplan .plantype {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.insurance_coverage .coverageplan .plantype .typeid {
  width: 70%;
  max-width: 350px;
}
@media screen and (max-width: 640px) {
  .insurance_coverage .coverageplan .plantype .typeid {
    width: 50%;
    font-size: 14px;
  }
}
.insurance_coverage .coverageplan .plantype .planfor {
  background: #FDEFB4;
  color: #f90;
  font-size: 12px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .insurance_coverage .coverageplan .plantype .planfor {
    padding: 0px 10px;
    font-size: 9px;
    text-align: center;
    line-height: 9px;
  }
}
.insurance_coverage .coverageplan .plan-info ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.insurance_coverage .coverageplan .plan-info ul li {
  list-style: none;
  margin: 5px 0 0px 0px !important;
}
@media screen and (max-width: 640px) {
  .insurance_coverage .coverageplan .plan-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .insurance_coverage .coverageplan .plan-info ul li {
    width: 50%;
    margin: 10px 0;
    font-size: 14px;
  }
  .insurance_coverage .coverageplan .plan-info ul li:last-child {
    width: 100%;
  }
}
.insurance_coverage .coverageplan .plan-info ul .checkpremium {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #0663f6;
  color: #fff;
  padding: 6px 12px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .insurance_coverage .coverageplan .plan-info ul .checkpremium {
    background: #fff;
    color: #0663f6;
    border: 1px solid #0663f6;
  }
}

@media screen and (max-width: 500px) {
  .tabsWrapper {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  #cover_top_plan .hide-mobile {
    display: none;
  }
}
#cover_top_plan .hide-desktop {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .hide-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#cover_top_plan .planHeading {
  font-size: 18px;
  color: #253858;
  margin-bottom: 1rem;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .planHeading {
    font-size: 16px;
  }
}
#cover_top_plan .planHeading span {
  color: #0065FF;
}
#cover_top_plan .tabs.health_tab {
  border: none;
}
#cover_top_plan .tabs.health_tab ul li {
  margin-right: 1rem;
}
#cover_top_plan .tabs.health_tab ul li:last-child {
  margin-right: 0;
}
#cover_top_plan .tabs.health_tab ul li a {
  padding-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
}
#cover_top_plan .tabs.health_tab ul li a::after {
  content: "";
}
#cover_top_plan .tabs.health_tab ul li.active {
  color: #0065FF;
}
#cover_top_plan .tabs.health_tab ul li.active a {
  border: 1px solid #0065FF;
}
#cover_top_plan .tabs.health_tab ul li.active a::after {
  content: "";
  position: static;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans {
    white-space: inherit;
    overflow: inherit;
  }
}
#cover_top_plan .tabsDetails.top_plans .card {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  float: right;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .ribbons {
    float: left;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #E3FCEF;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  color: #36B37E;
  padding: 3px 10px 3px 20px;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a {
    padding: 3px 20px 3px 10px;
    margin-bottom: 10px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a span {
  padding: 10px;
}
#cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a::before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .ribbons ul li a::before {
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body {
  padding: 16px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .logo_top {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .logo_top {
    margin-right: 16px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .titleh6 div {
  color: #253858;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .titleh6 div {
    display: block;
    font-size: 14px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .insurer_card_top .titleh6 span {
  color: #7A869A;
  font-size: 14px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .featuresBlock {
  padding-bottom: 0;
  width: auto;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .featuresBlock .featuresIcon {
  display: none;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .featuresBlock .featuresIcon::before {
  display: none;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 5px;
  width: 24%;
  color: #7A869A;
  font-size: 12px;
  border: 1px solid #DFE1E6;
  border-radius: 5px;
  text-align: center;
  margin: 0 12px 0 0px;
  line-height: 16px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p:last-child {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p {
    padding: 3px 3px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures p {
    margin-bottom: 10px;
    width: auto;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .allFeatures {
  background-color: #E3FCEF;
  color: #0065FF;
  padding: 2px 10px;
  border: 1px solid #e3fcef;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  width: auto;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .allFeatures b {
  margin-right: 3px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .planFeatures .allFeatures {
    margin-bottom: 10px;
  }
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter div {
  color: #7A869A;
  font-size: 12px;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter div span {
  display: block;
  color: #253858;
  font-size: 16px;
  font-weight: 600;
}
#cover_top_plan .tabsDetails.top_plans .card .card-body .topFeatures .featuresHightlighter div:first-child {
  padding-right: 15px;
}
@media screen and (max-width: 560px) {
  #cover_top_plan .tabsDetails.top_plans .more_less.card.up .seeMorePlans:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 15px;
  }
}
#cover_top_plan .tabsDetails.top_plans .more_less.card {
  background: transparent;
  border: none;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: -27px;
}
#cover_top_plan .tabsDetails.top_plans .more_less.card.up .seeMorePlans::after {
  top: 0px !important;
}
#cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  padding-right: 25px;
  border-radius: 20px;
  position: relative;
  width: auto;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans {
    font-size: 12px;
    position: relative;
  }
}
#cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans::after {
  position: relative;
  right: -10px;
  top: -2px;
  border-color: #0663f6;
}
@media screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .more_less.card .seeMorePlans::after {
    content: "";
    border: solid #0663f6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar {
  padding: 10px 15px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar {
    padding: 10px 15px 15px;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn:before {
  content: "";
  border-top: 0.5px solid #dfe1e6;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn:before {
    left: -15px;
    right: -15px;
    top: -6px;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: initial;
  position: relative;
  margin-right: auto;
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price {
    margin-left: 0;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price > span {
  font-size: 12px;
  color: #7A869A;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price {
    text-align: left;
    font-size: inherit;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .price strong {
  font-size: 16px;
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn > span {
  display: block;
  color: #7A869A;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn > span {
    display: block;
  }
}
#cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .btnCheckPremium {
  border-radius: 8px;
  text-transform: inherit;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .btnCheckPremium {
    width: 150px;
    min-width: 130px;
    font-size: 13px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 440px) {
  #cover_top_plan .tabsDetails.top_plans .featuresActionBar .priceBtn .btnCheckPremium {
    width: 150px;
    min-width: 150px;
  }
}

#cover_top_plan .container section {
  padding: 0;
}

.planHeading {
  font-size: 18px;
  color: #253858;
  margin-bottom: 1rem;
}
@media screen and (max-width: 560px) {
  .planHeading {
    font-size: 16px;
  }
}
.planHeading span {
  color: #0065FF;
}

#cover_top_plan > input[type=radio] {
  position: absolute;
  left: -200vw;
}

#cover_top_plan .tabsDetails.top_plans {
  display: block;
}

#cover_top_plan .tab-panel {
  display: none;
  padding: 0;
  margin-top: 1.5rem;
  background-color: transparent;
  background: transparent;
}

#cover_top_plan > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
#cover_top_plan > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
#cover_top_plan > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
#cover_top_plan > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
#cover_top_plan > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
#cover_top_plan > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

#cover_top_plan > label {
  position: relative;
  display: inline-block;
  padding: 5.5px 20px;
  background: #fff;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  border-radius: 100px;
  margin-right: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #cover_top_plan > label {
    padding: 7px 10px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #cover_top_plan > label {
    margin-right: 0px;
    font-size: 13px;
  }
}

#cover_top_plan > label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

#cover_top_plan > label:hover,
#cover_top_plan > input:focus + label {
  color: #06c;
}

#cover_top_plan > label:hover::after,
#cover_top_plan > input:focus + label::after,
#cover_top_plan > input:checked + label::after {
  border: 1px solid #0065FF;
  color: #0065FF;
  border-radius: 20px;
}

#cover_top_plan > input:checked + label {
  color: #0065FF;
}

*[lang$=IN] .artcle_left_panel .tabsWrapper #cover_top_plan .featuresActionBar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.show-more-less-content .health-read-more, .show-more-less-content .read-more {
  margin-top: 0;
}

.more_less.card.up .seeMorePlans:after {
  top: 20px !important;
}

.featuresActionBar .priceBtn::before {
  border-top-width: 0.1px !important;
}
@media only screen and (max-width: 1024px) {
  .featuresActionBar .priceBtn {
    margin-top: 10px;
  }
}

.home-visit {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 339px;
}
@media screen and (max-width: 1024px) {
  .home-visit {
    background: #fff;
    height: auto;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 20px 0;
    padding: 16px;
    border-radius: 0;
  }
}
.home-visit .promotional_banner_right {
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .home-visit .promotional_banner_right {
    max-width: 300px;
    margin: 0 auto;
  }
}
.home-visit .promotional_banner_right a.btnViewQuotesNavBar {
  border-radius: 8px;
}
.home-visit .promotional_banner_right a.btnViewQuotesNavBar img {
  margin-bottom: 0;
  border-radius: 8px;
}

.home-visit {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 339px;
}
@media screen and (max-width: 1024px) {
  .home-visit {
    background: #fff;
    height: auto;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 20px 0;
    padding: 16px;
    border-radius: 0;
  }
}
.home-visit .promotional_banner_right {
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .home-visit .promotional_banner_right {
    max-width: 300px;
    margin: 0 auto;
  }
}
.home-visit .promotional_banner_right a.btnViewQuotesNavBar {
  border-radius: 8px;
}
.home-visit .promotional_banner_right a.btnViewQuotesNavBar img {
  margin-bottom: 0;
  border-radius: 8px;
}
.home-visit.home-visit-content {
  border: 0;
  border-radius: 8px;
  margin-bottom: 20px;
  height: auto;
  background: linear-gradient(152.58deg, rgba(0, 101, 255, 0.1019607843) 0%, rgba(0, 255, 240, 0.1019607843) 95.63%);
  position: relative;
  padding: 14px 16px 18px;
}
@media screen and (max-width: 1024px) {
  .home-visit.home-visit-content {
    max-width: 328px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-visit.home-visit-content {
    max-width: 100%;
    margin: 0 auto 16px;
  }
}
.home-visit.home-visit-content .promotional_banner_right {
  background: transparent;
  text-align: left;
}
.home-visit.home-visit-content .promotional_banner_right .fos-button::after {
  content: "";
  background: url(../../../images/bu/health/fos/rhs-home-visit-image.png) no-repeat center/contain;
  width: 135px;
  height: 169px;
  position: absolute;
  right: 0;
  top: -14px;
}
@media screen and (max-width: 1024px) {
  .home-visit.home-visit-content .promotional_banner_right .fos-button::after {
    max-width: 160px;
    max-height: 200px;
    width: 40%;
    height: unset;
    aspect-ratio: 70/87;
  }
}
.home-visit.home-visit-content .sub-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #253858;
}
.home-visit.home-visit-content .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #253858;
  margin: 2px 0 10px;
  max-width: 170px;
}
.home-visit.home-visit-content .pointers-list .pointer {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #253858;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.home-visit.home-visit-content .pointers-list .pointer:last-child {
  margin: 0;
}
.home-visit.home-visit-content .pointers-list .pointer .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}
.home-visit.home-visit-content .pointers-list .pointer .icon.icon-1 {
  background: url(../../../images/bu/health/fos/rhs-home-visit-icon-1.svg);
}
.home-visit.home-visit-content .pointers-list .pointer .icon.icon-2 {
  background: url(../../../images/bu/health/fos/rhs-home-visit-icon-2.svg);
}
.home-visit.home-visit-content .pointers-list .pointer .icon.icon-3 {
  background: url(../../../images/bu/health/fos/rhs-home-visit-icon-3.svg);
}
.home-visit.home-visit-content .button {
  background: #0065ff;
  border-radius: 8px;
  padding: 12px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 16px 0 0;
  cursor: pointer;
}
.home-visit.home-visit-content:has(.appointment-booked-section) {
  border: 1px solid #DFE1E6;
  background: #fff;
  padding: 0;
}
.home-visit.home-visit-content:has(.appointment-booked-section) .promotional_banner_right .fos-button::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-visit.home-visit-content:has(.appointment-booked-section) {
    max-width: 342px;
  }
}
.home-visit.home-visit-content:has(.appointment-booked-section) .appointment-booked-section {
  padding: 16px 16px 6px;
}