html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body,
.cbolui-ddl-pre .action-module-d-9-0 .hTable.highlight .five-col .common-module-body.text-center a.d9-primary-link,
.cbolui-ddl-pre .bold,
.cbolui-ddl-pre b,
.cbolui-ddl-pre strong {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Heiti TC";
}

.cbolui-ddl-pre ol,
.cbolui-ddl-pre ul {
  margin: 0;
}

.cbolui-ddl-pre p {
  margin-bottom: 0px;
  line-height: 1.2;
  font-size: 16px;
}

a {
  text-decoration: none;
  outline: 0px;
  display: inline-block;
}

img {
  line-height: 0px;
  max-width: 100%;
}

#pageWrappper {
  visibility: hidden;
}

#pageLoader {
  width: 100%;
  height: 100%;
  background: url("/views/citigold/images/img-loader.gif") no-repeat scroll center center;
  position: absolute;
}

.pageBanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.pageBanner img {
  width: 100%;
}

.bannerImg {
  position: relative;
}

.bannerTxt {
  position: absolute;
  top: 0px;
  width: 100%;
  /*height: 500px;*/
}

.bannerImg div {
  width: 100%;
  position: relative;
}

.btnStyle {
  color: #ffffff;
  background: #000000;
  outline: 0px;
  border: 0px;
  border-radius: 6px;
  font-size: 100%;
  padding: 17px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

/* Back to Top */
#back-top {
  width: 100%;
  margin: 0px auto;
  float: left;
  text-align: center;
}

#back-top span {
  background: url("/views/citigold/images/icons/carat_up_gold.png") no-repeat 10px 23px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  padding: 14px 10px 14px 32px;
  transition: all 1s ease 0s;
  z-index: 9999;
  line-height: 25px;
}

/* Fixed footer */
.footer-fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: -1px;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
}

.footer-fixed.fixed {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}

.fixed-links {
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
}

.fixed-links a span.link-text,
.fixed-links>span span.link-text {
  padding-top: 8px;
  display: inline-block;
}

.fixed-links a span.call-text,
.fixed-links span.call-text {
  color: #333333;
  padding-right: 5px;
}

/* Footer */
.footer-logo {
  padding: 20px 0 34px;
  display: inline-block;
}

.footer-heading {
  font-family: "interstate-bold", arial;
  padding-bottom: 14px;
}

.footer-heading a {
  padding-bottom: 14px;
  font-family: "interstate", arial;
  line-height: 18px;
  color: #ffffff;
}

.socialIcon ul>li {
  padding-left: 40px;
  padding-top: 22px;
}

.footerInfo {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  display: inline-block;
  width: 100%;
}

.pagefooter {
  background: #333333;
  color: #fff;
  width: 100%;
  float: left;
}

.footer-divider {
  border-top: 1px solid #ffffff;
  opacity: 0.5;
}

.footerlist-ul>li>a {
  color: #fff;
  margin-bottom: 12px;
  float: left;
}

.footerlist-ul>li {
  width: 100%;
  float: left;
  display: inline-block;
}

.footerTc .row {
  margin: 0px;
}

.footerTc a {
  font-size: 12px;
  letter-spacing: -0.4px;
  line-height: 16px;
  color: #fff;
}

.footerTc a:hover {
  color: #fff;
}

.footerTc li {
  margin: 0px 20px 0px 0px;
  float: left;
}

.footer-seperator {
  border-bottom: 1px solid #ffffff;
  opacity: 0.5;
}

