/* line 9, sass/custom.sass */
.has-error {
  background: rgba(255, 0, 0, 0.2);
}

@media (min-width: 768px) {
  /* line 12, sass/custom.sass */
  .nopl {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 16, sass/custom.sass */
  .nopr {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 20, sass/custom.sass */
  .smpl {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  /* line 23, sass/custom.sass */
  .smpr {
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  /* line 27, sass/custom.sass */
  .bpl {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  /* line 30, sass/custom.sass */
  .bpr {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  /* line 34, sass/custom.sass */
  .hide-mobile {
    display: none;
  }
}

/* line 39, sass/custom.sass */
.alert {
  display: block;
  position: fixed;
  z-index: 2222;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 20px;
  border: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

/* line 54, sass/custom.sass */
.alert a {
  color: white;
  font-weight: bold;
}

/* line 58, sass/custom.sass */
.alert.alert-danger {
  background: #ea6060;
  color: white;
}

/* line 62, sass/custom.sass */
.alert.alert-success {
  background: #2e931d;
  color: white;
}

/* line 66, sass/custom.sass */
.alert.alert-warning {
  background: #f7ac16;
  color: white;
}

/* line 70, sass/custom.sass */
.alert.alert-info {
  background: #529bb1;
  color: white;
}

/* line 75, sass/custom.sass */
.hidden {
  display: none;
}

/* line 78, sass/custom.sass */
.boni-check {
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px 0;
}
/* line 83, sass/custom.sass */
.boni-check h3 {
  font-size: 16px;
}
/* line 86, sass/custom.sass */
.boni-check .progress {
  width: 80%;
  display: block;
  height: 15px;
  background: white;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px auto;
}
/* line 94, sass/custom.sass */
.boni-check .progress .fill {
  width: 0;
  background: #76747e;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 104, sass/custom.sass */
.form-box {
  background: white;
  padding-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #7d3f98;
  border-radius: 4px;
}
/* line 111, sass/custom.sass */
.form-box .form-group, .form-box .form-box-done {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 115, sass/custom.sass */
.form-box .form-box-done {
  text-align: center;
  padding: 60px;
}
/* line 119, sass/custom.sass */
.form-box .form-box-done h3 {
  color: #7d3f98;
}
/* line 122, sass/custom.sass */
.form-box .form-box-done p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
/* line 127, sass/custom.sass */
.form-box label.text-green {
  color: #7d3f98;
}
/* line 130, sass/custom.sass */
.form-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #76747e;
  font-weight: 500;
}
/* line 135, sass/custom.sass */
.form-box h3 span {
  color: black;
  font-weight: 400;
}
/* line 139, sass/custom.sass */
.form-box .box-ribbon {
  background: #7d3f98;
  display: inline-block;
  padding: 15px;
  font-size: 16px;
  color: white;
  border-radius: 0 10px 0 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 149, sass/custom.sass */
.form-box p {
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 153, sass/custom.sass */
.form-box button.btn.btn-default {
  margin-top: 15px;
  background: #76747e;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
}
/* line 162, sass/custom.sass */
.form-box .box-stepper {
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px 4px 0 0;
}
/* line 169, sass/custom.sass */
.form-box .box-stepper .box-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  background: #ddd;
}
@media (max-width: 768px) {
  /* line 169, sass/custom.sass */
  .form-box .box-stepper .box-step {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
}
/* line 181, sass/custom.sass */
.form-box .box-stepper .box-step:first-child {
  border-radius: 0 0 10px 0;
}
/* line 184, sass/custom.sass */
.form-box .box-stepper .box-step:last-child {
  border-radius: 0 0 0 10px;
}
/* line 187, sass/custom.sass */
.form-box .box-stepper .box-step .step-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  background: #ccc;
  color: white;
  border-radius: 50%;
  font-weight: normal;
}
@media (max-width: 768px) {
  /* line 187, sass/custom.sass */
  .form-box .box-stepper .box-step .step-label {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* line 205, sass/custom.sass */
.form-box .box-stepper .box-step .step-text {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: white;
}
@media (max-width: 768px) {
  /* line 205, sass/custom.sass */
  .form-box .box-stepper .box-step .step-text {
    padding-left: 0;
  }
}
/* line 214, sass/custom.sass */
.form-box .box-stepper .box-step.box-step-active {
  background: white;
}
/* line 217, sass/custom.sass */
.form-box .box-stepper .box-step.box-step-active .step-label {
  background: #76747e;
}
/* line 220, sass/custom.sass */
.form-box .box-stepper .box-step.box-step-active .step-text {
  color: black;
}

/* line 223, sass/custom.sass */
.inter {
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
/* line 227, sass/custom.sass */
.inter .inter-stripes {
  height: 35px;
  background: repeating-linear-gradient(45deg, #76747e, #76747e 10px, white 10px, white 20px);
}
/* line 231, sass/custom.sass */
.inter h3 {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
/* line 236, sass/custom.sass */
.inter p {
  padding: 20px;
  padding-top: 0;
  font-size: 16px;
}

/* line 241, sass/custom.sass */
.credit-calc {
  color: black;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 246, sass/custom.sass */
.credit-calc-title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-align: left;
}
/* line 253, sass/custom.sass */
.credit-calc-bread ul {
  display: flex;
  list-style: none;
  width: 100%;
  align-items: stretch;
  flex-direction: row;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 262, sass/custom.sass */
.credit-calc-bread ul li {
  display: inline-block;
  padding: 8px 0;
  background: #eeeeee;
  flex: 1;
  text-align: center;
  font-size: 12px;
  position: relative;
}
/* line 270, sass/custom.sass */
.credit-calc-bread ul li.active {
  background: #7bb85f;
  color: white;
}
/* line 274, sass/custom.sass */
.credit-calc-body {
  padding: 20px;
}
/* line 277, sass/custom.sass */
.credit-calc-body .calc-slider {
  margin: 20px 30px 60px 30px;
}
/* line 280, sass/custom.sass */
.credit-calc-result {
  display: flex;
}
/* line 282, sass/custom.sass */
.credit-calc-result-title {
  font-size: 1rem;
  color: #444444;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #7d3f98;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 70%;
}
@media (max-width: 768px) {
  /* line 282, sass/custom.sass */
  .credit-calc-result-title {
    width: 50%;
  }
}
/* line 295, sass/custom.sass */
.credit-calc-result-value {
  font-size: 26px;
  color: #7d3f98;
  font-weight: bold;
  text-align: right;
  padding: 10px;
  border-bottom: 2px dashed #7d3f98;
  box-sizing: border-box;
  width: 30%;
}
@media (max-width: 768px) {
  /* line 295, sass/custom.sass */
  .credit-calc-result-value {
    width: 50%;
  }
}
/* line 306, sass/custom.sass */
.credit-calc-footer {
  border-top: 1px solid #eeeeee;
  padding: 20px;
  font-size: 13px;
  color: #444444;
  text-align: center;
}
/* line 313, sass/custom.sass */
.credit-calc-btn {
  text-align: center;
  display: block;
  padding: 15px;
  color: white;
  font-size: 20px;
  background: #7d3f98;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 323, sass/custom.sass */
  header.masthead {
    padding-top: 5rem;
  }
}
/* line 327, sass/custom.sass */
.form-hint-small h3 {
  background: #eeeeee;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 3px;
}
/* line 334, sass/custom.sass */
.form-hint-small p {
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.8rem;
}
/* line 338, sass/custom.sass */
.form-hint-small table {
  width: 100%;
}
/* line 340, sass/custom.sass */
.form-hint-small table td {
  padding: 0 5px;
}
/* line 344, sass/custom.sass */
.form-hint-small table tr td:last-child {
  text-align: right;
}
/* line 347, sass/custom.sass */
.form-hint-small table tr:last-child td {
  padding-top: 10px;
}

/* line 350, sass/custom.sass */
.bg-primary-main, .price-value-main {
  background-color: #7d3f98 !important;
}

/* line 352, sass/custom.sass */
.pricingTable.pricingTable-signup {
  border-color: #7d3f98;
  background-color: #7d3f98;
}

/* line 355, sass/custom.sass */
.sr-icon-main {
  color: #7d3f98 !important;
}

/* line 357, sass/custom.sass */
.hr-main {
  border-color: #7d3f98;
}

/* line 359, sass/custom.sass */
.big-cards h4 {
  padding: 5px;
}

/* line 361, sass/custom.sass */
.big-cards h4, .big-cards p {
  background-color: rgba(125, 63, 152, 0.5);
}

/* line 363, sass/custom.sass */
.rounded-circle-main {
  background-color: #7d3f98;
}

/* line 365, sass/custom.sass */
.faq-title-main {
  color: #7d3f98;
}

/* line 368, sass/custom.sass */
.header-title-text {
  color: #7d3f98;
}

/* line 370, sass/custom.sass */
#mainNav .navbar-brand,
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
#mainNav.navbar-shrink .navbar-brand, #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #7d3f98;
}

/* line 376, sass/custom.sass */
.border-primary-main {
  border-color: #7d3f98;
}

/* line 379, sass/custom.sass */
.custom-control-label a {
  color: #7d3f98;
}

/* line 382, sass/custom.sass */
a {
  color: #7d3f98;
}

/* line 384, sass/custom.sass */
a:hover {
  color: black;
}

/* line 387, sass/custom.sass */
.contact-banner {
  font-size: 10pt;
  background: #7d3f98;
  color: white;
  padding: 8px 0;
}
