/* Neha removed code above commenting above code */
.calculation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  border-radius: 9px;
  background-color: #ffffff;
  border: solid 1.5px rgba(0,5,59,0.3);
  margin: 0 0 13px;
}
.demo-amounts .demo-box {
  border-radius: 9px;
  min-height: 265px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: none;
  box-shadow: 13.5px 23.4px 45px 0 rgba(92,95,101,0.2);
}
.calculation-box .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calculation-box .amount.-cashback, .calculation-box .amount.-fees {
  position: relative;
  max-width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.personal-fees-lay .calculation-box .amount.demo-spend {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-radius: 0 7px 7px 0;
  max-height: 146px;
  margin: auto;
}
.calculation-box .amount.-cashback:before, 
.calculation-box .amount.-fees:before {
  content: '';
  position: absolute;
  border-right: 1px solid rgba(0,5,59,0.3);
  top: 28px;
  bottom: 28px;
  right: 0;
}
.calculation-box .amount .txt-label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: rgba(79,69,94,0.4);
  margin: 0 0 18px;
}
.calculation-box .amount .value {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #4e455e;
  padding: 0;
  margin: 0;
}
.calculation-box .amount.demo-spend p {
  font-size: 41px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  padding: 20px 0 30px 0;
}
.demo-amounts .demo-box .duration {
  margin-bottom: 4px !important;
}
.calculation-box .amount.-cashback:after, 
.calculation-box .amount.-fees:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #615774;
  right: -17px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #FFFFFF;
}
.calculation-box .amount.demo-spend:after {
  content: '+' !important;
  font-size: 33px !important;
  padding-top: 2px;
  line-height: 28px;
  font-weight: bold;
}
.calculation-box .amount.-cashback.-cashback:after, 
.calculation-box .amount.-fees.-cashback:after {
  content: '-';
  font-size: 48px;
  line-height: 28px;
}
.calculation-box .amount.demo-fees {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-radius: 0 7px 7px 0;
  max-height: 146px;
  margin: auto;
}
.calculation-box .amount.demo-fees p {
  font-size: 41px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  padding: 20px 0 30px 0;
}
.calculation-box .cardUpFee,
.calculation-box .annualSpend{
  margin-left:9px
}
.calculation-box .demo-fees .txt-label{
  text-transform:uppercase;
}
.demo-amounts .credit-Cards {
  width: 38%;
  height: auto;
  margin-left: 40%;
  object-fit: contain;
  vertical-align: middle;
  max-width: none;
  display: block;
}
.demo-amounts .credit-Cards {
  width: 38%;
  height: auto;
  margin-left: 40%;
  object-fit: contain;
  vertical-align: middle;
  max-width:none;
  display: block;
}

.section-make-payments {
  padding: 40px 0 70px;
}
.section-make-payments.feeView {
  padding-top: 0px;
  padding-bottom: 80px;
}
.business-info-cards {
  display: -moz-flex;
  display: flex;
  width: 100%;
}
.section-make-payments .business-info-cards {
  margin: 0 50px;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin: auto;
  padding: 0 15px;
}
.business-info-cards .card {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.12);
  border-radius: 3px;
  width: 16.6666666667%;
  float:left;
}
.section-make-payments.feeView .card {
  padding: 0px;
}
.section-make-payments .business-info-cards .card {
  -moz-flex: 0 0 230px;
  flex: 0 0 230px;
  position: relative;
  z-index: 3;
}
.section-make-payments.feeView .orSection {
  padding-top: 13%;
  font-size: 12px;
  font-weight: bold;
  width: 8.3333333333%;
  float: left;
}
.business-info-cards .card img {
  max-width: 62px;
  height: 60px;
  display: block;
  margin: 0 0 15px 0;
}
.section-make-payments.feeView .card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-width: -webkit-fill-available;
}
.section-make-payments.feeView .business-info-cards .flight-icon {
  width: 85px;
  margin-top: -38px;
  border-radius: 50%;
  text-align: center;
  left: 30%;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.9;
}
.section-make-payments.feeView .business-info-cards .flight-icon img {
  height: 41px;
  width: 41px;
  margin-left: 30%;
  margin-top: 8%;
}
.section-make-payments.feeView .txt-info {
  text-align: center;
}
.section-make-payments.feeView .business-info-cards .txt-info .txt-label {
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  color: rgba(79,69,94,0.6);
  padding: 22px 0 10px 0;
  text-transform: uppercase;
}
.business-info-cards .card h5 {
  color: #4F455E;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.section-make-payments .business-info-cards .card h5 {
  min-height: 72px;
}
.section-make-payments.feeView .business-info-cards h5 {
  min-height: 35px;
  margin-bottom: 0px;
}
.section-make-payments.feeView .business-info-cards .txt-cost {
  opacity: 0.85;
  font-family: Lato;
  font-size: 13.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 0.1px;
  text-align: center;
  color: rgba(106,204,203,0.85);
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section-how-it-works {
  padding: 40px 0 70px;
  background-color: #F8F7FC;
  position: relative;
  text-align:center;
}
.section-how-it-works h2 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4f455e;
}
.section-how-it-works h2 {
  margin-bottom: 50px;
}

.section-make-payments.feeView .orSection {
  text-align: center;
}

.section-how-it-works {}

.section-how-it-works .referBox {
  padding: 0 70px;
  text-align: center;
  color: #4F455E;
}

.section-how-it-works  .steps-detail {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.section-how-it-works  .referBox-col {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.section-how-it-works .referBox-col img {
  max-height: 103px;
  display: inline-block;
}

.section-how-it-works .referBox-col h4 {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #4f455e;
}

.section-how-it-works .referBox-col p {
  opacity: 0.9;
  font-size: 16px;
  text-align: center;
  color: rgba(79,69,94,0.9);
  padding: 0px 10% 5% 10%;
}

.section-how-it-works .referBox-col:first-child {
  border-right: 2px solid rgba(79,69,94,0.4);
}

.full-width-content-with-btn {
  padding: 70px;
  text-align: center;
}

.full-width-content-with-btn .sign-up-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  border-radius: 40px;
  border: none !important;
  font-size: 12px;
  padding: 9px 40px;
}
.full-width-content-with-btn .sign-up-btn:hover{
  text-decoration:none;
}
.full-width-content-with-btn p {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.2px;
  text-align: center;
  color: rgba(255,255,255,0.9);
  display: inline-block;
  margin: 15px;
  width: 50%;
  max-width: -webkit-fill-available;
  font-weight: 300;
}

.full-width-content-with-btn h4 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
}
.bottom-description span {
  font-size: 11px;
}

.bottom-description a {
  color: #6ACCCB;
  text-decoration: underline;
}

.bottom-description a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  border-radius: 40px;
  border: none !important;
  font-size: 12px;
  padding: 9px 40px;
}
.bottom-description a.btn:hover,
.bottom-description a.btn:active,
.full-width-content-with-btn .sign-up-btn:hover,
.full-width-content-with-btn .sign-up-btn:active{
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
}
.section-make-payments.feeView {
  padding-top: 0px;
  padding-bottom: 80px;
}


/* ================== Business Layput =====*/
.-business.section-banner .introduction {
  padding-top: 100px;
  margin: 0 auto;
  max-width: 1100px;
}
.section-banner.-business .introduction h1 {
  font-size: 55px;
  letter-spacing: -1px;
  padding: 0 60px;
  margin-bottom: 30px;
  line-height: 1.1;
}
.section-banner.-business .introduction p {
  margin-bottom: 30px;
}

.introduction {}

.introduction .btn-grp {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
}

.introduction .btn-grp a.btn.btn-turquoise ,
.section-online-platform.-business  a.btn{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  border-radius: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 40px;
  margin-bottom: 16px;
}

.introduction .btn-grp a.btn.btn-turquoise:hover,
.introduction .btn-grp a.btn.btn-turquoise:active,
.section-online-platform.-business .btn:hover,
.section-online-platform.-business  a.btn:active {
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
}
.section-online-platform.-business  a.btn{
  padding: 8px 20px;
}
.introduction .btn-grp a.text-link {
  text-transform: uppercase;
  color: #ffffff;
  padding: 6px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.section-banner.banner-area.-business {
  background-position: top center;
  background-size: 100% auto;
}

.-business .banks-networks-image-wrap {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  -moz-flex: 1;
  flex: 1;
}

.section-online-platform.-business .miles-illustration {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align:center;
}
.section-online-platform.-business .img-make-payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
}
.section-online-platform.-business .img-cards {
  max-width: 254px;
  position: relative;
  top: -13px;
}
.section-online-platform .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-online-platform.-business .img-make-payments img {
  margin-bottom: 25px;
  max-height: 257px;
}
.section-online-platform.-business a.btn {
  padding: 8px 20px;
  margin-bottom: 0;
}



.business-make-paymentso {
  text-align: center;
}
.business-make-paymentso h2.section-heading {
  margin-bottom: 20px;
}
.section-online-platform.-business {
  padding: 100px 0 65px;
}
.business-make-paymentso .description-box {
  padding: 0 60px 30px;
  text-align: center;
}

