input::-webkit-input-placeholder {
    opacity: 1;
}
.cardStep{
    -webkit-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.1);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5158438375350141) 0%);
    padding: 20px 0;
    border-radius: 8px;
    margin: 30px 0;
}
.step{
    padding: 0 12px;
}
.step_fld{
    display: flex;
    justify-content: center;
    column-gap: 100px;
}
.titleStep{
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    color: black;
}
.titleHafirot{
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}
.btnLoans{
    width: 180px;
    transition: 0.9s;
    cursor: pointer;
    padding: 16px;
    border-radius: 6px;
    background: #3365FD;
}
.btnLoans:hover{
    transition: 0.9s;
    background: #000945;
}
.textIcon{
    text-align: center;
    color: white;
    font-weight: 500;
    padding-top: 5px;
}
.textFormLoan > div{
    text-align: center;
    color: black;
    font-size: 1.7em;
    line-height: 1.111em;
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 700;
}
.icon{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 70px;
}
/*range slider */
.value {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 4em;
    height: 100px;
    line-height: 60px;
    letter-spacing: 0.001em;
    text-shadow: white 2px 2px 2px;
}
.fld_style{
    font-weight: 600;
    color: #000945 !important;
    width: 100% !important;
    border: 1px solid #000945 !important;
    padding: 7px 20px !important;
    border-radius: 7px !important;
}
.labelStyle{
    color: black;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
}
.fld_con{
    padding: 5px;
}
#range {
    direction: ltr;
    display: block;
    -webkit-appearance: none;
    background-color: #EEEEEE;
    height: 5px;
    border-radius: 30px;
    margin: 0 auto;
    outline: 0;
}
#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #537FE7;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}
#range::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #3366FF;
}
#range::-webkit-slider-thumb:active {
    transform: scale(1.4);
}
.min_max{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 700;
    color: black;
}
.grid_fld{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
}
.grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
}
.grid-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
}
.btn_step{
    cursor: pointer;
    padding: 13px;
    text-align: center;
    background: #3949AB;
    color: white !important;
    border-radius: 8px;
    font-weight: 700 !important;
}
.btn_step:hover{
    background: #E9F8F9;
    color: black !important;
}
.conBtn{
    display: flex;
    justify-content: center;
    column-gap: 11px;
}
.prev{
    background-color: black !important;
    color: white;
    padding: 12px;
    margin: 0 !important;
    border-radius: 7px;
    border: none;
    background: url(https://www.loan4all.co.il/wp-content/uploads/2022/02/next-3.svg) no-repeat right;
    background-size: 40px;
}
.prev:hover{
    color: white !important;
}
.next{
    display: block;
    margin-right: auto;
    border: none;
    font-weight: 600;
    color: white;
    padding: 7px 22px !important;
    width: 100%;
    border-radius: 3px !important;
    max-width: 200px !important;
    background: url(https://mashkantaguru.co.il/wp-content/uploads/2023/12/עיצוב-ללא-שם-14.svg) #537FE7 !important;
    background-size: 20px !important;
    background-position: left 2% center !important;
    background-repeat: no-repeat !important;
    font-size: 19px !important;
}
.prev span ,.next span{
    font-size: 20px;
    font-weight: 600;
}
.errorValid{
    font-size: 20px;
    margin-bottom: 10px;
    color: red;
    text-align: center;
}
.fldInput{
    display: flex;
    justify-content: center;
}
.inp{
    color: #000945 !important;
    width: 60%;
    border: 1px solid #000945;
    padding: 10px 30px;
    border-radius: 7px;
}
.text{
    color: black;
    text-align: center;
    padding: 10px;
}
.text p {
    line-height: 23px;
}
.conLotti{
    display: flex;
    justify-content: center;
}
.openInput{
    margin: 20px 0;
    padding: 0 20%;
}
.hazriTax{
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.taxBtn{
    background: #000945;
    color: white;
    border: none;
    padding: 11px 20px;
    border-radius: 30px;
}
.taxBtnHara{
    font-size: 20px;
    font-family: "Open Sans" !important;
}
@media(max-width:600px){
    .fldInput{
        display: block;
        padding: 10px;
    }
    .btnLoans{
        width: 100%;
    }
    .step_fld{
        column-gap: 40px;
    }
    #range{
        width: 300px;
    }
    div.value{
        font-size: 2.3em;
    }
    .grid_fld{
        grid-template-columns: 1fr 1fr;
    }
    .inp{
        width: 100%;
    }
    .grid-3{
        grid-template-columns: 100%;
    }
    .text p{
        line-height: 25px;
    }
    .openInput{
        padding: 0 4% !important;
    }
}

/*animation steps */
/*.animate-out {*/
/*    transform-origin: bottom right;*/
/*    animation: out .6s ease-in-out;*/
/*}*/

/*.animate-in {*/
/*    transform-origin: top;*/
/*    animation: in .6s ease-in-out;*/
/*}*/


/*@keyframes out {*/
/*    0% { transform: translateY(0px) rotate(0deg); }*/
/*    60% { transform: rotate(10deg); }*/
/*    100% { transform: translateY(400px); }*/
/*}*/

/*@keyframes in {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: rotateY(90deg);*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: rotateY(0deg);*/
/*    }*/
/*}*/
p.success{
    padding-right: 20px;
    font-size: 19px;
    font-weight: 600;
}
p.success:before{
    content: "";
    display: block;
    background: url(https://www.loan4all.co.il/wp-content/uploads/2022/02/draw-check-mark.png) no-repeat;
    width: 35px;
    background-size: contain;
    height: 35px;
    float: right;
    margin: 0 6px 0 0;
}
.grid_fld_2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    grid-gap: 20px 10px;
}
.textTax{
    color: black;
    text-align: center;
    padding: 13px;
}
.textTax p{
    font-size: 22px;
}