*,
*::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/sclp_banner.png) no-repeat #d2eaf7;
  background-size: cover;
  background-position: top 200px center;
  padding-top: 57px;
  position: relative;
}

#applyForCard:after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 80px;
  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;
}

.bg-blue {
  background: #002f61;
}
.nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 40px;
}

.nav-link:hover,
.nav-link.active {
  color: #002f61;
  background: #fff;
}

.navbar-collapse {
  justify-content: end;
  gap: 15px;
}

/* Sticky promo bar below main Hilton nav (menu-sclp.php) */
.sclp-promo-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1019;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.sclp-promo-nav.sticky-top {
  position: fixed;
}

.sclp-promo-nav.sclp-promo-nav--under-main {
  top: 73px;
}

.sclp-promo-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sclp-promo-nav__offer {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1 auto;
  min-width: 0;
}

.sclp-promo-nav__card-img {
  width: 86px;
  height: 54px;
  flex-shrink: 0;
  object-fit: contain;
  box-shadow: 0 0.5px 7.25px rgba(0, 44, 93, 0.5);
}

.sclp-promo-nav__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sclp-promo-nav__headline {
  margin: 0;
  font-family: Hilton Serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.22px;
  color: #002f61;
  max-width: 320px;
  text-wrap: balance;
}

.sclp-promo-nav__headline mark {
  background: none;
  padding: 0;
}

.sclp-promo-nav__headline .cyan {
  color: #007293;
}

.sclp-promo-nav__sub {
  margin: 0;
  font-family: Hilton Sans;
  font-size: 12px;
  line-height: 1.2;
  color: #333;
}

.sclp-promo-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  flex: 0 1 auto;
}

.sclp-promo-nav__link {
  font-family: Hilton Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #002f61;
  text-decoration: none;
  white-space: nowrap;
}

.sclp-promo-nav__link:hover,
.sclp-promo-nav__link.active {
  text-decoration: underline;
  text-decoration-color: #007293;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  color: #002f61;
}

.sclp-promo-nav__link:focus-visible,
.sclp-promo-nav__apply.ApplyNow:focus-visible,
.sclp-promo-nav__terms.Terms li a:focus-visible {
  outline: 2px solid #002f61;
  outline-offset: 2px;
  border-radius: 4px;
}

.sclp-promo-nav__apply.ApplyNow:focus-visible {
  outline-offset: 3px;
}

.sclp-promo-nav__link--external::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-bottom;
  background-size: contain;
  background-repeat: no-repeat;
  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='%23002f61'/%3e%3c/svg%3e ");
}

.sclp-promo-nav__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.sclp-promo-nav__apply.ApplyNow {
  width: auto;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 38px;
  font-size: 17px;
  letter-spacing: 0.665px;
  border-radius: 12px;
  box-shadow: none;
}

.sclp-promo-nav__terms.Terms {
  margin: 0;
  justify-content: center;
  column-gap: 8px;
  font-family: "Bentonsans Serif Regular", Arial, sans-serif;
}

.sclp-promo-nav__terms.Terms li {
  display: inline-flex;
  align-items: center;
}

.sclp-promo-nav__terms.Terms li::after {
  content: "";
  position: static;
  width: 1px;
  height: 11px;
  margin-left: 8px;
  background: #d0d3d6;
  top: auto;
  right: auto;
}

.sclp-promo-nav__terms.Terms li:last-child::after {
  display: none;
}

.sclp-promo-nav__terms.Terms li a {
  padding: 6px 0;
  font-size: 12px;
  color: #53565a;
}

.sclp-promo-nav__terms.Terms li a sup {
  /* font-size: 8px;
  margin-right: 1px; */
}

