@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide-on-mobile-tablet {
    display: none;
  }
}

/* ---- BUSINESS GROWTH GRAPH ---- */
.growth-graph {
  padding: 30px 20px;
}
.growth-graph .grid-wrapper {
  height: 200px;
  border-bottom: 1px dashed #00ADE1;
  float: left;
  width: 100%;
}
.growth-graph .grid-wrapper .grid {
  float: left;
  position: relative;
  width: 20%;
  border-left: 1px dashed #00ADE1;
  height: 100%;
}
.growth-graph .grid-wrapper .grid:first-child {
  border-left: none;
}
.growth-graph .grid-wrapper .grid.height70 {
  height: 85%;
  top: 15%;
}
.growth-graph .grid-wrapper .grid .point {
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #00ADE1;
  border-radius: 50%;
}
.growth-graph .grid-wrapper .grid .point.top-left {
  top: -6px;
  left: -6.5px;
}
.growth-graph .grid-wrapper .grid .point.bottom-left {
  bottom: -6px;
  left: -6.5px;
}
.growth-graph .grid-wrapper .grid .point.bottom-right {
  bottom: -6px;
  right: -6.5px;
}
.growth-graph .grid-wrapper .grid .point.bottom {
  bottom: -6px;
  left: calc(50% - 6px);
}
.growth-graph .grid-wrapper .grid .xaxis-label {
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: -65px;
  font-weight: 600;
  color: #000;
}
.growth-graph .grid-wrapper .grid .xaxis-label.left {
  left: -100px;
}
.growth-graph .grid-wrapper .grid .xaxis-label.right {
  right: -100px;
}
.growth-graph .grid-wrapper .grid .xaxis-label.bottom {
  left: calc(50% - 100px);
}
.growth-graph .grid-wrapper .grid .yaxis-label {
  width: 80%;
  text-align: left;
  position: absolute;
  line-height: 14px;
}
.growth-graph .grid-wrapper .grid .yaxis-label .label-title {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.growth-graph .grid-wrapper .grid .yaxis-label .label-content {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.growth-graph .grid-wrapper .grid .yaxis-label.top-left {
  top: -30px;
  left: 20px;
}
.growth-graph .grid-wrapper .grid .yaxis-label.bottom-left {
  bottom: 10px;
  left: 10px;
}
.growth-graph .grid-wrapper .grid .yaxis-label.bottom-right {
  bottom: 10px;
  right: -30px;
}

.mobile-growth-graph {
  padding: 20px;
  display: none;
}
.mobile-growth-graph .grid-wrapper {
  border-left: 1px dashed #00ADE1;
  margin-left: 100px;
}
.mobile-growth-graph .grid-wrapper .grid {
  position: relative;
  min-height: 30px;
}
.mobile-growth-graph .grid-wrapper .grid .point {
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #00ADE1;
  border-radius: 50%;
  top: -6px;
  left: -6.5px;
}
.mobile-growth-graph .grid-wrapper .grid .time-label {
  position: absolute;
  font-weight: 600;
  color: #000;
  left: -100px;
  top: -7px;
  text-align: right;
  width: 100px;
  padding-right: 10px;
}
.mobile-growth-graph .grid-wrapper .grid .yaxis-label {
  line-height: 14px;
  padding: 0px 10px 20px;
  margin-top: 10px;
}
.mobile-growth-graph .grid-wrapper .grid .yaxis-label .label-title {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.mobile-growth-graph .grid-wrapper .grid .yaxis-label .label-content {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .growth-graph {
    display: none;
  }

  .mobile-growth-graph {
    display: block;
  }
}
/* -- END BUSINESS GROWTH GRAPH -- */
/* ---- PAYMENT PLANS ---- */
.ymmv {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
}

/* -- END PAYMENT PLANS -- */
.how-to-finance {
  text-align: justify;
  color: #666;
  width: 71%;
  font-size: 16px;
  line-height: 21px;
  /* Use this everywhere to have a consistent spacing in all pages */
  padding-top: 25px;
}
@media (max-width: 991px) {
  .how-to-finance {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .how-to-finance {
    width: 95%;
    font-size: 17px;
    line-height: 21px;
  }
}
.how-to-finance .bold {
  font-weight: 600;
  color: #444;
}
.how-to-finance div {
  margin-top: 20px;
}
.how-to-finance h2 {
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .how-to-finance h2 {
    font-size: 22px;
  }
}
.how-to-finance .bold-heading {
  margin: 0;
  font-weight: 600;
  color: #444;
}
.how-to-finance .description {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
}

.sme-v3-plans > li > div {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sme-v3-plans > li ul {
  min-height: 20em;
}

.sme-v3-recommended-plan {
  margin-top: -2.1em;
  border-top: 4px solid #00ADE1 !important;
  background-color: #fff;
  padding-bottom: 45px !important;
}
@media (max-width: 991px) {
  .sme-v3-recommended-plan {
    margin-top: 0 !important;
    padding-bottom: 20px !important;
  }
}

.sme-v3-regular-plan {
  background-color: #f7fbfe !important;
}

/*# sourceMappingURL=howto.css.map */
