@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  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%;
  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;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 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: flex;
          align-items: center;
          justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .rounded.slick-prev {
  border: 1px solid #2B61EC;
  display: flex;
          align-items: center;
          justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .customeArrow.slick-disabled {
  border-color: #A0A9BA;
}
.trustedBy .customeArrow {
  border: 1px solid #2B61EC;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}
.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}
.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
}
@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, .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: flex;
          flex-direction: row;
          justify-content: space-between;
}

.leftSection {
  width: 758px;
  float: left;
}
.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}
.leftSection .mf-h1 h1 {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}
@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;
  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: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0px auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068D9;
  border-radius: 4px;
  display: flex;
      flex-wrap: nowrap;
  position: relative;
}
.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(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: flex;
          flex-direction: column;
      flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
          flex-direction: row;
          justify-content: center;
  height: 43px;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 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;
  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;
          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: flex;
        flex-wrap: wrap;
    margin: 0;
            flex-direction: row;
            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 {
    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: flex;
  width: 40%;
          flex-direction: column;
  text-align: center;
  height: 100%;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0px;
    height: 100%;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #F7FAFF;
  padding: 8px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065FF;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}
.leftSection .mid-form .disclaimer a {
  color: #0065FF;
}
.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}
.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}
.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .hlvdata-block 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;
  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 h2.mt0, .leftSection .h2.mt0 {
  margin-top: 0;
}
.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}
.leftSection h3 a {
  color: #0065FF;
  padding-top: 6px;
  display: block;
}
.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .footable {
  width: 100%;
}
.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 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;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  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: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}
.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 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 {
          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;
  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;
  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;
  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 {
  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: flex;
          align-items: center;
      flex-wrap: wrap;
          justify-content: CENTER;
}
@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}
.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}
.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}
.pbRelatedLinks.moretag {
  display: table;
}
.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}
@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}

.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
          box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}
.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 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%;
          transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
          align-items: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: 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 {
  transform: rotate(45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #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: flex;
  padding: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block {
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-3:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-4:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}
.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}
.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}
.blue-block span.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: 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: 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: flex;
  position: relative;
          justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
            justify-content: flex-start !important;
    margin-left: -10px;
  }
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !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: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
          align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-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;
            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: flex;
          flex-direction: row;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
            flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 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;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: none;
  margin-bottom: 16px;
  padding-top: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: none;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: none;
  border: none;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}
@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0px;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: bold;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a, #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: normal;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}

.visa-guide, .place-to-visit-across-world {
  border-radius: 8px;
  background-color: #F4F7FE;
  padding: 15px 24px 5px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .visa-guide, .place-to-visit-across-world {
    padding: 15px 15px 5px;
  }
}
.visa-guide .visa-guide-title, .visa-guide .place-to-visit-across-world-title, .place-to-visit-across-world .visa-guide-title, .place-to-visit-across-world .place-to-visit-across-world-title {
  border-bottom: 1px solid #D9DDE2;
}
.visa-guide .visa-guide-title h2, .visa-guide .place-to-visit-across-world-title h2, .place-to-visit-across-world .visa-guide-title h2, .place-to-visit-across-world .place-to-visit-across-world-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;
  text-transform: none;
}
.visa-guide .visa-guide-content, .visa-guide .place-to-visit-across-world-content, .place-to-visit-across-world .visa-guide-content, .place-to-visit-across-world .place-to-visit-across-world-content {
  margin-top: 0px;
  display: flex;
      flex-wrap: wrap;
  position: relative;
          justify-content: flex-start;
  margin-top: 21px;
}
@media screen and (max-width: 540px) {
  .visa-guide .visa-guide-content, .visa-guide .place-to-visit-across-world-content, .place-to-visit-across-world .visa-guide-content, .place-to-visit-across-world .place-to-visit-across-world-content {
    padding-bottom: 10px;
            justify-content: flex-start;
  }
}
.visa-guide .visa-guide-content .visa-guide-block, .visa-guide .visa-guide-content .place-to-visit-across-world-block, .visa-guide .place-to-visit-across-world-content .visa-guide-block, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block, .place-to-visit-across-world .visa-guide-content .visa-guide-block, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
  max-width: 160px;
  width: 24%;
  height: 160px;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  margin: 0px 22px 20px 0;
  padding: 0px 12px 0;
  border-radius: 8px;
  display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.visa-guide .visa-guide-content .visa-guide-block:nth-child(4n+0), .visa-guide .visa-guide-content .place-to-visit-across-world-block:nth-child(4n+0), .visa-guide .place-to-visit-across-world-content .visa-guide-block:nth-child(4n+0), .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(4n+0), .place-to-visit-across-world .visa-guide-content .visa-guide-block:nth-child(4n+0), .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:nth-child(4n+0), .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:nth-child(4n+0), .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(4n+0) {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .visa-guide .visa-guide-content .visa-guide-block, .visa-guide .visa-guide-content .place-to-visit-across-world-block, .visa-guide .place-to-visit-across-world-content .visa-guide-block, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block, .place-to-visit-across-world .visa-guide-content .visa-guide-block, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
    width: 22.45%;
    max-width: 22.45%;
  }
}
@media screen and (max-width: 768px) {
  .visa-guide .visa-guide-content .visa-guide-block, .visa-guide .visa-guide-content .place-to-visit-across-world-block, .visa-guide .place-to-visit-across-world-content .visa-guide-block, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block, .place-to-visit-across-world .visa-guide-content .visa-guide-block, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
    width: 22%;
    max-width: 22%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .visa-guide .visa-guide-content .visa-guide-block, .visa-guide .visa-guide-content .place-to-visit-across-world-block, .visa-guide .place-to-visit-across-world-content .visa-guide-block, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block, .place-to-visit-across-world .visa-guide-content .visa-guide-block, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
    width: 23.45%;
  }
  .visa-guide .visa-guide-content .visa-guide-block:not(:nth-child(4n+0)), .visa-guide .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .visa-guide .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(4n+0)), .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .place-to-visit-across-world .visa-guide-content .visa-guide-block:not(:nth-child(4n+0)), .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(4n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media screen and (orientation: landscape) and (max-width: 830px) {
  .visa-guide .visa-guide-content .visa-guide-block, .visa-guide .visa-guide-content .place-to-visit-across-world-block, .visa-guide .place-to-visit-across-world-content .visa-guide-block, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block, .place-to-visit-across-world .visa-guide-content .visa-guide-block, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
    width: 21.65%;
  }
  .visa-guide .visa-guide-content .visa-guide-block:not(:nth-child(4n+0)), .visa-guide .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .visa-guide .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(4n+0)), .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .place-to-visit-across-world .visa-guide-content .visa-guide-block:not(:nth-child(4n+0)), .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(4n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 600px) {
  .visa-guide .visa-guide-content .visa-guide-block, .visa-guide .visa-guide-content .place-to-visit-across-world-block, .visa-guide .place-to-visit-across-world-content .visa-guide-block, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block, .place-to-visit-across-world .visa-guide-content .visa-guide-block, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
    width: 46%;
    max-width: 46%;
  }
  .visa-guide .visa-guide-content .visa-guide-block:not(:nth-child(4n+0)), .visa-guide .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .visa-guide .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(4n+0)), .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .place-to-visit-across-world .visa-guide-content .visa-guide-block:not(:nth-child(4n+0)), .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(4n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(4n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
  .visa-guide .visa-guide-content .visa-guide-block:not(:nth-child(2n+0)), .visa-guide .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(2n+0)), .visa-guide .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(2n+0)), .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(2n+0)), .place-to-visit-across-world .visa-guide-content .visa-guide-block:not(:nth-child(2n+0)), .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:not(:nth-child(2n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:not(:nth-child(2n+0)), .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:not(:nth-child(2n+0)) {
    margin-right: 19px;
  }
}
.visa-guide .visa-guide-content .visa-guide-block .icon.format, .visa-guide .visa-guide-content .place-to-visit-across-world-block .icon.format, .visa-guide .place-to-visit-across-world-content .visa-guide-block .icon.format, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block .icon.format, .place-to-visit-across-world .visa-guide-content .visa-guide-block .icon.format, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block .icon.format, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block .icon.format, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block .icon.format {
  height: 70px;
  display: block;
  width: 70px;
  margin: 0px auto;
  padding: 0px 0 0;
  position: relative;
}
.visa-guide .visa-guide-content .visa-guide-block .visa-guide-content-title, .visa-guide .visa-guide-content .visa-guide-block .place-to-visit-across-world-content-title, .visa-guide .visa-guide-content .place-to-visit-across-world-block .visa-guide-content-title, .visa-guide .visa-guide-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title, .visa-guide .place-to-visit-across-world-content .visa-guide-block .visa-guide-content-title, .visa-guide .place-to-visit-across-world-content .visa-guide-block .place-to-visit-across-world-content-title, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block .visa-guide-content-title, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title, .place-to-visit-across-world .visa-guide-content .visa-guide-block .visa-guide-content-title, .place-to-visit-across-world .visa-guide-content .visa-guide-block .place-to-visit-across-world-content-title, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block .visa-guide-content-title, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block .visa-guide-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block .place-to-visit-across-world-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block .visa-guide-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title {
  color: #172B4D;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 16px;
}
.visa-guide .visa-guide-content .visa-guide-block:hover .visa-guide-content-title, .visa-guide .visa-guide-content .visa-guide-block:hover .place-to-visit-across-world-content-title, .visa-guide .visa-guide-content .place-to-visit-across-world-block:hover .visa-guide-content-title, .visa-guide .visa-guide-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title, .visa-guide .place-to-visit-across-world-content .visa-guide-block:hover .visa-guide-content-title, .visa-guide .place-to-visit-across-world-content .visa-guide-block:hover .place-to-visit-across-world-content-title, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .visa-guide-content-title, .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title, .place-to-visit-across-world .visa-guide-content .visa-guide-block:hover .visa-guide-content-title, .place-to-visit-across-world .visa-guide-content .visa-guide-block:hover .place-to-visit-across-world-content-title, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:hover .visa-guide-content-title, .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:hover .visa-guide-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:hover .place-to-visit-across-world-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .visa-guide-content-title, .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title {
  color: #0065ff;
}
.visa-guide .visa-guide-content .more-cities, .visa-guide .place-to-visit-across-world-content .more-cities, .place-to-visit-across-world .visa-guide-content .more-cities, .place-to-visit-across-world .place-to-visit-across-world-content .more-cities {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  bottom: 5px;
  z-index: 1;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  font-size: 13px;
  box-shadow: 1px 1px 5px #ccc;
  text-align: center;
  color: #0662f6;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 541px) {
  .visa-guide .visa-guide-content .more-cities, .visa-guide .place-to-visit-across-world-content .more-cities, .place-to-visit-across-world .visa-guide-content .more-cities, .place-to-visit-across-world .place-to-visit-across-world-content .more-cities {
    display: none;
  }
}
.visa-guide .visa-guide-content .more-cities.see-more:after, .visa-guide .place-to-visit-across-world-content .more-cities.see-more:after, .place-to-visit-across-world .visa-guide-content .more-cities.see-more:after, .place-to-visit-across-world .place-to-visit-across-world-content .more-cities.see-more:after {
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.visa-guide .visa-guide-content .more-cities:after, .visa-guide .place-to-visit-across-world-content .more-cities:after, .place-to-visit-across-world .visa-guide-content .more-cities:after, .place-to-visit-across-world .place-to-visit-across-world-content .more-cities:after {
  content: "";
  border: solid #0662f6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(225deg);
  position: relative;
  right: -10px;
  top: 1px;
}
.visa-guide .visa-guide-view-all, .visa-guide .place-to-visit-across-world-view-all, .place-to-visit-across-world .visa-guide-view-all, .place-to-visit-across-world .place-to-visit-across-world-view-all {
  text-align: left;
  margin-bottom: 10px;
}
.visa-guide .visa-guide-view-all a, .visa-guide .visa-guide-view-all span, .visa-guide .place-to-visit-across-world-view-all a, .visa-guide .place-to-visit-across-world-view-all span, .place-to-visit-across-world .visa-guide-view-all a, .place-to-visit-across-world .visa-guide-view-all span, .place-to-visit-across-world .place-to-visit-across-world-view-all a, .place-to-visit-across-world .place-to-visit-across-world-view-all span {
  font-size: 12px;
  font-weight: bold;
}
.visa-guide .visa-guide-view-all a::before, .visa-guide .visa-guide-view-all span::before, .visa-guide .place-to-visit-across-world-view-all a::before, .visa-guide .place-to-visit-across-world-view-all span::before, .place-to-visit-across-world .visa-guide-view-all a::before, .place-to-visit-across-world .visa-guide-view-all span::before, .place-to-visit-across-world .place-to-visit-across-world-view-all a::before, .place-to-visit-across-world .place-to-visit-across-world-view-all span::before {
  content: "View All";
  margin-right: 5px;
}

.investment-option-slider {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider h2,
.investment-option-slider .ghi-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}
.investment-option-slider h2 strong,
.investment-option-slider .ghi-heading strong {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider h2,
.investment-option-slider .ghi-heading {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider h2,
.investment-option-slider .ghi-heading {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
      flex-wrap: wrap;
  width: 760px;
  padding: 0px 30px 0px 30px;
          box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0px 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-prev,
.investment-option-slider .option-slider .slick-next {
  width: 40px;
  height: 40px;
          box-shadow: 0px 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-prev,
.investment-option-slider .option-slider .slick-next {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}
.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}
.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.investment-option-slider .option-slider .product-list-box {
          box-shadow: 0px 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}
.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}
.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}
.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}
.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}
.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #CBCFFF;
  color: #7F87DD;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8DE5FF;
  color: #3DBADE;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9FFFCE;
  color: #6BCB9B;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #FFB2B2;
  color: #DE8383;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #FFF0B3;
  color: #FFC400;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: bold;
  display: inline-block;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}