@media (max-width: 1199.98px) {
  body:has(#sclp-promo-nav) footer {
    padding-bottom: 130px;
    padding-bottom: calc(130px + env(safe-area-inset-bottom, 0px));
  }

  .sclp-promo-nav,
  .sclp-promo-nav.sticky-top,
  .sclp-promo-nav.sclp-promo-nav--under-main {
    top: auto;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    box-shadow: 0 -2px 12px rgba(13, 17, 26, 0.18);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .sclp-promo-nav__card-img,
  .sclp-promo-nav__links {
    display: none;
  }

  .sclp-promo-nav__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 8px;
    padding: 12px 15px 8px;
    max-width: 100%;
  }

  .sclp-promo-nav__offer {
    flex: 1 1 0;
    min-width: 0;
    align-items: flex-start;
    gap: 0;
  }

  .sclp-promo-nav__copy {
    gap: 4px;
  }

  .sclp-promo-nav__headline {
    font-size: 16px;
    line-height: 1.2;
    max-width: none;
  }

  .sclp-promo-nav__sub {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
  }

  .sclp-promo-nav__cta {
    display: contents;
  }

  .sclp-promo-nav__apply.ApplyNow {
    flex: 0 0 130px;
    width: 130px;
    min-width: 0;
    height: 44px;
    margin-top: 6px;
    padding: 12px 17px;
    font-size: 16px;
    letter-spacing: 0.665px;
    border-radius: 12px;
    align-self: flex-start;
  }

  .sclp-promo-nav__terms.Terms {
    flex: 1 1 100%;
    justify-content: flex-start;
    column-gap: 8px;
    margin: 0;
  }

  .sclp-promo-nav__terms.Terms li a {
    padding: 0px 0;
    min-height: 18px;
    /* display: inline-flex; */
    align-items: center;
    color: #53565a;
    font-size: 12px;
  }
}

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

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

.bannerflex {
  display: flex;
  gap: 60px;
}

.banner_top {
  max-width: 350px;
  width: fit-content;
}

.Sclp_wrap {
  box-shadow: 0 2px 33px rgba(13, 17, 26, 25%);
  margin-bottom: 0;
  display: flex;
  text-align: left;
  align-items: start;
  padding: 50px 45px;
  gap: 80px;
  z-index: 1;
  position: relative;
}
#CardDetails {
  padding-top: 40px;
}
.sclp_item:last-child::before {
  height: 100%;
  width: 1px;
  content: "";
  background: #979797;
  position: absolute;
  left: -40px;
}

.sclp_item {
  flex: 1;
  position: relative;
}

.sclp_item:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sclp_item img {
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 62%);
  border-radius: 12px;
  max-width: 284px;
}

.DivPlace {
  color: rgb(255, 255, 255);
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
  margin: 30px 30px 40px;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
}
.ft_labl {
  text-align: right;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.8);
}
.sclp_item .AnnualFee {
  margin-top: 25px;
}

.sclp_item .card_name_compare {
  margin-top: 10px;
  font-size: 30px;
  text-align: center;
  max-width: 370px;
  margin-bottom: 30px;
}

.head-banner {
  color: #002f61;
  font-family: Hilton Serif;
  margin-bottom: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.banner-subhead {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #002f61;
  margin: auto;
  margin-bottom: 25px;
}

.card_Wrap img {
  width: 100%;
}

.tooltipicon {
  padding: 0;
}

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

.card_Wrap li.activeCard,
.card_Wrap li:hover {
  flex: 1.3;
  transition: 0.3s;
}

.card_name {
  font-size: 18px;
  color: #002f61;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  text-align: left;
  margin: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 7px;
  font-family: Hilton Serif;
}

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

.lto_time {
  color: #00175a;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.p_banner_normal {
  font-size: 17px;
  line-height: 25px;
  color: #002f61;
  font-weight: 500;
}

.running_text_25 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.ReturnBtn {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
}

.banner-col {
  flex: 1;
}

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

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

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

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

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

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

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

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.7rem 1rem;
}
.nav-link:focus {
  color: #fff;
  background: transparent;
}
.nav-link:focus-visible {
  color: #fff;
  outline: 1px solid #fff;
}
.ApplyNow:hover {
  color: #fff;
  text-decoration: none;
}

.banner_top .ApplyNow {
  margin: 30px auto 20px;
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.52);
}

