@font-face {
  font-family: "Citi-Sans-Text";
  src: url("../../../views/citigold/fonts/Citi-Sans-Text-Regular.woff") format("woff"), url("../../../views/citigold/fonts/Citi-Sans-Text-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Citi-Sans-Text";
  src: url("../../..//views/citigold/fonts/Citi-Sans-Text-Bold.woff") format("woff"), url("../../../views/citigold/fonts/Citi-Sans-Text-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Citi-Sans-TC-Text";
  src: url("../../../views/citigold/fonts/Citi-Sans-TC-Text-Regular.woff") format("woff"), url("../../../views/citigold/fonts/Citi-Sans-TC-Text-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Citi-Sans-TC-Text";
  src: url("../../../views/citigold/fonts/Citi-Sans-TC-Text-Bold.woff") format("woff"), url("../../../views/citigold/fonts/Citi-Sans-TC-Text-Bold.ttf") format("truetype");
  font-weight: 700;
}
* {
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif !important;
}

@media (max-width: 767px) {
  .pageBanner .slick-initialized .slick-slide {
    height: auto !important;
  }
}
h2 {
  text-align: center;
  font-size: 30px !important;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px !important;
  }
}

.smaller {
  font-size: 12px;
}

section.lucky_draw {
  padding: 50px 0;
  clear: both;
}
section.lucky_draw .gold_card {
  display: block;
  margin: 10px auto;
}

.mt-50 {
  margin-top: 50px;
}

.btnStyle {
  color: #ffffff;
  background-color: #281814 !important;
  outline: 0px;
  border: 0px;
  border-radius: 6px;
  font-family: "interstate-bold", arial;
  font-size: 100%;
  padding: 17px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 17px;
}

.newtitle {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.25em;
  color: #282828;
  font-weight: bold;
}
@media (max-width: 768px) {
  .newtitle {
    font-size: 24px;
  }
}
.newtitle img {
  width: 1.53em;
}

#main {
  clear: both;
}

.container {
  display: block;
}
@media (max-width: 767px) {
  .container {
    padding: 0 12px !important;
  }
}

.ctn {
  max-width: 1200px;
  margin: auto;
  clear: both;
}

section.offers_table_section .total-bar {
  display: flex;
  background-image: url("../../../chinese/wealth-management/citigold-private-client/privileges-and-offers/welcome-offers/images/total-rewards-bg.png");
  color: #fff;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  border-radius: 5px;
  background-size: cover;
}
@media (max-width: 768px) {
  section.offers_table_section .total-bar {
    font-size: 24px;
    flex-direction: column;
    line-height: 1.5;
  }
  section.offers_table_section .total-bar .name {
    text-align: center;
  }
}
section.offers_table_section .total-bar > * {
  color: #fff !important;
}
section.offers_table_section .total-bar strong {
  color: #fff !important;
}
section.offers_table_section .total-bar .result-ctn {
  border-radius: 5px;
  background-color: #281814;
  padding: 10px;
  text-align: center;
  width: 50%;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.offers_table_section .total-bar .result-ctn {
    margin-top: 10px;
    width: 100%;
  }
}
section.offers_table_section .total-bar .result-ctn .result {
  display: inline-block;
  font-size: 30px;
  min-width: 5.66em;
  border-bottom: 2px solid #fff;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 768px) {
  section.offers_table_section .total-bar .result-ctn .result {
    font-size: 24px;
  }
}
section.offers_table_section strong {
  color: #282828;
}
section.offers_table_section .coin {
  margin-top: 4px;
}
section.offers_table_section .gold_block {
  text-align: center;
  border-radius: 0px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  section.offers_table_section .gold_block {
    padding: 30px 0px;
  }
}
section.offers_table_section .gold_block:nth-child(1) {
  padding-block: 0;
}
section.offers_table_section .gold_block:nth-child(2), section.offers_table_section .gold_block:nth-child(3) {
  border-bottom: 1px solid #cccccc;
}
section.offers_table_section .gold_block h2 {
  padding-bottom: 16px;
}
section.offers_table_section .gold_block p {
  font-size: 16px;
  padding-bottom: 10px;
}
section.offers_table_section .gold_block strong {
  color: #281814;
}
section.offers_table_section .gold_block .offer_table .offer_tr .offer_td {
  background-color: #fff;
}
section.offers_table_section .gold_block_split {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  section.offers_table_section .gold_block_split {
    flex-direction: column;
    gap: 20px;
  }
}
section.offers_table_section .gold_block_split .gold_block {
  padding-block: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.offers_table_section .gold_block_split .gold_block {
    margin-bottom: 0;
  }
}
section.offers_table_section .gold_block_split .gold_block .radio-item-ctn {
  margin-top: auto;
}
section.offers_table_section .gold_block_split .gold_block:first-child {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  section.offers_table_section .gold_block_split .gold_block:first-child {
    padding-right: 0;
  }
}
section.offers_table_section .gold_block_split .gold_block:last-child {
  padding-left: 20px;
  border-left: 1px solid #cccccc;
  width: 50%;
}
@media (max-width: 768px) {
  section.offers_table_section .gold_block_split .gold_block:last-child {
    padding-left: 0;
    border-left: 0;
  }
}
section.offers_table_section .gold_block_split .gold_block.engagement_offer {
  border: unset;
}
@media (max-width: 767px) {
  section.offers_table_section .gold_block_split .gold_block {
    width: 100% !important;
  }
}
section.offers_table_section .icons-ctn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  section.offers_table_section .icons-ctn {
    flex-direction: column;
  }
}
section.offers_table_section .icons-ctn .plus {
  width: 14px;
  height: 14px;
  margin-top: 33px;
}
@media (max-width: 767px) {
  section.offers_table_section .icons-ctn .plus {
    margin-top: 0;
    margin-left: 33px;
  }
}
section.offers_table_section .icons-ctn .item {
  width: calc((100% - 117px) / 4);
}
@media (max-width: 767px) {
  section.offers_table_section .icons-ctn .item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
  }
}
section.offers_table_section .offer_table {
  font-size: 16px;
  text-align: center;
}
section.offers_table_section .offer_table .offer_tr {
  display: flex;
  gap: 2px;
  justify-content: space-between;
}
section.offers_table_section .offer_table .offer_tr:not(:last-child) {
  padding-bottom: 2px;
}
section.offers_table_section .offer_table .offer_tr .offer_td {
  width: calc(50% - 1px);
  border-radius: 5px;
  background-color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.offers_table_section .offer_table .offer_tr .offer_td .highlight {
  font-size: 18px;
}
@media (max-width: 767px) {
  section.offers_table_section .offer_table .offer_tr .offer_td:has(.highlight) {
    font-size: 14px;
  }
}
section.offers_table_section .offer_table .offer_tr .offer_td.card_td {
  font-weight: bold;
  font-size: 18px;
  gap: 8px;
}
@media (max-width: 767px) {
  section.offers_table_section .offer_table .offer_tr .offer_td.card_td {
    font-size: 16px;
    flex-direction: column;
  }
}
section.offers_table_section .offer_table .offer_tr .offer_td.td_head {
  background-color: #281814;
  color: #fff;
  font-weight: bold;
}
section.offers_table_section .offer_table .offer_tr .offer_td.full {
  width: 100%;
}
section.offers_table_section .offer_table[col="3"] .td_head {
  width: calc(33.3333333333% - 1px);
}
section.offers_table_section .offer_table[col="3"] .offer_tr_gp {
  display: flex;
  padding-bottom: 2px;
  justify-content: space-between;
}
section.offers_table_section .offer_table[col="3"] .offer_tr_gp .offer_tr_gp_title {
  width: calc(33.3333333333% - 1px);
  background-color: #f4f0e7;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.offers_table_section .offer_table[col="3"] .offer_tr_gp .offer_tr_gp_content {
  width: calc(66.6666666667% - 1px);
}
section.offers_table_section .offer_block:not(:first-child) {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  section.offers_table_section .offer_block:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
}
section.offers_table_section .offer_block p.intro {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
}
section.offers_table_section .offer_block h2 {
  padding-bottom: 22px;
}
section.offers_table_section .offer_block .referral-card {
  background-color: #eeeeee;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.offers_table_section .offer_block .referral-card {
    flex-direction: column;
  }
}
section.offers_table_section .offer_block .referral-card img {
  width: auto;
  min-width: 50%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 767px) {
  section.offers_table_section .offer_block .referral-card img {
    height: 120px;
    min-width: 100%;
  }
}
section.offers_table_section .offer_block .referral-card .item-content {
  height: 100%;
  padding: 26px 30px;
  font-size: 16px;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.offers_table_section .offer_block .referral-card .item-content {
    padding: 20px 12px;
  }
}
section.offers_table_section .cards-ctn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  section.offers_table_section .cards-ctn {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}
section.offers_table_section .cards-ctn .item {
  background-color: #eeeeee;
  width: calc((100% - 40px) / 2);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.offers_table_section .cards-ctn .item {
    width: 100%;
    margin-bottom: 0;
  }
}
section.offers_table_section .cards-ctn .item img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  section.offers_table_section .cards-ctn .item img {
    height: 120px;
  }
}
section.offers_table_section .cards-ctn .item .item-content {
  height: 100%;
  padding: 26px 30px;
  font-size: 16px;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.offers_table_section .cards-ctn .item .item-content {
    padding: 20px 12px;
  }
}
section.offers_table_section .cards-ctn .item .item-content .topic {
  font-weight: bold;
  font-size: 18px;
  color: #b29659;
}
section.offers_table_section .cards-ctn .item .item-content .learn-more {
  padding-top: 30px;
  color: #b29659;
  margin-top: auto;
}

