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;
  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: #253858;
  display: block;
  opacity: 0.8;
}

.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 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #0065ff;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 6px 15px;
  margin: 20px auto 10px;
  display: block;
  width: 150px;
  position: relative;
}

.travel-top-plan-style1 .seemore-plans .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.travel-top-plan-style1 .seemore-plans.active .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 14px;
  right: 20px;
  position: absolute;
}

.ctawrap {
  max-width: 230px;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.ctawrap.mob {
  display: none;
}

.ctawrap .pr-amount {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 568px) {
  .ctawrap .pr-amount {
    align-items: center;
    flex-direction: initial;
  }
}
.ctawrap .pr-amount span {
  font-size: 12px;
  color: #253858;
  line-height: 16px;
}

.ctawrap .pr-amount .amt {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  line-height: 28px;
}

@media only screen and (max-width: 568px) {
  .ctawrap {
    display: none;
  }
  .ctawrap.mob {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    width: 100%;
    display: flex;
    padding: 20px 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(166.44deg, #d3e7ff 30.44%, rgba(255, 255, 255, 0.1019607843) 69.84%);
}

.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;
  }
}
.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;
  }
}

@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;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground {
    box-shadow: none;
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}
.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: 1px solid #dfe1e6;
  border-radius: 16px;
  background: #fff;
  padding: 12px 16px;
  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 .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: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.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 .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: 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: 16px 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: 8px;
  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;
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .top-fold {
    padding: 0 16px 32px !important;
    background: 0 0 !important;
  }
}
@media screen and (max-width: 820px) {
  .top-fold {
    flex-direction: column-reverse;
  }
  .top-fold::before {
    content: "";
    height: 328px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 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: 45%;
  position: relative;
}

.top-fold > .left::after {
  content: "";
  width: 250px;
  height: 53px;
  position: absolute;
  top: 0;
  right: 0;
}

@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 > .left .day-greetings {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: left;
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
}

.top-fold > .left .day-greetings::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
}

.top-fold > .left .day-greetings.morning::after {
  background: url(../../images/bu/travel/travel-morning-icon.svg);
}

.top-fold > .left .day-greetings.afternoon::after {
  background: url(../../images/bu/travel/travel-afternoon-icon.svg);
}

.top-fold > .left .day-greetings.night::after {
  background: url(../../images/bu/travel/travel-night-icon.svg);
}

@media screen and (max-width: 820px) {
  .top-fold > .left .day-greetings {
    display: none;
  }
}
.top-fold > .left > .heading {
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
  text-align: left;
  width: 82%;
  color: #253858;
  margin: 16px 0 32px;
}

.top-fold > .left > .heading span {
  font-weight: 700;
  color: #0052cc;
}

.top-fold > .left > .heading span sup {
  font-size: 20px;
  line-height: 20px;
}

.top-fold > .left > .heading.country {
  width: 100%;
}

.top-fold > .left > .heading > div {
  font-size: 24px;
}

@media screen and (max-width: 820px) {
  .top-fold > .left > .heading {
    display: none;
  }
}
.top-fold > .left .top-fold-pointer-list {
  z-index: 1;
  position: relative;
}
.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 24px;
}

.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/fullwidth/top-fold/travel-insurance-pointer-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/fullwidth/top-fold/travel-insurance-pointer-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/fullwidth/top-fold/travel-insurance-pointer-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/fullwidth/top-fold/travel-insurance-pointer-icon-4.png) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-5 {
  background: url(../../images/bu/travel/fullwidth/top-fold/travel-insurance-pointer-icon-5.svg) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-6 {
  background: url(../../images/bu/travel/fullwidth/top-fold/travel-insurance-pointer-icon-6.svg) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-7 {
  background: url(../../images/bu/travel/fullwidth/top-fold/travel-insurance-pointer-icon-7.svg) no-repeat center/contain;
}

.top-fold > .left .top-fold-pointer-list .top-fold-pointer .icon.icon-8 {
  background: url(../../images/bu/travel/fullwidth/top-fold/travel-insurance-pointer-icon-8.svg) 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 .details {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #253858;
  margin: 20px 0 0;
}

@media screen and (max-width: 820px) {
  .top-fold > .left .details {
    display: none;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) {
    margin: 0 auto;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .left {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .left {
    width: 100%;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .left::after {
  background: url(../../images/bu/travel/travel-top-fold-country-icon.svg) no-repeat center/contain;
  top: auto;
  bottom: 35%;
  width: 215px;
  height: 104px;
  opacity: 0.6;
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section {
  margin: 32px 0 0;
  border: 1px solid #CFE0FA;
  box-shadow: none;
  padding: 0;
  border-radius: 16px;
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section::before {
  display: none;
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container {
  padding: 18px 22px 13px;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container {
    padding: 24px 16px 16px;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-star-ratings .label {
  margin: 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-star-ratings .label {
    font-weight: 700;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list {
  width: 72%;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list {
    width: 100%;
    margin: 12px 0 0;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer {
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer {
    margin-right: 0;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer:last-child {
  margin-right: 0;
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content {
  margin-left: 0;
  text-align: CENTER;
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .title {
  color: #0052CC;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .title {
    font-size: 12px;
    line-height: 18px;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .travel-pointers-container .travel-pointers-list .travel-pointer .content .description {
  font-weight: 500;
}
.top-fold:has(.block_content_wrapper_firstfold) .travel-pointers-section .about-pb {
  background: #E8F0FE;
  border-radius: 0 0 16px 16px;
  padding: 10px;
  text-align: CENTER;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}

.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;
  }
}
.top-fold .right > .heading {
  font-weight: 300;
  text-align: left;
  color: #253858;
  display: none;
  z-index: 10;
  position: relative;
}

.top-fold .right > .heading span {
  font-weight: 700;
  color: #0052cc;
}

.top-fold .right > .heading span sup {
  font-size: 14px;
  line-height: 14px;
}

.top-fold .right > .heading > div {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .top-fold .right > .heading > div {
    display: inline;
  }
}
@media screen and (max-width: 820px) {
  .top-fold .right > .heading {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin: 8px 0 0;
    padding: 0 16px;
    display: block;
    font-weight: 300;
  }
}
.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 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: 13px;
}
@media screen and (max-width: 767px) {
  .generic-popup-box .generic-popup .generic-popup-body .button-wrapper button.loading::after {
    top: 20px;
  }
}

.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;
}

.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 {
  margin: 0 0 24px;
}

.block_content_wrapper_firstfold h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 12px;
  color: #253858;
}
.block_content_wrapper_firstfold h1 .blue {
  color: #0052CC;
  font-weight: 700;
}

.block_content_wrapper_firstfold p, .block_content_wrapper_firstfold .char-count {
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
  display: inline-block;
}

.block_content_wrapper_firstfold .char-count {
  display: inline;
}

.block_content_wrapper_firstfold .char-count .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold .char-count .extra-text-web.show-extra {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .block_content_wrapper_firstfold .char-count .extra-text,
  .block_content_wrapper_firstfold .char-count .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold .char-count .extra-text-web.show-extra,
  .block_content_wrapper_firstfold .char-count .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
}
.block_content_wrapper_firstfold .text-hide-link::before {
  content: "...";
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
  }
  .block_content_wrapper_firstfold .text-hide-link:hover,
  .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065ff;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: transparent;
    margin: 12px 0 0;
    padding: 0 16px;
    z-index: 1;
    position: relative;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .block_content_wrapper_firstfold p {
    line-height: 24px;
  }
}
.block_content_wrapper_firstfold a {
  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: 8px;
}

.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dfe1e6;
}

.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar-thumb {
  background: #dfe1e6;
  border-radius: 8px;
}

.autocomplete.wn-insurance-quote-editor::-webkit-scrollbar-thumb:hover {
  background: #97a0af;
}

.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;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper {
    border: 0;
    margin: 0;
    padding: 0;
    clear: inherit;
    background: transparent;
  }
}

.container-flex {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .container-flex {
    flex-direction: column;
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}
.container-flex .left, .container-flex .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .container-flex .left, .container-flex .right {
    width: 100%;
  }
}

.container-flex-reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1140px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .container-flex-reverse {
    flex-direction: column;
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}
.container-flex-reverse .left, .container-flex-reverse .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .container-flex-reverse .left, .container-flex-reverse .right {
    width: 100%;
  }
}

#policybazaar {
  width: 100%;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1180px) {
  .container {
    background: #fff;
    padding: 0 16px;
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  .go-to-top {
    right: 5px;
    bottom: 185px;
  }
}
.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(24, 44, 78);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  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: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 32px;
  position: relative;
  z-index: 1002;
}
.exit-intent-popup-container .exit-intent-popup::after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image-travel.svg") no-repeat center/contain;
  width: 292px;
  height: 361px;
  position: absolute;
  bottom: 32px;
  right: 12px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    width: 170px;
    height: 235px;
    opacity: 0.5;
    right: 8px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    width: 125px;
    height: 175px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup {
    padding: 16px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading {
  font-size: 24px;
  line-height: 28px;
  color: #253858;
  margin-bottom: 8px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading.blue,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading .blue {
  font-weight: 700;
  color: #00B8D9;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading .large {
  font-size: 28px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading sup {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .sub-heading .large {
    font-size: 20px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #253858;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
  margin-top: 24px;
  list-style: none;
  width: 45%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    width: 85%;
    margin-bottom: 25px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #253858;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.double {
  line-height: 24px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li.double::before {
  top: 9px;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
  content: "";
  background: url("../../../cdn/images/bu/exit-intent-popup-tick.svg");
  width: 13px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0% 0% no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .term-conditions {
  max-width: 430px;
  margin-top: 0;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .term-conditions p {
  letter-spacing: 0px;
  color: #7A869A;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 12px;
  text-align: left;
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .term-conditions p:last-child {
  margin-bottom: 0;
}

.disclaimer-dropdown-section {
  margin-top: 32px;
}

.pbRelatedLinks {
  margin-bottom: 0;
}

.footer {
  padding: 0;
}

.stickFooter_info.travel_state {
  background: none;
}

/*-- 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%;
  /* padding: 1em; */
  transform: rotate(-90deg);
  width: 100%;
  /* position: fixed; */
  z-index: 100;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #253858;
  stroke-dashoffset: 219.9114857513;
  /* Circumference */
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
  /* Circumference */
}

svg.radial-progress text.percentage {
  fill: #fff;
  font-size: 20px !important;
  text-anchor: middle;
}

/*** COLORS ***/
/* Primary */
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: 0px auto;
    width: 360px;
  }
}
@media (max-width: 375px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 320px;
  }
}
@media (max-width: 320px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px 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: 0px 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0px;
  }
}
@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: rgb(22, 160, 133);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
@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: rgb(22, 160, 133);
  background: #fff;
}
.spynav .spylink li.ht a .pink {
  background: transparent;
}
@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: none;
  color: #fff;
}
@media (max-width: 1024px) {
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.spynav.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: -1px;
  z-index: 99;
  display: block;
}
.spynav.sticky ~ .travel-single-step-layout, .spynav.sticky ~ .pbcategoryPages {
  position: relative;
}
.spynav.sticky ~ .travel-single-step-layout:has(.visible), .spynav.sticky ~ .pbcategoryPages:has(.visible) {
  z-index: 99999;
}
.spynav.sticky ~ .travel-single-step-layout:has(.open), .spynav.sticky ~ .pbcategoryPages: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: none;
}
.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(0px, -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;
  }
}

.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: #ffffff 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%;
}
.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) {
  .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: normal;
  position: absolute;
  left: 13px;
  background: #fff;
  top: 50%;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.3s ease-in;
  transform: translate(0px, -50%);
}
.schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search input:focus + label, .schegen-countries-popup-box .schegen-countries-popup .schegen-countries-popup-body .search input.labelshow + 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: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
  align-items: center;
}
.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: 0px;
  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: rgb(245, 249, 255);
  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: #FFFFFF;
  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: 0px -4px 16px 0px 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: #FFFFFF;
  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%;
  }
}

.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: none !important;
}
.lightpick__select .lightpick__month-title {
  background: none !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;
}

.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%, 0px);
    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: 0px;
}
.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-whatsapp .slider.round {
  border-radius: 34px;
}
.form-whatsapp .slider.round:before {
  border-radius: 50%;
}
.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
  box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
}
.form-whatsapp input:checked + .slider {
  background-color: #0065ff;
}
.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0065ff;
  box-shadow: 0 0 1px #0065ff;
}
.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}
.form-whatsapp.popwats {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-whatsapp.popwats {
    bottom: 85px;
  }
}

