li,
ul {
  padding: 0;
  margin: 0;
}

p, .text-hide-link {
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 24px;
}

@media (max-width: 1024px) {
  p, .text-hide-link {
    font-size: 16px;
    color: #253858;
    line-height: 30px;
  }
}
.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%;
}

.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;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.pbRelatedLinks .tagbox a {
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 8px;
  padding: 14px 12px;
  color: #0065ff;
  font-weight: 500;
  margin: 0 24px 16px 0;
  text-decoration: none;
  box-shadow: 0px 4px 16px 0px rgba(0, 101, 255, 0.2509803922);
}
.pbRelatedLinks .tagbox strong {
  font-size: 16px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 12px;
  line-height: 24px;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
  margin: 0 auto;
  background: #fff;
}

@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 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%;
  }
  .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: 0;
    margin: 0 0 8px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
}
.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;
}

@media only screen and (max-width: 768px) {
  .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) {
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 0 0 4px;
    line-height: 26px;
    font-size: 16px;
    padding: 12px;
    text-align: center;
    width: 100%;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    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;
}

.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%;
  }
}
@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;
}

.policywarp:has(.fixedh) ~ #policybazaar .travel-single-step-layout:has(.visible), .spynav.sticky ~ .pbcategoryPages:has(.visible), .spynav.sticky ~ .travel-single-step-layout:has(.visible) {
  z-index: 99999;
}

.travel-single-step-layout {
  z-index: 10;
  position: relative;
  background: linear-gradient(166.44deg, #E8F3FF 30.44%, #FFFFFF 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;
}
.showForm.travel_top.newui:has(.student-amt) {
  z-index: 11;
  position: relative;
}

#topPopupForm:has(.student-amt) {
  z-index: 111;
  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: 10;
  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 {
    border-radius: 32px 32px 0 0;
    background: #fff;
    box-shadow: 0px 2px 24px 0px rgba(0, 101, 255, 0.1607843137);
    margin: 16px 0 0;
    padding: 16px 8px;
    min-height: 600px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container {
    border-radius: 32px 32px 0 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 {
  background: #fff;
  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 {
  padding: 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.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .heading {
    margin-right: 30px;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .showForm.travel_top.newui .floating-popup-container .floating-popup .travelBackground .rightBox .rightBox-form-container > .button-disclaimer {
    position: fixed !important;
  }
}

.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;
}

@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 {
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 100;
    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, #E8F3FF 30.44%, #FFFFFF 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 .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 .top-fold-pointer-list .top-fold-pointer {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}

.top-fold .top-fold-pointer-list .top-fold-pointer:last-child {
  margin: 0;
}

.top-fold .top-fold-pointer-list .top-fold-pointer .icon {
  width: 42px;
  height: 42px;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}

.top-fold .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 .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 .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 .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 .top-fold-pointer-list .top-fold-pointer .icon.travel-icon-1 {
  background: url(../../images/bu/travel/travel-top-fold-icon-4.png) no-repeat center/contain;
}
.top-fold .top-fold-pointer-list .top-fold-pointer .icon.travel-icon-2 {
  background: url(../../images/bu/travel/travel-top-fold-icon-5.png) no-repeat center/contain;
}
.top-fold .top-fold-pointer-list .top-fold-pointer .icon.travel-icon-3 {
  background: url(../../images/bu/travel/travel-top-fold-icon-1.png) no-repeat center/contain;
}
.top-fold .top-fold-pointer-list .top-fold-pointer .icon.travel-icon-4 {
  background: url(../../images/bu/travel/travel-top-fold-icon-2.png) no-repeat center/contain;
}

.top-fold .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 .top-fold-pointer-list .top-fold-pointer .text .heading {
    font-size: 14px;
    line-height: 20px;
  }
}
.top-fold .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 .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;
    background: #fff;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .left.greeting-update {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .left.greeting-update {
    width: 100%;
  }
}
.top-fold:has(.block_content_wrapper_firstfold) .left.greeting-update::after {
  background: url(../../images/bu/travel/travel-top-fold-country-icon.svg) no-repeat center/contain;
  top: auto;
  bottom: 35%;
  width: 215px;
  height: 104px;
}
.top-fold:has(.block_content_wrapper_firstfold) .left.greeting-update::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-top-fold-airplane-image.svg) no-repeat center/contain;
  bottom: 35%;
  width: 280px;
  height: 120px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-fold:has(.block_content_wrapper_firstfold) .left.greeting-update::before {
    display: none;
  }
}
.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;
  position: relative;
}
.travel-dates-popup-box .travel-dates-popup .travel-dates-popup-body .dates-wrapper .date-picker-box {
  width: 100%;
}

.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;
}

.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-header .travel-dates-popup-heading .description {
  background: #F2F7FF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
  padding: 12px 24px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-header .travel-dates-popup-heading .description::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-header .travel-dates-popup-heading .description {
    padding: 12px 16px;
  }
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body {
  padding: 16px 32px;
  height: calc(100% - 184px);
}
@media screen and (max-width: 767px) {
  .travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body {
    padding: 24px 16px;
    height: calc(100% - 184px);
  }
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .sub-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 23px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .description {
  color: #4C9AFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .description::before {
  background: url(../../images/bu/travel/travel-dates-icon.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .description {
    font-size: 12px;
  }
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .err {
  width: 100%;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates {
  height: 56px;
  border: 1px solid #7a869a;
  border-radius: 8px;
  max-width: 328px;
  width: 100%;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates::before {
  content: "";
  background: url(../../images/bu/travel/travel-dates-popup-calendar-icon.svg) no-repeat center/contain;
  width: 18px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 0;
  border: 0;
  margin: 0;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates .label {
  font-size: 16px;
  color: #5E6C84;
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 0 3px;
  left: 14px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates .date {
  font-size: 14px;
  color: #253858;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.end-date {
  padding: 8px 16px 8px 32px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.selected {
  border-color: #0065ff;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.selected::before {
  border-color: #0065ff;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .dates.labelShow .label {
  font-size: 12px;
  color: #5E6C84;
  position: absolute;
  top: -8px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .date-picker-box {
  width: 100%;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  display: none;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows::after, .travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .dates-wrapper .arrows::before {
  content: "";
  display: inline-block;
  transform: rotate(-45deg);
  position: relative;
}
.travel-dates-popup-box.student-amt .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.student-amt .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;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .radio-button-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list {
  display: flex;
  align-items: center;
  margin: 0px 0 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton {
  width: 48%;
  height: 56px;
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  margin-right: 0;
  line-height: 52px;
  padding-left: 50px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  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-bottom: 24px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton.selected {
  border: 1px solid #0065ff;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: auto;
  left: 0;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton input:checked ~ .checkmark {
  background-color: #0065ff;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton input:checked ~ .checkmark:after {
  display: block;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton .checkmark {
  position: absolute;
  height: 19px;
  width: 19px;
  background-color: #5e6c84;
  border-radius: 50%;
  top: 17px;
  left: 15px;
}
.travel-dates-popup-box.student-amt .travel-dates-popup .travel-dates-popup-body .duration-list .radioButton .checkmark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

.daterangepicker {
  z-index: 99999;
}

#autocompleter-instructions {
  display: none;
}

.block_content_wrapper_firstfold {
  margin: 0 0 24px;
}
.block_content_wrapper_firstfold h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  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: 28px;
  letter-spacing: 0.016em;
  text-align: left;
  display: inline-block;
}
.block_content_wrapper_firstfold .char-count {
  display: inline;
}
.block_content_wrapper_firstfold .extra-text-web, .block_content_wrapper_firstfold .extra-text {
  display: none;
}
.block_content_wrapper_firstfold .extra-text-web.show-extra, .block_content_wrapper_firstfold .extra-text.show-extra {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .block_content_wrapper_firstfold p, .block_content_wrapper_firstfold .char-count {
    font-size: 14px;
    line-height: 28px;
  }
  .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: 28px;
  font-weight: 500;
}
.block_content_wrapper_firstfold .text-hide-link::before {
  content: "...";
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
    font-size: 14px;
  }
}
.block_content_wrapper_firstfold .image {
  margin: 16px 0 0;
}
.block_content_wrapper_firstfold .image img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    background: transparent;
    margin: 0 0;
    padding: 0 16px 16px;
    z-index: 1;
    position: relative;
  }
  .block_content_wrapper_firstfold::before {
    background: url(../../images/bu/travel/fullwidth/travel-top-fold-airplane-image.svg) no-repeat center/contain;
    top: -12px;
    width: 240px;
    height: 82px;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .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%;
}

@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;
}

.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: 23px;
  padding-top: 20px;
  position: fixed !important;
}
.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;
}

section.lightpick .lightpick__inner .lightpick__months section.lightpick__month .lightpick__day.is-available.is-start-date {
  background: #0065ff;
  color: #fff !important;
}

.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: 1170px;
  padding: 10px 0px;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin: 0 auto 32px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    margin: 0 auto 24px;
  }
  .breadcrumbinner .breadcrumb li a {
    color: #0065ff;
  }
}

.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: 32px;
  line-height: 50px;
  letter-spacing: 0;
  margin: 0 0 12px;
}
.main-heading .pink {
  color: #D233C8;
  background: transparent;
}
.main-heading .purple {
  color: #915EFF;
}
.main-heading .blue {
  color: #0065ff;
}
.main-heading .green {
  color: #54A53B;
}
.main-heading .light-purple {
  color: #6570FF;
}
.main-heading .dark-purple {
  color: #6554C0;
}
.main-heading .powder-blue {
  color: #1D6AAE;
}
.main-heading .light-blue {
  color: #0A8FE1;
}
.main-heading .royal-blue {
  color: #0052CC;
}
.main-heading .light-green {
  color: #0AA094;
}
.main-heading .dark-blue {
  color: #0354B5;
}
.main-heading .orange {
  color: #F07F52;
}
.main-heading .powder-green {
  color: #12A892;
}
.main-heading .magenta {
  color: #F411CF;
}
.main-heading .blue {
  color: #0180FF;
}
.main-heading .red {
  color: #CA312C;
}
.main-heading .sea-green {
  color: #2EC4C4;
}
.main-heading .light-yellow {
  color: #F2AC1E;
}
.main-heading .blue-1 {
  color: #1EA2F8;
}
.main-heading .light-red {
  color: #FF5365;
}
.main-heading .green-1 {
  color: #2EBC25;
}
.main-heading .blue-2 {
  color: #49B8E3;
}
.main-heading .blue-3 {
  color: #4A96E4;
}
@media screen and (max-width: 1024px) {
  .main-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin: 0 0 16px;
  }
}

.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
}
.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: 24px;
  }
  .description.line-height-36 {
    line-height: 22px;
  }
}
.description.margin-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .description.margin-70 {
    margin-top: 12px;
  }
}
.description span {
  font-weight: 500;
}
.description a {
  color: #0065ff;
}
.description.medium {
  font-weight: 500;
}
.description .more-description, .description .read-more-text {
  font-weight: 400;
}
.description .read-more-text {
  color: #0065ff;
  cursor: pointer;
}
.description .read-more-text::before {
  content: "...";
  color: #253858;
}

@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .image.hide-mobile {
    display: none;
  }
}
.image.hide-mobile img {
  max-width: 100%;
  height: auto;
}
.image.hide-desktop {
  text-align: center;
  margin: 0 0 24px;
}
.image.hide-desktop img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .image.hide-desktop {
    display: none;
  }
}

.toggle-content-wrapper {
  position: relative;
  width: 100%;
  border: 0.5px solid #DFE1E6;
  margin: 28px 0 0;
}
.toggle-content-wrapper .toggle-content-button {
  border-radius: 100px;
  padding: 12px 16px;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  bottom: -26px;
  text-align: center;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
}
.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 {
  background: linear-gradient(120.93deg, #6AA5FF -1.02%, #0065FF 75.03%);
  box-shadow: 0px 12px 20px 0px rgba(0, 101, 255, 0.4);
  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;
    margin-left: 20px;
  }
  .button .right-arrow::after {
    right: 10px;
    top: 10px;
    padding: 3px;
  }
}

.unordered-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.unordered-list li {
  width: 46%;
  margin: 0 0 24px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .unordered-list li {
    width: 100%;
    margin: 0 0 16px;
  }
}
.unordered-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.unordered-list li .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .unordered-list li .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.unordered-list li .title {
  margin: 0 0 8px;
}
.unordered-list li .description {
  margin: 0 !important;
}
.unordered-list.blue li::before {
  background: #0052CC;
}
.unordered-list.blue-1 li::before {
  background: #1EA2F8;
}
.unordered-list.green li::before {
  background: #54A53B;
}
.unordered-list.fullwidth li {
  width: 100%;
}
.unordered-list:has(.type.more-type.hide) li:nth-child(5), .unordered-list:has(.type.more-type.hide) li:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .unordered-list:has(.type.more-type.hide) li:nth-child(5) {
    margin: 0 0 16px;
  }
  .unordered-list:has(.type.more-type.hide) li:nth-child(6) {
    margin-bottom: 0;
  }
}