.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
      flex-wrap: wrap;
  padding: 18px 10px;
}
@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}
.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
          align-items: flex-start;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
          align-items: center;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
          align-items: center;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
          justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
  font-size: 12px;
  border: 1px solid #0065FF;
  padding: 1px 7px;
  color: #0065FF;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:hover, .investment-option-slider .option-slider .product-list-box .product-info .viewmore a.active, .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:visited {
  color: #0065FF;
}
@media only screen and (max-width:640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065FF;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0px auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065FF;
  padding: 1px 7px;
  color: #0065FF;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:hover, .investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert.active, .investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:visited {
  color: #0065FF;
}
.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}
.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}
.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0BBDF2;
}
.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47D990;
}
.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2D3CD9;
}
.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #FF5353;
}
.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #FFAB00;
}
.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4C9AFF;
}
.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}
.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
  height: auto;
}
.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3CB1E4;
}
.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43CD88;
}
.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2F38CB;
}
.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}
.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}
.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}
.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}
.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}
.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}
.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}
.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}
.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}
.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
}
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
          justify-content: flex-end;
  margin-top: 8px;
}
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0px 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065FF;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover, .investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active, .investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}
.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}
.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}
.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}
.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}
.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}
.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  cursor: pointer;
}
.investment-option-slider.term .option-slider .product-list-box .banner img {
  border-radius: 8px 8px 0 0;
}
.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: none;
}
.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: none;
}
.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: none;
}
.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: none;
}
.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}
.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
          justify-content: flex-end;
  margin-top: 13px;
}
.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}
.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}
.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}
.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}
.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}
.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
  background: #b97b93;
}
.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
  background: #FFC400;
}
.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}
.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}
.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}
.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}
.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}
.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}
.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
          justify-content: flex-end;
  margin-top: 13px;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box, .investment-option-slider.home-insurance .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}
@media screen and (max-width: 1024px) {
  .investment-option-slider.two-wheeler .option-slider .product-list-box, .investment-option-slider.home-insurance .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before, .investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before {
  background: #0BBDF2;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before, .investment-option-slider.home-insurance .option-slider .product-list-box.green::before {
  background: #47D990;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before, .investment-option-slider.home-insurance .option-slider .product-list-box.purple::before {
  background: #2D3CD9;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before, .investment-option-slider.home-insurance .option-slider .product-list-box.red::before {
  background: #FF5353;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before, .investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before {
  background: #FFAB00;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before, .investment-option-slider.home-insurance .option-slider .product-list-box.blue::before {
  background: #4C9AFF;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner, .investment-option-slider.home-insurance .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple {
  background: #CBCFFF;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue {
  background: #8DE5FF;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.green {
  background: #9FFFCE;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.red {
  background: #FFB2B2;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue {
  background: #B3D4FF;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow, .investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow {
  background: #FFF0B3;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
          justify-content: flex-end;
  margin-top: 13px;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}
@media screen and (max-width: 767px) {
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065FF;
  }
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover, .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active, .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #F4F7FE;
  padding: 15px 0;
  margin: 40px 0;
}
.investment-option-slider.travel .title, .investment-option-slider.travel .leftSection h1, .leftSection .investment-option-slider.travel h1, .investment-option-slider.travel .leftSection h2, .leftSection .investment-option-slider.travel h2, .investment-option-slider.travel .leftSection .h2, .leftSection .investment-option-slider.travel .h2 {
  border-bottom: 1px solid #D9DDE2;
  margin: 0 10px;
}
.investment-option-slider.travel .title h2, .investment-option-slider.travel .leftSection h1 h2, .leftSection .investment-option-slider.travel h1 h2, .investment-option-slider.travel .leftSection h2 h2, .leftSection .investment-option-slider.travel h2 h2, .investment-option-slider.travel .leftSection .h2 h2, .leftSection .investment-option-slider.travel .h2 h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172B4D;
  border-bottom: 3px solid #0065FF;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}