.LearnMore {
  color: #007293;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.banner_top img {
  width: 100%;
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 62%);
  border-radius: 12px;
}

/* .Terms {
    color: #53565A;
    font-size: 12px;
    margin: 20px 0 5px;
    display: flex;
    gap: 8px;
    justify-content: center;
} */

.Terms {
  color: #53565a;
  font-size: 15px;
  margin: 5px 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 17px;
  list-style: none;
  padding: 0;
  font-family: "Bentonsans Serif Regular";
}

.Terms li::after {
  content: "|";
  position: absolute;
  right: -11px;
  top: 11px;
}
.Terms li:last-child::after {
  display: none;
}
.Terms li {
  position: relative;
}

.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 ");
}
.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 ");
}
.tab_details .Terms {
  justify-content: left;
  margin: 11px 0 5px;
}

.Terms a {
  color: #53565a;
  text-decoration: underline;
  padding: 14px 0;
  display: block;
  font-size: 12px;
}

.banner_top .Terms {
  text-align: center;
  color: #fff;
  font-size: 13px;
  /* max-width: 260px; */
  flex-wrap: wrap;
  /* margin: auto;
    margin: 20px auto 5px;
    text-shadow: 0 2px 39px rgba(255, 255, 255, 34%); */
}

.banner_top .Terms a {
  color: #fff;
  text-shadow: 1px 1px 2px black;
  padding: 13px 0;
}

.Reward_ponit_list {
  list-style: none;
  padding: 0;
  display: inline-block;
}

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

.Reward_ponit_list p {
  color: #000000;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}

.Reward_ponit_list .earn_ponit {
  background: #006fcf;
  height: 47px;
  flex: 0 0 47px;
  width: 47px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: baseline;
  border-radius: 100%;
  font-size: 22px;
  text-transform: uppercase;
}

.banner_row .Reward_ponit_list {
  border-top: 1px solid #979797;
  margin-top: 20px;
}

.sectionHead {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  font-family: Hilton Serif;
  line-height: 44px;
  margin-bottom: 35px;
  position: relative;
}
.sectionHead::before {
  content: "";
  background: #007293;
  width: 130px;
  height: 5px;
  position: absolute;
  top: -25px;
  left: 0;
}
#applyWith .sectionHead::before {
  margin: auto;
  right: 0;
}
.global_tab .sectionHead::before {
  display: none;
}
.head_name_filter .sectionHead {
  margin-bottom: 0;
}

.Apply_steps {
  display: flex;

  gap: 40px;
}

.Apply_items {
  background: #fff;
  border-radius: 25px;
  padding: 25px 25px;
  box-shadow: 0 2px 39px rgba(0, 0, 0, 25%);
  margin-bottom: 25px;
  margin-top: 20px;
  flex: 1;
  text-align: left;
}

.step_head {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #007293;
  margin-bottom: 20px;
}
.step_p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#applyWith {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #f0e9e6;
}
#CardDetails {
  background: #f0e9e6;
  position: relative;
  padding-bottom: 50px;
}
#applyWith .ApplyNow {
  margin: 10px auto 15px;
}

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

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

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

.card_img {
  max-width: 165px;
  margin-top: -50px;
  box-shadow: 0 3px 20px rgba(0, 44, 93, 30%);
  border-radius: 6px;
}