.ordered-list {
  list-style: none;
  counter-reset: section;
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  .ordered-list {
    margin: 24px 0 0;
  }
}
.ordered-list li {
  counter-increment: section;
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
  position: relative;
}
.ordered-list li::before {
  content: "";
  border: 1px dashed #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
}
.ordered-list li:last-child {
  margin: 0;
}
.ordered-list li:last-child::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ordered-list li {
    margin: 0 0 18px;
    align-items: flex-start;
  }
  .ordered-list li::before {
    left: 16px;
  }
}
.ordered-list li .number {
  background: #D7F7CC;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 24px 0 0;
  z-index: 1;
}
.ordered-list li .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #6B778C;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
  .ordered-list li .number::after {
    font-size: 16px;
  }
}
.ordered-list li .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list li .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.ordered-list li .description {
  margin: 8px 0 0;
}
.ordered-list.blue li .number {
  background: #F0F5FC;
}
.ordered-list.blue li .number::after {
  color: #6B778C;
}
.ordered-list.light-blue li::before {
  border-color: #4D9AF9;
}
.ordered-list.light-blue li .number {
  background: #F0F5FC;
}
.ordered-list.light-blue li .number::after {
  color: #4D9AF9;
}
.ordered-list.yellow li .number {
  background: #FFEDC0;
}
.ordered-list.yellow li .number::after {
  color: #253858;
}
.ordered-list.red li {
  align-items: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .ordered-list.red li {
    align-items: flex-start;
  }
}
.ordered-list.red li .number {
  background: #FFE7E6;
}
.ordered-list.red li .number::after {
  color: #253858;
}
.ordered-list.blue-2 li {
  align-items: flex-start;
  margin: 0 0 32px;
}
.ordered-list.blue-2 li .number {
  background: #CFF2FF;
}
.ordered-list.blue-2 li .number::after {
  color: #253858;
}
.ordered-list.nobox-with-number li::before {
  display: none;
}
.ordered-list.nobox-with-number li .number {
  background: transparent;
  width: auto;
  height: auto;
}
.ordered-list.nobox-with-number li .number::after {
  content: counter(section) ".";
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
}
.ordered-list.no-line li::before {
  display: none;
}
.ordered-list.with-horizontal-line li {
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.5019607843);
  margin: 0 0 24px;
  padding: 0 0 12px;
}
.ordered-list.with-horizontal-line li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.ordered-list.half {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .ordered-list.half {
    margin: 24px 0 0;
  }
}
.ordered-list.half li {
  width: 46%;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .ordered-list.half li {
    width: 100%;
    align-items: flex-start;
  }
}
.ordered-list.half li:last-child {
  margin-bottom: 24px;
}
.ordered-list.half li:nth-child(2n) {
  margin-right: 0;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .container {
    margin: 0 auto 32px;
  }
}

article section {
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  article section {
    margin: 0 0 32px;
    padding: 0 16px;
  }
}
article section.lightpick__month {
  margin: 0;
}
article section:has(.description + .description) .description {
  margin-bottom: 12px;
}
article section .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  article section .container {
    padding: 0;
  }
}

section.with-sea-green-gradient {
  background: linear-gradient(159.86deg, #E3FEF8 17.49%, #F7FFFE 68.16%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-sea-green-gradient {
    padding: 32px 16px;
  }
}
section.with-purple-bg {
  background: linear-gradient(206.24deg, #FCF3FF 9%, #ECE7FF 83.49%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-purple-bg {
    padding: 32px 16px;
  }
}
section.with-blue-bg {
  background: linear-gradient(151.77deg, #DCEFFF 4.48%, #EEF7FF 72.16%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-blue-bg {
    padding: 32px 16px;
  }
}
section.with-pink-bg {
  background: linear-gradient(143.18deg, #FFE7FE -11.27%, #FFFFFF 114.08%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-pink-bg {
    padding: 32px 16px;
  }
}
section.with-magenta-bg {
  background: linear-gradient(99.99deg, #FFE2FA 2.26%, #FFF6FE 100%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-magenta-bg {
    padding: 32px 16px;
  }
}
section.with-dark-blue-bg {
  background: linear-gradient(128.21deg, #E6F0FF 24.26%, #F7FAFF 90.8%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-dark-blue-bg {
    padding: 32px 16px;
  }
}
section.with-green-bg {
  background: linear-gradient(221.32deg, #DCFFD1 -13.46%, #F5FFF2 60.87%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-green-bg {
    padding: 32px 16px;
  }
}
section.with-yellow-bg {
  background: linear-gradient(141.95deg, #FEF2D2 -5%, #FFFAEE 70.12%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-yellow-bg {
    padding: 32px 16px;
  }
}
section.with-red-bg {
  background: #FFF5F6;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-red-bg {
    padding: 32px 16px;
  }
}
section.with-blue-2-bg {
  background: #F2FCFF;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-blue-2-bg {
    padding: 32px 16px;
  }
}
section.with-blue-3-bg {
  background: #F3F9FF;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-blue-3-bg {
    padding: 32px 16px;
  }
}
section.with-purple-1-bg {
  background: #F8F5FD;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-purple-1-bg {
    padding: 32px 16px;
  }
}

