/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --main-bg-color: #5e59a7;
  --main-color: #5e59a7;
  --calculator-bg-color: #fff;
  --calculator-text-color: #000;
  --button-bg-color: #155DA1;
  --button-bg-focus-color: #3291e2;
  --input-bg-color: palegoldenrod;
  --breakdown-bg-color: #155DA1;
  --apply-button: #75B456;
  --apply-button-focus: #66A343;
  --apply-button-color: #fff;
  --apply-button-focus-color: #000;
  --apply-business-button: #155DA1;
  --apply-business-button-color: #fff;
  --apply-business-button-focus: #155DA1;
  --apply-business-button-focus-color: #fff;
  --enquiry-button-focus: aliceblue;
  --enquiry-button-color: aliceblue;
  --enquiry-button-focus-color: aliceblue;
  --header-font: Lato, cursive;
  --body-font: Lato, sans-serif;
  --tab-bg: #fff;
  --tab-bg-focus: #545454;
  --tab-bg-color: #a4c63f;
  --tab-bg-focus-color: #a4c63; }

body, html {
  overflow-x: hidden; }

body {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s 0.4s;
  -moz-transition: all ease-in-out 0.4s 0.4s;
  transition: all ease-in-out 0.4s 0.4s; }

.i-frame-calc {
  max-width: 100%;
  width: 100%;
  background-color: #5e59a7;
  background-color: var(--main-bg-color);
  color: #fff;
  color: var(--main-color);
  font-family: Lato, sans-serif;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.42857143;
  padding-bottom: 10px; }
  .i-frame-calc label > * {
    display: block;
    pointer-events: none; }
  .i-frame-calc * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .i-frame-calc .mobile {
    display: none; }
  .i-frame-calc p {
    margin-top: 0; }
  .i-frame-calc h1 {
    font-size: 26px;
    margin-bottom: 10px; }
    .i-frame-calc h1 i {
      font-style: normal; }
  .i-frame-calc h1, .i-frame-calc h2 {
    margin-top: 0;
    font-family: var(--header-font); }
  .i-frame-calc .container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  .i-frame-calc .row {
    margin-left: -15px;
    margin-right: -15px; }
  .i-frame-calc.clearfix::after,
  .i-frame-calc .clearfix::after,
  .i-frame-calc .row::after {
    content: "";
    clear: both;
    display: table; }
  .i-frame-calc .always-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .i-frame-calc .loan-wraper {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    background-color: #f3f3f3;
    background-color: var(--calculator-bg-color);
    padding-bottom: 20px;
    padding-top: 20px;
    color: #000;
    color: var(--calculator-text-color);
    position: relative;
    border-radius: 4px; }
    .i-frame-calc .loan-wraper::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 25%;
      -webkit-transform: translate3d(-50%, 0%, 0);
      -moz-transform: translate3d(-50%, 0%, 0);
      transform: translate3d(-50%, 0%, 0);
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 16px solid #f3f3f3;
      border-top: 16px solid var(--calculator-bg-color); }
  .i-frame-calc .disabled-area.active::before {
    display: none; }
  @media screen and (max-width: 567px) {
    .i-frame-calc .disabled-area.active .col-1 {
      display: none; } }
  .i-frame-calc .disabled-area.active.loan-breakdown {
    display: none; }
  .i-frame-calc .disabled-area .disabled-area p {
    display: none; }
  .i-frame-calc .disabled-area.active .disabled-area.active {
    opacity: 1;
    background: #f3f3f3;
    background-color: var(--calculator-bg-color);
    display: none; }
    .i-frame-calc .disabled-area.active .disabled-area.active.sidebar {
      background: #fff;
      background-color: var(--main-bg-color); }
    .i-frame-calc .disabled-area.active .disabled-area.active.active {
      display: block; }
    .i-frame-calc .disabled-area.active .disabled-area.active p {
      text-align: center;
      font-size: 16px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0;
      display: block; }
    @media screen and (min-width: 567px) {
      .i-frame-calc .disabled-area.active .disabled-area.active {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        .i-frame-calc .disabled-area.active .disabled-area.active p {
          position: absolute;
          top: 50%;
          font-size: 22px;
          left: 50%;
          width: 60%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); } }
  .i-frame-calc .details-wraper {
    color: #fff;
    color: var(--main-color);
    position: relative; }
    .i-frame-calc .details-wraper.advance-low:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #5e59a7;
      background-color: var(--main-bg-color);
      display: block;
      z-index: 1; }
    .i-frame-calc .details-wraper.advance-low:after {
      content: attr(data-min-amount-needed);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      color: #fff;
      color: var(--main-color);
      z-index: 1; }
  .i-frame-calc .col-1, .i-frame-calc .col-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .i-frame-calc .monthly-breakdown {
    position: relative; }
  .i-frame-calc input[type="number"] {
    color: #000;
    font-weight: bold; }
  .i-frame-calc button, .i-frame-calc a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer; }
  .i-frame-calc .input-styles,
  .i-frame-calc .loan-amount,
  .i-frame-calc .repayment-period-amount {
    border: 1px solid #155DA1;
    border: 1px solid var(--button-bg-color);
    border-radius: 2px;
    padding: 5px;
    background: #fff;
    margin-bottom: 15px; }
    @media screen and (min-width: 460px) {
      .i-frame-calc .input-styles,
      .i-frame-calc .loan-amount,
      .i-frame-calc .repayment-period-amount {
        margin-bottom: 35px; } }
  .i-frame-calc .input-styles button,
  .i-frame-calc .loan-amount button,
  .i-frame-calc .repayment-period-amount button {
    position: relative;
    width: 10%;
    border-radius: 2px;
    float: left;
    display: block;
    height: 34px;
    width: 34px;
    font-size: 20px;
    background-color: #155DA1;
    background-color: var(--button-bg-color);
    padding: 0; }
    .i-frame-calc .input-styles button:first-of-type,
    .i-frame-calc .loan-amount button:first-of-type,
    .i-frame-calc .repayment-period-amount button:first-of-type {
      margin-left: 1px;
      margin-right: 10px; }
    .i-frame-calc .input-styles button:last-of-type,
    .i-frame-calc .loan-amount button:last-of-type,
    .i-frame-calc .repayment-period-amount button:last-of-type {
      margin-left: 10px;
      margin-right: 0px; }
    .i-frame-calc .input-styles button:focus,
    .i-frame-calc .loan-amount button:focus,
    .i-frame-calc .repayment-period-amount button:focus {
      background-color: #3291e2;
      background-color: var(--button-bg-focus-color); }
    .i-frame-calc .input-styles button span,
    .i-frame-calc .loan-amount button span,
    .i-frame-calc .repayment-period-amount button span {
      margin: 0;
      padding: 0;
      font-size: 28px;
      vertical-align: middle;
      border: 1px solid transparent;
      line-height: 0;
      height: auto;
      width: auto;
      color: #fff;
      font-weight: normal; }
  .i-frame-calc .input-styles span,
  .i-frame-calc .loan-amount span {
    float: left;
    color: #000;
    height: 26px;
    line-height: 2;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6; }
  .i-frame-calc .input-styles input,
  .i-frame-calc .loan-amount input {
    padding: 6px;
    border: none;
    height: 34px;
    width: calc(100% - 72px - 1em - 20px);
    float: left;
    background-color: palegoldenrod;
    background-color: var(--input-bg-color);
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 20px; }
  .i-frame-calc .repayment-period-amount p {
    border: none;
    width: calc(100% - 72px - 20px);
    float: left;
    color: #000;
    color: var(--main-color);
    margin-bottom: 0;
    text-align: center;
    height: 34px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 20px;
    margin: 0; }
  .i-frame-calc .select-credit-rating {
    display: block;
    margin-bottom: 20px; }
    .i-frame-calc .select-credit-rating label span {
      text-transform: uppercase; }
  .i-frame-calc.forza-custom .select-credit-rating label span {
    text-transform: uppercase; }
  .i-frame-calc .best-apr {
    font-weight: bold; }
  .i-frame-calc .loan-breakdown .calc-full-breakdown {
    margin-bottom: 15px;
    display: none; }
    .i-frame-calc .loan-breakdown .calc-full-breakdown strong {
      float: right; }
    .i-frame-calc .loan-breakdown .calc-full-breakdown span {
      float: none !important; }
    .i-frame-calc .loan-breakdown .calc-full-breakdown p {
      padding-right: 1px;
      border-bottom: 1px solid rgba(243, 243, 243, 0.4);
      width: calc(100%);
      float: none;
      margin: 0 0 8px;
      text-align: left;
      position: relative;
      font-weight: normal; }
  .i-frame-calc .loan-breakdown .details-wraper > .breakdown p {
    width: 100%;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid rgba(243, 243, 243, 0.4);
    padding-bottom: 2px;
    margin-bottom: 5px;
    /*@media screen and (min-width: 480px) {
                    width: 280px;
                }*/ }
  .i-frame-calc .loan-breakdown.show-full-break-down .calc-full-breakdown {
    display: block; }
  .i-frame-calc .loan-breakdown.show-full-break-down .breakdown {
    display: none; }
  .i-frame-calc .loan-breakdown span {
    float: right; }
  .i-frame-calc .loan-breakdown .repayment-period {
    float: left; }
  .i-frame-calc .loan-breakdown button.remove-default {
    padding: 0;
    color: #155DA1;
    color: var(--breakdown-bg-color); }
  .i-frame-calc .input-styles button, .i-frame-calc .loan-amount button, .i-frame-calc .repayment-period-amount button {
    color: #fff; }
  .i-frame-calc .apply-now, .i-frame-calc .enquire-now, .i-frame-calc .apply-now-business {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    color: var(--apply-button-color);
    background-color: #75b456;
    background-color: var(--apply-button);
    text-decoration: none;
    border-radius: 4px;
    padding: 0;
    -webkit-transition: background ease-in-out 0.2s 0s;
    -moz-transition: background ease-in-out 0.2s 0s;
    transition: background ease-in-out 0.2s 0s; }
    .i-frame-calc .apply-now:focus, .i-frame-calc .apply-now:hover, .i-frame-calc .enquire-now:focus, .i-frame-calc .enquire-now:hover, .i-frame-calc .apply-now-business:focus, .i-frame-calc .apply-now-business:hover {
      outline: none;
      color: var(--apply-button-focus-color);
      background-color: #66A343;
      background-color: var(--apply-button-focus); }
    .i-frame-calc .apply-now.enquiry-active, .i-frame-calc .enquire-now.enquiry-active, .i-frame-calc .apply-now-business.enquiry-active {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
    .i-frame-calc .apply-now.apply-now-business, .i-frame-calc .enquire-now.apply-now-business, .i-frame-calc .apply-now-business.apply-now-business {
      color: #fff;
      color: var(--apply-business-button-color);
      background-color: #75b456;
      background-color: var(--apply-business-button); }
      .i-frame-calc .apply-now.apply-now-business:focus, .i-frame-calc .apply-now.apply-now-business:hover, .i-frame-calc .enquire-now.apply-now-business:focus, .i-frame-calc .enquire-now.apply-now-business:hover, .i-frame-calc .apply-now-business.apply-now-business:focus, .i-frame-calc .apply-now-business.apply-now-business:hover {
        color: var(--apply-business-button-focus-color);
        background-color: var(--apply-business-button-focus); }
  .i-frame-calc .enquire-now {
    display: none;
    background-color: #f3f3f3;
    background-color: var(--enquire-button);
    color: #333;
    color: var(--enquire-button-color); }
    .i-frame-calc .enquire-now:focus, .i-frame-calc .enquire-now:hover {
      outline: none;
      background-color: aliceblue;
      background-color: var(--enquire-button-focus);
      color: #333;
      color: var(--enquire-button-focus-color); }
  .i-frame-calc label {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    width: calc(50% - 10px);
    float: left; }
    @media screen and (min-width: 460px) {
      .i-frame-calc label {
        width: calc(25% - 10px); } }
    @media screen and (min-width: 667px) {
      .i-frame-calc label {
        width: auto;
        float: none; } }
  .i-frame-calc .monthly-breakdown {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 20px; }
    .i-frame-calc .monthly-breakdown p {
      margin-bottom: 0;
      position: relative;
      text-align: left;
      background-color: #155DA1;
      background-color: var(--breakdown-bg-color);
      color: #fff; }
    .i-frame-calc .monthly-breakdown::before {
      content: '';
      position: absolute;
      top: 0%;
      left: 25%;
      -webkit-transform: translate3d(-50%, 0%, 0);
      -moz-transform: translate3d(-50%, 0%, 0);
      transform: translate3d(-50%, 0%, 0);
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 16px solid #5e59a7;
      border-top: 16px solid var(--main-bg-color);
      border-bottom: 16px solid transparent;
      z-index: 1; }
    .i-frame-calc .monthly-breakdown span {
      width: 45%;
      vertical-align: middle; }
      .i-frame-calc .monthly-breakdown span.additional-text {
        width: 100%;
        font-size: 0.5em;
        line-height: 1;
        margin-bottom: 1em; }
    .i-frame-calc .monthly-breakdown .repayment-period {
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      text-align: right;
      padding-right: 20px; }
    .i-frame-calc .monthly-breakdown .monthly-repayments {
      width: 50%;
      margin-left: 0;
      line-height: 2.62;
      font-size: 2em;
      white-space: nowrap;
      float: right; }
      .i-frame-calc .monthly-breakdown .monthly-repayments span {
        width: auto;
        margin: 0;
        float: none; }
        .i-frame-calc .monthly-breakdown .monthly-repayments span.additional-text {
          width: 100%;
          font-size: 0.5em;
          line-height: 1;
          margin-bottom: 1em; }
  .i-frame-calc .select-credit-rating-labels {
    text-align: center;
    display: block;
    width: 100%; }
  .i-frame-calc .apply-now {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    line-height: 2;
    font-size: 2.5em;
    text-align: center; }
  .i-frame-calc .apply-now-business {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    line-height: 2;
    font-size: 2.5em;
    text-align: center; }
  .i-frame-calc .enquire-now {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    line-height: 2;
    font-size: 2.5em;
    text-align: center; }
  .i-frame-calc .smaller-font {
    line-height: 2; }
  .i-frame-calc input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
    float: left;
    position: absolute; }
    .i-frame-calc input[type="radio"] + span {
      margin-top: -3px;
      line-height: 3;
      width: 100%;
      border-radius: 5px;
      border: solid 1px #dce1e6;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      text-align: center;
      color: #000;
      position: relative; }
      .i-frame-calc input[type="radio"] + span span {
        position: relative;
        z-index: -0; }
        .i-frame-calc input[type="radio"] + span span:before {
          content: '\2713';
          position: absolute;
          right: -1em;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
          -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          font-size: 0; }
    .i-frame-calc input[type="radio"]:focus + span {
      background-color: #3291e2;
      background-color: var(--button-bg-focus-color);
      color: #fff; }
    .i-frame-calc input[type="radio"]:checked + span {
      background-color: #155DA1;
      background-color: var(--button-bg-color);
      color: #fff; }
      .i-frame-calc input[type="radio"]:checked + span span:before {
        font-size: 12px; }
    .i-frame-calc input[type="radio"]:checked:focus + span {
      background-color: #3291e2;
      background-color: var(--button-bg-focus-color);
      color: #fff; }
  .i-frame-calc [type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }
    .i-frame-calc [type=range]:focus {
      outline: 0; }
      .i-frame-calc [type=range]:focus::-webkit-slider-runnable-track {
        background: #fbfbfc; }
      .i-frame-calc [type=range]:focus::-ms-fill-lower {
        background: #eceff1; }
      .i-frame-calc [type=range]:focus::-ms-fill-upper {
        background: #fbfbfc; }
      .i-frame-calc [type=range]:focus::-webkit-slider-thumb {
        background-color: #3291e2;
        background-color: var(--button-bg-focus-color); }
    .i-frame-calc [type=range]::-webkit-slider-runnable-track {
      cursor: pointer;
      height: 8px;
      transition: all 0.2s ease;
      width: 80%;
      width: 100%;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
      background: #eceff1;
      border: 2px solid #cfd8dc;
      border-radius: 5px; }
    .i-frame-calc [type=range]::-webkit-slider-thumb {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
      background: #155DA1;
      background-color: var(--button-bg-color);
      border: 2px solid #eceff1;
      border-radius: 12px;
      cursor: pointer;
      height: 24px;
      width: 24px;
      -webkit-appearance: none;
      margin-top: -10px; }
    .i-frame-calc [type=range]::-moz-range-track {
      cursor: pointer;
      height: 8px;
      transition: all 0.2s ease;
      width: 80%;
      width: 100%;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
      background: #eceff1;
      border: 2px solid #cfd8dc;
      border-radius: 5px; }
    .i-frame-calc [type=range]::-moz-range-thumb {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
      background: #155DA1;
      background-color: var(--button-bg-color);
      border: 2px solid #eceff1;
      border-radius: 12px;
      cursor: pointer;
      height: 24px;
      width: 24px; }
    .i-frame-calc [type=range]::-ms-track {
      cursor: pointer;
      height: 8px;
      transition: all 0.2s ease;
      width: 80%;
      width: 100%;
      background: transparent;
      border-color: transparent;
      border-width: 12px 0;
      color: transparent;
      margin-bottom: 0; }
    .i-frame-calc [type=range]::-ms-fill-lower {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
      background: #dde3e6;
      border: 2px solid #cfd8dc;
      border-radius: 10px; }
    .i-frame-calc [type=range]::-ms-fill-upper {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
      background: #eceff1;
      border: 2px solid #cfd8dc;
      border-radius: 10px; }
    .i-frame-calc [type=range]::-ms-thumb {
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
      background: #155DA1;
      background-color: var(--button-bg-color);
      border: 2px solid #eceff1;
      border-radius: 12px;
      cursor: pointer;
      height: 24px;
      width: 24px;
      margin-top: 0; }

@media screen and (min-width: 667px) {
  .i-frame-calc h1 {
    font-size: 36px; }
  .i-frame-calc label {
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 0; }
    .i-frame-calc label:last-of-type {
      margin-right: 0px; }
  .i-frame-calc input[type="radio"] + span {
    width: 100px; }
  .i-frame-calc .select-credit-rating-labels {
    text-align: left;
    display: inline-block;
    width: auto; }
  .i-frame-calc .select-credit-rating {
    display: inline-block; }
  .i-frame-calc .select-credit-rating {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px; } }

@media screen and (min-width: 767px) {
  .i-frame-calc input[type="radio"] + span {
    width: 115px; }
  .i-frame-calc .monthly-breakdown > * {
    width: 50%;
    float: left; }
    .i-frame-calc .monthly-breakdown > *.enquire-now {
      float: left;
      position: relative;
      margin-top: 5px; }
  .i-frame-calc .loan-breakdown .details-wraper > .breakdown p {
    width: calc(100% / 4);
    float: left;
    margin: auto;
    text-align: center;
    border-bottom: none;
    position: relative;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p strong {
      font-weight: normal; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p span {
      font-weight: bold; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 2px;
      background-color: rgba(243, 243, 243, 0.4); }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p:last-of-type:after {
      display: none; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p span {
      float: none; }
  .i-frame-calc .loan-breakdown span {
    float: right; }
  .i-frame-calc .loan-breakdown .repayment-period {
    float: left; } }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .i-frame-calc .monthly-breakdown.additional-apply-buttons > p {
    width: 100%; }
    .i-frame-calc .monthly-breakdown.additional-apply-buttons > p .repayment-period {
      width: 50%; }
    .i-frame-calc .monthly-breakdown.additional-apply-buttons > p .monthly-repayments {
      padding-left: 20px; } }

@media screen and (min-width: 1024px) {
  .i-frame-calc .mobile {
    display: none; }
  .i-frame-calc .desktop {
    display: block; }
  .i-frame-calc .input-styles button,
  .i-frame-calc .loan-amount button,
  .i-frame-calc .repayment-period-amount button {
    margin-left: 5px;
    margin-right: 5px; }
  .i-frame-calc .input-styles input,
  .i-frame-calc .loan-amount input {
    width: calc(100% - 72px - 0.8em - 30px); }
  .i-frame-calc .repayment-period-amount p {
    width: calc(100% - 72px - 20px); }
  .i-frame-calc .loan-wraper {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px; }
  .i-frame-calc .loan-breakdown {
    margin-top: 55px; }
  .i-frame-calc .input-styles span,
  .i-frame-calc .loan-amount span {
    line-height: 1.6;
    font-size: 20px;
    font-weight: bold; }
  .i-frame-calc .input-styles input,
  .i-frame-calc .loan-amount input {
    line-height: 1.6;
    font-size: 20px; }
  .i-frame-calc input[type="radio"] + span {
    width: 96px; }
  .i-frame-calc .repayment-period-amount p {
    height: 34px;
    line-height: 1.6;
    font-size: 20px; }
  .i-frame-calc .loan-wraper::before {
    top: 41%;
    left: 100%;
    border-left: 16px solid #f3f3f3;
    border-left: 16px solid var(--calculator-bg-color);
    border-right: 16px solid transparent;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    transform: translate3d(0, -50%, 0);
    z-index: 2; }
  .i-frame-calc .loan-breakdown .details-wraper > .breakdown p {
    width: calc(100%);
    float: none;
    margin: 0 0 12px;
    text-align: left;
    border-bottom: none;
    position: relative;
    font-weight: normal; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p strong {
      font-weight: bold; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p:after {
      display: none; }
    .i-frame-calc .loan-breakdown .details-wraper > .breakdown p span {
      font-weight: bold;
      float: right; }
  .i-frame-calc .details-wraper::before {
    display: none; }
  .i-frame-calc .col-lg-2 {
    width: calc(50%);
    float: left; }
  .i-frame-calc .col-lg-third {
    width: calc(100% / 3);
    padding-left: 15px; }
  .i-frame-calc .col-lg-two-thirds {
    width: calc((100% / 3) * 2);
    padding-right: 25px; }
  .i-frame-calc .input-styles,
  .i-frame-calc .loan-amount, .i-frame-calc .repayment-period-amount {
    margin-bottom: 15px; }
  .i-frame-calc .details-wraper {
    color: #fff;
    color: var(--main-color); }
  .i-frame-calc .monthly-breakdown {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0px; }
    .i-frame-calc .monthly-breakdown > * {
      width: 100%; }
    .i-frame-calc .monthly-breakdown:before {
      display: none; }
    .i-frame-calc .monthly-breakdown p {
      margin-bottom: 0;
      position: relative; }
      .i-frame-calc .monthly-breakdown p::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translate3d(0%, -50%, 0);
        -moz-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
        width: 0;
        height: 0;
        border-left: 16px solid #5e59a7;
        border-left: 16px solid var(--main-bg-color);
        border-right: 16px solid transparent;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent; }
      .i-frame-calc .monthly-breakdown p span {
        width: 35%;
        margin-left: 15%;
        vertical-align: middle; }
    .i-frame-calc .monthly-breakdown .repayment-period {
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .i-frame-calc .monthly-breakdown .monthly-repayments {
      width: 50%;
      margin-left: 0;
      line-height: 2.62;
      font-size: 2em;
      white-space: nowrap;
      float: right; }
  .i-frame-calc .apply-now {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 2.3em;
    line-height: 2.6; }
    .i-frame-calc .apply-now.enquiry-active {
      font-size: 2em;
      line-height: 2.3; }
  .i-frame-calc .apply-now-business {
    font-size: 2.3em; }
  .i-frame-calc .enquire-now {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 2em;
    line-height: 2.3;
    left: 0 !important;
    margin-top: 0 !important; }
  .i-frame-calc .smaller-font {
    line-height: 2; }
  .i-frame-calc .monthly-breakdown a {
    border-radius: 0px; }
    .i-frame-calc .monthly-breakdown a:last-of-type {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; } }

@media screen and (max-width: 1024px) {
  .i-frame-calc .apply-now {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 2.09; }
  .i-frame-calc .apply-now-business {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 2.09; }
  .i-frame-calc .enquire-now {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 2.09; } }

@media screen and (min-width: 1100px) {
  .i-frame-calc input[type="radio"] + span {
    width: 105px; } }

@media screen and (min-width: 1250px) {
  .i-frame-calc input[type="radio"] + span {
    width: 110px; } }

.calc-types {
  text-align: center;
  margin-bottom: 10px;
  display: none; }
  .calc-types.radio-style button {
    position: relative;
    padding-left: 1.5em; }
    .calc-types.radio-style button span {
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 1em;
      height: 1em;
      background: #fff;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      z-index: 1; }
      .calc-types.radio-style button span:before {
        position: absolute;
        content: '';
        display: block;
        height: 80%;
        width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        border: 1px solid #000;
        border-radius: 50%;
        z-index: -1;
        -webkit-transition: all ease-in-out 0.4s 0s;
        -moz-transition: all ease-in-out 0.4s 0s;
        transition: all ease-in-out 0.4s 0s; }
      .calc-types.radio-style button span:after {
        position: absolute;
        content: '';
        display: block;
        background-color: transparent;
        height: 0%;
        width: 0%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        z-index: 1;
        -webkit-transition: all ease-in-out 0.4s 0s;
        -moz-transition: all ease-in-out 0.4s 0s;
        transition: all ease-in-out 0.4s 0s; }
    .calc-types.radio-style button.active span:before {
      height: 110%;
      width: 110%; }
    .calc-types.radio-style button.active span:after {
      background-color: green;
      height: 80%;
      width: 80%; }
  .calc-types.tab-style {
    padding: 0;
    margin-top: -20px; }
    @media screen and (min-width: 1024px) {
      .calc-types.tab-style {
        margin-top: -10px; } }
    .calc-types.tab-style:after {
      content: "";
      clear: both;
      display: table; }
    .calc-types.tab-style button {
      width: 50%;
      float: left;
      text-align: left;
      padding: 10px 15px;
      position: relative;
      z-index: 1;
      color: #fff; }
      .calc-types.tab-style button:first-of-type span {
        border-top-left-radius: 4px; }
      .calc-types.tab-style button:last-of-type span {
        border-top-right-radius: 4px; }
      .calc-types.tab-style button span {
        background-color: #545454;
        background-color: var(--apply-button);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        -webkit-transition: all ease-in-out 0.2s 0s;
        -moz-transition: all ease-in-out 0.2s 0s;
        transition: all ease-in-out 0.2s 0s; }
      .calc-types.tab-style button.active span, .calc-types.tab-style button:hover span {
        background-color: #434343;
        background-color: var(--apply-button-focus); }

.tabs ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }
  .tabs ul.images-available li {
    width: 50%;
    line-height: 0;
    border: 1px solid #cdcdcd; }
    @media screen and (min-width: 640px) {
      .tabs ul.images-available li {
        width: calc(100% / 5); } }
    .tabs ul.images-available li:after {
      display: none; }
    .tabs ul.images-available li .image-button {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 100%;
      width: 100%; }
    .tabs ul.images-available li button {
      border-radius: 0;
      padding: 0;
      border: none;
      width: 100%; }
      .tabs ul.images-available li button:hover .calc-name, .tabs ul.images-available li button:focus .calc-name {
        padding-bottom: 10px;
        background-color: #fff;
        background-color: var(--tab-bg-color-focus); }
        .tabs ul.images-available li button:hover .calc-name:after, .tabs ul.images-available li button:focus .calc-name:after {
          width: 40px;
          bottom: 0px; }
    .tabs ul.images-available li.active button .calc-name {
      padding-bottom: 10px;
      background-color: #fff;
      background-color: var(--tab-bg-color-focus); }
      .tabs ul.images-available li.active button .calc-name:after {
        width: 40px;
        bottom: 0px; }
    .tabs ul.images-available li .calc-name {
      position: absolute;
      bottom: 10%;
      left: 10%;
      max-width: 80%;
      -webkit-transform: translate3d(0%, 0%, 0);
      -moz-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      font-size: 20px;
      vertical-align: top;
      text-align: left;
      text-transform: capitalize;
      -webkit-transition: all ease-in-out 0.2s 0s;
      -moz-transition: all ease-in-out 0.2s 0s;
      transition: all ease-in-out 0.2s 0s;
      color: #fff;
      color: var(--tab-bg-color); }
      @media screen and (min-width: 640px) {
        .tabs ul.images-available li .calc-name {
          font-size: 16px; } }
      @media screen and (min-width: 992px) {
        .tabs ul.images-available li .calc-name {
          font-size: 20px; } }
      .tabs ul.images-available li .calc-name:after {
        content: '';
        display: block;
        height: 2px;
        left: 0;
        width: 0;
        bottom: 0;
        position: absolute;
        background-color: #a4c63f;
        background-color: var(--tab-bg-color);
        -webkit-transition: all ease-in-out 0.2s 0s;
        -moz-transition: all ease-in-out 0.2s 0s;
        transition: all ease-in-out 0.2s 0s; }
  .tabs ul li {
    display: block;
    float: left;
    position: relative; }
    .tabs ul li button {
      padding: 7.5px 35px;
      text-align: center;
      color: #fff;
      border: 1px solid #000;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-bottom: none;
      background-color: #155DA1;
      background-color: var(--tab-bg); }
      .tabs ul li button:hover {
        background-color: rgba(94, 89, 167, 0.6);
        background-color: var(--tab-bg-focus); }
      .tabs ul li button:focus {
        outline: none; }
    .tabs ul li:after {
      position: absolute;
      content: '';
      height: 4px;
      width: calc(100% - 1px);
      bottom: -2px;
      left: 0;
      background-color: transparent;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
    .tabs ul li.active button {
      background-color: #5e59a7;
      background-color: var(--tab-bg-focus); }
    .tabs ul li.active:after {
      background-color: #5e59a7;
      background-color: var(--tab-bg-color); }
    .tabs ul li:nth-of-type(1n+2) button {
      border-left: none; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.additional-lease-options {
  display: none; }
  @media screen and (max-width: 767px) {
    .additional-lease-options {
      background: #f3f3f3;
      padding-top: 15px;
      padding-bottom: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin-bottom: -4px; } }
  .additional-lease-options ul {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .additional-lease-options ul {
        width: 100%;
        width: calc(100% - 30px);
        margin-left: 15px;
        text-align: left; } }
    .additional-lease-options ul li {
      display: inline-block;
      list-style: none; }
      @media screen and (max-width: 767px) {
        .additional-lease-options ul li {
          width: 33.33%;
          width: calc((100% - 30px) / 3);
          margin-left: 5px;
          margin-right: 5px; } }
      .additional-lease-options ul li button {
        padding: 6px;
        background: blue;
        color: #fff;
        border: none;
        width: 50px;
        height: 40px;
        line-height: 26px;
        background-color: #f3f3f3;
        background-color: var(--calculator-bg-color);
        color: #000;
        color: var(--calculator-text-color);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        position: relative; }
        @media screen and (max-width: 767px) {
          .additional-lease-options ul li button {
            border: solid 1px #dce1e6;
            width: 100%;
            border-radius: 5px; } }
        @media screen and (min-width: 767px) {
          .additional-lease-options ul li button {
            width: 80px; } }
        .additional-lease-options ul li button.active, .additional-lease-options ul li button:active {
          background-color: #155DA1;
          background-color: var(--button-bg-color);
          color: #fff; }
        .additional-lease-options ul li button:focus {
          background-color: #3291e2;
          background-color: var(--button-bg-focus-color);
          color: #fff; }
        .additional-lease-options ul li button i.tooltip {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3;
          background: #545454;
          color: #fff;
          width: 350px;
          padding: 15px;
          font-style: normal; }
        .additional-lease-options ul li button i.info {
          font-size: 10px;
          position: absolute;
          top: 2px;
          right: 4px;
          line-height: 1;
          background-color: #545454;
          border-radius: 50%;
          color: #fff;
          width: calc(1em + 1px);
          font-style: normal;
          padding: 1px; }
          @media screen and (max-width: 767px) {
            .additional-lease-options ul li button i.info {
              display: none; } }
          .additional-lease-options ul li button i.info:hover i {
            display: block;
            line-height: 1.1;
            font-size: 14px;
            cursor: default;
            pointer-events: none; }
      .additional-lease-options ul li:first-of-type button {
        border-left: none; }
  @media screen and (min-width: 767px) {
    .forza-custom .additional-lease-options ul li button {
      width: auto;
      padding-left: 14px;
      padding-right: 14px; } }
  .forza-custom .additional-lease-options ul li button span + span {
    display: none; }
  @media screen and (max-width: 480px) {
    .forza-custom .additional-lease-options ul li button span {
      display: none; }
      .forza-custom .additional-lease-options ul li button span + span {
        display: block; } }

.i-frame-calc .enquire-now {
  float: left;
  width: 100%;
  color: #fff;
  background-color: #75b456;
  background-color: var(--apply-button);
  text-decoration: none;
  border-radius: 4px;
  padding: 0;
  -webkit-transition: background ease-in-out 0.2s 0s;
  -moz-transition: background ease-in-out 0.2s 0s;
  transition: background ease-in-out 0.2s 0s; }

.i-frame-calc .enquire-now {
  background-color: #f3f3f3;
  color: #333;
  border: 1px solid #545454; }

.i-frame-calc .apply-now:focus, .i-frame-calc .apply-now:hover {
  outline: none;
  background-color: #66A343;
  background-color: var(--apply-button-focus); }

.i-frame-calc .apply-now-business:focus, .i-frame-calc .apply-now-business:hover {
  outline: none;
  background-color: #66A343;
  background-color: var(--apply-button-focus); }

.i-frame-calc .enquire-now:focus, .i-frame-calc .enquire-now:hover {
  outline: none;
  background-color: aliceblue; }

.i-frame-calc .enquire-now.enquiry-active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.poweredby {
  color: #a09e9e;
  margin: 0;
  text-align: right; }

/*.i-frame-calc {
        background-color: #fff;
        color: #1A171B;

        .loan-wraper {
            background-color: #f3f3f3;
            color: #1A171B;
        }

        .details-wraper {
            color: #1A171B;

            &.advance-low {
                &:before {
                    background-color: #fff;
                }

                &:after {
                    color: #545454;
                }
            }
        }

        input[type="number"] {
            color: #1A171B;
        }

        button, a {
            background-color: transparent;
        }

        .input-styles,
        .loan-amount,
        .repayment-period-amount {
            border: 1px solid #a4c63f;
        }

        .input-styles button,
        .loan-amount button,
        .repayment-period-amount button {
            background-color: #a4c63f;

            &:focus {
                background-color: #9CBC3C;
            }
        }

        .input-styles,
        .loan-amount {
            span {
                color: #1A171B;
            }

            input {
                background-color: palegoldenrod;
                color: #1A171B;
            }
        }

        .repayment-period-amount p {
            color: #1A171B;
        }

        .loan-breakdown {

            .details-wraper {
                > .breakdown p {
                    padding-right: 1px;
                    border-bottom: 1px solid rgba(#f3f3f3, 0.4);
                }
            }

            button.remove-default {
                color: #a4c63f;
            }
        }

        .input-styles, .loan-amount button, .repayment-period-amount button {
            color: #fff;
        }


        .apply-now {
            color: #fff;
            background-color: #545454;

            &:focus, &:hover {
                background-color: #434343;
            }
        }


        .monthly-breakdown {

            p {
                background-color: #a4c63f;
                color: #fff;
            }

            &::before {
                border-top: 16px solid #fff;
            }
        }




        input[type="radio"] {
            & + span {
                color: #1A171B;
            }

            &:focus {
                & + span {
                    background-color: #9CBC3C;
                    color: #fff;
                }
            }

            &:checked {
                & + span {
                    background-color: #a4c63f;
                    color: #fff;
                }

                &:focus {
                    & + span {
                        background-color: #9CBC3C;
                        color: #fff;
                    }
                }
            }
        }

        [type=range] {
            &:focus {

                &::-webkit-slider-runnable-track {
                    background: #fbfbfc;
                }

                &::-ms-fill-lower {
                    background: #eceff1;
                }

                &::-ms-fill-upper {
                    background: #fbfbfc;
                }

                &::-webkit-slider-thumb {
                    background-color: #9CBC3C;
                }
            }

            &::-webkit-slider-runnable-track {
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
                background: #eceff1;
                border: 2px solid #cfd8dc;
            }

            &::-webkit-slider-thumb {
                box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
                background: #a4c63f;
                border: 2px solid #eceff1;
            }

            &::-moz-range-track {
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
                background: #eceff1;
                border: 2px solid #cfd8dc;
            }

            &::-moz-range-thumb {
                box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
                background: #a4c63f;
                border: 2px solid #eceff1;
            }

            &::-ms-track {
                background: transparent;
                border-color: transparent;
                color: transparent;
            }

            &::-ms-fill-lower {
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
                background: #dde3e6;
                border: 2px solid #cfd8dc;
            }

            &::-ms-fill-upper {
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
                background: #eceff1;
                border: 2px solid #cfd8dc;
            }

            &::-ms-thumb {
                box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
                background: #a4c63f;
                border: 2px solid #eceff1;
            }
        }
    }

    @media screen and (min-width: 767px) {
        .i-frame-calc {

            .loan-breakdown {

                .details-wraper {
                    > .breakdown p {

                        &:after {
                            background-color: rgba(#f3f3f3, 0.4);
                        }
                    }
                }
            }
        }
    }

    @media screen and (min-width: 1024px) {

        .i-frame-calc {

            .loan-wraper::before {
                border-left: 16px solid #f3f3f3;
            }


            .details-wraper {
                color: #1A171B;
            }

            .monthly-breakdown {

                p {


                    &::before {
                        border-left: 16px solid #fff;
                    }
                }
            }
        }
    }*/
/*
    :root {
        --main-bg-color: #343477;
        --calculator-bg-color: #f3f3f3;
        --calculator-text-color: #000;
        --button-bg-color: #9CBC3C;
    
        --button-bg-focus-color: #6b4e90;
        --input-bg-color: d4cb6a;
        --breakdown-bg-color: #4b2d73;
        --apply-button: #aa8e39;
        --apply-button-focus: #806515;
    }
*/
