.desktopimg {
  display: block;
  margin: 2rem;
}

.mobileimg {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

strong,
b {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .desktopimg {
    display: none;
  }
  .mobileimg {
    display: block;
    margin: 10px 3rem;
  }
}
.highlight,
.highlight {
  padding-bottom: 10px !important;
  font-weight: bold;
}

ul.numLst li,
ol.numLst li {
  width: 99.8%;
  padding: 0 0px 5px;
  margin: 0 0 0 25px;
  list-style: decimal;
  line-height: 17px;
}
ul.numLst li ul.alphaLst,
ol.numLst li ul.alphaLst {
  margin: 10px 0 0;
}
ul.numLst li ul.alphaLst li,
ol.numLst li ul.alphaLst li {
  padding: 0 0 5px 0;
  list-style: lower-alpha;
  line-height: 17px;
}

.new_disclaimers ul.numLst li {
  font-size: 10px;
  line-height: 16px;
}

.TermsAndConditions .tableWrap table {
  width: 98.7%;
}
.TermsAndConditions ul {
  padding: 0;
}

.tableWrap table {
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  width: 99.8%;
  box-shadow: 2px 2px 4px #cccccc;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.tableWrap table tr th,
.tableWrap table tr td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  line-height: 17px;
  padding: 10px 8px;
  text-align: left;
  word-wrap: break-word;
  vertical-align: middle;
}

ul.footer-remarks-six li {
  list-style-type: disc;
  line-height: 18px;
  padding-top: 5px;
}

.footer-remarks-six {
  padding-top: 0px;
}

ul {
  list-style: none;
}

.lmtable {
  text-align: center;
}
.lmtable table {
  color: #333333;
  font-weight: normal;
  margin: 20px auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  font-size: 15px;
}
.lmtable table tbody th,
.lmtable table tbody td {
  border: 2px solid #ffffff;
  padding: 10px 5px;
}
.lmtable table tbody td {
  background: #efebde;
}
.lmtable table tbody td.bg {
  background: #efebde !important;
}
.lmtable table tbody tr td.cpc {
  color: #271813;
  font-weight: bold;
}
.lmtable table tbody tr td.light {
  background: #f5f7f8 !important;
}
.lmtable table tbody tr td.silver {
  background: #e5e3e2 !important;
}
.lmtable .tnc {
  color: #333333;
  font-weight: normal;
}

.panel table th {
  background: #b5995c;
  color: #ffffff;
}

#tab-one-panel table th {
  background: #b5995c;
  color: #ffffff;
}

#tab-two-panel table th {
  background: #281814;
  color: #ffffff;
}

#tab-two-panel td {
  background: #e5e3e2;
}

.flex-tabs .panel .lmtable table tbody tr:nth-child(2) td {
  background: #cacaca !important;
}

.hide_btn {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
}

.apply_wrap {
  margin-top: 40px;
}

.applyBtn {
  min-width: 235px;
}

#tab-one-panel .applyBtn {
  background: #b5995c;
}

#tab-two-panel .applyBtn {
  background: #281814;
}

body {
  font-family: "Citi-Sans-TC", Helvetica, Arial, "sans-serif" !important;
}

html[lang=zh-CN] body {
  font-family: "Citi-Sans-SC", Helvetica, Arial, "sans-serif" !important;
}

.bannerTxt {
  top: 48% !important;
}

.innerBanner {
  max-width: 880px;
}

.siteLocation {
  max-width: 1198px;
  margin: auto;
  padding: 0 20px;
}

.textGold {
  color: #b5995c;
  font-weight: bold;
}

.visibleBigscreen,
.visibleDesktop,
.visibleTablet {
  margin: 0 auto;
}

