.sbs-wizard-bg {
    background-color: #F6F4EE;
    padding: 25px 20px !important;
    border-radius: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
}

.sbs-calculator-box {
    padding: 4vw 0;
}


.loanCalculation {
    padding: 0;
}

.loanCalculation p.sub-title {
    margin: 0;


    font-weight: 300;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #00465E !important;
    max-width: 100px;
    float: unset;
}

.loanCalculation .nice-select {
    min-width: 320px;
}

.nice-select {
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    color: #00465E;
}

.loanCalculation .contentWrapper .slideWrap .sliderRightSide {
    width: 100%;
    position: relative;
    background: #EFECE1;
    border-radius: 25px;
    margin-top: 15px;
    padding: 0 20px;
}

.loanCalculation .contentWrapper span#minPrice,
.loanCalculation .contentWrapper span#maxPrice {
    font-size: 13px;
    color: #00465E;
}

.loanCalculation .contentWrapper span#loanSliderValue {
    color: #001F2A;
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    width: 20%;
    padding: 0;
}

.loanCalculation .contentWrapper span#loanSliderValue::after {
    background: #FF6C37;
}

.loanCalculation .contentWrapper .slideContent .numBlock a {
    background: #FF6C37;
    color: #fff;
    display: none;
}

.loanCalculation .contentWrapper .slideContent .numBlock.minNum{
    margin: 0;
    position: absolute;
    bottom: 8px;
    height: fit-content;
    left: 30px;
}
.loanCalculation .contentWrapper .slideContent .numBlock.maxNum{
    margin: 0;
    position: absolute;
    bottom: 8px;
    height: fit-content;
    right: 30px;
}


.loanCalculation .contentWrapper .slideContent #loanSlider .ui-state-default, .loanCalculation .contentWrapper .slideContent #loanSlider .ui-widget-content .ui-state-default {
    background: #F26522 !important;
    top: -8px;
    cursor: pointer;
    border: 2px solid #fff !important;
}

.loanCalculation .contentWrapper .slideContent #loanSlider {
    height: 5px;
    margin: 48px 10px 40px;
    position: relative;
    width: calc(100% - 15px);
    background: #ff6d381a;
    background-color: #ff6d381a;
}

.loanCalculation .contentWrapper .chooseOther {margin: 0 0 10px;font-weight: 500;}

.loanCalculation .contentWrapper .monthlyPaymentList {
    margin-top: 0;
}

.loanCalculation .contentWrapper .monthlyPaymentList li {
    background: transparent;
    color: #00465E!important;
    border-radius: 15px;
}

.loanCalculation .contentWrapper .monthlyPaymentList li.active {
    color: #F26522 !important;
    border: 1px solid #FF6C37;
}

.loanCalculation .contentWrapper .monthlyPaymentList li p {
    font-weight: 500;
    font-size: 15px;
    color: #00465E !important;
}

.loanCalculation .contentWrapper .monthlyPaymentList li.active p {
    color: #F26522 !important;
}

.loanCalculation .contentWrapper .monthlyPaymentList li p:first-child {
    font-size: 11px !important;
    color: #00465E !important;
}

.loanCalculation .contentWrapper .chooseOther,
.loanCalculation .summary .loanDetails p {
    color: #00465E;
    /* margin-top: 31px; */
    font-weight: 300;
    font-size: 14px;
    /* margin-bottom: 12px; */
}

.loanCalculation .contentWrapper .monthlyPaymentList li.active p:first-child {
    color: #F26522 !important;
}

.loanCalculation .contentWrapper .monthlyPaymentList li {
    width: 18.3%;
    height: 65px;
    padding: 5px 0;
    justify-content: center;
}

.loanCalculation .contentWrapper .monthlyPaymentList li:nth-child(7) {
    margin-left: 2%;
}

.loanCalculation .contentWrapper .monthlyPaymentList li:first-child,
.loanCalculation .contentWrapper .monthlyPaymentList li:nth-child(6) {
    margin-left: 0;
}

.loanCalculation .summary .loanDetails {
    /* padding-top: 10px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* position: relative; */
}

.loanCalculation .summary .loanDetails p {
    box-shadow: none;
    background: transparent;
    padding: 0;
    /* margin: 20px 0 0 0; */
    font-weight: 400;
    font-size: 16px;
}

.loanCalculation .summary .loanDetails p.monthlyPayment {
    /* margin-top: 30px; */
    /* font-weight: 700; */
    color: #00465E;
}