.business-make-paymentso .description-box p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}
.business-make-paymentso .description-box p:last-child {
  margin-bottom: 30px;
}
.cashflow {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.business-make-paymentso  .btn-grp {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
}
.business-make-paymentso .btn{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  border-radius: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 40px;
  margin-bottom: 16px;
}
.business-make-paymentso .btn:hover,
.business-make-paymentso .btn:active{
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
}
.business-make-paymentso .business-info-cards {
  padding: 0 50px !important;
  margin: 0 auto;
  text-align: left;
}

.business-make-paymentso .business-info-cards .card {
  -moz-flex: 0 0 230px;
  flex: 0 0 230px;
  width: auto;
  float: none;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.12);
  border-radius: 3px;
}

.business-make-paymentso .business-info-cards ul {
  font-size: 13px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 12px;
  color: #4F455E;
}

.how-cardup-work {
  padding: 40px 0 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.how-cardup-work h2.section-heading {
  margin-bottom: 50px;
}

.how-cardup-work  .steps {
  padding: 0 70px;
  text-align: center;
  color: #4F455E;
}

.how-cardup-work .steps-detail {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.how-cardup-work .steps-detail:after,.how-cardup-work .steps-detail:before {
  content: " ";
  display: table;
  width: 100%;
}

.steps-detail-col {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.steps-detail-col h4.section-subheader {
  color: #4F455E;
  font-size: 20px;
  font-weight: 700;
}

.steps-detail-col h4.section-subheader span {
  padding-right: 6px;
  color: #00D7C5;
}

.steps-detail-col p {
  font-size: 13px;
}

.how-cardup-work  .device-container {
  position: absolute;
  right: 57%;
}

.how-cardup-work .device-container div#device-holder {
  background-position: 345px 500px;
  background-size: 620px auto;
  width: 970px;
  height: 500px;
  transition: all ease-in-out 1000ms;
  background-repeat: no-repeat;
}

.how-cardup-work .information-cards {
  max-width: 600px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}

.how-cardup-work .information-cards .card {
  position: relative;
  display: -moz-flex;
  display: flex;
  padding: 15px 15px 15px 70px;
  background-color: #ffffff;
  box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.12);
  width: 280px;
  margin: 20px auto 0;
  align-items: center;
  height: 70px;
  text-align: left;
}

.how-cardup-work .information-cards .card i {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
  color: #00D7C5;
}
.pci-logo {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}
.pci-logo img {
  max-height: 40px;
}
.how-cardup-work .btn-group {
  -moz-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.how-cardup-work .btn-group a{
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  border-radius: 40px;
  padding: 12px 40px;
  float: inherit;
}
.how-cardup-work .btn-group a:hover{
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  text-decoration:none;
}
.steps-detail-col p a {
  color: #6acccb;
}
.how-cardup-work .information-cards .card >i.icon-support {
  font-size: 38px;
}
.howcardup-work-group {
  padding: 40px 0;
  text-align:center;
}
.section-receive-payments .heading {
  padding: 60px 55px 0;
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #4F455E;
}
.section-receive-payments p {
  font-size: 20px;
  text-align: center;
  color: #4F455E;
  max-width: 750px;
  margin: 0 auto 30px;
  font-weight: 300;
}

.howcardup-work-group .business-info-cards {
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
}

.howcardup-work-group .business-info-cards .card {
  padding: 40px;
  -moz-flex: 0 0 400px;
  flex: 0 0 400px;
  margin: 12px;
  width: auto;
  float: none;
  text-align: left;
}

.howcardup-work-group .business-info-cards .card ul {
  font-size: 13px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 12px;
  color: #4F455E;
}
.howcardup-work-group {
  padding: 40px 0;
  text-align:center;
}
.section-receive-payments .heading {
  padding: 60px 55px 0;
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #4F455E;
}
.section-receive-payments p {
  font-size: 20px;
  text-align: center;
  color: #4F455E;
  max-width: 750px;
  margin: 0 auto 30px;
  font-weight: 300;
}
.howcardup-work-group .business-info-cards {
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
}
.howcardup-work-group .business-info-cards .card {
  padding: 40px;
  -moz-flex: 0 0 400px;
  flex: 0 0 400px;
  margin: 12px;
  width: auto;
  float: none;
  text-align: left;
}
.howcardup-work-group .business-info-cards .card ul {
  font-size: 13px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 12px;
  color: #4F455E;
}
.howcardup-work-form {
  padding: 0 0 50px;
}
.howcardup-work-form p.section-heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 33px;
  color: #4F455E;
  line-height: normal;
}
.body-container .howcardup-work-form .hs_cos_wrapper_type_form {
  margin: 0 auto;
  padding: 0;
  box-shadow: none;
  max-width: 552px;
}
.howcardup-work-form .hs-form-field > label {
  display: none;
}
.howcardup-work-form .hs-form-field {
  margin-bottom: 10px;
}
.howcardup-work-form .hs-form-field .hs-input {
  min-width: 270px;
  border-radius: 40px;
  width: 100%;
  font-size: 12px;
  color: #4F455E;
  height: 40px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #4F455E;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.howcardup-work-form  p.policies {
  text-align: center;
  font-style: italic;
  margin: 10px 0 15px 0;
  font-size: 12px;
  color: #4F455E;
}
.howcardup-work-form p.policies a {
  text-decoration: underline;
  padding: 0 2px;
  color: #4F455E;
  line-height: 15px;
}
.howcardup-work-form input.hs-button.primary.large {
  padding: 9px 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-testimonials {
  padding: 60px 0 40px;
  background-color: #ffffff;
}
.section-testimonials.-business {
  padding: 40px 0 40px;
}
.section-testimonials h2{
  text-align:center;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: normal;
}
.testimonial-item {
  padding: 30px 15px;
  float:left;
}
.business-customer-response {
  padding: 43px 40px 20px;
  border-radius: 6px;
  background: #fff url(//4769873.fs1.hubspotusercontent-na1.net/hubfs/4769873/CardUp_December2018/Images/colan-bg.png) no-repeat;
  background-size: 50px 50px;
  background-position: 30px 35px;
  z-index: 0;
  box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.1);
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #4F455E;
  font-size: 13px;
}
.business-customer-identity {
  flex-direction: column;
  text-align: right;
}
.business-customer-identity .name {
  font-weight: bold;
  color: #4F455E;
  font-size: 18px;
}
.business-customer-identity .compny {
  float: right;
}
.section-testimonials {
  padding: 60px 0 40px;
  background-color: #ffffff;
}
.section-testimonials.-business {
  padding: 40px 0 40px;
}
.section-testimonials h2{
  text-align:center;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: normal;
}

.testimonial-item {
  padding: 30px 15px;
}

.business-customer-response {
  padding: 43px 40px 20px;
  border-radius: 6px;
  background: #fff url(//4769873.fs1.hubspotusercontent-na1.net/hubfs/4769873/CardUp_December2018/Images/colan-bg.png) no-repeat;
  background-size: 50px 50px;
  background-position: 30px 35px;
  z-index: 0;
  box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.1);
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #4F455E;
  font-size: 13px;
}

.business-customer-identity {
  flex-direction: column;
  text-align: right;
}

.business-customer-identity .name {
  font-weight: bold;
  color: #4F455E;
  font-size: 18px;
}

.business-customer-identity .compny {
  float: right;
}

.business-fees-lay .custom-footer {
  background-color: #1D6181;
  margin-bottom: 0;
}

.business-fees-lay.fix-header .custom-header {
  background-color: #1D6181 !important;
}

.email-subscription-wrap {
  padding: 20px 0;
}

.email-subscription-wrap p {
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 300;
  max-width: 400px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.body-container .email-subscription-wrap .hs_cos_wrapper_type_form {
  padding: 0;
  box-shadow: none;
  background: transparent;
  margin: 0 auto;
  max-width: 350px;
}

.email-subscription-wrap .hs-form-field>label {
  display: none;
}

.email-subscription-wrap form {
  position: relative;
  z-index: 3;
  padding: 0; /* @TODO: AK */
}

.email-subscription-wrap input.hs-button.primary.large {
  margin: 0;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 8px 19px 7px 20px;
  text-transform: uppercase;
}

.email-subscription-wrap .hs-form-field {
  margin-bottom: 10px;
}

.email-subscription-wrap  .hs-input {
  line-height: 1.428571429;
  color: #cdd2d4;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: transparent;
  background-color: #2C8CBA;
  border-color: #ffffff;
  border-radius: 40px;
  min-width: 230px;
  width: 100%;
  font-size: 12px;
  height: 34px;
  padding: 6px 12px;
  max-width: calc(100% - 120px);
}
.how-cardup-work h2.section-heading{
  color: #4F455E;
}
.business-info-cards .card .icon-card {
  display: block;
  font-size: 60px;
  color: #6ACCCB;
  margin: 0 0 15px;
}









/* Styles that do not fit into any of the available sections above can go here. */
#comment-form,
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.body-container .widget-type-blog_subscribe,
.body-container .widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.body-container .hs_cos_wrapper_type_form,
.body-container .hs-search-field{
  display:block;
  max-width:550px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.12);
  border-radius: 3px;
  margin-bottom:15px;
}
ul.hs-error-msgs.inputs-list {
  color: red;
  padding-left: 1% !important;
  list-style: none;
}


.icon-calender-track:before {
  content: "\e900"
}

.icon-card:before {
  content: "\e901"
}

.icon-cash-credit:before {
  content: "\e902"
}

.icon-cash:before {
  content: "\e903"
}