.note {
  padding-top: 20px;
  font-size: 14px;
}

section.last_promote {
  padding: 60px 0;
}
@media (max-width: 767px) {
  section.last_promote {
    padding: 40px 0;
  }
}
section.last_promote .last_promote_ctn {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  section.last_promote .last_promote_ctn {
    gap: 20px;
    flex-direction: column;
  }
}
section.last_promote .last_promote_ctn > .item {
  --color: #8b6d38;
  width: calc(50% - 15px);
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
}
section.last_promote .last_promote_ctn > .item:last-child {
  --color: #281814;
}
section.last_promote .last_promote_ctn > .item img {
  height: 30px;
}
@media (max-width: 767px) {
  section.last_promote .last_promote_ctn > .item {
    width: 100%;
    padding: 20px 12px;
  }
}
section.last_promote .last_promote_ctn > .item p {
  padding-top: 10px;
  padding-bottom: 20px;
}
section.last_promote .last_promote_ctn > .item a {
  background-color: #fff;
  text-align: center;
  color: var(--color);
  border-radius: 5px;
  padding: 10px;
}
section.last_promote .links_ctn {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
}
section.last_promote .links_ctn a {
  color: #282828;
}

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

.tab-bar {
  display: flex;
  background-color: #f9fafb;
}
.tab-bar > * {
  width: 33.3333333333%;
  text-align: center;
  font-size: 16px;
  color: #b29659;
  padding: 25px;
  position: relative;
  cursor: pointer;
}
.tab-bar > *:nth-child(2) {
  border-inline: 1px solid #e5e7eb;
}
.tab-bar > *.active {
  box-shadow: 0px 4px 8px rgba(68, 68, 68, 0.2);
  background-color: #fff;
  color: #222222;
}
.tab-bar > *.active::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #281814;
  display: block;
}
@media (max-width: 768px) {
  .tab-bar > * {
    width: 100%;
    padding: 0;
  }
  .tab-bar > * select {
    background-color: #fff !important;
    text-align: center;
    border: 1px solid #000 !important;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    padding: 15px 32px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px 20px;
  }
}

