*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: "BentonSans-Light";
  src: url("../fonts/bentonsans-light.ttf");
  src: url("../fonts/BentonSans-Light.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BentonSans-Bold";
  src: url("../fonts/BentonSans-Bold.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bentonsans Serif Regular";
  src: url("../fonts/bentonsans_book.ttf");
}

@font-face {
  font-family: "Bentonsans-Medium";
  src: url("../fonts/bentonsans-medium.ttf");
}

@font-face {
  font-family: "Bentonsans-Regular";
  src: url("../fonts/bentonsans_regular.ttf");
}

@font-face {
  font-family: "Bentonsans-Black";
  src: url("../fonts/Benton_Sans_Black.ttf");
}
@font-face {
  font-family: Hilton Serif;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Hilton-SerifRegular.woff2) format("woff2");
}
@font-face {
  font-family: Hilton Serif;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Hilton-SerifMedium.woff2) format("woff2");
}

@font-face {
  font-family: Hilton Serif;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Hilton-SerifSemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Hilton Sans;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/HiltonSansRegular.woff2) format("woff2");
}
@font-face {
  font-family: Hilton Sans;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/HiltonSansMedium.woff2) format("woff2");
}
@font-face {
  font-family: Hilton Sans;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/HiltonSansSemiBold.woff2) format("woff2");
}
@font-face {
  font-family: Hilton Sans;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/HiltonSansBold.woff2) format("woff2");
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: Hilton Sans;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  /*  background: #F4F6F8;*/
  background: #fff;
}

sup {
  font-family: Arial, sans-serif;
}

button {
  background: none;
  border: none;
}
#applyForCard {
  background: url(../images/rangali-island.jpg) no-repeat #ffffff;
  background-size: cover;
  background-position: center center;
  padding-top: 57px;
  position: relative;
}

button.ReturnBtnmob {
  text-decoration: underline;
  color: #000;
}

.custom-tooltip {
  --bs-tooltip-bg: #006fcf;
  --bs-tooltip-color: #ffffff;
}
.custom-tooltip a {
  color: #ffffff;
}
#applyForCard:after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 137px;
  background: #fff;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(240, 233, 230, 0) 0%,
    rgba(240, 233, 230, 0.76) 58.15%,
    #f0e9e6 92.72%
  );
  position: absolute;
}

.navbar-expand-md .navbar-nav {
  gap: 40px;
}

.sticky-top {
  background: #002f61;
}

.nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 40px;
}
.nav-link:hover,
.nav-link.active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #002f61;
  background: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.7rem 1rem;
}
.navbar-expand-md .navbar-nav .nav-link:focus {
  color: #fff;
  background: transparent;
}
.navbar-expand-md .navbar-nav .nav-link:focus:hover {
  color: #0f4c97;
  background: #fff;
}
.nav-link:focus-visible {
  outline: 1px white solid;
}
.navbar-expand-md .navbar-nav .nav-link.active:focus {
  color: #0f4c97;
  background: #fff;
}
.navbar-collapse {
  justify-content: end;
  gap: 15px;
}

.card_Wrap {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}

.ApplyCardWrap {
  background: #fff;
  padding: 30px 45px;
  border-radius: 35px;
  text-align: center;
  display: none;
  box-shadow: 0 2px 84px rgba(13, 17, 26, 41%);
}

.banner_active {
  display: block;
}

.mob-dis-none {
  display: none;
}
.openallcards {
  background: #dbe2e9;
  color: #00263a;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
}
.DivPlace {
  color: #fff;
  margin: 30px 30px 90px;
  text-align: right;
  background: rgba(0, 0, 0, 0.8);
  /* text-shadow: 0 0 10px rgb(0 0 0); */
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  text-transform: capitalize;
}
.ft_labl {
  text-align: right;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  text-transform: capitalize;
}
.head-banner {
  font-size: 40px;
  text-align: center;
  color: #00175a;
  font-weight: 600;
  font-family: Hilton Serif;
  margin-bottom: 30px;
  line-height: 48px;
  max-width: 800px;
  margin-inline: auto;
}

.banner-subhead {
  font-size: 24px;
  line-height: 32px;
  color: #00175a;
  text-align: center;
  max-width: 757px;
  margin: auto;
  margin-bottom: 30px;
}
.card_Wrap img {
  width: 100%;
  box-shadow: 0px 2px 16px 0px rgba(1, 38, 98, 0.68);
  border-radius: 10px;
}
.activemybtn img {
  box-shadow: none;
  border-radius: 10px;
}
.closemypopup {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  top: 0;
}
.slderbutton {
  padding: 0;
}

.card_Wrap > li {
  flex: 1;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.card_Wrap > li.activeCard,
.card_Wrap > li:hover {
  flex: 1.3;
  transition: 0.3s;
}
.card_Wrap > li.activeCard::after {
  bottom: -40px;
  content: "";
  position: absolute;
  border: 19px solid transparent;
  border-bottom: 20px solid #fff;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card_name {
  color: #002f61;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-family: Hilton Serif;
  font-weight: 600;
  margin: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 7px;
  text-align: left;
}

.card_name::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #007293;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.lto_time {
  color: #002f61;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.banner_row {
  display: flex;
  text-align: left;
  gap: 80px;
  position: relative;
}

.banner_row::before {
  height: 100%;
  width: 1px;
  content: "";
  background: #979797;
  position: absolute;
  opacity: 0.6565;
  left: 0;
  right: 0;
  margin: auto;
}

.head_name_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.clearfilter {
  border: 0;
  font-size: 16px;
  background: url(../images/close_button.svg) no-repeat;
  padding: 10px 0 10px 30px;
  color: #000;
  background-position: center left;
}
.mobileshow {
  display: none;
}
.ReturnBtn {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  padding: 10px 0;
}

.banner-col {
  flex: 1;
}

.h2-offer,
.popuphead {
  font-size: 39px;
  color: #002f61;
  line-height: 43px;
  font-weight: 600;
  font-family: Hilton Serif;
}

.popuphead {
  max-width: 500px;
  text-align: center;
}

.h2-offer span {
  color: #007293;
}

.banner_running_text {
  color: #002f61;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.p_banner_note {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  color: #007293;
  line-height: 25px;
}