.breadcrumbinner {
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .breadcrumbinner {
    padding: 0 16px !important;
  }
}
.breadcrumbinner .breadcrumb {
  max-width: 1140px;
  padding: 10px 0px;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin: 0 auto 0px;
}

.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 .form-scoll-box-new {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new {
    margin-top: 0;
  }
}
.showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container .form-scoll-box-new::-webkit-scrollbar {
  display: none;
}

.showForm.travel_top.newui .floating-popup-container.open {
  overflow: hidden;
}

/** Main Content CSS Starts **/
.main-heading {
  color: #253858;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.main-heading .pink {
  color: #F411CF;
  background: transparent;
}
.main-heading .purple {
  color: #9B66EE;
}
.main-heading .blue {
  color: #0065ff;
}
.main-heading .green {
  color: #5DAD1E;
}
.main-heading .light-purple {
  color: #6570FF;
}
.main-heading .dark-purple {
  color: #6554C0;
}
.main-heading .powder-blue {
  color: #4C9AFF;
}
.main-heading .light-blue {
  color: #00B8D9;
}
.main-heading .royal-blue {
  color: #0052CC;
}
.main-heading .light-green {
  color: #0AA094;
}
.main-heading .dark-blue {
  color: #0354B5;
}
.main-heading .orange {
  color: #FA7436;
}
.main-heading .powder-green {
  color: #18C07A;
}
@media screen and (max-width: 1024px) {
  .main-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin: 0 0 12px;
  }
}

.description {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #505F79;
}
.description .details {
  margin-bottom: 24px;
}
.description .details:last-child {
  margin: 0;
}
.description.line-height-36 {
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .description {
    font-size: 14px;
    line-height: 22px;
  }
  .description.line-height-36 {
    line-height: 22px;
  }
}

.toggle-content-wrapper {
  position: relative;
  width: 100%;
  border: 2px solid #DFE1E6;
  margin: 60px 0 0;
}
.toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 14px 20px;
  max-width: 220px;
  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: -26px;
  text-align: center;
  box-shadow: 0px 4px 16px 0px rgba(0, 101, 255, 0.2509803922);
}
.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);
}

.button {
  box-shadow: 0px 12px 20px 0px rgba(0, 101, 255, 0.4);
  background: #0065ff;
  color: #fff;
  padding: 16px 24px;
  display: inline-flex;
  border-radius: 100px;
  align-items: center;
  margin: 32px 0 0;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
}
.button .right-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 7px 0px 20px 0px rgba(255, 255, 255, 0.1490196078) inset;
  margin: 0 0 0 14px;
}
.button .right-arrow::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 11px 24px;
    display: flex;
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    justify-content: center;
  }
  .button .right-arrow {
    width: 26px;
    height: 26px;
  }
  .button .right-arrow::after {
    right: 10px;
    top: 10px;
    padding: 3px;
  }
}

.section-1 {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-1 {
    margin-top: 24px;
  }
}
.section-1 .left .block_content_wrapper_firstfold .tag, .section-1 .left .block_content_wrapper .tag {
  box-shadow: 0px 4px 16px 0px rgba(140, 140, 140, 0.2);
  padding: 15px 32px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #fff;
  color: #F411CF;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 32px;
}
.section-1 .left .block_content_wrapper_firstfold .tag::before, .section-1 .left .block_content_wrapper .tag::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-pink-vector-icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-1 .left .block_content_wrapper_firstfold .tag, .section-1 .left .block_content_wrapper .tag {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section-1 .left .block_content_wrapper_firstfold, .section-1 .left .block_content_wrapper {
    padding: 0;
  }
  .section-1 .left .block_content_wrapper_firstfold h1, .section-1 .left .block_content_wrapper h1 {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .left .block_content_wrapper_firstfold > .image, .section-1 .left .block_content_wrapper > .image {
    display: none;
  }
}
.section-1 .left .block_content_wrapper_firstfold > .image, .section-1 .left .block_content_wrapper > .image {
  max-width: 515px;
}
.section-1 .left .block_content_wrapper_firstfold > .image img, .section-1 .left .block_content_wrapper > .image img {
  max-width: 100%;
}
.section-1 .right {
  display: FLEX;
  justify-content: flex-end;
}
.section-1 .right .image {
  max-width: 515px;
}
.section-1 .right .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-1 .right {
    display: none;
  }
}

.section-2 {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-2 {
    display: block;
  }
}
.section-2 .left {
  display: FLEX;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .section-2 .left {
    display: block;
  }
}
.section-2 .left .image {
  max-width: 383px;
}
@media screen and (max-width: 767px) {
  .section-2 .left .image {
    display: block;
  }
}
.section-2 .left .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-2 .left .image img {
    max-width: 75px;
    width: 100%;
    display: block;
    float: right;
  }
}
.section-2 .button {
  margin: 40px 0 0;
}