.mt50 {
  margin-top: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mainHeading {
  font-size: 40px;
  line-height: normal;
}

.locationTable {
  max-width: 1198px;
  margin: 50px auto;
}
.locationTable th {
  padding: 10px 0;
}
.locationTable td {
  padding: 10px 0;
  border-radius: 10px;
}
.locationTable table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
.locationTable .siteBtn {
  background-color: #f4f0e6;
  color: #8e6f32;
  cursor: pointer;
}
.locationTable .siteBtn:hover, .locationTable .siteBtn.active {
  background-color: #8e6f32;
  color: #fff;
}
.locationTable img {
  vertical-align: middle;
  padding: 0px 5px 0 10px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.hideDiv {
  display: none;
}

td.siteBtn.active a,
.siteBtn:hover a,
.siteBtn.active a {
  color: #fff !important;
}

.pl10 {
  padding-left: 10px;
}

#back-top {
  width: 100%;
  margin: 0px auto;
  float: left;
  text-align: center;
  background-color: #ad9861;
  display: block;
}
#back-top span {
  background: url(images/carat_up.png) no-repeat 10px 23px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  padding: 14px 10px 20px 10px;
  transition: all 1s ease 0s;
  z-index: 9999;
  line-height: 25px;
}

.footer-fixed {
  background-color: rgba(173, 152, 97, 0.9);
  color: #fff;
  position: fixed;
  bottom: -1px;
  width: 100%;
  float: left;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
}
.footer-fixed.fixed {
  background-color: #ad9861;
  position: relative;
}

.cta {
  display: inline-block;
}

.fixed-links a,
.fixed-links > span {
  color: #fff;
}

.title {
  font-size: 32px;
}
.title > img,
.title b {
  display: inline-block;
  vertical-align: middle;
}

.mb20 {
  margin-bottom: 20px;
}

.offer_list img {
  margin: 0 auto;
}

.offer_tip {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
}

.lmtable.offer_four td.gold {
  background: #efebde;
  font-weight: bold;
  color: #b29659;
}

.lmtable.offer_four td.silver {
  background: #efebde;
}

.offer_four table {
  font-size: 16px;
}

.pageBanner .bannerImg {
  height: 100%;
  margin-bottom: 50px;
}

.visibleBigscreen {
  margin: 0 auto;
}

b {
  font-weight: bold;
}