.investment-option-slider.travel .option-slider {
  padding: 0px 3px 0px 10px;
}
.investment-option-slider.travel .option-slider.slick-slider .slick-list, .investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}
.investment-option-slider.travel .option-slider .slick-prev,
.investment-option-slider.travel .option-slider .slick-next {
  top: -45px;
          transform: none;
  background: transparent;
          box-shadow: none;
}
.investment-option-slider.travel .option-slider .slick-prev:before,
.investment-option-slider.travel .option-slider .slick-next:before {
  border-color: #000;
}
.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}
.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}
.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}
.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0BBDF2;
}
.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47D990;
}
.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2D3CD9;
}
.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #FF5353;
}
.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #FFAB00;
}
.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4C9AFF;
}
.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #CBCFFF;
}
.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8DE5FF;
}
.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9FFFCE;
}
.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #FFB2B2;
}
.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #B3D4FF;
}
.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #FFF0B3;
}
.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}
.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}
.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
          justify-content: flex-end;
  margin-top: 0px;
}
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065FF;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .title h2, .investment-option-slider.travel.tw .leftSection h1 h2, .leftSection .investment-option-slider.travel.tw h1 h2, .investment-option-slider.travel.tw .leftSection h2 h2, .leftSection .investment-option-slider.travel.tw h2 h2, .investment-option-slider.travel.tw .leftSection .h2 h2, .leftSection .investment-option-slider.travel.tw .h2 h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0px 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065FF;
  padding: 1px 7px;
  color: #0065FF;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active, .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}
.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #FF5353;
}
.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #FFAB00;
}
.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
  background: #9fffce;
  border-radius: 8px 8px 0 0;
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 360px) {
  .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    font-size: 12px;
  }
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
          justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  cursor: pointer;
  color: #fff;
  background: #0065FF;
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active, .investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.didyouknow {
  padding: 7px;
  border-radius: 8px;
  margin: 20px ​0;
}
@media only screen and (max-width:640px) {
  .didyouknow {
    padding: 0px;
  }
}
.didyouknow .didyouknow_wrapper {
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 20px 10px;
  border-radius: 8px;
  background: #fff;
  margin: 10px 0;
}
@media only screen and (max-width:640px) {
  .didyouknow .didyouknow_wrapper {
    padding: 8px 7px 10px;
  }
}
.didyouknow .didyouknow_wrapper h3 {
  margin: 10px 0;
}
.didyouknow .didyouknow_wrapper .maintxt {
  background: #FEF8EC;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #58606C;
}
.didyouknow .didyouknow_wrapper .maintxt.min {
  display: none;
}
.didyouknow .didyouknow_wrapper .maintxt.max {
  display: block !important;
}
.didyouknow .didyouknow_wrapper .maintxt label {
  display: block;
  color: #CC982D;
  font-size: 10px;
  text-align: right;
}
.didyouknow .didyouknow_wrapper .showmore {
  font-size: 12px;
  color: #58606C;
  font-weight: 500;
  display: block;
  margin: 10px 0 0 auto;
  width: 80px;
  cursor: pointer;
  position: relative;
}
.didyouknow .didyouknow_wrapper .showmore:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: solid #58606C;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 8px;
  margin: 0px auto;
  top: 8px;
}
.didyouknow .didyouknow_wrapper .showmore.less:after {
          transform: rotate(-135deg);
  top: 10px;
  right: 14px;
}

.travel-top-plan-style1 {
  background: #F5F9FE;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 760px;
}
@media only screen and (max-width: 1024px) {
  .travel-top-plan-style1 {
    margin: 0px auto;
    border-radius: 0px;
    background: #F1F3F5;
  }
}
.travel-top-plan-style1 .heading-h2 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #0065FF;
  padding: 0;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .heading-h2 {
    font-size: 14px;
    text-transform: uppercase;
  }
}
.travel-top-plan-style1 .general-info-heading {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #253858;
  margin: 14px 0;
  font-weight: 500;
}
.travel-top-plan-style1 .plan-list {
  background: #FFFFFF;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-list {
    padding: 0px;
    display: table;
    width: 100%;
  }
}
.travel-top-plan-style1 .plan-list.hide {
  display: none;
}
.travel-top-plan-style1 .plan-list.show {
  display: table;
  width: 100%;
}
.travel-top-plan-style1 .plan-list:last-child {
  margin-bottom: 0px;
}
.travel-top-plan-style1 .plan-list .cta-link {
  display: none;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-list .cta-link {
    display: block;
    width: 60%;
    height: auto;
    font-size: 16px;
    border-radius: 9px;
  }
}
.travel-top-plan-style1 .plan-category {
  display: none;
}
.travel-top-plan-style1 .plan-category.active {
  display: block;
}
.travel-top-plan-style1 .plan-name-with-logo {
  display: flex;
          justify-content: space-between;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-name-with-logo {
    display: block;
    border-radius: 8px 8px 0 0;
    background: #f4f8fe;
  }
}
.travel-top-plan-style1 .plan-name-with-logo .plan-name {
  display: flex;
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-name-with-logo .plan-name {
    display: flex;
    padding: 10px 20px 10px 20px;
  }
}
.travel-top-plan-style1 .plan-name-with-logo .plan-name .logo-img {
  max-width: 100px;
  width: 100%;
      flex-shrink: 0;
  height: 60px;
  margin-right: 30px;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-name-with-logo .plan-name .logo-img {
    margin-right: 20px;
    background: #fff;
    width: 75px;
    height: 46px;
    border-radius: 8px;
    display: flex;
            align-items: center;
    padding: 0px 5px;
  }
}
.travel-top-plan-style1 .plan-name-with-logo .plan-name span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #253858;
  font-weight: 500;
}
.travel-top-plan-style1 .plan-name-with-logo .plan-name .small-text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #253858;
  font-weight: 400;
}
.travel-top-plan-style1 .plan-name-with-logo .cta-link {
  display: block;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-name-with-logo .cta-link {
    display: none;
  }
}
.travel-top-plan-style1 .cta-link {
  background: #F35023;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
  color: #fff;
  transition: all 0.2s ease-in;
  padding: 10px 15px;
  cursor: pointer;
  height: 40px;
  font-weight: 500;
}
.travel-top-plan-style1 .cta-link:hover {
  background: #d7380c;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .cta-link {
    width: 135px;
    text-align: center;
    height: 35px;
    margin-bottom: 20px;
  }
}
.travel-top-plan-style1 .plan-info {
  background: #F5F9FE;
  border-radius: 8px;
  display: flex;
          justify-content: space-between;
  padding: 16px;
  margin-left: 130px;
}
@media only screen and (max-width: 640px) {
  .travel-top-plan-style1 .plan-info {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-info {
        flex-wrap: wrap;
    background: none;
  }
  .travel-top-plan-style1 .plan-info .info-part {
    width: 50%;
    margin: 10px 0;
  }
}
.travel-top-plan-style1 .plan-info .info-heading {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #253858;
  display: block;
  opacity: 0.8;
}
.travel-top-plan-style1 .plan-info .info-detail {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #253858;
  font-weight: 500;
}
.travel-top-plan-style1 .travel-top-plan-style1-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  position: relative;
  margin: 10px 0 6px;
}
.travel-top-plan-style1 .travel-top-plan-style1-list:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #e3e3e3;
  width: 100%;
  bottom: 0;
}
.travel-top-plan-style1 .travel-top-plan-style1-list li {
  margin-right: 30px;
}
.travel-top-plan-style1 .travel-top-plan-style1-list li:last-child {
  margin-right: 0px;
}
.travel-top-plan-style1 .travel-top-plan-style1-list li a, .travel-top-plan-style1 .travel-top-plan-style1-list li span {
  letter-spacing: 0px;
  color: #172B4D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 0 16px;
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .travel-top-plan-style1-list li a, .travel-top-plan-style1 .travel-top-plan-style1-list li span {
    font-size: 14px;
  }
}
.travel-top-plan-style1 .travel-top-plan-style1-list li a.active, .travel-top-plan-style1 .travel-top-plan-style1-list li span.active {
  color: #0065FF;
}
.travel-top-plan-style1 .travel-top-plan-style1-list li a.active:before, .travel-top-plan-style1 .travel-top-plan-style1-list li span.active:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #0065FF;
  width: 100%;
  bottom: 0;
}
.travel-top-plan-style1 .seemore-plans {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #0065FF;
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 6px 15px;
  margin: 20px auto 10px;
  display: block;
  width: 143px;
  position: relative;
}
.travel-top-plan-style1 .seemore-plans .arrow {
  border: solid #0065FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}
.travel-top-plan-style1 .seemore-plans.active .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 14px;
  right: 20px;
  position: absolute;
}

.ctawrap {
  max-width: 230px;
  display: flex;
  width: 100%;
      justify-content: space-around;
}
.ctawrap.mob {
  display: none;
}
.ctawrap .pr-amount {
  display: flex;
          flex-direction: column;
          justify-content: flex-start;
}
@media only screen and (max-width: 568px) {
  .ctawrap .pr-amount {
            align-items: center;
            flex-direction: initial;
  }
}
.ctawrap .pr-amount span {
  font-size: 12px;
  color: #253858;
  line-height: 16px;
}
.ctawrap .pr-amount .amt {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  line-height: 28px;
}
@media only screen and (max-width: 568px) {
  .ctawrap {
    display: none;
  }
  .ctawrap.mob {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    width: 100%;
    display: flex;
    padding: 20px 0px;
            justify-content: space-between;
    width: 94%;
    margin: 0px auto;
    max-width: 100%;
  }
  .ctawrap.mob .pr-amount {
            align-items: center;
            flex-direction: initial;
  }
  .ctawrap.mob .pr-amount span {
    font-size: 14px;
  }
  .ctawrap.mob .pr-amount .amt {
    padding-left: 5px;
  }
  .ctawrap.mob .cta-link {
    margin: 0;
    width: 50%;
  }
}