.section-3 {
  background: #F0F6FE;
  border-radius: 16px;
  padding: 32px 0;
  text-align: CENTER;
  position: relative;
}
.section-3::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/schengen-zone-vector-icon-1.svg) no-repeat center/contain;
  width: 131px;
  height: 95px;
  position: absolute;
  right: 30px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .section-3::before {
    width: 44px;
    top: 0;
    right: 0;
    height: 30px;
  }
}
.section-3::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/schengen-zone-vector-icon-2.svg) no-repeat center/contain;
  width: 110px;
  height: 100px;
  position: absolute;
  transform: rotate(-15deg);
  right: 35px;
  bottom: 31px;
}
@media screen and (max-width: 767px) {
  .section-3::after {
    width: 44px;
    bottom: 0;
    right: 5px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .section-3 {
    border-radius: 0;
  }
}
.section-3 .main-heading {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section-3 .main-heading {
    text-align: center;
  }
}
.section-3 .sub-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .section-3 .sub-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .table {
  max-width: 950px;
  margin: 21px auto 0;
}
.section-3 .table .table-row {
  padding: 10px 38px 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-3 .table .table-row {
    padding: 10px 16px;
    align-items: flex-start;
  }
}
.section-3 .table .table-row.heading {
  background: #D6EAFF;
  border-radius: 8px;
}
.section-3 .table .table-row.heading .table-data {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #253858;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-3 .table .table-row.heading .table-data {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-3 .table .table-row .table-data {
  width: 50%;
  text-align: left;
  padding: 22px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .section-3 .table .table-row .table-data {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }
}

.section-4 {
  justify-content: space-between;
  align-items: flex-start;
}
.section-4 .left .image {
  max-width: 545px;
  margin: 65px 0 0;
}
.section-4 .left .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-4 .left .description-image {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-4 .left .description-image .image {
    margin: 0 0 22px;
  }
}
.section-4 .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-4 .right {
    display: block;
  }
}
.section-4 .right .benefits-list {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .section-4 .right .benefits-list {
    margin: 24px 0 0 0;
  }
}
.section-4 .right .benefits-list .benefit-image {
  border-bottom: 2px solid #F7F7F7;
  padding: 0 0 24px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-4 .right .benefits-list .benefit-image {
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
.section-4 .right .benefits-list .benefit-image .image {
  margin: 0 32px 0 0;
  flex-shrink: 0;
}
.section-4 .right .benefits-list .benefit-image .image img {
  max-width: 72px;
}
@media screen and (max-width: 767px) {
  .section-4 .right .benefits-list .benefit-image .image {
    margin: 0 12px 0 0;
  }
  .section-4 .right .benefits-list .benefit-image .image img {
    max-width: 40px;
    height: auto;
  }
}
.section-4 .right .benefits-list .benefit-image .benefit {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .section-4 .right .benefits-list .benefit-image .benefit {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-4 .right .benefits-list .benefit-image:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.section-4 .button {
  margin: 38px 0 0;
}
@media screen and (max-width: 767px) {
  .section-4 .button {
    margin: 24px 0 0;
  }
}

.section-5 {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-5 {
    display: block;
  }
}
.section-5 .left {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .section-5 .left {
    display: block;
  }
}
.section-5 .left .image {
  max-width: 460px;
}
.section-5 .left .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-5 .left .image {
    display: block;
    max-width: 100%;
  }
  .section-5 .left .image img {
    max-width: 100px;
    float: right;
  }
}
.section-5 .right .main-heading {
  max-width: 460px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .section-5 .right .main-heading {
    margin-bottom: 16px;
  }
}
.section-5 .types-of-travel-insurance-list {
  width: 100%;
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-5 .types-of-travel-insurance-list {
    flex-direction: column;
  }
}
.section-5 .types-of-travel-insurance-list .types-of-travel-insurance {
  width: 48%;
  box-shadow: 14px 24px 72px 0px rgba(126, 134, 248, 0.2);
  padding: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .section-5 .types-of-travel-insurance-list .types-of-travel-insurance {
    width: 100%;
    margin: 0 0 24px;
    box-shadow: 0px 24px 72px 0px rgba(126, 134, 248, 0.1607843137);
  }
}
.section-5 .types-of-travel-insurance-list .types-of-travel-insurance .details .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #253858;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .section-5 .types-of-travel-insurance-list .types-of-travel-insurance .details .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-5 .types-of-travel-insurance-list .types-of-travel-insurance .details .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .section-5 .types-of-travel-insurance-list .types-of-travel-insurance .details .description {
    font-size: 14px;
    line-height: 22px;
  }
}

section.countries-sechengen-area {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.countries-sechengen-area .main-heading {
    text-align: center;
  }
}
section.countries-sechengen-area .countries {
  margin: 32px 0 40px;
  display: grid;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  section.countries-sechengen-area .countries {
    grid-template-areas: "tab1 tab2 tab3 tab4 ." "tab5 tab6 tab7 tab8 tab9" "tab10 tab11 tab12 tab13 ." "tab14 title title title tab15" "tab16 tab17 tab18 tab19 tab20" "tab21 tab22 tab23 tab24 ." "tab25 tab26 tab27 tab28 tab29";
  }
}
@media (max-width: 1023px) {
  section.countries-sechengen-area .countries {
    margin: 24px 0 0;
    grid-template-areas: "tab1 tab2" "tab3 tab4" "tab5 tab6" "tab7 tab8" "tab9 tab10" "tab11 tab12" "tab13 tab14" "title title" "tab15 tab16" "tab17 tab18" "tab19 tab20" "tab21 tab22" "tab23 tab24" "tab25 tab26" "tab27 tab28" "tab29 .";
  }
}
section.countries-sechengen-area .countries .country-row {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.countries-sechengen-area .countries .country-row:nth-child(2), section.countries-sechengen-area .countries .country-row:nth-child(3), section.countries-sechengen-area .countries .country-row:nth-child(5), section.countries-sechengen-area .countries .country-row:nth-child(7) {
    display: none;
  }
  section.countries-sechengen-area .countries .country-row {
    flex-wrap: wrap;
    margin: 0 0 16px;
  }
  section.countries-sechengen-area .countries .country-row:nth-child(4) .country {
    display: none;
  }
}
section.countries-sechengen-area .countries .country {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
  padding: 8px 16px;
  border-radius: 16px;
  height: 64px;
  gap: 8px;
  box-sizing: border-box;
  position: relative;
}
section.countries-sechengen-area .countries .country:last-child {
  margin: 0;
}
section.countries-sechengen-area .countries .country img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  section.countries-sechengen-area .countries .country img {
    max-width: 34px;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.countries-sechengen-area .countries .country {
    font-size: 14px;
    line-height: 22px;
    height: 56px;
  }
  section.countries-sechengen-area .countries .country:last-child {
    margin: 0 0 12px;
  }
  section.countries-sechengen-area .countries .country:nth-child(2n) {
    margin-right: 0;
  }
}
section.countries-sechengen-area .countries .country:nth-child(1) {
  grid-area: tab1;
}
section.countries-sechengen-area .countries .country:nth-child(2) {
  grid-area: tab2;
}
section.countries-sechengen-area .countries .country:nth-child(3) {
  grid-area: tab3;
}
section.countries-sechengen-area .countries .country:nth-child(4) {
  grid-area: tab4;
}
section.countries-sechengen-area .countries .country:nth-child(5) {
  grid-area: tab5;
}
section.countries-sechengen-area .countries .country:nth-child(6) {
  grid-area: tab6;
}
section.countries-sechengen-area .countries .country:nth-child(7) {
  grid-area: tab7;
}
section.countries-sechengen-area .countries .country:nth-child(8) {
  grid-area: tab8;
}
section.countries-sechengen-area .countries .country:nth-child(9) {
  grid-area: tab9;
}
section.countries-sechengen-area .countries .country:nth-child(10) {
  grid-area: tab10;
}
section.countries-sechengen-area .countries .country:nth-child(11) {
  grid-area: tab11;
}
section.countries-sechengen-area .countries .country:nth-child(12) {
  grid-area: tab12;
}
section.countries-sechengen-area .countries .country:nth-child(13) {
  grid-area: tab13;
}
section.countries-sechengen-area .countries .country:nth-child(14) {
  grid-area: tab14;
}
section.countries-sechengen-area .countries .country:nth-child(15) {
  grid-area: title;
  justify-content: center;
}
section.countries-sechengen-area .countries .country:nth-child(16) {
  grid-area: tab15;
}
section.countries-sechengen-area .countries .country:nth-child(17) {
  grid-area: tab16;
}
section.countries-sechengen-area .countries .country:nth-child(18) {
  grid-area: tab17;
}
section.countries-sechengen-area .countries .country:nth-child(19) {
  grid-area: tab18;
}
section.countries-sechengen-area .countries .country:nth-child(20) {
  grid-area: tab19;
}
section.countries-sechengen-area .countries .country:nth-child(21) {
  grid-area: tab20;
}
section.countries-sechengen-area .countries .country:nth-child(22) {
  grid-area: tab21;
}
section.countries-sechengen-area .countries .country:nth-child(23) {
  grid-area: tab22;
}
section.countries-sechengen-area .countries .country:nth-child(24) {
  grid-area: tab23;
}
section.countries-sechengen-area .countries .country:nth-child(25) {
  grid-area: tab24;
}
section.countries-sechengen-area .countries .country:nth-child(26) {
  grid-area: tab25;
}
section.countries-sechengen-area .countries .country:nth-child(27) {
  grid-area: tab26;
}
section.countries-sechengen-area .countries .country:nth-child(28) {
  grid-area: tab27;
}
section.countries-sechengen-area .countries .country:nth-child(29) {
  grid-area: tab28;
}
section.countries-sechengen-area .countries .country:nth-child(30) {
  grid-area: tab29;
}
@media (min-width: 1024px) {
  section.countries-sechengen-area .countries .country:nth-child(1), section.countries-sechengen-area .countries .country:nth-child(2), section.countries-sechengen-area .countries .country:nth-child(3), section.countries-sechengen-area .countries .country:nth-child(4), section.countries-sechengen-area .countries .country:nth-child(10), section.countries-sechengen-area .countries .country:nth-child(11), section.countries-sechengen-area .countries .country:nth-child(12), section.countries-sechengen-area .countries .country:nth-child(13), section.countries-sechengen-area .countries .country:nth-child(22), section.countries-sechengen-area .countries .country:nth-child(23), section.countries-sechengen-area .countries .country:nth-child(24), section.countries-sechengen-area .countries .country:nth-child(25) {
    left: 100px;
  }
}
section.countries-sechengen-area .countries .schengen-label {
  padding: 18px 48px;
  color: #6554C0;
  background: #F7F5FF;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  section.countries-sechengen-area .countries .schengen-label {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    width: 100%;
  }
}
section.countries-sechengen-area .description:has(+ .description) {
  margin-bottom: 16px;
}