.AnnualFee {
  color: #007293;
  margin-bottom: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.ApplyNow {
  background: #007293;
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: 0;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
}

.ApplyNow:disabled {
  pointer-events: none;
  background: #8d8d8d;
}

.ApplyNow:hover {
  color: #fff;
  background: rgba(0, 115, 147, 0.881);
  text-decoration: none;
}

.Terms {
  color: #53565a;
  font-size: 12px;
  margin: 5px 0 5px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 17px;
  list-style: none;
  padding: 0;
  font-family: "Bentonsans Serif Regular";
}
.ponitslidervalue {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.Terms a {
  color: #53565a;
  text-decoration: underline;
  padding: 14px 0;
  display: block;
}
.Terms li::after {
  content: "|";
  position: absolute;
  right: -11px;
  top: 14px;
}
.Terms li:last-child::after {
  display: none;
}
.Terms li {
  position: relative;
}
.Terms li a:after,
.tab_details .benefitTerms::after {
  content: "";
  width: 7px;
  display: inline-block;
  height: 7px;
  margin-left: 2px;
  background-size: contain;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5833 2.80145e-05C5.65147 -0.000770512 5.71876 0.0155134 5.77903 0.0473946C5.8393 0.0792757 5.89062 0.125739 5.92833 0.182547L5.93874 0.199215C5.97375 0.257555 5.995 0.323395 6 0.390902V3.33371C5.99988 3.43992 5.95921 3.54207 5.8863 3.6193C5.81339 3.69654 5.71374 3.74301 5.60772 3.74924C5.50169 3.75546 5.39729 3.72096 5.31584 3.65279C5.23439 3.58463 5.18205 3.48793 5.16951 3.38246L5.16659 1.42267L0.71086 5.87845C0.63587 5.95318 0.535246 5.99657 0.429424 5.99981C0.323602 6.00304 0.220518 5.96587 0.141108 5.89585C0.0616989 5.82583 0.0119189 5.7282 0.00187894 5.62281C-0.00816097 5.51741 0.0222921 5.41215 0.0870529 5.32839L0.121639 5.28922L4.57654 0.833447H2.66636C2.5643 0.833434 2.46579 0.795962 2.38952 0.728138C2.31325 0.660315 2.26452 0.566858 2.25258 0.465493L2.24966 0.416738C2.24967 0.314672 2.28714 0.21616 2.35497 0.139887C2.42279 0.063615 2.51624 0.0148867 2.61761 0.00294497L2.66636 2.80145e-05H5.5833Z' fill='%23858585'/%3e%3c/svg%3e ");
}
footer ul li a::after,
.footerLink::after {
  content: "";
  width: 7px;
  display: inline-block;
  height: 7px;
  vertical-align: text-bottom;
  margin-left: 4px;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5833 2.80145e-05C5.65147 -0.000770512 5.71876 0.0155134 5.77903 0.0473946C5.8393 0.0792757 5.89062 0.125739 5.92833 0.182547L5.93874 0.199215C5.97375 0.257555 5.995 0.323395 6 0.390902V3.33371C5.99988 3.43992 5.95921 3.54207 5.8863 3.6193C5.81339 3.69654 5.71374 3.74301 5.60772 3.74924C5.50169 3.75546 5.39729 3.72096 5.31584 3.65279C5.23439 3.58463 5.18205 3.48793 5.16951 3.38246L5.16659 1.42267L0.71086 5.87845C0.63587 5.95318 0.535246 5.99657 0.429424 5.99981C0.323602 6.00304 0.220518 5.96587 0.141108 5.89585C0.0616989 5.82583 0.0119189 5.7282 0.00187894 5.62281C-0.00816097 5.51741 0.0222921 5.41215 0.0870529 5.32839L0.121639 5.28922L4.57654 0.833447H2.66636C2.5643 0.833434 2.46579 0.795962 2.38952 0.728138C2.31325 0.660315 2.26452 0.566858 2.25258 0.465493L2.24966 0.416738C2.24967 0.314672 2.28714 0.21616 2.35497 0.139887C2.42279 0.063615 2.51624 0.0148867 2.61761 0.00294497L2.66636 2.80145e-05H5.5833Z' fill='white'/%3e%3c/svg%3e ");
}
.Reward_ponit_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.Reward_ponit_list li {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.Reward_ponit_list p {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 30px;
}

.earn_ponit {
  background: #006fcf;
  height: 55px;
  flex: 0 0 55px;
  width: 55px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-col .earn_ponit {
  align-self: baseline;
  height: 47px;
  flex: 0 0 47px;
  width: 47px;
}
.sectionHead {
  font-size: 36px;
  font-weight: 600;
  font-family: Hilton Serif;
  margin-bottom: 35px;
  line-height: 44px;
  position: relative;
  color: #000;
}

.sectionHead::before {
  content: "";
  background: #007293;
  width: 130px;
  height: 5px;
  position: absolute;
  top: -25px;
  left: 0;
}
.head_name_filter .sectionHead {
  margin-bottom: 0;
}
.global_tab .sectionHead::before {
  display: none;
}
#compareCards {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f0e9e6;
  position: relative;
}
#compareCards::after {
  height: 98px;
  content: "";
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(240, 233, 230, 0) 0%,
    rgba(240, 233, 230, 0.76) 58.15%,
    #ffffff 92.72%
  );
}
/* #compareCards .container{
    position: relative;
    z-index: 1;
} */
.filter_item {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 20px;
}

.filter_text {
  width: 149px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.filter_btn_wrap {
  display: flex;
  gap: 20px;
}

.filter_btn {
  position: relative;
}

.filter_btn label {
  width: 221px;
  height: 44px;
  border: 2px solid #002f61;
  font-weight: 700;
  border-radius: 34px;
  font-size: 16px;
  color: #002f61;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.filter_btn input {
  position: absolute;
  opacity: 0;
}

.filter_btn label:focus {
  border: 2px solid #006fcf;
}
.filter_btn input:checked + label {
  color: #fff;
  border: 2px solid #002f61;
  background: #002f61;
}

.filter_btn input:disabled + label {
  background: #b9b9b9;
  border: 1px solid #b9b9b9;
  pointer-events: none;
}

.compareWrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  justify-content: center;
  margin-bottom: 50px;
}

.compare_col {
  background: #fff;
  border-radius: 20px;
  margin-top: 50px;
  max-width: 33%;
  position: relative;
  flex: 1;
  align-self: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  text-align: center;
  box-shadow: 0 2px 39px rgba(0, 0, 0, 40%);
}

.tooltipicon {
  cursor: pointer !important;
  padding: 0;
}
.compare_col.open {
  align-self: auto;
}

.Compare_center {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.card_img {
  max-width: 165px;
  margin-top: -50px;
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 62%);
  border-radius: 6px;
}

.card_name_compare {
  font-size: 21px;
  font-family: Hilton Serif;
  margin-top: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}

.compare_col .AnnualFee {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  line-height: 17px;
}

.compare_col .ApplyNow {
  width: 133px;
  height: 44px;
  font-size: 16px;
  border-radius: 4px;
  margin: 12px auto 0;
}

.compare_col .h2-offer {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.col_running_text {
  font-size: 16px;
  text-align: left;
  margin-bottom: 7px;
  font-weight: 400;
  line-height: 21px;
}

.compare_col .Reward_ponit_list li {
  flex-direction: column;
  align-items: center;
}

.compare_col .Reward_ponit_list p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.padding_col {
  padding-left: 20px;
  padding-right: 20px;
}

.form-check {
  display: inline-block;
  margin-top: 25px;
}
.form-check .form-check-input {
  cursor: pointer;
  border: 1px solid rgb(0, 0, 0);
  margin-top: 12px;
}
.form-check-input:focus {
  border-color: #006fcf;
  border-width: 2px;
  box-shadow: none;
}
.form-check-input:checked:focus-visible {
  border: 1px solid rgb(0, 0, 0);
}
.form-check-label {
  cursor: pointer;
  padding: 10px 0;
  color: #333;
}
.filter_btn input:focus-visible + label {
  outline: 1px solid #00175a;
}
.benefits {
  position: relative;
  padding-top: 30px;
}

.Benefits_ul {
  text-align: left;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}

.Benefits_ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.Benefits_ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000000;
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
}

.benefits::after {
  position: absolute;
  top: 0;
  content: "";
  width: calc(100% + 30px);
  left: -15px;
  top: 0;
  background: #979797;
  height: 1px;
}

.benefits_btn {
  font-size: 16px;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.79);
}