.card_name_compare {
  color: #000;
  text-align: center;
  font-family: Hilton Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.compare_col .AnnualFee {
  font-size: 12px;
  color: #000000;
}

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

.compare_col .h2-offer {
  font-size: 18px;
  text-align: left;
  margin-top: 25px;
}

.col_running_text {
  font-size: 16px;
  text-align: left;
}

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

.compare_col .Reward_ponit_list p {
  font-size: 17px;
}

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

.form-check {
  display: inline-block;
  margin-top: 15px;
}

.benefits {
  position: relative;
  padding-top: 15px;
  text-align: center;
  margin-top: 30px;
}

.Benefits_ul {
  text-align: left;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.Benefits_ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

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

.benefits::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  left: 0px;
  top: 0;
  background: #898989;
  height: 1px;
}

.benefits_btn {
  font-size: 16px;
  padding-bottom: 40px;
  position: relative;
  color: #000;
}

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

.benefits_btn.see-less-benefits::after {
  transform: rotate(225deg) skew(-5deg, -5deg);
  bottom: 0px;
}

.benefit_details {
  position: relative;
}

.benefit_head {
  color: #007293;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.benefit_details .benefit-model__ponits-heading{display: none;}
.slider_running_text {
  font-size: 21px;
}

.notes {
  font-size: 12px;
  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;
}

.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: 7px;
}

.span2,
.span3,
.span4,
.span5 {
  margin-top: 59px;
}

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: 20px 0 0;
}

.tab_section {
  background: url(../images/justinnicholas_desktop.jpg) no-repeat;
  padding: 120px 0;
  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;
}
.ponitslidervalue {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.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;
}
.nav-link:hover,.nav-link.active,.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #002F61;
  background: #fff;
}

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

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

.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: 24px;
  height: 24px;
  position: absolute;
  top: -50px;
  right: 0;
  border: none;
  background: url(../images/close_button.svg) no-repeat;
  background-position: center 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 a {
  padding: 16px 0;
  display: block;
}

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

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

footer a,
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

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

.partner_img_tab,
.partner_img_mob {
  display: none;
}

.tooltip {
  font-size: 12px;
  z-index: 10000;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background: #006fcf;
  opacity: 1;
  padding: 20px;
  font-size: 14px;
  max-width: 295px;
  text-align: left;
  width: 100%;
  z-index: 9;
}

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

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #006fcf !important;
}
.custom-tooltip {
  --bs-tooltip-bg: #006fcf;
  --bs-tooltip-color: #ffffff;
}

.tab_details .note {
  font-size: 11px;
}
#applyForCard,
#compareCards,
#exploreRewards,
#applyWith {
  scroll-margin-top: 50px;
}
.tab_details .benefitTerms {
  padding-right: 10px;
}
.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='%23104C97' 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;
}