.section-6 {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-6 .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-6 .right {
    display: none;
  }
}
.section-6 .right .image {
  max-width: 470px;
  position: relative;
}
.section-6 .right .image.has-blue-bg::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/blue-bg-blur.png) no-repeat center/cover;
  width: 700px;
  height: 700px;
  position: absolute;
  right: -72px;
  z-index: 1;
  top: -35px;
}
.section-6 .right .image img {
  max-width: 100%;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-6 .left > .image {
    display: none;
  }
}
.section-6 .left > .image {
  max-width: 328px;
  margin: 14px auto 0;
  position: relative;
}
.section-6 .left > .image img {
  max-width: 100%;
}
.section-6 .left > .image.has-blue-bg::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/blue-bg-blur.png) no-repeat center/cover;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.section-6 .left .section-6-list {
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-6 .left .section-6-list {
    margin: 16px 0 0;
  }
}
.section-6 .left .section-6-list .type {
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
}
.section-6 .left .section-6-list .type:last-child {
  margin: 0;
}
.section-6 .left .section-6-list .type .image {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-6 .left .section-6-list .type .image {
    margin: 0 12px 0 0;
  }
  .section-6 .left .section-6-list .type .image img {
    max-width: 40px;
  }
}
.section-6 .left .section-6-list .type .details .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #253858;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .section-6 .left .section-6-list .type .details .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .left .section-6-list .type .details .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-6 .left .section-6-list .type .details .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-6 .description-button {
  width: 100%;
  margin: 32px 0 0;
}