.copyright>p {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.copyright {
  padding-top: 18px;
}

.copyright {
  padding-bottom: 41px;
}

.footerTc {
  padding-top: 13px;
}

@media (min-width: 768px) {

  .visibleDesktop,
  .visibleTablet {
    display: block;
  }

  .visibleMobile,
  .visibleXSM {
    display: none !important;
  }
}

@media (min-width: 992px) {

  .visibleDesktop,
  .visibleTablet,
  .mobileTabHidden {
    display: block;
  }

  .visibleMobile,
  .visibleXSM {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .pagefooter .container,
  .pageBanner .container {
    width: 1420px;
  }
}

@media (max-width: 1500px) {

  .container,
  .pagefooter .container,
  .pageBanner .container {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .visibleDesktop,
  .visibleTablet,
  .mobileTabHidden,
  .visibleXSM {
    display: none !important;
  }

  .mobContainer {
    display: table;
    content: "";
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .bannerTxt {
    height: auto;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
  }
}

@media (max-width: 736px) {
  .footer-fixed.fixed {
    display: block !important;
  }

  .footer-fixed {
    display: block;
  }
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.pblue {
  color: #255be3 !important;
}

.bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

.banner {
  background: -webkit-linear-gradient(top,
      #00bdf2,
      #00b3f0 18%,
      #0066b3 77%,
      #004985);
  background: linear-gradient(180deg,
      #00bdf2,
      #00b3f0 18%,
      #0066b3 77%,
      #004985);
  color: #ffffff;
  height: 70px;
}

/*.cbolui-ddl-pre .navbar {min-height: 55px;}*/

.banner {
  position: relative;
}

.banner .lang_wrap {
  height: 70px;
}

.logoWrapper {
  padding-top: 15px;
}

.lang {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
}

.lang a {
  color: #fff !important;
}

.bannerbg img {
  display: block;
}

.bannerImg div {
  display: table;
}

.HomeBanner .innerBanner {
  margin: 0;
  width: 60%;
  background: transparent;
}

.pageBanner .container {
  position: relative;
}

.lang-switch {
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 1;
}

.homebanner_cta h1.mainHeading {
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
}

.homebanner_cta h2 {
  line-height: 1.2;
  color: #333333;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
}

.landingPara {
  padding-bottom: 10px;
  text-align: left;
}

.applywrap {
  margin: 70px auto;
  text-align: center;
}

.applybtn,
.applybtn:hover {
  min-width: 165px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 15px;
  background: #ea8b23 !important;
  color: #ffffff !important;
  /*transition: all .2s ease-in-out;*/
  border-radius: 0px;
}

/*.applybtn:hover {-webkit-transform: scale(1.1);    transform: scale(1.1);  }*/

.cardface_wrap {
  padding: 10px 0px;
  background: #fff;
}

.section_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
  background-color: #005498;
  border-radius: 30px;
  padding: 10px;
}

.section_txt {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

.col-table {
  display: table;
  width: 100%;
  text-align: center;
}

.col-cell {
  display: table-cell;
  vertical-align: middle;
}

#leadin,
#offer,
#reward,
#step,
#link,
#privileges {
  padding: 50px 0 50px;
}

#offer {
  background: #eaeced;
}

.leadin_txt {
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 1.2;
}

.leadin_txt p {
  margin-bottom: 5px;
  font-size: 20px;
}

.leadin_txt p .pblue {
  font-size: 24px;
  font-weight: bold;
}

.leadin_txt p:last-child {
  margin-bottom: 0px;
}

.leadin_txt .remark {
  font-size: 16px;
  color: #333;
}

/* offer */
.offer_tab_wrap {
  margin-bottom: 15px;
}

.offer_box {
  width: 20%;
  padding: 0 15px;
}

.offer_box:first-child {
  padding-left: 0px;
}

.offer_box:last-child {
  padding-right: 0px;
}

.offer_tab_title {
  width: 90%;
  margin: 0 auto 10px;
  padding: 3px;
  border-top: 1px solid #ea8b23;
  border-bottom: 1px solid #ea8b23;
  font-size: 22px;
  font-weight: bold;
  color: #ea8b23;
  text-align: center;
  line-height: 1.2;
}

.offer_tab {
  width: 20%;
  padding: 5px;
  background: #fff;
  font-size: 20px;
  color: #333;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-left: 15px solid #eaeced;
  border-right: 15px solid #eaeced;
}

.offer_tab:first-child {
  border-left: 0px solid #eaeced;
}

.offer_tab:last-child {
  border-right: 0px solid #eaeced;
}

.offer_tab.active,
.offer_tab:hover {
  color: #fff;
  background: #255be3;
}

.tab_select_wrap {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
}

.tab_select_img,
.tab_select_cont {
  display: table-cell;
  text-align: left;
  vertical-align: middle !important;
}

.tab_select_cont {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-left: 15px;
}

.tab_select_img {
  width: 30%;
}

.tab_select_img img {
  width: 100%;
  display: block;
}

.tab_select_title,
.pop_title {
  width: 100%;
  padding: 3px;
  border-top: 1px solid #ea8b23;
  border-bottom: 1px solid #ea8b23;
  font-size: 20px;
  font-weight: bold;
  color: #ea8b23;
  text-align: center;
  line-height: 1.2;
}

.tab_arrow {
  width: 100%;
  padding-bottom: 25px;
  background: #ffffff url(images/down.png) no-repeat center bottom;
}

.tab_arrow.active {
  background-image: url(images/up.png);
}

.offer_table_wrap {
  width: 90%;
  margin: auto;
}

.offer_table_box {
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  line-height: 1.2;
}

.offer_img {
  width: 20%;
  padding-right: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
  /*border-right:#255be3 1px solid;*/
}

.offer_img img {
  margin-bottom: 10px;
}

.offer_cont {
  width: 80%;
  padding-left: 10px;
}

.offer_cardbox {
  width: 25%;
  padding: 5px;
  vertical-align: middle;
}

.offer_icon {
  text-align: center;
  margin-bottom: 15px;
  min-height: 48px;
}

.tab2 .offer_icon {
  min-height: 60px;
}

.tab3 .offer_icon {
  min-height: 57px;
}

.offer_txt {
  text-align: center;
  font-size: 20px;
  color: #255be3;
}

.offer_txt .highlight {
  color: #ea8b23;
}

.offer_txt .bigger {
  font-size: 150%;
}

.offer_txt .remark {
  font-size: 16px;
  color: #333;
}

.example_remark {
  font-size: 12px !important;
  color: #333;
  margin-top: 20px !important;
}

.offer_example_wrap {
  background: #26a5da;
}

.offer_example_title {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.offer_example {
  width: 90%;
  margin: 20px auto 0px;
  padding-bottom: 50px;
  display: none;
}

.offer_example table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  text-align: center;
  line-height: 1.2;
}

.offer_example table td {
  border: 1px solid #255be3;
  padding: 10px 5px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #255be3;
}

.offer_example table td.bg {
  background: #255be3;
  font-size: 17px;
}

.offer_example table td.borderT {
  border-top: 1px solid #26a5da;
}

.offer_example table td.borderL {
  border-left: 1px solid #26a5da;
}

.offer_example table td.borderR {
  border-right: 1px solid #26a5da;
}

.offer_example table td.borderB {
  border-bottom: 1px solid #26a5da;
}

.offer_example table td.noborder {
  border: 0px solid #255be3;
  font-size: 24px;
  padding: 15px 5px;
  font-weight: bold;
}

.offer_example .smaller {
  font-size: 85%;
  font-weight: normal;
}

.offer_example_title .arrow {
  margin-left: 10px;
}

/* rewards */
.reward_wrap {
  max-width: 840px;
  margin: 0 auto;
}

.reward_head {
  text-align: center;
}

.reward_title,
.reward_icon {
  display: inline-block;
  vertical-align: middle;
}

.reward_icon {
  padding-right: 20px;
}

.reward_title {
  text-align: center;
  font-size: 28px;
  color: #255be3;
  font-weight: bold;
}

.reward_txt {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 20px auto 30px;
  font-weight: bold;
  line-height: 1.2;
}

.reward_txt span,
.reward_deposit span {
  font-size: 120%;
  color: #e88923;
}

.reward_deposit {
  background: #e8eaeb;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  color: #255be3;
  font-weight: bold;
  line-height: 1.2;
}

.reward_deposit .line {
  width: 45px;
  border-bottom: #255be3 1px solid;
  margin: 10px auto;
}

.reward_deposit_L {
  width: 27%;
  border-right: #255be3 1px solid;
  padding-right: 10px;
}

.reward_deposit_R {
  width: 73%;
  padding-left: 10px;
}

/* overlay box */
.overlay_bg {
  width: 100%;
  background: rgba(186, 188, 190, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}

.overlay_close {
  width: 40px;
  height: 40px;
  background: url(images/overlay_close.png) no-repeat center center;
  position: absolute;
  top: -10px;
  right: -45px;
  cursor: pointer;
  z-index: 10;
}

.overlay_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.overlay_wrap {
  max-width: 945px;
  background: #fff;
  margin: 0px auto;
  position: relative;
  text-align: center;
}

.pop_box {
  width: 100%;
  display: inline-block;
  background: #e8eaeb;
  padding: 20px;
  margin-right: 0px;
  margin-bottom: 15px;
  vertical-align: top;
}

/*.pop_box:nth-child(odd) {margin-right: 0px;}*/
.pop_title {
  max-width: 150px;
  margin: 0 auto;
}

.pop_cont {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.pop_cont img {
  margin: 10px auto;
}

.pop_act {
  margin-top: 10px;
}

.pop_box {
  width: 27%;
  margin: auto 1%;
}

/* step */
.detailsArea {
  position: relative;
  text-align: center;
}

.divCenter {
  display: block;
  margin: 0 auto;
  float: none;
}

ul {
  list-style: none;
}

.detailsIn {
  width: 100%;
  display: block;
  position: relative;
}

.detailsIn.fullLength {
  text-align: left;
}

.detailsIn>p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.detailsIn ul {
  padding: 40px 0 30px;
  font-size: 0;
}

.detailsIn ul li:hover p {
  text-decoration: none;
}

.detailsIn ul li {
  padding: 0 0 20px 0;
}

.detailsIn ul li:last-child {
  padding: 0;
}

.detailsIn ul li a {
  width: 100%;
}

.detailsIn ul li a span {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #53565a;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  color: #53565a;
  vertical-align: middle;
  font-size: 16px;
}

.detailsIn ul li.selected a span {
  color: #fff;
  background: #306ea1;
  border: 2px solid #306ea1;
}

.detailsIn ul li a p {
  font-size: 16px;
  line-height: 24px;
  color: #53565a;
  width: calc(100% - 65px);
  display: inline-block !important;
  vertical-align: middle;
}

.detailsIn ul li.selected a p {
  font-weight: bold;
  color: #306ea1;
}

.detailsIn .detailsTop ul {
  padding: 20px 0 40px 0;
}

/*.detailsLeft, .detailsRight {display: table-cell; vertical-align: middle;}*/
.detailsLeft {
  width: 65%;
  padding: 0px 0 0 80px;
  float: right;
  text-align: left;
}

.detailsRight {
  width: 35%;
  float: left;
}

.detailsRight .dispImg img {
  display: block;
  margin: 0 auto;
}

.detailsRight .dispImg {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 240px;
}

.detailsRight div.p1.dispImg {
  display: block;
}

.detailsRight .dispImg video {
  width: 100%;
}

/* owl-dots Custom */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #a6a8ab;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #255be3;
}

/*.owl-dots.custom {	height: 50px;}*/
.owl-carousel.offer_wrap .owl-item img {
  width: auto;
  display: inline-block;
}

#step .owl-dots {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -22px;
  outline: 0;
  width: 23px;
  height: 44px;
  text-indent: -9999px;
  z-index: 999;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
  background: url(images/owl_prev.png) no-repeat !important;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0px;
  background: url(images/owl_next.png) no-repeat !important;
}

.borrow {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/*.relink_wrap { display: none; padding-left: 30px;}*/
.relink_wrap a {
  color: #333;
}

.sticky_title {
  font-size: 22px;
  color: #255be3;
  text-align: center;
  margin-bottom: 15px;
  /*-webkit-animation: glow 1s ease-in-out infinite alternate;  -moz-animation: glow 1s ease-in-out infinite alternate;  animation: glow 1s ease-in-out infinite alternate;*/
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e88923, 0 0 4px #e88923,
      0 0 5px #e88923, 0 0 6px #e88923, 0 0 7px #e88923;
  }

  to {
    text-shadow: 0 0 2px #fff, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6,
      0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6;
  }
}

/* footer */
.tandc a {
  font-size: 18px;
}

.footer-top {
  background: #fff;
}

footer .footer-border {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}

footer .footer-border span {
  display: inline-block;
  vertical-align: top;
}

footer .footer-border .citi-blue {
  background-color: #255be3;
  width: 55px;
  height: 55px;
  float: right;
}

footer .footer-border .blue {
  background-color: #0a91cb;
  width: 90px;
  height: 45px;
  float: right;
  margin-top: 35px;
}

footer .footer-border .med-blue {
  background-color: #32b2e4;
  width: 90px;
  height: 8px;
  float: right;
  margin-top: 47px;
}

footer .footer-border .dk-blue {
  background-color: #002a54;
  width: 10px;
  height: 5px;
  float: right;
  clear: both;
}

footer .footer-border .lt-blue {
  background-color: #5fc6f1;
  width: calc(100% - 10px);
  height: 5px;
  display: block;
  float: right;
  overflow: hidden;
}

.citi-logo-mobile {
  float: right;
  display: none;
  margin: 29px 15px 0 0;
}

.citi-logo-desktop {
  float: right;
  width: 65px;
  margin: 30px 15px 0 0;
}

.footer-fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer-fixed.fixed {
  background-color: rgba(255, 255, 255, 1);
}

.fixed-links .col-cell {
  padding-right: 0px;
  padding-left: 30px;
}

#back-top,
#socialShare {
  background: #ffffff;
}

#back-top span {
  background: url(/views/citigold/images/icons/carat_up_black.png) no-repeat 10px 23px;
}

@media (min-width: 768px) {
  footer .footer-border {
    height: 110px;
  }

  footer .footer-border .citi-blue {
    height: 100px;
    width: 100px;
  }

  footer .footer-border .blue {
    margin-top: 55px;
  }

  footer .footer-border .med-blue {
    margin-top: 85px;
    height: 15px;
    width: 120px;
  }

  footer .footer-border .lt-blue,
  footer .footer-border .dk-blue {
    height: 10px;
  }

  .cbolui-ddl-pre .menu-sticky-wrapper {
    min-height: auto;
  }

  .bannerTxt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .overlay_wrap {
    padding: 25px 0px;
  }
}

@media (min-width: 992px) {
  .homebanner_cta h1.mainHeading {
    font-size: 38px;
  }

  .homebanner_cta h2 {
    font-size: 26px;
  }

  /*.overlay_wrap {padding: 25px 20px;}*/
}

@media (min-width: 1200px) {
  .homebanner_cta h1.mainHeading {
    font-size: 48px;
  }

  .homebanner_cta h2 {
    font-size: 36px;
  }

  .homebanner_cta .mainTxt,
  .homebanner_cta .mainTxt span.dollar {
    font-size: 38px;
  }

  .homebanner_cta .mainTxt span {
    font-size: 60px;
  }

  .applybtn,
  .applybtn:hover {
    min-width: 160px;
    font-size: 16px;
    margin: 5px 0px;
    padding: 8px 15px;
  }

  #offer .container {
    width: 1400px;
  }
}

@media (max-width: 1200px) {

  #leadin .container,
  #offer .container,
  #reward .container,
  #step .container,
  #mgm .container,
  #link .container,
  .footer-fixed .container {
    width: 100%;
  }

  .overlay_bg .container {
    width: 90%;
  }

  #mgm .container,
  #mgm .row,
  #mgm .col12 {
    padding: 0px;
    margin: 0px;
  }
}

/*@media (max-width: 992px) and (min-width: 768px){*/
@media (max-width: 1024.98px) and (min-width: 768px) {
  .homebanner_cta h1.mainHeading {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .homebanner_cta h2 {
    font-size: 24px;
  }

  .HomeBanner .container {
    padding: 0px;
  }

  .HomeBanner .innerBanner {
    width: 60%;
  }

  .applybtn,
  .applybtn:hover {
    min-width: 145px;
  }

  .reward_deposit,
  .reward_txt {
    font-size: 22px;
  }

  .overlay .applybtn,
  .overlay .applybtn:hover {
    min-width: 125px;
  }

  .pop_box {
    padding: 15px;
  }

  .pop_cont {
    padding-right: 10px;
    font-size: 14px;
  }

  .pop_title {
    font-size: 16px;
  }

  .fixed-links .col-cell,
  .fixed-links .sticky_wrap {
    padding: 0px;
  }
}

@media (max-width: 1024.98px) {
  .logo-wrapper a {
    display: block;
  }

  .sticky_txt {
    display: none;
  }

  .sticky_action {
    text-align: center;
  }

  .lang-switch {
    right: 20px;
  }

  .detailsLeft {
    padding: 0px 0 0 20px;
  }

  .detailsIn ul li a span {
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  body {
    line-height: 1.2;
  }

  .landingPara {
    text-align: center;
  }

  .mobContainer,
  .mobContainer .container {
    padding: 0px;
  }

  .HomeBanner .innerBanner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #fff;
  }

  .homebanner_cta h1.mainHeading {
    font-size: 30px;
    text-align: center;
  }

  .homebanner_cta h2 {
    font-size: 24px;
    text-align: center;
  }

  .pageTitleBorder {
    border-bottom: 0px solid #666666;
  }

  .section_title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .section_txt {
    font-size: 18px;
  }

  .offer_table_wrap {
    width: 100%;
  }

  .offer_img,
  .offer_cont {
    display: block;
    width: 100%;
    padding: 0;
  }

  .offer_img {
    margin-bottom: 20px;
  }

  .offer_icon,
  .offer_txt {
    display: table-cell;
  }

  .offer_icon {
    width: 30%;
    padding-right: 15px;
    vertical-align: middle;
  }

  .offer_txt {
    width: 70%;
    text-align: left;
    vertical-align: middle;
  }

  .offer_cardbox {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }

  .offer_example_wrap {
    background: #fff;
  }

  .offer_example_title {
    color: #333;
  }

  .offer_example {
    width: 90%;
    margin: 0px auto 0px;
    padding-bottom: 20px;
  }

  .offer_example table td {
    font-size: 12px;
    color: #333;
  }

  .offer_example table td.bg {
    font-size: 14px;
    color: #fff;
  }

  .offer_example table td.noborder {
    font-size: 16px;
  }

  .detailsIn ul li:hover p {
    text-decoration: none;
  }

  .detailsLeft {
    width: 100%;
    padding: 0;
    float: none;
  }

  .detailsRight {
    width: 100%;
    float: none;
  }

  .detailsIn ul {
    padding: 0px 0 70px 0;
    text-align: center;
    position: relative;
  }

  .detailsIn ul li,
  .detailsIn ul li:last-child {
    display: inline-block;
    padding: 4px 5px;
  }

  .detailsIn ul li.breakline {
    width: 100%;
    display: block;
  }

  .detailsIn ul li a p {
    position: absolute;
    display: none !important;
    top: 60px;
    left: 5%;
    width: 90%;
  }

  .detailsIn ul li a span {
    margin-right: 0;
  }

  .detailsIn ul li.selected a p {
    display: block !important;
  }

  #step .owl-dots {
    display: block;
  }

  .owl-carousel.offer_wrap .owl-nav button.owl-next,
  .owl-carousel.offer_wrap .owl-nav button.owl-prev {
    top: 80px;
  }

  .owl-carousel.offer_wrap .owl-nav button.owl-next {
    right: 10px;
  }

  .owl-carousel.offer_wrap .owl-nav button.owl-prev {
    left: 10px;
  }

  .reward_deposit_L {
    width: 100%;
    display: block;
    border-right: #255be3 0px solid;
    padding-right: 0px;
  }

  .reward_deposit_R {
    width: 100%;
    display: block;
    padding-left: 0px;
  }

  .overlay_wrap {
    padding: 30px 30px;
  }

  .pop_box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .pop_box:last-child {
    margin-bottom: 0px;
  }

  .overlay_bg .container {
    width: 100%;
  }

  .overlay {
    overflow: auto;
    height: 90%;
    margin-top: 50px;
    top: 0;
    left: 0;
    transform: initial;
  }

  .overlay_close {
    position: fixed;
    top: 10px;
    right: 15px;
  }

  /* footer */
  .citi-logo-desktop {
    display: none;
  }

  .citi-logo-mobile {
    float: right;
    display: block;
    width: 40px;
    margin: 15px 8px 0 0;
  }

  footer .footer-border .blue {
    width: 45px;
    height: 30px;
    margin-top: 25px;
  }

  .footerTc .pull-left {
    width: 33.33333%;
  }

  .footerTc li {
    margin: 0px 0px 10px 0px;
    float: none;
  }

  .sticky_wrap {
    border-right: #fff 0px solid;
  }
}

@media (max-width: 480px) {
  .homebanner_cta h1.mainHeading {
    font-size: 24px;
  }

  .applybtn,
  .applybtn:hover {
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .section_title {
    font-size: 20px;
  }

  .section_txt {
    font-size: 16px;
  }

  .sticky_action .applybtn,
  .sticky_action .applybtn:hover {
    min-width: 100%;
    margin-bottom: 0px;
  }

  #leadin,
  #offer,
  #reward,
  #step,
  #link,
  #privileges {
    padding: 30px 0 30px;
  }

  #offer .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .HomeBanner .innerBanner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .landingPara {
    padding-bottom: 0px;
  }

  .landingPara .applybtn {
    margin-bottom: 0px;
  }

  .leadin_txt,
  .leadin_txt p {
    font-size: 18px;
  }

  .leadin_txt p .pblue {
    font-size: 20px;
  }

  .leadin_txt .remark {
    font-size: 15px;
  }

  .detailsIn ul li a p {
    line-height: 1.2;
  }

  .overlay_wrap {
    padding: 0px;
    background: transparent;
  }

  .overlay .applybtn,
  .overlay .applybtn:hover {
    min-width: 125px;
  }

  .pop_box {
    padding: 15px;
  }

  .pop_cont {
    padding-right: 10px;
    font-size: 14px;
  }

  .pop_title {
    font-size: 16px;
  }

  .fixed-links a {
    font-size: 15px;
    padding: 10px 7px;
  }

  .fixed-links .col-cell {
    padding: 0px 5px;
    text-align: center;
  }

  .sticky_title {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fixed-links .col-cell {
    display: block;
    width: 100%;
  }

  .sticky_action .applybtn,
  .sticky_action .applybtn:hover {
    min-width: 100%;
    margin-bottom: 10px;
  }
}

.overlay_wrap .pop_box:nth-child(n + 5) {
  margin-top: 20px;
}

@media (max-width: 320px) {
  .overlay_wrap .pop_box:nth-child(n + 5) {
    margin-top: 0px;
  }
}

.earlybird {
  text-align: center;
  padding-top: 20px;
}

.earlybird p,
.earlybird img {
  display: inline-block;
  vertical-align: middle;
}

.earlybird p span {
  color: #ea8b23;
}

.earlybird p {
  font-size: 24px;
}

.earlybird>div:nth-child(2) {
  border-left: 1px solid #ea8b23;
  /*border-right: 1px solid #EA8B23;*/
}

a.abtn,
a.abtn:hover {
  padding: 5px 10px;
  background: #ea8b23;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .earlybird>div:nth-child(2) {
    border: 0;
    margin: 20px auto;
    border-top: 1px solid #ea8b23;
    /*border-bottom: 1px solid #EA8B23;*/
    padding: 10px 0;
  }
}