.tooltip a {
  color: #fff;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
  #applyWith .container {
    max-width: 1058px;
  }
}
@media (min-width: 769px) {
  .Terms {
    margin: 10px 0 5px;
    font-size: 15px;
  }
  .banner_top .Terms {
    margin: 10px auto 5px;
  }
  .ApplyNow.d-md-block {
    display: flex !important;
  }
  .banner_top .DivPlace {
    display: none;
  }
  #applyForCard {
    padding-bottom: 110px;
  }
  .banner_top .AnnualFee {
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
  }
  .banner_top {
    padding-right: 33px;
  }
}
@media (max-width: 1192px) {
  .partner_img_tab {
    display: block;
  }

  .partner_img {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-block.Terms {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .removeMobcontainer {
    padding: 0;
  }
  .addMobcontainer {
    position: relative;
    z-index: 1;
  }
  .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #fff;
    background: #002f61;
  }
  #compareCards {
    padding-top: 50px;
  }
  .tab_item {
    font-size: 16px;
    font-weight: 700;
  }
  .banner_top .Terms {
    max-width: none;
  }
  .h3_tab {
    font-size: 19px;
    line-height: 26px;
  }
  .h4_blue_tab {
    font-size: 16px;
    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;
  }
  .Benefits_ul {
    font-size: 13px;
    line-height: 18px;
  }
  .banner_top .AnnualFee {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
  }
  .slider_running_text {
    font-size: 16px;
    line-height: 24px;
  }
  .banner_top .ApplyNow {
    margin: 20px auto 20px;
  }
  .Terms,
  .Terms a {
    font-size: 12px;
  }
  .Terms a {
    padding: 13px 0;
  }
  .LearnMore {
    font-size: 16px;
  }
  #applyWith .container {
    text-align: left !important;
  }
  .slider_left .slider_left {
    margin-bottom: 15px;
  }
  .Reward_ponit_list .earn_ponit {
    background: #006fcf;
    height: 40px;
    flex: 0 0 40px;
    width: 40px;
    font-size: 18px;
  }
  .sclp_item .Reward_ponit_list .earn_ponit {
    height: 30px;
    flex: 0 0 30px;
    width: 30px;
    font-size: 12px;
  }
  .sclp_item .Reward_ponit_list li {
    gap: 10px;
  }
  .removeMobcontainer + .DivPlace {
    display: none;
  }
  .banner_top .DivPlace {
    position: relative;
    margin: 30px 0 0 auto;
    width: fit-content;
    font-size: 12px;
  }
  .slider_tablet {
    border-top: 0px solid #003994;
    padding-top: 0;
  }
  .Terms {
    margin-top: 10px;
  }
  #applyForCard,
  #compareCards,
  #exploreRewards {
    scroll-margin-top: 180px;
  }
  .banner-col {
    width: 100%;
    flex: auto;
    display: flex;
    flex-direction: column;
  }

  .partner_img_tab,
  .clearfilter {
    display: none;
  }

  #applyForCard {
    background: none;
    padding-top: 0px;
  }

  .banner_top {
    padding-top: 50px;
    background: url(../images/sclp_banner_mob.jpg) no-repeat #fff;
    background-position: center center;
    background-size: cover;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 20px;
  }

  .head-banner {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 24px;
  }

  .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;
  }

  .earn_ponit {
    font-size: 18px;
  }

  .h2-offer {
    font-size: 27px;
    line-height: 31px;
  }

  .banner_running_text {
    font-size: 19px;
    line-height: 26px;
  }

  .card_Wrap {
    gap: 0;
    padding: 0;
  }

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

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

  .card_Wrap li {
    width: 100%;
  }

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

  .card_Wrap img {
    width: 150px;
    display: block;
    margin: auto;
  }

  .banner_row {
    gap: 0;
  }

  .mobilebanner .AnnualFee {
    color: #fff;
    font-size: 16px;
  }

  .banner_top .Terms,
  .banner_top .Terms a {
    color: #fff;
  }

  .ApplyNow {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }

  #compareCards .benefits_btn,
  #compareCards .benefit_details {
    display: none;
  }

  .ApplyCardWrap {
    padding: 20px;
    box-shadow: 0 2px 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,
  #applyForCard:after {
    display: none;
  }

  .banner_top:after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    background: #fff;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 0%) 0%,
      rgb(255 255 255) 100%
    );
    position: absolute;
  }
  .filter_text,
  .filter_btn_wrap {
    width: 100%;
  }

  .filter_btn {
    width: calc(50% - 10px);
  }

  .filter_btn label,
  .compare_col,
  .tab_col_wrap {
    width: 100%;
  }

  .compare_col {
    max-width: 100%;
    border-radius: 14px;
  }

  .slider_left,
  .slider_right {
    flex: auto;
    width: 100%;
  }

  .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: 10px;
    justify-content: center;
  }

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

  .nav_banner_slider .prev,
  .nav_banner_slider .next {
    position: absolute;
    top: -190px;
    color: #fff;
    display: table;
    left: 0;
    margin: auto;
    right: auto;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
  }

  .nav_banner_slider .next {
    right: 0;
    left: auto;
  }

  .active.dot {
    background: #ffffff;
  }

  .compare_col .Reward_ponit_list li {
    flex-direction: row;
    text-align: left;
  }

  .padding_col {
    padding: 0;
  }

  .card_name {
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 24px;
  }
  .card_name::after,
  .card_name br {
    display: none;
  }
  .ApplyCardWrap {
    text-align: left;
    border-radius: 0 0 14px 14px;
  }

  .Reward_ponit_list {
    order: 0;
  }

  .benefit_head,
  .sclp_item .Reward_ponit_list p {
    font-size: 13px;
    line-height: 18px;
  }
  .Benefits_ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .Benefits_ul li::before {
    top: 7px;
  }
  #applyWith .sectionHead::before {
    margin: 0;
  }
  .benefit_head {
    font-size: 20px;
  }

  .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;
    } */

  .popuphead {
    font-size: 28px;
  }

  .bannerflex {
    flex-direction: column;
    gap: 0;
  }

  .banner_top img {
    width: 149px;
    margin: auto;
    border-radius: 6px;
  }

  .running_text_25 {
    font-size: 16px;
    line-height: 22px;
  }

  .Apply_steps {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Apply_items {
    margin: 0;
    border-radius: 13px;
  }

  .banner_top {
    text-align: center;
    width: 100%;
    max-width: none;
    position: relative;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .Sclp_wrap {
    gap: 0;
    flex-direction: column;
    margin-top: 50px;
    border-radius: 20px;
    padding: 30px 25px;
  }

  .sclp_item:last-child::before {
    display: none;
  }

  .sclp_item img {
    max-width: 165px;
    margin-top: -80px;
    box-shadow: 0 3px 20px rgba(0, 44, 93, 30%);
    border-radius: 6px;
  }
  .sclp_item .Benefits_list_icon{
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .banner_bottom {
    background: #f0e9e6;
    padding-top: 0;
  }
  .benefit_details {
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
  }

  .sclp_item .card_name_compare {
    text-align: center;
    margin-top: 25px;
    font-size: 21px;
    max-width: 412px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .sclp_item .AnnualFee {
    order: 1;
    margin-top: 0px;
    color: #000;
    font-size: 14px;
  }

  .sclp_item .ApplyNow {
    order: 2;
  }

  .banner-col .ApplyNow {
    margin: auto;
    font-size: 19px;
    width: 180px;
    height: 50px;
  }
  .banner-col .Terms {
    text-align: center;
  }

  .navbar-expand-md .navbar-nav {
    gap: 5px;
    padding-top: 10px;
  }
  .nav-link:hover,
  .nav-link.active,
  .nav-link:focus {
    color: #fff;
    background: transparent;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.7rem 0;
  }

  .navbar-toggler {
    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='9' 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;
    min-height: 44px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .banner_top::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.29) 100%); */
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.75) 75%
    );
  }
  .banner_top .container {
    z-index: 1;
    position: relative;
  }
  .banner_top .DivPlace {
    position: relative;
    margin: 10px auto 0 auto;
    width: fit-content;
    font-size: 12px;
    right: 0;
  }
  .ft_labl {
    right: 10px;
    top: 170px;
    font-size: 12px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #applyWith .d-md-block {
    display: none !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 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) {
  .tab_section {
    background-image: url(../images/justinnicholas_mob.jpg);
    padding-top: 420px;
  }
  .ft_labl {
    top: 370px;
  }
}
/* Start horizontal Slider */
.span4 {
  margin-top: 0;
}
.span1 {
  margin-top: 62px !important;
}
.span.span3,
span.span2,
span.span1 {
  margin-top: 59px;
}
.pointValues-mobile {
  display: none;
} 
.pointValues-desktop {
  display: block;
}
@media (max-width: 768px) {
  /*** slider ***/
  .pointValues {
    left: 0;
    padding-top: 0;
    margin-left: 0;
  }
  .pointValues-desktop {
    display: none;
  }
  .pointValues-mobile {
    display: block;
  }
  #applyWith {
    padding-top: 70px;
  }
  #CardDetails {
    padding-bottom: 100px;
    padding-top: 1px;
  }
  #exploreRewards {
    padding: 0 0 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: 44px;
    bottom: auto;
    top: -18px;
    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;
  }
  .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;
  }
}
/* End horizontal Slider */

