
  hr {
    background-color: #DBE2E7;
    border: 0;
    height: 1px;
    margin: 1.5em 0;
    opacity: 1;
  }
  hr.dashed {
    border: 0;
    border-top: 1px dashed #dbe2e7;
    background-color: transparent !important;
    height: 0;
  }
  hr.dashed-dark {
    border-color: #D3D2CF;
  }
  .card {
    border-color: #e5e5e5;
    border-radius: 8px;
    border-width: 1px;
    padding: 2em;
  }
  .card-dashed {
    border-color: #e5e5e5;
    border-style: dashed;
  }
  .card-header {
    background-color: #fff;
    border-bottom: 1px solid #dbe2e7;
    margin-bottom: 1.5em;
    padding: 0 0 1em 0;
  }
  .card-body {
    padding: 0;
    position: relative;
  }
  .card-footer {
    background-color: #fff;
    padding: 1.5em 0 0 0;
  }
  
  .text-tz {
    color: #396182 !important;
  }
  .text-tz-green {
    color: #3AB64B !important;
  }
  .bg-tz {
    background-color: #396182 !important;
  }
  .bg-tz-blue {
    background-color: #F8F9FB;
  }
  .border-tz-green {
    border-color: #3AB64B !important;
  }
  .bg-tz-green {
    background-color: #3AB64B !important;
  }
  .bg-tz-green-light {
    background-color: #3AB64B15 !important;
  }
  .bg-green {
    background-color: #1A8754;
  }
  .bg-light-green {
    background-color: #75AC00;
  }
  .bg-tz-purple {
    background-color: #d63384;
  }
  .text-tz-gray {
    color: #8B8F92;
  }
  .border-tz-gray {
    border-color: #8B8F92;
  }
  .text-muted {
    color: #8B8F92 !important;
  }
  #product-cards card-block {
    border-radius: 16px;
  }
  #product-carousel .product-carousel-indicators {
    position: absolute;
    top: 500px;
    width: 100%;
    z-index: 999999;
  }
  #product-carousel .product-carousel-indicators button {
    width: 8px !important;
    max-width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    background-color: #BABABA;
  }
  #product-carousel .product-carousel-indicators button.active {
    background-color: #396182;
  }
  #product-carousel card-block {
    margin-bottom: 6em;
  }
  card-block.product {
    border-radius: 16px;
    border: 1px solid #CDCDCD;
  }
  card-block.product-large {
    background-color: #F5F7F9;
    border: 4px solid #396182;
  }
  .product .popular {
    position: absolute;
    top: -13px;
    transform: translateX(-50%);
  }
  .product.active {
    border: 4px solid #FF5B23;
  }
  .product.active .current {
    display: block;
    width: 100%;
    position: absolute;
    top: -13px;
    left: 0;
  }
  .product.active .popular {
    display: none;
  }
  .o_price {
    font-size: 0.5em;
    color: #F52C31;
    text-decoration: line-through;
  }
  .product .current {
    display: none;
  }
  .product-large {
    width: 413px;
    position: relative;
  }
  .product-small {
    width: 380px;
  }
  .product {
    padding: 2em;
    position: relative;
  }
  .product h1 {
    font-size: 1.8em;
    font-weight: 600;
    color: #396182;
  }
  card-block.product-large {
    padding: 2.6em;
  }
  card-block.product-large h1 {
    font-size: 2em;
    padding-top: 0.15em;
  }
  .product .price {
    font-size: 2.9em;
    line-height: 100%;
    font-weight: 600;
    color: #396182;
    margin-top: 0.33em;
    margin-bottom: 0.1em;
  }
  .product-large .price {
    font-size: 2.9em;
    line-height: 100%;
  }
  #features {
    max-width: 1168px;
    overflow: visible;
  }
  #features .all {
    height: 0;
  }
  #features.show .all {
    height: auto;
    padding-bottom: 2em;
  }
  #feature-button .hide {
    display: none;
  }
  #feature-button.toggle .show {
    display: none   ;
  }
  #feature-button.toggle .hide {
    display: block   ;
  }
  #features .product-small,
  #features .product-large {
    max-width: 324px;
  }
  #features .product-small {
    margin-right: 5em;
  }
  #features .product-large {
    margin-right: 5em;
  }
  #features div .product-small:last-child {
    margin-right: 0;
  }
  #features ul.list-unstyled {
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .product.product-small {
      height: 470px;
      min-width: 380px;
    }
    .product.product-large {
      height: 470px;
      min-width: 380px;
    }
    #product-cards {
      overflow-x: scroll;
      overflow-y: visible;
    }
    #features .all .product-small,
    #features .all .product-large {
      max-width: 100%;
      width: 100%;
      margin-right: 0;
    }
    #features .container {
      max-width: 430px;
    }
  }
  #plans li {
    border-bottom: 1px solid #D3D2CF;
    padding-bottom: 1em;
    margin-bottom: 1em;
    color: #396182;
  }
  #plans li:last-child {
    margin-bottom: 0;
    border: 0;
  }
  #features li i {
    margin-right: 0.5em;
  }

  card-block {
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 2em;
    margin-bottom: 1em;
  }
  card-body {
    display: block;
  }