.worko-tabs {
  background-image: url(../images/privileges-and-offers/bg1.png);
  background-position: top center;
  background-size: 100% 400px;
  background-repeat: no-repeat;
}
.worko-tabs bac hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.worko-tabs .flex-tabs {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .worko-tabs .flex-tabs {
    flex-direction: column;
  }
  .worko-tabs .flex-tabs .tab {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.worko-tabs .flex-tabs .tab {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .worko-tabs .flex-tabs .tab {
    margin-bottom: 30px;
  }
}
.worko-tabs .flex-tabs .panel {
  background-color: #f5f7f8;
  padding: 50px 0px;
  min-height: 300px;
  display: none;
  width: 100%;
  flex-basis: auto;
  border-radius: 10px;
}
.worko-tabs .flex-tabs .panel .tnc {
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
}
.worko-tabs .tab {
  display: inline-block;
  padding: 30px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  max-width: calc(50% - 15px) !important;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .worko-tabs .tab {
    font-size: 16px;
  }
}
.worko-tabs .tab strong {
  font-size: 30px;
}
@media (max-width: 768px) {
  .worko-tabs .tab strong {
    font-size: 20px;
  }
}
.worko-tabs .tab .icon-title {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .worko-tabs .tab .icon-title {
    font-size: 20px;
  }
}
.worko-tabs .tab .icon-title .gift_icon {
  width: 34px;
  margin: 0;
}
.worko-tabs .tab .icon-title span {
  width: -moz-fit-content;
  width: fit-content;
}
.worko-tabs .tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103%;
}
.worko-tabs .tab .more {
  width: 100%;
  margin-top: auto;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .worko-tabs .tab .more {
    font-size: 16px;
  }
  .worko-tabs .tab .more img {
    width: 24px;
  }
}
.worko-tabs .tab .gift_icon {
  width: 47px;
  height: 47px;
  margin: 10px auto 15px;
}
.worko-tabs .tab.CG {
  background-color: #efebde;
  color: #b5995c;
  background-image: url(../images/privileges-and-offers/tab_citigold_nor.png);
  background-size: 105% 105%;
  background-position: center;
}
.worko-tabs .tab.CG hr {
  border-top: 1px solid #b5995c;
}
.worko-tabs .tab.CG .line {
  margin: 10px 0;
  height: 3px;
  background: linear-gradient(to right, #b29659 0, rgba(255, 255, 255, 0) 100%);
}
.worko-tabs .tab.CG .gift_icon {
  background: url("../images/privileges-and-offers/CG_gift_icon.png") no-repeat center;
  background-size: contain;
}
.worko-tabs .tab.CG .more,
.worko-tabs .tab.CG #tab-one-panel .hide_btn,
.worko-tabs .tab.CG #tab-one-panel h3,
.worko-tabs .tab.CG #tab-one-panel .highlight {
  color: #b5995c;
}
@media (min-width: 769px) {
  .worko-tabs .tab.CG:hover {
    background-color: #b5995c;
    color: #fff;
    background-image: url(../images/privileges-and-offers/tab_citigold_hov.png);
  }
  .worko-tabs .tab.CG:hover .more {
    color: #281814;
  }
}
.worko-tabs .tab.CG.active {
  background-color: #b5995c;
  color: #fff;
  background-image: url(../images/privileges-and-offers/tab_citigold_hov.png);
}
.worko-tabs .tab.CG.active .more {
  color: #281814;
}
.worko-tabs .tab.CPC {
  background-color: #d4d1d0;
  color: #281814;
  background-image: url(../images/privileges-and-offers/tab_cpc_nor.png);
  background-size: 105% 105%;
  background-position: center;
}
.worko-tabs .tab.CPC .line {
  margin: 10px 0;
  height: 3px;
  background: linear-gradient(to right, #281814 0, rgba(255, 255, 255, 0) 100%);
}
.worko-tabs .tab.CPC .gift_icon {
  background: url("../images/privileges-and-offers/CPC_gift_icon.png") no-repeat center;
  background-size: contain;
}
.worko-tabs .tab.CPC .more,
.worko-tabs .tab.CPC #tab-two-panel .hide_btn,
.worko-tabs .tab.CPC #tab-two-panel h3,
.worko-tabs .tab.CPC #tab-two-panel .highlight {
  color: #281814;
}
@media (min-width: 769px) {
  .worko-tabs .tab.CPC:hover {
    color: #fff;
    background-image: url(../images/privileges-and-offers/tab_cpc_hov.png);
  }
  .worko-tabs .tab.CPC:hover .more {
    color: #b5995c;
  }
}
.worko-tabs .tab.CPC.active {
  color: #fff;
  background-image: url(../images/privileges-and-offers/tab_cpc_hov.png);
}
.worko-tabs .tab.CPC.active .more {
  color: #b5995c;
}
.worko-tabs .tab.CPC .more img {
  transform: rotate(180deg);
}
.worko-tabs .tab.CPC.active {
  cursor: default;
}
.worko-tabs .tab.CPC:not(.active):hover .more img {
  transform: rotate(0deg);
}
@media (min-width: 769px) {
  .worko-tabs .tab:hover .gift_icon {
    background: url("../images/privileges-and-offers/white_gift_icon.png") no-repeat center;
    background-size: contain;
  }
}
.worko-tabs .tab.active .gift_icon {
  background: url("../images/privileges-and-offers/white_gift_icon.png") no-repeat center;
  background-size: contain;
}
.worko-tabs .tab .more {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.worko-tabs .tab.active {
  cursor: default;
}
.worko-tabs .tab.active .more .show-more {
  display: none;
}
.worko-tabs .tab:not(.active) .active-show {
  display: none;
}
.worko-tabs .tab:not(.active) .show-less {
  display: none;
}
@media (min-width: 769px) {
  .worko-tabs .tab:not(.active):hover img.show-more {
    display: none !important;
  }
  .worko-tabs .tab:not(.active):hover img.show-less {
    display: block;
  }
  .worko-tabs .tab:not(.active):hover img {
    transform: rotate(180deg);
  }
}

.panel h3 {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1200px) {
  .innerBanner {
    margin: -11.4% auto 10%;
    max-width: 840px;
    padding: 0px;
    width: 100%;
  }
  h1.pagetitle {
    font-size: 48px;
  }
  .bannerTxt {
    position: relative;
    height: auto;
    display: block;
  }
  .pageBanner .bannerImg {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  h1.pagetitle {
    font-size: 50px;
  }
  .worko-tabs .tab {
    width: calc(50% - 15px) !important;
    max-width: 580px !important;
  }
  .worko-tabs .tab.CG {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .flex-tabs {
    flex-direction: column;
  }
  .flex-tabs .tab {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .flex-tabs #tab-one-label {
    order: 1;
  }
  .flex-tabs #tab-two-label {
    order: 3;
    margin-top: 20px;
  }
  .flex-tabs #tab-one-panel {
    order: 2;
  }
  .flex-tabs #tab-two-panel {
    order: 4;
  }
}
@media (max-width: 580px) {
  .mainHeading {
    font-size: 22px;
  }
  .subHeading,
  .siteBtn.active {
    font-size: 18px !important;
  }
  .locationTable {
    margin: 0px auto 50px;
  }
  .title b {
    font-size: 20px;
    margin-top: 20px;
    display: block;
  }
  .offer_tip {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .tab-table {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .tab-table table {
    width: 275%;
  }
}
@media only screen and (max-width: 414px) {
  .new_disclaimers {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 736px) {
  .new_disclaimers {
    padding-right: 20px;
  }
}
.offer-bg {
  padding: 100px 0;
  background: linear-gradient(to bottom, rgba(250, 239, 215, 0) 0%, rgba(232, 217, 183, 0.2) 10%, rgba(214, 195, 152, 0.2) 20%, rgba(178, 150, 89, 0.2) 50%, rgba(178, 150, 89, 0.2) 80%, rgba(178, 150, 89, 0.2) 90%, rgba(178, 150, 89, 0) 100%);
}

.content-box {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 14px;
  padding: 30px;
}
.content-box strong {
  font-size: 25px;
  color: #b29659;
}
@media (max-width: 768px) {
  .content-box strong {
    font-size: 1.2em;
  }
}

.activePoint {
  border: 1px solid #b4975a;
  border-radius: 20px;
  background: #b4975a;
  color: white;
  font-size: 26px;
  width: 42px;
  height: 42px;
  padding: 8px;
  text-align: center;
  line-height: 1;
}

.inactivePoint {
  border: 1px solid #000000;
  border-radius: 20px;
  width: 42px;
  height: 42px;
  padding: 8px;
  text-align: center;
  color: #000000;
  font-size: 26px;
  line-height: 1;
}

.activeTitle {
  font-size: 26px;
  font-weight: bold;
  color: #b4975a;
  padding: 8px 0;
  line-height: 1;
}

.inactiveTitle {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  padding: 8px 0;
  line-height: 1;
}

.activeContent {
  font-size: 18px;
  font-weight: normal;
  color: #b4975a;
  line-height: 30px;
}

.inactiveContent {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 30px;
  cursor: pointer;
}

.inactiveRow {
  padding: 8px 0;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.inactiveRow > * {
  padding-left: 20px;
  background-image: url(../images/privileges-and-offers/bullet.png);
  background-size: 10px 10px;
  background-position: top 8px left;
  background-repeat: no-repeat;
}

.inactiveArrow {
  font-size: 36px;
}

#newoffer {
  padding: 0 !important;
}
#newoffer .newtitle {
  display: block;
}
#newoffer p.intro {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
}

.title {
  line-height: 1.2;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
}

.box-3-ctn {
  display: flex;
  gap: 10px;
}
.box-3-ctn > * {
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box-3-ctn > * .title {
  font-weight: bold;
  color: #b29659;
  font-size: 25px;
}
.box-3-ctn > * strong {
  color: #b29659;
}
@media (max-width: 768px) {
  .box-3-ctn {
    flex-direction: column;
  }
}

.slider-flex {
  padding: 30px 0;
  display: flex;
  gap: 50px;
}
.slider-flex .phone {
  flex: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.slider-flex .slider-content {
  flex: 3;
}
.slider-flex .num-td {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .slider-flex {
    flex-direction: column-reverse;
  }
  .slider-flex .num-td {
    padding-bottom: 10px;
  }
  .slider-flex .inactiveTitle {
    font-size: 16px;
    padding: 3px 0;
  }
  .slider-flex .activeTitle {
    font-size: 16px;
    padding: 3px 0;
  }
  .slider-flex .inactiveRow {
    padding: 8px 0;
  }
  .slider-flex .inactiveRow > * {
    background-image: unset;
    padding-left: 0;
    line-height: 1.2;
    font-size: 16px;
  }
  .slider-flex .inactivePoint,
  .slider-flex .activePoint {
    border-radius: 20px;
    width: 25px;
    height: 25px;
    padding: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
  }
}

.related-doc {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  line-height: 1.2;
  color: #b4975a;
  background: linear-gradient(to bottom, #ffffff 0%, #e9ddc8 100%);
  border-radius: 20px;
}
.related-doc .rcontent {
  padding: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 1350px;
  margin: auto;
}
@media (max-width: 580px) {
  .related-doc .rcontent {
    padding: 20px;
  }
}
@media (max-width: 580px) {
  .related-doc {
    font-size: 20px;
  }
}

.app-bar {
  margin-top: 40px;
  margin-inline: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #b4975a;
  margin-bottom: 20px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-bar > * {
  display: flex;
  align-items: center;
}
.app-bar .left {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.app-bar .left .text {
  white-space: nowrap;
}
.app-bar .right {
  margin-right: auto;
  min-width: 300px;
  border-left: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-ctn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.apply-ctn .other-tab {
  display: flex;
  gap: 2px;
  font-weight: bold;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .apply-ctn .other-tab {
    font-size: 15px;
  }
}
.apply-ctn .other-tab img {
  width: 25px;
}
.apply-ctn .other-tab {
  cursor: pointer;
}
.apply-ctn .gold {
  color: #b29659;
}
.apply-ctn .cpc {
  color: #281814;
}

.qa-ctn {
  margin-top: 40px;
}
.qa-ctn ul {
  padding-left: 20px;
  list-style: unset;
}
.qa-ctn li {
  float: unset;
}
.qa-ctn .qa-item {
  border: 2px solid #efebde;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.qa-ctn .qa-item .qa-num {
  margin-left: 20px;
  border: 1px solid #b29659;
  border-radius: 500px;
  min-width: 42px;
  height: 42px;
  padding: 8px;
  text-align: center;
  color: #b29659;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .qa-ctn .qa-item .qa-num {
    font-size: 18px;
    min-width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 0px;
  }
}
.qa-ctn .qa-item .qa-content .question {
  font-size: 25px;
  min-height: 42px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qa-ctn .qa-item .qa-content .question {
    font-size: 18px;
  }
}
.qa-ctn .qa-item .qa-content .answer {
  padding-top: 10px;
  overflow: hidden;
}
.qa-ctn .qa-item .qa-content .answer p {
  margin-bottom: 12px;
}
.qa-ctn .qa-item .qa-content .answer ol {
  padding-left: 20px;
}
.qa-ctn .qa-item .qa-content .answer ol li {
  float: none;
}
.qa-ctn .qa-item .qa-content .answer a {
  text-decoration: underline;
}
.qa-ctn .qa-item .qa-content .btn {
  margin-top: 14px;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 20px;
  color: #8e6f32;
  gap: 8px;
}
.qa-ctn .qa-item .qa-content .btn img {
  width: 29px;
  height: 29px;
  transform: rotate(270deg);
}
@media (max-width: 768px) {
  .qa-ctn .qa-item .qa-content .btn {
    font-size: 16px;
  }
}
.qa-ctn .qa-item:not(.active) .active-show {
  display: none;
}
.qa-ctn .qa-item.active .active-hide {
  display: none;
}
.qa-ctn .qa-item.active .btn img {
  transform: rotate(90deg);
}

.tab-bar {
  display: flex;
  background-color: #f0eeed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.tab-bar > * {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #8e6f32;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #f0eeed;
  min-height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab-bar > * {
    font-size: 14px;
  }
}
.tab-bar[active="1"] [data-attr="1"] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #8e6f32;
}
.tab-bar[active="2"] [data-attr="2"] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #8e6f32;
}
.tab-bar[active="3"] [data-attr="3"] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #8e6f32;
}

.tab-content-ctn {
  background-color: #f5f7f8;
  padding: 40px 0;
  min-height: 640px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .tab-content-ctn {
    min-height: unset;
    font-size: 16px;
  }
}
.tab-content-ctn .rules .title {
  color: #b29659;
  font-size: 32px;
  font-weight: bold;
  gap: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .tab-content-ctn .rules .title {
    font-size: 24px;
    padding: 20px;
  }
}
.tab-content-ctn .rules .title .smaller {
  font-size: 0.66em;
}
.tab-content-ctn .rules .title img {
  margin-bottom: auto;
}
.tab-content-ctn .rules .title > *:not(img) {
  padding-top: 8px;
}
.tab-content-ctn .rules .title.bg {
  margin-top: 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #e9ddc8 100%);
  border-radius: 20px;
}
.tab-content-ctn .rules .title.bg .text {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.tab-content-ctn .rules .point {
  padding-left: 105px;
}
@media screen and (max-width: 768px) {
  .tab-content-ctn .rules .point {
    padding-left: 85px;
  }
}
.tab-content-ctn .rules strong {
  font-size: 25px;
  color: #b29659;
}
@media (max-width: 768px) {
  .tab-content-ctn .rules strong {
    font-size: 18px;
  }
}
.tab-content-ctn .rules ul {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tab-content-ctn .rules ul li {
  padding-left: 20px;
  background-image: url(../images/privileges-and-offers/bullet.png);
  background-size: 10px 10px;
  background-position: top 8px left;
  background-repeat: no-repeat;
}
.tab-content-ctn[active="1"] [tab-item="2"] {
  display: none;
}
.tab-content-ctn[active="1"] [tab-item="3"] {
  display: none;
}
.tab-content-ctn[active="2"] [tab-item="1"] {
  display: none;
}
.tab-content-ctn[active="2"] [tab-item="3"] {
  display: none;
}
.tab-content-ctn[active="3"] [tab-item="1"] {
  display: none;
}
.tab-content-ctn[active="3"] [tab-item="2"] {
  display: none;
}

.table-ctn {
  max-width: 100%;
  position: relative;
  margin: 20px 0;
}
.table-ctn .t {
  overflow: auto;
}
.table-ctn table {
  min-width: 650px;
  margin: 0;
}
@media (max-width: 600px) {
  .table-ctn::after {
    display: block;
    content: "";
    background-image: url(../images/privileges-and-offers/finger.png);
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 35px;
    height: 38px;
  }
}

.two-box {
  display: flex;
  width: 100%;
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
}
.two-box > * {
  flex: 1;
  text-align: center;
  background: #f5f7f8 !important;
  border: 2px solid #ffffff;
  padding: 10px 5px;
}

.container {
  display: block;
}

.menuBar {
  background-color: #fff;
}

@media (max-width: 768px) {
  .fixed-links {
    padding: 0;
  }
}

.sticky-content-lt {
  display: flex !important;
}
@media (max-width: 768px) {
  .sticky-content-lt {
    flex-direction: column;
  }
}
.sticky-content-lt .cta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .sticky-content-lt .cta {
    padding: 10px;
  }
}
.sticky-content-lt .cta:last-child {
  border-left: 2px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .sticky-content-lt .cta:last-child {
    border-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
  }
}
.sticky-content-lt .cta .text .smaller {
  font-size: 70%;
}
.sticky-content-lt .cta a {
  background: #fff;
  color: #b4975a;
  display: block;
  border-radius: 5px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0;
  min-width: 150px;
  font-size: 16px;
}

.remarks-flex {
  display: flex;
  align-items: flex-start;
  gap: 0.2em;
}

.remarks ul {
  list-style-type: none; /* Remove default bullet */
  padding-bottom: 30px;
}
.remarks ul li {
  padding-left: 1em; /* Indent items to make space for the bullet */
  text-indent: -0.6em; /* Adjust to align bullet properly */
  float: none;
  line-height: 1.1;
}
.remarks ul li::before {
  content: "* "; /* Insert asterisk followed by space */
  color: black; /* Customize color if desired */
  font-weight: bold; /* Optional: Make it bold */
}
@media (max-width: 768px) {
  .remarks ul {
    margin-bottom: 0px;
  }
}
.remarks p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .remarks p {
    margin-bottom: 20px;
  }
}
.remarks .announcement {
  margin-bottom: 30px;
}
.remarks .announcement p {
  margin-bottom: 12px;
}

body > #pageLoader,
body > #pageWrappper {
  min-width: 450px;
}
body .cookies-notice {
  min-width: 420px;
}

.floating-banner {
  position: fixed;
  line-height: 1.2;
  bottom: 0;
  width: 100%;
  background-color: #ad9861;
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
  z-index: 9;
}
.floating-banner .container {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.floating-banner .container .text span {
  display: inline-block;
  font-size: 24px;
  min-width: 5.66em;
  border-bottom: 1px solid #fff;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
}
.floating-banner .btnStyle {
  background-color: #fff !important;
  color: #8b6d38;
}

.pagefooter {
  padding-bottom: 100px;
}

#apply__question1 .popup__question__info {
  text-align: center;
}
#apply__question1 .popup__question__info p,
#apply__question1 .popup__question__info table {
  font-family: "Interstate-Regular", arial, Microsoft JhengHei, sans-serif;
  font-size: 21px;
  line-height: normal;
}
#apply__question1 .popup__question__info table {
  margin: 0 auto 50px;
  font-size: 14px;
  text-align: left;
  line-height: 1.1;
}
#apply__question1 .popup__question__info table th,
#apply__question1 .popup__question__info table td {
  font-weight: normal;
  padding: 5px;
}
#apply__question1 .popup__question__info table td:first-child {
  width: 28px;
}
#apply__question1 .popup__question__info table td.rowtd,
#apply__question1 .popup__question__info table tr:nth-child(odd) td.rowtd {
  background: #cde2ef;
}
#apply__question1 .popup__question__info .overflowtable {
  overflow-x: auto;
}
@media (max-width: 768px) {
  #apply__question1 .popup__question__info .overflowtable {
    max-height: 400px;
    max-height: 50vh;
  }
}
#apply__question1 .popup__question__info .spacer {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 5px;
  width: 6%;
  min-width: 100px;
}
@media (max-width: 768px) {
  #apply__question1 .popup__question__info .spacer {
    text-align: center;
    display: none;
  }
}
#apply__question1 .popup__question__info .gold-border {
  padding-bottom: 40px;
  vertical-align: top;
  position: relative;
  text-align: left;
}
#apply__question1 .popup__question__info .gold-border .title {
  font-size: 1.5em;
  color: #be9e55;
  font-weight: bold;
  text-align: center;
}
#apply__question1 .popup__question__info .gold-border strong {
  color: #be9e55;
}
#apply__question1 .popup__question__info .gold-border .point ul li {
  padding-left: 20px;
  background-image: url(https://www.citibank.com.hk/chinese/wealth-management/citigold/privileges-and-offers/welcome-offers/images/popup_bullet.jpg);
  background-size: 10px 10px;
  background-position: top 8px left;
  background-repeat: no-repeat;
  float: none;
  text-align: left;
}
#apply__question1 .popup__question__info .gold-border .tbic {
  margin-top: -80px;
  padding: 0 0 20px 0;
  background-color: #fff;
  padding: 0 20px 10px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#apply__question1 .popup__question__info .gold-border .tbic img.cardImg {
  width: 80px;
  background-color: #fff;
  display: block;
  margin: auto;
}
#apply__question1 .popup__question__info .gold-border .popRemark {
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #apply__question1 .popup__question__info .gold-border:nth-child(n+2) {
    margin-top: 100px;
  }
}
#apply__question1 .popup__question__info > div:nth-child(n+2) {
  margin-top: 30px;
  min-width: 90%;
}
#apply__question1 .popup__question__info .tbtxt {
  padding-bottom: 0;
}
#apply__question1 .popup__question__info .subTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  color: #333333;
}
#apply__question1 .popup__question__info .bold-blue {
  color: #056dae;
}
#apply__question1 .popup__question__info p.cardPopupTitle {
  color: #be9e55;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