.skeleton-bg {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f5f5 !important;
}

.plan-info.skeleton.skeleton-bg {
  height: 80px;
}
@media only screen and (max-width: 568px) {
  .plan-info.skeleton.skeleton-bg {
    height: 80px;
    width: 94%;
    margin: 0px auto;
  }
}

.plan-name-with-logo.skeleton.skeleton-bg {
  height: 60px;
  margin-bottom: 10px;
}

.travel-top-plan-style1 .plan-list .cta-link.skeleton.skeleton-bg {
  height: 50px;
  margin-top: 10px;
}

.hide {
  display: none !important;
}

.dotsLoader {
  display: none;
}

.dotsLoader span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}
.dotsLoader span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(103, 166, 245, 0.6);
}
.dotsLoader span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.8);
}
.dotsLoader span :nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: rgb(255, 255, 255);
}
.dotsLoader span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.8);
}
.dotsLoader span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(255, 255, 255, 0.6);
}

.loading {
  font-size: 0px !important;
}
.loading:after {
  display: none !important;
}
.loading .dotsLoader {
  display: block;
}

@keyframes loader1 {
  from {
            transform: scale(0, 0);
  }
  to {
            transform: scale(1, 1);
  }
}
@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
body {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  color: #253858;
}

*:focus {
  outline: none;
}

.breadcrumbinner .breadcrumb {
  width: 1140px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    width: 100%;
  }
}

.pagecontainer {
  width: 1140px;
}
.pagecontainer.layoutcenter {
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .pagecontainer.layoutcenter {
    padding: 0px 15px;
  }
}
@media (max-width: 1024px) {
  .pagecontainer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pagecontainer {
    padding: 0px 15px;
  }
}
@media (max-width: 480px) {
  .pagecontainer {
    padding: 0px 10px;
  }
}

.block_content_wrapper_firstfold {
  padding: 0;
  width: 1140px;
  margin: 0px auto 20px;
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    width: 100%;
    margin: 0;
    padding: 5px 0px 10px;
  }
}
.block_content_wrapper_firstfold h1 {
  font-size: 32px;
  line-height: 30px;
  margin: 0px 0px 10px;
  letter-spacing: 0.024em;
  font-weight: 700;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .block_content_wrapper_firstfold h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.block_content_wrapper_firstfold a {
  color: #0065FF;
}
.block_content_wrapper_firstfold a:hover, .block_content_wrapper_firstfold a:visited, .block_content_wrapper_firstfold a:focus {
  color: #0065FF;
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065FF;
  cursor: pointer;
  line-height: 22px;
}
.block_content_wrapper_firstfold .text-hide-link.deskhide {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link.deskhide {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link:hover, .block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065FF;
}
.block_content_wrapper_firstfold p {
  display: inline;
  line-height: 24px;
  margin-bottom: 8px;
  color: #253858;
}
.block_content_wrapper_firstfold p.char-count {
  display: inline;
}
.block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}
.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold p.char-count .extra-text,
.block_content_wrapper_firstfold p.char-count .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold p.char-count .extra-text.show-extra,
.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
    display: inline;
  }
}

.calculator_form {
  display: flex;
          justify-content: space-between;
}
.calculator_form .calculator_graphic {
  width: 30%;
  max-width: 300px;
}
.calculator_form .calculator_graphic .travelgraphic {
  background: url("../../images/travel-vector.svg") no-repeat 0 0;
  width: 300px;
  height: 330px;
}
.calculator_form .calculator_leadform {
  width: 70%;
          box-shadow: 0px 6px 16px rgba(0, 101, 255, 0.1607843137);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 667px) {
  .calculator_form .calculator_leadform {
    width: 100%;
    padding: 15px;
  }
}
.calculator_form .lead_form {
  margin: 20px 0;
  min-height: 145px;
  width: 70%;
}
@media (max-width: 767px) {
  .calculator_form .lead_form {
    width: 100%;
  }
}
.calculator_form #step1 .lead_form {
  margin: 10px 0 20px;
  min-height: 105px;
}
.calculator_form #step4 .lead_form {
  margin: 10px 0 20px;
  width: 100%;
}
.calculator_form .whats_butt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .calculator_form .whats_butt {
    flex-direction: column;
  }
  .calculator_form .whats_butt .button.fifthStep {
    margin: 0 auto;
  }
  .calculator_form .whats_butt .form-whatsapp {
    margin-top: 15px;
  }
}
.calculator_form .button {
  box-sizing: border-box;
  width: 100%;
  background: #0065FF;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #0563f6;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  max-width: 292px;
  margin-right: 30px;
}
.calculator_form .button:hover {
  background: #005be6;
  border-color: #005be6;
}
.calculator_form .button:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
          transform: rotate(-225deg);
  margin: 0px;
  display: inline-block;
  margin-left: 5px;
}
.calculator_form .selected-destinations {
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-start;
  padding: 0px 8px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #253858;
  margin: 20px 0;
          align-items: center;
}
.calculator_form .selected-destinations .selected {
  border: 1px solid #dfe1e6;
  padding: 6px 8px;
  color: #253858;
  font-weight: 500;
  border-radius: 40px;
  margin-top: 8px;
  margin-right: 5px;
  background: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
          flex-direction: row-reverse;
}
.calculator_form .selected-destinations .selected .countryRemove {
  border: 1px solid #de350b;
  color: #de350b;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0;
  line-height: 16px;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: flex;
          justify-content: center;
          align-items: center;
  font-size: 12px;
  padding-left: 1px;
}
.calculator_form .selected-destinations #country {
  width: 45px;
  flex-grow: 1;
  border-radius: 8px;
  height: 50px;
  border-radius: 8px;
  border: none;
  display: flex;
          align-items: center;
  padding: 0px 40px 0px 10px;
}
.calculator_form .feildLable {
  color: #5E6C84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 14px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}
.calculator_form input.labelshow + .feildLable,
.calculator_form input:focus + .feildLable {
  top: -12px;
  font-size: 12px;
}
.calculator_form .date_select .inputFeild,
.calculator_form .traveller_select .inputFeild,
.calculator_form .mobileFeild .inputFeild {
  border: 1px solid #253858;
  border-radius: 8px;
  position: relative;
  margin: 10px 0 20px;
}
.calculator_form .date_select .inputFeild input,
.calculator_form .date_select .inputFeild select,
.calculator_form .traveller_select .inputFeild input,
.calculator_form .traveller_select .inputFeild select,
.calculator_form .mobileFeild .inputFeild input,
.calculator_form .mobileFeild .inputFeild select {
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  width: 100%;
  height: 48px;
  position: relative;
}
.calculator_form .date_select .inputFeild select,
.calculator_form .traveller_select .inputFeild select,
.calculator_form .mobileFeild .inputFeild select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 20px center !important;
}
.calculator_form .date_select .date_select .feildLable,
.calculator_form .date_select .traveller_select .feildLable,
.calculator_form .traveller_select .date_select .feildLable,
.calculator_form .traveller_select .traveller_select .feildLable,
.calculator_form .mobileFeild .date_select .feildLable,
.calculator_form .mobileFeild .traveller_select .feildLable {
  top: -12px;
  font-size: 12px;
}
.calculator_form .mobileFeild .inputFeild .feildLable {
  top: 16px;
  font-size: 16px;
  left: 100px;
}
.calculator_form .mobileFeild .inputFeild input.labelshow + .feildLable,
.calculator_form .mobileFeild .inputFeild input:focus + .feildLable {
  top: -12px;
  font-size: 12px;
  left: 14px;
}
.calculator_form .mobileFeild .inputFeild {
  display: flex;
          justify-content: space-between;
          align-items: center;
}
.calculator_form .mobileFeild .inputFeild:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  left: 90px;
  top: 50%;
          transform: translate(0px, -50%);
  background: #ccc;
}
.calculator_form .mobileFeild .inputFeild select {
  width: 100px;
}
.calculator_form .mobileFeild .inputFeild input {
  width: calc(100% - 100px);
  padding: 0px;
}
.calculator_form .traveller_select,
.calculator_form .mobileFeild,
.calculator_form .date_select {
  width: 328px;
}
@media (max-width: 667px) {
  .calculator_form .traveller_select,
.calculator_form .mobileFeild,
.calculator_form .date_select {
    width: 100%;
  }
}
.calculator_form .medical_condition {
  display: flex;
  font-weight: 500;
  font-size: 14px;
}
.calculator_form .medical_condition.mb-50 {
  margin-bottom: 40px;
}
.calculator_form .medical_condition .radio_yes_no {
  display: flex;
  margin-left: 20px;
}
.calculator_form .medical_condition .radio_yes_no p {
  margin-right: 10px;
}
.calculator_form .medical_condition .radio_yes_no p input {
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .calculator_form {
            flex-direction: column;
  }
  .calculator_form .calculator_graphic {
    display: none;
  }
  .calculator_form .calculator_leadform {
    width: 100%;
  }
}