.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: #D233C8;
  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 {
  position: relative;
}
.section-3 .section-3-inner {
  position: relative;
  z-index: 0;
}
.section-3 .section-3-inner::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-insurance-indian-companies-vector.svg) no-repeat center/contain;
  width: 153px;
  height: 336px;
  position: absolute;
  right: 0;
  top: 140px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-inner::before {
    display: none;
  }
}
.section-3 .main-heading {
  margin-bottom: 8px;
}
.section-3 .section-3-content {
  box-shadow: 0px 0px 30px 0px #DAE8F5;
  border-radius: 16px;
  max-width: 840px;
  padding: 10px 8px 48px 8px;
  margin: 24px 0 0;
  z-index: 1;
  position: relative;
  background: #fff;
}
.section-3 .section-3-content .insurer-types {
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
.section-3 .section-3-content .insurer-types span {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 7px 0 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-content .insurer-types span {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-3 .section-3-content .insurer-types .tabs-list {
  background: rgba(198, 203, 223, 0.2);
  border-radius: 8px;
  padding: 4px;
}
.section-3 .section-3-content .insurer-types .tabs-list .tab {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  border: 0;
  background: transparent;
  color: rgba(37, 56, 56, 0.8);
  padding: 8px 32px;
  border-radius: 4px;
  cursor: pointer;
}
.section-3 .section-3-content .insurer-types .tabs-list .tab.active {
  font-weight: 600;
  color: #0065ff;
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgba(132, 141, 171, 0.2);
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-content .insurer-types .tabs-list .tab {
    font-size: 14px;
    line-height: 21px;
    padding: 6px 26px;
  }
}
.section-3 .section-3-content .tab-content {
  display: none;
  margin: 13px 0 0;
}
.section-3 .section-3-content .tab-content.active {
  display: block;
}
.section-3 .section-3-content .tab-content table {
  width: 100%;
  border-collapse: collapse;
}
.section-3 .section-3-content .tab-content table thead {
  background: #E5F0FF;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-content .tab-content table thead {
    border-radius: 12px 12px 0 0;
  }
}
.section-3 .section-3-content .tab-content table thead th {
  padding: 19px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-content .tab-content table thead th {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .section-3 .section-3-content .tab-content table thead th:first-child {
    border-right: 1px solid #DFE1E6;
    border-radius: 12px 0 0;
  }
  .section-3 .section-3-content .tab-content table thead th:last-child {
    border-radius: 0 12px 0 0;
  }
}
.section-3 .section-3-content .tab-content table tbody tr {
  border-bottom: 1px solid #DFE1E6;
}
.section-3 .section-3-content .tab-content table tbody tr td {
  padding: 24px 24px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
}
.section-3 .section-3-content .tab-content table tbody tr td.company {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .section-3 .section-3-content .tab-content table tbody tr td {
    padding: 14px 16px 12px;
    font-size: 14px;
    line-height: 21px;
  }
  .section-3 .section-3-content .tab-content table tbody tr td.company {
    border-right: 1px solid #DFE1E6;
  }
}
.section-3 .section-3-content .tab-content table tbody tr.extra {
  display: none;
}
.section-3 .section-3-content .tab-content .see-more {
  text-align: CENTER;
  position: absolute;
  width: 100%;
  max-width: 840px;
  bottom: -19px;
}
.section-3 .section-3-content .tab-content .see-more .seeMoreBtn {
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  border: 0;
  padding: 12px 16px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0065ff;
  cursor: pointer;
  outline: 0;
}
.section-3 .section-3-content .tab-content .see-more .seeMoreBtn .arrow {
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 3px;
}
.section-3 .section-3-content .tab-content .see-more .seeMoreBtn .arrow .rotate {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .section-3 .image {
    margin: 44px 0 0;
  }
}
.section-3 .disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  line-height: 28px !important;
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-3 .disclaimer {
    line-height: 18px !important;
    font-size: 12px;
    margin: 24px auto 0;
  }
}
.section-3 .button-wrapper {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .section-4 {
    margin-bottom: 56px;
  }
}
.section-4 .container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.section-4 .section-4-list {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-4 .section-4-list .type {
  background: white;
  border-radius: 16px;
  padding: 0px 24px 18px;
  position: relative;
  margin: 0 36px 72px 0;
  width: 48%;
  box-shadow: 0px 4px 66px 0px rgba(0, 101, 255, 0.1607843137);
}
.section-4 .section-4-list .type:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type {
    width: 100%;
    margin: 0 0 52px;
    padding-inline: 16px;
  }
}
.section-4 .section-4-list .type::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/types-travel-insurance-arrow-image.svg) no-repeat center/contain;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 64px;
  height: 64px;
}
.section-4 .section-4-list .type .image {
  height: 80px;
  margin-top: -39px;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .image {
    height: 60px;
    width: 60px;
    margin-top: -30px;
  }
  .section-4 .section-4-list .type .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-4 .section-4-list .type .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-4 .section-4-list .type .heading {
  margin: 8px 0 9px;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-4 .section-4-list .type .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-4 .section-4-list .type .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-4 .section-4-list .data-lisitng {
  padding-left: 16px;
  margin: 16px 0 0;
}
.section-4 .section-4-list .data-lisitng li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: rgba(37, 56, 88, 0.8);
  margin: 0 0 4px;
}
.section-4 .toggle-content-wrapper {
  position: absolute;
  width: 100%;
  bottom: -56px;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: CENTER;
  border: 0;
}
.section-4 .toggle-content-wrapper .toggle-content-button {
  border: 0;
  border-radius: 100px;
  padding: 14px 20px;
  max-width: 255px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0065ff;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
}
@media screen and (max-width: 1024px) {
  .section-4 .toggle-content-wrapper .toggle-content-button {
    position: relative;
    left: auto;
    transform: none;
    bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }
}

.section-5 {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-5 {
    display: block;
  }
}
.section-5.calculate-ti-premium .container {
  position: relative;
}
.section-5.calculate-ti-premium .container::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/calculate-travel-insurance-premium-bg-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  right: 0;
  bottom: 63px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-5.calculate-ti-premium .container::after {
    display: none;
  }
}
.section-5 .left {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-5 .left {
    display: block;
  }
}
.section-5 .left .image {
  max-width: 460px;
}
.section-5 .left .image img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .section-5 .right .main-heading {
    margin-bottom: 16px;
  }
}
.section-5 .section-5-list {
  width: 100%;
  margin: 32px 0;
  display: flex;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list {
    scrollbar-width: none;
    overflow-x: scroll;
    width: 100%;
    margin: 24px 0;
  }
}
.section-5 .section-5-list .type {
  width: 24%;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 14px 24px 72px 0px #DDE6FF;
  background: #fff;
  margin: 0 22px 0 0;
  position: relative;
}
.section-5 .section-5-list .type:last-child {
  margin: 0;
}
.section-5 .section-5-list .type::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/calculate-travel-insurance-premium-vector.svg) no-repeat center/contain;
  width: 108px;
  height: 86px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type {
    width: 100%;
    margin: 0 16px 0 0;
    box-shadow: 2px 12px 16px 0px rgba(221, 230, 255, 0.6);
    max-width: 262px;
    flex-shrink: 0;
  }
}
.section-5 .section-5-list .type .details .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #253858;
  margin: 16px 0 12px;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type .details .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-5 .section-5-list .type .details .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-5 .section-5-list .type .details .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-5 .button-wrapper {
  text-align: center;
}

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 .container {
  position: relative;
}
.section-6 .container::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/section-6-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section-6 .container::after {
    display: none;
  }
}
.section-6 .section-6-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.section-6 .section-6-list .type {
  width: 48%;
  border-bottom: 0.6px dashed rgba(37, 56, 88, 0.5019607843);
  margin: 0 0 24px;
  padding: 0 0 24px;
  display: flex;
  align-items: flex-start;
}
.section-6 .section-6-list .type:last-child, .section-6 .section-6-list .type:nth-last-child(2) {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.section-6 .section-6-list .type .image {
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type .image {
    margin-right: 8px;
    max-width: 24px;
    flex-shrink: 0;
  }
  .section-6 .section-6-list .type .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-6 .section-6-list .type .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-6 .section-6-list .type .heading {
  margin: 0 0 4px;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type .heading {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.section-6 .section-6-list .type .description {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-6 .section-6-list .type {
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 18px;
  }
  .section-6 .section-6-list .type:nth-last-child(2) {
    border-bottom: 0.6px dashed rgba(37, 56, 88, 0.5019607843);
    margin: 0 0 16px;
    padding: 0 0 18px;
  }
}
.section-6 .button-wrapper {
  text-align: center;
}

.section-7 .accordion-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  margin: 60px 0 0;
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container {
    margin: 12px 0 0;
    min-height: auto;
  }
}
.section-7 .accordion-container.thirty-seventy .accordion-header {
  width: 410px;
  padding: 17px 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .accordion-header {
    width: 100%;
    padding: 16px 12px;
    align-items: flex-start;
  }
  .section-7 .accordion-container.thirty-seventy .accordion-header .arrow {
    margin-top: 8px;
  }
}
.section-7 .accordion-container.thirty-seventy .accordion-header .accordion-title {
  margin-left: 40px;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .accordion-header .accordion-title {
    margin-left: 34px;
  }
}
.section-7 .accordion-container.thirty-seventy .accordion-header .description {
  line-height: 28px;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .accordion-header .description {
    line-height: 24px;
    margin-top: 2px;
  }
}
.section-7 .accordion-container.thirty-seventy .accordion-item.active .accordion-header {
  box-shadow: 0px 16px 20px 0px #ECE0FF;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .accordion-item.active .accordion-header {
    box-shadow: none;
  }
  .section-7 .accordion-container.thirty-seventy .accordion-item.active .accordion-header .arrow {
    margin-top: 10px;
  }
}
.section-7 .accordion-container.thirty-seventy .accordion-item.active .accordion-content {
  width: 676px;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .accordion-item.active .accordion-content {
    width: 100%;
    padding: 0;
  }
}
.section-7 .accordion-container.thirty-seventy .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  flex-shrink: 0;
  position: absolute;
  top: 16px;
  left: 16px;
}
.section-7 .accordion-container.thirty-seventy .icon.icon-5 {
  background: url(../../images/bu/travel/fullwidth/decoding-ti-terms-accordion-icon-1.svg) no-repeat center/contain;
}
.section-7 .accordion-container.thirty-seventy .icon.icon-6 {
  background: url(../../images/bu/travel/fullwidth/decoding-ti-terms-accordion-icon-2.svg) no-repeat center/contain;
}
.section-7 .accordion-container.thirty-seventy .icon.icon-7 {
  background: url(../../images/bu/travel/fullwidth/decoding-ti-terms-accordion-icon-3.svg) no-repeat center/contain;
}
.section-7 .accordion-container.thirty-seventy .icon.icon-8 {
  background: url(../../images/bu/travel/fullwidth/decoding-ti-terms-accordion-icon-4.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy .table {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.section-7 .accordion-container.thirty-seventy table {
  border-collapse: collapse;
}
.section-7 .accordion-container.thirty-seventy table thead tr {
  background: #F1EAFF;
}
.section-7 .accordion-container.thirty-seventy table thead tr th {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy table thead tr th {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-7 .accordion-container.thirty-seventy table thead tr th {
  padding: 16px 24px;
  text-align: left;
  font-weight: 700;
}
.section-7 .accordion-container.thirty-seventy table thead tr th:first-child {
  border-right: 1px solid #DFE1E6;
  border-radius: 8px 0 0 0;
}
.section-7 .accordion-container.thirty-seventy table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy table thead tr th {
    padding: 12px;
  }
}
.section-7 .accordion-container.thirty-seventy table tr {
  vertical-align: top;
}
.section-7 .accordion-container.thirty-seventy table tr td {
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  border-bottom: 1px solid #DFE1E6;
}
.section-7 .accordion-container.thirty-seventy table tr td:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy table tr td:first-child {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-7 .accordion-container.thirty-seventy table tr td:first-child {
  border-right: 1px solid #DFE1E6;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy table tr td:first-child {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-container.thirty-seventy table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 12px;
  }
}
.section-7 .accordion-container.thirty-seventy table tr:last-child td {
  border-bottom: 0;
}
.section-7 .accordion-item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-item {
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #DFE1E6;
  }
}
.section-7 .accordion-header {
  display: flex;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  width: 540px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DFE1E6;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-header {
    width: 100%;
    align-items: center;
    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;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-title h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-7 .accordion-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-7 .icon {
  width: 60px;
  height: 60px;
  margin-right: 24px;
  flex-shrink: 0;
  position: relative;
}
.section-7 .icon.icon-1 {
  background: url(../../images/bu/travel/fullwidth/choose-right-ti-icon-1.svg) no-repeat center/contain;
}
.section-7 .icon.icon-2 {
  background: url(../../images/bu/travel/fullwidth/choose-right-ti-icon-2.svg) no-repeat center/contain;
}
.section-7 .icon.icon-3 {
  background: url(../../images/bu/travel/fullwidth/choose-right-ti-icon-3.svg) no-repeat center/contain;
}
.section-7 .icon.icon-4 {
  background: url(../../images/bu/travel/fullwidth/choose-right-ti-icon-4.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .section-7 .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.section-7 .accordion-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-item.active {
    border: 1px solid #0065FF;
    box-shadow: 0px 4px 16px 0px rgba(0, 101, 255, 0.1215686275);
  }
  .section-7 .accordion-item.active .arrow {
    transform: rotate(-135deg);
  }
}
.section-7 .accordion-item.active .accordion-header {
  border: 3px solid #0065FF;
  box-shadow: 0px 16px 30px 0px rgba(0, 101, 255, 0.1215686275);
}
@media screen and (max-width: 1024px) {
  .section-7 .accordion-item.active .accordion-header {
    border: 0;
    box-shadow: none;
  }
}
.section-7 .accordion-item.active .accordion-content {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .section-7 .arrow {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
  }
}
.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 {
  list-style: none;
}
.section-7 .pointer-list .pointer {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .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: "";
  width: 8px;
  height: 8px;
  background: #0052CC;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .section-7 .pointer-list .pointer::before {
    top: 8px;
  }
}
.section-7 .pointer-list .pointer .label {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .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.016em;
  color: #505F79;
}
@media screen and (max-width: 1024px) {
  .section-7 .pointer-list .pointer .content {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-7 .button-wrapper {
  text-align: center;
}
.section-7 .button-wrapper.left {
  text-align: left;
}

.section-8.file-online-claim {
  position: relative;
}
.section-8.file-online-claim .list-image-section::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/how-file-ti-claim-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .section-8.file-online-claim .list-image-section::after {
    display: none;
  }
}
.section-8 .list-image-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-8 .list-image-section {
    flex-direction: column;
  }
}
.section-8 .list-image-section .left {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .section-8 .list-image-section .left {
    width: 100%;
  }
}
.section-8 .list-image-section .right {
  margin: 75px 0 0;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .section-8 .list-image-section .right {
    display: none;
    width: 100%;
  }
}
.section-8 .list-image-section .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-8 .list-image-section .image {
    margin: 0 0 24px;
  }
}
.section-8 .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-8 .image {
    margin: 0 0 24px;
  }
}
.section-8 .button-wrapper {
  text-align: center;
}

.section-9 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-9 {
    margin-bottom: 120px;
  }
}
.section-9::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/calculate-travel-insurance-premium-bg-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .section-9::before {
    right: 16px;
    width: 61px;
    height: 60px;
    bottom: -82px;
    left: auto;
    transform: scaleX(-1) rotate(180deg);
  }
}
.section-9 .section-9-list {
  display: flex;
  margin: 32px 0 0;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list {
    flex-direction: column;
  }
}
.section-9 .section-9-list::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/calculate-travel-insurance-premium-bg-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transform: scaleX(1) scaleY(-1);
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list::before {
    right: 0;
    top: -30px;
    width: 53px;
    height: 58px;
  }
}
.section-9 .section-9-list .type {
  text-align: center;
  padding: 34px;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list .type {
    width: 100%;
    margin: 0 auto 24px;
    max-width: 300px;
    padding: 60px 24px;
  }
}
.section-9 .section-9-list .type.type-1 {
  background: url(../../images/bu/travel/fullwidth/how-buy-ti-online-offline-border-1.svg) no-repeat center/contain #fff;
}
.section-9 .section-9-list .type.type-2 {
  background: url(../../images/bu/travel/fullwidth/how-buy-ti-online-offline-border-2.svg) no-repeat center/contain #fff;
}
.section-9 .section-9-list .type.type-3 {
  background: url(../../images/bu/travel/fullwidth/how-buy-ti-online-offline-border-3.svg) no-repeat center/contain #fff;
}
.section-9 .section-9-list .type.type-4 {
  background: url(../../images/bu/travel/fullwidth/how-buy-ti-online-offline-border-4.svg) no-repeat center/contain #fff;
}
.section-9 .section-9-list .type.margin-top {
  margin-top: 143px;
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list .type.margin-top {
    margin-top: 0;
  }
}
.section-9 .section-9-list .type .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-9 .section-9-list .type .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-9 .section-9-list .type .heading {
  margin: 16px 0 12px;
}
.section-9 .button-wrapper {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .section-10 {
    margin-bottom: 64px;
  }
}
.section-10 .flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-10 .flex-row {
    flex-direction: column;
  }
}
.section-10 .flex-row .left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .section-10 .flex-row .left {
    width: 100%;
  }
}
.section-10 .flex-row .right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .section-10 .flex-row .right {
    width: 100%;
    display: none;
  }
}
.section-10 .flex-row.no-vector::after {
  display: none;
}
.section-10 .flex-row.flex-end {
  align-items: flex-end;
}
.section-10 .flex-row.flex-end .left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section-10 .flex-row.flex-end .left {
    width: 100%;
  }
}
.section-10 .section-10-list {
  list-style: none;
  counter-reset: section;
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list {
    margin: 24px 0 0;
  }
}
.section-10 .section-10-list li {
  counter-increment: section;
  display: flex;
  align-items: flex-start;
  margin: 0 40px 28px 0;
  position: relative;
  width: 48%;
  border-bottom: 1px dashed rgba(37, 56, 88, 0.5019607843);
  padding: 0 0 16px;
}
.section-10 .section-10-list li:nth-child(2n) {
  margin-right: 0;
}
.section-10 .section-10-list li:nth-last-of-type(2), .section-10 .section-10-list li:last-child {
  border-bottom: 0;
}
.section-10 .section-10-list li:nth-child(5), .section-10 .section-10-list li:nth-child(6) {
  border-bottom: 1px dashed rgba(37, 56, 88, 0.5019607843);
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .section-10 .section-10-list li:nth-child(5), .section-10 .section-10-list li:nth-child(6), .section-10 .section-10-list li:nth-last-of-type(2) {
    border-bottom: 1px dashed rgba(37, 56, 88, 0.5019607843);
  }
  .section-10 .section-10-list li::before {
    content: "";
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 16px;
    display: none;
  }
  .section-10 .section-10-list li:last-child::before {
    display: none;
  }
}
.section-10 .section-10-list li .number {
  background: #eae1fa;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 16px 0 0;
  z-index: 1;
}
.section-10 .section-10-list li .number::after {
  content: counter(section);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list li .number {
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
  }
  .section-10 .section-10-list li .number::after {
    font-size: 16px;
    line-height: 16px;
  }
}
.section-10 .section-10-list li .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list li .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .section-10 .section-10-list li .heading {
    font-size: 16px;
  }
}
.section-10 .section-10-list li .description {
  margin: 8px 0 0;
  color: #505F79;
}
.section-10:has(.type.more-type.hide) li:nth-child(5), .section-10:has(.type.more-type.hide) li:nth-child(6) {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-10:has(.type.more-type.hide) li:nth-child(5):nth-child(5), .section-10:has(.type.more-type.hide) li:nth-child(6):nth-child(5) {
    border-bottom: 1px dashed rgba(37, 56, 88, 0.5019607843);
  }
  .section-10:has(.type.more-type.hide) li:nth-child(5):nth-child(6), .section-10:has(.type.more-type.hide) li:nth-child(6):nth-child(6) {
    margin: 0;
  }
}

.section-11 {
  position: relative;
}
.section-11 .container-flex {
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex {
    margin: 24px 0 0;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.section-11 .container-flex.center {
  align-items: center;
}
.section-11 .container-flex.seventy-thirty .left {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.seventy-thirty .left {
    width: 100%;
  }
}
.section-11 .container-flex.seventy-thirty .right {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.seventy-thirty .right {
    width: 100%;
  }
}
.section-11 .container-flex.thirty-seventy .left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.thirty-seventy .left {
    width: 100%;
  }
}
.section-11 .container-flex.thirty-seventy .right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.thirty-seventy .right {
    width: 100%;
  }
}
.section-11 .container-flex.sixty-forty .left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.sixty-forty .left {
    width: 100%;
  }
}
.section-11 .container-flex.sixty-forty .right {
  width: 40%;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.sixty-forty .right {
    width: 100%;
  }
}
.section-11 .container-flex.forty-sixty .left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.forty-sixty .left {
    width: 100%;
  }
}
.section-11 .container-flex.forty-sixty .right {
  width: 60%;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-11 .container-flex.forty-sixty .right {
    width: 100%;
  }
}
.section-11 .container-flex.blue-2-vector {
  position: relative;
}
.section-11 .container-flex.blue-2-vector::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/blue-2-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  bottom: 10%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section-11 .container-flex.blue-2-vector::after {
    display: none;
  }
}
.section-11 .toggle-content-wrapper {
  position: relative;
  width: 100%;
  border: 0;
  margin: 12px 0 0;
}
.section-11 .toggle-content-wrapper .toggle-content-button {
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: 220px;
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0065ff;
  left: auto;
  transform: none;
  cursor: pointer;
  bottom: auto;
  text-align: left;
  box-shadow: none;
}
.section-11 .sub-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .section-11 .sub-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
  }
}
.section-11 .button-wrapper {
  margin: 60px auto 0;
  text-align: center;
}
.section-11 .button-wrapper .button {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-11 .button-wrapper {
    margin: 24px auto 0;
  }
}
.section-11 .button-wrapper.no-margin {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-11 .button-wrapper.no-margin {
    margin: 32px auto 0;
  }
}
.section-11 .right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-11 .right {
    justify-content: center;
  }
}
.section-11 .right .image {
  max-width: 407px;
}
@media screen and (max-width: 1024px) {
  .section-11 .right .image {
    text-align: center;
  }
}
.section-11 .right .image img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-11 .right .image img {
    height: auto;
    max-width: 152px;
  }
}
@media screen and (max-width: 1024px) {
  .section-11 .right .image.hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .section-11 .image.hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section-11 .image.hide-desktop {
    text-align: center;
  }
}
.section-11 .image.hide-desktop img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-11 .image.hide-desktop img {
    height: auto;
    max-width: 152px;
  }
}
.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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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;
}
@media screen and (max-width: 1024px) {
  .section-11 .unordered-list {
    margin: 24px 0 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;
  }
}