.section-7 .accordion-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  margin: 60px 0;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-container {
    margin: 12px 0 0;
    min-height: auto;
  }
}
.section-7 .accordion-item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-item {
    flex-direction: column;
    box-shadow: 0px 16px 80px 0px rgba(0, 101, 255, 0.1607843137);
    background: #fff;
    border-radius: 16px;
    border: 1px solid #DFE1E6;
  }
}
.section-7 .accordion-header {
  display: flex;
  align-items: center;
  padding: 31px 24px;
  cursor: pointer;
  box-shadow: 0px 16px 80px 0px rgba(0, 101, 255, 0.1607843137);
  width: 540px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DFE1E6;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-header {
    width: 100%;
    align-items: flex-start;
    padding: 16px;
    box-shadow: none;
    border: 0;
  }
}
.section-7 .accordion-title {
  max-width: 325px;
}
.section-7 .accordion-title h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 12px;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-title h3 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 4px;
  }
}
.section-7 .accordion-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-7 .icon {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.section-7 .icon.purple {
  background: #7b3df8;
}
.section-7 .icon.purple::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/documents-for-schengen-ti-icon-1.svg) no-repeat center/contain;
  width: 58px;
  height: 58px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-7 .icon.purple::before {
    width: 24px;
    height: 24px;
  }
}
.section-7 .icon.orange {
  background: #ff842c;
}
.section-7 .icon.orange::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/documents-for-schengen-ti-icon-2.svg) no-repeat center/contain;
  width: 58px;
  height: 58px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-7 .icon.orange::before {
    width: 24px;
    height: 24px;
  }
}
.section-7 .icon.pink {
  background: #f02ab9;
}
.section-7 .icon.pink::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/documents-for-schengen-ti-icon-3.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-7 .icon.pink::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-7 .icon {
    width: 40px;
    height: 40px;
  }
}
.section-7 .accordion-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-item.active {
    border: 1px solid #0065FF;
  }
  .section-7 .accordion-item.active .arrow {
    transform: rotate(-135deg);
    margin: 10px 0 0;
  }
}
.section-7 .accordion-item.active .accordion-header {
  border: 3px solid #0065FF;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-item.active .accordion-header {
    border: 0;
  }
}
.section-7 .accordion-item.active .accordion-content {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .section-7 .accordion-item.active .accordion-content {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    padding: 0 12px 16px;
  }
}
.section-7 .arrow {
  margin-left: auto;
  width: 12px;
  height: 12px;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-7 .arrow {
    transform: rotate(45deg);
  }
}
.section-7 .checklist {
  list-style: none;
  padding: 0;
}
.section-7 .checklist li {
  margin-bottom: 0.75rem;
}
.section-7 .checklist span {
  color: #00dd88;
  font-weight: bold;
  margin-right: 0.5rem;
}
.section-7 {
  /* Mobile Accordion Behavior */
}
@media (max-width: 768px) {
  .section-7 .accordion-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.section-7 .pointer-list .pointer {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .section-7 .pointer-list .pointer {
    margin: 0 0 16px;
  }
}
.section-7 .pointer-list .pointer:last-child {
  margin: 0;
}
.section-7 .pointer-list .pointer::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/available-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
.section-7 .pointer-list .pointer .label {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .section-7 .pointer-list .pointer .label {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-7 .pointer-list .pointer .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .section-7 .pointer-list .pointer .content {
    font-size: 14px;
    line-height: 24px;
  }
}

.section-8 {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-8.container-flex {
    display: block;
  }
}
.section-8 .left {
  display: FLEX;
  justify-content: flex-start;
}
.section-8 .left .image {
  max-width: 466px;
}
.section-8 .left .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-8 .left {
    display: block;
  }
  .section-8 .left .image {
    max-width: 100%;
    display: block;
  }
  .section-8 .left .image img {
    max-width: 90px;
    display: block;
    float: right;
    width: 100%;
  }
}
.section-8 .right .main-heading {
  max-width: 480px;
}
.section-8 .right .tag {
  color: #00B8D9;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 24px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.section-8 .right .tag::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-blue-vector-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .section-8 .right .tag {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-8.orange .right .tag {
  color: #FA7436;
}
.section-8.orange .right .tag::before {
  background: url(../../images/bu/travel/fullwidth/travel-insurance-orange-vector-icon.svg) no-repeat center/contain;
}

.travel-insurance-cover-section {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section {
    text-align: left;
  }
}
.travel-insurance-cover-section .covered-not-covered-section {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  margin: 75px 0 0;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section {
    flex-direction: column;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div {
  width: 48%;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0784313725);
  color: white;
  padding: 34px;
  border-radius: 16px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div {
    width: 100%;
    padding: 34px 12px 24px;
    margin: 0 0 86px;
  }
  .travel-insurance-cover-section .covered-not-covered-section > div:last-child {
    margin: 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .heading {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section {
    padding-top: 34px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/covered-list-image.svg) no-repeat center/contain;
  width: 153px;
  height: 160px;
  position: absolute;
  right: 0;
  top: -41px;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
    width: 80px;
    height: 82px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .heading {
  color: #36B37E;
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list {
    margin: 16px 0 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered {
    margin: 0 0 16px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered:last-child {
  margin: 0;
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/available-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered::before {
    top: 4px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .title {
  margin: 0 0 8px;
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section {
  border: 1px solid #DFE1E6;
  box-shadow: none;
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/not-covered-list-image.svg) no-repeat center/contain;
  width: 115px;
  height: 120px;
  position: absolute;
  right: 0;
  top: -41px;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
    width: 80px;
    height: 82px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .heading {
  color: #FF5630;
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list {
    margin: 16px 0 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered {
  position: relative;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered {
    margin: 0 0 16px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/not-available-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 19px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered::before {
    top: 4px;
  }
}

.section-9 {
  position: relative;
  background: #F6F8FF;
  padding: 60px 0 35px;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .section-9 {
    padding: 26px 0 86px;
    margin: 0 0 60px;
  }
}
.section-9::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/visa-procedure-vector-image.svg) no-repeat center/contain;
  width: 832px;
  height: 725px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section-9::before {
    width: 320px;
    height: 280px;
  }
}
.section-9 .container-flex {
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.section-9 .left .main-heading {
  max-width: 400px;
}
.section-9 .left .image {
  max-width: 555px;
  margin: 60px 0 0;
}
.section-9 .left .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-9 .left .block_content_wrapper {
    display: flex;
  }
  .section-9 .left .block_content_wrapper .image {
    max-width: 110px;
    margin: 0 0 24px;
  }
}
.section-9 .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-9 .right {
    display: block;
    z-index: 1;
    position: relative;
  }
}
.section-9 .right .section-9-list {
  max-width: 500px;
}
.section-9 .right .section-9-list .type {
  border-bottom: 2px solid #E7E9FF;
  padding: 0 0 24px;
  margin: 0 0 24px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-9 .right .section-9-list .type {
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
.section-9 .right .section-9-list .type .number {
  background: #E6EAFF;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B7CEC;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .section-9 .right .section-9-list .type .number {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 24px;
  }
}
.section-9 .right .section-9-list .type .details .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .section-9 .right .section-9-list .type .details .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-9 .right .section-9-list .type .details .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .section-9 .right .section-9-list .type .details .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-9 .right .section-9-list .type:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.section-9 .right .tag {
  color: #0052CC;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 24px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.section-9 .right .tag::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-royal-blue-vector-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-9 .right .tag {
    font-size: 12px;
    line-height: 18px;
  }
}

.section-10 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-10 {
    margin-left: 0;
    margin-bottom: 40px;
    padding: 0 0 0 16px;
  }
}
.section-10 .section-10-details {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-10 .section-10-details {
    flex-direction: column;
  }
}
.section-10 .section-10-details .block_content_wrapper {
  width: 36%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-10 .section-10-details .block_content_wrapper {
    width: 100%;
  }
}
.section-10 .section-10-details .block_content_wrapper .tag {
  color: #0052CC;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 16px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.section-10 .section-10-details .block_content_wrapper .tag::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-royal-blue-vector-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-details .block_content_wrapper .tag {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-10 .section-10-details .sliderRoot.section-10-list {
  width: auto !important;
  max-width: 60% !important;
}
@media screen and (max-width: 767px) {
  .section-10 .section-10-details .sliderRoot.section-10-list {
    max-width: 100% !important;
  }
}
.section-10 .section-10-details .sliderRoot.section-10-list .item {
  border-right: 1px solid #E4E4E7;
  margin-right: 36px;
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .section-10 .section-10-details .sliderRoot.section-10-list .item {
    min-height: auto;
  }
}
.section-10 .section-10-details .sliderRoot.section-10-list .item .row .details {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .section-10 .section-10-details .sliderRoot.section-10-list .item .row .details {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-10 .section-10-details .sliderRoot.section-10-list .item .row .image {
    width: 40px;
    height: 40px;
  }
  .section-10 .section-10-details .sliderRoot.section-10-list .item .row .image img {
    max-width: 100%;
  }
}
.section-10 .section-10-details .sliderRoot.section-10-list .sliderWrapper .arrows.style-9 .arrow-right, .section-10 .section-10-details .sliderRoot.section-10-list .sliderWrapper .arrows.style-9 .arrow-left {
  background-color: #0065ff;
  border-radius: 50%;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.0705882353);
}
.section-10 .section-10-details .sliderRoot.section-10-list .sliderWrapper .arrows.style-9 .arrow-right.disabled, .section-10 .section-10-details .sliderRoot.section-10-list .sliderWrapper .arrows.style-9 .arrow-left.disabled {
  background-color: #c3c3c3;
  cursor: auto;
}
.section-10 .section-10-details .sliderRoot.section-10-list .sliderWrapper .arrows.style-9 .arrow-right i, .section-10 .section-10-details .sliderRoot.section-10-list .sliderWrapper .arrows.style-9 .arrow-left i {
  border-color: white;
}

.section-11 {
  position: relative;
}
.section-11 .container-flex {
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex {
    margin: 24px 0 0;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.section-11 .right {
  display: flex;
  justify-content: flex-end;
}
.section-11 .right .image {
  max-width: 407px;
}
.section-11 .right .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-11 .right .image img {
    height: auto;
  }
}
.section-11 .left {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.section-11 .left .section-11-list {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .section-11 .left .section-11-list {
    margin: 24px 0 0;
  }
}
.section-11 .left .section-11-list .type {
  border-bottom: 2px solid #E7E9FF;
  padding: 0 0 24px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-11 .left .section-11-list .type {
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
.section-11 .left .section-11-list .type .number {
  background: #E4FDFB;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0AA094;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .section-11 .left .section-11-list .type .number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.section-11 .left .section-11-list .type .details .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 4px;
}
@media screen and (max-width: 1024px) {
  .section-11 .left .section-11-list .type .details .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-11 .left .section-11-list .type .details .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-11 .left .section-11-list .type .details .content {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-11 .left .section-11-list .type:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.section-11 .left .tag {
  color: #0AA094;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 39px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.section-11 .left .tag::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-green-vector-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-11 .left .tag {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-11.blue.container-flex {
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-11.blue.container-flex .left {
    display: block;
  }
  .section-11.blue.container-flex .block_content_wrapper {
    width: 57%;
  }
}
.section-11.blue.container-flex .left .section-11-list {
  margin: 32px 0 0;
}
.section-11.blue.container-flex .left .section-11-list .type .number {
  background: #E6EAFF;
  color: #5A63D3;
}
.section-11.blue.container-flex .tag {
  color: #0354B5;
}
.section-11.blue.container-flex .tag::before {
  background: url(../../images/bu/travel/fullwidth/travel-insurance-royal-blue-vector-icon.svg) no-repeat center/contain;
}
.section-11.blue.container-flex .right {
  flex-direction: column;
  align-items: flex-end;
}
.section-11.blue.container-flex .right .image {
  position: relative;
}
.section-11.blue.container-flex .right .image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgb(135, 206, 250) 0%, rgba(135, 206, 250, 0.5) 40%, rgba(135, 206, 250, 0.2) 70%, rgba(135, 206, 250, 0) 100%);
  filter: blur(30px);
  border-radius: 50%;
  z-index: -1;
}
.section-11.blue.container-flex .right .claim-settled {
  box-shadow: 0px 20px 20px 0px rgba(1, 130, 244, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  padding: 19px;
  margin: 25px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.015em;
  color: #253858;
}
.section-11.blue.container-flex .right .claim-settled span {
  color: #0065ff;
  margin: 0 4px 0 0;
}
.section-11.blue.container-flex .right .claim-settled::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/claim-settled-icon.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .section-11.blue.container-flex .right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-11.blue.container-flex .right .image {
    max-width: 100px;
  }
  .section-11.blue.container-flex .right .image::before {
    width: 100px;
    height: 100px;
  }
  .section-11.blue.container-flex .right .claim-settled {
    padding: 9px;
    font-size: 12px;
    line-height: 24px;
  }
  .section-11.blue.container-flex .right .claim-settled::before {
    width: 20px;
    height: 20px;
  }
}
.section-11 .disclaimer {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px !important;
  letter-spacing: 0;
  color: #5E6C84;
  margin: 31px 0 0;
  padding: 0;
}

.section-12 {
  position: relative;
}
.section-12::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/money-saving-tips-schengen-bg-image.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 808px;
  height: 925px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-12::before {
    width: 260px;
    height: 295px;
    top: auto;
    bottom: 0;
  }
}
.section-12 .container-flex {
  justify-content: space-between;
}
.section-12 .left {
  width: 35%;
}
.section-12 .left .image {
  max-width: 320px;
  margin: 0 0 32px;
}
.section-12 .left .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-12 .left {
    width: 100%;
  }
  .section-12 .left .image {
    max-width: 100%;
    margin: 0;
    display: block;
  }
  .section-12 .left .image img {
    max-width: 100px;
    float: right;
    width: 100%;
    display: block;
  }
}
.section-12 .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .section-12 .right {
    width: 100%;
  }
}
.section-12 .right .section-12-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-12 .right .section-12-list {
    flex-direction: row;
    width: 100%;
    overflow-x: scroll;
    padding: 32px 0;
  }
  .section-12 .right .section-12-list::-webkit-scrollbar {
    display: none;
  }
}
.section-12 .right .section-12-list .section-12-row {
  display: flex;
  flex-direction: column;
  margin: 0 40px 0 0;
}
.section-12 .right .section-12-list .section-12-row:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-12 .right .section-12-list .section-12-row {
    flex-direction: row;
    margin: 0;
    flex-shrink: 0;
  }
}
.section-12 .right .type {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
  margin: 0 0 40px;
  min-height: 296px;
  box-shadow: 14px 24px 72px 0px #D3EBE1;
}
@media screen and (max-width: 767px) {
  .section-12 .right .type {
    flex-shrink: 0;
    max-width: 268px;
    margin: 0 24px 0 0;
    min-height: auto;
    box-shadow: 4px 12px 42px 0px rgba(211, 235, 225, 0.4);
  }
}
.section-12 .right .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.section-12 .right .type .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .section-12 .right .type .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-12 .right .type .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-12 .right .type .content {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-13 .section-13-container {
  margin: 32px 0 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-13 .section-13-container {
    padding: 0;
  }
}
.section-13 .image {
  max-width: 540px;
}
.section-13 .image img {
  max-width: 100%;
}
.section-13 .section-13-list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .section-13 .section-13-list {
    margin: 32px 0 0;
  }
}
.section-13 .section-13-list .type {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 36px;
}
.section-13 .section-13-list .type:last-child {
  margin: 0;
}
.section-13 .section-13-list .type::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/airplane-bullet-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 0;
}
.section-13 .section-13-list .type .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-13 .section-13-list .type .content {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-13 .view-more-country-wrapper {
  position: relative;
  width: 100%;
  border: 2px solid #DFE1E6;
  margin: 60px 0 0;
}
.section-13 .view-more-country-wrapper .view-more-country {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 14px 20px;
  max-width: 190px;
  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: -26px;
  box-shadow: 0px 4px 16px 0px rgba(0, 101, 255, 0.2509803922);
}
.section-13 .view-more-country-wrapper .view-more-country::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) translate(0, -50%);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 48%;
  right: 16px;
}
.section-13 .view-more-country-wrapper .view-more-country.show::after {
  top: 42%;
  transform: rotate(-135deg) translate(0, -50%);
}
.section-13.blue .section-13-list .type::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-blue-vector-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  left: 0;
}

.ask-query-section {
  background: #7098FF;
  padding: 40px;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .ask-query-section {
    padding: 26px 16px;
    margin: 0 0 60px;
  }
}
.ask-query-section .ask-query-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 40px 24px 40px 0;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container {
    flex-direction: column;
    padding: 0;
  }
}
.ask-query-section .ask-query-container .block_content_wrapper, .ask-query-section .ask-query-container .input-field-button {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container .block_content_wrapper, .ask-query-section .ask-query-container .input-field-button {
    width: 100%;
  }
}
.ask-query-section .ask-query-container .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container .heading {
    font-size: 18px;
    line-height: 24px;
  }
}
.ask-query-section .ask-query-container .description {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container .description {
    font-size: 14px;
    line-height: 20px;
  }
}
.ask-query-section .ask-query-container .input-field-button {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 0 12px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container .input-field-button {
    margin: 16px 0 0;
    padding: 0 4px 0 12px;
  }
}
.ask-query-section .ask-query-container .input-field-button input {
  border: 0;
  width: 75%;
  height: 60px;
  border-radius: 12px;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container .input-field-button input {
    height: 48px;
  }
}
.ask-query-section .ask-query-container .input-field-button button {
  width: 23%;
  box-shadow: 0px 5px 14px 0px rgba(6, 100, 249, 0.2509803922);
  border: 0;
  background: #0065ff;
  border-radius: 12px;
  padding: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ask-query-section .ask-query-container .input-field-button button {
    font-size: 14px;
    line-height: 24px;
    width: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .insurer-section {
    padding: 0;
  }
}
.insurer-section .insurance-companies-box {
  background: #F5F9FF;
  border-radius: 16px 16px 0 0;
  padding: 40px;
  position: relative;
}
.insurer-section .insurance-companies-box::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurer-vector-icon.svg) no-repeat center/contain;
  width: 480px;
  height: 326px;
  position: absolute;
  left: 0;
  bottom: 21px;
}
@media screen and (max-width: 1024px) {
  .insurer-section .insurance-companies-box {
    border-radius: 0;
    padding: 18px 16px 36px;
  }
  .insurer-section .insurance-companies-box::before {
    display: none;
  }
}
.insurer-section .insurance-companies-box .main-heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurer-section .insurance-companies-box .main-heading {
    text-align: left;
  }
}
.insurer-section .insurance-companies-box .insurance-companies-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  margin: 24px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .insurer-section .insurance-companies-box .insurance-companies-list {
    margin-top: 16px;
  }
}
.insurer-section .insurance-companies-box .insurance-companies-list .insurance-company {
  box-shadow: 0px 6px 16px 0px rgba(37, 56, 88, 0.1019607843);
  background: #fff;
  border-radius: 12px;
  width: 17%;
  flex-shrink: 0;
  margin: 0 24px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
}
.insurer-section .insurance-companies-box .insurance-companies-list .insurance-company .image {
  max-width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  padding: 2px;
}
.insurer-section .insurance-companies-box .insurance-companies-list .insurance-company .name {
  margin: 12px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #0065ff;
  display: block;
}
@media screen and (max-width: 767px) {
  .insurer-section .insurance-companies-box .insurance-companies-list .insurance-company .name {
    font-size: 12px;
    line-height: 18px;
  }
}
.insurer-section .insurance-companies-box .insurance-companies-list .insurance-company:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .insurer-section .insurance-companies-box .insurance-companies-list .insurance-company {
    padding: 12px;
    margin: 0 12px 12px 0;
    width: 30%;
  }
  .insurer-section .insurance-companies-box .insurance-companies-list .insurance-company:nth-child(5n) {
    margin-right: 12px;
  }
  .insurer-section .insurance-companies-box .insurance-companies-list .insurance-company:nth-child(3n) {
    margin-right: 0;
  }
}
.insurer-section .insurance-companies-box .insurance-companies-list .more-content {
  display: none;
}
.insurer-section .insurance-companies-box .insurance-companies-list .more-content.show {
  display: flex;
  flex-wrap: wrap;
}
.insurer-section .insurance-companies-box .insurers-view-more {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 14px 20px;
  max-width: 180px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  bottom: -26px;
  box-shadow: 0px 4px 16px 0px rgba(0, 101, 255, 0.2509803922);
}
.insurer-section .insurance-companies-box .insurers-view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) translate(0, -50%);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 48%;
  right: 16px;
}
.insurer-section .insurance-companies-box .insurers-view-more.show::after {
  top: 42%;
  transform: rotate(-135deg) translate(0, -50%);
}
.insurer-section .disclaimer {
  background: #EEF4FD;
  border-radius: 0 0 16px 16px;
  margin: 0;
  padding: 66px 40px 34px;
  color: #7A869A;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px !important;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .insurer-section .disclaimer {
    border-radius: 0;
    padding: 53px 28px 17px;
    font-weight: 400;
  }
}

