#txtin::placeholder {
    color: #785aff;
    opacity: 1
}
#txtin:-ms-input-placeholder {
    color: #785aff
}
#txtin::-ms-input-placeholder {
    color: #785aff
}
#loan_slider .ui-slider-handle,
#receipt_slider .ui-slider-handle,
#tdeposit_slider .ui-slider-handle {
    outline: 0;
    background: #fff;
    border-radius: 50%;
    top: -9.6px;
    height: 37px;
    width: 37px;
    cursor: pointer
}
#loan_slider.ui-slider-horizontal,
#receipt_slider.ui-slider-horizontal,
#tdeposit_slider.ui-slider-horizontal {
    height: 1.1em;
    border: 0;
    background: #ccc;
    border-radius: 15px
}

.calc-wrapper .tonik-calc__earnings-note {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.017em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #717175;
    flex: none;
    order: 13;
    flex-grow: 0;
}

/* big_loan_calculator.css */

.field--name-field-slice-content .note {
    max-width: 783px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #bebec1
}

.calc-wrapper {
    border: 3px solid;
    max-width: 760px;
    border-radius: 32px;
    padding: 40px 30px;
    margin: 40px auto
}

.calc-wrapper .tonik-calc__question-amount {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.022em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #373739;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 16px 0
}


.calc-wrapper .tonik-calc__amount-instruction {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.017em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #717175;
    flex: none;
    order: 3;
    flex-grow: 0;
    margin: 15px 0 0 0;
}


.calc-wrapper .tonik-calc__amount-mobile {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    text-align: center;
    margin-bottom: 20px
}

.calc-wrapper .tonik-calc__amount-desktop {
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    margin: 16px 0
}


.calc-wrapper .tonik-calc__amount-desktop input {
    font-style: normal;
    font-size: 23px;
    line-height: 32px;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    min-height: 72px;
    width: 100%;
    background-color: transparent;
    border-width: 0;
    padding: 0 10px;
    border-radius: 24px;
    outline: 0;
    color: #785aff;
    font-weight: 600;
}

.calc-wrapper .tonik-calc__amount-desktop input ::-webkit-input-placeholder {
    color: #bebec1;
    font-weight: 600
}


.calc-wrapper .tonik-calc__amount-desktop input ::-moz-placeholder {
    color: #bebec1;
    font-weight: 600
}


.calc-wrapper .tonik-calc__amount-desktop input :-ms-input-placeholder {
    color: #bebec1;
    font-weight: 600
}

.calc-wrapper .tonik-calc__amount-desktop input :-moz-placeholder {
    color: #bebec1;
    font-weight: 600
}


.calc-wrapper .tonik-calc__amount-desktop div {
    min-height: 72px;
    background: #f7f7f8;
    border-radius: 24px
}


.calc-wrapper .tonik-calc__question-term {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.022em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #373739;
    flex: none;
    order: 8;
    flex-grow: 0;
    margin: 40px 0 16px 0;
}


.calc-wrapper .tonik-calc__terms {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.calc-wrapper .tc-term {
    height: 120px;
    width: 100%;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(30, 30, 31, 0.08);
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    text-align: center
}


.calc-wrapper .tc-term__length {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.019em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #373739
}


.calc-wrapper .tc-term__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.003em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #717175;
    position: relative;
    top: -13px;
}


.calc-wrapper .tc-term__percentage {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.011em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #785aff
}

.calc-wrapper .tc-term--active {
    background: #785aff
}

.calc-wrapper .tc-term--active .tc-term__length {
    color: #fff
}

.calc-wrapper .tc-term--active .tc-term__label {
    color: rgba(255, 255, 255, 0.65)
}


.calc-wrapper .tc-term--active .tc-term__percentage {
    color: #fff
}

.calc-wrapper .tonik-calc__earnings-label {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.022em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #373739;
    flex: none;
    order: 11;
    flex-grow: 0;
    margin: 40px 0 0 0;
}