.article-main-content .faqs-section, .article-main-content .block_content_wrapper:has(.faqsWrap) {
  position: relative;
  box-shadow: 14px 24px 72px 0px rgba(126, 134, 248, 0.2);
  border-radius: 16px;
  background: #fff;
  padding: 30px 40px;
}
.article-main-content .faqs-section::before, .article-main-content .block_content_wrapper:has(.faqsWrap)::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%);
}
.article-main-content .faqs-section::after, .article-main-content .block_content_wrapper:has(.faqsWrap)::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/faq-image.svg) no-repeat center/contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -36px;
  right: 12px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .faqs-section::after, .article-main-content .block_content_wrapper:has(.faqsWrap)::after {
    width: 50px;
    height: 50px;
    top: -20px;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .article-main-content .faqs-section .main-heading, .article-main-content .block_content_wrapper:has(.faqsWrap) .main-heading {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .article-main-content .faqs-section, .article-main-content .block_content_wrapper:has(.faqsWrap) {
    padding: 24px 12px;
    margin: 0 16px 60px;
    width: calc(100% - 32px);
  }
  .article-main-content .faqs-section::before, .article-main-content .block_content_wrapper:has(.faqsWrap)::before {
    display: none;
  }
}
.article-main-content .faqs-section .view-more-faq-btn, .article-main-content .block_content_wrapper:has(.faqsWrap) .view-more-faq-btn {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .article-main-content .faqs-section .view-more-faq-btn, .article-main-content .block_content_wrapper:has(.faqsWrap) .view-more-faq-btn {
    position: absolute;
    width: 100%;
  }
}
.article-main-content .faqs-section .view-more-faq-btn button, .article-main-content .block_content_wrapper:has(.faqsWrap) .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;
}
.article-main-content .faqs-section .view-more-faq-btn button::after, .article-main-content .block_content_wrapper:has(.faqsWrap) .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;
}
.article-main-content .faqs-section .view-more-faq-btn button.show::after, .article-main-content .block_content_wrapper:has(.faqsWrap) .view-more-faq-btn button.show::after {
  transform: rotate(-135deg);
  margin-bottom: 0;
}
.article-main-content .faqs-section h2, .article-main-content .block_content_wrapper:has(.faqsWrap) h2 {
  max-width: 90%;
}
.article-main-content .faqs-section .faqsWrap ul, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .article-main-content .faqs-section .faqsWrap ul, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul {
    margin: 12px 0 0;
  }
}
.article-main-content .faqs-section .faqsWrap ul li, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li {
  font-size: 16px;
  color: #253858;
  margin: 0 0 32px;
  padding: 0 32px 32px;
  border-bottom: 1px solid #D9DBE9;
  width: 100%;
}
.article-main-content .faqs-section .faqsWrap ul li strong, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li strong {
  display: inline-block;
}
.article-main-content .faqs-section .faqsWrap ul li:last-child, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li:last-child {
  border-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .article-main-content .faqs-section .faqsWrap ul li, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
}
.article-main-content .faqs-section .faqsWrap ul li > ul li, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.article-main-content .faqs-section .faqsWrap ul li > ul li:before, .article-main-content .block_content_wrapper:has(.faqsWrap) .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%;
}
.article-main-content .faqs-section .faqsWrap ul li li, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li li {
  background: none;
}
.article-main-content .faqs-section .faqsWrap ul li:before, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li:before {
  display: none;
}
.article-main-content .faqs-section .faqsWrap ul li h2,
.article-main-content .faqs-section .faqsWrap ul li h3,
.article-main-content .faqs-section .faqsWrap ul li h4,
.article-main-content .faqs-section .faqsWrap ul li .h2,
.article-main-content .faqs-section .faqsWrap ul li .h3,
.article-main-content .faqs-section .faqsWrap ul li .h4,
.article-main-content .faqs-section .faqsWrap ul li p, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p {
  border-bottom: none;
  margin: 0;
}
.article-main-content .faqs-section .faqsWrap ul li h2 > a,
.article-main-content .faqs-section .faqsWrap ul li h2 > span,
.article-main-content .faqs-section .faqsWrap ul li h2 > label,
.article-main-content .faqs-section .faqsWrap ul li h3 > a,
.article-main-content .faqs-section .faqsWrap ul li h3 > span,
.article-main-content .faqs-section .faqsWrap ul li h3 > label,
.article-main-content .faqs-section .faqsWrap ul li h4 > a,
.article-main-content .faqs-section .faqsWrap ul li h4 > span,
.article-main-content .faqs-section .faqsWrap ul li h4 > label,
.article-main-content .faqs-section .faqsWrap ul li .h2 > a,
.article-main-content .faqs-section .faqsWrap ul li .h2 > span,
.article-main-content .faqs-section .faqsWrap ul li .h2 > label,
.article-main-content .faqs-section .faqsWrap ul li .h3 > a,
.article-main-content .faqs-section .faqsWrap ul li .h3 > span,
.article-main-content .faqs-section .faqsWrap ul li .h3 > label,
.article-main-content .faqs-section .faqsWrap ul li .h4 > a,
.article-main-content .faqs-section .faqsWrap ul li .h4 > span,
.article-main-content .faqs-section .faqsWrap ul li .h4 > label,
.article-main-content .faqs-section .faqsWrap ul li p > a,
.article-main-content .faqs-section .faqsWrap ul li p > span,
.article-main-content .faqs-section .faqsWrap ul li p > label, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span,
.article-main-content .block_content_wrapper:has(.faqsWrap) .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;
  padding-right: 20px;
}
.article-main-content .faqs-section .faqsWrap ul li h2 > a:after,
.article-main-content .faqs-section .faqsWrap ul li h2 > span:after,
.article-main-content .faqs-section .faqsWrap ul li h2 > label:after,
.article-main-content .faqs-section .faqsWrap ul li h3 > a:after,
.article-main-content .faqs-section .faqsWrap ul li h3 > span:after,
.article-main-content .faqs-section .faqsWrap ul li h3 > label:after,
.article-main-content .faqs-section .faqsWrap ul li h4 > a:after,
.article-main-content .faqs-section .faqsWrap ul li h4 > span:after,
.article-main-content .faqs-section .faqsWrap ul li h4 > label:after,
.article-main-content .faqs-section .faqsWrap ul li .h2 > a:after,
.article-main-content .faqs-section .faqsWrap ul li .h2 > span:after,
.article-main-content .faqs-section .faqsWrap ul li .h2 > label:after,
.article-main-content .faqs-section .faqsWrap ul li .h3 > a:after,
.article-main-content .faqs-section .faqsWrap ul li .h3 > span:after,
.article-main-content .faqs-section .faqsWrap ul li .h3 > label:after,
.article-main-content .faqs-section .faqsWrap ul li .h4 > a:after,
.article-main-content .faqs-section .faqsWrap ul li .h4 > span:after,
.article-main-content .faqs-section .faqsWrap ul li .h4 > label:after,
.article-main-content .faqs-section .faqsWrap ul li p > a:after,
.article-main-content .faqs-section .faqsWrap ul li p > span:after,
.article-main-content .faqs-section .faqsWrap ul li p > label:after, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span:after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .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) {
  .article-main-content .faqs-section .faqsWrap ul li h2 > a,
  .article-main-content .faqs-section .faqsWrap ul li h2 > span,
  .article-main-content .faqs-section .faqsWrap ul li h2 > label,
  .article-main-content .faqs-section .faqsWrap ul li h3 > a,
  .article-main-content .faqs-section .faqsWrap ul li h3 > span,
  .article-main-content .faqs-section .faqsWrap ul li h3 > label,
  .article-main-content .faqs-section .faqsWrap ul li h4 > a,
  .article-main-content .faqs-section .faqsWrap ul li h4 > span,
  .article-main-content .faqs-section .faqsWrap ul li h4 > label,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > a,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > span,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > label,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > a,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > span,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > label,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > a,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > span,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > label,
  .article-main-content .faqs-section .faqsWrap ul li p > a,
  .article-main-content .faqs-section .faqsWrap ul li p > span,
  .article-main-content .faqs-section .faqsWrap ul li p > label, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > label {
    font-size: 14px;
    line-height: 22px;
    width: 95%;
  }
  .article-main-content .faqs-section .faqsWrap ul li h2 > a::after,
  .article-main-content .faqs-section .faqsWrap ul li h2 > span::after,
  .article-main-content .faqs-section .faqsWrap ul li h2 > label::after,
  .article-main-content .faqs-section .faqsWrap ul li h3 > a::after,
  .article-main-content .faqs-section .faqsWrap ul li h3 > span::after,
  .article-main-content .faqs-section .faqsWrap ul li h3 > label::after,
  .article-main-content .faqs-section .faqsWrap ul li h4 > a::after,
  .article-main-content .faqs-section .faqsWrap ul li h4 > span::after,
  .article-main-content .faqs-section .faqsWrap ul li h4 > label::after,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > a::after,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > span::after,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > label::after,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > a::after,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > span::after,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > label::after,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > a::after,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > span::after,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > label::after,
  .article-main-content .faqs-section .faqsWrap ul li p > a::after,
  .article-main-content .faqs-section .faqsWrap ul li p > span::after,
  .article-main-content .faqs-section .faqsWrap ul li p > label::after, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > label::after {
    width: 12px;
    height: 12px;
    right: -17px;
    top: 5px;
    transform: none;
  }
}
.article-main-content .faqs-section .faqsWrap ul li h2 > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h2 > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h2 > label[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h3 > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h3 > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h3 > label[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h4 > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h4 > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li h4 > label[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h2 > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h2 > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h2 > label[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h3 > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h3 > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h3 > label[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h4 > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h4 > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li .h4 > label[flag=up],
.article-main-content .faqs-section .faqsWrap ul li p > a[flag=up],
.article-main-content .faqs-section .faqsWrap ul li p > span[flag=up],
.article-main-content .faqs-section .faqsWrap ul li p > label[flag=up], .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span[flag=up],
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > label[flag=up] {
  color: #0065ff;
}
.article-main-content .faqs-section .faqsWrap ul li h2 > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h2 > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h2 > label[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h3 > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h3 > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h3 > label[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h4 > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h4 > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li h4 > label[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h2 > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h2 > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h2 > label[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h3 > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h3 > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h3 > label[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h4 > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h4 > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li .h4 > label[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li p > a[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li p > span[flag=up]::after,
.article-main-content .faqs-section .faqsWrap ul li p > label[flag=up]::after, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span[flag=up]::after,
.article-main-content .block_content_wrapper:has(.faqsWrap) .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) {
  .article-main-content .faqs-section .faqsWrap ul li h2 > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h2 > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h2 > label[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h3 > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h3 > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h3 > label[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h4 > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h4 > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li h4 > label[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h2 > label[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h3 > label[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li .h4 > label[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li p > a[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li p > span[flag=up]::after,
  .article-main-content .faqs-section .faqsWrap ul li p > label[flag=up]::after, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 > label[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 > label[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 > label[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 > label[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 > label[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 > label[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > a[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > span[flag=up]::after,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p > label[flag=up]::after {
    width: 12px;
    height: 12px;
    right: -17px;
    top: 3px;
    transform: none;
  }
}
.article-main-content .faqs-section .faqsWrap ul li h2 + div,
.article-main-content .faqs-section .faqsWrap ul li h3 + div,
.article-main-content .faqs-section .faqsWrap ul li h4 + div,
.article-main-content .faqs-section .faqsWrap ul li .h2 + div,
.article-main-content .faqs-section .faqsWrap ul li .h3 + div,
.article-main-content .faqs-section .faqsWrap ul li .h4 + div,
.article-main-content .faqs-section .faqsWrap ul li p + div, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 + div,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 + div,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 + div,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 + div,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 + div,
.article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 + div,
.article-main-content .block_content_wrapper:has(.faqsWrap) .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) {
  .article-main-content .faqs-section .faqsWrap ul li h2 + div,
  .article-main-content .faqs-section .faqsWrap ul li h3 + div,
  .article-main-content .faqs-section .faqsWrap ul li h4 + div,
  .article-main-content .faqs-section .faqsWrap ul li .h2 + div,
  .article-main-content .faqs-section .faqsWrap ul li .h3 + div,
  .article-main-content .faqs-section .faqsWrap ul li .h4 + div,
  .article-main-content .faqs-section .faqsWrap ul li p + div, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h2 + div,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h3 + div,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li h4 + div,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h2 + div,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h3 + div,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li .h4 + div,
  .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul li p + div {
    font-size: 14px;
    line-height: 22px;
  }
}
.article-main-content .faqs-section .faqsWrap ul .data_ul, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.article-main-content .faqs-section .faqsWrap ul .data_ul li, .article-main-content .block_content_wrapper:has(.faqsWrap) .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;
}
.article-main-content .faqs-section .faqsWrap ul .data_ul li .paragraphBu, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
}
.article-main-content .faqs-section .faqsWrap ul .data_ul li:before, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul .data_ul li:before {
  content: none;
}
.article-main-content .faqs-section .faqsWrap ul .data_ul li:before, .article-main-content .block_content_wrapper:has(.faqsWrap) .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%;
}
.article-main-content .faqs-section .faqsWrap ul .data_ol, .article-main-content .block_content_wrapper:has(.faqsWrap) .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.article-main-content .faqs-section .faqsWrap ul .data_ol li, .article-main-content .block_content_wrapper:has(.faqsWrap) .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;
}
@media screen and (max-width: 1024px) {
  .section-14 .section-14-list {
    margin: 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;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .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;
  }
}
@media screen and (max-width: 1024px) {
  .section-14 .toggle-content-wrapper .toggle-content-button {
    width: 62%;
    font-size: 14px;
    line-height: 20px;
  }
}

.section-15 {
  margin: 0 0 60px;
}
@media screen and (min-width: 1025px) {
  .section-15 {
    margin: 0 auto 32px;
  }
}
.section-15.container {
  margin: 0 auto 60px;
}
.section-15 .container {
  margin: 0 auto;
}
.section-15 .container .image img {
  max-width: 100%;
  height: auto;
}
.section-15 .mobile-image {
  height: auto;
  max-width: 100px;
  float: right;
}
.section-15 .mobile-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .section-15 .mobile-image {
    display: none;
  }
}
.section-15 .flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row {
    margin: 48px 0 0;
    flex-direction: column;
  }
}
.section-15 .flex-row.travel-insurance-glance::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-sea-green-vector.svg) no-repeat center/contain;
  width: 153px;
  height: 336px;
  position: absolute;
  bottom: 10%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.travel-insurance-glance::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.travel-insurance-glance {
    margin: 75px 0 0;
  }
}
.section-15 .flex-row.eligiblity-criteria::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-eligiblity-criteria-image.png) no-repeat center/contain;
  width: 362px;
  height: 373px;
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.eligiblity-criteria::after {
    display: none;
  }
}
.section-15 .flex-row.countries-require-ti::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/why-need-travel-insurance-policy-vector.svg) no-repeat center/contain;
  width: 118px;
  height: 131px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.countries-require-ti::before {
    display: none;
  }
}
.section-15 .flex-row.sixty-forty .left {
  width: 66%;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.sixty-forty .left {
    width: 100%;
  }
}
.section-15 .flex-row.sixty-forty .right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.sixty-forty .right {
    width: 100%;
    display: none;
  }
}
.section-15 .flex-row.sixty-forty .right .image {
  text-align: center;
}
.section-15 .flex-row.center {
  align-items: center;
}
.section-15 .flex-row.margin-32 {
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.margin-32 {
    margin: 0;
  }
}
.section-15 .flex-row .left {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row .left {
    width: 100%;
  }
}
.section-15 .flex-row .right {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row .right {
    width: 100%;
    display: none;
  }
}
.section-15 .flex-row.no-vector::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-15 .flex-row.no-vector {
    margin: 24px 0 0;
  }
}
.section-15 .sub-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-15 .sub-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-15 .sub-heading {
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .section-15 .sub-heading {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 22px;
  }
}
.section-15 .table {
  box-shadow: 22px 24px 140px 0px rgba(192, 237, 230, 0.6);
  background: #fff;
  border-radius: 16px;
  margin: 24px 0 32px;
  border: 4px solid #fff;
}
@media screen and (max-width: 1024px) {
  .section-15 .table {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.section-15 .table table {
  border-spacing: 0;
}
.section-15 .table table thead {
  background: #D5FAF4;
  border-radius: 8px 8px 0 0;
}
.section-15 .table table thead tr td {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
}
.section-15 .table table thead tr td:first-child {
  border-radius: 16px 0 0 0;
  border-bottom: 0;
}
.section-15 .table table thead tr td:last-child {
  border-radius: 0 16px 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-15 .table table thead tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-15 .table table tr td {
  border-bottom: 1px solid #DFE1E6;
  padding: 17px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  border-right: 1px solid #DFE1E6;
}
@media screen and (max-width: 1024px) {
  .section-15 .table table tr td {
    padding: 15px 14px;
    font-size: 14px;
    line-height: 22px;
  }
}
.section-15 .table table tr td:last-child {
  border-right: 0;
}
.section-15 .table table tr td span {
  font-weight: 500;
}
.section-15 .table table tr:last-child td {
  border-bottom: 0;
}
.section-15 .table.colored {
  box-shadow: 12px 12px 140px 0px rgba(215, 225, 247, 0.5019607843);
}
.section-15 .table.colored table thead {
  background: transparent;
}
.section-15 .table.colored table thead tr td:first-child {
  background: #F3F3F4;
}
.section-15 .table.colored table thead tr td:nth-child(2) {
  background: #FFEBE6;
}
.section-15 .table.colored table thead tr td:last-child {
  background: #4F9AFF;
  color: #fff;
}
.section-15 .table.colored table tr td {
  border-bottom: 0;
}
.section-15 .table.colored table tr td span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
.section-15 .table.colored table tbody tr:nth-child(2n) {
  background: rgba(235, 235, 235, 0.3019607843);
}
.section-15 .table.colored table tbody tr td:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}
.section-15 .table.colored table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.section-15 .table.colored table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.section-15 .table.green {
  box-shadow: 22px 24px 140px 0px rgba(220, 228, 205, 0.6);
}
.section-15 .table.green table thead {
  background: #E5F2CE;
}
.section-15 .table.green table tr td {
  border-bottom: 0;
}
.section-15 .table.green table tr td span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
.section-15 .table.green table tbody tr td {
  border-bottom: 1px solid #DFE1E6;
}
.section-15 .table.green table tbody tr:last-child td {
  border-bottom: 0;
}
.section-15 .table.blue {
  box-shadow: 0px 0px 30px 0px #DAE8F5;
}
.section-15 .table.blue table thead {
  background: #E5F2FF;
}
.section-15 .table.blue table tr td {
  border-bottom: 0;
}
.section-15 .table.blue table tr td span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
.section-15 .table.blue table tbody tr td {
  border-bottom: 1px solid #DFE1E6;
}
.section-15 .table.fixed-width table tr td:last-child {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .section-15 .table.fixed-width {
    overflow-x: initial;
    margin-top: 0;
  }
}
.section-15 .table .toggle-content-wrapper {
  border: 0;
}
.section-15 .button-wrapper {
  text-align: center;
}

.section-16 {
  background: #EDFAFF;
  border-radius: 16px;
  margin: 0 auto 60px;
  padding: 60px 27px;
}
@media screen and (max-width: 1024px) {
  .section-16 {
    margin: 0 16px 32px;
    padding: 32px 16px;
    width: calc(100% - 32px);
  }
}
.section-16 .main-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-16 .main-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-16 .flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row {
    flex-direction: column;
  }
}
.section-16 .flex-row .main-heading {
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .main-heading {
    width: 100%;
  }
}
.section-16 .flex-row .description {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .section-16 .flex-row .description {
    width: 100%;
  }
}
.section-16 .section-16-list {
  margin: 80px 0 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list {
    margin: 0;
    padding: 40px 0 20px;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.section-16 .section-16-list .type {
  box-shadow: 22px 24px 140px 0px #D1EAF5;
  background: #fff;
  border-radius: 16px;
  margin: 0 27px 0 0;
  padding: 0 24px 24px;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type {
    flex-shrink: 0;
    max-width: 268px;
    width: 100%;
    padding: 0 12px 12px;
    box-shadow: 12px 12px 12px 0px rgba(215, 225, 247, 0.3019607843);
    margin: 0 16px 0 0;
  }
}
.section-16 .section-16-list .type:last-child {
  margin: 0;
}
.section-16 .section-16-list .type .image {
  height: 80px;
  margin: -44px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type .image {
    height: 50px;
    margin: -28px 0 0;
    max-width: 54px;
  }
  .section-16 .section-16-list .type .image img {
    max-width: 100%;
    height: auto;
  }
}
.section-16 .section-16-list .type .title {
  margin: 11px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-16 .section-16-list .type .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-16 .section-16-list .type .title {
  line-height: 30px;
}
.section-16 .section-16-list .type .description {
  margin: 16px 0 0;
}
.section-16 .section-16-list .type .description .read-more-text {
  color: #0065ff;
  cursor: pointer;
}
.section-16 .section-16-list .type .description .read-more-text::before {
  content: "...";
  color: #253858;
}
.section-16 .button-wrapper {
  text-align: center;
}

.section-17 {
  margin: 0 0 60px;
}
.section-17 .container {
  margin: 0 auto;
  position: relative;
}
.section-17 .container::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/key-coverage-benefits-travel-insurance-image.png) no-repeat center/contain;
  width: 275px;
  height: 261px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section-17 .container::before {
    display: none;
  }
}
.section-17 .container::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/key-coverage-benefits-travel-insurance-vector.svg) no-repeat center/contain;
  width: 153px;
  height: 166px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section-17 .container::after {
    width: 69px;
    height: 83px;
    bottom: -22px;
    right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .section-17 .image {
    margin: 0 0 24px;
  }
}
.section-17 .description {
  max-width: 740px;
  width: 100%;
}
.section-17 .benefits-grid {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 32px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-17 .benefits-grid {
    margin: 32px 0;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    column-gap: 16px;
  }
}
.section-17 {
  /* CARD */
}
.section-17 .type {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  min-height: 215px;
  box-shadow: 14px 24px 72px 0px #F2DEFF;
}
@media screen and (max-width: 1024px) {
  .section-17 .type {
    max-width: 252px;
    flex-shrink: 0;
  }
}
.section-17 {
  /* RIGHT COLUMN OFFSET (exact like image) */
}
.section-17 .type.right-col {
  margin-top: 115px;
  margin-bottom: -110px;
}
@media screen and (max-width: 1024px) {
  .section-17 .type.right-col {
    margin: 0;
  }
}
.section-17 {
  /* ICON */
}
.section-17 .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-17 .icon.green {
  background: #DEFFF1;
}
.section-17 .icon.red {
  background: #FFEDED;
}
.section-17 .icon.yellow {
  background: #FFF1D4;
}
.section-17 .icon.pink {
  background: #FFE6FB;
}
.section-17 .icon.purple {
  background: #F0EAFF;
}
.section-17 .icon.blue {
  background: #DDF3FF;
}
.section-17 .icon.royal-blue {
  background: #E8EAFF;
}
.section-17 {
  /* ICON COLORS */
  /* TEXT */
}
.section-17 .type .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-17 .type .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-17 .type .heading {
  line-height: 30px;
  margin: 16px 0 0;
}
.section-17 .type .description {
  margin: 12px 0 0;
}

.top-plans-container {
  position: relative;
  padding: 62px 0;
  margin: 0 0 100px;
  background: linear-gradient(182.5deg, #FFFFFF -10.03%, #E3F0FF 56.78%, #FFFFFF 109.52%);
}
@media screen and (max-width: 767px) {
  .top-plans-container {
    padding: 24px 0;
    margin: 0 0 40px;
  }
}
.top-plans-container section {
  margin: 0;
}
.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 .container {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.top-plans-container .container::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/schengen-zone-vector-icon-1.svg) no-repeat center/contain;
  width: 131px;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container::after {
    display: none;
  }
}
.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;
    text-align: left;
  }
}
@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: 33%;
}
@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 .logo-img.insurer-7 {
  border-color: #FF5255;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-1 {
  border-color: #4269A2;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-5 {
  border-color: #4F7DB5;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-6 {
  border-color: #EB5039;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-11 {
  border-color: #4E90C8;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-12 {
  border-color: #E31F26;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-22 {
  border-color: #F6B82C;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-3 {
  border-color: #6468AB;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-59 {
  border-color: #2593D6;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-16 {
  border-color: #851973;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-2 {
  border-color: #FDB827;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-19 {
  border-color: #00828A;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-14 {
  border-color: #F8E108;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-47 {
  border-color: #FF784F;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-30 {
  border-color: #4FBEF3;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-10 {
  border-color: #C62B27;
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-name .logo-img.insurer-8 {
  border-color: #1C63B7;
}
.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: 47%;
  padding: 0 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info {
    width: 100%;
    text-align: left;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .plan-info .info-part {
  width: 48%;
  text-align: left;
  margin-bottom: 12px;
}
.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;
    align-items: center;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount {
  display: block;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount {
    text-align: left;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #7A869A;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount span {
    font-size: 12px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount .amt {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .pr-amount .amt {
    font-size: 16px;
    display: block;
  }
}
@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: linear-gradient(110.49deg, #6AA5FF -4.15%, #0065FF 73.95%);
  border-radius: 25px;
  box-shadow: 0px 4px 4px 0px #C2DAFF;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .plan-list .ctawrap .cta-link {
    margin: 0;
    width: 50%;
  }
}
.top-plans-container .container .travel-top-plan-style1 .general-info-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .top-plans-container .container .travel-top-plan-style1 .general-info-heading {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #505F79;
    padding: 0 16px;
  }
}
.top-plans-container .container .travel-top-plan-style1 .ctawrap {
  flex-direction: column;
}
.top-plans-container .container .travel-top-plan-style1 .seemore-plans.active .arrow {
  margin: 0 0 -1px 5px;
  position: relative;
  top: auto;
  right: auto;
}

/** 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;
}

.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 {
  width: 22%;
  height: 160px;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.1607843137);
  background: #fff;
  margin: 0px 22px 20px 0;
  padding: 0px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.visa-guide .visa-guide-content .visa-guide-block:nth-child(4n+0),
.visa-guide .visa-guide-content .place-to-visit-across-world-block:nth-child(4n+0),
.visa-guide .place-to-visit-across-world-content .visa-guide-block:nth-child(4n+0),
.visa-guide .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(4n+0),
.place-to-visit-across-world .visa-guide-content .visa-guide-block:nth-child(4n+0),
.place-to-visit-across-world .visa-guide-content .place-to-visit-across-world-block:nth-child(4n+0),
.place-to-visit-across-world .place-to-visit-across-world-content .visa-guide-block:nth-child(4n+0),
.place-to-visit-across-world .place-to-visit-across-world-content .place-to-visit-across-world-block:nth-child(4n+0) {
  margin-right: 0;
}
@media 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;
  }
}

.section-18 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .section-18 {
    flex-direction: column;
    padding: 0;
    margin: 0 auto 32px;
  }
}
.section-18::before, .section-18::after {
  content: "";
  background: url(../../images/bu/travel/fullwidth/why-need-travel-insurance-policy-vector.svg) no-repeat center/contain;
  width: 153px;
  height: 166px;
  position: absolute;
  top: 0;
  right: 0;
}
.section-18::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .section-18::before {
    width: 69px;
    height: 83px;
    top: -35px;
    right: 13px;
  }
}
.section-18::after {
  top: auto;
  right: auto;
  bottom: -60px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section-18::after {
    display: none;
  }
}
.section-18 .left-card {
  width: 72%;
  padding: 64px;
  border-radius: 32px;
  border: 1px solid #0065FF;
  background: linear-gradient(175.49deg, #D9EAFF -58.49%, #FFFFFF 90.9%);
  padding: 60px 32px 40px;
}
.section-18 .left-card .content {
  max-width: 425px;
  width: 100%;
}
.section-18 .left-card .description {
  margin: 24px 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .section-18 .left-card .description {
    margin: 16px 0 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .section-18 .left-card {
    position: relative;
    width: 100%;
    padding: 32px 16px 350px;
    margin-bottom: 380px;
  }
}
.section-18 .right-card {
  position: absolute;
  right: 0;
  top: 60px;
  width: 55%;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 14px 24px 72px 0px rgba(115, 146, 252, 0.2);
  z-index: 2;
  max-height: 674px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section-18 .right-card {
    width: calc(100% - 32px);
    left: 16px;
    padding: 24px 16px;
    top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .section-18 .right-card {
    top: 230px;
  }
}
@media screen and (max-width: 375px) {
  .section-18 .right-card {
    top: 250px;
  }
}
.section-18 .right-card .content {
  overflow-y: scroll;
  height: 100%;
}
.section-18 .right-card .content::-webkit-scrollbar {
  width: 4px;
}
.section-18 .right-card .content::-webkit-scrollbar-thumb {
  background: #DFE1E6;
  border-radius: 6px;
}
.section-18 .right-card .reason {
  margin-bottom: 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #DFE1E6;
}
.section-18 .right-card .reason:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.section-18 .right-card .reason h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-18 .right-card .reason h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-18 .right-card .reason h4 {
  margin: 0 0 18px;
}
.section-18 .right-card .reason .description {
  margin-bottom: 0;
}
.section-18 .right-card .reason .tag {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color: #4E76D4;
  background: #E6E7FF;
  padding: 6px 8px;
  border-radius: 6px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .section-18 .button-wrapper {
    margin: 0 16px;
  }
}

.travel-insurance-cover-section {
  background: linear-gradient(198.7deg, #D8F8FF 1.19%, #E1F9FF 44.44%, #FFF7F7 81.71%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section {
    padding: 32px 16px;
    background: linear-gradient(198.7deg, #E8FBFF 1.19%, #E1F9FF 44.44%, #FFF7F7 81.71%);
  }
}
.travel-insurance-cover-section .container {
  margin: 0 auto;
  position: relative;
}
.travel-insurance-cover-section .container::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-covered-not-covered-vector-1.svg) no-repeat center/contain;
  width: 116px;
  height: 126px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .container::before {
    display: none;
  }
}
.travel-insurance-cover-section .covered-not-covered-section {
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section {
    flex-direction: column;
    margin: 36px 0 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div {
  border-radius: 16px;
  position: relative;
  text-align: left;
  border: 8px solid #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0784313725);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div {
    width: 100%;
    margin: 0 0 26px;
    border-width: 2px;
  }
  .travel-insurance-cover-section .covered-not-covered-section > div:last-child {
    margin: 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .accord-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 16px;
}
.travel-insurance-cover-section .covered-not-covered-section > div .accord-header::after {
  width: 14px;
  height: 14px;
  border-right: 2.5px solid #253858;
  border-bottom: 2.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 48px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .accord-header::after {
    width: 11px;
    height: 11px;
    margin-right: 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .accordion-content {
  margin: 0 24px;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .accordion-content {
    margin: 0 12px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
.travel-insurance-cover-section .covered-not-covered-section > div .heading span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .title {
  margin: 0 0 12px;
  color: #253858;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div .title::after {
  content: "";
  border: solid #253858;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
.travel-insurance-cover-section .covered-not-covered-section > div .list .type.active .title::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.travel-insurance-cover-section .covered-not-covered-section > div .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8);
  display: none;
}
@media screen and (max-width: 1024px) {
  .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 .content .description.medium {
  font-weight: 500;
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section {
  margin: 0 0 120px;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section {
    margin: 0 0 75px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-covered-icon.svg) no-repeat center/contain;
  width: 72px;
  height: 88px;
  position: absolute;
  right: 42px;
  top: -30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section::before {
    width: 40px;
    height: 50px;
    right: 20px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .accord-header {
  background: linear-gradient(180deg, #E2FFF3 0%, #FFFFFF 100%);
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .accord-header .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: 1024px) {
  .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 24px 36px;
  border-bottom: 1px solid #D9DBE9;
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered:last-child {
  border: 0;
  margin: 0;
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .content {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .content {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .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: 23px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .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 12px;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section .covered-list .covered .title {
    margin: 0;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active::before {
  top: -63px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active::before {
    top: -30px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.covered-list-section.active .accord-header::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-not-covered-icon.svg) no-repeat center/contain;
  width: 70px;
  height: 86px;
  position: absolute;
  right: 42px;
  top: -30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section::before {
    width: 40px;
    height: 50px;
    right: 20px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .accord-header {
  background: linear-gradient(180deg, #FFF0EC 0%, #FFFFFF 100%);
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .accord-header .heading {
  color: #FF7452;
}
.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: 1024px) {
  .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 24px;
  padding: 0 0 24px 30px;
  border-bottom: 1px solid #D9DBE9;
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered:last-child {
  border: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .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;
  margin: 0 19px 0 0;
  flex-shrink: 0;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section .not-covered-list .not-covered::before {
    top: 4px;
  }
}
.travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active::before {
  top: -68px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .travel-insurance-cover-section .covered-not-covered-section > div.not-covered-list-section.active::before {
    top: -30px;
    right: 20px;
  }
}
.travel-insurance-cover-section .disclaimer {
  color: #505F79;
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px !important;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .travel-insurance-cover-section .disclaimer {
    font-size: 12px;
    line-height: 18px !important;
    margin: 16px 0 0;
  }
}

section.insurer-list-section {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.insurer-list-section {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  section.insurer-list-section .main-heading {
    text-align: center;
  }
}
section.insurer-list-section .insurer-list {
  margin: 32px 0;
  display: grid;
  align-items: center;
  gap: 32px 16px;
}
@media (min-width: 1024px) {
  section.insurer-list-section .insurer-list {
    grid-template-areas: "tab1 tab2 tab3 tab4 ." "tab5 tab6 tab7 tab8 tab9" "tab10 tab11 title tab12 tab13" "tab14 tab15 tab16 tab17 tab18" "tab19 tab20 tab21 tab22 .";
  }
}
@media (max-width: 1023px) {
  section.insurer-list-section .insurer-list {
    margin: 24px 0 0;
    gap: 16px;
    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";
  }
}
section.insurer-list-section .insurer-list .insurer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  padding: 8px 16px 8px 12px;
  border-radius: 16px;
  height: 64px;
  gap: 12px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
}
section.insurer-list-section .insurer-list .insurer:last-child {
  margin: 0;
}
section.insurer-list-section .insurer-list .insurer.insurer-4420 .image {
  border-color: #DE5367;
}
section.insurer-list-section .insurer-list .insurer.insurer-899 .image {
  border-color: #4E90C8;
}
section.insurer-list-section .insurer-list .insurer.insurer-995 .image {
  border-color: #FF5255;
}
section.insurer-list-section .insurer-list .insurer.insurer-4247 .image {
  border-color: #F8E108;
}
section.insurer-list-section .insurer-list .insurer.insurer-4349 .image {
  border-color: #F6B82C;
}
section.insurer-list-section .insurer-list .insurer.insurer-919 .image {
  border-color: #C62B27;
}
section.insurer-list-section .insurer-list .insurer.insurer-1036 .image {
  border-color: #FF784F;
}
section.insurer-list-section .insurer-list .insurer.insurer-906 .image {
  border-color: #EB5039;
}
section.insurer-list-section .insurer-list .insurer.insurer-914 .image {
  border-color: #1AC36D;
}
section.insurer-list-section .insurer-list .insurer.insurer-921 .image {
  border-color: #00828A;
}
section.insurer-list-section .insurer-list .insurer.insurer-1618 .image {
  border-color: #F2B355;
}
section.insurer-list-section .insurer-list .insurer.insurer-11645 .image {
  border-color: #4FBEF3;
}
section.insurer-list-section .insurer-list .insurer.insurer-949 .image {
  border-color: #FF784F;
}
section.insurer-list-section .insurer-list .insurer.insurer-971 .image {
  border-color: #4269A2;
}
section.insurer-list-section .insurer-list .insurer.insurer-976 .image {
  border-color: #FDB827;
}
section.insurer-list-section .insurer-list .insurer.insurer-1613 .image {
  border-color: #851973;
}
section.insurer-list-section .insurer-list .insurer.insurer-4821 .image {
  border-color: #FFB000;
}
section.insurer-list-section .insurer-list .insurer.insurer-898 .image {
  border-color: #1C63B7;
}
section.insurer-list-section .insurer-list .insurer.insurer-982 .image {
  border-color: #4F7DB5;
}
section.insurer-list-section .insurer-list .insurer.insurer-1028 .image {
  border-color: #034EA2;
}
section.insurer-list-section .insurer-list .insurer.insurer-932 .image {
  border-color: #6468AB;
}
section.insurer-list-section .insurer-list .insurer.insurer-23830 .image {
  border-color: #2593D6;
}
section.insurer-list-section .insurer-list .insurer .image {
  max-width: 80px;
  height: 45px;
  padding: 5px 10px;
  flex-shrink: 0;
  border: 1px solid #4FBEF3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section.insurer-list-section .insurer-list .insurer .image {
    max-width: 40px;
    height: 40px;
    padding: 5px 3px;
  }
}
section.insurer-list-section .insurer-list .insurer .image img {
  margin: 0;
  max-width: 60px;
  height: auto;
  width: 100%;
}
section.insurer-list-section .insurer-list .insurer img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  section.insurer-list-section .insurer-list .insurer img {
    max-width: 34px;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.insurer-list-section .insurer-list .insurer {
    font-size: 14px;
    line-height: 22px;
    height: 56px;
  }
  section.insurer-list-section .insurer-list .insurer:last-child {
    margin: 0 0 12px;
  }
  section.insurer-list-section .insurer-list .insurer:nth-child(2n) {
    margin-right: 0;
  }
}
section.insurer-list-section .insurer-list .insurer:nth-child(1) {
  grid-area: tab1;
}
section.insurer-list-section .insurer-list .insurer:nth-child(2) {
  grid-area: tab2;
}
section.insurer-list-section .insurer-list .insurer:nth-child(3) {
  grid-area: tab3;
}
section.insurer-list-section .insurer-list .insurer:nth-child(4) {
  grid-area: tab4;
}
section.insurer-list-section .insurer-list .insurer:nth-child(5) {
  grid-area: tab5;
}
section.insurer-list-section .insurer-list .insurer:nth-child(6) {
  grid-area: tab6;
}
section.insurer-list-section .insurer-list .insurer:nth-child(7) {
  grid-area: tab7;
}
section.insurer-list-section .insurer-list .insurer:nth-child(8) {
  grid-area: tab8;
}
section.insurer-list-section .insurer-list .insurer:nth-child(9) {
  grid-area: tab9;
}
section.insurer-list-section .insurer-list .insurer:nth-child(10) {
  grid-area: tab10;
}
section.insurer-list-section .insurer-list .insurer:nth-child(11) {
  grid-area: tab11;
}
section.insurer-list-section .insurer-list .insurer:nth-child(12) {
  grid-area: title;
  justify-content: center;
}
section.insurer-list-section .insurer-list .insurer:nth-child(13) {
  grid-area: tab12;
}
section.insurer-list-section .insurer-list .insurer:nth-child(14) {
  grid-area: tab13;
}
section.insurer-list-section .insurer-list .insurer:nth-child(15) {
  grid-area: tab14;
}
section.insurer-list-section .insurer-list .insurer:nth-child(16) {
  grid-area: tab15;
}
section.insurer-list-section .insurer-list .insurer:nth-child(17) {
  grid-area: tab16;
}
section.insurer-list-section .insurer-list .insurer:nth-child(18) {
  grid-area: tab17;
}
section.insurer-list-section .insurer-list .insurer:nth-child(19) {
  grid-area: tab18;
}
section.insurer-list-section .insurer-list .insurer:nth-child(20) {
  grid-area: tab19;
}
section.insurer-list-section .insurer-list .insurer:nth-child(21) {
  grid-area: tab20;
}
section.insurer-list-section .insurer-list .insurer:nth-child(22) {
  grid-area: tab21;
}
section.insurer-list-section .insurer-list .insurer:nth-child(23) {
  grid-area: tab22;
}
@media (min-width: 1024px) {
  section.insurer-list-section .insurer-list .insurer:nth-child(1), section.insurer-list-section .insurer-list .insurer:nth-child(2), section.insurer-list-section .insurer-list .insurer:nth-child(3), section.insurer-list-section .insurer-list .insurer:nth-child(4), section.insurer-list-section .insurer-list .insurer:nth-child(20), section.insurer-list-section .insurer-list .insurer:nth-child(21), section.insurer-list-section .insurer-list .insurer:nth-child(22), section.insurer-list-section .insurer-list .insurer:nth-child(23) {
    left: 100px;
  }
}
section.insurer-list-section .insurer-list .insurer-label {
  padding: 12px 18px;
  color: #FA613C;
  background: url(../../images/bu/travel/fullwidth/travel-insurer-label-vector.svg) no-repeat center/cover #FFF1ED;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
section.insurer-list-section .insurer-list .insurer-label span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  section.insurer-list-section .insurer-list .insurer-label {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    width: 100%;
  }
}
section.insurer-list-section .disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px !important;
  letter-spacing: 0.016em;
  color: #253858;
  margin: 0;
  padding: 0;
}
section.insurer-list-section .description:has(+ .description) {
  margin-bottom: 16px;
}

.travel-disclaimer-section {
  background: #F4F9FF;
  padding: 24px 0;
  margin: 32px 0 0;
}
.travel-disclaimer-section .disclaimer-dropdown-section {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .travel-disclaimer-section {
    padding-inline: 16px;
  }
}

.travel-reviews-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .travel-reviews-section {
    flex-direction: column-reverse;
  }
}
.travel-reviews-section .left {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .travel-reviews-section .left {
    width: 100%;
  }
}
.travel-reviews-section .right {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .travel-reviews-section .right {
    width: 100%;
  }
}
.travel-reviews-section .star-rating .rating {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
  margin: 12px 0 0;
}
.travel-reviews-section .star-rating .rating span {
  color: #36B37E;
}
@media screen and (max-width: 1024px) {
  .travel-reviews-section .star-rating .rating {
    font-size: 18px;
  }
}
.travel-reviews-section .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
  margin: 24px 0 9px;
  max-width: 405px;
}
.travel-reviews-section .heading span {
  color: #0DB0EF;
}
@media screen and (max-width: 1024px) {
  .travel-reviews-section .heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.travel-reviews-section .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #253858;
  margin: 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .travel-reviews-section .name {
    font-size: 16px;
    line-height: 28px;
  }
}

.review-carousel-section {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .review-carousel-section {
    margin: 52px auto 32px;
    max-width: 342px;
  }
}
.review-carousel-section .carousel-container {
  position: relative;
}
.review-carousel-section .carousel-container img {
  margin-top: -32px;
}
.review-carousel-section .carousel-container .carousel {
  cursor: pointer;
  max-width: 504px;
  position: relative;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 34px 0px rgba(52, 105, 203, 0.1215686275);
  padding: 0 32px 32px;
}
@media screen and (max-width: 767px) {
  .review-carousel-section .carousel-container .carousel {
    flex-shrink: 0;
    width: 100%;
    padding: 0 16px 16px;
  }
}
.review-carousel-section .arrow-previous,
.review-carousel-section .arrow-next {
  cursor: pointer;
  position: absolute;
  top: 57px;
  right: 0;
  padding: 0;
  color: #505F79;
  font-weight: bold;
  font-size: 14px;
  transition: 0.6s ease;
  user-select: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .review-carousel-section .arrow-previous,
  .review-carousel-section .arrow-next {
    top: auto;
    left: 20%;
    right: auto;
    font-size: 18px;
    transform: none;
    bottom: -34px;
  }
}
.review-carousel-section {
  /* Position the "arrow-next button" to the right */
}
.review-carousel-section .arrow-next {
  right: 0;
  left: auto;
  top: auto;
  bottom: 57px;
}
@media screen and (max-width: 1024px) {
  .review-carousel-section .arrow-next {
    right: 20%;
    left: auto;
    top: auto;
    bottom: -34px;
  }
}
.review-carousel-section .dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  flex-direction: column;
  right: 6px;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1024px) {
  .review-carousel-section .dots-list {
    text-align: center;
    display: block;
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0px);
    bottom: -35px;
  }
}
.review-carousel-section .dots-list .dot {
  height: 12px;
  width: 12px;
  margin: 10px 0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: #DFE1E6;
  cursor: pointer;
}
.review-carousel-section .dots-list .dot.active {
  background-color: #0065ff;
}
@media screen and (max-width: 1024px) {
  .review-carousel-section .dots-list .dot {
    margin: 0 10px;
  }
}
.review-carousel-section .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.steps-to-buy-insurance-online-section {
  background: #F6F8FF;
  border-radius: 16px;
  padding: 60px 32px;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section {
    padding: 32px 16px;
  }
}
.steps-to-buy-insurance-online-section .main-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .main-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.steps-to-buy-insurance-online-section .main-heading {
  margin: 0 0 4px;
}
.steps-to-buy-insurance-online-section .steps {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 32px 0 0;
  counter-reset: number;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps {
    margin: 0;
    padding: 24px 0 0;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.steps-to-buy-insurance-online-section .steps .step-wrapper {
  position: relative;
  width: 28%;
  margin: 0 73px 50px 0;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step-wrapper {
    width: 100%;
    margin: 0 16px 0 0;
    max-width: 300px;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 4px 12px 22px 0px rgba(217, 221, 255, 0.3019607843);
    border-radius: 16px;
    padding: 16px;
  }
}
.steps-to-buy-insurance-online-section .steps .step-wrapper::after {
  content: "";
  width: 105px;
  height: 32px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step-wrapper::after {
    display: none;
  }
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(1) {
  order: 1;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(1)::after {
  background: url(../../images/bu/travel/fullwidth/steps-to-buy-ti-online-icon-1.svg) no-repeat center/contain;
  top: 50%;
  right: -86px;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(2) {
  order: 2;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(2)::after {
  background: url(../../images/bu/travel/fullwidth/steps-to-buy-ti-online-icon-2.svg) no-repeat center/contain;
  top: 50%;
  right: -86px;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(3) {
  order: 3;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(3) {
    margin-right: 16px;
  }
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(3)::after {
  background: url(../../images/bu/travel/fullwidth/steps-to-buy-ti-online-icon-3.svg) no-repeat center/contain;
  bottom: -125px;
  left: 50%;
  width: 111px;
  height: 137px;
  transform: translate(-50%, 0px);
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(4) {
  order: 6;
  margin-right: 0;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(4) {
    margin-right: 16px;
    margin-top: 0;
    order: 4;
  }
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(4)::after {
  background: url(../../images/bu/travel/fullwidth/steps-to-buy-ti-online-icon-4.svg) no-repeat center/contain;
  top: 10px;
  left: -85px;
  width: 105px;
  height: 88px;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(5) {
  order: 5;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(5)::after {
  background: url(../../images/bu/travel/fullwidth/steps-to-buy-ti-online-icon-5.svg) no-repeat center/contain;
  top: 36%;
  left: -87px;
  width: 109px;
  height: 77px;
}
.steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(6) {
  order: 4;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step-wrapper:nth-child(6) {
    margin-top: 0;
    order: 6;
  }
}
.steps-to-buy-insurance-online-section .steps .step {
  background: #fff;
  box-shadow: 14px 24px 72px 0px #D9DDFF;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  counter-increment: number;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.steps-to-buy-insurance-online-section .steps .step .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .steps-to-buy-insurance-online-section .steps .step .heading {
    font-size: 16px;
    line-height: 26px;
  }
}
.steps-to-buy-insurance-online-section .steps .step .heading {
  margin: 0 0 12px;
}
.steps-to-buy-insurance-online-section .steps .step .number {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 6px;
  margin: 0 0 16px;
  display: inline-block;
}
.steps-to-buy-insurance-online-section .steps .step .number::before {
  content: "STEP 0" counter(number);
}
.steps-to-buy-insurance-online-section .steps .step .number.royal-blue {
  background: #E6E7FF;
}
.steps-to-buy-insurance-online-section .steps .step .number.royal-blue::before {
  color: #4E76D4;
}
.steps-to-buy-insurance-online-section .steps .step .number.pink {
  background: #FFE6FB;
}
.steps-to-buy-insurance-online-section .steps .step .number.pink::before {
  color: #CC59B6;
}
.steps-to-buy-insurance-online-section .steps .step .number.yellow {
  background: #FFF1D4;
}
.steps-to-buy-insurance-online-section .steps .step .number.yellow::before {
  color: #D19F38;
}
.steps-to-buy-insurance-online-section .steps .step .number.blue {
  background: #D8EEFF;
}
.steps-to-buy-insurance-online-section .steps .step .number.blue::before {
  color: #3388CA;
}
.steps-to-buy-insurance-online-section .steps .step .number.green {
  background: #DEFFF1;
}
.steps-to-buy-insurance-online-section .steps .step .number.green::before {
  color: #01CF98;
}
.steps-to-buy-insurance-online-section .steps .step .number.purple {
  background: #F6EEFF;
}
.steps-to-buy-insurance-online-section .steps .step .number.purple::before {
  color: #A982D5;
}
.steps-to-buy-insurance-online-section .button-wrapper {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #reviewslide {
    padding: 0 16px;
  }
}
#reviewslide .plan-reviewright .rate-it-now a.button {
  box-shadow: none;
}

.travel-article-section .product-article-wrapper h3.ribbon {
  font-size: 32px;
  color: #253858;
  line-height: 45px;
}
@media screen and (max-width: 1024px) {
  .travel-article-section .product-article-wrapper h3.ribbon {
    font-size: 18px;
    line-height: 28px;
  }
}
.travel-article-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows, .travel-article-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows {
  width: 110px;
  top: -119px;
  transform: none;
  right: 0;
}
.travel-article-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-1 .arrow-left, .travel-article-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-left {
  left: 0;
  width: 48px;
  height: 48px;
  background-color: #0065FF;
  border-radius: 50%;
}
.travel-article-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-1 .arrow-left i, .travel-article-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-left i {
  padding: 6px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
}
.travel-article-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-1 .arrow-right, .travel-article-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right {
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #0065FF;
  border-radius: 50%;
}
.travel-article-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-1 .arrow-right i, .travel-article-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right i {
  padding: 6px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.travel-review-section {
  margin: 70px auto 0;
}
.travel-review-section .headingWrapper {
  margin-bottom: 0;
}
.travel-review-section #reviewslide {
  overflow: visible;
}
.travel-review-section .product-article-wrapper .h3 {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 45px;
}
@media screen and (max-width: 1024px) {
  .travel-review-section .product-article-wrapper .h3 {
    font-size: 18px !important;
    line-height: 28px;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
.travel-review-section .product-article-wrapper .sliderRoot .sliderWrapper .items, .travel-review-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .items {
  padding: 35px 5px;
}
.travel-review-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows, .travel-review-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows {
  width: 110px !important;
  top: 35%;
  transform: translate(0px, -50%);
  left: 0;
  right: auto;
}
.travel-review-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-2 .arrow-left, .travel-review-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-left {
  left: -42px;
  width: 42px;
  height: 42px;
  background-color: #0065FF;
  border-radius: 50%;
  border-color: transparent;
}
.travel-review-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-2 .arrow-left i, .travel-review-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-left i {
  padding: 6px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
}
.travel-review-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-2 .arrow-right, .travel-review-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-right {
  right: -1107px;
  width: 42px;
  height: 42px;
  background-color: #0065FF;
  border-radius: 50%;
  border-color: transparent;
}
.travel-review-section .product-article-wrapper .sliderRoot .sliderWrapper .arrows.style-2 .arrow-right i, .travel-review-section .product-article-wrapper .sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-right i {
  padding: 6px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.travel-review-section .product-article-wrapper .reviewitemlist {
  box-shadow: 0px 6px 16px 0px rgba(52, 105, 203, 0.1607843137);
  border: 0;
  border-radius: 16px;
  position: relative;
}
.travel-review-section .product-article-wrapper .reviewitemlist::before {
  content: "";
  background: url(../../images/bu/travel/fullwidth/travel-review-quotes-icon.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: 30px;
}
.travel-review-section .product-article-wrapper .reviewitemlist span.review_content::after {
  display: none;
}
.travel-review-section .product-article-wrapper .reviewitemlist .userinfo .h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
.travel-review-section .product-article-wrapper .reviewitemlist .userinfo span:not(.starfill) {
  color: #505F79;
  padding: 4px 0;
  font-size: 14px;
}
.travel-review-section .product-article-wrapper .reviewitemlist .review_content {
  padding: 0;
  color: #505F79;
}

.section-19 .section-19-list {
  flex-wrap: wrap;
  display: flex;
  margin: 36px 0 0;
  counter-reset: number;
}
.section-19 .section-19-list .type {
  box-shadow: 0px 6px 16px 0px rgba(0, 101, 255, 0.1019607843);
  background: #fff;
  width: 48%;
  border-radius: 16px;
  border: 4px solid #fff;
  margin: 0 24px 24px 0;
  counter-increment: number;
}
.section-19 .section-19-list .type:nth-child(2n) {
  margin-right: 0;
}
.section-19 .section-19-list .type:has(img) {
  box-shadow: none;
  background: transparent;
  text-align: center;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .section-19 .section-19-list .type:has(img) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section-19 .section-19-list .type {
    width: 100%;
    margin: 0 0 16px;
  }
}
.section-19 .section-19-list .type .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .section-19 .section-19-list .type .heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
}
.section-19 .section-19-list .type .heading .number {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .section-19 .section-19-list .type .heading .number {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
}
.section-19 .section-19-list .type .heading .number::before {
  content: counter(number);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-19 .section-19-list .type .heading .number::before {
    font-size: 16px;
    line-height: 16px;
  }
}
.section-19 .section-19-list .type .heading.blue {
  background: #F1F7FE;
}
.section-19 .section-19-list .type .heading.blue .number {
  background: #D7E9FF;
}
.section-19 .section-19-list .type .heading.yellow {
  background: #FFFAE4;
}
.section-19 .section-19-list .type .heading.yellow .number {
  background: #FAEEBA;
}
.section-19 .section-19-list .type .heading.green {
  background: #EBFFF5;
}
.section-19 .section-19-list .type .heading.green .number {
  background: #CBFAE3;
}
.section-19 .section-19-list .type .description {
  padding: 16px 16px 0;
}

.article-section {
  background: linear-gradient(182.81deg, #E2EFFF 10%, #FFFFFF 20%);
}
@media screen and (max-width: 1024px) {
  .article-section {
    background: linear-gradient(182.81deg, #E2EFFF 0%, #FFFFFF 5%);
  }
}

.article-main-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 24px 0 0;
}
.article-main-content::after {
  content: "";
  top: 7%;
  width: 395px;
  height: 142px;
  right: 0px;
  position: absolute;
  z-index: 0;
  background: url(../../images/bu/travel/fullwidth/travel-top-fold-airplane-image.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .article-main-content {
    flex-direction: column;
  }
  .article-main-content::after {
    display: none;
  }
}
.article-main-content .left {
  width: 62%;
}
@media screen and (max-width: 1024px) {
  .article-main-content .left {
    width: 100%;
  }
}
.article-main-content .right {
  width: 32%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .article-main-content .right {
    width: 100%;
  }
}
.article-main-content .right .showForm.travel_top.newui {
  position: sticky;
  top: 50px;
  padding: 0 0 1px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .right .showForm.travel_top.newui {
    position: relative;
    padding: 0 16px;
    top: auto;
    margin-bottom: 24px;
  }
}
.article-main-content .right .showForm.travel_top.newui:has(.floating-popup-container.open) {
  position: relative;
}
.article-main-content .right .showForm.travel_top.newui .floating-popup .travelBackground {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.article-main-content .right .showForm.travel_top.newui .floating-popup .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep {
  margin: 0 0 24px;
}
.article-main-content .right .showForm.travel_top.newui .floating-popup .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label {
  width: 16%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .article-main-content .right .showForm.travel_top.newui .floating-popup .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label {
    width: 19%;
    padding: 16px 0 0 0;
    margin-right: 14px;
  }
}
.article-main-content .right .showForm.travel_top.newui .floating-popup .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor {
  padding: 5px 14px 5px;
  background: #f1f7ff;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground {
  background: linear-gradient(180deg, #E7F0FF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 24px 0px rgba(0, 101, 255, 0.1607843137);
  border: 4px solid #fff;
  border-radius: 24px;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container {
  min-height: auto;
}
@media screen and (max-width: 1024px) {
  .article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container {
    margin: 0;
    border-radius: 21px;
    background: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new {
    min-height: auto;
  }
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep {
  background: transparent;
  margin: 0 0 8px;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .city {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills {
  overflow-x: scroll;
  scrollbar-width: none;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .firstStep .radio_pills label {
  width: 25%;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 0;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor {
  background: #fff;
  padding: 5px 16px 5px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .form-scoll-box-new .form .fieldWrapper div#wn-insurance-quote-editor {
    padding: 5px 14px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .destinations-wrapper #selected-destinations input + label {
    top: 9px;
    font-size: 14px;
  }
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .disclaimer {
  margin: 16px 0 0;
}
.article-main-content .right .showForm.travel_top.newui .travelBackground.desktop-layout-2 .rightBox .rightBox-form-container .prev-next-btn button.process-button {
  background: linear-gradient(120.93deg, #6AA5FF -1.02%, #0065FF 75.03%) !important;
  border-radius: 25px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.002em;
}
.article-main-content .block_content_wrapper {
  margin: 0 0 60px;
}
.article-main-content .block_content_wrapper:has(img) {
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper {
    padding: 0 16px 16px;
    margin: 0;
  }
  .article-main-content .block_content_wrapper:has(img) {
    margin: 0;
  }
}
.article-main-content .block_content_wrapper h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
.article-main-content .block_content_wrapper h2 .blue {
  color: #125BCB;
}
.article-main-content .block_content_wrapper h2 .yellow {
  color: #FF991F;
}
.article-main-content .block_content_wrapper h2 .orange {
  color: #FF5630;
}
.article-main-content .block_content_wrapper h2 .green {
  color: #36B37E;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px;
  }
}
.article-main-content .block_content_wrapper h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
.article-main-content .block_content_wrapper h3 .blue {
  color: #125BCB;
}
.article-main-content .block_content_wrapper h3 .yellow {
  color: #FF991F;
}
.article-main-content .block_content_wrapper h3 .orange {
  color: #FF5630;
}
.article-main-content .block_content_wrapper h3 .green {
  color: #36B37E;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px;
  }
}
.article-main-content .block_content_wrapper h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
.article-main-content .block_content_wrapper h4 .blue {
  color: #125BCB;
}
.article-main-content .block_content_wrapper h4 .yellow {
  color: #FF991F;
}
.article-main-content .block_content_wrapper h4 .orange {
  color: #FF5630;
}
.article-main-content .block_content_wrapper h4 .green {
  color: #36B37E;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px;
  }
}
.article-main-content .block_content_wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
.article-main-content .block_content_wrapper a {
  font-weight: 500;
  color: #0065ff;
}
.article-main-content .block_content_wrapper .number-listing-box, .article-main-content .block_content_wrapper .data_ol {
  list-style: none;
  counter-reset: number;
  margin: 0 0 16px;
}
.article-main-content .block_content_wrapper .number-listing-box .numbers, .article-main-content .block_content_wrapper .number-listing-box li, .article-main-content .block_content_wrapper .data_ol .numbers, .article-main-content .block_content_wrapper .data_ol li {
  counter-increment: number;
  padding-left: 74px;
  position: relative;
  border-bottom: 1px solid rgba(37, 56, 88, 0.2);
  margin: 0 0 24px;
  padding: 0 0 24px 74px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper .number-listing-box .numbers, .article-main-content .block_content_wrapper .number-listing-box li, .article-main-content .block_content_wrapper .data_ol .numbers, .article-main-content .block_content_wrapper .data_ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper .number-listing-box .numbers, .article-main-content .block_content_wrapper .number-listing-box li, .article-main-content .block_content_wrapper .data_ol .numbers, .article-main-content .block_content_wrapper .data_ol li {
    padding-left: 32px;
  }
}
.article-main-content .block_content_wrapper .number-listing-box .numbers:last-child, .article-main-content .block_content_wrapper .number-listing-box li:last-child, .article-main-content .block_content_wrapper .data_ol .numbers:last-child, .article-main-content .block_content_wrapper .data_ol li:last-child {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.article-main-content .block_content_wrapper .number-listing-box .numbers::before, .article-main-content .block_content_wrapper .number-listing-box li::before, .article-main-content .block_content_wrapper .data_ol .numbers::before, .article-main-content .block_content_wrapper .data_ol li::before {
  content: counter(number);
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #dee8f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #253858;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper .number-listing-box .numbers::before, .article-main-content .block_content_wrapper .number-listing-box li::before, .article-main-content .block_content_wrapper .data_ol .numbers::before, .article-main-content .block_content_wrapper .data_ol li::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 16px;
    top: 4px;
  }
}
.article-main-content .block_content_wrapper .number-listing-box .numbers h3, .article-main-content .block_content_wrapper .number-listing-box li h3, .article-main-content .block_content_wrapper .data_ol .numbers h3, .article-main-content .block_content_wrapper .data_ol li h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper .number-listing-box .numbers h3, .article-main-content .block_content_wrapper .number-listing-box li h3, .article-main-content .block_content_wrapper .data_ol .numbers h3, .article-main-content .block_content_wrapper .data_ol li h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 8px;
  }
}
.article-main-content .block_content_wrapper .number-listing-box .numbers p, .article-main-content .block_content_wrapper .number-listing-box li p, .article-main-content .block_content_wrapper .data_ol .numbers p, .article-main-content .block_content_wrapper .data_ol li p {
  margin: 0;
}
.article-main-content .block_content_wrapper .data_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-main-content .block_content_wrapper .data_ul.two-column li {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper .data_ul.two-column li {
    width: 100%;
  }
}
.article-main-content .block_content_wrapper .data_ul li {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  margin: 0 0 24px;
  padding-left: 20px;
  position: relative;
}
.article-main-content .block_content_wrapper .data_ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
  background: #0065ff;
}
@media screen and (max-width: 767px) {
  .article-main-content .block_content_wrapper .data_ul li::before {
    top: 8px;
  }
}
.article-main-content .block_content_wrapper .data_ul li strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #253858;
  display: block;
}
@media screen and (max-width: 1024px) {
  .article-main-content .block_content_wrapper .data_ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .article-main-content .block_content_wrapper .data_ul li strong {
    font-size: 16px;
    line-height: 26px;
  }
}
.article-main-content .block_content_wrapper .data_ul.yellow li::before {
  background: #FF991F;
}
.article-main-content .block_content_wrapper .data_ul.orange li::before {
  background: #FF5630;
}
.article-main-content .block_content_wrapper .data_ul.green li::before {
  background: #36B37E;
}
.article-main-content .footable {
  width: 100%;
  margin: 0;
  scrollbar-width: none;
}
.article-main-content table {
  border-spacing: 0;
  background: #fff;
  border-radius: 16px;
  margin: 24px 0 32px;
  border: 1px solid #DFE1E6;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .article-main-content table {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.article-main-content table thead {
  background: #F3F3F4;
  border-radius: 8px 8px 0 0;
}
.article-main-content table thead tr td {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
}
.article-main-content table thead tr td:first-child {
  border-radius: 16px 0 0 0;
  border-bottom: 0;
}
.article-main-content table thead tr td:last-child {
  border-radius: 0 16px 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .article-main-content table thead tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-main-content table tbody tr:first-child {
  background: #F3F3F4;
  border-radius: 8px 8px 0 0;
}
.article-main-content table tbody tr:first-child td {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
}
.article-main-content table tbody tr:first-child td:first-child {
  border-radius: 16px 0 0 0;
  border-bottom: 0;
}
.article-main-content table tbody tr:first-child td:last-child {
  border-radius: 0 16px 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .article-main-content table tbody tr:first-child td {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-main-content table tr td {
  border-bottom: 1px solid #DFE1E6;
  padding: 17px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.016em;
  color: #253858;
  border-right: 1px solid #DFE1E6;
}
@media screen and (max-width: 1024px) {
  .article-main-content table tr td {
    padding: 15px 14px;
    font-size: 14px;
    line-height: 22px;
  }
}
.article-main-content table tr td:last-child {
  border-right: 0;
}
.article-main-content table tr td span {
  font-weight: 500;
}
.article-main-content table tr:last-child td {
  border-bottom: 0;
}
.article-main-content img {
  max-width: 100%;
}

.lazy-bg:before {
  background: 0 0 !important;
}

.lazy-bg:after {
  background: 0 0 !important;
}

.investment-option-slider {
  display: block;
  position: relative;
}
.investment-option-slider.sliderWrapper .arrows.style-6 {
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px 10px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2,
.investment-option-slider h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong,
.investment-option-slider h3 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

.investment-option-slider .option-slider.full {
  width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
    bottom: initial;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .leftSection .h2,
.investment-option-slider.travel .leftSection h1,
.investment-option-slider.travel .leftSection h2,
.investment-option-slider.travel .title,
.leftSection .investment-option-slider.travel .h2,
.leftSection .investment-option-slider.travel h1,
.leftSection .investment-option-slider.travel h2 {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .leftSection .h2 h2,
.investment-option-slider.travel .leftSection h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.investment-option-slider.travel .title h2,
.leftSection .investment-option-slider.travel .h2 h2,
.leftSection .investment-option-slider.travel h1 h2,
.leftSection .investment-option-slider.travel h2 h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 20px 16px 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .leftSection .h2 h2,
  .investment-option-slider.travel.tw .leftSection h1 h2,
  .investment-option-slider.travel.tw .leftSection h2 h2,
  .investment-option-slider.travel.tw .title h2,
  .leftSection .investment-option-slider.travel.tw .h2 h2,
  .leftSection .investment-option-slider.travel.tw h1 h2,
  .leftSection .investment-option-slider.travel.tw h2 h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel.tw.three-slides {
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
}
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box {
  margin: 15px 20px 10px 0;
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box a img {
  max-width: 258px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info {
    padding: 10px 10px 18px;
  }
}
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore span {
  position: relative;
  right: auto;
  bottom: auto;
  font-weight: 600;
  padding: inherit;
}