.benefits_btn::after {
  position: absolute;
  content: "";
  bottom: 17px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  transition: 0.2s;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) skew(-12deg, -12deg);
  right: 0;
  margin: auto;
}

.open .benefits_btn::after {
  transform: rotate(-135deg) skew(-12deg, -12deg);
  bottom: 2px;
}

.benefit_details {
  display: none;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
}

.benefit_details::before {
  background: #e9e9e9;
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  top: 0;
  height: 1px;
  content: "";
}

.benefit_head {
  color: #007293;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}

.slider_running_text {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.notes {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
}

.slider_tablet {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.slider_left,
.slider_right {
  flex: 1;
}

.slider_left,
.rewardpoint > span {
  display: none;
}

.slider_left.selected,
.rewardpoint > span.selected {
  display: block;
}

.slider_right {
  display: flex;
  justify-content: center;
}

.rangeslider {
  display: inline-block;
  /* margin-right: -15px; */
  /* width: 158px;*/
  position: relative;
  min-height: 305px;
}
.rangeslider input {
  width: 305px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: -53px;
  /* margin: 0; */
  transform-origin: left center;
  background: transparent;
  /* transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg); */
  transform: rotate(-90deg);
}

.pointValues,
.rewardpoint {
  /*width: 54px;*/
  /* height: 268px; */
  padding-top: 0;
  margin-left: 15px;
  float: left;
  font-size: 22px;
  position: absolute;
  left: 20px;
  font-weight: 500;
  color: #333;
}

.rewardpoint {
  right: 40px;
  text-align: right;
  left: auto;
  font-size: 36px;
  line-height: 22px;
  color: #007293;
  font-weight: 700;
}

.span_ponit {
  font-size: 19px;
  font-weight: 700;
}

.reward_span1,
.reward_span2,
.reward_span3,
.reward_span4 {
  position: absolute;
  top: 0;
  right: 0;
}

.reward_span2 {
  top: 84px;
}

.reward_span3 {
  top: 174px;
}

.reward_span4 {
  top: 261px;
}

.pointValues > span {
  display: block;
  white-space: nowrap;
  position: relative;
}

.pointValues > span.selected {
  color: #00175a;
  font-weight: 700;
}
.pointValues > span::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 100%;
  border: 5px solid #8d8d8d;
  left: -48px;
  z-index: 1;
  top: 0px;
}

.span1 {
  margin-top: 62px !important;
}

/* .span2,
.span3,
.span4,
.span5 {
    margin-top: 8px;
} */

input[type="range"] {
  -webkit-appearance: none;
  margin: 28px 0;
  /* transition: 4s all ease-out; */
}

input[type="range"]:focus {
  outline: none;
}
input[type="range"]:focus-visible {
  outline: 1px solid #006fcf;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 305px;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-radius: 1.3px;
  border: 0px solid #979797;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.5);
  background: linear-gradient(180deg, #ffffff, #f2f2f2);
  border: 8px solid #007293;
  z-index: 9;
  height: 40px;
  position: relative;
  width: 40px;
  border-radius: 48px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -16px;
  /* transition: 0.4s all ease-out; */
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type="range"]::-moz-range-track {
  width: 305px;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-radius: 1.3px;
  border: 0px solid #979797;
  transition: 0.4s all ease-out;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.5);
  background: linear-gradient(180deg, #ffffff, #f2f2f2);
  border: 8px solid #007293;
  z-index: 9;
  height: 40px;
  width: 40px;
  border-radius: 48px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
  position: relative;
  transition: 0.4s all ease-out;
}

input[type="range"]::-ms-track {
  width: 305px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border-radius: 1.3px;
  border: 0px solid #979797;
}

input[type="range"]::-ms-fill-lower {
  background: transparent;
  border-radius: 1.3px;
  border: 0px solid #979797;
}

input[type="range"]::-ms-fill-upper {
  background: transparent;
  border-radius: 1.3px;
  border: 0px solid #979797;
}

input[type="range"]::-ms-thumb {
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.5);
  background: linear-gradient(180deg, #ffffff, #f2f2f2);
  border: 8px solid #007293;
  z-index: 9;
  height: 40px;
  width: 40px;
  border-radius: 48px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
  position: relative;
  transition: 0.4s all ease-out;
}

input[type="range"]:focus::-ms-fill-lower {
  background: transparent;
}

input[type="range"]:focus::-ms-fill-upper {
  background: transparent;
}

.rangewrap {
  position: relative;
  height: 305px;
  width: 8px;
}

.rangewrap::before {
  height: 276px;
  width: 8px;
  background: #8d8d8d;
  position: absolute;
  left: -8px;
  margin: auto;
  right: 0;
  bottom: 8px;
  content: "";
}

#exploreRewards {
  padding: 0px 0;
}

.tab_section {
  background: url(../images/justinnicholas_desktop.jpg) no-repeat;
  padding: 120px 0 140px;
  background-size: cover;
  position: relative;
  background-position: bottom center;
}
.tab_section::before {
  content: "";
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.76) 28.15%,
    rgba(255, 255, 255, 0) 92.72%
  );
  width: 100%;
  height: 163px;
  position: absolute;
  left: 0;
  top: 0;
}
.global_tab {
  background: #fff;
  width: 100%;
  max-width: 712px;
  border-radius: 33px;
  box-shadow: 0 2px 39px rgba(0, 0, 0, 25%);
}