#apply__question1 .popup__question__info p.cardPopupSubTitle {
  color: #be9e55;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
#apply__question1 .cardApp {
  margin-top: 0 !important;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  #apply__question1 .cardApp {
    display: block;
  }
}
#apply__question1 .cardApp .applyBtn {
  padding: 15px 105px;
  font-size: 22px;
}
@media (max-width: 768px) {
  #apply__question1 .cardApp .applyBtn {
    width: 100%;
    max-width: 300px;
    padding: 15px;
  }
}
#apply__question1 .applyBtn {
  margin: 20px auto;
  background: #be9e55;
  width: unset;
}
#apply__question1 .arrowBtn {
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}
#apply__question1 .arrowBtn.cardLeft {
  left: -20px;
}
#apply__question1 .arrowBtn.cardRight {
  right: -20px;
}
#apply__question1 .tbsec .twoborder .col12 {
  width: 100%;
  float: none;
}
#apply__question1 .tbsec .twoborder .tbc .col12 {
  display: table;
}
#apply__question1.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
#apply__question1.overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  overflow-y: auto;
  transform: translateX(-50%) translateY(-50%);
  padding: 10px;
}
@media (max-width: 768px) {
  #apply__question1.overlay .popup {
    top: 0;
    left: 0;
    padding: 0;
    transform: none;
    overflow: auto;
    height: 100%;
  }
}
#apply__question1.overlay .popup .popup-inner {
  display: flex;
  position: relative;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  #apply__question1.overlay .popup .popup-inner {
    display: flex;
  }
}
#apply__question1.overlay .popup .popup-footer {
  display: flex;
  position: relative;
  padding: 0 20px 10px;
  background: #003054;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 1024px) {
  #apply__question1.overlay .popup .popup-footer {
    display: flex;
  }
}
#apply__question1.overlay .popup .popup-footer .applyBtn {
  padding: 15px 56px;
  font-size: 22px;
}
#apply__question1.overlay .popup .close {
  content: url(https://www.citibank.com.hk/chinese/personal-banking/citi-plus/images/popup-close_m.png);
  position: absolute;
  top: 10px;
  right: 15px;
  width: 28px;
  cursor: pointer;
}
#apply__question1.overlay .popup__question__container {
  text-align: center;
  width: 100%;
  margin: 30px;
}
#apply__question1.overlay .popup__question__main {
  font-size: 28px;
  line-height: 34px;
}
#apply__question1.overlay .popup__question__remark {
  font-size: 22px;
  line-height: 26px;
}
#apply__question1.overlay .popup__question__info {
  /* margin-bottom: 20px; */
}
#apply__question1.overlay .popup__question__button {
  display: flex;
  width: 80%;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #apply__question1.overlay .popup__question__button {
    width: 400px;
  }
}
#apply__question1.overlay .popup__question__button a {
  height: 50px;
  text-align: center;
  color: #ffffff;
  background: #ed642c;
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 10px;
}
@media (min-width: 1024px) {
  #apply__question1.overlay .popup__question__button a {
    width: 180px;
  }
}
#apply__question1.overlay .popup__question__button a span {
  width: 100%;
  font-size: 20px;
  line-height: 1;
}
#apply__question1.overlay .icon1 {
  width: 102px;
}
#apply__question1.overlay .icon2 {
  width: 102px;
  text-align: right;
  margin: 0 0 0 auto;
}

