li,
ul {
  padding: 0;
  margin: 0;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1170px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 779px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}

.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  user-select: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .inner-block-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left,
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection .h2,
.leftSection h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.leftSection .h2:first-letter,
.leftSection h2:first-letter {
  text-transform: uppercase;
}

.leftSection .h2 a,
.leftSection h2 a {
  color: #0065ff;
}

.leftSection .h2.mt0,
.leftSection h2.mt0 {
  margin-top: 0;
}

.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu,
.leftSection p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.leftSection table .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: rgb(52.096, 78.848, 123.904);
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
  line-height: 26px;
}

.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ul li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .data_ol li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4,
.leftSection .faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li h4 > span,
.leftSection .faqsWrap ul li p > a,
.leftSection .faqsWrap ul li p > label,
.leftSection .faqsWrap ul li p > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li h4 > span:hover,
.leftSection .faqsWrap ul li p > a:hover,
.leftSection .faqsWrap ul li p > label:hover,
.leftSection .faqsWrap ul li p > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li h4 > span:after,
.leftSection .faqsWrap ul li p > a:after,
.leftSection .faqsWrap ul li p > label:after,
.leftSection .faqsWrap ul li p > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up],
.leftSection .faqsWrap ul li p > a[flag=up],
.leftSection .faqsWrap ul li p > label[flag=up],
.leftSection .faqsWrap ul li p > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li p > a[flag=up]::after,
.leftSection .faqsWrap ul li p > label[flag=up]::after,
.leftSection .faqsWrap ul li p > span[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div,
.leftSection .faqsWrap ul li p + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1,
  .grid .leftSection .h1 strong,
  .grid .leftSection h1,
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2,
  .grid .leftSection .h2 strong,
  .grid .leftSection h2,
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3,
  .grid .leftSection .h3 strong,
  .grid .leftSection h3,
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 a,
  .grid .leftSection .h3 strong a,
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection .h1,
  .leftSection .h1 strong,
  .leftSection h1,
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2,
  .leftSection .h2 strong,
  .leftSection h2,
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3,
  .leftSection .h3 strong,
  .leftSection h3,
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block .leftSection span.h2,
.blue-block span.title,
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title .h2,
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection .h2.tp0,
.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .h2.tp0,
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.animated-banner {
  margin-bottom: 20px;
}

.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}

.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

h2.underline {
  position: relative;
}

h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}

h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

@media screen and (max-width: 767px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
    margin: 16px 16px 0;
    width: calc(100% - 36px);
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin: 20px 0 10px 16px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 8px;
  padding: 8px 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 300px;
}

@media screen and (max-width: 767px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
    min-height: 310px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.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: 0 auto;
    border-radius: 0;
    background: #f1f3f5;
  }
}
.travel-top-plan-style1 .heading-h2 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  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: 0;
  color: #253858;
  margin: 14px 0;
  font-weight: 500;
}

.travel-top-plan-style1 .plan-list {
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-list {
    padding: 0;
    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: 0;
}

.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: 0 5px;
  }
}
.travel-top-plan-style1 .plan-name-with-logo .plan-name span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  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: 0;
  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: rgb(215.2586206897, 55.7715517241, 11.7413793103);
}

@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: 0;
  }
}
@media only screen and (max-width: 568px) {
  .travel-top-plan-style1 .plan-info {
    flex-wrap: wrap;
    background: 0 0;
  }
  .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: 0;
  color: #7A869A;
  display: block;
}
@media screen and (max-width: 767px) {
  .travel-top-plan-style1 .plan-info .info-heading {
    line-height: 16px;
  }
}

.travel-top-plan-style1 .plan-info .info-detail {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 500;
}

.travel-top-plan-style1 .travel-top-plan-style1-list {
  padding: 0;
  margin: 0;
  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: 0;
}