.heading {
  color: #253858;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.heading.regular {
  font-weight: 400;
}
.heading i {
  font-style: normal;
  color: #00B8D9;
}
.heading.arrow {
  padding-left: 30px;
  position: relative;
}
.heading.arrow .arrow {
  display: block;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #253858;
  border-left: 2px solid #253858;
          transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  cursor: pointer;
  top: 12px;
  margin: 0px;
}
.heading.medium {
  font-size: 16px;
  line-height: 24px;
}
.heading.medium.leftalign {
  display: inline;
}
.heading.medium.leftalign span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
}
.heading.mtb-10 {
  margin: 10px 0;
}
.heading.mbl {
  margin: 0 30px 10px 34px;
}

.radio_pills {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.radio_pills label {
  display: inline-block;
  cursor: pointer;
  position: relative;
          box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 667px) {
  .radio_pills label {
    margin-right: 6px;
  }
}
.radio_pills label:last-child {
  margin-right: 0;
}
.radio_pills label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.radio_pills label span {
  padding: 7px 16px;
  font-weight: 500;
  border: 1px solid #DFE1E6;
  color: #253858;
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.2s ease-in;
}
.radio_pills label span:hover {
  color: #0065FF;
  border-color: #0065FF;
}
.radio_pills.square label.selected {
  background: #FFFFFF;
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  border: 1px solid #0065FF;
  border-radius: 8px;
  color: #0065FF;
}
.radio_pills.square label.selected span {
  color: #0065FF;
}
.radio_pills.square label span {
  width: 64px;
  height: 56px;
  border-radius: 8px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0px 6px 16px rgba(0, 101, 255, 0.1607843137);
  border: none;
  transition: all 0.2s ease-in;
}
@media (max-width: 320px) {
  .radio_pills.square label span {
    width: 56px;
    height: 46px;
  }
}
.radio_pills.square label input:checked + span {
  color: #0065FF;
  border: 1px solid #0065FF;
}

.planslider {
  width: calc(100% + 34px);
  padding: 40px 15px 0px;
  margin-left: -10px;
  overflow: hidden;
  margin-top: -35px;
}
.planslider .slick-list {
  overflow: visible;
}
.planslider .slick-prev {
  left: 20px;
  z-index: 9999;
  background: #E7EFFB;
  top: 12px;
  left: calc(100% - 75px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  font-size: 0;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
.planslider .slick-prev:hover {
  opacity: 1;
}
.planslider .slick-prev:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #253858;
  border-left: 2px solid #253858;
          transform: rotate(-45deg);
  margin: 0;
  position: absolute;
  left: 9px;
  top: 8px;
}
.planslider .slick-next {
  right: 20px;
  top: 12px;
  background: #E7EFFB;
  z-index: 9999;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  font-size: 0;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
.planslider .slick-next:hover {
  opacity: 1;
}
.planslider .slick-next:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #253858;
  border-left: 2px solid #253858;
          transform: rotate(-225deg);
  margin: 0;
  position: absolute;
  left: 7px;
  top: 8px;
}

.plan_type {
  display: inline-block;
  margin: 15px;
}
.plan_type:last-child {
  margin-right: 0;
}

.planinfo {
          box-shadow: 0px 6px 16px rgba(0, 101, 255, 0.1607843137);
  border-radius: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  display: flex;
      flex-wrap: wrap;
  width: 275px;
  padding: 16px;
}
.planinfo li {
  width: 50%;
}
.planinfo li:nth-child(2) .text {
  min-height: 20px;
}
.planinfo li.full {
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
          align-items: center;
}
.planinfo li.full > span {
  min-height: auto;
  height: auto;
  display: block;
}
.planinfo li .text {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
.planinfo li .subtext {
  font-size: 14px;
  font-weight: 400;
  color: #344f7c;
  display: block;
  margin: 8px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 20px;
}
.planinfo span {
  width: 85px;
  display: block;
  min-height: 100%;
  height: 0;
}
.planinfo span img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#policybazaar .rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}
#policybazaar .rightSection .supplier_icon,
#policybazaar .rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
}
#policybazaar .rightSection .webp .supplier_icon,
#policybazaar .rightSection .webp .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-size: 100px 4942px;
}
#policybazaar .rightSection img[alt] {
  font-size: 0;
}
#policybazaar .rightSection .mt-0 {
  margin-top: 0;
}
#policybazaar .rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}
#policybazaar .rightSection .graphDiv img {
  max-width: 100%;
}
#policybazaar .rightSection .graphDiv.first {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  #policybazaar .rightSection .graphDiv.first {
    margin: 20px;
  }
}
#policybazaar .rightSection .calculateBtn, #policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}
#policybazaar .rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
          box-shadow: none;
}
#policybazaar .rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
#policybazaar .rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}
#policybazaar .rightSection .card.insurers, #policybazaar .rightSection .card.calculator, #policybazaar .rightSection .card.travelguide {
  padding: 0;
}
#policybazaar .rightSection .card.list_typeA {
  padding-bottom: 20px;
}
#policybazaar .rightSection .card.list_typeA .card_heading {
  padding: 0px 0 0px 0px;
}
#policybazaar .rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0px 0 7px;
  color: #253858;
  font-weight: 500;
}
#policybazaar .rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0px;
}
#policybazaar .rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}
#policybazaar .rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0px;
}
#policybazaar .rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}
#policybazaar .rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}
#policybazaar .rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}
#policybazaar .rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0px;
}
#policybazaar .rightSection .insurerBlock {
          align-items: center;
  margin-bottom: 0px;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}
#policybazaar .rightSection .insurerBlock .insurerLogo {
  border: 0px solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}
#policybazaar .rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}
#policybazaar .rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}
#policybazaar .rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}
#policybazaar .rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}
#policybazaar .rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}
#policybazaar .rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}
#policybazaar .rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
#policybazaar .rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}
#policybazaar .rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}
#policybazaar .rightSection .fieldsWrapper {
  margin-bottom: 16px;
}
#policybazaar .rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}
#policybazaar .rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}
#policybazaar .rightSection .fieldsWrapper input[type=text],
#policybazaar .rightSection .fieldsWrapper input[type=tel],
#policybazaar .rightSection .fieldsWrapper input[type=password],
#policybazaar .rightSection .fieldsWrapper input[type=text],
#policybazaar .rightSection .fieldsWrapper input[type=tel],
#policybazaar .rightSection .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
#policybazaar .rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid #f00;
}
#policybazaar .rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: #f00;
}
#policybazaar .rightSection .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: flex;
  width: 100%;
  position: relative;
  height: 65px;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #policybazaar .rightSection .rightSidebtn {
    border-radius: 0px;
    border-right: none;
    border-left: 0;
  }
}
#policybazaar .rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}
#policybazaar .rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}
#policybazaar .rightSection .rightSidebtn:after {
  content: "";
  border: solid rgb(14, 76, 202);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}
#policybazaar .rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
#policybazaar .rightSection .calculatorsList li {
  font-size: 14px;
}
#policybazaar .rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}
#policybazaar .rightSection .calculatorsList li a:hover {
  color: #0065FF;
}
#policybazaar .rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}
#policybazaar .rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}
#policybazaar .rightSection .fdcalculator .h3.white {
  color: #fff;
}
#policybazaar .rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result {
  padding: 0px;
  margin: 20px 0 0px 0;
  background: #fff;
  width: 100%;
  float: left;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table td :nth-child(1) {
  color: #f90;
}
#policybazaar .rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0 20px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select,
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  width: 50%;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: none;
  /* line-height: 28px; */
  top: 3px;
  position: relative;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}
#policybazaar .rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}
#policybazaar .rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}
#policybazaar .rightSection .card.articles .insurerBlock:after {
  display: none;
}
#policybazaar .rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}
#policybazaar .rightSection .card_heading,
#policybazaar .rightSection .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) {
  #policybazaar .rightSection .card_heading,
#policybazaar .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
#policybazaar .rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#policybazaar .rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
          justify-content: center;
          align-items: center;
}
#policybazaar .rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
#policybazaar .rightSection .article_newsLetter .btn span {
  line-height: 30px;
}
#policybazaar .rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}
#policybazaar .rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}
#policybazaar .rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}
#policybazaar .rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}
#policybazaar .rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}
#policybazaar .rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}
@media only screen and (max-width: 1024px) {
  #policybazaar .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  #policybazaar .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  #policybazaar .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  #policybazaar .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  #policybazaar .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0px;
  }
  #policybazaar .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0px;
    display: none;
  }
  #policybazaar .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  #policybazaar .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  #policybazaar .rightSection .article_newsLetter {
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  #policybazaar .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0px;
    margin: 0px auto 20px;
    padding: 10px;
  }
  #policybazaar .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  #policybazaar .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  #policybazaar .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  #policybazaar .rightSection .videobox_right {
    max-width: 100%;
  }
  #policybazaar .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