.icon-clock:before {
  content: "\e904"
}

.icon-gift:before {
  content: "\e905"
}

.icon-handshake:before {
  content: "\e906"
}

.icon-lock:before {
  content: "\e907"
}

.icon-mobile:before {
  content: "\e908"
}

.icon-recurring:before {
  content: "\e909"
}

.icon-rewards:before {
  content: "\e90a"
}

.icon-support:before {
  content: "\e90b"
}

.icon-timer:before {
  content: "\e90c"
}

.icon-upload:before {
  content: "\e90d"
}

/* home Layout */
.home-lay .-business.section-banner .introduction {
  max-width: 700px;
}

.home-lay .section-banner.-business .introduction h1 {
  padding: 0;
  font-size: 60px;
  letter-spacing: normal;
}

.home-lay .section-banner.-business .introduction p {
  margin: 0 0 10px;
}
.section-online-platform .illustration-list {
  display: -moz-flex;
  display: flex;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
.section-online-platform .illustration-list .-item {
  flex: 1;
  text-align: center;
  min-height: 100px;
  position: relative;
}
.section-online-platform .illustration-list .-item .img-wrap {
  height: 60px;
  margin-bottom: 25px;
  position: relative;
}
.section-online-platform .illustration-list img {
  height: 100%;
  max-width: 100px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.section-online-platform .illustration-list .badge {
  width: 25px;
  height: 25px;
  background-color: #00d7c5;
  color: #ffffff;
  border-radius: 50%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
.section-online-platform .illustration-list .-item .img-wrap:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #cdd2d4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 0;
}
.section-online-platform p {
  padding: 0 80px;
  font-size: 13px;
  color: #4F455E;
  text-align: center;
}
.-item:last-child .img-wrap:before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #00d7c5;
  border-radius: 50%;
  position: absolute;
  bottom: -9px;
  right: -3px;
  z-index: 1;
}

.section-online-platform .illustration-list .-item.home-section-2 .img-wrap {
  height: 70px;
  bottom: 9px;
}
.section-calculate {
  padding: 40px 0 70px;
  text-align:center;
}
.section-calculate h2 {
  line-height: 48px;
  margin-bottom: 36px;
  color: #4F455E;
}
.section-calculate .control-wrap {
  display: inline-block;
}
.dropup, .dropdown {
  position: relative;
}
[role="button"] {
  cursor: pointer;
}
.section-calculate .dropdown-toggle {
  border-bottom: 3px solid #00D7C5;
  color: #4F455E;
  padding: 0 10px;
}
.section-calculate .dropdown-toggle img {
  width: 10px;
  height: 10px;
  color: #cdd2d4;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.section-calculate .dropdown-menu {
  border-radius: 0;
  border: none;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.section-calculate .dropdown-menu a {
  font-size: 20px;
  color: #4F455E;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.section-calculate .dropdown-toggle:hover, 
.section-calculate .dropdown-toggle:focus, .section-calculate .dropdown-toggle:active {
  text-decoration: none;
  color: #4F455E;
}
.section-calculate .chart {
  margin-bottom: 30px;
}
.section-calculate .chart ul {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}
.section-calculate .chart li {
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 20px 45px;
  text-align: center;
  border-right: 1px solid #cdd2d4;
}
.section-calculate .chart li:nth-child(-n+4) {
  border-bottom: 1px solid #cdd2d4;
}
.section-calculate .chart li.active {
  display: -moz-flex;
  display: flex;
  position: relative;
}
.section-calculate .chart li.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1;
  border-bottom: 7px solid #4F455E;
}
.section-calculate .chart li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 5px 15px 30px 0px rgba(0,0,0,0.14);
  z-index: 0;
}
.section-calculate .chart .img-wrap {
  position: relative;
  z-index: 1;
}
.section-calculate .chart .img-wrap .img-box {
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
}
.section-calculate .chart .img-wrap a {
  display: inline-block;
}
.section-calculate .chart .img-wrap .img-box img {
  width: 100%;
}
.section-calculate .chart .img-wrap a {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.section-calculate .chart .input-wrap {
  position: relative;
  z-index: 1;
  padding: 0 35px 0 20px;
}
.section-calculate .chart .input-wrap .currency {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translate(0, -50%);
  font-size: 14px;
  color: #4F455E;
  font-weight: 400;
}
.section-calculate .chart .input-wrap img {
  position: absolute;
  right: 40px;
  top: 10px;
  max-width: 15px;
}
.section-calculate .chart .input-wrap input[type='text'] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #cdd2d4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 30px;
  max-width: 95px;
  color: #4f455e;
  background-color: transparent;
}
.section-calculate .chart .img-wrap .img-box img {
  width: 100%;
}
.section-calculate .chart li:nth-child(4n) {
  border-right: none;
}
.section-calculate .chart .img-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #a4a0aa;
}
.section-calculate .chart li.active p {
  color: #4F455E;
}
.section-calculator.-miles .btn-box, .section-calculate .btn-box {
  width: 80%;
  margin: 0 auto 32px;
  text-align: right;
}
.section-calculator.-miles .btn-box a, .section-calculate .btn-box a {
  font-size: 12px;
  font-weight: normal;
  line-height: 0.5;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #4f455e;
}

.section-calculate .final-calculation h4 {
  margin-bottom: 20px;
  color: #4F455E;
}
.section-calculate .final-calculation .calculate .btn {
  font-size: 12px;
  margin-left: 15px;
  padding: 12px 40px;
}
.section-calculate .final-calculation .calculate  a.btn.btn-1 {
  color: #4F455E;
  border: solid 1px #a7a2ae;
  border-radius: 40px;
  -moz-order: 2;
  order: 2;
}

.section-calculate .final-calculation .calculate  a.btn.btn-1:hover,
.section-calculate .final-calculation .calculate  a.btn.btn-1:active {
  text-decoration: none;
  border-color: #a7a2ae;
  color: #23527c;
}

.section-calculate .final-calculation .calculate  a.btn.external-btn {
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  border-radius: 40px;
}

.section-calculate .final-calculation .calculate  a.btn.external-btn:hover,
.section-calculate .final-calculation .calculate  a.btn.external-btn:active {
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
}
.home-lay .how-cardup-work .btn-group {
  margin-top: 50px;
}

.email-subscription-wrap  ul.hs-error-msgs.inputs-list{
  color:#fff;
}
.home-lay .email-subscription-wrap .hs-input {
  background-color: #615774;
  border-color:#ccc;
  margin-bottom: 0 !important;
}
.home-lay .email-subscription-wrap .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
}
.home-lay .email-subscription-wrap p {
  max-width: 100%;
  margin: 0 0 20px !important;
}
.email-subscription-wrap ul.hs-error-msgs.inputs-list,
.howcardup-work-form ul.hs-error-msgs.inputs-list{
  font-size: 85%;
}