#link ol {
  padding-left: 30px;
}

#link ol>li {
  margin-bottom: 0;
}

#link ol>li:nth-child(n + 10) {
  margin-left: 0;
}

#link ol>li:before,
#link ol>li:nth-child(n + 10):before {
  left: -20px;
}

.stepOpen a {
  display: inline-block;
  background: url(images/arrow_up.png) no-repeat right center;
  padding-right: 20px;
}

.stepOpen a.collapsed {
  background-image: url(images/arrow_down.png);
}

#privileges {
  background: #eaeced;
}

.offer_table {
  padding: 0 30px;
}

.offer_table .row {
  display: table;
  width: 100%;
  background-color: #ffffff;
  border-spacing: 15px;
  margin: 0 0 15px;
  border-radius: 10px;
}

.offer_table .row:after,
.offer_table .row:before {
  display: none;
}

.offer_table .column {
  display: table-cell;
  vertical-align: middle;
}

.offer_table .img-col {
  width: 176px;
}

.offer_table .pblue {
  font-size: 150%;
}

@media (max-width: 992px) {
  #privileges .col-sm-12 {
    margin-top: 15px;
  }

  .offer_table {
    padding: 0 20px;
  }

  .offer_table .row {
    display: block;
    padding: 15px;
  }

  .offer_table .column {
    display: block;
  }

  .offer_table .img-col {
    width: auto;
    margin-bottom: 15px;
  }

  .newCitiClub .container {
    width: 100%;
  }
}

.newCitiClub {
  background-color: #aebecb;
}

.clubDetail,
.clubVisual {
  width: 49.5%;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.clubVisual {
  text-align: right;
}