.calc-wrapper .tonik-calc__earnings-label--mobile {
    margin-top: 60px;
    margin-bottom: -10px;
    font-size: 28px
}

.calc-wrapper .tonik-calc__earnings-amount {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.022em;
    font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    color: #785aff;
    flex: none;
    order: 12;
    flex-grow: 0;
    margin: 8px 0
}

.loan-calc-wrapper-main {
    border-color: #c9ecff
}

@media screen and (max-width: 767px) {
    .field--name-field-slice-content .note{
        font-size: 11px;
        line-height: 16px;
    }
    .calc-wrapper {
        padding: 32px 15px;
    }

    .calc-wrapper .tonik-calc__question-term {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.022em;
        margin: 8px 0 8px 0;
    }

    .calc-wrapper .tc-term__length {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.019em;
        font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
        color: #373739
    }

    .calc-wrapper .tc-term__label {
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: -0.003em;
        font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
    }

    .calc-wrapper .tonik-calc__amount-instruction {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: -0.017em;
        font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
        margin: 21px 0 13px 0;
    }

    .calc-wrapper .tonik-calc__earnings-label--mobile {
        margin-top: 60px;
        margin-bottom: -10px;
        font-size: 14px
    }

    .calc-wrapper .tonik-calc__earnings-label {
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.022em;
        margin: 16px 0 0 0;
    }

    .calc-wrapper .tonik-calc__earnings-amount {
        font-size: 19px;
        line-height: 24px;
        letter-spacing: -0.022em;
        margin: 8px 0
    }

    .calc-wrapper .tonik-calc__amount-desktop input {
        font-size: 15px;
        line-height: 20px;
        min-height: 72px;
        padding: 0 10px;
        border-radius: 24px;
        font-weight: 500;
    }


    .calc-wrapper .tonik-calc__amount-desktop input ::-webkit-input-placeholder {
        color: #bebec1;
        font-weight: 500
    }


    .calc-wrapper .tonik-calc__amount-desktop input ::-moz-placeholder {
        color: #bebec1;
        font-weight: 500
    }


    .calc-wrapper .tonik-calc__amount-desktop input :-ms-input-placeholder {
        color: #bebec1;
        font-weight: 500
    }

    .calc-wrapper .tonik-calc__amount-desktop input :-moz-placeholder {
        color: #bebec1;
        font-weight: 500
    }

    .calc-wrapper .tonik-calc__question-amount {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.042em;
    }
    .tonik-calc .tonik-calc__terms .tonik-calc__term.tc-term.tc-term-new {
        height: 100px;
        border-radius: 16px;
        margin: 3px
    }

    .calc-wrapper .tonik-calc__earnings-note {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: -0.017em;
    }

    #loan_slider .ui-slider-handle,
    #receipt_slider .ui-slider-handle,
    #tdeposit_slider .ui-slider-handle {
        outline: 0;
        background: #fff;
        border-radius: 50%;
        top: -9.6px;
        height: 30px;
        width: 30px;
        cursor: pointer
    }

    #loan_slider.ui-slider-horizontal,
    #receipt_slider.ui-slider-horizontal,
    #tdeposit_slider.ui-slider-horizontal {
        height: .7em;
        border: 0;
        background: #ccc;
        border-radius: 15px
    }

    .page-loan #section-loans--cta .featured-title {
        font-size: 6vw;
        line-height: 1.2;
        margin-bottom: 10px;
    }


    .calc-wrapper .tonik-calc__question-amount {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.022em;
        font-feature-settings: "tnum" on, "lnum" on, "ss01" on;
        color: #373739;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 16px 0px;
    }
}

@media screen and (min-width:768px) {
    .calc-wrapper {
        margin: 20px auto !important
    }
}

/* need to move to common style */
@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
    .visible-lg-block {
        display: block !important
    }
    .visible-lg-inline {
        display: inline !important
    }
    .visible-lg-inline-block {
        display: inline-block !important
    }
}


.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}