#apply__question1.overlay .popup__question__button a span {
  font-family: "Interstate-Bold", arial, Microsoft JhengHei, sans-serif;
}

.popup .bottom-button {
  background: #be9e55;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .popup .bottom-button {
    background: #be9e55;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: auto;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.popup .tbic.right-image img {
  background-color: #fff;
}
.popup .new_client_cont {
  margin-top: 40px;
}
.popup .tbsec .ghead,
.popup .tbsec .lmlinksec .ghead {
  font-weight: bold;
  color: #b4975a;
}
.popup .tbsec .twoborder > div {
  display: table;
  margin: 0px auto;
}
.popup .tbsec .twoborder .gold-border {
  width: 45%;
  padding: 35px 30px 30px;
  display: table-cell;
  border: 2px solid #b4975a;
}
.popup .tbsec .twoborder .gold-border .tbic {
  margin-top: -85px;
}
@media (max-width: 768px) {
  .popup .tbsec .twoborder .gold-border .tbic.right-image {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  .popup .tbsec .twoborder > div {
    display: block !important;
  }
  .popup .tbsec .twoborder .gold-border {
    width: 100%;
    display: block !important;
  }
  .popup .tbsec .twoborder .gold-border:nth-child(n+2) {
    margin-top: 100px;
  }
}
.popup .click_arrow {
  transform: rotate(90deg);
  position: relative;
  top: 3px;
  left: 15%;
  cursor: pointer;
}/*# sourceMappingURL=styles.css.map */