.global_tab .sectionHead {
  margin: 0;
  padding: 20px 30px;
}

.tab {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 5px;
  margin: 0;
}
.tab li {
  flex: 1;
}
.tab_item {
  flex: 1;
  color: #000;
  background: rgba(0, 47, 97, 0.09);
  border-bottom: 5px solid #007293;
  height: 44px;
  width: 100%;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tab .activetab,
.tab .tab_item:hover {
  color: #fff;
  background: #002f61;
  border-bottom: 5px solid #002f61;
}

.tab_details {
  padding: 20px 30px;
  display: none;
}

.nav_banner_slider {
  display: none;
}

.activeDel {
  display: block;
}

.h3_tab {
  color: #002f61;
  font-size: 26px;
  font-family: Hilton Serif;
  font-weight: 600;
  line-height: 30px;
}

.h4_blue_tab {
  color: #002f61;
  font-family: Hilton Serif;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 115.385% */
  margin: 0 0 10px;
}

.h4_tab {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.row_tab {
  display: flex;
  gap: 20px;
}
.tab_col p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.tab_col_wrap {
  width: calc(50% - 10px);
}

.tab_col {
  border-bottom: 1px solid rgba(151, 151, 151, 0.373);
  padding-top: 16px;
}

.tab_col:last-child {
  border: 0;
}

.mobilebanner {
  display: none;
}

.popup {
  position: fixed;
  height: 100%;
  display: none;
  width: 100%;
  overflow: scroll;
  z-index: 9999;
  top: 0;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup_head {
  display: flex;
  justify-content: center;
  position: relative;
}

.closebtn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: -50px;
  right: 0;
  border: none;
  background: url(../images/close_button.svg) no-repeat;
  background-position: top center;
}

footer {
  width: 100%;
  min-height: 300px;
  padding: 40px 0 20px;
  background: #002f61;
  position: relative;
  color: #fff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0.3px;
}

footer p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 12px;
}

.partner-logos {
  margin: 30px 0 25px;
}

footer .small {
  font-size: 11px;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
}

footer ul li {
  list-style: none;
  display: inline-block;
}

/* footer ul li+li {
    margin-left: 16px;
} */

footer a {
  color: #fff;
}
footer ul li a {
  padding: 16px 0;
  display: block;
}

.partner-logos img {
  width: 150px;
}

.partner_img_tab,
.partner_img_mob {
  display: none;
}

.tooltip {
  font-size: 14px;
  z-index: 10000;
  font-family: Hilton Sans;
  font-weight: 400;
}

.tooltip.show {
  opacity: 1;
}
.custom-tooltip {
  --bs-tooltip-bg: #006fcf;
  --bs-tooltip-color: #ffffff;
  min-width: 300px;
}
.tooltip-inner {
  background: #006fcf;
  opacity: 1;
  padding: 20px;
  font-size: 14px;
  max-width: 295px;
  text-align: left;
  width: 100%;
  z-index: 9;
}
.tooltip-inner strong a {
  color: #fff;
  text-decoration: none;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #006fcf !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #006fcf !important;
}
.tab_details .note {
  font-size: 11px;
}
#applyForCard,
#compareCards,
#exploreRewards {
  scroll-margin-top: 50px;
}
.tab_details .benefitTerms {
  padding-right: 10px;
}
.footer a:hover {
  color: #fff;
}
.compare_eq {
  margin-bottom: 20px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.tooltip,
.tooltip-inner {
  display: block;
}
.tootip_icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16px' height='16px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Style-/-Icons-&amp;-Glyphs-/-Glyphs-/-Info' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cpath class='footer_tooltip' d='M8,0 C12.4182956,0 16,3.58169 16,7.99996915 C16,12.4182483 12.4182956,16 8,16 C3.58170443,16 0,12.4182508 0,7.99997085 C0,3.5816909 3.58170443,0 8,0 Z M8,1 C4.1401772,1 1,4.14016425 1,7.99997005 C1,11.8597758 4.1401772,15 8,15 C11.8598228,15 15,11.8597758 15,7.99996985 C15,4.14016385 11.8598228,1 8,1 Z M8,6 C8.55228475,6 9,6.44771525 9,7 L9,12 C9,12.5522847 8.55228475,13 8,13 C7.44771525,13 7,12.5522847 7,12 L7,7 C7,6.44771525 7.44771525,6 8,6 Z M8,3 C8.55228475,3 9,3.44771525 9,4 C9,4.55228475 8.55228475,5 8,5 C7.44771525,5 7,4.55228475 7,4 C7,3.44771525 7.44771525,3 8,3 Z' id='Info' fill='%23002F61' fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}
.tooltipIconCompare {
  display: inline-block;
}
.tooltip[aria-hidden="true"] {
  display: none;
}
.tooltip[aria-hidden="false"] {
  display: block;
  pointer-events: none;
}
.tooltip-inner {
  pointer-events: all;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1192px) {
  #applyForCard {
    min-height: 1280px;
  }
  .compare_eq .Terms {
    width: calc(100% + 14px);
    display: flex;
    margin-left: -7px;
    justify-content: center;
    gap: 0;
    column-gap: 12px;
  }
  .compare_eq .Terms li::after {
    right: -8px;
  }
  .filter_btn label:hover {
    color: #fff;
    border: 2px solid #002f61;
    background: #002f61;
  }
}
@media screen and (max-width: 1192px) and (min-width: 769px) {
  .compareWrap {
    gap: 20px;
  }
  .compare_eq .Terms {
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter_btn label {
    width: 190px;
  }
  .filter_item {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 15px;
  }
  .filter_text {
    width: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.7rem 0.5rem;
  }
  .navbar-expand-md .navbar-nav {
    gap: 10px;
  }
  .card_Wrap {
    gap: 20px;
    min-height: 129px;
  }
  .card_Wrap img {
    border-radius: 8px;
  }

  .head_name_filter .sectionHead {
    width: 50%;
  }
  .padding_col {
    padding-left: 0;
    padding-right: 0;
  }
  .card_img {
    max-width: 105px;
    margin-top: -30px;
  }
  .ReturnBtn {
    position: relative;
  }
  .popup_head {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .card_Wrap > li {
    opacity: 1 !important;
    min-height: 199px;
    display: flex !important;
    align-items: center;
  }
  .banner_top .DivPlace {
    display: none;
  }
  #applyForCard {
    padding-bottom: 110px;
  }
  .compareWrap .compare_col {
    padding-bottom: 50px;
  }
  .form-check {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 1192px) {
  .partner_img_tab {
    display: block;
  }

  .partner_img {
    display: none;
  }
}

@media (max-width: 768px) {
  .tab_item {
    font-size: 16px;
    font-weight: 700;
  }
  input[type="range"]::-webkit-slider-thumb {
    z-index: 9;
    height: 40px;
    position: relative;
    width: 40px;

    /* transition: 0.4s all ease-out; */
  }

  input[type="range"]::-moz-range-thumb {
    height: 40px;
    width: 40px;
    border-radius: 48px;
  }

  input[type="range"]::-ms-thumb {
    z-index: 9;
    height: 40px;
    width: 40px;
    border-radius: 48px;
  }

  .card_Wrap > li.activeCard::after {
    display: none;
  }
  .emptyCard {
    width: 100%;
    max-width: 95px;
    height: 60px;
    background: #ccc;
    box-shadow: 0 -1px 5px rgb(0 0 0 / 38%);
    border-radius: 6px;
    margin: auto;
    margin-top: 45px;
  }
  .add_cards {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .place_select_card_wrap {
    position: relative;
  }
  .place_select_card {
    font-size: 13px;
    /* height: 25px; */
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 35px;
    float: right;
    margin: 5px 0px;
    padding: 0px 25px 0 10px;
    color: #53565a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #53565a;
    -ms-word-break: normal;
    word-break: normal;
  }
  select::-ms-expand {
    display: none;
  }
  .place_select_card_wrap:after {
    content: "";
    color: #53565a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 11px;
    top: 16px;
    padding: 0 0 2px;
    width: 10px;
    border: 1px solid #53565a;
    border-top: 0;
    border-left: 0;
    position: absolute;
    pointer-events: none;
    height: 10px;
  }
  .place_col {
    align-self: stretch;
  }
  .form-check {
    padding-left: 0;
  }
  .desktopshow {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .mob-dis-none {
    display: block;
  }
  .desktop-dn {
    display: none;
  }
  #compareCards .compare_eq,
  #compareCards .padding_col,
  #compareCards .point_1 {
    min-height: auto !important;
  }
  .filter_btn_wrap {
    gap: 10px;
  }
  .compare_eq {
    margin-bottom: 0;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  .fade:not(.show) {
    opacity: 1;
  }

  .Terms {
    margin-top: 10px;
    justify-content: center;
    font-size: 11px;
  }
  .banner-col {
    width: 100%;
    flex: auto;
    display: flex;
    flex-direction: column;
  }
  .banner_row .ApplyNow {
    margin: 15px auto 0;
    font-size: 18px;
  }
  .banner_row .Terms {
    text-align: center;
  }
  .partner_img_tab,
  .clearfilter,
  #applyForCard:after {
    display: none;
  }

  #applyForCard {
    background: #f0e9e6;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .banner_top {
    padding-top: 50px;
    background: url(../images/rangali-island_mob.jpg) no-repeat #fff;
    background-position: top center;
    background-size: cover;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 20px;
  }
  .banner_top::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 80%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0) 100%
    );
  }
  .head-banner {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #002f61;
  }

  .row_tab {
    gap: 0;
  }

  .tab_col:last-child {
    border-bottom: 1px solid rgba(151, 151, 151, 0.373);
  }

  .tab_col_wrap:last-child .tab_col:last-child {
    border-bottom: 0px solid rgba(151, 151, 151, 0.373);
  }

  .sectionHead {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 32px;
  }

  .lto_time,
  .p_banner_note,
  .Reward_ponit_list p {
    font-size: 16px;
    line-height: 23px;
  }
  .compare_col .Reward_ponit_list p {
    font-size: 13px;
    line-height: 18px;
  }
  .earn_ponit,
  .popup .banner-col .earn_ponit,
  .banner-col .earn_ponit {
    font-size: 19px;
    font-weight: 700;
    height: 41px;
    flex: 0 0 41px;
    width: 41px;
  }
  #compareCards .earn_ponit {
    align-self: baseline;
    height: 30px;
    flex: 0 0 30px;
    width: 30px;
    font-size: 15px;
    font-weight: 700;
  }
  .AnnualFee {
    font-size: 16px;
  }
  .h2-offer {
    font-size: 27px;
    line-height: 31px;
  }
  .compare_col .h2-offer {
    font-size: 17px;
  }
  .head_name_filter {
    margin-bottom: 10px;
  }
  .sectionHead::before {
    top: -14px;
  }
  .banner_running_text {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 26px;
  }
  .card_name_compare {
    /* max-width: 244px; */
    margin-left: auto;
    margin-right: auto;
  }
  .card_Wrap {
    gap: 0;
    padding: 0;
    margin-bottom: 0;
  }

  .card_Wrap > li.activeCard,
  .card_Wrap > li:hover {
    flex: 1;
    display: block;
  }

  .mobilebanner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
  }

  .card_Wrap > li {
    width: 100%;
    display: none;
  }

  .banner-subhead {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 18px;
    max-width: 254px;
    color: #002f61;
  }

  .card_Wrap img {
    width: 150px;
    display: block;
    margin: auto;
    border-radius: 6px;
    margin-bottom: 20px;
  }

  .slderbutton {
    display: none;
  }
  .banner_row {
    gap: 0;
  }

  .mobilebanner .AnnualFee {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .mobilebanner .ApplyNow {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.35);
    width: 130px;
    height: 44px;
    font-size: 14px;
  }
  .banner_top .Terms a {
    text-shadow: 0 0 5px rgb(0 0 0);
  }
  .banner_top .Terms,
  .banner_top .Terms a {
    color: #fff;
  }
  .banner_top .Terms a:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5833 2.80145e-05C5.65147 -0.000770512 5.71876 0.0155134 5.77903 0.0473946C5.8393 0.0792757 5.89062 0.125739 5.92833 0.182547L5.93874 0.199215C5.97375 0.257555 5.995 0.323395 6 0.390902V3.33371C5.99988 3.43992 5.95921 3.54207 5.8863 3.6193C5.81339 3.69654 5.71374 3.74301 5.60772 3.74924C5.50169 3.75546 5.39729 3.72096 5.31584 3.65279C5.23439 3.58463 5.18205 3.48793 5.16951 3.38246L5.16659 1.42267L0.71086 5.87845C0.63587 5.95318 0.535246 5.99657 0.429424 5.99981C0.323602 6.00304 0.220518 5.96587 0.141108 5.89585C0.0616989 5.82583 0.0119189 5.7282 0.00187894 5.62281C-0.00816097 5.51741 0.0222921 5.41215 0.0870529 5.32839L0.121639 5.28922L4.57654 0.833447H2.66636C2.5643 0.833434 2.46579 0.795962 2.38952 0.728138C2.31325 0.660315 2.26452 0.566858 2.25258 0.465493L2.24966 0.416738C2.24967 0.314672 2.28714 0.21616 2.35497 0.139887C2.42279 0.063615 2.51624 0.0148867 2.61761 0.00294497L2.66636 2.80145e-05H5.5833Z' fill='white'/%3e%3c/svg%3e ");
  }

  .compare_col .ApplyNow {
    width: 140px;
    height: 44px;
    font-size: 16px;
  }
  .banner_bottom + .DivPlace {
    display: none;
  }

  .ApplyCardWrap {
    padding: 20px;
    box-shadow: 0 -8px 39px rgba(0, 0, 0, 25%);
  }

  .banner_row,
  .head_name_filter,
  .filter_item,
  .tab,
  .row_tab,
  .slider_tablet,
  .filter_btn_wrap,
  .compareWrap {
    flex-wrap: wrap;
  }

  .banner_row::before {
    display: none;
  }

  .filter_text,
  .filter_btn_wrap {
    width: 100%;
  }
  .filter_text {
    font-size: 16px;
  }
  .filter_btn {
    width: calc(50% - 10px);
  }

  .filter_btn label,
  .compare_col,
  .tab_col_wrap {
    width: 100%;
  }
  .filter_btn label {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .filter_item {
    gap: 10px;
    margin-bottom: 15px;
  }
  .col_running_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
  }
  .compare_col {
    max-width: 100%;
    border-radius: 14px;
    flex: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider_left,
  .slider_right {
    flex: auto;
    width: 100%;
  }
  .slider_running_text {
    font-size: 16px;
    line-height: 24px;
  }
  .tab {
    justify-content: space-between;
    gap: 6px;
  }

  .tab li {
    flex: none;
    width: calc(50% - 3px);
  }

  .nav_banner_slider {
    display: block;
    position: relative;
  }

  .dot_wrap {
    display: flex;
    gap: 6px;
    justify-content: center;
  }

  .dot {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background: #00175a;
  }

  .nav_banner_slider .prev,
  .nav_banner_slider .next {
    position: absolute;
    top: -255px;
    color: #fff;
    display: flex;
    left: -230px;
    width: 55px;
    height: 55px;
    margin: auto;
    right: 0;
    background: url(../images/left_arrow.png) no-repeat;
    font-weight: 400;
    text-decoration: none;
    background-position: center center;
    background-size: 100%;
    font-size: 0;
  }

  .nav_banner_slider .next {
    right: -230px;
    left: 0;
    background-image: url(../images/right_arrow.png);
  }
  .banner_top .container {
    z-index: 1;
    position: relative;
  }
  .active.dot {
    background: #ffffff;
  }
  .slider_tablet {
    /* border-top: 0px solid #003994; */
    padding-top: 0;
  }
  .compare_col .Reward_ponit_list li {
    flex-direction: row;
    text-align: left;
    margin-top: 25px;
  }
  .compare_col .Reward_ponit_list {
    padding-bottom: 25px;
  }
  #compareCards .Reward_ponit_list li {
    gap: 10px;
  }
  .p_banner_note {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .padding_col {
    padding: 0;
  }

  .card_name {
    font-size: 14px;
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
  }
  .ApplyCardWrap {
    text-align: left;
    border-radius: 0 0 14px 14px;
  }
  .Reward_ponit_list {
    order: 0;
  }
  .compare_col .Reward_ponit_list {
    border-top: 1px solid #979797;
    margin-top: 20px;
  }
  #compareCards .compare_eq {
    height: auto !important;
  }
  .ApplyNow {
    order: 2;
  }

  .Terms {
    order: 3;
  }

  .partner_img_mob {
    display: block;
  }

  .tab_section {
    padding: 231px 0 50px;
    background-size: 100%;
    background-image: url(../images/justinnicholas_mob.jpg);
    background-position: top center;
  }

  /* .global_tab {
        border-radius: 14px;
    } */

  .popup_head {
    flex-wrap: wrap;
  }

  .ReturnBtn {
    position: static;
  }

  .popup .compareWrap {
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    overflow: auto;
    justify-content: normal;
  }

  .popup .Reward_ponit_list li {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .popup .card_img {
    margin-top: 45px;
    max-width: 95px;
  }

  .popup .compare_col {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    border: 1px solid #979797;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup .closebtn {
    top: 10px;
    right: 10px;
  }
  .popup .container {
    padding-right: 0;
    padding-left: 0;
  }
  .popuphead {
    font-size: 28px;
  }
  .popup .card_name_compare {
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .popup .ApplyNow {
    width: 100px;
    height: 34px;
    font-size: 14px;
    border-radius: 4px;
    margin: 12px auto 0;
  }
  .popup .h2-offer {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .popup .Reward_ponit_list p,
  .popup .col_running_text,
  .popup .Benefits_ul li {
    font-size: 13px;
    line-height: normal;
  }
  .h3_tab {
    font-size: 19px;
    line-height: 26px;
  }
  .h4_blue_tab {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
  }
  .h4_tab {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .tab_col p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
  .ft_labl {
    right: 10px;
    top: 170px;
    font-size: 13px;
    bottom: auto;
  }
  .navbar-expand-md .navbar-nav {
    gap: 5px;
    padding-top: 19px;
  }
  .nav-link:hover,
  .nav-link.active,
  .nav-link:focus,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #fff;
    background: transparent;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.7rem 0;
  }
  .navbar-toggler,
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='29px' height='21px' viewBox='0 0 29 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='M01_DCLP_Gold' transform='translate(-253.000000, -13.000000)' fill='%23FFFFFF'%3e%3cg id='Group-6' transform='translate(253.937500, 13.187500)'%3e%3crect id='Rectangle' x='0' y='10' width='27.5625' height='2.625' rx='1.3125'%3e%3c/rect%3e%3crect id='Rectangle' x='0' y='0' width='27.5625' height='2.625' rx='1.3125'%3e%3c/rect%3e%3crect id='Rectangle' x='0' y='18.1875' width='27.5625' height='2.625' rx='1.3125'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .banner_top .DivPlace {
    position: relative;
    margin: 10px auto 0 auto;
    width: fit-content;
    font-size: 12px;
    right: 0;
  }
  #applyForCard,
  #compareCards,
  #exploreRewards {
    scroll-margin-top: 180px;
  }
  #exploreRewards {
    scroll-margin-top: 230px;
  }
  .popup .Terms {
    row-gap: 3px;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .popup .Terms li::after {
    right: -7px;
  }
  .benefits::after {
    width: calc(100%);
    left: 0;
  }
  .tab_details .Terms {
    justify-content: left;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .desktopshow {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.7rem 1rem;
  }
  .nav-link:hover,
  .nav-link.active {
    color: #0f4c97;
    background: #fff;
  }
  .navbar-expand-md .navbar-nav {
    gap: 5px;
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  .desktopshow {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .popup .compare_col {
    min-width: 187px;
  }
  .popup .card_name_compare {
    min-height: 72px;
  }
  .tab_section {
    background-image: url(../images/justinnicholas_mob.jpg);
    padding-top: 420px;
  }
  .ft_labl {
    top: 370px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card_Wrap > li,
  .benefits_btn::after {
    transition: none !important;
  }
  .card_Wrap > li.activeCard,
  .card_Wrap > li:hover {
    flex: 1;
    position: relative;
  }
}

@media (max-width: 768px) {
  .card_name {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
  }

  .card_name::after {
    background: none !important;
  }

  .mobilebanner {
    padding-top: 0px !important;
  }

  .head-banner {
    margin-bottom: 10px;
  }

  .banner-subhead {
    margin-bottom: 15px;
  }

  .banner_top {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .dot_wrap {
    display: none;
  }

  .card-inner-section {
    text-align: center;
  }

  .card-inner-section .apply-now,
  .card-inner-section .ApplyNow {
    margin: 0 auto;
  }
}

.strike_offer,
.strike_offer_compare {
  color: #00175a !important;
  position: relative;
  margin-right: 10px;
}

.strike_offer_compare {
  margin-right: 5px;
}
.strike_offer::after,
.strike_offer_compare::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #006fcf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.padding_col .strike_offer::after,
.strike_offer_compare::after {
  height: 3px;
}
span.span3,
span.span2,
span.span1 {
  margin-top: 59px;
}
@media (max-width: 768px) {
  /*** slider ***/
  .pointValues {
    left: 0;
    padding-top: 0;
    margin-left: 0;
  }
  .rewardpoint {
    padding-top: 0;
    margin-left: 0;
  }
  .slider_right {
    margin-top: 50px;
  }
  .rangewrap {
    width: 310px;
    height: 8px;
  }
  .rangeslider {
    min-height: 50px;
  }
  .rangeslider input {
    margin: 0;
    width: 310px;
    height: 28px;
    bottom: auto;
    top: -10px;
    transform: none;
  }
  .rangewrap::before {
    height: 8px;
    width: 280px;
    bottom: 0;
    left: 0;
  }
  .reward_span1,
  .reward_span2,
  .reward_span3,
  .reward_span4 .rangewrap::before {
    top: 0;
  }
  .pointValues > span::before {
    top: -10px;
    left: 0px;
  }
  .pointValues > span {
    font-size: 0;
  }
  .span1,
  .span2,
  .span3,
  .span4 {
    margin-top: 0;
  }
  .span2 {
    margin-left: 90px;
  }
  .span3 {
    margin-left: 190px;
  }
  .span4 {
    margin-left: 280px;
  }
  .reward_span1,
  .reward_span2,
  .reward_span3,
  .reward_span4 {
    top: 30px;
  }
  input[type="range"]::-webkit-slider-thumb,
  input[type="range"]::-moz-range-thumb,
  input[type="range"]::-ms-thumb {
    margin-top: 0;
  }
  .reward_span4 {
    right: 160px;
  }
  .reward_span3 {
    right: 95px;
  }
  .reward_span1 {
    right: -40px;
  }
  /*** end slider ***/
  .pointValues > span > p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    position: absolute;
    top: -30px;
  }
  .pointValues > span::before {
    top: -70px;
  }
  .pointValues > span p {
    top: -104px;
    font-size: 14px;
    left: -10px;
    font-weight: 500;
  }
  .pointValues > span.selected p {
    font-weight: 700;
    color: #002f61;
  }
  .rewardpoint {
    font-size: 31px;
    font-weight: 700;
    line-height: 22px;
  }
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(46, 178, 244);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.end_date {
  display: inline-block;
  margin-top: 10px;
}

/******* quiz test ******/
.loadingResults {
  display: none;
}
.clear_btn-wrap {
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  margin-top: 10px;
}
.clear_btn-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #002f61;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.results_p {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  padding-right: 20px;
  background: #f0e9e6;
  margin-bottom: 0;
}
.clear_btn-wrap .clearfilter {
  background-color: #f0e9e6;
  background-image: url(../images/close_button.svg);
  background-position: center left 20px;
  padding: 10px 0 10px 50px;
}
.results_p svg {
  display: none;
}
.loadingResults + .compareWrap {
  margin-top: 65px;
}
.loadingResults + .quiz-active {
  margin-top: 26px;
}
.head_name_filter .sectionHead {
  max-width: 670px;
}
@media (max-width: 1400px) {
  .loadingResults + .compareWrap {
    margin-top: 46px;
  }
}
@media (max-width: 1192px) {
  .loadingResults + .compareWrap {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .compare_col .AnnualFee {
    min-height: 34px;
  }
}
@media (max-width: 768px) {
  .clear_btn-wrap {
    flex-direction: column;
    gap: 6px;
    justify-content: unset;
    margin-top: 0px;
    align-items: flex-start;
  }
  .clear_btn-wrap .clearfilter {
    display: block;
    padding: 10px 0 10px 30px;
    background-position: center left 0;
  }
  .clear_btn-wrap::after {
    display: none;
  }
  .results_p {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 0;
    padding-right: 0;
  }
  .results_p svg {
    display: inline-block;
  }
  .results_p-inner {
    background: #f0e9e6;
    display: flex;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
  }
  .results_p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #002f61;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .loadingResults-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #000;
    margin-top: 50px;
    /* margin-bottom: 50px; */
    margin-bottom: 80vh;
  }
  .loading_img {
    width: 95px;
  }
  .loadingResults + .compareWrap {
    margin-top: 25px;
  }
  .popup .compare_col .AnnualFee {
    min-height: 54px;
    line-height: 18px;
  }
  .surpass_lto .popup .compare_col .AnnualFee {
    min-height: 90px;
  }
}
@media (max-width: 480px) {
  .ApplyCardWrap .AnnualFee {
    width: 200px;
    margin-left: auto;
    line-height: 22px;
    margin-right: auto;
  }
}
/* timer */

.countdown-timer-banner-enabled {
  border: 1px solid #002f61;
  border-radius: 4px;
  padding: 0 15px 0;
  margin-bottom: 15px;
}
.countdown-timer-banner-enabled .timer-heading {
  display: flex;
  background: #002f61;
  color: #fff;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 15px;
  margin-bottom: 15px;
  align-items: last baseline;
  flex-wrap: wrap;
}
.timer_text {
  margin-bottom: 0;
}
.timer_text-lto {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-right: 16px;
  position: relative;
}
.timer_text-lto::after {
  content: " | ";
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.timer_text-Expires,
.timer-heading_text {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-right: 7px;
  align-content: end;
}
.countdown {
  display: flex;
  align-items: last baseline;
}
.countdown__number {
  font-size: 18px;
  font-weight: 700;
}
.countdown__label {
  font-size: 9px;
  font-weight: 500;
}
.countdown__item::after {
  content: ":";
  font-size: 10px;
  font-weight: 500;
  margin-right: 3px;
}
.countdown__item:last-child:after {
  display: none;
}
.compareCards_timer .countdown__number {
  font-size: 16px;
}
.compareCards_timer .countdown__label {
  font-size: 8px;
}
.countdown-timer-compareCards-enabled {
  background: #002f61;
  color: #fff;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 6px 15px 4px;
  margin-bottom: 0;
  align-items: last baseline;
  text-align: left;
}
.compareCards_timer .timer-heading {
  display: flex;
}
.compareCards_timer {
  border: 1px solid #002f61;
  border-radius: 4px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.compareCards_timer .col_running_text:last-child {
  margin-bottom: 15px;
}
.timer_offer_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .surpass_lto .compare_col .AnnualFee {
    min-height: 52px;
  }
  .countdown-timer_main-wrap .ApplyCardWrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .countdown-timer_main-wrap .banner_row {
    gap: 60px;
  }
  .countdown-timer_main-wrap .h2-offer {
    font-size: 38px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .timer-heading {
    flex-wrap: wrap;
  }
  .compareCards_timer {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px 0;
  }
  .countdown-timer-compareCards-enabled {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 6px 10px 4px;
    text-align: left;
  }
  .timer-heading_text {
    display: none;
  }
}
@media (max-width: 768px) {
  .countdown-timer-compareCards-enabled {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 6px 10px 4px;
  }
  .compareCards_timer .col_running_text:last-child {
    margin-bottom: 10px;
  }
  .compareCards_timer + .Reward_ponit_list {
    border-top: none;
  }
  .compareCards_timer {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .countdown-timer-banner-enabled .h2-offer {
    font-size: 24px;
    line-height: 27px;
  }
  .countdown-timer-banner-enabled {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .countdown-timer_main-wrap {
    margin-top: 10px;
  }

  .popup .timer_offer_text {
    font-size: 14px;
    line-height: 15px;
  }
  .popup .timer-heading_text {
    display: none;
  }
  .popup .compareCards_timer .countdown__number {
    font-size: 14px;
  }
  .popup .compareCards_timer .countdown__label {
    font-size: 7px;
  }
}
@media (max-width: 480px) {
  .timer_text-lto::after {
    display: none;
  }
  .timer_text {
    width: 100%;
  }
}
/* icon test */
.list_head-Test {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #007293;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
}
.icon_test_wrap .compare_col {
  margin-top: 0;
}
.icon_test_wrap .card_img {
  margin-top: -34px;
}
.icon_test_heading {
  display: flex;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 52px;
  background: #eaedf0;
  width: calc(100% + 40px);
  margin-left: -20px;
  border-radius: 14px 14px 0 0;
}
.icon_test_wrap .compare_col {
  padding-left: 20px;
  padding-right: 20px;
}
#surpass .icon_test_heading {
  background: #1f3e66;
  color: #fff;
}
#aspire .icon_test_heading {
  background: #002f61;
  color: #fff;
}
#business .icon_test_heading {
  background: #0a4c94;
  color: #fff;
}
.list_head-category {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: center;
}
.list_head-Test + .Reward_ponit_list {
  border-top: 0;
  margin-top: 0;
}
.list_head-Test + .Reward_ponit_list li {
  margin-top: 15px;
}
.list_head-Test + .Reward_ponit_list li:first-child {
  margin-top: 0;
}
.icon_test_wrap .benefit_details,
.icon_test_popup .benefit_details {
  margin-top: 0;
  padding-top: 0;
}
.icon_test_wrap .Reward_ponit_list p {
  font-size: 16px;
  line-height: 22px;
}
.icon_test_wrap .benefit_details::before,
.icon_test_popup .benefit_details::before {
  display: none;
}
.icon_test_wrap .open .Reward_ponit_list,
.icon_test_popup .open .Reward_ponit_list {
  padding-bottom: 0;
}

.icon_test_wrap .compare_eq {
  padding-bottom: 20px;
}
.list_head-category + .Benefits_ul {
  margin-bottom: 20px;
  margin-top: 10px;
}
.limited_time_test {
  border-top: 1px solid rgba(151, 151, 151, 0.53);
  padding-top: 20px;
  margin-top: 15px;
}
.icon_test_wrap .benefits::after {
  background: rgba(151, 151, 151, 0.53);
}
.icon_test_popup .Reward_ponit_list li {
  text-align: left;
  align-items: flex-start;
}
.icon_test_popup .list_head-Test {
  font-size: 14px;
}
.icon_test_popup .list_head-category {
  font-size: 14px;
  line-height: 18px;
}
.Benefits_list_compare {
  padding-left: 0;
  text-align: left;
}
.Benefits_list_items {
  list-style: none;
  margin-top: 15px;
}
.Benefits_list_header {
  display: flex;
  gap: 10px;
  align-items: self-start;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
}
.Benefits_list_header img {
  image-rendering: auto;
}
.Benefits_list_text {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
.Benefits_disclaimer {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
.Benefits_list ul {
  padding-left: 28px;
  list-style: disc;
}
.Benefits_list ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.Benefits_list_title {
  align-self: center;
}
.Benefits_link {
  color: #000;
}