#policybazaar .rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
#policybazaar .rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}
#policybazaar .rightSection .allCalc.saving {
  background-position: 8px -45px;
}
#policybazaar .rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}
#policybazaar .rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}
#policybazaar .rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}
#policybazaar .rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}
#policybazaar .rightSection .allCalc.other, #policybazaar .rightSection .allCalc.travel {
  background-position: 8px -672px;
}
#policybazaar .rightSection .allCalc.premium, #policybazaar .rightSection .allCalc.lic {
  background-position: 8px -476px;
}
#policybazaar .rightSection .allCalc.ulip {
  background-position: 8px -381px;
}
#policybazaar .rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}
#policybazaar .rightSection .allCalc.sip {
  background-position: 8px -764px;
}
#policybazaar .rightSection .allCalc.fd {
  background-position: 8px -814px;
}
#policybazaar .rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}
#policybazaar .rightSection .allCalc.fd {
  background-position: 8px -812px;
}
#policybazaar .rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}
#policybazaar .rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}
#policybazaar .rightSection .allCalc.ppf {
  background-position: 8px -911px;
}
#policybazaar .rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}
#policybazaar .rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}
#policybazaar .rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}
#policybazaar .rightSection .allCalc.retirement {
  background-position: 8px -94px;
}
#policybazaar .rightSection .allCalc.investment {
  background-position: 8px -621px;
}
#policybazaar .rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}
#policybazaar .rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}
#policybazaar .rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}
#policybazaar .rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}
#policybazaar .rightSection .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}
#policybazaar .rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}
#policybazaar .rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}
#policybazaar .rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}
#policybazaar .rightSection .edelweiss-life_icon {
  background-position: 0px -293px;
}
#policybazaar .rightSection .exide-life_icon,
#policybazaar .rightSection .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}
#policybazaar .rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}
#policybazaar .rightSection .hdfc-life_icon,
#policybazaar .rightSection .HDFC_icon {
  background-position: 1px -1468px;
}
#policybazaar .rightSection .icici-life_icon {
  background-position: -67px 13px;
}
#policybazaar .rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}
#policybazaar .rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}
#policybazaar .rightSection .kotak-life_icon {
  background-position: 1px -557px;
}
#policybazaar .rightSection .max-life_icon {
  background-position: 3px -685px;
}
#policybazaar .rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}
#policybazaar .rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}
#policybazaar .rightSection .sbi-life_icon,
#policybazaar .rightSection .SBI_icon {
  background-position: 1px -1031px;
}
#policybazaar .rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}
#policybazaar .rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}
#policybazaar .rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}
#policybazaar .rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}
#policybazaar .rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}
#policybazaar .rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}
#policybazaar .rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}
#policybazaar .rightSection .digit-general_icon {
  background-position: -1px -216px;
}
#policybazaar .rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}
#policybazaar .rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}
#policybazaar .rightSection .icici-general_icon,
#policybazaar .rightSection .ICICI_icon {
  background-position: -67px 13px;
}
#policybazaar .rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}
#policybazaar .rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}
#policybazaar .rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}
#policybazaar .rightSection .new-india-assurance-general_icon {
  background-position: 0px -1774px;
}
#policybazaar .rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}
#policybazaar .rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}
#policybazaar .rightSection .united-india-general_icon {
  background-position: 0px -1210px;
}
#policybazaar .rightSection .universal-sompo-general_icon {
  background-position: 0px -1266px;
}
#policybazaar .rightSection .acko-general_icon {
  background-position: -6px -3466px;
}
#policybazaar .rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}
#policybazaar .rightSection .apollo-munich-general_icon {
  background-position: 0px -437px;
}
#policybazaar .rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}
#policybazaar .rightSection .religare-general_icon,
#policybazaar .rightSection .Reliance_icon {
  background-position: 1px -883px;
}
#policybazaar .rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}
#policybazaar .rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}
#policybazaar .rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}
#policybazaar .rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}
#policybazaar .rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}
#policybazaar .rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}
#policybazaar .rightSection .liberty-general_icon {
  background-position: 3px -626px;
}
#policybazaar .rightSection .manipalcigna-general_icon {
  background-position: 0px -156px;
}
#policybazaar .rightSection .kotak-general_icon,
#policybazaar .rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}
#policybazaar .rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}
#policybazaar .rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}
#policybazaar .rightSection .star-general_icon {
  background-position: 2px -1091px;
}
#policybazaar .rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}
#policybazaar .rightSection .max-general_icon_icon,
#policybazaar .rightSection .max-general_icon {
  background-position: 3px -685px;
}
#policybazaar .rightSection .Axis_icon {
  background-position: -67px -63px;
}
#policybazaar .rightSection .UTI_icon {
  background-position: -67px -399px;
}
#policybazaar .rightSection .LIC_icon {
  background-position: -67px -489px;
}
#policybazaar .rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}
#policybazaar .rightSection .Yes_icon {
  background-position: 100% 12.6%;
}
#policybazaar .rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