.home-lay .form-inline.subscribe-form {
  margin-top: -5px;
}
.section-testimonials .customer-response {
  padding: 43px 40px 20px;
  border-radius: 6px;
  background: #fff url(//4769873.fs1.hubspotusercontent-na1.net/hubfs/4769873/CardUp_December2018/Images/colan-bg.png) no-repeat;
  background-size: 50px 50px;
  background-position: 30px 35px;
  z-index: 0;
  box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.1);
  height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-testimonials .customer-response p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #4F455E;
}
.section-testimonials .customer-identity {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.section-testimonials .customer-identity .image {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.section-testimonials .customer-identity .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.section-testimonials .customer-identity .name {
  font-weight: bold;
  color: #4F455E;
}
.section-testimonials .slick-prev, .section-testimonials .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 30px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.section-testimonials .slick-prev {
  left: -25px;
}
.section-testimonials .slick-next {
  right: -25px;
}
.section-testimonials .slick-prev:before {
  content: '';
  background: transparent url(//4769873.fs1.hubspotusercontent-na1.net/hubfs/4769873/CardUp_December2018/Images/arrow-left.png) center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.section-testimonials .slick-next:before {
  content: '';
  background: transparent url(//4769873.fs1.hubspotusercontent-na1.net/hubfs/4769873/CardUp_December2018/Images/arrow-right.png) center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-lay .how-cardup-work {
  padding: 40px 0 70px;
}
.slick-dots {
  display: none !important;
}


/* ==================== Calculator Lay ==============*/
.section-calculator {
  padding-top: 140px;
}
.section-calculator.-miles {
  padding-bottom: 20px;
  margin-top: -1px;
}
.section-calculator .btn-group-calculator {
  max-width: 350px;
  margin: 0 auto 72px;
}


.calculator-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 350px;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin: 0 auto 12px;
}

.calculator-menu .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin: 0 auto 12px;
}

.calculator-menu a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #6acccb;
  border-width: 1px;
  border-radius: 25px;
  padding: 14px 46px;
  text-transform: uppercase;
  float: none;
  display: table-cell;
  max-width: 350px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-radius: 25px;
}

.calculator-menu a.btn:first-child {
  margin-left: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.calculator-menu a.btn.active,.calculator-menu a.btn:hover {
  box-shadow: none;
  background-color: #6acccb;
  border-color: #6acccb;
  color: #FFFFFF;
  text-decoration: none;
}

.calculator-menu a.btn:hover {
  text-decoration: none;
}

.calculator-menu a.btn-default {
  background-color: #fff;
  border-color: #ccc;
}

.calculator-menu a.btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  float: none;
  display: table-cell;
  max-width: 350px;
  padding-left: 32px;
}
.section-calculator.-miles .section-calculate {
  padding: 40px 0 6px;
}
.section-calculator.-miles .section-heading {
  margin: 0 0 29px;
  font-size: 28px;
  line-height: 1.29;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4f455e;
}
.question-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4f455e;
  font-size: 11px;
  font-weight: 900;
  line-height: 15.5px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.section-calculator.-miles .cardTooltip {
  top: -5px;
  position: absolute;
  right: 20px;
}
.calculation-box .amount.-savings {
  max-width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  background-color: #f8f7fc;
  border-radius: 0 7px 7px 0;
  max-height: 146px;
}

.box-miles-earned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 116px;
  border-radius: 9px;
  box-shadow: 13.5px 23.4px 45px 0 rgba(92,95,101,0.2);
  background-color: #f8f7fc;
  border: solid 2.5px #4f455e;
  margin: 0 0 30px;
  border-bottom-width: 16px;
}
.section-calculator.-miles .calculation-box {
  margin: 0 0 20px;
}
.box-miles-earned p {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  color: #4f455e;
  margin: 0;
  padding: 0;
}
.box-miles-earned p strong {
  font-size: 36px;
  font-weight: bold;
  vertical-align: bottom;
  padding-left: 12px;
}
.section-calculator.-miles .txt-note {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
  margin: 0 0 38px;
  padding: 0;
}
.section-down-arrow {
  padding-bottom: 40px !important;
  text-align: center;
}
.section-down-arrow .down-arrow-img {
  width: 50px;
  margin: 0 auto;
  display:block;
}
.section-destinations {
  background-color: #f8f7fc;
  padding: 96px 0 120px;
  text-align: center;
}
.section-destinations .section-heading {
  font-weight: 500;
}
.section-destinations .section-subheader {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.2px;
  text-align: center;
  color: rgba(79,69,94,0.9);
  margin: 20px 0 50px;
}
.section-destinations .radio-wrap {
  margin: 0 0 56px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.radio input[type='radio'] {
  display: none
}

.radio label {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  display: inline;
  color: rgba(79,69,94,0.6);
  margin-bottom: 15px;
  cursor: pointer
}

.radio label:before {
  background: #fff;
  content: '';
  width: 19.3px;
  height: 19.3px;
  display: inline;
  border-radius: 50%;
  line-height: 18px;
  position: absolute;
  border: 1px solid #999;
  left: 0
}

.radio input[type='radio']:checked+label:before {
  content: "\2022";
  color: #fff;
  font-size: 19.8px;
  text-align: center;
  line-height: 15px;
  background-color: #64CDCC
}
.section-destinations .radio-wrap .radio-inline {
  font-family: 'Lato', 'sans-serif';
  font-size: 19px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.2px;
  text-align: left;
  color: rgba(79,69,94,0.9);
  margin: 0 30px;
  padding-left: 25px;
}
.list-destinations {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 auto 12px;
}
.list-destinations>li.destination {
  padding: 0 9px;
  margin: 0 0 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  position: relative;
  z-index: 1;
}
.list-destinations .btn-img {
  position: relative;
  width: 100%;
  height: 114px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 13px 23px 45px 0 rgba(92,95,101,0.1);
  border: none;
  padding: 0;
  font-family: inherit;
}
.btn:active, .btn.active {
  outline: 0;
}
.list-destinations .btn-img img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.list-destinations .btn-img span {
  position: absolute;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: center;
  color: rgba(255,255,255,0.9);
  left: 50%;
  bottom: 25px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  text-transform: capitalize;
  white-space: normal;
}
.list-destinations .btn-img.disabled, .list-destinations .btn-img[disabled] {
  background-color: #615774;
  opacity: 1;
}
.list-destinations .btn-img.disabled img, .list-destinations .btn-img[disabled] img {
  display: none;
}
.list-destinations .btn-img.focus:before {
  content: '☑';
  position: absolute;
  bottom: 4px;
  right: 3px;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 28px;
  z-index: 1;
}
.list-destinations .btn-img.focus img {
  width: 125%;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.list-destinations .btn.focus, 
.list-destinations .btn:active:focus, 
.list-destinations .btn:active.focus, 
.list-destinations .btn.active:focus, 
.list-destinations .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.msg-box {
  max-width: 940px;
  border-radius: 9px;
  box-shadow: 13.5px 23.4px 45px 0 rgba(92,95,101,0.1);
  background-color: #ffffff;
  border: solid 1.5px rgba(0,5,59,0.3);
  margin: 0 auto 35px;
  padding: 40px 120px;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #4e455e;
}
.msg-box .txt-highlight {
  font-weight: bold;
  color: #6acccb;
}
.section-destinations .txt-note {
  max-width: 940px;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
  margin: 0 auto;
  padding: 0;
}
.-miles .calculation-box .amount.-cashback.-annualSpend:after,
.-miles .calculation-box .amount.-fees.-annualSpend:after {
  content: '+';
  font-size: 37px;
  padding-top: 2px;
  line-height: 28px;
}
.section-banner .introduction p b{
  display:none;
}
.business-fees-lay .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  /*display: none; changed by WTC*/
}
.money-slider .slider-handle {
  box-shadow: none;
}
/* =========== Delete It */


/* ============== Error page ==*/
.error-404-lay .body-container {
  min-height: 680px;
  background: url(//4769873.fs1.hubspotusercontent-na1.net/hubfs/4769873/CardUp_December2018/Images/herofamily.jpg) center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.error-404-lay .body-container h1 {
  color: rgba(255,255,255,1);
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 60px;
  margin-top: 185px;
}
.error-404-lay .body-container h2 {
  color: #fff;
  font-size: 36px;
}
a.btn:hover {
  text-decoration: none;
}

.open>.dropdown-menu {
  display: block;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0,0,0,0.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0,0,0,0.25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}
.popover {
  max-width: 372px;
  border-radius: 9px;
  border: none;
  box-shadow: 14px 24px 45px 0 rgba(92,95,101,0.15)
}

.popover.top {
  margin-top: -15px
}

.popover.top>.arrow {
  display: block;
  top: initial;
  border-top-color: transparent
}

.popover.right>.arrow {
  left: -10px;
  border-right-color: transparent
}

.popover-content {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: rgba(79,69,94,0.9)
}


/* ============ other Css */
.introduction-col.col-right {
  width: 33.3333333333%;
  float: left;
  text-align: left;
}

.introduction-col.col-right .row-fluid.card {
  width: 100%;
}

.body-container .business-info-cards .hs_cos_wrapper_type_form {
  max-width: 100% !important;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.banner-with-form .introduction {
  max-width: 1140px !important;
  padding-top: 86px !important;
  overflow: hidden;
}

.introduction-col.col-left {
  width: 66.6666666667%;
  float: left;
  padding: 0 15px;
  text-align: left;
}

.business-info-cards h3.form-title {
  margin: 0;
}

.business-info-cards .hs-form-field > label .hs-form-required {
  display: none;
}

.business-info-cards .hs-form-field input[type="text"], 
.business-info-cards .hs-form-field input[type="Email"],
.business-info-cards .hs-form-field input[type="tel"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #cdd2d4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.business-info-cards li.hs-form-radio label {
  font-size: 14px;
  position: relative;
  min-height: 20px;
  display: inline;
  color: rgba(79,69,94,0.6);
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: normal;
  padding-left: 5px;
}
.business-info-cards .hs-form-field>label{
  margin: 0 0 4px;
}
.business-info-cards li.hs-form-radio .hs-input {
  background: #fff;
  content: '';
  width: 19px;
  height: 19px;
  display: inline;
  border-radius: 50%;
  line-height: 18px;
  border: 1px solid #999;
  outline:none !important;
  background-image: none;
  box-shadow: none;
  vertical-align: top;
  margin: 1px 5px 5px 2px;
}

.business-info-cards input[type="radio"]:checked + span::before {
  content: "\2022";
  color: #fff;
  font-size: 19.8px;
  text-align: center;
  line-height: 15px;
  background-color: #64CDCC;
}
.business-info-cards input[type="radio"] + label{
  position:relative; 
}
.business-info-cards input[type="radio"] + span::before {
  background: #fff;
  content: '';
  width: 19px;
  height: 19px;
  display: inline;
  border-radius: 50%;
  line-height: 18px;
  position: absolute;
  border: 1px solid #999;
  left: 6px;
  top: 0px;
}
.business-info-cards .hs-fieldtype-radio.field.hs-form-field {
  margin-bottom: 10px;
}

.business-info-cards .actions {
  display: block;
  text-align: left;
}

.business-info-cards input.hs-button.primary.large {
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 40px;
  margin-bottom: 32px;
  font-size: 12px;
}

.hs-lay.pricing-lay .full-width-content-with-btn p {
  padding: 0 15px;
}

.cm-full-width-content {
  margin-top: 4%;
  text-align: center;
}

.feeTable-help-txt {
  color: #808080;
  padding: 2% 15px 0;
}

.cm-full-width-content a img {
  width: 55%;
  display: inline-flex;
  padding: 2% 0;
}

.cm-cardup-provides .section-heading {
  padding: 100px 0 45px;
}

.cm-cardup-provides .section-heading h2 {
  margin-bottom: 50px;
}

.steps {
  padding: 0 70px;
  text-align: center;
  color: #4F455E;
}

.benefit-card {
  width: 160px;
  display: inline-flex;
  font-size: 15px;
  line-height: 1.34;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
  padding: 0 2%;
}

.benefit-card p img {
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}

.benefit-card p {
  font-size: 16px;
}

.cm-full-width-content h2 {
  margin-top: 0;
  padding-top: 30px;
  color: #4F455E;
}

.section-calculator {
  padding-top: 140px;
}
.section-calculator h2 {
  font-size: 28px;
  line-height: 1.29;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4f455e;
  margin: 0 0 58px;
}
.section-calculator .txt-note {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
  padding: 0;
  margin: 0 0 15px;
}
.calculation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  border-radius: 9px;
  background-color: #ffffff;
  border: solid 1.5px rgba(0,5,59,0.3);
  margin: 0 0 13px;
}
.section-calculator .txt-info {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: rgba(79,69,94,0.6);
  padding: 0;
  margin: 0 0 58px;
  opacity: 0.8;
}
.calculation-box .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calculation-box .amount.-cashback, .calculation-box .amount.-fees {
  position: relative;
  max-width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.calculation-box .amount.-cashback:before, .calculation-box .amount.-fees:before {
  content: '';
  position: absolute;
  border-right: 1px solid rgba(0,5,59,0.3);
  top: 28px;
  bottom: 28px;
  right: 0;
}
.calculation-box .amount .txt-label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: rgba(79,69,94,0.4);
  margin: 0 0 18px;
}
.text-uppercase, .initialism, .initialism {
  text-transform: uppercase;
}
.calculation-box .amount .value {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #4e455e;
  padding: 0;
  margin: 0;
}
.calculation-box .amount.-cashback:after, .calculation-box .amount.-fees:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #615774;
  right: -17px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #FFFFFF;
}
.calculation-box .amount.-cashback.-cashback:after, .calculation-box .amount.-fees.-cashback:after {
  content: '-';
  font-size: 48px;
  line-height: 28px;
}
.calculation-box .amount.-savings {
  max-width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  background-color: #f8f7fc;
  border-radius: 0 7px 7px 0;
  max-height: 146px;
}
.calculation-box .amount .txt-label .question-box {
  margin-left: 5px;
}
.question-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4f455e;
  font-size: 11px;
  font-weight: 900;
  line-height: 15.5px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.calculation-wrap .title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calculation-wrap .col-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6acccb;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding: 0;
}
.calculation-wrap .col-title.-monthly {
  width: 41.6666666667%;
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.calculation-wrap .col-title.-annual {
  width: 58.3333333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
.money-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.money-slider-wrap .slider-box {
  width: 41.6666666667%;
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  padding: 0 20px;
}
.pt-40 {
  padding-top: 50px !important;
}
.money-slider-wrap .slider-box .box-title {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #4f455e;
  padding: 0;
  margin: 0 0 20px;
}
.money-slider-wrap .slider-box .box-title .question-box {
  position: absolute;
  top: -8px;
  right: -18px;
}
.question-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4f455e;
  font-size: 11px;
  font-weight: 900;
  line-height: 15.5px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.money-slider .slider.slider-horizontal {
  width: 100%;
}
.slider.slider-horizontal {
  height: 20px;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal .slider-track {
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.money-slider .slider-track {
  height: 8px !important;
  opacity: 0.3;
  border-radius: 4px;
  background-color: #00053b;
  background-image: none;
  box-shadow: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 4px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider-track-low, .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
}
.money-slider .slider-selection {
  opacity: 0.5;
  background-color: #6acccb;
  box-shadow: none;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
} 
.money-slider .slider.slider-horizontal .tooltip {
  opacity: 1;
}   
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}
.fade.in {
  opacity: 1
}
.money-slider .tooltip-arrow {
  display: none;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.money-slider .tooltip-inner {
  background-color: transparent;
  font-family: 'Lato', 'sans-serif';
  font-size: 15px;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
}
.tooltip-inner {
  padding: 3px 8px;
}
.money-slider .slider.slider-horizontal .tooltip {
  opacity: 1;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.money-slider .round.in-selection {
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  border-radius: unset;
  box-shadow: none;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
  opacity: 1;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: .8;
  border: 0 solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.money-slider .round {
  border: none;
  background-image: none;
  box-shadow: none;
}
.slider .hide {
  display: none;
}
.money-slider .slider-handle {
  width: 26px;
  height: 26px;
  background-color: #6acccb;
  box-shadow: 1.8px 3px 14.5px 0 rgba(92,95,101,0.5);
  background-image: none;
  margin-top: -4px;
  border-radius: 50%;
  position:relative;
  box-shadow: none;
}
.slider-max-save {
  float: right;
  padding-top: 30px;
  padding-right: 50px;
  color: gray;
  font-size: 12px;
}
.money-slider-wrap .slider-box .popover {
  z-index: 1200;
}
.money-slider-wrap .cashback-box {
  width: 58.3333333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  padding: 0 20px;
}
.form-cashback {
  margin: 0 0 55px;
}
.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-cashback {
  margin: 0;
}
.table-cashback thead tr th, .table-cashback thead tr td, .table-cashback tbody tr th, .table-cashback tbody tr td {
  border: none;
  line-height: 1.428571429;
  padding: 13px 10px;
  vertical-align: middle;
}
.table-cashback .form-control {
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
  border-radius: 2.5px;
  background-color: rgba(0,5,59,0.1);
  box-shadow: none;
  border: none;
}
.table-cashback thead th {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.calculation-box .amount.-cashback.-fees:after, .calculation-box .amount.-fees.-fees:after {
  content: '=';
  font-size: 34px;
  line-height: 34px;
}
.table-cashback .txt-sign {
  font-size: 35px;
  font-weight: normal;
  line-height: 0.44;
  letter-spacing: normal;
  text-align: center;
  color: #4f455e;
  padding: 0;
}
.slider-max-save-mid {
  float: right;
  padding-top: 30px;
  padding-right: 90px;
  color: gray;
  font-size: 12px;
}
.cm-cashback-calculator {
  margin-top: -1px;
}

/* End Other CSS */

input#hs-pwd-widget-password {
  margin-bottom: 10px;
}
.custom-footer.custom-footer-no-nav {
  padding: 0;
}
.custom-header-outer.custom-header-no-nav .mobile-trigger {
  display: none !important;
}
.business-fees-lay span.home-cont{
  display:none;
}
.section-calculate .button-box .btn-options.less:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 3px;
  background-color: #4F455E;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.section-calculate .button-box .btn-options.less:after {
  content: 'Less';
}
.section-calculate .button-box .btn-options.less img {
  display: none;
}
.section-calculate .button-box .btn-options:hover,
.section-calculate .button-box .btn-options{
  text-decoration:none;
}
.section-calculate .chart li.active a.normal-img {
  display: none;
}
.hs-content-id-6880679348 .body-container-wrapper {
  padding-bottom: 20px;
}
.header-bussiness-menu .hs-menu-wrapper>ul ul {
  display: none !important;
}

.no-banner .body-container:before {
  height: 60px;
  content: "";
  display: block;
  width: 100%;
  /*background-color: #4F455E;*/
  margin-top: -1px;
}
.no-banner .custom-header{
  background-color: #4F455E;
}
.section-banner .introduction p b {
  font-weight: 400;
  padding: 0 7px
}
/* client */
.banner-with-form .business-info-cards .hs-input {
  color: black !important;
}
.banner-with-form .business-info-cards .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: none;
}
.banner-with-form .business-info-cards  .hs-form-field .input > ul.inputs-list > li > label {
  color: #4f455e;
  position: relative;
  top: 1px;
}

.business-fees-lay .banner-with-form .business-info-cards .card {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.12);
}
@media (min-width:992px){
  .no-banner .custom-header{
    height: 60px;
  }

  /* client */
  .business-fees-lay .banner-with-form .introduction{
    overflow: visible;
  }
}
@media (max-width:991px) and (min-width:768px){
  .no-banner .body-container:before {
    height: 133px;
  }

  .business-fees-lay.pricing-lay .banks-networks-in-wrap {
    bottom: -135px;
  }
}

.cm-cashback-calculator .slider.slider-horizontal:nth-child(2)~.slider.slider-horizontal {
    display: none;
}

.cm-cashback-calculator .slider.slider-horizontalli:nth-child(2):nth-last-child(1) {
  display: none;
}
/*
.cm-cashback-calculator .slider.slider-horizontal:last-child {
    display: block !important;
}*/

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1199px){
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .about-contact-wrap .module-col.col-left {
    width: 41.6666666667%;
  }
  .section-online-platform.-business .img-cards {
    top: -5px;
  }

  /* === other CSS */
  .introduction-col.col-right {
    padding:0 15px;
  } 

}
@media (max-width: 1250px) and (min-width: 1199px){
  .section-testimonials .slick-next {
    right: -20px;
  }
  .section-testimonials .slick-prev {
    left: -20px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px){
  .section-testimonials .business-customer-response {
    height: 355px;
  }
}
@media (max-width: 1199px) and (min-width:992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 16px 8px;
  }
  .custom-header-col .widget-type-logo a {
    margin-right: 20px;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li {
    padding: 16px 10px;
  }
  .section-calculate .chart li {
    padding: 20px 30px;
  }
  /* client */
  .business-fees-lay .banks-networks-in-wrap {
    display: none;
  }
}
@media (max-width: 1030px) and (min-width:992px){
  .section-testimonials .slick-next {
    right: -10px;
  }
  .section-testimonials .slick-prev {
    left: -10px;
  }
}
@media (max-width: 1199px) and (min-width:768px){

  .about-contact-wrap .module-col.col-right {
    width: 25%;
  }
  .section-make-payments .business-info-cards{
    display:block;
  }
  .business-info-cards .card {
    width: 45.666667%;
    margin-bottom:15px;
  }
  .card.Shanghai.card-2+.orSection {
    display: none;
  }
  .business-make-paymentso .business-info-cards {
    display: -moz-flex;
    display: flex;
  }

  .business-make-paymentso .business-info-cards .card {
    margin-bottom: 0;
  }
  .business-fees-lay .business-info-cards .card {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) and (min-width:768px){
  .section-testimonials .slick-next {
    right: -10px;
  }
  .section-testimonials .slick-prev {
    left: -10px;
  }
}
@media (max-width: 991px) and (min-width:768px){

  .header-bussiness-menu .hs-menu-wrapper > ul > li > a{
    font-size: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 12px;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 16px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.signup a {
    margin: 0 0 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup:hover a{
    color:#fff;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color:#00D7C5;
  }
  /*
  .header-bussiness-menu .hs-menu-wrapper > ul > li {
  padding: 16px 7px;
} 
  .custom-header-col .widget-type-logo a {
  padding: 20px 10px;
  margin-right: 10px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-left: 5px;
  padding-right: 5px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup {
  padding-left: 15px;
  padding-right: 0;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup a.login {
  margin: 0 5px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a.btn-turquoise {
  margin-left: 5px;
  padding: 6px 10px;
  margin-right: 0;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
  padding-left:0;
}
  .custom-header-col .widget-type-logo a {
  position: relative;
  left: -6px;
}*/



  .section-banner.banner-area.-business {
    min-height: 500px;
    background-size: auto 100%;
  }
  .business-make-paymentso .business-info-cards {
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: wrap;
  }

  .business-make-paymentso .business-info-cards .card {
    margin-bottom: 20px;
    -moz-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  .how-cardup-work .information-cards {
    max-width: 300px;
  }

  .how-cardup-work .device-container {
    right: 42%;
    bottom: 17%;
    top: inherit;
  }

  .how-cardup-work .steps-detail {
    margin-bottom: 0;
  }
  .section-calculate .chart li {
    min-width: 180px;
    padding: 20px 10px;
  }
  .section-calculate .chart .input-wrap img {
    right: 54px;
  }

  .calculator-lay .section-banner {
    min-height: 500px;
  }

  .calculator-lay  .banks-networks-in-wrap {
    bottom: -47px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}

@media (max-width: 991px){
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .widget-type-cell.about-col,
  .about-contact-wrap .module-col{
    width:100% !important;
    float:none !important;
  }
  .body-container .about-col .hs_cos_wrapper_type_form {
    max-width: none;
    margin-top: 15px;
  }

  /* ====================== Other CSS */
  .introduction-col.col-left,
  .introduction-col.col-right{
    width:100%;
  }
  .pricing-lay .banks-networks-in-wrap {
    bottom: -75px;
  }
  .cm-cardup-provides .section-heading {
    padding: 18% 0 45px;
  }
  .pricing-lay .section-how-it-works .steps-detail{
    margin-bottom:0 !important; 
  }
  .pricing-lay .section-how-it-works {
    padding: 40px 0 50px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .copyrighttext {
    text-align: center;
  }
  .widget-span.custom-footer-top-col.col-left {
    display: none;
  }
  .widget-span.custom-footer-top-col.col-right {
    width: 100%;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .footer-menu .hs-menu-wrapper > ul {
    padding: 0 10px;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    -moz-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
  .footer-menu .hs-menu-wrapper > ul > li.stay-in-touch {
    -moz-flex: 1;
    flex: 1;
  }
  .footer-menu .hs-menu-wrapper > ul > li.stay-in-touch > ul > li {
    -moz-order: 2;
    order: 2;
  }
  .footer-menu .hs-menu-wrapper > ul ul li.social-share-new {
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 120.13px;
  }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.social-share-new a {
    width: auto !important;
    display: inline-block;
  }
  .stay-in-touch li img {
    max-width: 18px;
    max-height: 18px;
    margin: 0 20px 0 0;
    width: auto;
  }

  .widget-span.custom-header-col.col-right {
    left: auto;
    right: -300px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    max-height: 100vh;
    padding: 25px;
    overflow-y: auto;
    transform: translateX(300px);
    height: 100vh;
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 300px;
    background-color: #f3f3f3 !important;
    z-index: 20;
  }
  .mobile-open {
    overflow: hidden;
  }
  .mobile-open .widget-span.custom-header-col.col-right{
    transform: translateX(-300px);
  }
  .header-bussiness-menu .hs-menu-wrapper > ul {
    display: -moz-flex;
    display: flex;
    margin-right: 0;
    margin-bottom: 20px !important;
    margin-left: -20px;
  }
  .widget-span.custom-header-right-col.col-1 {
    margin-left: 0;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0px 16px 16px 16px;
    position: relative;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li > a {
    padding: 6px 0;
    letter-spacing: 0.8px;
    color: #4F455E;
    margin-top: 12px;
    width: auto !important;
    font-size: 12px;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li.active > a {
    color: #4F455E;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li:before {
    background-color: #cdd2d4;
    top: 20px;
    bottom: auto;
  }
  .header-bussiness-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }
  .widget-span.custom-header-right-col {
    float: none !important;
    margin: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 30px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #cdd2d4;
    margin-top: -15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 10px 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 6px 0;
    letter-spacing: 0.8px;
    color: #4F455E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .widget-span.custom-header-right-col.col-2 {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.FAQs {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Blog {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup {
    padding: 20px 16px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup a.login:before {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 24px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup a.login {
    border: 1px solid #d2d0d5;
    border-radius: 23px;
    padding: 8px 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.signup a.login:hover {
    color: #4F455E;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a.btn-turquoise {.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a
    color: #ffffff;
    margin-left: 5px;
    padding: 8px 24px;
  }
  .widget-span.custom-header-right-col.col-3 {
    display: block !important;
  }
  .social-touch:after,.social-touch:before {
    content: "";
    display: table;
    width: 100%;
  }
  .social-touch {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-top: -15px;
  }
  .social-touch li.social-label {
    font-size: 16px;
    font-weight: 700;
    color: #4F455E;
    padding: 10px 17px;
    text-transform: uppercase;
  }
  .social-touch li {
    padding: 10px 16px;
    display: block;
  }
  .social-touch li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: block;
    letter-spacing: 0.8px;
    padding: 6px 0;
    color: #4F455E;
  }
  .social-touch li > a:hover,.social-touch li > a:focus {
    color: #4F455E;
  }
  .social-touch li.social-share-new {
    padding: 15px 16px;
    display: -moz-flex;
    display: flex;
  }
  .social-touch li.social-share-new > a {
    margin: 0 16px;
    padding: 0;
  }
  .social-touch li.social-share-new > a:first-child {
    margin-left: 0;
  }
  .social-touch li.social-share-new > a img {
    height: 20px;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility:hidden;
  }
  .mobile-open .modal-backdrop{
    opacity: 0.3;
    filter: alpha(opacity=30);
    visibility:visible;
  }
  .full-width-row-content-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-lay .section-banner{
    background-size: auto 100%;
    min-height: 650px;
  }
  h2 {
    font-size: 20px;
  }
  .about-col p img.finalists {
    padding: 0px 20px 0px 30px;
  }
  .body-container .about-col .hs_cos_wrapper_type_form {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none;
    padding: 15px;
  }
  .card.Shanghai.card-2 {}

  .card.Shanghai.card-2+.orSection {
    display: none;
  }

  .section-banner .introduction {
    padding-top: 50px;
  }

  .banner-area h1 {
    font-size: 30px;
    line-height: 43px;
  }

  .banner-area p {
    padding: 0 40px;
    font-size: 18px;
  }

  .section-banner {
    min-height: 550px;
  }

  .banks-networks-in-wrap {
    bottom: -33px;
    left: 0;
    right: 0;
    transform: translate(0, 0);
  }

  .banks-networks-inner-wrap {
    padding: 10px;
    margin: 0 10px;
    display: block;
  }

  .banks-networks-inner-wrap > .content {
    display: none;
  }

  .banks-networks-image-wrap {
    margin: 15px 0 3px;
  }

  .banks-networks-image-wrap .centerMe a {
    width: 84px;
  }

  .banks-networks-image-wrap .centerMe:first-child img {
    height: 22px;
  }

  .shared-cards-header .content {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
  }

  .shared-cards-header .content h6 {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0;
  }

  .section-online-platform {
    padding: 50px 0 30px;
  }

  .calculation-box .amount .txt-label {
    font-size: 10px;
    margin: 0 0 4px;
  }

  .calculation-box .amount.demo-spend p,.calculation-box .amount.demo-fees p {
    font-size: 25px;
  }

  .calculation-box .cardUpFee, .calculation-box .annualSpend {
    margin-left: 5px;
  }

  .calculation-box .amount.-cashback:before, .calculation-box .amount.-fees:before {
    top: 17px;
    bottom: 17px;
  }
  .calculation-box .amount.-cashback.-cashback:after, .calculation-box .amount.-fees.-cashback:after {
    font-size: 36px;
    line-height: 16px;
  }
  .calculation-box .amount.-cashback:after, .calculation-box .amount.-fees:after {
    width: 21px;
    height: 21px;
    right: -10px;
  }

  .demo-amounts .credit-Cards {
    width: 68%;
    margin-left: 32%;
  }
  .introduction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-make-payments .business-info-cards {
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .section-make-payments .business-info-cards .card {
    -moz-flex: 0 0 90%;
    flex: 0 0 90%;
    margin: 10px 0;
    float: none;
    width: 100%;
  }

  .section-make-payments.feeView .card img {
    margin: 0 auto 25px;
  }

  .section-make-payments.feeView .business-info-cards .flight-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
  }

  .section-make-payments.feeView .business-info-cards h5 {
    font-size: 18px;
  }

  .section-make-payments.feeView .orSection {
    padding-top: 3%;
    float: none;
    width: 100%;
  }

  .card.Shanghai.card-2+.orSection {
    display: block;
  }

  .section-how-it-works {
    padding: 50px 0 40px;
  }

  .section-how-it-works h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section-how-it-works .referBox {
    padding: 0 40px;
  }

  .section-how-it-works .referBox-col {
    float: none;
    width: 100%;
  }

  .section-how-it-works .referBox-col:first-child {
    border: none;
    border-bottom: 2px solid rgba(79,69,94,0.4);
    padding-bottom: 30px;
  }

  .section-how-it-works .referBox-col h4 {
    font-size: 17px;
  }

  .section-how-it-works .referBox-col p {
    padding: 0px 1% 5% 1%;
    font-size: 14px;
    margin-bottom: 32px;
  }

  .full-width-content-with-btn {
    padding: 10px;
  }

  .full-width-content-with-btn h4 {
    font-size: 18px;
  }

  .full-width-content-with-btn p {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0;
    font-size: 14px;
  }

  .full-width-content-with-btn .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-width-content-with-btn .sign-up-btn {
    margin-bottom: 15px;
  }
  .section-banner.-business .introduction h1 {
    font-size: 30px;
    padding: 0 30px;
  }

  .-business.section-banner .introduction {
    padding-top: 30px;
  }

  .section-banner.banner-area.-business {
    min-height: 550px;
    background-size: auto 100%;
  }

  .section-banner.-business .introduction p {
    font-size: 20px;
    padding: 0 60px;
  }

  .section-online-platform.-business {
    padding: 50px 0 30px;
  }

  .section-online-platform h2 {
    padding: 0 20px;
    font-size: 25px;
  }

  .section-online-platform.-business .img-make-payments, .section-online-platform.-business .img-cards {
    display: none;
  }

  .business-make-paymentso {
    padding: 40px 0 115px;
  }

  .business-make-paymentso h2.section-heading {
    font-size: 30px;
    margin-top: 0;
  }

  .business-make-paymentso .description-box {
    padding: 0 20px 15px;
  }

  .business-make-paymentso .description-box p {
    font-size: 15px;
  }

  .cashflow img {
    width: auto;
    margin-bottom: 25px;
    height: auto;
  }

  .business-make-paymentso .business-info-cards {
    padding: 0 !important;
  }

  .business-info-cards .card img {
    margin: 0 auto 15px;
    max-width: 60px;
    height: 55px;
    margin: 0 auto 25px;
  }

  .business-make-paymentso .business-info-cards .card {
    padding: 15px;
  }

  .business-make-paymentso .business-info-cards .card h5 {
    font-size: 18px;
    min-height: 0px;
  }

  .how-cardup-work {
    padding: 120px 0 40px;
  }

  .how-cardup-work h2.section-heading {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .how-cardup-work .steps {
    padding: 0 40px;
  }

  .how-cardup-work .steps-detail {}

  .steps-detail-col {
    float: none;
    width: 100%;
  }

  .steps-detail-col h4.section-subheader {
    font-size: 20px;
  }

  .steps-detail-col p {
    margin-bottom: 32px;
  }

  .how-cardup-work .information-cards .card {
    width: 90%;
  }

  .how-cardup-work .information-cards .card.information-cards-1 {
    order: 2;
  }

  .how-cardup-work .information-cards .card.information-cards-2 {
    order: 3;
  }

  .how-cardup-work .information-cards .card.information-cards-3 {
    order: 1;
  }

  .how-cardup-work .information-cards .card.information-cards-4 {
    order: 4;
  }

  .how-cardup-work .information-cards .card.information-cards-5 {
    order: 5;
  }

  .how-cardup-work .information-cards .card.information-cards-6 {
    order: 6;
  }

  .pci-logo {
    order: 7;
  }

  .how-cardup-work .btn-group {
    display: none !important;
  }

  .pci-logo img {
    max-height: none;
    width: 80%;
  }

  .howcardup-work-group {
    padding: 0 0 50px;
  }

  .howcardup-work-group p.text-description {
    font-size: 15px;
    padding: 0 30px;
  }

  .howcardup-work-group .business-info-cards .card {
    padding: 25px;
    -moz-flex: 0 0 90%;
    flex: 0 0 90%;
  }

  .howcardup-work-group .business-info-cards .card  .icon-card {
    text-align: center;
  }

  .howcardup-work-group .business-info-cards .card h5 {
    font-size: 18px;
  }

  .section-testimonials .slick-next {
    right: -12px;
  }
  .section-testimonials .slick-prev {
    left: -12px;
  }
  .body-container .email-subscription-wrap .hs_cos_wrapper_type_form {
    max-width: 100%;
  }
  .form-inline.subscribe-form {
    margin-bottom: 20px;
  }
  .section-testimonials {
    padding: 30px 0;
  }
  .section-testimonials .customer-response {
    padding: 23px 20px 10px;
  }
  .home-lay .section-banner.-business .introduction h1 {
    font-size: 30px;
    padding: 0 30px;
    margin-bottom: 30px;
  }

  .home-lay .section-banner.-business .introduction p {
    font-size: 18px;
  }
  .section-online-platform .miles-illustration {
    display: -moz-flex;
    display: flex;
  }
  .section-online-platform .illustration-list {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
  }
  .section-online-platform .illustration-list .-item {
    min-height: 120px;
  }
  .section-online-platform .illustration-list .-item .img-wrap {
    padding: 15px 0;
    border: 2px solid #00d7c5;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    line-height: 55px;
    float: left;
    margin: 0 20px 0 0;
  }
  .section-online-platform .illustration-list img {
    max-height: 40px;
    max-width: 55px;
  }
  .section-online-platform .illustration-list .badge {
    top: 0;
    left: 65px;
  }
  .section-online-platform .illustration-list .-item .img-wrap:after {
    width: 3px;
    height: 25px;
    left: 45px;
    top: 93px;
  }
  .section-online-platform p {
    padding: 24px 5px;
  }

  .section-online-platform .illustration-list .-item.home-section-2 .img-wrap img {
    max-height: 55px;
    max-width: 60px;
    vertical-align: middle;
  }

  .section-online-platform .illustration-list .-item.home-section-2 .img-wrap {
    bottom: 0px;
    height: 95px;
    position: relative;
  }

  .section-online-platform .illustration-list .-item:last-child {}

  .section-online-platform .illustration-list .-item:last-child .img-wrap:after {
    display: none;
  }

  .-item:last-child .img-wrap:before {
    display: none;
  }
  .section-online-platform .illustration-list img {
    vertical-align: middle;
  }
  .section-calculate {
    padding: 40px 0 95px;
  }
  .section-calculate h2 {
    line-height: 38px;
    font-size: 25px;
  }
  .section-calculate .control-wrap {
    margin: 0 5px;
  }
  .section-calculate .chart {
    padding: 0 20px;
  }
  .section-calculate .chart li {
    display: none;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-order: 2;
    order: 2;
    padding: 15px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cdd2d4;
  }
  .section-calculate .chart li.rent {
    -moz-order: 1;
    order: 1;
  }
  .section-calculate .chart .img-wrap {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .section-calculate .chart .img-wrap .img-box {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .section-calculate .chart .img-wrap a {
    display: inline-block;
  }
  .section-calculate .chart .img-wrap .img-box img {
    width: 100%;
  }
  .section-calculate .chart .img-wrap p {
    display: inline;
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
  .section-calculate .chart .input-wrap {
    padding: 0 15px;
  }
  .section-calculate .chart .input-wrap .currency {
    left: 22px;
    margin-top: -8px;
  }
  .section-calculate .chart .input-wrap img {
    right: 24px;
  }
  .section-calculate .chart li.active {
    border-bottom: 1px solid #cdd2d4;
  }
  .section-calculate .chart li.active:before {
    border-bottom: none;
  }

  .section-calculate .chart li.active:after {
    display: none;
  }
  .section-calculate .button-box {
    margin: 15px 0;
    text-align: center;
  }
  .section-calculate .button-box .btn-options {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4F455E;
  }
  .section-calculate .button-box img.plus {
    width: 13px;
    position: relative;
    top: -1px;
    margin-right: 9px;
    vertical-align:middle;
  }
  .section-calculate .button-box .btn-options:after {
    content: 'More';
  }
  .section-calculate .btn-box {
    width: 100%;
  }
  .section-calculate .final-calculation h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 30px;
  }
  .section-calculate .final-calculation .calculate {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }
  .section-calculate .final-calculation .calculate .btn {
    width: 250px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .home-lay .how-cardup-work {
    padding: 100px 0 40px;
  }

  .home-lay .how-cardup-work h2.section-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .section-testimonials h2 {
    font-size: 25px;
  }
  .section-calculate .dropdown-toggle {
    border-bottom-width: 2px;
  }
  .home-lay .section-banner.-business .introduction p {
    padding: 0 15px;
  }
  .home-lay .email-subscription-wrap .hs-input,
  .email-subscription-wrap .hs-input{
    min-width: 50px;
    width:100%;
  }
  .hs-content-id-6879121023 .section-banner {
    min-height: 450px;
  }
  .hs-content-id-6879121023 .banks-networks-inner-wrap {
    bottom: -33px;
  }
  .section-calculator.-miles .btn-box, .section-calculate .btn-box {
    width: 100%;
  }
  .calculation-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calculation-box .amount.-cashback, .calculation-box .amount.-fees {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .calculation-box .amount.-cashback:before, .calculation-box .amount.-fees:before {
    top: 17px;
    bottom: 17px;
  }
  .calculation-box .amount .txt-label {
    font-size: 10px;
    margin: 0 0 4px;
  }
  .calculation-box .amount .value {
    font-size: 22px;
  }
  .calculation-box .amount.-cashback:after, .calculation-box .amount.-fees:after {
    width: 21px;
    height: 21px;
    right: -10px;
  }
  .calculation-box .amount.-cashback.-cashback:after, .calculation-box .amount.-fees.-cashback:after {
    font-size: 26px;
    line-height: 16px;
  }
  .calculation-box .amount.-cashback.-annualSpend:after, .calculation-box .amount.-fees.-annualSpend:after {
    font-size: 25px;
    padding-top: 2px;
    line-height: 17px;
  }
  .calculation-box .amount.-savings {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 73px;
    border-radius: 0 0 7px 7px;
    margin-right: 1px;
    margin-top: 5px;
  }
  .calculation-box .amount.-cashback.-fees:after, 
  .calculation-box .amount.-fees.-fees:after {
    font-size: 26px;
    line-height: 20px;
    top: 105%;
    left: -11px;
  }
  .-miles .calculation-box .amount.-cashback.-annualSpend:after, 
  .-miles .calculation-box .amount.-fees.-annualSpend:after {
    font-size: 25px;
    padding-top: 2px;
    line-height: 17px;
  }
  .section-heading {
    font-size: 25px;
  }
  .section-destinations .radio-wrap .radio-inline {
    margin: 0 8px;
    padding-left: 25px;
  }
  .list-destinations>li.destination {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .list-destinations .btn-img {
    height: 90px;
  }
  .msg-box {
    max-width: 80%;
    padding: 20px;
  }
  .business-customer-response {
    height: auto;
    padding: 23px 20px 10px;
    height: auto;
  }
  form.hs-form fieldset .hs-form-field{
    width:100% !important;
    padding-right:0 !important;
  }
  .body-container .howcardup-work-form .hs_cos_wrapper_type_form {
    max-width: 100%;
    padding: 0 40px;
  }

  .howcardup-work-form p.policies {
    display: none;
  }

  .howcardup-work-form form.hs-form fieldset .hs-form-field {
    margin-bottom: 5px;
  }

  .howcardup-work-form input.hs-button.primary.large {
    width: 100%;
  }
  .howcardup-work-form .hs-form-field .hs-input {
    min-width: 100%;
  }
  .section-testimonials h2,
  .howcardup-work-form p.section-heading{
    padding: 0 20px;
  }
  .how-cardup-work .device-container {
    position: absolute;
    right: inherit;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .how-cardup-work .device-container .device-holder {
    background-size: 100% auto;
    width: 290px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .business-info-cards .card .icon-card {
    text-align: center;
  }



  /* ============= Other Css */
  .benefit-card {
    width: 100px;
    margin-left: 2px;
    margin-right: 25px;
  } 
  .pricing-lay .banks-networks-in-wrap {
    bottom: -65px !important;
  }
  .money-slider-wrap .slider-box {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 20px;
    padding: 0 10px;
  }

  .money-slider-wrap .slider-box {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .money-slider-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .money-slider-wrap .cashback-box {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
  .table-cashback thead th{
    display:none;
  }
  .calculation-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calculation-box .amount.-cashback, .calculation-box .amount.-fees {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .calculation-box .amount.-savings {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 73px;
    border-radius: 0 0 7px 7px;
    margin-right: 1px;
    margin-top: 5px;
  }
  .calculation-box .amount.-cashback:before, 
  .calculation-box .amount.-fees:before {
    top: 17px;
    bottom: 17px;
  }
  .calculation-box .amount .txt-label {
    font-size: 10px;
    margin: 0 0 4px;
  }
  .calculation-box .amount .value {
    font-size: 22px;
  }
  .calculation-box .amount.-cashback.-cashback:after, 
  .calculation-box .amount.-fees.-cashback:after {
    font-size: 36px;
    line-height: 16px;
  }
  .calculation-box .amount.-cashback:after, 
  .calculation-box .amount.-fees:after {
    width: 21px;
    height: 21px;
    right: -10px;
  }
  .calculation-box .amount .txt-label {
    font-size: 10px;
    margin: 0 0 4px;
  }
  .calculation-box .amount.-cashback.-fees:after, 
  .calculation-box .amount.-fees.-fees:after {
    font-size: 26px;
    line-height: 20px;
    top: 105%;
    left: -11px;
  }
  /* End other CSS */




  .custom-header-outer.custom-header-no-nav .mobile-trigger {
    display: none !important;
  }
  .section-calculate .chart li.season-parking {
    -moz-order: 5;
    order: 5;
  }
  .section-calculate .chart li.car-loans {
    -moz-order: 2;
    order: 2;
  }
  .section-calculate .chart li.education {
    -moz-order: 6;
    order: 6;
  }
  .section-calculate .chart li.condominium-fees {
    -moz-order: 7;
    order: 7;
  }
  .section-calculate .chart li.property-tax {
    -moz-order: 8;
    order: 8;
  }
  .section-calculate .chart li.income-tax {
    -moz-order: 3;
    order: 3;
  }
  .section-calculate .chart li.insurance {
    -moz-order: 4;
    order: 4;
  }
  .section-calculate .chart li.inactive {
    display: -moz-flex;
    display: flex;
  }
  .cm-cashback-calculator .calculation-wrap .title-row {
    display: none;
  }
  .section-calculate h2 {
    font-size: 25px;
    line-height: 38px;
  }

  .section-calculate .dropdown-menu.benifitTypes {
    min-width: 115px;
    max-width: 250px;
  }
  .section-calculate .dropdown-menu.benifitDuration {
    min-width: 155px;
  }
  .section-calculate .dropdown-menu a {
    font-size: 18px;
  }
  .dropdown-menu>li>a {
    padding: 12px 20px;
    white-space: unset;
  }
  .cm-full-width-content a img {
    width: auto;
    max-width: 100%;
  }

  .business-fees-lay.pricing-lay .banks-networks-in-wrap {
    bottom: -115px !important;
  }
  .business-fees-lay .cm-cardup-provides .section-heading {
    padding-top: 111px;
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .footer-menu .hs-menu-wrapper > ul ul li.social-share-new {
    left: 0;
    margin: 0 auto;
    bottom: -38px;
  }
  .list-destinations > li.destination {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .list-destinations .btn-img {
    height: 150px;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-menu .hs-menu-wrapper>ul ul li.social-share-new {
    left: auto;
    margin: 0;
    bottom: -4px;
  }
}

@media (max-width: 414px){
  .shared-cards-header .content h6,
  .shared-cards-header .content{
    font-size: 10px;
  }
}


/* @TODO: AK */
.span12.widget-span.widget-type-cell.custom-footer {
    margin-bottom: 0;
}


/* personal pricing page banner style */
.personal-fees-lay div#content-desktop { max-height: 520px;}
.personal-fees-lay .hero_SG { padding-top: 15%;padding-bottom: 9%;}
.personal-fees-lay .img-grad { background-position:bottom!important;  } 
  
@media screen and (min-width: 1400px) {
.personal-fees-lay .hero_SG {padding-top: 15%; padding-bottom: 18%;}
}

 @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 .personal-fees-lay .hero_SG { padding-top: 20%; padding-bottom: 5%;}  
 .personal-fees-lay .banner-area h1 {padding: 0 11rem;}
  }
  
 @media (min-width: 768px) and (max-width: 1024px) {
    .personal-fees-lay .hero_SG { padding-top: 20%; padding-bottom: 5%;  }  
  }
  
@media (max-width: 767px) {
  .personal-fees-lay .hero_SG {
    padding-top: 40%;
    padding-bottom: 5%;
  }
  .personal-fees-lay .banner-area h1 {
      font-size: 25px;
      line-height: 35px;
  }  
}