/* Start custom CSS for html, class: .elementor-element-623e12e *//* Loan calculator */

.loan__question input[type="range"] {
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .loan__wrapper {
        display: flex;
        margin: 0 auto;
        color: rgba(46, 55, 62, 0.7);
        min-height: 100%;
        font-family: "Inter", Sans-serif;
        line-height: 1.6em;
        /* height: 100vh; */
        background-color: #ECEFF1;
    }

    .loan__question {
        width: 60%;
        padding:30px;
    }

    .loan__question p {
        font-size: 16px;
        color: #013B65;
        font-weight: 700;
        margin: 0;
    }

    .loan__question>div {
        margin-bottom: 30px;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .loan__question input[type="number"] {
        background-color: #fff;
        padding: 0 10px;
        -moz-appearance: textfield !important;
        border: 0;
        height: 40px;
        font-size: 16px;
        text-align: center;
        color: rgba(46, 55, 62, 0.7);
        -webkit-appearance: none;
        width:auto;
        max-width:200px;
    }

    .loan__result {
        width: 40%;
        background-color: #013B65;
        color: #fff;
        padding: 2rem;
        text-align: center;
    }

    .loan__result span {
        font-weight: bold;
        font-size: 20px;
    }

    .flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .trip {
        align-items: center;
        padding-top: 30px;
    }

    .trip .rangeslider {
        flex: 0 0 55%;
        /* max-width: 60%; */
        margin: 0 15px;
    }

    .trip input[type="number"] {
        width: 60px;
    }

    .rangeslider__ruler {
        position: relative;
        bottom: calc(100% + 10px);
        font-size: 0.6875rem;
    }

    .ruler__item {
        display: inline-block;
        width: calc(100% / 6);
        text-align: center;
    }

    .ml {
        margin-left: 20px;
    }

    .rangeslider,
    .rangeslider__fill {
        display: block;
        -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .rangeslider {
        background: #fff;
        position: relative;
    }

    .rangeslider--horizontal {
        height: 20px;
        width: 100%;
    }

    .rangeslider__fill {
        background: #013B65;
        position: absolute;
    }

    .rangeslider--horizontal .rangeslider__fill {
        top: 0;
        height: 100%;
    }

    .rangeslider__handle {
        background: white;
        border: 1px solid transparent;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        position: absolute;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        min-width: 62px;
        text-align: center;
        font-size: .8rem;
        line-height: 30px;
    }

    .rangeslider__handle:after {
        content: "";
        display: block;
    }

    .rangeslider__handle:active,
    .rangeslider--active .rangeslider__handle {
        border-color: #013B65;
    }

    .rangeslider--horizontal .rangeslider__handle {
        top: -6px;
        touch-action: pan-y;
        -ms-touch-action: pan-y;
    }

    input[type="range"]:focus+.rangeslider .rangeslider__handle {
        /*  */
    }

    @media (max-width:767px) {
        .loan__wrapper {
            flex-wrap: wrap;
        }

        .loan__question,
        .loan__result {
            width: 100%;
        }

        .loan__question {
            padding: 40px 20px 0;
        }

        .loan__result {
            margin-top: 30px;

        }

        .ml {
            margin-left: 0;
            margin-top: 10px;
        }

        .loan__question>div {
            margin-bottom: 15px;
        }

        .trip .rangeslider {
            flex-basis: 100%;
            margin: 0;
        }

        .trip>p {
            margin-bottom: 30px;
        }

        .mt {
            margin-top: 15px;
        }
    }/* End custom CSS */