.travel-top-plan-style1 .travel-top-plan-style1-list li a,
.travel-top-plan-style1 .travel-top-plan-style1-list li span {
  letter-spacing: 0;
  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 {
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border-radius: 40px;
  padding: 12px 24px;
  margin: 20px auto 10px;
  display: block;
  width: 215px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.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 0px 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 0;
    justify-content: space-between;
    width: 94%;
    margin: 0 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: 0 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;
}

.travel-single-step-layout {
  z-index: 10;
  position: relative;
  background: linear-gradient(168deg, rgba(225, 239, 255, 0.568627451) 38.45%, rgba(255, 255, 255, 0) 77.58%);
}

.travel-single-step-layout:has(.floating-popup-container.disForm.open) {
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .travel-single-step-layout .container {
    padding: 0;
  }
}
.travel-single-step-layout .insurer-details {
  display: flex;
  align-items: center;
}
.travel-single-step-layout .insurer-details .image-wrapper {
  border-radius: 8px;
  max-width: 110px;
  height: 54px;
  width: 100%;
  padding: 6.75px 13.5px;
  background: #fff;
  border: 1px solid;
  margin-right: 16px;
}
.travel-single-step-layout .insurer-details .image-wrapper img {
  max-width: 80px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .travel-single-step-layout .insurer-details .image-wrapper {
    width: 80px;
    height: 40px;
  }
  .travel-single-step-layout .insurer-details .image-wrapper img {
    max-width: 60px;
    height: auto;
  }
}
.travel-single-step-layout .insurer-details .name {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
.travel-single-step-layout .insurer-details.insurer-7 .image-wrapper {
  border-color: #FF5255;
}
.travel-single-step-layout .insurer-details.insurer-1 .image-wrapper {
  border-color: #4269A2;
}
.travel-single-step-layout .insurer-details.insurer-5 .image-wrapper {
  border-color: #4F7DB5;
}
.travel-single-step-layout .insurer-details.insurer-6 .image-wrapper {
  border-color: #AF2A30;
}
.travel-single-step-layout .insurer-details.insurer-11 .image-wrapper {
  border-color: #4E90C8;
}
.travel-single-step-layout .insurer-details.insurer-12 .image-wrapper {
  border-color: #E31F26;
}
.travel-single-step-layout .insurer-details.insurer-22 .image-wrapper {
  border-color: #F6B82C;
}
.travel-single-step-layout .insurer-details.insurer-3 .image-wrapper {
  border-color: #6468AB;
}
.travel-single-step-layout .insurer-details.insurer-59 .image-wrapper {
  border-color: #d23a39;
}
.travel-single-step-layout .insurer-details.insurer-16 .image-wrapper {
  border-color: #851973;
}
.travel-single-step-layout .insurer-details.insurer-2 .image-wrapper {
  border-color: #FDB827;
}
.travel-single-step-layout .insurer-details.insurer-19 .image-wrapper {
  border-color: #00828A;
}
.travel-single-step-layout .insurer-details.insurer-14 .image-wrapper {
  border-color: #F8E108;
}
.travel-single-step-layout .insurer-details.insurer-47 .image-wrapper {
  border-color: #FF784F;
}
.travel-single-step-layout .insurer-details.insurer-30 .image-wrapper {
  border-color: #4FBEF3;
}
.travel-single-step-layout .insurer-details.insurer-10 .image-wrapper {
  border-color: #cc4945;
}
.travel-single-step-layout .insurer-details.insurer-8 .image-wrapper {
  border-color: #2267b8;
}

.showForm.travel_top.newui {
  box-shadow: none;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui:has(.visible) {
    z-index: 10001;
    position: relative;
  }
}
.showForm.travel_top.newui .insurer-details {
  display: none;
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .insurer-details {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
    padding: 16px;
  }
  .showForm.travel_top.newui .insurer-details .name {
    font-size: 18px;
    line-height: 26px;
  }
  .showForm.travel_top.newui .insurer-details .tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #253858;
  }
}

@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui:has(.floating-popup-container) {
    margin: 0;
  }
}
.showForm.travel_top.newui .travelBackground {
  padding: 0;
  box-shadow: 0 2px 24px 0 rgba(0, 101, 255, 0.1607843137);
  background: #fff;
  border: 2px solid #deebff;
  border-radius: 16px;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground {
    box-shadow: none;
    padding: 0;
    background: #FFFFFF;
    border-radius: 32px 32px 0 0;
    z-index: 10;
    position: relative;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container {
  width: 100%;
  min-height: 495px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container {
    margin: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container {
    border-radius: 0;
  }
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container::after {
    background: url(../../images/bu/travel/travel-stepper-mobile-bg.png) no-repeat;
    width: 101px;
    height: 48px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container > .back {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 14px;
  z-index: 10;
  cursor: pointer;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container > .back::before {
  content: "";
  transform: translate(-50%, -50%) rotate(135deg);
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #253858;
  border-right: 2px solid #253858;
  position: absolute;
  top: 50%;
  left: 54%;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container > .back {
    display: none;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new {
  max-width: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new {
    max-width: 820px;
  }
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new {
    min-height: 570px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .steps {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #253858;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .steps span {
  font-size: 14px;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .steps span:last-child {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .steps {
    position: absolute;
    top: 12px;
    right: 16px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .label-top {
  margin-bottom: 12px;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .first-heading {
  text-align: left;
  margin-top: 28px;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 0;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep {
    border: 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .heading {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .heading .blue {
  color: #0052CC;
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .heading .green {
  color: #00875A;
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .heading {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .city {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #253858;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .city {
    font-size: 13px;
    line-height: 18px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .city span {
  color: #505f79;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .city span {
    font-size: 10px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .popular {
  color: #505f79;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 8px 0 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .popular {
    font-size: 12px;
    line-height: 18px;
    margin: 4px 0 0;
    display: none;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .err {
  margin: -16px 0 6px;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills::-webkit-scrollbar {
    display: none;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 24px;
  margin-top: 10px;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label {
    width: 19%;
    margin-right: 14px;
    flex-shrink: 0;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 101, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image {
    width: 44px;
    height: 44px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .form-scoll-box {
  margin-bottom: 0;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form {
  max-width: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form {
    max-width: 820px;
  }
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form {
    padding: 0;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor {
  padding: 10px 16px 10px;
  border-radius: 16px;
  border: 1px solid #4c9aff;
  background: #f1f7ff;
  height: auto;
  margin: 16px 0;
  position: relative;
  z-index: 99;
  max-height: 100px;
  overflow-y: scroll;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor {
    padding: 6px 19px 5px;
    border-radius: 24px;
    margin: 18px 0 20px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor input#destination-autocomplete {
  border: 0;
  height: 45px;
  box-shadow: none;
  margin-top: 0;
  padding-left: 5px;
  background: 0 0;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor:has(.autocomplete) {
  overflow-y: visible;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .secondStep {
  overflow: inherit;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count {
    margin: 0 0 5px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-left {
  width: 100%;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-left {
    width: 100%;
    margin: 15px 0;
    overflow-y: scroll;
    padding: 10px;
  }
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-left::-webkit-scrollbar {
    display: none;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-left .tcl-item {
  width: 64px;
  height: 56px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  border: 1px solid #fff;
  opacity: 1;
  background: #fff;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  cursor: pointer;
  color: #253858;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-left .tcl-item:last-child {
  margin: 0;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-left .tcl-item.selected {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right {
  width: 91%;
  height: 56px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right {
    width: 100%;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right .tcr-counters {
  display: flex;
  align-items: center;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right .tcr-counters .tcr-minus,
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .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;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right .tcr-counters .tcr-minus,
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right .tcr-counters .tcr-plus {
    line-height: 30px;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right .tcr-counters .tcr-plus.disabled {
  filter: grayscale(1);
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-count .traveller-count-right .tcr-counters .tcr-number {
  width: 48px;
  height: 36px;
  background: #fff 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;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .multi-traveller-details .travellerDetails {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .multi-traveller-details .travellerDetails {
    padding: 0 1px;
    position: relative;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .multi-traveller-details .travellerDetails::-webkit-scrollbar {
  display: none;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .multi-traveller-details .travellerDetails .fieldWrapper {
  width: 50%;
  margin: 0 0 8px;
  max-width: 256px;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .multi-traveller-details .travellerDetails .fieldWrapper .travellerAge {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .multi-traveller-details .travellerDetails .fieldWrapper {
    width: 100%;
    max-width: 100%;
  }
}
.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .registration_check {
  margin: 0 auto;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .tripDates .dates {
  width: 48%;
}

.showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .prev-next-btn .nextbtn {
  z-index: 1;
  position: relative;
  max-width: 328px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .destinations-wrapper #selected-destinations input.labelshow + label,
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .destinations-wrapper #selected-destinations input:active + label,
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .destinations-wrapper #selected-destinations input:focus + label {
    top: -24px;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container:has(.process-button.secondStep, .process-button.thirdStep, .process-button.fourthStep, .process-button.fifthStep) > .button-disclaimer {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: calc(100% - 40px) !important;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container:has(.process-button.thirdStep):has(.traveller-count-right.relative) > .button-disclaimer {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 20px 0 0;
  width: 100% !important;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container:has(.process-button.fourthStep):has(.traveller-info-box.relative) > .button-disclaimer {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .block_content_wrapper_firstfold {
    display: none;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container > .button-disclaimer {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container > .button-disclaimer {
    margin-top: 0;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .disclaimer {
  font-size: 12px;
  color: #253858;
  text-align: center;
  display: block;
  padding: 0 16px;
  margin: 20px 0 0;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .disclaimer a {
  color: #0065ff;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .disclaimer {
    margin: 4px 0 0;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .form {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form-scoll-box {
    margin-bottom: 0;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select {
  position: relative;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select > input {
  inline-size: 100%;
  box-sizing: border-box;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown {
  position: absolute;
  z-index: 2;
  list-style: none;
  max-block-size: 20.4em;
  box-shadow: 0 20px 20px #ececec;
  background: #fff;
  overflow: auto;
  width: 100%;
  margin-top: 12px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown li {
  font-size: 16px;
  padding: 16px;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  color: #5e6c84;
  cursor: pointer;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown::-webkit-scrollbar {
  width: 2px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown::-webkit-scrollbar-thumb {
  background: #888;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown:empty {
  display: none;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown [role=option],
.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown li:hover {
  background: #f0f0f0;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown .select--selected {
  position: relative;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown .select--selected::after {
  content: "";
  width: 14px;
  height: 7px;
  border: 1px solid #0065ff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 43%;
  margin-right: 6px;
  display: inline-block;
  right: 7px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__dropdown li[aria-disabled=true] {
  background: 0 0;
  color: #ccc;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__input {
  position: relative;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__input input {
  position: relative;
  height: auto;
  margin: 0;
  background: #fff;
  border: 1px solid #5e6c84;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__input .select__values {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__input .select__values .select__value {
  padding-inline: 28px 9px;
  background: #fff;
  color: #253858;
  border: 1px solid #dfe1e6;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin: 0 5px 5px 0;
  padding-block: 3px;
  cursor: pointer;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__input .select__values .select__value:before {
  content: "x";
  display: inline-block;
  border: 1px solid #253858;
  color: #253858;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  line-height: 13px;
  margin-left: 0;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .select__measure {
  inline-size: 0;
  block-size: 0;
  overflow: hidden;
  white-space: pre;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .destination-country {
  background: #fff;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  padding: 15px;
  height: 60px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .destination-country label {
  color: #5e6c84;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 19px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .destination-country.labelshow .label {
  z-index: 1;
  visibility: visible;
  top: -1px;
  font-size: 12px;
  padding: 3px 5px 2px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .destination-country input {
  border: 0;
  padding: 0;
  height: 30px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .destination-country input:focus + label {
  z-index: 1;
  visibility: visible;
  top: -1px;
  font-size: 12px;
  padding: 3px 0 2px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills .dissable .image {
  border: 1px solid #0065ff !important;
  padding: 2px !important;
  background-origin: content-box !important;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.schengen {
  background: url(../../images/bu/travel/travel-schengen-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.usa {
  background: url(../../images/bu/travel/travel-usa-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.uae {
  background: url(../../images/bu/travel/travel-uae-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.uk {
  background: url(../../images/bu/travel/travel-uk-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.germany {
  background: url(../../images/bu/travel/travel-germany-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.thailand {
  background: url(../../images/bu/travel/travel-thailand-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.canada {
  background: url(../../images/bu/travel/travel-canada-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.france {
  background: url(../../images/bu/travel/travel-france-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.switzerland {
  background: url(../../images/bu/travel/travel-switzerland-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.italy {
  background: url(../../images/bu/travel/travel-italy-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .image.netherlands {
  background: url(../../images/bu/travel/travel-netherlands-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label .name {
  color: #253858;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-top: 5px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .fieldLable {
  display: initial;
  min-height: 0;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .fieldLable h2 {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.38px;
  color: #172b4d;
  margin-top: 0;
  margin-bottom: 22px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .fieldLable h2 span {
  color: #f88e10;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .fieldLable h3 {
  padding-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #172b4d;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .back {
  background: #e0ebfa;
  position: relative;
  display: none;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .back:before {
  left: 12px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .step-sub-info {
  color: #253858;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .step-sub-info {
    font-size: 14px;
    line-height: 20px;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .step-sub-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #0065ff;
  cursor: pointer;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .step-sub-info.bold {
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .step-sub-info.bold {
    padding-bottom: 0;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper .pre-existing label.radioButton {
  width: 48%;
  height: 56px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.2588235294);
  border-radius: 8px;
  margin-right: 0;
  line-height: 56px;
  padding-left: 50px;
  border: 1px solid transparent;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper .pre-existing label.radioButton.selected {
  border: 1px solid #0065ff;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper .pre-existing label.radioButton .checkmark {
  top: 20px;
  left: 15px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box::-webkit-scrollbar {
  display: none;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box .traveller-info-box-item {
  width: 48%;
  position: relative;
  height: 56px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 62px;
  color: #253858;
  margin-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box .traveller-info-box-item.selected {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box .traveller-info-box-item input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box .traveller-info-box-item span.label {
  position: absolute;
  top: -3px;
  left: 45px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .traveller-info-box .traveller-info-box-item {
    width: 100%;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fifthStep {
  width: 100%;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fifthStep div#number_f {
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fifthStep div#number_f {
    width: 100%;
  }
}
.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fifthStep div#number_f .formInput {
  width: 100%;
  flex-wrap: nowrap;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form-scoll-box-new .form .fifthStep div#number_f .form-input {
  background-color: #fff;
}

.showForm.travel_top.newui .labelshow + .fieldLable {
  background: #fff;
}

@media (max-width: 1024px) {
  .showForm.travel_top.newui .labelshow + .fieldLable {
    background: #fff;
  }
}
.showForm.travel_top.newui .destinations-wrapper {
  position: relative;
}

.showForm.travel_top.newui .destinations-wrapper #selected-destinations p {
  border: 1px solid #dfe1e6;
  padding: 6px 12px;
  color: #253858;
  font-weight: 500;
  border-radius: 40px;
  margin-top: 8px;
  margin-right: 5px;
  background: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  align-items: center;
}

.showForm.travel_top.newui .destinations-wrapper #selected-destinations p a {
  display: inline-block;
  border: 1px solid #de350b;
  color: #de350b;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0;
  line-height: 17px;
  margin-left: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.showForm.travel_top.newui .destinations-wrapper #selected-destinations input + label {
  left: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .destinations-wrapper #selected-destinations input + label {
    top: 7px;
  }
}
.showForm.travel_top.newui .destinations-wrapper #selected-destinations input.labelshow + label,
.showForm.travel_top.newui .destinations-wrapper #selected-destinations input:active + label,
.showForm.travel_top.newui .destinations-wrapper #selected-destinations input:focus + label {
  top: -21px;
  left: 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .destinations-wrapper #selected-destinations input.labelshow + label,
  .showForm.travel_top.newui .destinations-wrapper #selected-destinations input:active + label,
  .showForm.travel_top.newui .destinations-wrapper #selected-destinations input:focus + label {
    top: -28px;
  }
}
.showForm.travel_top.newui .travel-form-btn-group {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}

.showForm.travel_top.newui .travel-form-btn-group .step-info-help {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #253858;
  padding-top: 15px;
}

.showForm.travel_top.newui .travel-form-btn-group .step-info-help span {
  color: #f88e10;
  font-weight: 500;
}

.showForm.travel_top.newui .travel-form-btn-group .trip-duration {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #505f79;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travel-form-btn-group .trip-duration {
    margin-bottom: 8px;
  }
}
.showForm.travel_top.newui .rightBox-form-container .form .mobilefirst .formInput {
  background-color: #fff;
}

.showForm.travel_top.newui .rightBox-form-container .form .mobilefirst .formInput .col4 {
  width: 70px;
}

.showForm.travel_top.newui .rightBox-form-container .form .mobilefirst .formInput:before {
  left: 55px;
}

.showForm.travel_top.newui .rightBox-form-container .form .fieldWrapper.mobilefirst .labelshow + .fieldLable.gray {
  left: 15px;
}

.showForm.travel_top.newui .rightBox-form-container .form .mobilefirst .formInput .col4 .cCode {
  width: 65px;
}

.showForm.travel_top.newui .floating-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #182c4e;
  display: block;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.showForm.travel_top.newui .floating-popup-container.open {
  z-index: 100000;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container.open {
    background: #fff;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup {
  position: absolute;
  width: 100%;
  max-width: 656px;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
}

@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup {
    width: 100%;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  margin: 0 !important;
  border: 0;
  padding: 0;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .form-scoll-box {
    height: auto;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container {
  padding: 0;
  height: 100%;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container::after {
  top: 64px;
}

@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container {
    margin: 0;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container:has(.process-button.thirdStep) > .button-disclaimer {
  position: absolute;
  bottom: 0;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .close-wrapper .close {
  background: url(../../images/bu/travel/close.svg) no-repeat center/contain, #fff;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: -56px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-origin: content-box;
  padding: 8px;
}

@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .close-wrapper {
    margin-bottom: 0;
  }
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .close-wrapper .close {
    top: 16px;
    left: auto;
    right: 16px;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .popup-heading {
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0392156863);
  padding: 24px 48px;
  margin: 0 0 32px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .popup-heading {
    display: none;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .back-call-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .back-call-wrapper .back {
  background: url(../../images/bu/travel/travel-popup-back.svg);
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: 20px;
  flex-shrink: 0;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .back-call-wrapper .back::before {
  display: none;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .back-call-wrapper .title-call {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  width: 100%;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .back-call-wrapper .call {
  background: url(../../images/bu/travel/travel-popup-call.svg);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .back-call-wrapper {
    margin-bottom: 20px;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new {
  padding: 0 48px;
  background: #fff;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new {
    min-height: calc(100vh - 75px);
    padding: 64px 16px 0;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .steps {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .steps {
    top: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .form {
    padding: 0;
    background: #fff;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .fieldLable h3 {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .label-top {
  margin-bottom: 6px;
  min-height: auto;
  box-shadow: none;
  padding: 0;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .label-top .first-heading {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  width: 75%;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .step-sub-info {
  color: #253858;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .tripDates {
  flex-wrap: wrap;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .tripDates .dates {
  max-width: 265px;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .firstStep {
  background: #fff;
  padding: 16px 16px 0;
  margin: 0 0 24px;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .firstStep {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0 0 12px;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .traveller-details {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .traveller-details {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep {
    min-height: auto;
    margin-bottom: 0;
    background: #fff;
    padding-bottom: 20px;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .traveller-count {
  flex-wrap: wrap;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .traveller-count .traveller-count-left {
  width: 100%;
  margin-bottom: 16px;
  justify-content: flex-start;
  z-index: 10;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .traveller-count .traveller-count-left .tcl-item {
  margin-right: 18px;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .traveller-count .traveller-count-left .tcl-item:last-of-type {
  margin-right: 0;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .traveller-count .traveller-count-right {
  width: 100%;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details {
  max-height: 300px;
  overflow-y: scroll;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details {
    max-height: 372px;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details .travellerDetails {
  height: 375px;
  overflow-y: scroll;
  flex-flow: column;
  justify-content: flex-start;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details .travellerDetails::-webkit-scrollbar {
  display: none;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details .travellerDetails .fieldWrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .multi-traveller-details .travellerDetails {
    height: auto;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep .err {
  position: relative;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .traveller-info-box {
  padding: 0 10px 25px;
}

@media screen and (max-width: 768px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .traveller-info-box {
    height: 275px;
    flex-flow: column;
    justify-content: flex-start;
    overflow-y: scroll;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new .traveller-info-box::-webkit-scrollbar {
  display: none;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container > .button-disclaimer {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -4px 16px 0 rgba(0, 101, 255, 0.12);
  padding: 10px 16px;
  width: 100% !important;
  max-width: 656px;
  z-index: 100;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container > .button-disclaimer .prev-next-btn .backbtn {
  display: none !important;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .fifthStep {
  width: 100% !important;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper > .description {
  color: #505f79;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 16px;
  padding: 0;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills {
    justify-content: flex-start;
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills {
    padding: 0 0 0 5px;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills .dissable .image {
  border: 1px solid #0065ff;
  padding: 2px;
  background-origin: content-box !important;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 19%;
  margin-bottom: 20px;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label:last-child,
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label:nth-last-of-type(2) {
  display: flex;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label {
    width: 19%;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.schengen {
  background: url(../../images/bu/travel/travel-schengen-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.usa {
  background: url(../../images/bu/travel/travel-usa-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.uae {
  background: url(../../images/bu/travel/travel-uae-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.uk {
  background: url(../../images/bu/travel/travel-uk-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.germany {
  background: url(../../images/bu/travel/travel-germany-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.thailand {
  background: url(../../images/bu/travel/travel-thailand-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.canada {
  background: url(../../images/bu/travel/travel-canada-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .image.france {
  background: url(../../images/bu/travel/travel-france-image.jpg) no-repeat center/contain;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .firstStep .fieldWrapper .radio_pills label .name {
  color: #253858;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-top: 5px;
}

.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .travel-form-btn-group span.trip-duration:is(:empty) {
  display: inline;
}

.showForm.travel_top.newui .rightBox .rightBox-form-container .form .fieldWrapper div#wn-insurance-quote-editor input#destination-autocomplete {
  width: 45px;
  flex-grow: 1;
}

.autocomplete.wn-insurance-quote-editor {
  width: calc(100% + 32px) !important;
  z-index: 999999 !important;
  top: auto !important;
  left: -16px !important;
  margin-top: 14px !important;
  border-radius: 16px;
  border: 1px solid #dfe1e6;
  box-shadow: 0 6px 36px 0 rgba(0, 101, 255, 0.1607843137);
}

@media screen and (max-width: 767px) {
  .autocomplete.wn-insurance-quote-editor {
    width: calc(100% + 48px) !important;
    left: -24px !important;
    margin-top: 10px !important;
  }
}
.first-heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #172b4d;
}

@media screen and (max-width: 767px) {
  section.lightpick {
    width: 95vw;
  }
}
section.lightpick .lightpick__inner .lightpick__toolbar {
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px;
}

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: 0 0;
  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;
  width: 263px;
}

@media screen and (max-width: 767px) {
  section.lightpick .lightpick__inner .lightpick__months section.lightpick__month {
    width: 100%;
  }
}
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;
}

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;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container input,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container select {
  cursor: pointer;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button {
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.9;
  display: block;
  border-radius: 8px;
  background: #0065ff;
  color: #fff;
  width: 100%;
  box-shadow: 0 4px 12px 0 rgba(0, 101, 255, 0.2392156863);
  max-width: 328px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button.disabled {
  background: #dfe1e6;
  color: #7a869a;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button:focus,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button:hover {
  outline: 0;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button.loading {
  font-size: 0px;
  padding: 25px 0;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button.process-button {
  background: #0065ff !important;
}

@media screen and (max-width: 820px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn button {
    box-shadow: none;
    max-width: 100%;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn {
  display: block;
  border-radius: 8px;
  max-width: 144px;
  width: 100%;
  margin-right: 40px;
}

@media screen and (min-width: 1024px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn {
    max-width: 135px;
    margin-right: 20px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn button {
  position: relative;
  width: 100%;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn button:after {
  border: solid #505f79;
  border-width: 0 0 1px 1px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 2px 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 46%;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn button:after {
    left: -4px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn {
    max-width: 390px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .back,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disable,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disabled,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .enable,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .enabled,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .back,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disable,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disabled,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .enable,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .enabled {
  margin: 0 auto;
  height: 48px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .back::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disable::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disabled::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .enable::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .enabled::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .back::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disable::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disabled::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .enable::before,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .enabled::before {
  display: none;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .back,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .back {
  width: 100%;
  background-color: transparent;
  background: 0 0;
  color: #505f79;
  border: 0;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disable,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disabled,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disable,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disabled {
  background: #dfe1e6;
  color: #8b8c8f;
  border: 1px solid #dfe1e6;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disable::after,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn .disabled::after,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disable::after,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn .disabled::after {
  border-color: #8b8c8f;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new:has(.returning-user-step) {
  max-width: 790px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new:has(.returning-user-step) .form {
  max-width: 790px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details {
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: -12px auto 24px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details .edit {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: #0065ff;
  position: relative;
  cursor: pointer;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details .edit::after {
  content: "";
  padding: 3px;
  transform: rotate(-45deg);
  margin: 0 0 2px 3px;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details .edit {
    font-size: 14px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details .edit::after {
    padding: 2px;
  }
}
@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details {
    font-size: 12px;
    line-height: 16.41px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details .country:has(.more-country:empty) span.first-country {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-search-details .country span.first-country {
    width: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: -4px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan {
  box-shadow: 0 1px 2px 0 rgba(37, 56, 88, 0.1607843137);
  margin: 0 0 12px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  padding: 14px 16px;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan {
    align-items: flex-start;
    padding: 8px 0;
    flex-direction: column;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name {
  display: flex;
  align-items: center;
  margin-right: 23px;
  width: 41%;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name {
    margin: 0 0 20px;
    padding: 0 12px;
    width: 100%;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name .logo {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 38px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name .logo {
    margin-right: 8px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name .logo img {
  max-width: 60px;
  height: auto;
  width: 100%;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name .insurer-plan-name > div {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #253858;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .logo-name .insurer-plan-name > div.plan-name {
  font-weight: 700;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list {
    border-bottom: 1px solid #dfe1e6;
    padding: 0 12px;
    width: 100%;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details {
  width: 50%;
  text-align: left;
  margin: 0 0 20px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details:last-child,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details:nth-last-child(2) {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details {
    margin: 0 0 12px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details:last-child,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details:nth-last-child(2) {
    margin: 0 0 12px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details .label {
  color: #7a869a;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .plan-details-list .plan-details .value {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: #253858;
  margin: 3px 0 0;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button {
    display: flex;
    align-items: center;
    padding: 12px 12px 0;
    justify-content: space-between;
    width: 100%;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button .premium {
  color: #7a869a;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
  margin: 0 0 10px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button .premium span {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button .premium span {
    display: block;
    margin-top: 2px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button button {
  background: #0065ff;
  border: 0;
  border-radius: 8px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  width: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button button {
    padding: 8px 24px 10px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button button.loading {
  font-size: 0px;
  padding: 10px 0;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-step .returning-user-plans-list .returning-user-plan .premium-button button.loading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 0;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 8px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group {
  max-width: 790px;
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group {
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 8px 0 6px;
    z-index: 2;
    flex-direction: column;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div {
  width: 49%;
}

@media screen and (max-width: 767px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div {
    width: 100%;
    margin-bottom: 12px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div.start-new-search-button button {
  background: #deebff;
  border: 0;
  border-radius: 8px;
  padding: 14px 0;
  width: 100%;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div.start-new-search-button button::before {
  content: "";
  background: url(../../images/bu/travel/travel-returning-user-reload-icon.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 4px -1px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div.edit-details button,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div.view-more-plans button {
  border: 1px solid var(--PQ--group-Blue, #0065ff);
  border-radius: 8px;
  padding: 14px 0;
  width: 100%;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div.edit-details button::after,
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .returning-user-button-group > div.view-more-plans button::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  display: inline-block;
  padding: 3px;
  margin: 0 0 1px 3px;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep {
  min-height: 280px;
}

@media screen and (min-width: 768px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep {
    min-height: 230px;
  }
}
@media screen and (max-width: 575px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .thirdStep {
    min-height: auto;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .fifthStep {
  min-height: 280px;
}

@media screen and (min-width: 768px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .fifthStep {
    min-height: 195px;
  }
}
@media screen and (max-width: 575px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .fifthStep {
    min-height: 425px;
  }
}
#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep .multi-traveller-details .travellerDetails .fieldWrapper.select label {
  visibility: visible;
}

@media screen and (max-width: 575px) {
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn:has(.backbtn.back_btn.hide) {
    justify-content: center;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn.back_btn.hide ~ .nextbtn button {
    max-width: 100%;
    width: 100%;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .backbtn {
    display: flex;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .label-top .back {
    display: none;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fieldWrapper .destinations-wrapper #destinations-wrapper p {
    margin-top: 15px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fieldWrapper .fieldLable {
    display: inherit;
    background: #fff !important;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fieldWrapper .fieldLable.large {
    padding: 0;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fieldWrapper input,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fieldWrapper select {
    border-color: #dfe1e6;
    font-weight: 500;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .pre-existing .radioButton {
    box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
    border-radius: 8px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fifthStep {
    width: 100%;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fifthStep .step-sub-info {
    margin: 12px 0 0;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fifthStep div#number_f {
    margin-bottom: 30px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fifthStep .input_field {
    width: 100%;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fifthStep .input_field .formInput {
    width: 100%;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .fifthStep .input_field .formInput .input {
    float: right;
    text-align: right;
    margin-right: 1rem;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep .prev-next-btn,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep .prev-next-btn {
    display: flex;
    justify-content: space-between;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep .prev-next-btn .backbtn,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep .prev-next-btn .backbtn {
    display: block;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep .prev-next-btn .nextbtn button,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep .prev-next-btn .nextbtn button {
    width: auto;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep input + label,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep input + label.gray,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep input + label,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep input + label.gray {
    top: 30px;
    width: 50%;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep input.labelshow + label,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .secondStep input.labelshow + label.gray,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep input.labelshow + label,
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .thirdStep input.labelshow + label.gray {
    top: -1px;
    width: auto;
    left: 14px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .label-top {
    margin-top: 0;
    margin-bottom: 3px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .label-top .first-heading {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
    text-align: left;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .form-scoll-box-new .form-grid .firstStep .fieldWrapper h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #253858;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container > .button-disclaimer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 10;
    margin-top: 8px;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container > .button-disclaimer .travel-form-btn-group .disabled {
    font-size: 14px;
    font-weight: 500;
  }
  #policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container > .button-disclaimer .travel-form-btn-group .step-info-help span {
    font-weight: 500;
  }
}
.registration_check {
  position: relative;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .registration_check {
    max-width: 100%;
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .registration_check .formInput {
    margin-top: 22px;
  }
}
.registration_check .formInput.success-msg::after {
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #36b37e;
  border-right: 2px solid #36b37e;
  margin-top: -11px;
  position: absolute;
  right: 18px;
  top: 30px;
  content: "";
}

.registration_check .formInput .countybox {
  width: 80px;
  display: flex;
  position: relative;
  height: 56px;
}

.registration_check .formInput .countybox::after {
  content: "";
  background: #dfe1e6;
  height: 30px;
  width: 1px;
  top: 13px;
  position: absolute;
  right: -9px;
}

@media screen and (max-width: 767px) {
  .registration_check .formInput .countybox::after {
    top: 15px;
  }
}
.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: 0 15px !important;
  box-sizing: border-box;
}

.registration_check .formInput .countybox .country-flag {
  width: 90px;
  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;
  top: 2px;
}

.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;
  -webkit-box-shadow: 0 2px 6px #ccc;
  box-shadow: 0 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;
}

.registration_check .formInput .countybox .flags.show {
  display: block;
  top: 60px;
  z-index: 10;
}

.registration_check .formInput .countybox .flags::-webkit-scrollbar {
  width: 0;
}

.registration_check .formInput .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
}

.registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
}

.registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration_check .formInput input {
  width: calc(100% - 100px);
  height: 56px;
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  outline: 0;
}

.registration_check .formInput .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  top: 17px;
  left: 10px;
  background: #fff;
  padding: 0 4px;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.registration_check .formInput .feildLable.mobN {
  left: 100px;
}

.registration_check .formInput input:focus + .feildLable,
.registration_check .formInput input:focus + .feildLable.gray {
  left: 11px !important;
  top: -11px !important;
  font-size: 12px !important;
  z-index: 1;
}

.registration_check .formInput input.labelshow + .feildLable,
.registration_check .formInput input.labelshow + .feildLable.gray {
  left: 11px !important;
  top: -10px !important;
  font-size: 12px !important;
  z-index: 1;
}

.registration_check .formInput.full input {
  width: 100%;
  padding: 0 15px;
}

.search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  display: none;
  z-index: 1;
}

.search-flag.show {
  display: block;
}

.search-flag input {
  width: 100% !important;
  padding: 0 15px !important;
  font-size: 16px !important;
}

.search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
  cursor: pointer;
  top: 47%;
  transform: translate(0, -50%);
  right: 18px;
}

.search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
}

.lightpick {
  z-index: 999999;
}

.top-fold {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0 100px;
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .top-fold {
    padding: 0 16px 32px !important;
    background: 0 0 !important;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 820px) {
  .top-fold {
    flex-direction: column-reverse;
  }
  .top-fold::before {
    content: "";
    height: 328px;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(166.44deg, #d3e7ff 30.44%, #fff 69.84%);
  }
  .top-fold:has(.returning-user-section)::before {
    background: #fff;
  }
}
.top-fold > .left {
  width: 49%;
  padding: 24px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-fold > .left .insurer-details {
    display: none;
  }
}
.top-fold > .left .insurer-highlights-section {
  margin: 32px 0 0;
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-heading {
  color: #253858;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-heading::after {
  content: "";
  background: #0052CC;
  width: 40px;
  height: 2px;
  display: inline-block;
  margin: 0 0 0 12px;
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-list {
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-list .insurer-highlight {
  display: flex;
  width: 50%;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .top-fold > .left .insurer-highlights-section .insurer-highlights-list .insurer-highlight {
    margin: 0 0 16px;
    flex-direction: column;
  }
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-list .insurer-highlight img {
  max-width: 40px;
  width: 100%;
  height: auto;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .top-fold > .left .insurer-highlights-section .insurer-highlights-list .insurer-highlight img {
    margin: 0 0 12px;
    max-width: 32px;
  }
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-list .insurer-highlight .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #7A869A;
}
.top-fold > .left .insurer-highlights-section .insurer-highlights-list .insurer-highlight .value {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #253858;
}
.top-fold > .left .tag {
  background: linear-gradient(90deg, #EDF5FF 0%, #DEEBFF 51.92%, #F3F8FF 100%);
  display: inline-block;
  margin: 8px 0 0;
  padding: 16px 21px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.top-fold > .left .tag span {
  font-weight: 700;
  color: #0052CC;
}
@media screen and (max-width: 767px) {
  .top-fold > .left .tag {
    display: none;
  }
}

.top-fold > .left > .heading {
  font-weight: 700;
  text-align: left;
  width: 92%;
  color: #253858;
  margin: 0 0 32px;
  font-size: 26px;
  line-height: 40px;
}
.top-fold > .left > .heading p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}
@media screen and (max-width: 820px) {
  .top-fold > .left > .heading p {
    display: block;
  }
}

.top-fold > .left > .heading .purple {
  font-weight: 700;
  color: #6554c0;
}

.top-fold > .left > .heading .gradient {
  background: linear-gradient(90deg, #D519E4 44.71%, #3519FD 85.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.top-fold > .left > .heading .dark-blue {
  color: #3519FD;
}

.top-fold > .left > .heading sup {
  font-size: 16px;
}

.top-fold > .left > .heading .green {
  font-weight: 700;
  color: #00875A;
}
.top-fold > .left > .heading .green sup {
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 767px) {
  .top-fold > .left > .heading {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
.top-fold > .left > .heading > div {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .top-fold > .left > .heading > div {
    font-size: 16px;
  }
}
.top-fold > .left > .heading > div .green {
  font-weight: 700;
  color: #36b37e;
}

.top-fold > .left > .heading > div sup {
  font-size: 12px;
  line-height: 12px;
}

.top-fold > .left > .heading.country {
  width: 100%;
}

.top-fold > .left > .heading > div {
  font-size: 24px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .top-fold > .left > .heading > div {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .top-fold > .left > .heading {
    display: none;
  }
}
.top-fold .right > .heading {
  font-weight: 700;
  text-align: left;
  width: 82%;
  color: #253858;
  margin: 16px 0 32px;
  font-size: 18px;
  line-height: 28px;
  z-index: 1;
  position: relative;
  display: none;
}
.top-fold .right > .heading p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}
@media screen and (max-width: 820px) {
  .top-fold .right > .heading p {
    display: block;
  }
}

.top-fold > .right > .heading .purple {
  font-weight: 700;
  color: #6554c0;
}

.top-fold > .right > .heading .gradient {
  background: linear-gradient(90deg, #D519E4 44.71%, #3519FD 85.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.top-fold > .right > .heading .dark-blue {
  color: #3519FD;
}

.top-fold > .right > .heading sup {
  font-size: 12px;
}

.top-fold > .right > .heading .green {
  font-weight: 700;
  color: #00875A;
}
.top-fold > .right > .heading .green sup {
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 767px) {
  .top-fold .right > .heading {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
}
.top-fold .right > .heading > div {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .top-fold .right > .heading > div {
    font-size: 16px;
    display: inline-block;
  }
}
.top-fold .right > .heading > div .green {
  font-weight: 700;
  color: #36b37e;
}

.top-fold .right > .heading > div sup {
  font-size: 12px;
  line-height: 12px;
}

@media screen and (max-width: 820px) {
  .top-fold .right > .heading {
    width: 100%;
    margin: 16px 0;
    padding: 0 16px;
    display: block;
  }
}
.top-fold > .left .top-fold-pointer-list .top-fold-pointer-title {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: left;
  margin: 0 0 22px;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer:last-child {
  margin: 0;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon {
  width: 42px;
  height: 42px;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-1 {
  background: url(../../images/bu/travel/travel-top-fold-icon-1.png) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-2 {
  background: url(../../images/bu/travel/travel-top-fold-icon-2.png) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-3 {
  background: url(../../images/bu/travel/travel-top-fold-icon-3.png) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-4 {
  background: url(../../images/bu/travel/travel-top-fold-icon-4.png) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .text .heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #253858;
}

@media screen and (max-width: 820px) {
  .top-fold > .left .top-fold-pointer-list .top-fold-pointer .text .heading {
    font-size: 14px;
    line-height: 20px;
  }
}
.top-fold > .left .top-fold-pointer-list .top-fold-pointer .text .description {
  color: #505f79;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .top-fold > .left .top-fold-pointer-list .top-fold-pointer .text .description {
    font-size: 12px;
    line-height: 18px;
  }
}
.top-fold > .left::after {
  content: "";
  width: 250px;
  height: 53px;
  position: absolute;
  bottom: -100px;
  right: 50px;
}

@media screen and (max-width: 820px) {
  .top-fold > .left::after {
    display: none;
  }
}
.top-fold > .left:after {
  background: url(../../images/bu/travel/travel-top-morning-icon.png) no-repeat center/contain;
}

@media screen and (max-width: 820px) {
  .top-fold > .left {
    width: 100%;
    padding: 16px;
  }
  .top-fold > .left .block_content_wrapper_firstfold {
    display: none;
  }
}
.top-fold .right {
  width: 50%;
}

@media screen and (max-width: 820px) {
  .top-fold .right {
    width: 100%;
  }
}
.top-fold .right:has(.returning-user-section) {
  width: 100%;
}

.top-fold .right .returning-user-section .heading {
  font-size: 31px;
  font-weight: 700;
  line-height: 52px;
  padding-left: 0;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-fold .right .returning-user-section .heading {
    font-size: 16px;
    line-height: 18.75px;
    margin-bottom: 18px;
    text-align: left;
  }
}
.top-fold .right .day-greetings {
  display: none;
  color: #253858;
}

.top-fold .right .day-greetings::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
}

.top-fold .right .day-greetings.morning::after {
  background: url(../../images/bu/travel/travel-morning-icon.svg);
}

.top-fold .right .day-greetings.afternoon::after {
  background: url(../../images/bu/travel/travel-afternoon-icon.svg);
}

.top-fold .right .day-greetings.night::after {
  background: url(../../images/bu/travel/travel-night-icon.svg);
}

@media screen and (max-width: 820px) {
  .top-fold .right .day-greetings {
    font-size: 14px;
    line-height: 16.41px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0 16px;
    margin: 8px 0 0;
  }
}
.generic-popup-box {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(24, 44, 78, 0.8);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
}

.generic-popup-box.visible {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .generic-popup-box {
    align-items: flex-end;
  }
}
.generic-popup-box .generic-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 0;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1002;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup {
    height: 90%;
    border-radius: 16px 16px 0 0;
  }
}
.generic-popup-box .generic-popup .generic-popup-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.generic-popup-box .generic-popup .generic-popup-header .generic-popup-heading {
  width: 100%;
}

.generic-popup-box .generic-popup .generic-popup-header .leftSection .h2,
.generic-popup-box .generic-popup .generic-popup-header .leftSection h1,
.generic-popup-box .generic-popup .generic-popup-header .leftSection h2,
.generic-popup-box .generic-popup .generic-popup-header .title,
.leftSection .generic-popup-box .generic-popup .generic-popup-header .h2,
.leftSection .generic-popup-box .generic-popup .generic-popup-header h1,
.leftSection .generic-popup-box .generic-popup .generic-popup-header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #253858;
  text-align: left;
  padding: 24px 32px;
}

@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-header .leftSection .h2,
  .generic-popup-box .generic-popup .generic-popup-header .leftSection h1,
  .generic-popup-box .generic-popup .generic-popup-header .leftSection h2,
  .generic-popup-box .generic-popup .generic-popup-header .title,
  .leftSection .generic-popup-box .generic-popup .generic-popup-header .h2,
  .leftSection .generic-popup-box .generic-popup .generic-popup-header h1,
  .leftSection .generic-popup-box .generic-popup .generic-popup-header h2 {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 16px;
  }
}
.generic-popup-box .generic-popup .generic-popup-header .description {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #6554c0;
  padding: 6px 32px;
  background: #f4f2fe;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.generic-popup-box .generic-popup .generic-popup-header .description::before {
  content: "";
  background: url(../../images/bu/travel/travel-globe-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-header .description {
    padding: 6px 16px;
    justify-content: center;
  }
}
.generic-popup-box .generic-popup .generic-popup-header .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: -56px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-header .close {
    top: -36px;
    left: auto;
    right: 16px;
  }
}
.generic-popup-box .generic-popup .generic-popup-body {
  position: relative;
  height: 80%;
  overflow-y: scroll;
}

.generic-popup-box .generic-popup .generic-popup-body::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-body {
    height: calc(100% - 155px);
  }
}
.generic-popup-box .generic-popup .generic-popup-body .button-wrapper {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  right: 0;
  text-align: center;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-body .button-wrapper {
    box-shadow: 0 -4px 16px 0 rgba(0, 101, 255, 0.1215686275);
    text-align: CENTER;
    padding: 10px 16px;
    bottom: 0;
    max-width: 100%;
    position: fixed;
  }
}
.generic-popup-box .generic-popup .generic-popup-body .button-wrapper .trip-duration {
  display: block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #505f79;
  margin-bottom: 4px;
  text-align: center;
}

.generic-popup-box .generic-popup .generic-popup-body .button-wrapper button {
  background: #0065ff;
  border-radius: 8px;
  border: 0;
  padding: 14px 0 15px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  cursor: pointer;
  max-width: 328px;
}
.generic-popup-box .generic-popup .generic-popup-body .button-wrapper button.loading {
  font-size: 0;
}
.generic-popup-box .generic-popup .generic-popup-body .button-wrapper button.loading::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 0;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 11px;
}
@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-body .button-wrapper button.loading::after {
    top: 20px;
  }
}

.traveller-details-popup-box .traveller-details-popup .traveller-details-popup-header .traveller-details-popup-heading .description {
  color: #00a3bf;
  background: #e6fcff;
}

.traveller-details-popup-box .traveller-details-popup .traveller-details-popup-header .traveller-details-popup-heading .description::before {
  background: url(../../images/bu/travel/travel-edit-details-icon.png) no-repeat center/contain;
}

.traveller-details-popup-box .traveller-details-popup .traveller-details-popup-body {
  padding: 24px 32px 48px;
}

@media screen and (max-width: 767px) {
  .traveller-details-popup-box .traveller-details-popup .traveller-details-popup-body {
    padding: 0 16px;
    height: calc(100% - 184px);
  }
}
.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-header .travel-dates-popup-heading .description {
  color: #4c9aff;
  background: #eef5ff;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-header .travel-dates-popup-heading .description::before {
  background: url(../../images/bu/travel/travel-dates-icon.png) no-repeat center/contain;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body {
  padding: 24px 32px;
}

@media screen and (max-width: 767px) {
  .travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body {
    padding: 24px 8px;
  }
}
.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  flex-wrap: wrap;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .err {
  width: 100%;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates {
  height: 56px;
  border: 1px solid #7a869a;
  border-radius: 8px;
  width: calc(50% - 24px);
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: border 0.3s linear;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates::before {
  content: "";
  width: 32px;
  height: 16px;
  border-radius: 32px 32px 0 0;
  border: 1px solid #7a869a;
  border-bottom-color: #fff !important;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s linear;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates .label {
  font-size: 12px;
  color: #7a869a;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates .date {
  font-size: 14px;
  color: #253858;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.start-date::before {
  right: -9px;
  transform: rotate(-90deg);
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.end-date {
  padding: 8px 16px 8px 32px;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.end-date::before {
  left: -9px;
  transform: rotate(90deg);
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.selected {
  border-color: #0065ff;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.selected::before {
  border-color: #0065ff;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows::after,
.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows::before {
  content: "";
  display: inline-block;
  transform: rotate(-45deg);
  position: relative;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows::before {
  border: solid rgba(37, 56, 88, 0.3);
  border-width: 0 2px 2px 0;
  padding: 4px;
  left: -2px;
}

.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows::after {
  border: solid rgba(37, 56, 88, 0.76);
  border-width: 0 2px 2px 0;
  padding: 5px;
  left: -6px;
}

.daterangepicker {
  z-index: 99999;
}

#autocompleter-instructions {
  display: none;
}

.block_content_wrapper_firstfold {
  padding: 0;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    width: 100%;
    margin: 0 0 12px;
    background: #fff;
    padding: 4px 16px 16px;
  }
}
.block_content_wrapper_firstfold h1 {
  margin: 0 0 12px;
  font-weight: 700;
  color: #253858;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .block_content_wrapper_firstfold h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px;
    max-width: 75%;
  }
}
.block_content_wrapper_firstfold a {
  color: #0065ff;
}

.block_content_wrapper_firstfold a:focus,
.block_content_wrapper_firstfold a:hover,
.block_content_wrapper_firstfold a:visited {
  color: #0065ff;
}

.block_content_wrapper_firstfold .text-hide-link {
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
  display: none;
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn button.loading::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 0;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
}

#policybazaar .showForm.travel_top .disForm .rightBox .rightBox-form-container .prev-next-btn .nextbtn button.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#policybazaar .button-disclaimer,
#policybazaar .fifthStep,
#policybazaar .secondStep,
#policybazaar .thirdStep,
.floatingPopupDiv .button-disclaimer,
.floatingPopupDiv .fifthStep,
.floatingPopupDiv .secondStep,
.floatingPopupDiv .thirdStep {
  width: 100%;
}

#policybazaar .fifthStep,
.floatingPopupDiv .fifthStep {
  width: 100%;
}

#policybazaar .fourthStep,
.floatingPopupDiv .fourthStep {
  width: 100%;
}

#policybazaar .fourthStep button,
.floatingPopupDiv .fourthStep button {
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.9;
  display: block;
  -webkit-appearance: none;
  border-radius: 8px;
  background: #0065ff;
  color: #fff;
  width: 100%;
  margin: 32px 0 12px;
  position: relative;
  border: 0;
  height: 50px;
}

#policybazaar .fourthStep button.disabled,
.floatingPopupDiv .fourthStep button.disabled {
  background: #dfe1e6;
  color: #7a869a;
}

#policybazaar .fourthStep button:focus,
#policybazaar .fourthStep button:hover,
.floatingPopupDiv .fourthStep button:focus,
.floatingPopupDiv .fourthStep button:hover {
  outline: 0;
}

#policybazaar .fourthStep button.loading,
.floatingPopupDiv .fourthStep button.loading {
  font-size: 0px;
  padding: 25px 0;
}

#policybazaar .fourthStep .policy_realted_issue,
.floatingPopupDiv .fourthStep .policy_realted_issue {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.16px;
  display: block;
  margin-top: 5px;
}

.floating-popup .fourthStep .err {
  position: fixed !important;
  bottom: 70px;
  background: #fff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .floating-popup .fourthStep .err {
    bottom: 64px;
  }
}
.showForm.travel_top .rightBox .err {
  font-size: 10px;
  color: red;
  padding: 3px 12px 0;
  display: none;
  position: relative;
}

.showForm.travel_top .rightBox .err:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat center/contain;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  top: 4px;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .showForm.travel_top .rightBox {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .showForm.travel_top .rightBox {
    max-width: 300px;
    margin: 0 auto;
  }
}
.showForm.travel_top .rightBox-form-container .form-scoll-box {
  height: auto;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.showForm.travel_top .rightBox-form-container .form-scoll-box.default .description,
.showForm.travel_top .rightBox-form-container .form-scoll-box.default .heading {
  padding-left: 0;
}

.showForm.travel_top .rightBox-form-container .form-scoll-box.default .back {
  display: none;
}

.showForm.travel_top .rightBox-form-container .form-scoll-box .back {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  background: #f2f7ff;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.showForm.travel_top .rightBox-form-container .form-scoll-box .back:before {
  content: "";
  display: inline-block;
  transform: rotate(135deg);
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #253858;
  border-right: 2px solid #253858;
  position: absolute;
  top: 12px;
  left: 14px;
}

.showForm.travel_top .rightBox-form-container .multi-traveller-details .travellerDetails .fieldWrapper.radio .label {
  font-size: 16px;
  font-weight: 400;
  color: #5e6c84;
}

.showForm.travel_top .rightBox-form-container .form {
  margin-top: 16px;
}

.showForm.travel_top .rightBox-form-container .form .firstStep .fieldWrapper {
  height: auto;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .showForm.travel_top .rightBox-form-container .form .firstStep .fieldWrapper {
    height: auto;
  }
}
.showForm.travel_top .rightBox-form-container .form .secondStep {
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.showForm.travel_top .rightBox-form-container .form .secondStep::-webkit-scrollbar {
  display: none;
}

.showForm.travel_top .rightBox-form-container .form .thirdStep .chose_travel_time {
  font-size: 12px;
  line-height: 10px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .showForm.travel_top .rightBox-form-container .form {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .showForm.travel_top .rightBox-form-container .form {
    padding: 0 16px 10px;
  }
}
.showForm.travel_top .rightBox-form-container .form .mobilefirst {
  padding: 0;
  margin: 10px 0;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #b2b8c4;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput:before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30px;
  top: 50%;
  transform: translate(-21%, -50%);
  left: 95px !important;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 {
  width: 150px !important;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 select {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 18px 15px;
  background: url(../../images/bu/selectarro.svg) no-repeat 95% 55%;
  background-size: 12%;
  height: 100%;
  outline: 0;
  color: #253858;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 select:focus {
  outline: 0;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 .cCode,
.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 .cCodeText {
  display: inline-block;
  width: auto !important;
  float: right;
  height: 100%;
  display: flex;
  color: #253858;
  align-items: center;
  padding: 15px 0 17px 10px;
  font-size: 16px;
  line-height: 22px;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 .cCode input,
.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 .cCodeText input {
  margin: 0;
  padding: 15px 0 !important;
  font-size: 16px;
  line-height: 22px;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 .cCodeText {
  padding: 0 15px;
  width: 55px !important;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput .col4 .cCode {
  float: left !important;
}

.showForm.travel_top .rightBox-form-container .form .mobilefirst .formInput input {
  width: calc(100% - 150px) !important;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 22px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper {
  position: relative;
  margin-bottom: 16px;
}

@media only screen and (max-width: 575px) {
  .showForm.travel_top .rightBox-form-container .form .fieldWrapper {
    margin-bottom: 15px;
  }
}
.showForm.travel_top .rightBox-form-container .form .fieldWrapper.mt-top {
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .showForm.travel_top .rightBox-form-container .form .fieldWrapper [for=travelCountry] {
    font-size: 14px;
    color: #172b4d;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .showForm.travel_top .rightBox-form-container .form .fieldWrapper [for=travelCountry] {
    line-height: 20px;
    margin-bottom: 0;
    display: block;
  }
}
.showForm.travel_top .rightBox-form-container .form .fieldWrapper input {
  border: 1px solid #a5abb5;
  color: #253858;
  border-radius: 8px;
  height: 56px;
  font-size: 16px;
  padding: 16px;
  margin-top: 11px;
  width: 100%;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper input + label.country-label {
  color: rgba(94, 108, 132, 0.5019607843);
  display: flex;
  align-items: center;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper input + label.country-label::before {
  content: "";
  background: url(../../images/bu/travel/travel-search-icon.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 16px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper input + label,
.showForm.travel_top .rightBox-form-container .form .fieldWrapper input + label.gray {
  color: #253858;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  top: 27px;
  padding: 2px;
  pointer-events: none;
  font-weight: 500;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper input::-moz-placeholder,
.showForm.travel_top .rightBox-form-container .form .fieldWrapper input::-webkit-input-placeholder {
  color: #253858;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper input:focus {
  outline: 0;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper input:focus + label,
.showForm.travel_top .rightBox-form-container .form .fieldWrapper input:focus + label.gray {
  z-index: 1;
  visibility: visible;
  top: -19px;
  left: 14px;
  font-size: 12px;
  padding: 3px 5px 2px;
}

@media screen and (max-width: 768px) {
  .showForm.travel_top .rightBox-form-container .form .fieldWrapper input:focus + label,
  .showForm.travel_top .rightBox-form-container .form .fieldWrapper input:focus + label.gray {
    top: -16px;
  }
}
.showForm.travel_top .rightBox-form-container .form .fieldWrapper input.labelshow + label,
.showForm.travel_top .rightBox-form-container .form .fieldWrapper input.labelshow + label.gray {
  z-index: 1;
  top: -1px;
  font-size: 12px;
  left: 14px;
  padding: 3px 5px 2px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.select {
  position: relative;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.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;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.select select:focus {
  outline: 0;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.select select + label {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 27px;
  padding: 2px;
  pointer-events: none;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.select select.labelshow + label {
  z-index: 1;
  top: -2px;
  font-size: 12px;
  padding: 2px 5px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills::-webkit-scrollbar {
  width: 2px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills::-webkit-scrollbar-thumb {
  background: #888;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label {
  margin: 0 5px 8px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label input[type=radio] + span {
  background: #fff;
  border-radius: 40px;
  display: inline-block;
  width: auto;
  padding: 9px 16px;
  align-items: center;
  border: 1px solid #dfe1e6;
  font-style: normal;
  font-size: 14px;
  color: #253858;
  font-weight: 500;
  position: relative;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label input[type=radio] + span:hover {
  color: #0065ff;
}

@media (max-width: 1024px) {
  .showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label input[type=radio] + span:hover {
    color: #253858;
  }
}
.showForm.travel_top .rightBox-form-container .form .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;
  position: relative;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label.dissable input[type=radio] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  top: -2px;
  position: absolute;
  right: 0;
  border: 1px solid #0065ff;
  border-radius: 50%;
  background: #0065ff;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills label.dissable input[type=radio] + span::after {
  content: "";
  transform: rotate(45deg);
  height: 8px;
  width: 5px;
  margin-left: 60%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 1px;
  left: 6px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio {
  margin: 22px 0;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .what-it-means-popup {
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  padding: 32px 31px 16px 16px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60px;
  display: none;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .what-it-means-popup.show {
  display: block;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .what-it-means-popup .what-it-means-popup-close {
  background: url(../../images/bu/travel/close.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .what-it-means-popup .text {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing {
  display: flex;
  align-items: center;
  margin: 12px 0 20px;
  justify-content: space-between;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing .radioButton {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #253858;
  margin-right: 20px;
  line-height: 16px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing .radioButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: auto;
  left: 0;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing .radioButton input:checked ~ .checkmark {
  background-color: #0065ff;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing .radioButton input:checked ~ .checkmark:after {
  display: block;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing .radioButton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #5e6c84;
  border-radius: 50%;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper.radio .pre-existing .radioButton .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_title {
  font-size: 12px;
  line-height: 36px;
  font-weight: 600;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills.noinput {
  background: #fff;
  border-radius: 40px;
  display: inline-block;
  width: auto;
  padding: 9px 16px;
  align-items: center;
  border: 1px solid #0065ff;
  font-style: normal;
  font-size: 14px;
  color: #253858;
  font-weight: 500;
}

.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills.noinput.active,
.showForm.travel_top .rightBox-form-container .form .fieldWrapper .radio_pills.noinput.select {
  border: 1px solid #dedede;
  background-color: #efefef;
  color: #d4d4d4;
}

.showForm.travel_top .rightBox-form-container .form .tripDates {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 10;
  justify-content: space-between;
  background: 0 0;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .dates {
  width: 50%;
  max-width: 264px;
  position: relative;
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top .rightBox-form-container .form .tripDates .dates {
    width: 48%;
  }
}
.showForm.travel_top .rightBox-form-container .form .tripDates .dates .calendar_icon {
  background: url(../../images/bu/travel/travel-calendar-icon.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 10;
  transform: translate(0, -50%);
  cursor: pointer;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .dates input {
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  height: 72px;
  position: relative;
  margin-top: 0;
  padding: 16px 16px 16px 44px;
  font-weight: 500;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .dates input + label.gray {
  top: 50%;
  transform: translate(0, -50%);
  left: 44px;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .dates input.labelshow {
  padding: 30px 16px 16px 44px;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .dates input.labelshow + label.gray {
  top: 20%;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .dates:has(.labelshow) .calendar_icon {
  top: 60%;
}

.showForm.travel_top .rightBox-form-container .form .tripDates .err {
  position: absolute;
}

.showForm.travel_top .rightBox-form-container .form .traveller-details {
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  margin: 0 0 24px;
  position: relative;
  cursor: pointer;
}

.showForm.travel_top .rightBox-form-container .form .traveller-details .traveller-number {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}

.showForm.travel_top .rightBox-form-container .form .traveller-details .traveller-number::before {
  content: "";
  background: url(../../images/bu/travel/travel-traveller-icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.showForm.travel_top .rightBox-form-container .form .traveller-details .add-travller {
  color: #0065ff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
}

.showForm.travel_top .rightBox-form-container .form .traveller-details .err {
  position: absolute;
  bottom: -21px;
  left: 0;
}

.showForm.travel_top .rightBox-form-container .form .addTraveller {
  font-size: 16px;
  text-align: center;
  margin: 12px 0 0;
  padding: 0;
  color: #0065ff;
  display: flex;
  align-items: center;
}

.showForm.travel_top .rightBox-form-container .form .addTraveller span {
  border: 1px solid #0065ff;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0px;
}

.showForm.travel_top .rightBox-form-container .form .addTraveller span:before {
  content: "+";
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  line-height: 20px;
  width: 100%;
}

.travellerDetails .remCF {
  color: #ff7452;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 12px;
  font-weight: 600;
}

.travellerDetails .remCF:before {
  content: "";
  background: url("../../images/bu/metro-bin.svg") no-repeat;
  width: 12px;
  height: 14px;
  display: block;
  position: absolute;
  left: -15px;
}

.floatingPopupDiv.travel .floatpanel {
  position: absolute;
  width: 39%;
  background: #fff;
  right: 0;
  height: 100%;
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  padding-top: 45px;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top {
  background: 0 0;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox {
  margin: 0 auto;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .fieldLable.large {
  padding-left: 45px;
  margin-bottom: 20px;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .fieldLable.large .back {
  display: block;
}

@media screen and (max-width: 767px) {
  .floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .fieldLable.large .back {
    top: -7px;
  }
}
.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .form .fieldWrapper.dates {
  width: 48%;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .form .tripDates.block .fieldWrapper.dates:first-child {
  width: 100%;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .form .tripDates.block .fieldWrapper.dates:nth-child(2) {
  display: none;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox .heading-for-mob {
  margin-bottom: 0;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container {
  margin: 0 auto;
  border-radius: 0;
  min-height: auto;
  padding: 0 0 12px;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container .form-scoll-box.default .description,
.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container .form-scoll-box.default .heading {
  padding-left: 0;
}

.floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container .form-scoll-box.default .back {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container .form-scoll-box {
    height: auto;
    padding: 5px 0 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container {
    box-shadow: none;
  }
}
@media only screen and (max-width: 640px) {
  .floatingPopupDiv.travel .floatpanel .showForm.travel_top .rightBox-form-container {
    padding: 5px 0 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv.travel .floatpanel {
    width: 100%;
    padding-top: 20px;
    overflow: scroll;
  }
}
.floatingPopupDiv.travel .close {
  position: absolute;
  width: 32px;
  display: none;
  height: 32px;
  opacity: 0.3;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.floatingPopupDiv.travel .close:after,
.floatingPopupDiv.travel .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.floatingPopupDiv.travel .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv.travel .close:after {
  transform: rotate(-45deg);
}

#autocompleter-instructions {
  margin-top: 5px;
  color: #253858;
}

.autocomplete.wn-insurance-quote-editor {
  background: #fff;
  list-style: none;
  box-shadow: 0 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;
}

.autocomplete.wn-insurance-quote-editor .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6554c0;
  padding: 6px 32px;
  background: #f4f2fe;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autocomplete.wn-insurance-quote-editor .description::before {
  content: "";
  background: url(../../images/bu/travel/travel-globe-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .autocomplete.wn-insurance-quote-editor .description {
    padding: 6px 16px;
  }
}
#selected-destinations {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow-y: scroll;
  align-items: flex-start;
  max-height: 90px;
}

#selected-destinations::-webkit-scrollbar {
  display: none;
}

#selected-destinations li {
  border: 1px solid #0065ff;
  display: inline-flex;
  padding: 5px 8px;
  color: #0065ff;
  border-radius: 30px;
  margin-top: 5px;
  margin-right: 5px;
  background: #f2f7ff;
  font-size: 14px;
}

#selected-destinations li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  color: #333;
  cursor: pointer;
  padding: 0 4px 0;
  line-height: 16px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

#selected-destinations input.labelshow + label {
  top: -19px;
  left: 0;
  display: none;
}

@media (max-width: 768px) {
  #selected-destinations input.labelshow + label {
    top: -16px;
  }
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  outline: 0;
}

.daterangepicker .drp-buttons .btn {
  cursor: pointer;
}

.green-background {
  display: none;
}

.stickFooter_info.travel_state {
  background: 0 0;
  z-index: 9;
}

.insurer-by-company {
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 320px) {
  .grid {
    overflow-x: hidden;
  }
}
#policybazaar {
  width: 100%;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  .container {
    background: #fff;
    padding: 0;
    margin: 0;
  }
}
#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px !important;
}

.breadcrumbinner {
  z-index: 1;
  position: relative;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

.travel_top .travelBackground .leftBox .h1 {
  margin: 20px 0 10px;
}

.travel_bupage.topSliderIcon .slick-next,
.travel_bupage.topSliderIcon .slick-prev {
  border: solid #dcdcdc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  font-size: 0;
  background: 0 0;
  width: 20px;
  height: 20px;
}

.travel_bupage.topSliderIcon .slick-next:focus,
.travel_bupage.topSliderIcon .slick-next:hover,
.travel_bupage.topSliderIcon .slick-prev:focus,
.travel_bupage.topSliderIcon .slick-prev:hover {
  background: 0 0;
}

.travel_bupage.topSliderIcon .slick-next {
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.travel_bupage.topSliderIcon .slick-prev {
  left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
.rightSection {
  width: 351px;
  float: right;
  padding: 0;
}

.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}

.rightSection .webp .allimg,
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}

.rightSection .graphDiv img {
  max-width: 100%;
  height: auto;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurers .checkItem_list {
  position: relative;
  padding: 0 0 0 42px;
  border-top: solid 0.8px #d3d7de;
  min-height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rightSection .insurers .checkItem_list .stateCheck {
  padding: 0;
}

.rightSection .insurers .checkItem_list .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock .insurerName span:hover {
  color: #0065ff;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.rightSection .calculatorsList.without-image li a {
  padding: 12px 0 12px 14px;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :first-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 18px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding: 12px 12px 20px;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.compound_interest {
  background-image: url("../../images/bu/caculator-sprite-compound.png");
  background-position: 8px -1130px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .Bajaj_icon,
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .Aditya_icon,
.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon,
.rightSection .zuno-general_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .Kotak_icon,
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .Tata_icon,
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -550px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon,
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .LIC_icon {
  background-position: -67px -489px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}

.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  body {
    background: #f4f5f7;
  }
  #our-partners {
    width: 85% !important;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
  .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
  .rightSection .card.articles {
    padding-bottom: 20px;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .topSliderIcon {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #policybazaar .travel_top .travelBackground {
    margin: 40px auto 0;
  }
}
.promotional_banner_right {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .promotional_banner_right {
    margin-bottom: 20px;
  }
}
.promotional_banner_right a {
  width: 100%;
}

.promotional_banner_right img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.promotional_banner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .promotional_banner img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}
.popupbox {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: fixed;
  bottom: 16%;
  right: 2px;
  z-index: 1001;
}

.popupbox .button {
  font-size: 12px;
  padding: 15px 25px 15px 45px;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: #fff;
  border-radius: 50px;
  font-weight: 600;
  color: #0463f6;
  border: 2px solid #0065ff;
  box-shadow: 1px 1px 10px #ccc;
  position: relative;
}

.popupbox .button:before {
  content: "";
  background-image: url(../../images/new-home/spritesheet_home.png?v=2);
  width: 30px;
  height: 30px;
  position: absolute;
  background-position: -2387px -125px;
  background-size: 1567px 80px;
  left: 12px;
  top: 8px;
}

.popupbox .button:hover {
  background: #fff;
}

.massage {
  font-size: 15px;
  padding: 35px 20px 35px;
  color: #333;
  text-align: center;
}

.massage strong {
  font-size: 35px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
  display: none;
  z-index: 10009;
}

.overlay.open {
  display: block;
}

.popup {
  margin: 20% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
}

.popup .action {
  display: flex;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06d85f;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup .content .popupForm {
  padding: 5px 0 10px;
}

.popup .content .popupForm .formbox_new {
  margin-bottom: 20px;
}

.popup .content .popupForm .formInput {
  box-shadow: none;
}

.popup .content .popupForm .formInput input {
  font-size: 15px;
  border: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}

.popup .content .popupForm .popupButton {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 30px;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}

.popup .content .popupForm .popupButton.travelpopupok {
  background: #ff6724;
  margin-right: 20px;
}

.popup .content .popupForm .popupButton.travelpopupok.loader .circleloader {
  display: block;
}

.popup .content .popupForm .formbox_new.errAdd .formInput {
  border: none !important;
}

.popup .content .popupForm .formbox_new.errAdd .formInput input {
  border-bottom: 1px solid red !important;
}

@media only screen and (max-width: 1024px) {
  .popupbox {
    right: 0;
    bottom: 0;
    border: none;
    width: 100%;
  }
  .popupbox .button {
    width: 100%;
    display: block;
    border-radius: 0;
    border: none;
    padding: 22px;
  }
  .popupbox .button:before {
    top: 15px;
    left: -80px;
    right: 0;
    margin: 0 auto;
  }
  .popup {
    width: 50%;
  }
}
@media only screen and (max-width: 740px) {
  .popup {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 480px) {
  .popup {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    border-radius: 0;
  }
  .popup .action {
    display: table;
    width: 100%;
  }
  .popup .content {
    max-height: 100%;
  }
  .popup .content .popupForm .popupButton {
    width: 100%;
    display: block;
  }
  .popup .content .popupForm .popupButton.travelpopupok {
    margin-bottom: 20px;
  }
  .popup .content .popupForm {
    padding: 35px 0 10px;
  }
  .massage {
    font-size: 15px;
    padding: 75px 20px 0;
    color: #333;
  }
  .massage strong {
    font-size: 35px;
    color: #333;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 440px) {
  .popup .content .popupForm {
    padding: 20% 0 10px;
  }
  .massage {
    padding: 50% 20px 0;
  }
}
.heading h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #253858;
  padding: 27px 0 16px;
}

@media screen and (max-width: 1024px) {
  .heading h1 {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 0 12px;
  }
}
.heading p {
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  letter-spacing: 0.26px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .heading p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.travelNew {
  box-shadow: 0 6px 16px #d6e2f7;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .travelNew {
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .travelNew.travel_top {
    padding: 0;
    background: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent > .heading {
    display: none;
  }
}
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature {
  height: 170px;
  margin: 0 auto 30px;
  background-size: contain;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature {
    background-image: none;
    height: auto;
    margin: 20px 0 16px;
  }
}
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature > div {
  max-width: 299px;
  margin-right: 20px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature > div {
    max-width: 100%;
    margin-right: 0;
  }
}
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature > div p.heading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  font-weight: 500;
  color: #253858;
  margin: 0 0 19px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature > div p.heading {
    margin-bottom: 0;
  }
}
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature > div .green-background {
  background: #e0ffef 0 0 no-repeat padding-box;
  border-radius: 8px;
  color: #00875a;
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.26px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceCaricrature > div .green-background {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox {
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    overflow: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails {
    flex-wrap: nowrap;
    width: 100%;
  }
}
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li {
  background: 0 0;
  padding: 0;
  min-height: auto;
  margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li {
    max-width: 190px;
    width: 100%;
  }
}
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li::before {
  content: "";
  height: 42px;
  width: 42px;
  padding: 10px;
  border-radius: 4px;
}

.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li.icon-1::before,
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li.icon-2::before,
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li.icon-3::before,
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li.icon-4::before,
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li.icon-5::before,
.travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li.icon-6::before {
  background-origin: content-box;
  background-color: #e6f0ff;
}

@media screen and (max-width: 1024px) {
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li {
    flex-shrink: 0;
    min-height: 70px;
    margin-bottom: 5px;
    height: auto;
  }
  .travelNew.travel_top .travelBackground .leftBox .leftBoxContent .travelInsuranceDetailsBox .travelInsuranceDetails li span {
    max-width: 100%;
    margin-left: 68px;
    display: block;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.floatingPopupDiv .showForm.travel_top .rightBox .heading-for-desk {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .showForm.travel_top .rightBox .heading-for-desk {
    display: none;
  }
}
.card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  background: #fff;
  box-shadow: none;
}

.card .promotional_banner_right {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 1px;
}

.articlesSlides {
  margin-left: -14px;
}

ul.data_ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 10px;
  position: relative;
  list-style-type: disc;
  line-height: 30px;
}

ul.data_ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: -19px;
  top: 7px;
  background: #505f79;
  border-radius: 100%;
}

ul.data_ul li::marker {
  display: none;
  color: transparent;
}

.artcle_left_panel table {
  border-collapse: collapse;
  width: 99%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  border-radius: 8px;
}

.artcle_left_panel table a {
  color: #0065ff;
}

.artcle_left_panel table p {
  margin-bottom: 0;
  font-size: 14px;
}

.artcle_left_panel table a.btn.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  line-height: 36px;
  min-width: 120px;
}

.artcle_left_panel table strong {
  font-size: 14px;
}

.artcle_left_panel table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left !important;
  font-size: 14px;
}

.artcle_left_panel table td:first-child {
  border-left: solid 0.8px #e1e1e1;
}

.artcle_left_panel table td:last-child {
  border-right: 1px solid rgba(23, 43, 77, 0.2);
}

.artcle_left_panel table tr:first-child td {
  border: none;
  background: #f1f3f5;
  color: #253858;
  border-right: solid 0.8px #e1e1e1;
}

.artcle_left_panel table ul {
  margin: 0 !important;
}

.artcle_left_panel table ul li {
  margin: 0 0 10px 20px;
  padding: 0;
  color: inherit;
  position: static;
  font-size: inherit;
  list-style: disc;
  text-align: left;
}

.artcle_left_panel table ul li::before {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .carouselWrapper.disAlsoRead {
    margin-bottom: 20px !important;
    padding: 16px !important;
  }
  .carouselWrapper {
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    padding: 0 !important;
  }
  .carouselWrapper.carouselWrapperPersonal {
    background: 0 0;
    border: none;
    margin: 0 !important;
    padding: 0;
  }
  .carouselWrapper .carouselBlock {
    display: inline-block;
    white-space: normal;
    float: none;
    vertical-align: top;
    border-radius: 8px !important;
  }
  .carouselWrapper .carouselBlock {
    width: auto;
  }
  .alsoRead .storyTxt {
    height: 358px;
    overflow: hidden;
  }
  .detailsWrapper h2,
  .detailsWrapper h4 {
    font-size: 20px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .go-to-top {
    right: 5px;
    bottom: 185px;
  }
}
.headingWrapper {
  margin-top: 0 !important;
}

.contentStyles .didyouknow h3 {
  margin: 10px 0 15px;
  font-size: 18px;
}

.carouselWrapper {
  display: flow-root;
}

.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 0 0 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 0 0;
    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: 0;
  font-weight: 500;
  margin: 0;
  color: #fff;
  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: 0 0 8px 8px;
    padding: 16px 16px 24px;
  }
}
.why-buy-travel-insurance-section .why-buy-travel-insurance-content .description {
  letter-spacing: 0;
  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: 0;
  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: 0;
  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: 0;
  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: 0 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: 0 0 0 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: #fff;
  position: relative;
  width: 84%;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.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: 700;
}

.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: 0 0;
  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: 0 8px 10px rgba(222, 230, 250, 0.8);
  border-radius: 30px;
  background: #fff;
  padding: 14px 32px 14px 12px;
  letter-spacing: 0;
  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%;
}

.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

.perosnalBlockInsurer .insurer-by-company-title .h2,
.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.CoverBoxMain .insurer-by-company-title {
  margin: 16px 20px 0;
  width: calc(100% - 40px);
}

.perosnalBlockInsurer .carousel_container {
  padding: 20px 20px 0;
}

.perosnalBlockInsurer .carouselWrapperPersonal {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
  position: relative;
}

.perosnalBlockInsurer .carouselWrapperPersonal:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 568px) {
  .perosnalBlockInsurer .carouselWrapperPersonal {
    -moz-columns: 1;
    columns: 1;
  }
}
.perosnalBlockInsurer .carouselWrapperPersonal .slidecard {
  position: relative;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 1rem;
  padding: 8px 0;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard:first-child {
  order: 1;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard:nth-child(2) {
  order: 2;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard .slidebox {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 10px #ccd7eb;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard .imageBlockPersonal {
  width: 120px;
  margin: 0 auto;
  height: 110px;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard .blockTextPlans {
  text-align: center;
  color: #7c889b;
  font-size: 16px;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard .blockTextPlans .h3,
.perosnalBlockInsurer .carouselWrapperPersonal .slidecard .blockTextPlans h3 {
  margin: 6px;
  font-size: 16px;
  color: #0065ff;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 24px;
}

.perosnalBlockInsurer .carouselWrapperPersonal .slidecard .blockTextPlans .more_content_link {
  color: #0065ff;
  cursor: pointer;
}

.perosnalBlockInsurer .everyoneCta {
  text-align: center;
  margin: 20px 0 5px;
}

.perosnalBlockInsurer .everyoneCta .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 10px;
  padding: 8px 0;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.perosnalBlockInsurer .viewmore_wrapper {
  position: relative;
  top: 15px;
  display: block;
  text-align: center;
  width: 100%;
}

.perosnalBlockInsurer .viewmore_wrapper .viewmore {
  background: #fff;
  display: inline-block;
  padding: 8px 15px 8px 15px;
  box-shadow: 0 8px 16px #dee6fa;
  border-radius: 50px;
  color: #0563f6;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}

.perosnalBlockInsurer .viewmore_wrapper .viewmore .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;
}

.perosnalBlockInsurer .viewmore_wrapper .viewmore.active .arrow {
  transform: rotate(225deg);
  position: relative;
  top: 5px;
}

.lightpick {
  margin-top: 10px;
  padding-top: 20px;
}

.lightpick:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -11px;
  position: absolute;
}

.lightpick.enddate:before {
  right: 10px;
}

.lightpick .lightpick__toolbar {
  position: absolute;
  left: 0;
  top: 10px;
  width: 99%;
  display: flex;
  justify-content: space-between;
}

.lightpick .lightpick__month-title {
  margin-top: 8px !important;
  margin-bottom: 30px !important;
}

.lightpick .lightpick__day.is-today {
  font-weight: 600;
  font-size: 14px !important;
}

.lightpick .lightpick__day {
  font-size: 11px !important;
}

.lightpick .lightpick__month-title > .lightpick__select:disabled {
  color: #333;
  text-align: left;
  width: 92px;
}

.lightpick .lightpick__month-title > .lightpick__select-months {
  text-align: right !important;
}

.lightpick .lightpick__select.lightpick__select-years {
  width: 50px;
}

.lightpick .lightpick__months:nth-child(2) .lightpick__month .lightpick__month-title {
  margin-left: auto;
  margin-right: 40px !important;
}

.lightpick__select {
  -webkit-appearance: none;
  background: 0 0 !important;
}

.lightpick__select .lightpick__month-title {
  background: 0 0 !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-start-date.is-in-range.is-end-date {
  border-radius: 20px;
}

section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-start-date.is-in-range.is-end-date::after,
section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-start-date.is-in-range.is-end-date::before {
  display: none;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .form-whatsapp {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
}
.form-whatsapp i.icon {
  background: url("../../images/bu/travel/whatsapp.svg") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 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);
}

.form-whatsapp.popwats {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-whatsapp.popwats {
    bottom: 85px;
  }
}
.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #182c4e;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 99999999;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.visible {
    padding: 8px;
  }
}
.exit-intent-popup-container .exit-intent-popup {
  background: #fff 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 .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  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 .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 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: 0;
  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;
}

section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-today.is-start-date {
  background: #0065ff;
  color: #fff !important;
}

section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-start-date {
  background: #0065ff;
  color: #fff !important;
}

.schegen-countries-popup-box {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(24, 44, 78, 0.8);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
}

.schegen-countries-popup-box.visible {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box {
    align-items: flex-end;
  }
}
.schegen-countries-popup-box .schegen-countries-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 0;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1002;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup {
    height: 90%;
    border-radius: 16px 16px 0 0;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .schegen-countries-popup-heading {
  width: 100%;
}

.leftSection .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .h2,
.leftSection .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header h1,
.leftSection .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header h2,
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .leftSection .h2,
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .leftSection h1,
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .leftSection h2,
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #253858;
  text-align: left;
  padding: 24px 32px;
}

@media screen and (max-width: 767px) {
  .leftSection .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .h2,
  .leftSection .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header h1,
  .leftSection .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header h2,
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .leftSection .h2,
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .leftSection h1,
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .leftSection h2,
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .title {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 16px;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .description {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #6554c0;
  padding: 6px 32px;
  background: #f4f2fe;
  position: relative;
  display: flex;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .description::before {
  content: "";
  background: url(../../images/bu/travel/travel-globe-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .description {
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: -56px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-header .close {
    top: -36px;
    left: auto;
    right: 16px;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body {
  position: relative;
  height: 79%;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body {
    height: calc(100% - 120px);
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  height: auto;
  margin: 24px 32px 16px;
  position: relative;
  border: 1px solid #b3bac5;
}

@media only screen and (max-width: 768px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search {
    height: auto;
    margin: 16px;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search input {
  outline: 0;
  border: 0;
  width: 100%;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search input + label {
  color: #5e6c84;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  left: 13px;
  background: #fff;
  top: 50%;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transform: translate(0, -50%);
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search input.labelshow + label,
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search input:focus + label {
  z-index: 1;
  visibility: visible;
  top: 0;
  font-size: 12px;
  padding: 3px 5px 2px;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body div#wn-insurance-quote-editor input#destination-autocomplete {
  border: 0;
  height: 45px;
  box-shadow: none;
  margin-top: 0;
  padding-left: 5px;
  width: 45px;
  flex-grow: 1;
  outline: 0;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body div#wn-insurance-quote-editor .destinations-wrapper {
  position: relative;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body div#wn-insurance-quote-editor .destinations-wrapper #selected-destinations p {
  border: 1px solid #dfe1e6;
  padding: 6px 12px;
  color: #253858;
  font-weight: 500;
  border-radius: 40px;
  margin-top: 8px;
  margin-right: 5px;
  background: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body div#wn-insurance-quote-editor .destinations-wrapper #selected-destinations p a {
  display: inline-block;
  border: 1px solid #de350b;
  color: #de350b;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0;
  line-height: 17px;
  margin-left: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list {
  overflow-y: scroll;
  height: 78%;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list::-webkit-scrollbar {
  display: none;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .select-all-country {
  background: #f5f9ff;
  padding: 9px 32px;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .select-all-country {
    padding: 9px 16px;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .check-box {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .check-box {
    padding: 0;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .check-box label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #253858;
  cursor: pointer;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .countries {
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .countries {
    padding: 0;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .countries .check-box {
  padding: 16px 24px;
  border-bottom: 1px solid #dfe1e6;
}

.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .countries .check-box:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .country-list .countries .check-box {
    padding: 16px;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .button-wrapper {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  right: 0;
  padding: 16px;
  margin: 0 auto;
  text-align: CENTER;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .button-wrapper {
    box-shadow: 0 -4px 16px 0 rgba(0, 101, 255, 0.1215686275);
    text-align: CENTER;
    padding: 10px 16px;
  }
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .button-wrapper button {
  background: #0065ff;
  border-radius: 8px;
  border: 0;
  padding: 14px 0 15px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  cursor: pointer;
  max-width: 328px;
}

@media screen and (max-width: 767px) {
  .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .button-wrapper button {
    max-width: 100%;
  }
}
.explore-more-city-widget {
  background: #f5f9ff;
  padding: 24px 24px 6px;
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  .explore-more-city-widget {
    padding: 18px 18px 6px;
    margin: 0 0 20px;
  }
}
.explore-more-city-widget .explore-more-city-heading {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #253858;
}

@media screen and (max-width: 767px) {
  .explore-more-city-widget .explore-more-city-heading {
    margin: 0 0 14px;
  }
}
.explore-more-city-widget .explore-more-city-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.explore-more-city-widget .explore-more-city-content .explore-more-city {
  box-shadow: 0 6px 16px 0 rgba(37, 56, 88, 0.1019607843);
  background: #fff;
  border-radius: 8px;
  width: 21.5%;
  height: 104px;
  text-align: CENTER;
  margin: 0 32px 24px 0;
  display: flex;
  flex-direction: column;
  padding: 12px 36px;
}

.explore-more-city-widget .explore-more-city-content .explore-more-city:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .explore-more-city-widget .explore-more-city-content .explore-more-city {
    width: 29.5%;
    margin: 0 18px 18px 0;
    padding: 12px 4px;
  }
  .explore-more-city-widget .explore-more-city-content .explore-more-city:nth-child(4n) {
    margin-right: 18px;
  }
  .explore-more-city-widget .explore-more-city-content .explore-more-city:nth-child(3n) {
    margin-right: 0;
  }
}
.explore-more-city-widget .explore-more-city-content .explore-more-city .leftSection .h2 a,
.explore-more-city-widget .explore-more-city-content .explore-more-city .leftSection h1 a,
.explore-more-city-widget .explore-more-city-content .explore-more-city .leftSection h2 a,
.explore-more-city-widget .explore-more-city-content .explore-more-city .title a,
.leftSection .explore-more-city-widget .explore-more-city-content .explore-more-city .h2 a,
.leftSection .explore-more-city-widget .explore-more-city-content .explore-more-city h1 a,
.leftSection .explore-more-city-widget .explore-more-city-content .explore-more-city h2 a {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #253858;
  display: block;
}

@media screen and (max-width: 360px) {
  .explore-more-city-widget .explore-more-city-content .explore-more-city .leftSection .h2 a,
  .explore-more-city-widget .explore-more-city-content .explore-more-city .leftSection h1 a,
  .explore-more-city-widget .explore-more-city-content .explore-more-city .leftSection h2 a,
  .explore-more-city-widget .explore-more-city-content .explore-more-city .title a,
  .leftSection .explore-more-city-widget .explore-more-city-content .explore-more-city .h2 a,
  .leftSection .explore-more-city-widget .explore-more-city-content .explore-more-city h1 a,
  .leftSection .explore-more-city-widget .explore-more-city-content .explore-more-city h2 a {
    font-size: 11px;
  }
}
.product-article-wrapper {
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .product-article-wrapper {
    padding-top: 20px;
  }
}
.footer {
  padding: 0 !important;
}

.health-insurance-companies-box {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  padding: 18px;
  position: relative;
  margin-bottom: 38px;
}

.health-insurance-companies-box .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-bottom: 16px;
}

.health-insurance-companies-box .health-insurance-companies-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list {
    width: 100%;
    justify-content: space-between;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
  max-width: 92px;
  box-shadow: 0 6px 16px rgba(37, 56, 88, 0.1);
  height: 104px;
  border-radius: 8px;
  margin-right: 14px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  justify-content: flex-start;
  padding: 12px 6px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 30%;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(3n) {
  margin-right: 0;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
  max-width: 80px;
  height: 40px;
  margin-bottom: 8px;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image img {
  height: auto;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name {
  font-size: 12px;
  line-height: 16px !important;
  text-align: center;
  color: #505f79;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
  color: #0065ff;
}

.health-insurance-companies-box .health-insurance-companies-list .more-content {
  display: none;
}

.health-insurance-companies-box .health-insurance-companies-list .more-content.show {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.health-insurance-companies-box .health-insurers-view-more {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 6px 18px;
  max-width: 170px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.health-insurance-companies-box .health-insurers-view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 37%;
  right: 12px;
}

.health-insurance-companies-box .health-insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 1px 5px;
  top: 46%;
  right: 20px;
}

.disclaimer-dropdown-section {
  margin-top: 32px;
}

/*-- Travel Pointers Starts --*/
.travel-pointers-section {
  background: #fff;
  padding: 20px 0 19px;
  position: relative;
  box-shadow: 14px 24px 72px 0px rgba(0, 101, 255, 0.1607843137);
  border-radius: 8px;
  padding: 18px 57px;
  margin-top: -40px;
  z-index: 1;
  margin-bottom: 40px;
  position: relative;
}
.travel-pointers-section::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/top-fold/travel-insurance-top-fold-building-image.png) no-repeat center/contain;
  width: 428px;
  height: 151px;
  position: absolute;
  top: -150px;
  left: 20px;
}
@media screen and (max-width: 1180px) {
  .travel-pointers-section {
    padding: 16px;
    margin: 0 0 40px;
  }
  .travel-pointers-section::before {
    display: none;
  }
}
.travel-pointers-section .travel-pointers-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .travel-pointers-section .travel-pointers-container {
    flex-direction: column;
  }
}
.travel-pointers-section .travel-pointers-container .travel-star-ratings {
  display: flex;
  flex-direction: column;
  align-items: CENTER;
}
.travel-pointers-section .travel-pointers-container .travel-star-ratings .label {
  color: var(--253858-n-700, #253858);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
.travel-pointers-section .travel-pointers-container .travel-pointers-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 1180px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list {
    width: 90%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list {
    width: 100%;
  }
}
.travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer {
  display: flex;
  align-items: CENTER;
}
@media screen and (max-width: 767px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer {
    flex-direction: column;
    width: 33%;
    justify-content: space-between;
  }
}
.travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .image {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .image {
    height: 30px;
  }
  .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .image img {
    max-width: 100%;
    height: 30px;
  }
}
.travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content {
    margin: 7px 0 0;
  }
}
.travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .title {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .title {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
.travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .description {
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    text-align: center;
  }
}

/*-- Travel Pointers Ends --*/
body:has(.spynav) .fixedh {
  position: initial !important;
}

.loader {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 12px;
}

.loader svg {
  width: 100%;
}

svg.radial-progress {
  height: auto;
  max-width: 100%;
  transform: rotate(-90deg);
  width: 100%;
  z-index: 100;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #253858;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}

svg.radial-progress text.percentage {
  fill: #fff;
  font-size: 20px !important;
  text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #0881FC;
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexbox.form-items {
  justify-content: space-between;
  padding: 0 0 40px 0;
}

.flexbox.reverse {
  flex-direction: row;
}

.flexbox.colum {
  flex-direction: column;
}

@media (max-width: 1024px) {
  .flexbox {
    flex-direction: column;
  }
  .flexbox.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left,
.flexbox-right {
  width: 50%;
}

@media (max-width: 890px) {
  .flexbox-left,
  .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.cus520,
.flexbox-right.cus520 {
  width: 545px;
}

@media (max-width: 1024px) {
  .flexbox-left.cus520,
  .flexbox-right.cus520 {
    margin: 0 auto;
    width: 360px;
  }
}
@media (max-width: 375px) {
  .flexbox-left.cus520,
  .flexbox-right.cus520 {
    margin: 0 auto;
    width: 320px;
  }
}
@media (max-width: 320px) {
  .flexbox-left.cus520,
  .flexbox-right.cus520 {
    margin: 0 auto;
    width: 300px;
  }
}
.flexbox-left.w70,
.flexbox-right.w70 {
  width: calc(100% - 338px);
}

@media (max-width: 890px) {
  .flexbox-left.w70,
  .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60,
.flexbox-right.w60 {
  width: 60%;
}

@media (max-width: 1024px) {
  .flexbox-left.w60,
  .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w65,
.flexbox-right.w65 {
  width: 65%;
}

@media (max-width: 1024px) {
  .flexbox-left.w65,
  .flexbox-right.w65 {
    width: 100%;
  }
}
.flexbox-left.w40,
.flexbox-right.w40 {
  width: 40%;
}

@media (max-width: 1024px) {
  .flexbox-left.w40,
  .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30,
.flexbox-right.w30 {
  width: 338px;
}

@media (max-width: 1024px) {
  .flexbox-left.w30,
  .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox.sb {
  justify-content: space-between;
}

.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.spynav {
  background: #253858;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  height: 47px;
  width: 100%;
  display: none;
}

.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.spynav .spylink.singleLink {
  width: calc(100% - 320px);
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .spynav .spylink.singleLink {
    width: calc(100% - 200px);
    margin-right: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .spynav .spylink.singleLink {
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink li {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li {
    min-width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .spynav .spylink.singleLink li {
    min-width: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li:nth-of-type(1n+2) {
    display: none;
    min-width: 200px;
  }
}
.spynav .spylink.multiLink {
  width: 320px;
}

@media (max-width: 1024px) {
  .spynav .spylink.multiLink {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.multiLink {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink .flexbox {
    display: none;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 350px;
}

.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #16a085;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

@media screen and (max-width: 767px) {
  .spynav .spylink li {
    width: 100%;
    max-width: 100%;
  }
}
.spynav .spylink li.ht {
  overflow: hidden;
}

.spynav .spylink li.ht a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spynav .spylink li.ht a:hover {
  color: #16a085;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .spynav .spylink li.ht {
    display: none;
  }
}
.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.spynav .spylink li.ht.active::after,
.spynav .spylink li.ht:focus::after,
.spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}

.spynav .spylink li > a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spynav .spylink li > a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .spynav .spylink li.flexbox {
    display: none;
  }
}
.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}

.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}

.spynav .spylink li .allContent select:focus {
  outline: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.spynav.sticky {
  position: sticky;
  top: -1px;
  z-index: 99;
  display: block;
}

.spynav.sticky ~ .pbcategoryPages,
.spynav.sticky ~ .travel-single-step-layout {
  position: relative;
}

.spynav.sticky ~ .pbcategoryPages:has(.visible),
.spynav.sticky ~ .travel-single-step-layout:has(.visible) {
  z-index: 99999;
}

.spynav.sticky ~ .pbcategoryPages:has(.open),
.spynav.sticky ~ .travel-single-step-layout:has(.open) {
  z-index: 99999;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .select-dropdown {
    width: 100%;
  }
}
.select-dropdown__button {
  padding: 13px 25px 13px 40px;
  cursor: pointer;
  text-align: left;
  background: #505f79;
  height: 100%;
  border-radius: 4px;
  border: none;
  color: #fff;
  appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 230px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 568px) {
  .select-dropdown__button {
    width: 100%;
  }
}
.select-dropdown__button :before {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../../images/bu/travel/content-icon.svg) no-repeat center/contain;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.select-dropdown__button:focus {
  outline: 0;
}

.select-dropdown__button .zmdi {
  background: url("../../images/bu/travel/arrow-down-icon.svg") no-repeat 0 0;
  display: inline-block;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 12px;
  transition: all 0.2s ease-out;
  transform: translate(0, -50%);
}

.select-dropdown__button .zmdi:before {
  display: none;
}

.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}

.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: 0;
    width: 100%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161 !important;
  transition: all ease-in-out 0.3s;
  width: 100%;
}

.select-dropdown__list-item.main-nav {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .select-dropdown__list-item.main-nav {
    display: block !important;
  }
}
.leftSection .single_image {
  position: relative;
  z-index: 1;
  display: block;
}

.top-plans-container {
  position: relative;
  background: linear-gradient(186.89deg, #FAFCFF 5.9%, #E3F0FF 54.53%, #FFFFFF 92.91%);
  padding: 62px 0;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .top-plans-container {
    padding: 24px 0;
    margin: 0 0 40px;
    background: #F5F9FF;
  }
}
.top-plans-container::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-top-plans-left-vector.png) no-repeat center/contain;
  width: 736px;
  height: 876px;
  position: absolute;
  top: -135px;
  left: -35px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-plans-container::before {
    display: none;
  }
}
.top-plans-container::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-top-plans-right-vector.png) no-repeat center/contain;
  width: 891px;
  height: 440px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-plans-container::after {
    display: none;
  }
}
.top-plans-container .container {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  background: transparent;
}
.top-plans-container .container .travel-top-plan-style1 {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: auto;
  max-width: 885px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 {
    padding: 0 16px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .heading-h2 {
  color: #253858;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.top-plans-container .container .travel-top-plan-style1 .heading-h2 sup {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .heading-h2 {
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
  }
}
@media screen and (max-width: 375px) {
  .top-plans-container .container .travel-top-plan-style1 .heading-h2 {
    font-size: 16px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .heading-h2 span {
  color: #0054cc;
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list {
  margin: 32px 0;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  padding: 0 25px;
  border-radius: 8px;
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list {
    margin: 16px 0;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li {
    margin-right: 8px;
    flex-shrink: 0;
  }
  .top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li:last-child {
    margin-right: 0;
  }
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span {
  padding: 20px 12px 16px;
  display: flex;
  align-items: CENTER;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    padding-inline: 6px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span.active:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #0065FF;
  width: 100%;
  bottom: 0;
  left: 0;
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span::before {
  content: "";
  width: 32px;
  height: 32px;
  position: relative;
  bottom: auto;
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span::before {
    margin-right: 4px;
    width: 14px;
    height: 14px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span[data-id=individuals]::before {
  background: url(../../images/bu/travel/fullwidth/travel-top-plans-individual-icon.svg) no-repeat center/contain;
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span[data-id=citizens]::before {
  background: url(../../images/bu/travel/fullwidth/travel-top-plans-senior-citizen-icon.svg) no-repeat center/contain;
}
.top-plans-container .container .travel-top-plan-style1 .travel-top-plan-style1-list li span[data-id=students]::before {
  background: url(../../images/bu/travel/fullwidth/travel-top-plans-students-icon.svg) no-repeat center/contain;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 4px 0px rgba(52, 105, 203, 0.2588235294);
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list {
    flex-direction: column;
    box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name {
  display: flex;
  align-items: flex-start;
  width: 25%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name {
    width: 100%;
    padding: 16px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img {
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 8px;
  width: 80px;
  height: 40px;
  margin: 0 16px 0 0;
  padding: 4px;
  flex-shrink: 0;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img img {
  max-width: 100%;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  color: #6B778C;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .label {
    display: none;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .name .plan {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info {
  background: transparent;
  margin: 0;
  width: 60%;
  padding: 0 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info {
    width: 100%;
    text-align: left;
    padding: 0 16px 16px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info .info-part {
  width: 48%;
  text-align: left;
  margin: 0 0 12px;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info .view-all-features.floatingpopup {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #0065FF;
  width: 50%;
  display: flex;
  align-items: CENTER;
  cursor: pointer;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    border-top: 1px solid #DFE1E6;
    padding: 12px 16px;
    align-items: center;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount span {
  margin-right: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #7A869A;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount span {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount .amt {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount .amt {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .cta-link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  background: #0065ff;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .cta-link {
    margin: 0;
  }
}
.top-plans-container .container .travel-top-plan-style1 .general-info-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .general-info-heading {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 16px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .ctawrap {
  flex-direction: column;
}
.top-plans-container .container .travel-top-plan-style1 .seemore-plans.active .arrow {
  margin: 0 0 -1px 5px;
  position: relative;
  top: auto;
  right: auto;
}

.investment-option-slider {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px 10px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider h2,
.investment-option-slider .ghi-heading,
.investment-option-slider h3 {
  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,
.investment-option-slider h3 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider h2,
  .investment-option-slider .ghi-heading,
  .investment-option-slider h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider h2,
  .investment-option-slider .ghi-heading,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0px;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}
.investment-option-slider .option-slider.full {
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 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;
  -webkit-transform: rotate(135deg);
  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;
  -webkit-transform: rotate(-45deg);
  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-img {
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}
.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}
.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}
.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}
.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}
.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: contain;
}
.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: contain;
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}
.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}
.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065FF;
  padding: 1px 7px;
  color: #0065FF;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover, .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active, .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065FF;
}
@media screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
    bottom: initial;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065FF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0px auto;
    top: 8px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .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;
    -webkit-transform: rotate(-45deg);
    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.travel {
  border-radius: 8px;
  background-color: #F4F7FE;
  padding: 15px 0;
  margin: 40px 0;
}
.investment-option-slider.travel .title {
  border-bottom: 1px solid #D9DDE2;
  margin: 0 10px 18px;
}
.investment-option-slider.travel .title 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;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
  flex-shrink: 0;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}
@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

.custom-dropdown-wrapper {
  position: relative;
  width: 50%;
  margin: 0 0 8px;
  max-width: 256px;
  /* Error message */
}
.custom-dropdown-wrapper .err {
  color: red;
  font-size: 14px;
  display: none;
}

.dropdown-label {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 27px;
  padding: 2px;
  pointer-events: none;
  transition: 0.3s all ease;
}

.dropdown-selected {
  border: 1px solid #b2b8c4;
  color: #253858;
  border-radius: 8px;
  height: 56px;
  font-size: 16px;
  padding: 16px;
  margin-top: 11px;
  width: 100%;
  cursor: pointer;
  background: #fff;
}

.dropdown-selected::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 56%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #253858;
  border-bottom: 2px solid #253858;
  transition: transform 0.3s ease;
}

.dropdown-options {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  max-height: 350px;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  display: none;
  z-index: 1;
  scroll-behavior: auto;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border: none;
}
.dropdown-options .age + .age {
  border-top: 1px solid #dfe1e6;
}
@media only screen and (min-width: 1024px) {
  .dropdown-options::-webkit-scrollbar {
    width: 8px;
  }
  .dropdown-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dfe1e6;
  }
  .dropdown-options::-webkit-scrollbar-thumb {
    background: #dfe1e6;
    border-radius: 8px;
  }
  .dropdown-options::-webkit-scrollbar-thumb:hover {
    background: #97a0af;
  }
}

.dropdown-options .age {
  cursor: pointer;
  padding: 12px 16px;
  font-size: 14px;
  color: #253858;
}

.dropdown-options div:hover {
  background: #f1f1f1;
}

/* Floating label */
.custom-dropdown.active .dropdown-label,
.custom-dropdown.has-value .dropdown-label {
  z-index: 1;
  top: -2px;
  font-size: 12px;
  padding: 2px 5px;
}

@media (max-width: 768px) {
  .dropdown-options {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70vh;
    /* Adjust height */
    max-height: none;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    display: none;
    z-index: 99;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  /* Show when active */
  .custom-dropdown-wrapper.dropdown-open .dropdown-options {
    display: block;
    transform: translateY(0);
  }
  /* Optional: Add backdrop */
  .custom-dropdown-wrapper.dropdown-open::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
}
.card.travelguide.destination-guide {
  margin-bottom: 32px;
}

.toggle-content-wrapper {
  position: relative;
  width: 100%;
  margin: 16px 0;
}
.toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 5px 8px;
  max-width: 115px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  bottom: -19px;
  text-align: center;
}
.toggle-content-wrapper .toggle-content-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: 0 0 1px 8px;
}
.toggle-content-wrapper .toggle-content-button.show::after {
  margin: 0 0 -1px 8px;
  transform: rotate(-135deg);
}

.across-assist-tag-line {
  border-radius: 4px 0 0 4px;
  background: linear-gradient(90deg, rgba(253, 220, 255, 0.8) 0%, rgba(221, 236, 255, 0.5019607843) 94.65%);
  padding: 12px 30px 12px 12px;
  margin: 24px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4F19F9;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.across-assist-tag-line span {
  color: #D619E4;
  background: transparent;
  margin-right: 4px;
}
.across-assist-tag-line::before {
  content: "";
  background: url(../../images/bu/travel/across-assist-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .across-assist-tag-line {
    margin: 0;
    z-index: 1000;
    background: linear-gradient(90deg, #FDDCFF 0%, #DDDBFE 100%);
    padding: 8px;
    font-size: 14px;
    justify-content: center;
    border-radius: 0;
    width: 100%;
  }
  .across-assist-tag-line.fixed {
    position: fixed;
    top: 46px;
  }
}

.top-fold > .left:has(.across-assist-tag-line) > .heading {
  margin: 0;
}
.top-fold > .left:has(.across-assist-tag-line) .top-fold-pointer-list {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .top-fold > .left .across-assist-tag-line {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-fold > .right .across-assist-tag-line {
    display: none;
  }
}