.faqs-section {
  position: relative;
  box-shadow: 14px 24px 72px 0px rgba(126, 134, 248, 0.2);
  border-radius: 16px;
  background: #fff;
  padding: 40px;
}
.faqs-section::before {
  content: "";
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgb(166, 77, 255) 0%, rgba(166, 77, 255, 0.6) 40%, rgba(166, 77, 255, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  filter: blur(20px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: -1;
  transform: translate(0px, -50%);
}
.faqs-section .main-heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faqs-section .main-heading {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .faqs-section {
    padding: 24px 12px;
    margin: 0 16px 60px;
    width: calc(100% - 32px);
  }
  .faqs-section::before {
    display: none;
  }
}
.faqs-section .view-more-faq-btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faqs-section .view-more-faq-btn {
    position: absolute;
    width: 100%;
  }
}
.faqs-section .view-more-faq-btn button {
  border: 1px solid #0065FF;
  background: #fff;
  outline: 0;
  border-radius: 100px;
  color: #0065ff;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.faqs-section .view-more-faq-btn button::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 6px;
}
.faqs-section .view-more-faq-btn button.show::after {
  transform: rotate(-135deg);
  margin-bottom: 0;
}

.faqsWrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .faqsWrap ul {
    margin: 12px 0 0;
  }
}
.faqsWrap ul li {
  font-size: 16px;
  color: #253858;
  margin: 0 0 32px;
  padding: 0 32px 32px;
  border-bottom: 1px solid #D9DBE9;
}
.faqsWrap ul li:last-child {
  border-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .faqsWrap ul li {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
}
.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.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%;
}
.faqsWrap ul li li {
  background: none;
}
.faqsWrap ul li:before {
  display: none;
}
.faqsWrap ul li h2,
.faqsWrap ul li h3,
.faqsWrap ul li h4,
.faqsWrap ul li .h2,
.faqsWrap ul li .h3,
.faqsWrap ul li .h4,
.faqsWrap ul li p {
  border-bottom: none;
  margin: 0;
}
.faqsWrap ul li h2 > a,
.faqsWrap ul li h2 > span,
.faqsWrap ul li h2 > label,
.faqsWrap ul li h3 > a,
.faqsWrap ul li h3 > span,
.faqsWrap ul li h3 > label,
.faqsWrap ul li h4 > a,
.faqsWrap ul li h4 > span,
.faqsWrap ul li h4 > label,
.faqsWrap ul li .h2 > a,
.faqsWrap ul li .h2 > span,
.faqsWrap ul li .h2 > label,
.faqsWrap ul li .h3 > a,
.faqsWrap ul li .h3 > span,
.faqsWrap ul li .h3 > label,
.faqsWrap ul li .h4 > a,
.faqsWrap ul li .h4 > span,
.faqsWrap ul li .h4 > label,
.faqsWrap ul li p > a,
.faqsWrap ul li p > span,
.faqsWrap ul li p > label {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #253858;
  position: relative;
  display: block;
  cursor: pointer;
}
.faqsWrap ul li h2 > a:after,
.faqsWrap ul li h2 > span:after,
.faqsWrap ul li h2 > label:after,
.faqsWrap ul li h3 > a:after,
.faqsWrap ul li h3 > span:after,
.faqsWrap ul li h3 > label:after,
.faqsWrap ul li h4 > a:after,
.faqsWrap ul li h4 > span:after,
.faqsWrap ul li h4 > label:after,
.faqsWrap ul li .h2 > a:after,
.faqsWrap ul li .h2 > span:after,
.faqsWrap ul li .h2 > label:after,
.faqsWrap ul li .h3 > a:after,
.faqsWrap ul li .h3 > span:after,
.faqsWrap ul li .h3 > label:after,
.faqsWrap ul li .h4 > a:after,
.faqsWrap ul li .h4 > span:after,
.faqsWrap ul li .h4 > label:after,
.faqsWrap ul li p > a:after,
.faqsWrap ul li p > span:after,
.faqsWrap ul li p > label:after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/plus-icon.svg) no-repeat center/contain;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1024px) {
  .faqsWrap ul li h2 > a,
  .faqsWrap ul li h2 > span,
  .faqsWrap ul li h2 > label,
  .faqsWrap ul li h3 > a,
  .faqsWrap ul li h3 > span,
  .faqsWrap ul li h3 > label,
  .faqsWrap ul li h4 > a,
  .faqsWrap ul li h4 > span,
  .faqsWrap ul li h4 > label,
  .faqsWrap ul li .h2 > a,
  .faqsWrap ul li .h2 > span,
  .faqsWrap ul li .h2 > label,
  .faqsWrap ul li .h3 > a,
  .faqsWrap ul li .h3 > span,
  .faqsWrap ul li .h3 > label,
  .faqsWrap ul li .h4 > a,
  .faqsWrap ul li .h4 > span,
  .faqsWrap ul li .h4 > label,
  .faqsWrap ul li p > a,
  .faqsWrap ul li p > span,
  .faqsWrap ul li p > label {
    font-size: 14px;
    line-height: 22px;
    width: 95%;
  }
  .faqsWrap ul li h2 > a::after,
  .faqsWrap ul li h2 > span::after,
  .faqsWrap ul li h2 > label::after,
  .faqsWrap ul li h3 > a::after,
  .faqsWrap ul li h3 > span::after,
  .faqsWrap ul li h3 > label::after,
  .faqsWrap ul li h4 > a::after,
  .faqsWrap ul li h4 > span::after,
  .faqsWrap ul li h4 > label::after,
  .faqsWrap ul li .h2 > a::after,
  .faqsWrap ul li .h2 > span::after,
  .faqsWrap ul li .h2 > label::after,
  .faqsWrap ul li .h3 > a::after,
  .faqsWrap ul li .h3 > span::after,
  .faqsWrap ul li .h3 > label::after,
  .faqsWrap ul li .h4 > a::after,
  .faqsWrap ul li .h4 > span::after,
  .faqsWrap ul li .h4 > label::after,
  .faqsWrap ul li p > a::after,
  .faqsWrap ul li p > span::after,
  .faqsWrap ul li p > label::after {
    width: 12px;
    height: 12px;
    right: -17px;
    top: 5px;
    transform: none;
  }
}
.faqsWrap ul li h2 > a[flag=up],
.faqsWrap ul li h2 > span[flag=up],
.faqsWrap ul li h2 > label[flag=up],
.faqsWrap ul li h3 > a[flag=up],
.faqsWrap ul li h3 > span[flag=up],
.faqsWrap ul li h3 > label[flag=up],
.faqsWrap ul li h4 > a[flag=up],
.faqsWrap ul li h4 > span[flag=up],
.faqsWrap ul li h4 > label[flag=up],
.faqsWrap ul li .h2 > a[flag=up],
.faqsWrap ul li .h2 > span[flag=up],
.faqsWrap ul li .h2 > label[flag=up],
.faqsWrap ul li .h3 > a[flag=up],
.faqsWrap ul li .h3 > span[flag=up],
.faqsWrap ul li .h3 > label[flag=up],
.faqsWrap ul li .h4 > a[flag=up],
.faqsWrap ul li .h4 > span[flag=up],
.faqsWrap ul li .h4 > label[flag=up],
.faqsWrap ul li p > a[flag=up],
.faqsWrap ul li p > span[flag=up],
.faqsWrap ul li p > label[flag=up] {
  color: #0065ff;
}
.faqsWrap ul li h2 > a[flag=up]::after,
.faqsWrap ul li h2 > span[flag=up]::after,
.faqsWrap ul li h2 > label[flag=up]::after,
.faqsWrap ul li h3 > a[flag=up]::after,
.faqsWrap ul li h3 > span[flag=up]::after,
.faqsWrap ul li h3 > label[flag=up]::after,
.faqsWrap ul li h4 > a[flag=up]::after,
.faqsWrap ul li h4 > span[flag=up]::after,
.faqsWrap ul li h4 > label[flag=up]::after,
.faqsWrap ul li .h2 > a[flag=up]::after,
.faqsWrap ul li .h2 > span[flag=up]::after,
.faqsWrap ul li .h2 > label[flag=up]::after,
.faqsWrap ul li .h3 > a[flag=up]::after,
.faqsWrap ul li .h3 > span[flag=up]::after,
.faqsWrap ul li .h3 > label[flag=up]::after,
.faqsWrap ul li .h4 > a[flag=up]::after,
.faqsWrap ul li .h4 > span[flag=up]::after,
.faqsWrap ul li .h4 > label[flag=up]::after,
.faqsWrap ul li p > a[flag=up]::after,
.faqsWrap ul li p > span[flag=up]::after,
.faqsWrap ul li p > label[flag=up]::after {
  background: url(../../images/bu/travel/fullwidth/minus-icon.svg) no-repeat center/contain;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1024px) {
  .faqsWrap ul li h2 > a[flag=up]::after,
  .faqsWrap ul li h2 > span[flag=up]::after,
  .faqsWrap ul li h2 > label[flag=up]::after,
  .faqsWrap ul li h3 > a[flag=up]::after,
  .faqsWrap ul li h3 > span[flag=up]::after,
  .faqsWrap ul li h3 > label[flag=up]::after,
  .faqsWrap ul li h4 > a[flag=up]::after,
  .faqsWrap ul li h4 > span[flag=up]::after,
  .faqsWrap ul li h4 > label[flag=up]::after,
  .faqsWrap ul li .h2 > a[flag=up]::after,
  .faqsWrap ul li .h2 > span[flag=up]::after,
  .faqsWrap ul li .h2 > label[flag=up]::after,
  .faqsWrap ul li .h3 > a[flag=up]::after,
  .faqsWrap ul li .h3 > span[flag=up]::after,
  .faqsWrap ul li .h3 > label[flag=up]::after,
  .faqsWrap ul li .h4 > a[flag=up]::after,
  .faqsWrap ul li .h4 > span[flag=up]::after,
  .faqsWrap ul li .h4 > label[flag=up]::after,
  .faqsWrap ul li p > a[flag=up]::after,
  .faqsWrap ul li p > span[flag=up]::after,
  .faqsWrap ul li p > label[flag=up]::after {
    width: 12px;
    height: 12px;
    right: -17px;
    top: 3px;
    transform: none;
  }
}
.faqsWrap ul li h2 + div,
.faqsWrap ul li h3 + div,
.faqsWrap ul li h4 + div,
.faqsWrap ul li .h2 + div,
.faqsWrap ul li .h3 + div,
.faqsWrap ul li .h4 + div,
.faqsWrap ul li p + div {
  padding: 0;
  margin-top: 13px;
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .faqsWrap ul li h2 + div,
  .faqsWrap ul li h3 + div,
  .faqsWrap ul li h4 + div,
  .faqsWrap ul li .h2 + div,
  .faqsWrap ul li .h3 + div,
  .faqsWrap ul li .h4 + div,
  .faqsWrap ul li p + div {
    font-size: 14px;
    line-height: 22px;
  }
}
.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.faqsWrap ul .data_ul li {
  padding: 0 0px 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
}
.faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
}
.faqsWrap ul .data_ul li:before {
  content: none;
}
.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%;
}
.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.section-14 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-14 {
    padding: 0 16px;
    margin: 0 0 60px;
  }
  .section-14 .main-heading {
    text-align: center;
  }
}
.section-14 .section-14-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.section-14 .section-14-list .type {
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  background: white;
  margin: 0 28px 24px 0;
  flex-shrink: 0;
  width: 18%;
  padding: 11px 27px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
  cursor: pointer;
}
.section-14 .section-14-list .type:nth-child(5n) {
  margin-right: 0;
}
.section-14 .section-14-list .type.visa {
  padding: 20px 25px;
}
@media screen and (max-width: 1024px) {
  .section-14 .section-14-list .type {
    margin: 0 18px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-14 .section-14-list .type {
    width: 47%;
    margin: 0 16px 16px 0;
    padding: 16px;
  }
  .section-14 .section-14-list .type:nth-child(5n) {
    margin-right: 16px;
  }
  .section-14 .section-14-list .type:nth-child(2n) {
    margin-right: 0;
  }
}

.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;
  }
}
.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;
}
.top-plans-container .container .travel-top-plan-style1 {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: auto;
  max-width: 885px;
  text-align: center;
}
.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 24px;
  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:first-child span::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:nth-child(2n) span::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:last-child span::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;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name {
  display: flex;
  align-items: CENTER;
  width: 25%;
}
@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 .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
  text-align: left;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .name .plan {
  font-weight: 400;
  font-size: 14px;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info {
  background: transparent;
  margin: 0;
  width: 60%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info {
    width: 100%;
    text-align: left;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap {
  width: 20%;
}
@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;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount span {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount {
    flex-direction: column;
  }
}
.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;
}
.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;
}

/** Main Content CSS Ends **/
#popup1 {
  display: none;
}

