.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.page-investment .page-banner {
  background-image: url('../img/investment/page-banner.jpg?1499759057');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-investment .page-banner {
    background-image: url('../img/investment/page-banner@2x.jpg?1499759025');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1280px 320px;
  }
}
.page-investment .page-banner h1 {
  font-size: 36px;
}
.page-investment .page-content {
  background: var(--bg-white);
}
.page-investment .page-content .dashed-border-bottom {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--border-default);
}
.page-investment .page-content .contact-info {
  margin: 3px 0;
  color: var(--text-aux);
}
.page-investment .page-content .contact-info i {
  margin-right: 5px;
}
.page-investment .page-content .contact-info .name {
  min-width: 90px;
  display: inline-block;
}
.page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td,
.page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td {
  vertical-align: top;
}
.page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td:first-child,
.page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td:first-child {
  width: 85%;
}
.page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td .name,
.page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td .name {
  color: var(--text-body);
  display: block;
}
.page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td .desc,
.page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td .desc {
  margin-top: 15px;
  display: block;
  color: var(--text-aux);
  line-height: 1.5;
}
.page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td .rate,
.page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td .rate {
  display: inline-block;
  color: var(--color-secondary);
}
.page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td i,
.page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td i {
  margin-top: -2px;
  margin-left: 5px;
  display: inline-block;
}
.page-investment.house-loan .border-left {
  border-left: 1px solid var(--border-default);
}
.page-investment.house-loan-products .icon-normal {
  margin: 0 auto;
  display: block;
  height: 72px;
  width: 72px;
  background-image: url('../img/investment/normal-avatar.png?1501052611');
  background-repeat: no-repeat;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-investment.house-loan-products .icon-normal {
    background-image: url('../img/investment/normal-avatar@2x.png?1501052611');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px 72px;
  }
}
.page-investment.house-loan-products .icon-elite {
  margin: 0 auto;
  display: block;
  height: 72px;
  width: 72px;
  background-image: url('../img/investment/elite-avatar.png?1501052611');
  background-repeat: no-repeat;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-investment.house-loan-products .icon-elite {
    background-image: url('../img/investment/elite-avatar@2x.png?1501052611');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px 72px;
  }
}
.page-investment.house-loan-products .products-item-wrap {
  margin: 40px 0 20px 0;
}
.page-investment.house-loan-products .products-item {
  padding: 10px;
  text-align: center;
  background: var(--bg-subtle);
}
.page-investment.house-loan-products .products-item .avatar {
  margin-bottom: 20px;
}
.page-investment.house-loan-products .products-item .avatar i {
  margin-top: -48px;
}
.page-investment.house-loan-products .products-item .category {
  padding: 5px 0;
  margin-bottom: 10px;
  background: var(--border-default);
}
.page-investment.house-loan-products .products-item .border-right {
  border-right: 1px solid var(--border-medium);
}
.page-investment.house-loan-products .products-item .stage {
  margin-bottom: 10px;
}
.page-investment.house-loan-products .products-item .stage i {
  margin-top: -10px;
  margin-left: 3px;
}
.page-investment.house-loan-products .products-item .rate {
  margin-bottom: 10px;
  font-size: 34px;
}
.page-investment.house-loan-products .other-limited {
  margin: 0 0 20px 0;
}
.page-investment.house-loan-products .other-limited:last-child {
  margin-bottom: 0;
}
.page-investment.house-loan-products form hr {
  margin-top: 0;
}

@media (max-width: 992px) {
  .page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td:first-child,
  .page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td:first-child {
    width: 80%;
  }
  .page-investment.house-loan-products .products-item-wrap {
    margin: 40px 0 20px 0;
  }
  .page-investment.house-loan-products .products-item {
    margin-bottom: 60px;
  }
  .page-investment.house-loan-products .products-item .col-item {
    margin-bottom: 30px;
  }
  .page-investment.house-loan-products .products-item .border-right {
    border-right: 0;
  }
  .page-investment.house-loan-products .products-item .stage {
    margin-bottom: 10px;
  }
  .page-investment.house-loan-products .products-item .stage i {
    margin-top: -10px;
    margin-left: 3px;
  }
  .page-investment.house-loan-products .products-item .rate {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-investment .page-banner {
    height: auto;
    padding-left: 0;
    background-position: right center;
  }
  .page-investment .page-banner h1 {
    font-size: 30px;
  }
  .page-investment .page-content .contact-info {
    margin: 5px 0;
  }
  .page-investment.products-rate-content .tab-content .tab-pane table.gray-head > tbody > tr > td:first-child,
  .page-investment.products-rate-content .tab-content .tab-pane table.head-gray > tbody > tr > td:first-child {
    width: 70%;
  }
  .page-investment.house-loan .border-left {
    border-left: 0;
  }
  .page-investment.house-loan-products form hr {
    margin-top: 10px;
  }
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Apple Watch ----------- */
