  * {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  a {
    text-decoration: none !important;
  }
  
  p,
  h2,
  h3 {
    margin: 0 !important;
  }
  
  body {
    height: fit-content;
  }
  
  /* Small devices */
  /* .breadcrumb-section {
    padding: 0px 150px;
  } */

  
  .hero-title {
    color: var(--gray-text-invert, #fff);
  
    /* Mobile/Display-2 */
    font-family: "Bellefair";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
  
    margin-bottom: 0;
  }
  
  .heading-section {
    display: flex;
    /* width: 390px; */
    padding: 24px 16px 32px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .heading-title {
    color: var(--gray-text-strong, #2c3059);
  
    /* Mobile/Display-2 */
    font-family: "Bellefair";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    height: 10%;
    margin-top: 10px;
  }
  

  /* reset default card */
  
  .table> :not(caption)>*>* {
    background-color: unset !important;
    color: unset !important;
    padding: unset !important;
    margin: unset !important;
  }
  
  .table {
    font-family: "Inter";
    height: 100%;
    border: 1px solid var(--gray-stroke, #dfe0eb);
    margin-top: 5%;
  }
  
  .table thead {
    background: linear-gradient(180deg, #8240a5 0%, #a465c6 100%) !important;
    color: var(--gray-text-invert, #fff);
  
    /* Desktop/H6 — Bold */
    font-family: "InterBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
  }
  
  .table thead tr th,
  .table tbody tr th,
  .table tbody tr td {
    padding: 16px 24px 16px 24px !important;
    gap: 60px;
  }
  
  .table tbody tr th .zone-title,
  .zone-title {
    color: var(--gray-text, #6a6d87);
  
    font-family: "InterBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  
  .table tbody tr th .zone-subtitle,
  .table tbody tr td,
  .zone-subtitle {
    color: var(--gray-text, #6a6d87) !important;
  
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  tbody tr:nth-child(odd) {
    background-color: #f9f9fc;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f2f2fa;
  }
  
  tbody td {
    width: 15%;
  }

/*
  .header {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6A6D87);
  }*/

  /* Medium devices (tablets, 768px and up) */


   
  .partnerAirlines {
    width: auto;
    top: 16px;
    left: 12px;
    gap: 0px;
    opacity: 0px;
  
  }
   
  .creditCardContent {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6A6D87);
    padding-bottom: 3%;
  }
  
.cardImg {
  	width: 376px;
    height: 236px;
    gap: 0px;
    opacity: 0px;
}

.hyperlink {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text, #684B9B);
}

.benefit {
    font-family: "Bellefair";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6A6D87);
    padding-bottom: 2%;
}

/*span {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6A6D87);
}*/

.readMore {
    width: 128px;
    height: 50px;
    opacity: 0px;
    background: none;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text, #684B9B);
}

.creditCard {
    width: 208px;
	height: 88px;
	margin-top: 0%;
}
.ourPartners .creditCard {
    width: 140px;
    height: max-content;
	margin-top: 0%;
}
.ourPartners {
	margin-top: -24px;
    margin-bottom: 72px;
}

.multiImageBorder {
    border-bottom: 1px solid var(--gray-stroke, #DFE0EB);
}
.alignedList{
    display: flex;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
.global-content-padding{
    padding-bottom:40px !important;
    }
}
       
  @media (min-width: 768px) {
    .breadcrumbSection {
      padding: 0px 120px;
    }

    .hero-section {
      height: 300px;
      padding: 56px 150px;
  
      background: linear-gradient(180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.5) 100%),
        url("assets/earnMiles/starAlliance.png") lightgray 50% / cover no-repeat;
    }
  
    .hero-title {
      color: var(--gray-text-invert, #fff);
  
      /* Desktop/Display-1 */
      font-family: "Bellefair";
      font-size: 36px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 54px */
      text-transform: uppercase;
    }
  
    .heading-section {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
    }
  
    .heading-title {
      overflow: hidden;
      color: var(--gray-text-strong, #2c3059);
      text-overflow: ellipsis;
      margin-top: 40px;

      /* Desktop/Display-2 */
      font-family: Bellefair;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 48px */
      text-transform: uppercase;
     height: 10%;
    }
	.container {
      /*margin-top:30px;
      margin-bottom:30px;*/
    	height: 10%;
    }
    .ourPartners .creditCard {
        width: 124px;
        height: max-content;
        margin-top: 0%;
    }
    .ourPartners {
        margin-top: 24px;
        margin-bottom: 160px;
    }

  }

.hotelPartnersBorder {
	border-bottom: unset;
}

.img-hover {
  position: relative;
}

.hotel-partners {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 500px;
  max-width: 675px;
  width: auto;
  min-height: 266px;
  padding: 32px;
  border-radius: 12px;
  background: var(--gray-surface-invert, #fff);
  box-shadow: 0px 16px 40px 0px rgba(16, 24, 40, 0.06);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  z-index: 1000;
}

.img-hover:nth-child(3) .hotel-partners,
.img-hover:nth-child(15) .hotel-partners {
   left: 0;
   transform: translateX(0);
}

.img-hover:nth-child(3) .hotel-partners,
.img-hover:nth-child(6) .hotel-partners {
   width: 675px;
}

.img-hover:nth-child(12) .hotel-partners,
.img-hover:nth-child(24) .hotel-partners {
   right: 0;
   left: auto;
   transform: translateX(0);
}

.img-hover:hover .hotel-partners {
   display: flex;
}

.hover-card-title {
    color: var(--gray-text-strong, #2C3059);
    font-family: "Inter-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.hover-card-content {
    color: var(--gray-text, #6A6D87);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.hotel-partners-link {
    padding: unset;
    font-family: unset;
}

.hotel-partners-btn {
	background: unset;
    display: flex;
    height: 50px;
    align-items: center;
    color: var(--primary-text, #684B9B);
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    gap: 8px;
}

.hotel-partners-mobile-view {
	display: none !important;
}

@media (max-width: 767px) {
    .hotel-partners-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin: unset;
    }

    .img-hover {
        display: flex;
        padding: 8px 16px 8px 0px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid var(--gray-stroke, #DFE0EB);
        width: 100%;
    }

    .hotel-partners {
    	display: none !important;
    }

    .hotel-partners-mobile-view {
        display: flex !important;
    	height: auto !important;
    	cursor: pointer !important;
    }

	.show {
		border-radius: 12px 12px 0px 0px !important;
        cursor: unset !important;
	}

    .hotel-partners-web-view {
        display: none !important;
    }

    .hotel-cursor {
        cursor: pointer;
    }

    .partners-img-mobile-view {
        display: flex;
        width: 168px;
        height: 72px;
        padding: 10.08px 8.69px;
        justify-content: center;
        align-items: center;
    }

    .btn-close {
    	background-color: transparent !important;
    	color: #181B47 !important;
    	opacity: 0.7 !important;
    }

    .btn-close:focus {
    	box-shadow: unset !important;
    }

    .btn-close:hover {
    	color: #181B47 !important;
    	opacity: 0.7 !important;
	}
}

@media (min-width: 768px) {
    .partnerLogoHeight{
        height:auto;
    }
    .footergap{ 
    margin-bottom:7%; 
    } 
}

@media (max-width: 767px) { 
.footergap{ 
    margin-bottom:10%; 
    } 

        .hotel-partners-btn {
        font-size:15px;
        }
}

.disable-card {
	position: relative;
    display: inline-block
}

.disable-card::after {
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    pointer-events: none;
}


@media (min-width: 768px) {
    .alignedList{
        width: fit-content;
    }
}

.six-card-container {
	max-width: 962px !important;
}

/* modal from modaltab*/
.thaimodal .modal-content .modal-footer {
    padding: 32px 40px;
}
.thaimodal .modal-footer .modal-button {
    border: none !important;
    display: flex;
    width: 192px;
    min-width: 192px;
    align-items: flex-start;

    height: 61px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;

    border-radius: 30px;
    background: var(
      --Gradient-brand-surface,
      linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
    );
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

    color: var(--gray-text-invert, #fff);
    /* H4/Header 4 — Bold */
    font-family: "InterBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
  }
  .thaimodal .modal-footer {
    border-top: none !important;
  }
  .thaimodal .modal-content .modal-footer {
    padding: 16px 8px 12px 8px;
  }

  .thaimodal .modal-content .modal-footer {
    padding: 16px 8px 12px 8px;
  }
  
  .thaimodal .modal-footer .modal-button {
    display: flex;
    width: 192px;
    align-items: flex-start;
  
    padding: 12px var(--spacing-xs, 8px);
    justify-content: center;
    align-items: center;
  
    border-radius: 30px;
    background: var(
      --Gradient-brand-surface,
      linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
    );
    /* CTA Shadow */
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);
  
    color: var(--gray-text-invert, #fff);
    /* Body1/Body 1 — Bold */
    font-family: "InterBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
  }

.thaimodal .modal-header {
  border-bottom: none !important;
}
.thaimodal .modal-content .modal-header .modal-title {
 overflow: hidden;
    color: var(--gray-text-strong, #2c3059);
    text-overflow: ellipsis;
    font-family: "InterBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.thaimodal .modal-body .tab-content {
    padding: 0px;
    width: 100%;
    height: fit-content;
    display: flex
    flex-direction: column;
    margin-bottom: 5%;
}
.thaimodal .modal-body .image.parbase{
  width: 100%;
  height: max-content;
}    

.thaimodal .modal-body .information {
    margin: auto;
    width: auto;
    padding-top: 0px !important;
}

.modal-body .global-content-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .thaimodal .modal-body .head-title {
        width: auto !important;
        height: auto !important;
        gap: 0px;
        opacity: 0px;
        font-family: InterBold;
        font-size: 16px;
        font-weight: 700;
        line-height: 25.6px;
        text-align: left;
        color: var(--gray-text-strong, #6A6D87);
        text-transform: capitalize;
        margin-top: 20px;
        padding: 20px 150px 0px 150px;
    }
}
@media (min-width: 1301px) {
    .thaimodal .modal-body .content.global-content-padding,  .modal-body .head-title {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}

@media (max-width: 768px) {
  .thaimodal .modal.bottom-modal .modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 90%;
    transition: transform 0.3s ease-out;
  }

  .thaimodal .modal.bottom-modal .modal-content {
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }
}  

.thaimodal .modal-body img {
  width: 100% !important;
}

/* modal from multimodalfilter*/
.thaimodal .modal-header {
  border-bottom: none !important;
}

.thaimodal .modal-footer {
  border-top: none !important;
}

.thaimodal .modal-content .modal-header {
  padding: 24px 16px 16px 16px;
}

.thaimodal .modal-content .modal-header .modal-title {
  color: var(--gray-text-strong, #2c3059);

  /* Mobile/H3 — Bold */
  font-family: "InterBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */

  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.thaimodal .modal-content .modal-body {
  padding: 0px 16px;
}

.thaimodal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;

  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.thaimodal .modal-content .modal-body .modal-title {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Bold */
  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.thaimodal .modal-content .modal-body .modal-subtitle {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Medium */
  font-family: "InterMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.thaimodal .modal-content .modal-body .modal-text {
  color: var(--gray-text, #6a6d87);

  /* Small/Small — Regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.thaimodal .modal-content .modal-footer {
  padding: 16px 8px 12px 8px;
}

.thaimodal .modal-footer .modal-button {
  display: flex;
  width: 358px;
  align-items: flex-start;

  padding: 12px var(--spacing-xs, 8px);
  justify-content: center;
  align-items: center;

  border-radius: 30px;
  background: var(
    --Gradient-brand-surface,
    linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
  );
  /* CTA Shadow */
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);

  color: var(--gray-text-invert, #fff);
  /* Body1/Body 1 — Bold */
  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

@media (max-width: 768px) {
  .thaimodal .modal.bottom-modal .modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 90%;
    transition: transform 0.3s ease-out;
  }

  .thaimodal .modal.bottom-modal .modal-content {
    height: 100%;
    border-radius: 1rem 1rem 0 0;
  }
}

/* other screen */
@media (min-width: 768px) {
  .thaimodal .modal.modal.bottom-modal .modal-dialog {
    display: flex;
  }

  .thaimodal .modal-content .modal-header {
    padding: 40px 40px 16px 40px;
  }

  .thaimodal .modal-content .modal-body {
    padding: 0px 40px;
  }

  .thaimodal .modal-content .modal-footer {
    padding: 32px 40px;
  }

  .thaimodal .modal-content .modal-header .modal-title {
    overflow: hidden;
    color: var(--gray-text-strong, #2c3059);
    text-overflow: ellipsis;

    /* H4/H4 - Bold */
    font-family: "InterBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
  }

  .thaimodal .modal-footer .modal-button {
    display: flex;
    width: 192px;
    min-width: 192px;
    align-items: flex-start;

    height: 61px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;

    border-radius: 30px;
    background: var(
      --Gradient-brand-surface,
      linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
    );
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

    color: var(--gray-text-invert, #fff);
    /* H4/Header 4 — Bold */
    font-family: "InterBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
  }
}