.explore-more-city-widget {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .explore-more-city-widget {
    padding: 0 16px;
    margin: 0 0 60px;
  }
  .explore-more-city-widget .main-heading {
    text-align: center;
  }
}
.explore-more-city-widget .explore-more-city-heading {
  color: #253858;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.explore-more-city-widget .explore-more-city-content {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.explore-more-city-widget .explore-more-city-content .explore-more-city {
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  background: white;
  margin: 0 28px 24px 0;
  flex-shrink: 0;
  width: 18%;
  padding: 11px 27px;
  border-radius: 8px;
  cursor: pointer;
}
.explore-more-city-widget .explore-more-city-content .explore-more-city:nth-child(5n) {
  margin-right: 0;
}
.explore-more-city-widget .explore-more-city-content .explore-more-city.visa {
  padding: 20px 25px;
}
@media screen and (max-width: 1024px) {
  .explore-more-city-widget .explore-more-city-content .explore-more-city {
    margin: 0 18px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .explore-more-city-widget .explore-more-city-content .explore-more-city {
    width: 47%;
    margin: 0 16px 16px 0;
    padding: 16px;
  }
  .explore-more-city-widget .explore-more-city-content .explore-more-city:nth-child(5n) {
    margin-right: 16px;
  }
  .explore-more-city-widget .explore-more-city-content .explore-more-city:nth-child(2n) {
    margin-right: 0;
  }
}
.explore-more-city-widget .explore-more-city-content .explore-more-city .image {
  max-width: 40px;
  margin: 0px auto 6px;
}
.explore-more-city-widget .explore-more-city-content .explore-more-city .image img {
  max-width: 100%;
}
.explore-more-city-widget .explore-more-city-content .explore-more-city .title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
}
.explore-more-city-widget .explore-more-city-content .explore-more-city.hide.hideins {
  display: block !important;
}
.explore-more-city-widget .viewallLinkInsurer.single {
  display: none;
}

.insurer-toggle {
  width: fit-content;
  margin: 0px auto 16px;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 6px;
  padding: 10px 26px;
  color: #505F79;
  border: 1px solid #DFE1E6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurer-toggle {
    margin: 8px auto 12px;
    color: #505F79;
    padding: 10px 19px;
  }
}
.insurer-toggle .label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}
.insurer-toggle .options {
  display: flex;
  gap: 25px;
}
.insurer-toggle .option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
}
.insurer-toggle .option input {
  display: none;
}
.insurer-toggle .radio {
  width: 18px;
  height: 18px;
  border: 2px solid #5E6C84;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.insurer-toggle .option input:checked + .radio {
  border-color: #0065ff;
  background: #0065ff;
}
.insurer-toggle .option input:checked + .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.insurer-toggle .option input:checked ~ span,
.insurer-toggle .option input:checked ~ label {
  color: #253858;
}

