* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
   scroll-behavior: smooth;    
}

:root {
    --black: #000000;
    --white: #FFFFFF;
    --navyblue: #006FCF;
    --blue: #002F61;
    --grey: #D9D9D966;
}

@font-face {
    font-family: "BentonSans";
    src: url(../fonts/bentonsans-regular.woff2) format("woff2"), url(../fonts/bentonsans-regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "BentonSans";
    src: url(../fonts/bentonsans-bold.woff2) format("woff2"), url(../fonts/bentonsans-bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "BentonSans";
    src: url(../fonts/bentonsans-mediumitalic.woff2) format("woff2"), url(../fonts/bentonsans-mediumitalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: "BentonSans-Medium";
    src: url(../fonts/bentonsans-medium.woff2) format("woff2"), url(../fonts/bentonsans-medium.woff) format("woff");
    font-weight: 400;
  }

  @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")}
  
body {
    margin: 0;
    padding: 0;
    font-family:Hilton Sans;
    -webkit-text-size-adjust: 100%;
    color: var(--black);
    background: var(--white);
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}
.logo{
    max-width: 186px;
}
/* .banner .container {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    background: var(--grey);
} */
sup{
    font-family: Arial, Helvetica, sans-serif;
}
/* #banner {
    background: url(../images/bannerbg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
} */
.banner{
    background: url(../images/bannerbg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 100px;
}
.banner:after {
    content: "";
    width: 100%;
    bottom: 0;
    height: 125px;
    background: #fff;
    z-index: 1;
    background: linear-gradient(180deg, rgba(240, 233, 230, 0.00) 0%, rgba(240, 233, 230, 0.76) 58.15%, #F0E9E6 92.72%);
    position: absolute;
}
.compareWrap {
    display: flex;
    justify-content: end;
}
.hilton_honors {
    min-height: 559px;
    margin-top: 135px;
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 612px;
    max-width: 612px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    flex: 1;
    text-align: center;
    padding-left: 38px;
    padding-right: 30px;
    padding-bottom: 20px;
    box-shadow: 0 2px 39px rgba(0, 0, 0, 25%)
}
.card_img {
    margin-top: -80px;
    /* box-shadow: 0 3px 20px rgba(0, 44, 93, 30%); */
    border-radius: 10px;
     max-width: 287px;
}
.hilton_honors_contents {
    text-align: left;
}
.card_name {
    text-align: left;
    margin: auto;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #002F61;
    font-family:Hilton Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.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;
    margin-bottom: 10px;
}
.h2-offer {
    font-family:Hilton Serif;
    color: #002F61;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; 
    margin-bottom: 15px;
}
.h2-offer span {
    color: var(--navyblue);
}
.banner_running_text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.p_banner_note {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #007293;
    margin-top: 10px;
}
.Reward_ponit_list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
}
.Reward_ponit_list li {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 20px;
}
.earn_ponit {
    line-height: 1.136rem;
    background: var(--navyblue);
    height: 50px;
    flex: 0 0 50px;
    width: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: baseline;
    border-radius: 100%;
    font-size: 18px;
    text-transform: uppercase;
   font-weight: bold;
}
.Reward_ponit_list p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.AnnualFee {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.ApplyNow {
    background: #007293;
    font-size: 18px;
    width: 186px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    border-radius: 10px;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.Terms {
    color: #53565A;
    font-size: 12px;
    margin: 5px 0 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    list-style: none;
    justify-content: left;
}
.Terms  a {
    color: #53565A;
    padding: 13px 0;
    display: inline-block;
}
.Terms li{
    position: relative;
}
.Terms li::after {
    content: "|";
    position: absolute;
    right: -11px;
    top: 15px;
}
.Terms li:last-child::after{
    display: none;
}
.Terms li a:after {
    content: "";
    width: 8px;
    display: inline-block;
    height: 8px;
    margin-left: 3px;
    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='%2353565A'/%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 ");
}
.DivPlace {
    color: var(--white);
    text-align: right;
    padding: 5px 15px 5px 15px;
    float: right;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px; /* 143.75% */
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.80);
    z-index: 99;
    position: relative;
    /* text-shadow: 0px 2px 5px #000; */
}

.section-heading {
    padding-top: 20px;
    color: #000;
    font-family:Hilton Serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    position: relative;
}
.section-heading::before {
    content: "";
    background: #007293;
    width: 130px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.top-benefits,.travel-benefits,.hilton-points,.annual-fee{
    background: #F0E9E6;
}
p.warning {
	text-align: center;
	line-height: 2;
}
p.warning a {
	background: #3bacff;
	color: #fff;
	padding: .2rem .5rem;
	border-radius: 3px;
	white-space: nowrap;
}
p.warning a.more {
	background: #45ba04;
}
.top-benefits-gird{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    margin-top: 40px;
}
.top-benefits__column{
    display: grid;
    gap: 25px;
}

.travel-benefits-grid{
    display: flex;
    gap: 25px;
}
.travel-benefits-card{
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    flex: 1;
}
.travel-benefits-heading{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.travel-benefits-desc{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
.top-benefits-card{
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}
.top-benefits-card-header{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.top-benefits-card-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.top-benefits-card-desc{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.accordion {
    position: relative;
     border-radius: 10px;
    cursor: pointer;
    padding: 20px 50px 20px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FFF;
    color: #002F61;
}

.accordion.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion:last-of-type {
	border-bottom: 0;
}


.tabbed-content .active:after {
    display: none;
}

.panel {
	padding: 0 18px;
	background-color: #F8F8F8;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.panel.open{
    max-height: none;
}
.panel p {
    padding: 25px 0;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.accordion::before {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 20px;
    content: "\002B";
    color: #002F61;
    font-family: Arial, Helvetica, sans-serif;
    width: 28px;
    display: flex;
    height: 28px;
    border: 1px solid #002F61;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    padding-top: 1px;
    box-sizing: border-box;
}
.accordion.active:before {
	content: "\2212";
}
section.travel-benefits .section-heading {
    margin: 40px 0;
    padding-left: 0;
    color: var(--blue);
}

 .accordion-title {
    color: #007293;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: capitalize;
}
.accordian-gap {
    margin-bottom: 20px;
}
.travel-confidence {
    padding-top: 30px;
    padding-bottom: 50px;
}
.learn-more {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    justify-content: center;
}
.card-iamge {
    text-align: center;
}
section.credit-cards {
     padding-bottom: 50px;
    background: #fff;
}
.credit-cards .section-heading {
    text-align: center;
    padding: 20px 0 50px;
}

.credit-cards .section-heading::before{
     left: 0 ;
     right: 0;
     margin: auto;
}
section.credit-cards a {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    margin: 0 auto;
    height: 47px;
    width: 186px;
    background: #002F61;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    font-weight: 400;
    color: #fff;
}
section.annual-fee {
    padding: 65px 0px 100px;
    position: relative;
}
.annual-fee::after {
    height: 98px;
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(240, 233, 230, 0.00) 0%, rgba(240, 233, 230, 0.76) 58.15%, #ffffff 92.72%);
}
.annual-fee-card {
    /* gap: 50px; */
    display: grid;
    grid-template-columns: 65% 35%;
}
section.annual-fee .annual-fee-content {
    text-align: center;
    padding-top: 50px;
}
section.annual-fee .annual-fee-content .AnnualFee {
    color: var(--black);
    text-align: center;
}
section.annual-fee .annual-fee-content .Terms , section.annual-fee .annual-fee-content .Terms a {
    text-align: center;
    justify-content: center;
}
section.annual-fee .ApplyNow {
    margin: 0 auto;
}
.points-bg {
    position: relative;
    background: #fff;
    display: grid;
    grid-template-columns: 38% 60%;
    border-radius: 40px;
}
.points-bg-text {
    left: 40px;
    bottom: 30px;
    position: absolute;
    color: var(--white);
    font-size: 14px;
    background: rgba(0, 0, 0, 0.80);
    padding:5px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* text-shadow: 3px 0 2px #000; */
}
.points-bg-content {
    background: #fff;
    padding: 50px 20px 50px 50px;
    border-radius: 0 40px 40px 0;
}
.points-bg-image img {
    border-top-left-radius: 40px;
    height: 100%;
    border-bottom-left-radius: 40px;
}
.points-ApplyNow {
    text-decoration: none;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center ;
    border-radius: 30px;
    width: 278px;
    background: #F0E9E6;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.18px;
    color: #007293;
}
 .points-bg-content .section-heading {
    padding-bottom: 20px;
    padding-left: 0;
    /* font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;  */
} 
.points-bg-content .section-heading::before{
    display: none;
}
.points-buttons {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
    margin: 30px 0;
}
.points-ApplyNow span {
    padding-right: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--black);  
    font-weight: normal;
    font-style: normal;
}
.points-buttons +  p {
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/* .points-ApplyNow:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    color: var(--white);
    background: var(--blue);
}
.points-ApplyNow:hover span {
    color: var(--white);
} */
.annual-fee-text-content {
    border-radius: 40px;
    background: #fff;
    padding: 50px 30px;
}
.annual-fee-image img {
    max-width: 278px;
}
.annual-fee-text-content .section-heading {
    color: #000;
    padding: 0;
    margin-bottom: 30px;
}
.annual-fee-text-content  .section-heading::before
{
 display: none;
}
.annual-fee-text-content h3 {
    color: #002F61;
    font-family:Hilton Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 30px;
}
.left-right-section {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
.left-right-section  h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    padding-bottom: 20px;  
}
.left-right-section  p {
    color: #000;

font-family: "Hilton Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
    padding-bottom: 30px;
    font-weight: normal;  
}
.left-right-section div {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;    
}
.expense-management .panel {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); 
    padding: 0 18px;
    background-color: #fff;
}
.expense-management .inner-card {
    padding: 15px 25px;
    border-radius: 11px;
    border: 1px solid #ADADAD;
    position: relative;
    margin: 30px;
}
.expense-management .inner-card p {
    padding: 10px 0;
    line-height: 22px;
}
.expense-management{
    margin-bottom: 65px;
}
.card-number {
    color: #fff;
}
.card-number-bg {
    background: var(--blue);
    content: "";
    height: 34px;
    position: absolute;
    border-radius: 50%;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    top: -16px;
    left: -8px
}
.Expense-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/* .Expense-content > :last-child {
    grid-column: 1 / -1; This spans the last child across all columns
} */
.expense-management .accordion {
    background: var(--blue);
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    
}
.expense-management .accordion::before {
    border: 1px solid var(--white);
    color:var(--white);
}

.travel-benefits{
    padding-top: 65px;
}
.enhanced {
    margin-left: 10px;
    border-radius: 1px;
    background: var(--navyblue);
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px;
    line-height: 24px;
    font-size: 16px;
    position: absolute;
    top: -104px;
}
.enhanced::after {
    content: "";
    position: absolute;
    top: 0px;
    right:-5px;
    width: 6px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='24' viewBox='0 0 6 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 24V0H4.9C5.639 0 6.12271 0.773937 5.79888 1.4382L0.719216 11.858C0.581224 12.1411 0.584625 12.4726 0.728397 12.7528L5.75256 22.5434C6.09404 23.2089 5.61058 24 4.86262 24L0.5 24Z' fill='%23006FCF'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: 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;
}
footer ul li a{
    padding: 16px 0;
    display: block;
}


footer a,footer a:hover {
    color: #fff;
}

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

.partner_img_tab,
.partner_img_mob {
    display: none;
}
.navbar{
    padding-top: 15px;
    padding-bottom: 15px;
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* tab css */
.tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 0 0 420px;
    gap: 10px;
    margin-top: 40px;
}


  .tab:focus {
    outline: none;
    background-color: #fff;
  }

  .tab-panel {
    display: none;
    padding: 40px;
    border-radius: 35px;
    background-color: #fff;
    min-height: 300px;
  }

  .tab-panel.active {
    display: block;
    background-color: #fff;
  }


  .tab_item {
    flex: 1;
    padding: 14px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 18px 0 0 18px;
    border: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    appearance: none;
    background: none;
  }

  .tab_item:focus {
    outline: none;
    background-color: #fff;
  }
  .tab_item.active {
    background-color: #fff;
  }
  .tabbed-content {
    width: 100%;
    margin: 1em auto 0;
    display: flex;
    align-items:flex-start;
}
.tab_icon{
    background: #007293;
    height: 42px;
    flex: 0 0 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.tab-content-title{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.p-18{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.list_ul{
    list-style: none;
    margin-top: 20px;
    font-size: 18px;
    line-height:26px ;
}
.list_ul li {
    padding-left: 25px;
    margin-bottom: 6px;
    position: relative;
}
.list_ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 10px;
}
.card-iamge img{
 max-width: 295px;
}
.business-section_sleeve{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px;
    border-radius: 24px;
    border: 1px dashed #000;
    max-width:  990px;
    width: 100%;
    margin: 0 auto 0;
}
.business-section{
   padding-top: 65px;
   background: #F0E9E6;
}
.business-section-h2{
    color: #007293;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
}
.business-section-p{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}
.accordion:focus-visible {
    outline: 1px solid var(--navyblue);;
}
.not-bussiness-owner {
    padding-top: 65px;
    background: #F0E9E6;
}
  /* Media query for mobile devices */
  @media (min-width:1200px) {
    .container {
        max-width: 1232px;
    }
}


@media all and (max-width: 1199px) {
    /* .container {
        max-width: 960px;
    } */
    .points-buttons {
        grid-template-columns: repeat(1, 1fr);
    }
    .partner_img_tab {
        display: block;
    }

    .partner_img {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .tabbed-content{
        display: block;
    }
    .tab_item {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        border-radius: 10px 10px 0 0;
        font-size: 16px;
        text-align: center;
        flex: 0 0 30%;
        padding: 14px 14px;
    }
    .tabs{
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .tab-panel{
        padding: 30px;
        min-height:auto;
        border-radius: 35px;
        border-radius: 0 0 15px 15px;
    }
 

}
@media all and (max-width: 991px) {
    /* .container {
        max-width: 720px;
    } */
    .annual-fee-card {
        grid-template-columns: 100%;

    }
    .points-bg-image{
        position: relative;
    }
    .points-bg-content{
        padding: 50px 30px;
        border-radius: 0 0 40px 40px;
    }
    .points-bg-content .section-heading{
        padding-top: 0;
    }
    section.credit-cards {
        height: 100%;
    }
    .learn-more {
      flex-direction: column;
       gap: 30px;

    }
    .compareWrap {
        justify-content: center;
    }
    .hilton_honors {
        margin-right: 0;
        margin-top: 110px;
    }
    .points-bg {
        grid-template-columns: 100%;
    }
    .points-bg-image img {
        width: 100%;
        border-radius: 40px;
        height: auto;
    }
    .points-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
    .top-benefits .active:after {
        display: none;
    }
  
}
@media all and (max-width: 767px) {
    .lto_time {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .top-benefits-gird{
        grid-template-columns: auto;
    }
    .top-benefits-card-title,.accordion-title{
        font-size: 20px;
        line-height: 26px;
    }
    .top-benefits-card-header{
        gap: 12px;
    }
    .not-bussiness-owner,.travel-benefits{
        padding-top: 40px;
    }
    .travel-benefits-grid{
        flex-flow: column;
    }
    .expense-management{
        margin-bottom: 35px;
    }
    .travel-confidence{
        padding-top: 25px;
    }
    section.annual-fee .annual-fee-content{
        padding-top: 15px;
    }
    .partner_img_tab {
        display: none;
    }
    .partner_img_mob {
        display: block;
    }
    /* .container {
        width: 90%;
        max-width: 90%;
    } */
    .left-right-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .learn-more {
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .Expense-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .points-buttons {
        grid-template-columns: repeat(1, 1fr);
    }
    .annual-fee-text-content .section-heading {
        width: 100%;
    }
    section.annual-fee {
        padding: 30px 0px;
    }
    .points-ApplyNow {
        margin: 0 auto;
    }   
    .points-bg-image {
        position: relative;
    }  
    .DivPlace {
        position: absolute;
        top: auto;
        font-size: 14px;
        margin-right: 0;
        right: 10px;
        z-index: 11;
        bottom: 40px;
    }
    /* #banner{
        background-size: 100%;
        background-position: top center;
        background-image: url(../images/ConradBoraBoraNui.png);
        overflow: hidden;
    } */
    .card_img{
        margin-top: -50px;
        max-width: 180px;
    }
    .enhanced{
        line-height: 20px;
        font-size: 12px;
        position: absolute;
        top: -70px;
    }
    .enhanced::after{
        height: 20px;
    }
    .hilton_honors {
        margin-bottom: 0px;
    }
}
@media all and (max-width: 640px) {
    .tab_item{
        font-size: 12px;
        padding: 14px 6px;
        flex: 1;
    }
    .tab_icon{
    height: 32px;
    flex: 0 0 32px;
    width: 32px;
}
.tab_icon svg{
    width: 16px;
}
.card-iamge img {
    max-width: 230px;
}
}
@media all and (max-width: 480px) {
    .accordion,.expense-management .accordion {
        font-size: 16px;
    }
    .banner_running_text, .Reward_ponit_list p  {
        font-size: 16px;
        line-height: 23px;
    }
    .card_name {
        font-size: 18px;
    }
    .h2-offer {
        font-size: 24px;
        line-height: 29px;
    }
    .hilton_honors {
        padding-left: 15px;
        padding-right: 15px;
    }
    .AnnualFee {
        text-align: center;
    }
    .ApplyNow {
        margin: 0 auto;
    }
    .Terms {
        justify-content: center;
        font-size: 12px;
    }
    /* .top-benefits h4.tab-content-title {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 20px;
    } */
    section.travel-benefits .section-heading {
        margin: 20px 0;
        font-size: 24px;
    }
    .points-bg-content {
        padding: 20px;
        border-radius: 40px;
    }
    .annual-fee::after {
        height: 58px;
    }
    .section-heading {
        font-size: 24px;
        padding-top: 20px;
        line-height: 29px;
    }
    .annual-fee-text-content {
        padding: 20px;
        margin-bottom: 15px;
    }
    .annual-fee-text-content h3 {
        padding-bottom: 25px;
    }
    section.credit-cards .section-heading {
        padding: 30px 0;
    }
    .left-right-section h4 {
        padding-bottom: 15px;
    }

    .left-right-section p {
        padding-bottom: 20px;
    }
  
    .expense-management .panel {
        padding: 0 10px;
    }
    .expense-management .inner-card {
        padding: 15px 20px;
        margin: 25px;
    }
    section.travel-benefits .accordion-title {
        font-size: 20px;
    }
}
/*    explore card */
  
    .explore-cards {
        max-width: 990px;
        width: 100%;
        align-items: center;
        padding: 25px 45px;
        grid-template-columns: 25% 55% 20%;
        display: grid;
        border-radius: 24px;
        border: 1px dashed #000;
        margin: 0 auto;
    }
    .explore-cards-text {
        display: grid;
        align-items: center;
    }
    .explore-cards-text h3 {
        color: #007293;
        font-family: "Hilton Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .explore-cards-text p {
        color: #000;
        font-family: "Hilton Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .explore-cards a {
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 10px;
        margin: 0 auto;
        height: 47px;
        width: 186px;
        background: #002F61;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        font-weight: 400;
        color: #fff;
   }
   .hilton_honors .h2-offer span {
    color: #007293;
}
.hilton_honors .Terms a {
    font-weight: 400;
    font-family: BentonSans;
}
.top-benefits .tab_item span {
    font-weight: 700;
    font-family: "Hilton Sans";
}
.explore-cards a {
    font-family: 'BentonSans';
}
.expense-management .accordion {
    font-family: 'Hilton Sans';
}
.expense-management .inner-card h4 {
    font-size: 18px;
}
.travel-benefits .on-road .section-heading {
    color: #000;
}
.on-road .accordion , .travel-confidence .accordion {
    font-family: 'Hilton Sans';
}
.points-bg-content .section-heading {
    line-height: 40px;
}
.points-bg .banner_running_text {
    font-family: 'BentonSans';
    line-height: 24px;
}
.annual-fee .annual-fee-content .Terms a {
    font-family: 'BentonSans';
}
.annual-fee-content{
    position: relative;
    z-index: 1;
}
@media all and (max-width: 991px) {
 .not-bussiness-owner .explore-cards {
    grid-gap: 25px;
    text-align: center;
    grid-template-columns: 100%;
    display: grid;
    margin: 0px 2px;
 }
 .explore-cards img {
    margin: 0 auto;
}
}
/* timer */

.countdown-timer-banner-enabled{
    border: 1px solid #002F61;
    border-radius: 4px;
    padding: 0 15px 15px;
    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.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;
}