.why-buy-travel-insurance-section {
  border-radius: 8px;
  background: #EEF4FF;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .why-buy-travel-insurance-section {
    margin: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section {
    margin: 0;
            flex-direction: column;
    padding: 24px 16px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-heading {
  background: #053062 0% 0% no-repeat padding-box;
  border-radius: 8px 0px 0px 8px;
  padding: 25px 20px 0;
  position: relative;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-heading {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 24px 16px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-heading::after {
  background: url(../../images/bu/travel/why-buy-travel-img-desktop.png);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-heading::after {
    background: url(../../images/bu/travel/why-buy-travel-img-mobile.png) no-repeat bottom/contain;
    width: 97px;
    height: 84px;
    right: 14px;
  }
}
@media screen and (max-width: 320px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-heading::after {
    width: 80px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-heading h2 {
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-heading h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-heading h2 span {
  font-size: 34px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-heading h2 span {
    font-size: 16px;
    display: block;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content {
  width: 69%;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-content {
    background: #fff;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    padding: 16px 16px 24px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .description {
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 500;
  color: #253858;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-content .description {
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .more-content {
  display: none;
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .more-content.show-content {
  display: block;
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .heading {
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 500;
  color: #253858;
  font-size: 16px;
  margin-bottom: 6px;
  position: relative;
  margin-top: 0;
  padding-left: 16px;
  text-transform: capitalize;
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .heading::before {
  content: "";
  background: #053062;
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section p.content {
  letter-spacing: 0px;
  line-height: 20px;
  padding-left: 16px;
  color: #253858;
  font-size: 14px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section p.content {
    margin-bottom: 16px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .travel-show-more-button {
  letter-spacing: 0px;
  line-height: 36px;
  padding-left: 16px;
  color: #0065ff;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .travel-show-more-button {
    text-align: center;
    padding-left: 0;
    display: block;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .travel-show-more-button::after {
  content: "";
  border: solid #0065FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
          transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 3px 7px;
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .show-more-content-section .travel-show-more-button.show-content:after {
          transform: rotate(225deg);
  margin: 0px 0 0px 7px;
}

.online-travel-insurance-consideration-points-section {
  background: #F8FBFF 0% 0% no-repeat padding-box;
  border-radius: 12px;
  padding: 70px 32px 45px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .online-travel-insurance-consideration-points-section {
    padding-top: 170px;
  }
}
.online-travel-insurance-consideration-points-section .online-travel-insurance-consideration-points-heading {
  background: transparent linear-gradient(193deg, #0C2953 0%, #224C86 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 16px;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  position: relative;
  width: 85%;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}
.online-travel-insurance-consideration-points-section .online-travel-insurance-consideration-points-heading:after {
  content: "";
  background: url("../../images/bu/travel/online-travel-insurance-heading-img.svg");
  width: 197px;
  height: 148px;
  position: absolute;
  right: -100px;
  top: -36px;
}
@media screen and (max-width: 767px) {
  .online-travel-insurance-consideration-points-section .online-travel-insurance-consideration-points-heading {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
  .online-travel-insurance-consideration-points-section .online-travel-insurance-consideration-points-heading::after {
    right: 0;
    top: -148px;
  }
}
.online-travel-insurance-consideration-points-section .online-travel-insurance-consideration-points-description.paragraphBu {
  letter-spacing: 1px;
  color: #0D2B55;
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .online-travel-insurance-consideration-points-section .online-travel-insurance-consideration-points-description.paragraphBu {
    font-size: 16px;
    line-height: 24px;
  }
}
.online-travel-insurance-consideration-points-section .content {
  margin-top: 32px;
}
.online-travel-insurance-consideration-points-section .content .points {
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}
.online-travel-insurance-consideration-points-section .content .points .point {
  width: 50%;
  display: flex;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .online-travel-insurance-consideration-points-section .content .points .point {
    width: 100%;
  }
}
.online-travel-insurance-consideration-points-section .content .points .point > div {
  margin-left: 11px;
}
.online-travel-insurance-consideration-points-section .content .points .point .heading {
  letter-spacing: 0.8px;
  color: #0D2B55;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.online-travel-insurance-consideration-points-section .content .points .point .description {
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #0D2B55;
  font-size: 14px;
}
.online-travel-insurance-consideration-points-section .content .points .point .description span {
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #0D2B55;
  font-size: 14px;
}
.online-travel-insurance-consideration-points-section .content .points .point .description span.hide {
  display: none;
}
.online-travel-insurance-consideration-points-section .content .points .point .description p {
  display: none;
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #0D2B55;
  font-size: 14px;
}
.online-travel-insurance-consideration-points-section .content .points .point .description p.show-content {
  display: initial;
}
.online-travel-insurance-consideration-points-section .content .points .point .description button {
  border: 0;
  background: transparent;
  letter-spacing: 0.7px;
  color: #005FF1;
  font-size: 14px;
  cursor: pointer;
}
.online-travel-insurance-consideration-points-section .content .content-show-more-button {
  text-align: center;
}
.online-travel-insurance-consideration-points-section .content .content-show-more-button span.show-more-button {
          box-shadow: 0px 8px 10px rgba(222, 230, 250, 0.8);
  border-radius: 30px;
  background: #fff;
  padding: 14px 32px 14px 12px;
  letter-spacing: 0px;
  color: #0065FF;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.online-travel-insurance-consideration-points-section .content .content-show-more-button span.show-more-button:after {
  border: solid #0065FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
          transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
}
.online-travel-insurance-consideration-points-section .content .content-show-more-button span.show-more-button.show-less::after {
          transform: rotate(-135deg);
  top: 48%;
}

.contentStyles .didyouknow .didyouknow_wrapper h3 {
  margin: 10px 0px 15px;
  font-size: 18px;
}

.travel_top_cal {
  margin-top: -30px;
  margin-bottom: 50px;
}
@media (max-width: 667px) {
  .travel_top_cal {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.travel_top_cal .calculator_form [class^=step] {
  display: flex;
          flex-direction: column;
          justify-content: space-between;
}
.travel_top_cal .calculator_form .travelgraphic {
  margin-top: 30px;
}
@media (max-width: 667px) {
  .travel_top_cal .calculator_form .travelgraphic {
    margin-top: 0px;
  }
}
.travel_top_cal .calculator_form button {
  padding: 14px;
}
@media (max-width: 667px) {
  .travel_top_cal .calculator_form button {
    padding: 12px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .heading.medium {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .travel_top_cal .calculator_form .heading.medium {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .heading .recommended {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .travel_top_cal .calculator_form .heading .recommended {
    font-size: 17px;
    line-height: 20px;
  }
}
.travel_top_cal .calculator_form .err {
  font-size: 12px;
  color: #f00;
  padding: 8px 25px 15px;
  display: none;
  position: relative;
}
.travel_top_cal .calculator_form .err:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../images/bu/red-error-icon.svg") no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 8px;
  left: 0;
}
.travel_top_cal .calculator_form #startdate,
.travel_top_cal .calculator_form #enddate {
  background: #fff url("../../images/date_range_black.svg") no-repeat 96% 15px !important;
}
.travel_top_cal .calculator_form .searchable-icon {
  display: flex;
          align-items: center;
  float: right;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
.travel_top_cal .calculator_form .searchable-icon .searchable {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  border-color: #929BAB;
}
.travel_top_cal .calculator_form .searchable-icon .searchable::after {
  content: "";
  display: block;
          box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: #929BAB;
          transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}
.travel_top_cal .calculator_form div#wn-insurance-quote-editor input#destination-autocomplete {
  width: 45px;
          flex-grow: 1;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor {
  position: relative;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor #selected-destinations {
  list-style: none;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-start;
  align-items: center;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor #selected-destinations p {
  border: 1px solid #dfe1e6;
  padding: 6px 12px;
  padding-left: 8px;
  color: #253858;
  font-weight: 500;
  border-radius: 40px;
  margin-top: 8px;
  margin-right: 5px;
  background: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor #selected-destinations p a {
  display: inline-block;
  border: 1px solid #253858;
  color: #253858;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0;
  line-height: 15px;
  margin-left: 0px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-weight: 700;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor input {
  border: none;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor input + label, .travel_top_cal .calculator_form #wn-insurance-quote-editor input + label.gray {
  color: #5e6c84;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  position: absolute;
  left: 15px;
  background: #fff;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor input::-webkit-input-placeholder, .travel_top_cal .calculator_form #wn-insurance-quote-editor input::-moz-placeholder {
  color: #5e6c84;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor input:focus {
  outline: 0;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor input:focus + label, .travel_top_cal .calculator_form #wn-insurance-quote-editor input:focus + label.gray {
  z-index: 10;
  visibility: visible;
  top: 2px;
  font-size: 12px;
  padding: 2px 5px;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor input.labelshow + label, .travel_top_cal .calculator_form #wn-insurance-quote-editor input.labelshow + label.gray {
  z-index: 10;
  visibility: visible;
  top: 1px;
  font-size: 12px;
  padding: 2px 5px;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor.select {
  position: relative;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor.select select {
  border: 1px solid #b2b8c4;
  color: #253858;
  border-radius: 8px;
  height: 56px;
  font-size: 16px;
  padding: 16px;
  margin-top: 11px;
  width: 100%;
  -webkit-appearance: none;
  background: url(../../images/bu/newarrow.png) no-repeat 95% center;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor.select select:focus {
  outline: 0;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor.select select + label {
  color: #5E6C84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 27px;
  padding: 2px;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.travel_top_cal .calculator_form #wn-insurance-quote-editor.select select.labelshow + label {
  z-index: 10;
  visibility: visible;
  top: -2px;
  font-size: 12px;
  padding: 2px 5px;
}
.travel_top_cal .calculator_form div#wn-insurance-quote-editor {
  background: #fff;
  border-radius: 8px;
  border: 1.5px solid rgba(37, 56, 88, 0.6);
  padding: 20px 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .travel_top_cal .calculator_form div#wn-insurance-quote-editor {
    width: 100%;
  }
}
.travel_top_cal .calculator_form div#wn-insurance-quote-editor input#destination-autocomplete {
  border: 0;
  height: 25px;
          box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .travel_top_cal .calculator_form div#wn-insurance-quote-editor input#destination-autocomplete {
    height: auto;
  }
}
.travel_top_cal .calculator_form .traveller_select-wrapper {
  position: relative;
  display: flex;
          justify-content: space-between;
          align-items: center;
      flex-wrap: wrap;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller_select-wrapper {
    display: block;
  }
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select {
    width: 100%;
  }
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .inputFeild select {
  font-size: 14px;
  font-weight: 500;
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .inputFeild .feildLable {
  font-size: 14px;
  line-height: normal;
  top: 13px;
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .inputFeild select.labelshow + label {
  visibility: visible;
  top: -12px;
  font-size: 12px;
  padding: 2px 5px;
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition {
          justify-content: space-between;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition {
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition > div {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition > div {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition .radio_yes_no {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition .radio_yes_no p {
  margin-right: 15px;
  display: flex;
          align-items: center;
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition .radio_yes_no p:last-child {
  margin-right: 0px;
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition .radio_yes_no p input {
  width: 18px;
  height: 18px;
}
.travel_top_cal .calculator_form .traveller_select-wrapper .traveller_select .medical_condition .radio_yes_no p label {
  color: #253858;
}
.travel_top_cal .calculator_form .traveller-count {
  margin-bottom: 25px;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller-count {
    display: block;
  }
}
.travel_top_cal .calculator_form .traveller-count .traveller-count-left {
  width: 48%;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller-count .traveller-count-left {
    width: 100%;
    display: block;
  }
}
.travel_top_cal .calculator_form .traveller-count .traveller-count-right {
  width: 48%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller-count .traveller-count-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.travel_top_cal .calculator_form .traveller-count .traveller-count-right .tcr-counters {
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.travel_top_cal .calculator_form .traveller-count .traveller-count-right .tcr-counters .tcr-minus,
.travel_top_cal .calculator_form .traveller-count .traveller-count-right .tcr-counters .tcr-plus {
  width: 32px;
  height: 32px;
  background: #deebff 0% 0% no-repeat padding-box;
  border: 1px solid #deebff;
  color: #0065ff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}
.travel_top_cal .calculator_form .traveller-count .traveller-count-right .tcr-counters .tcr-number {
  width: 48px;
  height: 36px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  color: #253858;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .traveller-count .traveller-count-right .tcr-counters .tcr-number {
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.travel_top_cal .calculator_form .step3 .lead_form {
  width: 100%;
  margin-bottom: 0;
}
.travel_top_cal .calculator_form .step3 button {
  margin-top: 0;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form #step4 .heading.medium {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .travel_top_cal .calculator_form #step4 .heading.medium {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form #step4 .heading.mbl {
    margin-right: 0;
  }
}
.travel_top_cal .calculator_form #step5 .heading.medium {
  font-size: 12px;
  line-height: normal;
  margin-top: 10px;
}
.travel_top_cal .calculator_form .btn-wrapper {
  display: flex;
          justify-content: space-evenly;
          align-items: center;
}
@media (max-width: 667px) {
  .travel_top_cal .calculator_form .btn-wrapper {
            flex-direction: column-reverse;
  }
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 667px) {
  .travel_top_cal .calculator_form .btn-wrapper .btn-item {
    width: 100%;
  }
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item > button {
  margin: 0 auto;
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item:last-child button {
  width: min(100%, 292px);
  margin-right: 0;
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon {
  display: inline-flex;
          align-items: center;
          justify-content: center;
  color: #0065FF;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 667px) {
  .travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon {
    margin-top: 10px;
  }
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon .reloadSingle {
  height: 10px;
  padding: 2px;
  width: 10px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon .reloadSingle:before, .travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon .reloadSingle:after {
  content: "";
  display: block;
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon .reloadSingle:before {
  border-color: transparent #0065FF #0065FF #0065FF;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 10px;
  width: 10px;
          transform: rotate(100deg);
}
.travel_top_cal .calculator_form .btn-wrapper .btn-item .text-icon .reloadSingle:after {
  border-color: transparent transparent transparent #0065FF;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.3em;
  height: 0;
  position: absolute;
  top: 40%;
  left: 80%;
  width: 0;
          transform: rotate(80deg);
}
.travel_top_cal .calculator_form .planslider button.slick-arrow {
  padding: 0;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .planslider {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-top: 0;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 500px;
    scrollbar-width: none;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .planslider::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .planslider .plan_type {
    margin: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .planslider .plan_type .planinfo {
    width: 100%;
  }
}
.travel_top_cal .calculator_form .planslider .plan_type .planinfo li:first-of-type {
  width: 40%;
}
@media only screen and (max-width: 667px) {
  .travel_top_cal .calculator_form .planslider .plan_type .planinfo li .info {
    min-height: 20px;
  }
}
.travel_top_cal .calculator_form .form-scoll-box .fieldWrapper .radio_pills label.dissable input[type=radio] + span {
  color: #0065ff;
  border: 1px solid #0065ff;
  background: #f2f7ff;
  display: flex;
          align-items: center;
          justify-content: center;
}
.travel_top_cal .calculator_form .form-scoll-box .fieldWrapper .radio_pills label.dissable input[type=radio] + span:before {
  content: "";
  width: 14px;
  height: 7px;
  border: 1px solid #0065ff;
  border-width: 0 0 2px 2px;
          transform: rotate(-45deg);
  position: relative;
  top: -2px;
  margin-right: 6px;
}

section.lightpick .lightpick__inner .lightpick__toolbar {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 25px;
  text-align: center;
          justify-content: space-between;
  position: absolute;
}
section.lightpick .lightpick__inner .lightpick__toolbar button {
  border: solid #0065FF;
  border-width: 0 2px 2px 0;
  display: flex;
  padding: 2px;
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: transparent;
          justify-content: center;
          align-items: center;
  cursor: pointer;
}
section.lightpick .lightpick__inner .lightpick__toolbar button.lightpick__previous-action {
          transform: rotate(135deg);
}
section.lightpick .lightpick__inner .lightpick__toolbar button.lightpick__previous-action:disabled {
          filter: grayscale(0.5);
  pointer-events: none;
  visibility: hidden;
}
section.lightpick .lightpick__inner .lightpick__toolbar button.lightpick__next-action {
          transform: rotate(-45deg);
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month {
  padding: 0;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__month-title-bar {
  margin-bottom: 0;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__month-title-bar .lightpick__month-title {
  margin: 15px auto !important;
  position: relative;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__month-title-bar .lightpick__month-title select.lightpick__select.lightpick__select-months, section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__month-title-bar .lightpick__month-title select.lightpick__select.lightpick__select-years {
  font-weight: 500;
  color: #253858;
  font-size: 14px;
  background: transparent;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__days-of-the-week .lightpick__day-of-the-week {
  color: #253858;
  font-weight: 500;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available {
  color: #253858;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-in-range {
  background-color: #0065FF;
  color: #fff !important;
  background-image: none;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-today {
  background-image: none;
  color: #253858;
  font-size: 11px !important;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-today.is-start-date.is-in-range {
  background-image: none;
  background-color: #0065FF;
  color: #fff;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-in-range.is-end-date {
  background-image: none;
  background-color: #0065FF;
  color: #fff;
}
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-in-range.is-start-date {
  background-image: none;
  background-color: #0065FF;
  color: #fff;
}

.registration_check {
  position: relative;
  max-width: 400px;
}
.registration_check .formInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
  margin-top: 40px;
  background-color: #fff;
}
.registration_check .formInput .heading {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.registration_check .formInput .countybox {
  width: 80px;
  display: flex;
  position: relative;
  height: 56px;
}
.registration_check .formInput .countybox .search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
  top: 0;
}
.registration_check .formInput .countybox .search-flag input {
  font-size: 14px;
  width: 100% !important;
  padding: 0px 15px !important;
          box-sizing: border-box;
}
.registration_check .formInput .countybox .country-flag {
  width: 82px;
          align-items: center;
  display: flex;
  padding: 0 15px 0 15px;
  cursor: pointer;
}
.registration_check .formInput .countybox .country-flag img {
  width: 30px;
}
.registration_check .formInput .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 15px;
  height: 8px;
  right: -20px;
  position: relative;
}
.registration_check .formInput .countybox .country-flag.active:after {
          transform: rotate(180deg);
}
.registration_check .formInput .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}
.registration_check .formInput .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.registration_check .formInput .countybox .flags.show {
  display: block;
  top: 60px;
  z-index: 1;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar {
  width: 0px;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar-track {
  background: transparent;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: transparent;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.registration_check .formInput .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}
.registration_check .formInput .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .formInput .countybox .flags li .cname {
  width: 100%;
}
.registration_check .formInput .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .formInput .countybox .flags li:after {
  display: none;
}
.registration_check .formInput .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}
.registration_check .formInput .countybox .cCode {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0px 10px;
  height: 100%;
  font-size: 16px;
  align-items: center;
}
.registration_check .formInput input {
  width: calc(100% - 100px);
  height: 56px;
  padding: 0px 15px 0px 0px;
  background: none;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  outline: none;
}
.registration_check .formInput .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  top: 17px;
  left: 10px;
  background: #fff;
  padding: 0px 4px;
  pointer-events: none;
  transition: all 0.4s ease-in;
}
.registration_check .formInput .feildLable.mobN {
  left: 100px;
}
@media screen and (max-width: 460px) {
  .registration_check .formInput .feildLable {
    font-size: 12px;
    top: 20px;
  }
}
.registration_check .formInput input:focus + .feildLable,
.registration_check .formInput input:focus + .feildLable.gray {
  left: 11px !important;
  top: -11px !important;
  font-size: 12px !important;
}
.registration_check .formInput input.labelshow + .feildLable,
.registration_check .formInput input.labelshow + .feildLable.gray {
  left: 11px !important;
  top: -8px !important;
  font-size: 12px !important;
}
.registration_check .formInput.full input {
  width: 100%;
  padding: 0px 15px;
}

.search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  display: none;
  z-index: 100;
}
.search-flag.show {
  display: block;
}
.search-flag input {
  width: 100% !important;
  padding: 0px 15px !important;
  font-size: 14px !important;
}
.search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0px -1930px;
  cursor: pointer;
  top: 47%;
          transform: translate(0px, -50%);
  right: 18px;
}
.search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0px -1930px;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-top: 0px;
}
.form-whatsapp i.icon {
  background: url("../../../cdn/images/health/whats-app4.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;
  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;
  transition: 0.4s;
  box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
}
.form-whatsapp input:checked + .slider {
  background-color: #0065ff;
}
.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #0065ff;
}
.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}

.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(24, 44, 78);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.visible {
    padding: 8px;
  }
}
.exit-intent-popup-container .exit-intent-popup {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 32px;
  position: relative;
  z-index: 1002;
}
.exit-intent-popup-container .exit-intent-popup::after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image-travel.svg") no-repeat center/contain;
  width: 292px;
  height: 361px;
  position: absolute;
  bottom: 32px;
  right: 12px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    width: 170px;
    height: 235px;
    opacity: 0.5;
    right: 8px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    width: 125px;
    height: 175px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup {
    padding: 16px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading {
  font-size: 24px;
  line-height: 28px;
  color: #253858;
  margin-bottom: 8px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading.blue,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading .blue {
  font-weight: 700;
  color: #00B8D9;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading .large {
  font-size: 28px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading sup {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading .large {
    font-size: 20px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #253858;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
  margin-top: 24px;
  list-style: none;
  width: 45%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    width: 85%;
    margin-bottom: 25px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #253858;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.double {
  line-height: 24px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.double::before {
  top: 9px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
  content: "";
  background: url("../../../cdn/images/bu/exit-intent-popup-tick.svg");
  width: 13px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0% 0% no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .term-conditions {
  max-width: 430px;
  margin-top: 0;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .term-conditions p {
  letter-spacing: 0px;
  color: #7A869A;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 12px;
  text-align: left;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .term-conditions p:last-child {
  margin-bottom: 0;
}

.autocomplete.wn-insurance-quote-editor {
  width: 300px !important;
}
@media (max-width: 568px) {
  .autocomplete.wn-insurance-quote-editor {
    width: 88% !important;
    left: 25px !important;
  }
}

.autocomplete.wn-insurance-quote-editor {
  background: #fff;
  list-style: none;
  box-shadow: 0px 20px 20px #ececec;
  max-height: 270px;
  overflow: auto;
}
.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar {
  width: 2px;
}
.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar-thumb {
  background: #888;
}
.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.autocomplete.wn-insurance-quote-editor li {
  font-size: 16px;
  padding: 16px;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.autocomplete.wn-insurance-quote-editor li em {
  font-style: normal;
}
.autocomplete.wn-insurance-quote-editor li:hover {
  background: #0065ff;
  color: #fff;
}/*# sourceMappingURL=travel-style-v8.css.map */