.mclp_section {
  padding-top: 50px;
  padding-bottom: 15px;
  background: #f0e9e6;
  position: relative;
}
#CardDetails{
  padding-bottom: 90px;
  position: relative;
}
#CardDetails::after {
  height: 128px;
  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%
  );
} 
.mclp_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 30px; */
  padding: 15px 12px 15px 25px;
  position: relative;
  margin: auto;
  z-index: 1;
  width: fit-content;
    border-radius: 25px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}
.mclp_section-heading {
  font-family: Hilton Serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.mclp_section-tittle {
  font-family: Hilton Sans;
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
}
.explore_btn {
  font-family: Hilton Sans;
  color: #007293;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
padding-right: 14px;
position: relative;
min-height: 44px;
display: flex;
align-items: center;
&:after{
  content: "";
  width: 8px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3e%3cpath d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23007293'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
}
.explore_btn:hover {
text-decoration: underline;
}
.mclp_section-left {
 display: flex;
 gap: 30px;
 align-items: center;
img {
  max-width: 108px;
}
}
.mclp_section-right{
 border-left: 1px solid rgba(0, 0, 0, 0.10);
 display: flex ;
 align-items: center;
 padding-left: 38px;
 padding-right: 26px;
 margin-left: 38px;
}
.strike_offer {
  color: #00175a !important;
  position: relative;
  text-decoration: none;
  margin-right: 10px;
}
.strike_offer::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #006fcf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
ins,del{
  text-decoration: none;
}
mark{
  background: none;
  padding: 0;
}
.cyan{
  color: #007293;
}
@media (max-width: 768px) {
  .mclp_section-heading {
    font-size: 20px;
  }
  #CardDetails {
    padding-bottom: 50px;
  }
  .mclp_section-tittle {
    font-size: 18px;
    line-height: 22px;
  }
  .mclp_wrapper {
    gap: 15px;
    border-radius: 15px;
    padding: 25px 12px 5px 12px;
  }
  .mclp_section-left{
    gap: 16px;
  }
  .mclp_section-right{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-left: 0;
    width: 100%;
    align-items: flex-start;
    margin: 0;
    padding: 3px 0;
  }
  .mclp_section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .explore_btn{
    font-size: 17px;
  }
  /* .explore_btn {
    width: 180px;
    height: 50px;
    margin: auto;
  } */
  /* .mclp_section-left img {
    max-width: 250px;
  } */
}
.Benefits_list_compare {
  padding-left: 0;
  text-align: left;
}
.Benefits_list_items {
  list-style: none;
  margin-top: 15px;
}
.Benefits_list_items[data-visible="false"] {
  display: none;
}
.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;
  box-shadow: none;
}
.Benefits_list_title{
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0;
}
.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;
}
.Benefits_list_header .Benefits_list_icon{
  border-radius: 0;
}
/* timer */