.section-content-ctn {
  padding: 40px 30px;
  background-color: #f3f4f6;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-content-ctn {
    padding: 40px 10px;
  }
}

.slider-ctn {
  background-color: #fff;
  padding: 25px 10px 10px;
  border-radius: 5px;
  margin-bottom: 27px;
}
.slider-ctn .disply-value {
  line-height: 1.5;
}
.slider-ctn .disply-value .name {
  font-size: 12px;
}
.slider-ctn .disply-value .value {
  font-size: 18px;
  font-weight: bold;
}
.slider-ctn .custom-slider-bar {
  margin: 20px auto 10px auto;
  max-width: 550px;
}
.slider-ctn .custom-slider-bar .slider-allowed-point {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  border-radius: 30px;
  transform: translateY(-50%) translateX(0%);
  cursor: pointer;
}
.slider-ctn .custom-slider-bar .slider-allowed-point.active {
  background: #b4975a;
}
.slider-ctn .custom-slider-bar .slider-allowed-point:last-child {
  transform: translateY(-50%) translateX(-100%);
}
.slider-ctn .custom-slider-bar .slider-bar-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.slider-ctn .custom-slider-bar .slider-bar-flex .min-max-ctn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  color: #222222;
  margin-top: -0.4em;
}
.slider-ctn .custom-slider-bar .slider-label {
  font-size: 12px;
  color: #888;
  min-width: 48px;
}
.slider-ctn .custom-slider-bar .slider-label-max {
  min-width: 70px;
  text-align: right;
}
.slider-ctn .custom-slider-bar .slider-bar-track {
  flex: 1;
  width: 100%;
  position: relative;
  min-height: 26px;
}
.slider-ctn .custom-slider-bar .slider-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  width: 100%;
  margin: 0;
  height: 26px;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: all;
}
.slider-ctn .custom-slider-bar .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: #b4975a;
  border-radius: 50%;
  top: -6px;
  width: 26px;
  height: 26px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.slider-ctn .custom-slider-bar .slider-input::-moz-range-thumb {
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.slider-ctn .custom-slider-bar .slider-input:active::-moz-range-thumb, .slider-ctn .custom-slider-bar .slider-input:focus::-moz-range-thumb {
  background: #8b6d38;
}
.slider-ctn .custom-slider-bar .slider-input::-ms-thumb {
  width: 26px;
  height: 26px;
  background: #b4975a;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.slider-ctn .custom-slider-bar .slider-input:active::-ms-thumb, .slider-ctn .custom-slider-bar .slider-input:focus::-ms-thumb {
  background: #8b6d38;
}
.slider-ctn .custom-slider-bar .slider-input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.slider-ctn .custom-slider-bar .slider-input::-ms-fill-lower, .slider-ctn .custom-slider-bar .slider-input::-ms-fill-upper {
  background: transparent;
}
.slider-ctn .custom-slider-bar .slider-input:focus {
  outline: none;
}
.slider-ctn .custom-slider-bar .slider-input::-moz-focus-outer {
  border: 0;
}
.slider-ctn .custom-slider-bar .slider-track {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 4px;
  background: #e5e5e5;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}
.slider-ctn .custom-slider-bar .slider-fill {
  position: absolute;
  top: 12px;
  left: 0;
  height: 4px;
  background: #b4975a;
  border-radius: 2px;
  z-index: 2;
  width: 0;
  pointer-events: none;
}
.slider-ctn .custom-slider-bar .slider-thumb {
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #fff;
  pointer-events: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  z-index: 3;
  transition: left 0.1s;
  pointer-events: none;
}
.slider-ctn .custom-slider-bar .slider-thumb::after {
  content: "||";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b4975a;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.slider-ctn .custom-slider-bar .slider-value {
  color: #fff;
  font-size: 14px;
}

.radio-item-ctn {
  border-radius: 5px;
  background-color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.radio-item {
  width: 100%;
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
}
.radio-item::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 100px;
  border: 1px solid #b2b2b2;
}
.radio-item.active::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  background-color: #281814;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 100px;
}

.table-ctn {
  overflow: auto;
}
.table-ctn > table {
  min-width: 400px;
}

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

.floating-banner {
  position: fixed;
  line-height: 1.2;
  bottom: 0;
  width: 100%;
  background-color: #281814;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  z-index: 9;
  font-size: 20px;
}
@media (max-width: 768px) {
  .floating-banner {
    font-size: 16px;
  }
}
.floating-banner .container .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  justify-content: center;
  min-height: 70px;
}
@media (max-width: 768px) {
  .floating-banner .container .text {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
.floating-banner .container a.citigold {
  color: #b4975a;
}
.floating-banner .container a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .floating-banner .container a img {
    width: 40px;
    height: auto;
  }
}
.floating-banner .btnStyle {
  background-color: #fff !important;
  color: #8b6d38;
}
.floating-banner.fixed {
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #333333;
}
.floating-banner.fixed a.citigold {
  color: #333333;
}
.floating-banner.fixed a {
  color: #333333;
}

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

.pageBanner {
  margin-top: 0%;
  float: unset;
}

@media (max-width: 1024px) {
  .cookies-notice {
    margin-top: 90px !important;
  }
}
.pagefooter {
  overflow: hidden;
}

.gold {
  color: #b4975a;
  font-weight: bold;
}

.bg-white {
  background-color: #fff;
}

#back-top {
  margin-top: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.copyright {
  padding-bottom: 40px !important;
}

.bannerImg {
  position: relative;
}
.bannerImg img {
  float: unset;
}
.bannerImg .container {
  position: absolute;
  height: 100%;
  top: 0;
  max-width: 1480px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .bannerImg .container {
    position: relative;
  }
}
.bannerImg .container .banner-text-ctn {
  font-size: 20px;
  position: absolute;
  text-align: center;
  background-color: #ffffff;
  padding: 24px 20px;
  width: 457px;
  top: 50%;
  left: 8.33%;
  transform: translate(0, -50%);
  display: block !important;
}
.bannerImg .container .banner-text-ctn .landingPara {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .bannerImg .container .banner-text-ctn {
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    margin-top: -40px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
.bannerImg .container .banner-text-ctn .btnStyle {
  background-color: #000 !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 12px;
  margin-bottom: 34px;
  width: 43%;
}

.solutions .newtitle {
  text-align: center;
  margin-bottom: 30px;
}/*# sourceMappingURL=DSstyle.css.map */