.bg-primary{
    background-color:#2e3192!important
}

.btn-primary {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192
}

.btn-primary:hover {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e3192;
    border-color: #3769c4
}

.btn-primary.disabled:not(.btn-circle):not(.btn-block),
.btn-primary:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192
}

.btn-outline-primary {
    color: #2e3192;
    border-color: #2e3192
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2e3192;
    border-color: #2e3192
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #2e3192;
    background-color: #2e3192;
    border-color: #2e3192
}

/*******
Header Css
 ++++*/

.banner--stick.transparent, .banner--stick:not(.navbar-dark) {
    background: rgb(255,255,255);
}

/*
portfolio CSS
*/
.divider-icon {
    margin: 0.5rem 0;
}
.divider-icon:after{
    width: calc(100% - 1.5rem);
}

.divider-icon:before{
    content: '';
}

/*
Error page css
*/
.error-page h1 {
    font-size: 56px;
    margin: 0;
}
.error-page h1 {
    font-weight: 700;
    color: #2e3192;
}
.error-page p {
    font-size: 20px;
    margin: 16px auto 24px;
    text-align: center;
}
.error-text{
    font-size: 9.5em !important;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}

/********
Calculator CSS
 *******/

.i_container {
    margin-bottom: 50px;
}

.range {
    -webkit-appearance: none;
    vertical-align: middle;
    outline: none;
    border: none;
    padding: 0;
    background: none;
    width: 100%;
}

.range::-webkit-slider-runnable-track {
    background-color: red;
    height: 6px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.range[disabled]::-webkit-slider-runnable-track {
    border: 1px solid #d7dbdd;
    background-color: transparent;
    opacity: 0.4;
}

.range::-moz-range-track {
    background-color: #d7dbdd;
    height: 6px;
    border-radius: 3px;
    border: none;
}

.range::-ms-track {
    color: transparent;
    border: none;
    background: none;
    height: 6px;
}

.range::-ms-fill-lower {
    background-color: #d7dbdd;
    border-radius: 3px;
}

.range::-ms-fill-upper {
    background-color: #d7dbdd;
    border-radius: 3px;
}

.range::-ms-tooltip { display: none; /* display and visibility only */ }

.range::-moz-range-thumb {
    border-radius: 20px;
    height: 18px;
    width: 18px;
    border: none;
    background: none;
    background-color: #606670;
}

.range:active::-moz-range-thumb {
    outline: none;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
    background-color: blue;
    height: 18px;
    width: 18px;
    margin-top: -7px;
}

.range[disabled]::-webkit-slider-thumb {
    background-color: transparent;
    border: 1px solid #d7dbdd;
}

.range:active::-webkit-slider-thumb {
    outline: none;
}

.range::-ms-thumb {
    border-radius: 100%;
    background-color: #606670;
    height: 18px;
    width: 18px;
    border: none;
}

.range:active::-ms-thumb {
    border: none;
}

#inputAmount {
    width: 100px;

}
#inputRoi {
    width: 50px;
}

#inputYears {
    width: 45px;
    background: 0 0;
}
.i_container span input{
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
    text-align: right;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.i_container span input:focus {
    outline: none;
}

.i_container span input::-webkit-outer-spin-button,
.i_container span input::-webkit-inner-spin-button {
    -webkit-appearance: none;

}

/* Firefox */
.i_container span input[type=number] {
    -moz-appearance: textfield;
}

.i-container--dark {
    background-color: #11181d;
}


.range::-webkit-slider-runnable-track {
    background-color: #2e3192;
}

.range[disabled]::-webkit-slider-runnable-track {
    border: 1px solid #2e3192;
    background-color: transparent;
}

.range::-moz-range-track {
    background-color: #2e3192;
    border: none;
}

.range::-ms-fill-lower {
    background-color: #2e3192;
}

.range::-ms-fill-upper {
    background-color: #2e3192;
}

.range::-webkit-slider-thumb {
    background-color: #2e3192;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.range[disabled]::-webkit-slider-thumb {
    background-color: transparent;
    border: 1px solid #2e3192;
    box-shadow: none;
}

.range::-moz-range-thumb {
    background-color: #2e3192;
}

.range::-ms-thumb {
    background-color: #2e3192;
}

#tp_mode {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-family: roboto,sans-serif;
    outline: none;
    color: #44475b;
    background: 0 0;
}

#inputTenure {
    width: 30px;
    background: 0 0;
    border-bottom: none;
}