.countdown-timer-banner-enabled{
  border: 1px solid #002F61;
  border-radius: 4px;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  margin-top : 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.30);
  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;
}
.award-test-wrap .ApplyCardWrap {
  padding-bottom: 0;
}
.award-container{
  display: flex;
  gap: 22px;
  background: #EBEBEB;
  padding:25px 0;
  position: relative;
  z-index: 1;
  margin-top: 16px;
  &::after{
    content: "";
    width: calc(100% + 90px);
    left: -45px;
    height: 100%;
    background: #EBEBEB;
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius:0 0 35px 35px;
  }
}
.award-heading{
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.award-description{
  font-size: 12px;
font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  padding: 0;
}
.award-content{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.award-link{
  color: #000;
  position: relative;
  &::after {
    content: "";
    width: 7px;
    display: inline-block;
    height: 7px;
    margin-left: 2px;
    background-size: contain;
    vertical-align: middle;
    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='%23000000'/%3e%3c/svg%3e ");
  }
}
@media (max-width: 768px) {
  .award-test-wrap .Terms{
  order: 0;
  }
  .award-container {
    flex-direction: column;
    align-items: center;
   text-align: center;
    gap: 10px;
    padding: 0 10px 20px 10px;
    margin-top: 44px;
    border-radius: 10px;
    &::after {
      display: none;
    }
  }
  .award-icon{
    margin-top: -33px;
  }
  .award-test-wrap .ApplyCardWrap {
    padding-bottom: 20px;
  }
  .award-heading{
    font-size: 20px;
    line-height: 24px;
  }
}