#reviewslide .plan-reviewright .rate-it-now a.button {
  box-shadow: none;
}

.product-article-wrapper {
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  .product-article-wrapper {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 1024px) {
  #reviewslide {
    padding: 0 16px;
  }
}

.visa-guide,
.place-to-visit-across-world {
  border-radius: 8px;
  background-color: #F4F7FE;
  padding: 15px 24px 25px;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .visa-guide,
  .place-to-visit-across-world {
    padding: 15px 15px 5px;
    border-radius: 0;
  }
}
.visa-guide .visa-guide-title,
.visa-guide .place-to-visit-across-world-title,
.place-to-visit-across-world .visa-guide-title,
.place-to-visit-across-world .place-to-visit-across-world-title {
  border-bottom: 1px solid #D9DDE2;
}
.visa-guide .visa-guide-title h2,
.visa-guide .place-to-visit-across-world-title h2,
.place-to-visit-across-world .visa-guide-title h2,
.place-to-visit-across-world .place-to-visit-across-world-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172B4D;
  border-bottom: 3px solid #0065FF;
  margin: 0 !important;
  text-transform: none;
}
.visa-guide .visa-guide-content,
.visa-guide .place-to-visit-across-world-content,
.place-to-visit-across-world .visa-guide-content,
.place-to-visit-across-world .place-to-visit-across-world-content {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  margin-top: 21px;
}
@media screen and (max-width: 540px) {
  .visa-guide .visa-guide-content,
  .visa-guide .place-to-visit-across-world-content,
  .place-to-visit-across-world .visa-guide-content,
  .place-to-visit-across-world .place-to-visit-across-world-content {
    padding-bottom: 10px;
    justify-content: flex-start;
  }
}
.visa-guide .visa-guide-content .visa-guide-block,
.visa-guide .visa-guide-content .place-to-visit-across-world-block,
.visa-guide .place-to-visit-across-world-content .visa-guide-block,
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block,
.place-to-visit-across-world .visa-guide-content .visa-guide-block,
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block,
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block,
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
  max-width: 200px;
  width: 24%;
  height: 160px;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  margin: 0px 22px 20px 0;
  padding: 0px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.visa-guide .visa-guide-content .visa-guide-block:nth-child(5n+0),
.visa-guide .visa-guide-content .place-to-visit-across-world-block:nth-child(5n+0),
.visa-guide .place-to-visit-across-world-content .visa-guide-block:nth-child(5n+0),
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(5n+0),
.place-to-visit-across-world .visa-guide-content .visa-guide-block:nth-child(5n+0),
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:nth-child(5n+0),
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:nth-child(5n+0),
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(5n+0) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .visa-guide .visa-guide-content .visa-guide-block,
  .visa-guide .visa-guide-content .place-to-visit-across-world-block,
  .visa-guide .place-to-visit-across-world-content .visa-guide-block,
  .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block,
  .place-to-visit-across-world .visa-guide-content .visa-guide-block,
  .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block,
  .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block,
  .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block {
    width: 46%;
    max-width: 46%;
    margin-right: 19px;
  }
  .visa-guide .visa-guide-content .visa-guide-block:nth-child(5n+0),
  .visa-guide .visa-guide-content .place-to-visit-across-world-block:nth-child(5n+0),
  .visa-guide .place-to-visit-across-world-content .visa-guide-block:nth-child(5n+0),
  .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(5n+0),
  .place-to-visit-across-world .visa-guide-content .visa-guide-block:nth-child(5n+0),
  .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:nth-child(5n+0),
  .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:nth-child(5n+0),
  .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(5n+0) {
    margin-right: 19px;
  }
  .visa-guide .visa-guide-content .visa-guide-block:nth-child(2n),
  .visa-guide .visa-guide-content .place-to-visit-across-world-block:nth-child(2n),
  .visa-guide .place-to-visit-across-world-content .visa-guide-block:nth-child(2n),
  .visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(2n),
  .place-to-visit-across-world .visa-guide-content .visa-guide-block:nth-child(2n),
  .place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:nth-child(2n),
  .place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:nth-child(2n),
  .place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(2n) {
    margin-right: 0;
  }
}
.visa-guide .visa-guide-content .visa-guide-block .icon.format,
.visa-guide .visa-guide-content .place-to-visit-across-world-block .icon.format,
.visa-guide .place-to-visit-across-world-content .visa-guide-block .icon.format,
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block .icon.format,
.place-to-visit-across-world .visa-guide-content .visa-guide-block .icon.format,
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block .icon.format,
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block .icon.format,
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block .icon.format {
  height: 70px;
  display: block;
  width: 70px;
  margin: 0px auto;
  padding: 0px 0 0;
  position: relative;
}
.visa-guide .visa-guide-content .visa-guide-block .visa-guide-content-title,
.visa-guide .visa-guide-content .visa-guide-block .place-to-visit-across-world-content-title,
.visa-guide .visa-guide-content .place-to-visit-across-world-block .visa-guide-content-title,
.visa-guide .visa-guide-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title,
.visa-guide .place-to-visit-across-world-content .visa-guide-block .visa-guide-content-title,
.visa-guide .place-to-visit-across-world-content .visa-guide-block .place-to-visit-across-world-content-title,
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block .visa-guide-content-title,
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title,
.place-to-visit-across-world .visa-guide-content .visa-guide-block .visa-guide-content-title,
.place-to-visit-across-world .visa-guide-content .visa-guide-block .place-to-visit-across-world-content-title,
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block .visa-guide-content-title,
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block .visa-guide-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block .place-to-visit-across-world-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block .visa-guide-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block .place-to-visit-across-world-content-title {
  color: #172B4D;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 16px;
}
.visa-guide .visa-guide-content .visa-guide-block:hover .visa-guide-content-title,
.visa-guide .visa-guide-content .visa-guide-block:hover .place-to-visit-across-world-content-title,
.visa-guide .visa-guide-content .place-to-visit-across-world-block:hover .visa-guide-content-title,
.visa-guide .visa-guide-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title,
.visa-guide .place-to-visit-across-world-content .visa-guide-block:hover .visa-guide-content-title,
.visa-guide .place-to-visit-across-world-content .visa-guide-block:hover .place-to-visit-across-world-content-title,
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .visa-guide-content-title,
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title,
.place-to-visit-across-world .visa-guide-content .visa-guide-block:hover .visa-guide-content-title,
.place-to-visit-across-world .visa-guide-content .visa-guide-block:hover .place-to-visit-across-world-content-title,
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:hover .visa-guide-content-title,
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:hover .visa-guide-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:hover .place-to-visit-across-world-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .visa-guide-content-title,
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:hover .place-to-visit-across-world-content-title {
  color: #0065ff;
}
.visa-guide .visa-guide-content .more-cities,
.visa-guide .place-to-visit-across-world-content .more-cities,
.place-to-visit-across-world .visa-guide-content .more-cities,
.place-to-visit-across-world .place-to-visit-across-world-content .more-cities {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  bottom: 5px;
  z-index: 1;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
  text-align: center;
  color: #0662f6;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 541px) {
  .visa-guide .visa-guide-content .more-cities,
  .visa-guide .place-to-visit-across-world-content .more-cities,
  .place-to-visit-across-world .visa-guide-content .more-cities,
  .place-to-visit-across-world .place-to-visit-across-world-content .more-cities {
    display: none;
  }
}
.visa-guide .visa-guide-content .more-cities.see-more:after,
.visa-guide .place-to-visit-across-world-content .more-cities.see-more:after,
.place-to-visit-across-world .visa-guide-content .more-cities.see-more:after,
.place-to-visit-across-world .place-to-visit-across-world-content .more-cities.see-more:after {
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.visa-guide .visa-guide-content .more-cities:after,
.visa-guide .place-to-visit-across-world-content .more-cities:after,
.place-to-visit-across-world .visa-guide-content .more-cities:after,
.place-to-visit-across-world .place-to-visit-across-world-content .more-cities:after {
  content: "";
  border: solid #0662f6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(225deg);
  position: relative;
  right: -10px;
  top: 1px;
}
.visa-guide .visa-guide-view-all,
.visa-guide .place-to-visit-across-world-view-all,
.place-to-visit-across-world .visa-guide-view-all,
.place-to-visit-across-world .place-to-visit-across-world-view-all {
  text-align: left;
  margin-bottom: 10px;
}
.visa-guide .visa-guide-view-all a,
.visa-guide .visa-guide-view-all span,
.visa-guide .place-to-visit-across-world-view-all a,
.visa-guide .place-to-visit-across-world-view-all span,
.place-to-visit-across-world .visa-guide-view-all a,
.place-to-visit-across-world .visa-guide-view-all span,
.place-to-visit-across-world .place-to-visit-across-world-view-all a,
.place-to-visit-across-world .place-to-visit-across-world-view-all span {
  font-size: 12px;
  font-weight: bold;
}
.visa-guide .visa-guide-view-all a::before,
.visa-guide .visa-guide-view-all span::before,
.visa-guide .place-to-visit-across-world-view-all a::before,
.visa-guide .place-to-visit-across-world-view-all span::before,
.place-to-visit-across-world .visa-guide-view-all a::before,
.place-to-visit-across-world .visa-guide-view-all span::before,
.place-to-visit-across-world .place-to-visit-across-world-view-all a::before,
.place-to-visit-across-world .place-to-visit-across-world-view-all span::before {
  content: "View All";
  margin-right: 5px;
}
.visa-guide .viewallLinkInsurer.single,
.place-to-visit-across-world .viewallLinkInsurer.single {
  right: 15px;
}

.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) .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;
  }
}