.loanCalculation .summary a.applyBtn {
    position: relative;
    background: #F26522;
    font-size: 18px;
    width: fit-content;
    font-weight: 300;
    border-radius: 10px;
    padding: 0 87px;
    line-height: 69px;
    margin: 30px auto 0;
    height: 70px;
}
.loanCalculation .summary a.applyBtn:hover{
    background:#09465e;
}

.loanCalculation .summary a.applyBtn:after {
    position: absolute;
    right: -240px;
    top: 50%;
    content: "";
    width: 310px;
    height: 200px;
    background-image: url(assets/images/wizard-arrow.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.loanCalculation .modalWrapper .modalBox .qBlock .buttonWrapper a,
.loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper a,
#alertMessageContainer p.bottomText {
    background: #00465E;
}
#alertMessageContainer-2 p.bottomText {
    background: #00465E;
}

.loanCalculation .modalWrapper .modalBox .progressBar .progressBarInner,
.loanCalculation .modalWrapper .modalBox .progressBar .progressBarInner span {
    color: #fff;
    background-color: #FF6C37;
}

.loanCalculation .modalWrapper .modalBox p.bottomText {
    background: #FEF0E9;
}

.loanCalculation .modalWrapper .modalBox .iconBox {
    margin-right: 10px;
    background: url(/wp-content/uploads/2025/05/warning-icon.png) no-repeat 50% #FF6C37;
    border-radius: 100%;
}

.loanCalculation .modalWrapper .modalBox .qBlock h3.termsTitle a {
    color: #00465E!important;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper input[type=radio]:checked {
    background-color: #00465E;
}

.loanCalculation,
.loanCalculation .modalWrapper .modalBox .qBlock h3 {
    color: #00465E;
}

.radio-box {
    width: 100%;
    margin: 15px 0 0;
}

.radio-box::-webkit-scrollbar{
    display:none;
    height:0px;
}

#rate-li {
    display: flex;
    flex-wrap: wrap;
    /* padding: 0; */
    margin: 0;
    list-style: none;
}

.radio-box ul {
    display: flex;
    width: 100%;
    padding-left: 0;
}

.radio-box li {
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    width: 20%;
    text-align: center;
    font-size: 13px;
    padding: 46px 14px 10px 15px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 1;
    color: #001F2A;
    border-bottom: 1px solid #E5E0CF;
}

.radio-box li.active{
    border-bottom: 3px solid #FF6C37;
    font-weight: 700;
}

.radio-box li img {
    display: block;
    display: block;
    padding-bottom: 5px;
    width: 35px;
    position: absolute;
    top: 10px;
}

.loanCalculation .summary .loanDetails p:first-child{}
.loanCalculation .summary .loanDetails p:nth-child(2){}
.loanCalculation .summary .loanDetails p.monthlyPayment{
    /* position: absolute; */
    /* top: 50%; */
    /* right: 0; */
    /* width: 70%; */
    /* transform: translate(0,-50%); */
    /* font-weight: 500; */
    /* font-size: 18px; */
    /* text-align: end; */
}
.loanCalculation .summary .loanDetails p.monthlyPayment span{
    color: #FF6C37;
    font-weight: 600;
}
.loanCalculation .summary .loanDetails p{
    /* margin: 0 !important; */
    /* text-align: left; */
    /* font-size: 15px; */
    /* font-weight: 500; */
}

.loanCalculation .summary .loanDetails p span{
    font-weight: 300;
}

.loanCalculation .contentWrapper .summary{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.loanCalculation .contentWrapper .summary .explanation{display: none;}
.loanCalculation p {
    /* color: #00465E; */
}

.loanCalculation .modalWrapper .modalBox .closeModalBox i{
    color: #00465E;
    font-size: 25px;
    line-height: 1;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    padding: 8px;
}

.loanCalculation .contentWrapper .otherAmount a {}
.loanCalculation .contentWrapper .otherAmount a svg{
    fill: #fb6c38 !important;
}

.loanCalculation .contentWrapper .otherAmount input:focus-visible{
    outline: unset !important;

}

#euro-p{position: absolute;right: 0;}

#loanDetails{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 21px 30px;
}
#loanDetails p{
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin-right: 0;
    line-height: 1;
}
#loanDetails p:first-child{
    text-align:right;
    right: -16px;
    position:relative;
}
#loanDetails p:first-child:after{
    content:'';
    position:absolute;
    height: 19px;
    width: 2px;
    background: #E5E0CF;
    right: -12px;
    top: -2px;
}


#loanDetails p:nth-last-child(2){
    text-align:left;
    position: relative;
    right: -9px;
}

.monthlyPayment{font-size: 20px !important;color: #001F2A !important;width: 405px !important;}
.monthlyPayment span{

}