#otherLoansCount {
    display: none;
}

.loanCalculation {
    color: #231f20;
    padding: 10px 0px 10px 0px;
    margin-top: -11px;
    background-color: #f4f6f8;
    /* appearance for checked radiobutton */
}

#alertMessageContainer {
    display: none;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    margin: 0 0 0 -20px;
    background: black;
    opacity: 0.9;
    position: inherit;
}

.alertMessageWrapper .iconBox {
    background: white !important;
    margin-left: -3px !important;
    width: 50px !important;
    height: 50px !important;
}

#alertMessageContainer p.bottomText {
    background: #e73433;
    color: white !important;
    border-radius: 8px 0 0 8px;
}

#alertMessageIconTextWrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alertMessageWrapper {
    display: flex;
}

#alertMessageContainer svg {
    width: 25px;
    height: 25px;
}

#closeAlertMessageModalBox {
    float: right;
    margin: 10px;
}

.nationalitySelect {
    display: none !important;
}

.nationalitySelectWrapper {
    width: 49% !important;
    padding: 10px 8px 0 0 !important;
    margin-right: 0 !important;

}

.loanCalculation ol, .loanCalculation ul, .loanCalculation li {
    list-style: none;
    margin: 0px;
}

.loanCalculation h1, .loanCalculation h2, .loanCalculation h3, .loanCalculation h4, .loanCalculation h5, .loanCalculation h6 {
    width: 100%;
    float: left;
    margin: 0px;
}

.loanCalculation p {
    margin: 0px;
}

.loanCalculation a {
    text-decoration: none;
}

.loanCalculation .contentWrapper {
    width: 100%;
    float: left;
    display: table;
    max-width: 620px;
}

.loanCalculation .contentWrapper .slideContent {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.loanCalculation .contentWrapper .slideContent .numBlock {
    display: block;
    float: left;
    margin-top: 55px;
    width: 30px;
    height: 30px;
}

.loanCalculation .contentWrapper .slideContent .numBlock a {
    display: block;
    background: #e73433;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    text-decoration: none;
}

.loanCalculation .contentWrapper .slideContent #loanSlider {
    display: block;
    float: left;
    width: calc(100% - 80px);
    margin: 65px 10px 60px;
    position: relative;
    -webkit-transition: none !important;
    transition: none !important;
    background: #e2e2e2;
}

.loanCalculation .contentWrapper .slideContent #loanSlider .ui-state-default,
.loanCalculation .contentWrapper .slideContent #loanSlider .ui-widget-content .ui-state-default {
    background: #e73433 !important;
    border-radius: 100px;
    border: 3px solid #fff !important;
    outline: none;
    -webkit-transition: none !important;
    transition: none !important;
}

.loanCalculation .contentWrapper .ui-widget.ui-widget-content {
    background: #f5f5f5;
    border: none;
}

.loanCalculation .contentWrapper .slideContent #loanSlider span {
    position: absolute;
}

.loanCalculation .contentWrapper span#minPrice {
    position: relative;
    float: left;
    margin-top: 10px;
}

.loanCalculation .contentWrapper span#maxPrice {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: -10px;
}

.loanCalculation .contentWrapper span#loanSliderValue {
    z-index: 5;
    top: -50px;
    padding: 10px;
    background: #e73433;
    color: #fff;
    font-size: 13px;
    -webkit-transition: none !important;
    transition: none !important;
    width: 70px;
}

.loanCalculation .contentWrapper span#loanSliderValue::after {
    display: block;
    bottom: -3px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7px;
    background: #e73433;
    -webkit-transition: none !important;
    transition: none !important;
}

.loanCalculation .contentWrapper h3 {
    width: 100%;
    float: left;
    font-size: 45px;
    line-height: 53px;
    margin: 30px 0;
    color: #231f20;
}

.loanCalculation .modalWrapper .modalBox .qBlock h3.termsTitle a {
    color: #2995f3;
    text-decoration: underline;
}

.loanCalculation .contentWrapper p {
    float: left;
    width: auto;
    font-size: 16px;
    color: #231f20;
    margin-top: 10px;
    font-weight: bold;
}

.loanCalculation .nice-select {
    min-width: 450px;
    float: left;
    clear: none;
    margin: 0;
}

.loanCalculation .innerContentWrapper .nice-select {
    float: right;
}

.loanCalculation .nice-select .list {
    width: 100%;
}

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

.loanCalculation .contentWrapper .monthlyPaymentList li {
    -webkit-transition: none;
    transition: none;
    width: 15%;
    float: left;
    padding: 10px 5px;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    margin: 0 0 10px 2%;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

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

.loanCalculation .contentWrapper .monthlyPaymentList li p {
    font-weight: 700;
    color: #272324;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin: 5px 0 0;
}

.loanCalculation .contentWrapper .monthlyPaymentList li p:first-child {
    font-weight: 400;
    font-size: 12px;
}

.loanCalculation .contentWrapper .monthlyPaymentList li.active {
    background: #e73433;
    color: #1c1d4c !important;
}

.loanCalculation .contentWrapper .monthlyPaymentList li.active p {
    color: #fff;
}

.loanCalculation .contentWrapper .slideWrap {
    width: 100%;
    float: left;
}

.loanCalculation .contentWrapper .slideWrap .sliderRightSide {
    width: calc(100% - 150px);
    float: right;
}

.loanCalculation .contentWrapper .slideWrap p {
    float: left;
    width: auto;
    margin-top: 50px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.loanCalculation .contentWrapper .chooseOther {
    display: block;
    float: left;
    color: #000;
    font-size: 15px;
}

.loanCalculation .contentWrapper .otherAmount {
    width: 100%;
    float: left;
    padding: 20px 0;
    display: none;
    position: relative;
}

.loanCalculation .contentWrapper .otherAmount p {
    width: 100%;
    font-size: 13px;
    margin: 10px 0;
}

.loanCalculation .contentWrapper .otherAmount a {
    display: block;
    float: left;
    margin: 5px 0 0 10px;
}

.loanCalculation .contentWrapper .otherAmount input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    float: left;
}

.loanCalculation .contentWrapper .otherAmount .closeCustomAmount {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 19px;
    color: #272324;
}

.loanCalculation .summary {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.loanCalculation .summary p {
    width: 200px;
    color: #333;
}

.loanCalculation .summary a {
    width: 100%;
    float: left;
    background: #e73433;
    color: #fff;
    font-size: 19px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 5px;
}

.loanCalculation .summary .loanDetails {
    width: 100%;
}

.loanCalculation .summary .loanDetails p {
    display: block;
    width: 49%;
    margin: 0 0 20px 0;
    color: #272324;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.loanCalculation .summary .loanDetails p:first-child {
    margin-right: 2%;
}

.loanCalculation .summary .loanDetails p.monthlyPayment {
    width: 100%;
}

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

.loanCalculation .summary .loanDetails span:first-child {
    margin: 0;
}

.loanCalculation .modalWrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    display: none;
}

.loanCalculation .modalWrapper .modalBox {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -490px;
    background: #fff;
    padding: 0 20px 10px;
    border-radius: 6px;
    width: 980px;
    min-height: 200px;
    max-height: 600px;
    overflow: auto;
}

.loanCalculation .modalWrapper .modalBox .progressBar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    z-index: 1299;
    float: left;
}

.loanCalculation .modalWrapper .modalBox .progressBar .progressBarInner {
    height: 10px;
    background: #32C5F4;
    border-radius: 10px;
    float: left;
    width: 13%;
}

.loanCalculation .modalWrapper .modalBox .progressBar .progressBarInner span {
    display: block;
    float: right;
    color: #fff !important;
    background: #32C5F4;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 11px;
    margin-top: -8px;
}

.loanCalculation .modalWrapper .modalBox .closeModalBox {
    position: -webkit-sticky;
    position: sticky;
    float: right;
    top: 20px;
    z-index: 9999;
}

.loanCalculation .modalWrapper .modalBox .closeModalBox svg {
    width: 20px;
    height: 20px;
}

.infoIcon {
    position: absolute;
    margin-top: 24px;
    margin-left: -34px;
}

.infoIcon:hover {
    cursor: pointer;
}

.nationalityNumberInfoBox {
    z-index: 100;
    position: absolute;
    display: none;
    width: 240px !important;
    height: 155px !important;
    margin-top: 52px !important;
    border-radius: 0 0 8px 8px;
    background-image: url("https://i.ibb.co/30HbfFH/nationalnumber.jpg");
    background-size: contain;
    border: 2px solid grey;
    margin-left: -250px;
}

.idCardNumberInfoBox {
    z-index: 100;
    position: absolute;
    display: none;
    width: 240px !important;
    height: 155px !important;
    margin-top: 53px !important;
    border-radius: 0 0 8px 8px;
    right: 35px;
    background-image: url("https://i.ibb.co/4RpNzn6/cardnumber.jpg");
    background-size: contain;
    border: 2px solid grey;
}

.loanCalculation .modalWrapper .modalBox .textWrapper {
    width: 100%;
    float: left;
    margin-top: -70px;
    margin-bottom: 40px;
    text-align: center;
}

.input-has-error {
    background-color: #fce4e4;
    border: 1px solid #cc0033 !important;
    outline: none !important;
}

.loanCalculation .modalWrapper .modalBox .mandatoryTextWrapper {
    display: none;
    margin-top: 60px;
    margin-bottom: 0;
    text-align: end;
    font-size: 12px;
}

.loanCalculation .modalWrapper .modalBox p.bottomText {
    position: relative;
    font-size: 14px;
    background: #fff4f4;
    padding: 14px;
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

.loanCalculation .modalWrapper .modalBox p.loanBottomText {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.loanCalculation .modalWrapper .modalBox .iconBox {
    width: 50px;
    height: 50px;
    background: url(../../images/warning_icon.png) no-repeat center #f6d9d9;
    background-size: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.loanCalculation .modalWrapper .modalBox p.qText {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    vertical-align: top;
}

.loanCalculation .modalWrapper .modalBox p.qText span {
    font-size: 15px;
    margin-left: 10px;
    font-weight: normal;
}

.loanCalculation .modalWrapper .modalBox .qBlock {
    width: 100%;
    float: left;
    padding: 20px;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .qBlock .togetherAgreementTitle {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .infoBar {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.loanCalculation .modalWrapper .modalBox .infoBar p {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
}

.loanCalculation .modalWrapper .modalBox .infoBar p span {
    font-size: 14px;
    font-weight: bold;
}

.loanCalculation .modalWrapper .modalBox .qBlock1 {
    padding-bottom: 120px;
    display: block;
}

.loanCalculation .modalWrapper .modalBox .qBlockFinish {
    padding-bottom: 100px;
}

.loanCalculation .modalWrapper .modalBox .qBlockFinish .tyIcon {
    display: block;
    margin: 20px auto;
}

.loanCalculation .modalWrapper .modalBox .qBlock .togetherContent {
    display: none;
}

.loanCalculation .modalWrapper .modalBox .qBlockFinish p {
    text-align: center;
}

.loanCalculation .modalWrapper .modalBox .qBlock h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    color: #000
}

.loanCalculation .modalWrapper .modalBox .qBlock h3 a {
    color: #000
}

.loanCalculation .modalWrapper .modalBox .qBlock h3 span {
    font-weight: bold;
    font-size: 22px;
    margin-left: 10px;
}

.loanCalculation .modalWrapper .modalBox .qBlock p {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 20px 0 0;
    text-align: left;
}

.loanCalculation .modalWrapper .modalBox .qBlock p.warningLitigation, .loanCalculation .modalWrapper .modalBox .qBlock p.warningLitigationCo {
    margin-top: 0;
    background: #f6d9d9;
    padding: 10px;
    font-size: 15px;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .qBlock p.marriedWarning, .loanCalculation .modalWrapper .modalBox .qBlock p.marriedWarningCo {
    margin-top: 0;
    background: #f6d9d9;
    padding: 10px;
    font-size: 15px;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .qBlock p.center {
    text-align: center;
}

.loanCalculation .modalWrapper .modalBox .qBlock .buttonWrapper,
.loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 299;
}

.loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper {
    margin-top: 40px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .buttonWrapper a,
.loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper a {
    display: inline-block;
    margin: 0 5px;
    padding: 15px 40px;
    background: #32C5F4;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper a.prevBtn {
    float: left;
}

.loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper a.nextBtn {
    float: right;
}

.loanCalculation .modalWrapper .modalBox .formWrapper {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .genderWrapper {
    width: 100%;
    float: left;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .genderWrapper span {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 40px;
    margin-right: 10px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .genderWrapper .radioWrapper {
    width: auto;
    float: left;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper .radioSelect {
    width: 33.3%;
    float: left;
}

.loanCalculation .modalWrapper .modalBox .formWrapper input,
.loanCalculation .modalWrapper .modalBox .formWrapper textarea {
    width: 48%;
    float: left;
    margin-right: 1%;
    padding: 10px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    border: 1px solid #ddd;
    border-width: 1px !important;
    margin-top: 10px;
    resize: none;
}

.loanCalculation .modalWrapper .modalBox .formWrapper textarea {
    height: 100px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .nationalityForm,
.loanCalculation .modalWrapper .modalBox .formWrapper .nationalityFormCo,
.loanCalculation .modalWrapper .modalBox .formWrapper .mealVoucherContent,
.loanCalculation .modalWrapper .modalBox .formWrapper .receiveRentContent,
.loanCalculation .modalWrapper .modalBox .formWrapper .otherSourceIncomeContent,
.loanCalculation .modalWrapper .modalBox .formWrapper .livingTypeBlock,
.loanCalculation .modalWrapper .modalBox .formWrapper .mealVoucherContentCo,
.loanCalculation .modalWrapper .modalBox .formWrapper .receiveRentContentCo,
.loanCalculation .modalWrapper .modalBox .formWrapper .otherSourceIncomeContentCo,
.loanCalculation .modalWrapper .modalBox .formWrapper .livingTypeBlockCo {
    width: 100%;
    float: left;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .livingTypeBlock .nice-select {
    float: left;
}

#nameOfEmployer, #nameOfEmployerCo {
    display: none;
    width: 100%;
    float: left;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .financeForm, .loanCalculation .modalWrapper .modalBox .formWrapper .financeFormCo {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .formWrapper span.title {
    font-weight: bold;
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 10px 0 0;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper input {
    width: auto;
    float: left;
    padding: 0;
    margin-right: 5px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper label {
    float: left;
    margin-right: 20px;
    color: #333;
    font-size: 13px;
    margin-top: 8px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .nice-select .list,
.loanCalculation .modalWrapper .modalBox .formWrapper .loanCountSelect .list {
    height: 150px;
    overflow: auto;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .childrenList, .loanCalculation .modalWrapper .modalBox .formWrapper .childrenListCo {
    width: 100%;
    float: left;
    margin: 0;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .alimonyInput {
    display: none;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .childrenList .childrenListItem, .loanCalculation .modalWrapper .modalBox .formWrapper .childrenListCo .childrenListItemCo {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .childrenList .childrenListItem:first-child, .loanCalculation .modalWrapper .modalBox .formWrapper .childrenListCo .childrenListItemCo:first-child {
    border-top: none;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .childrenList .childrenListItem .textBlock, .loanCalculation .modalWrapper .modalBox .formWrapper .childrenListCo .childrenListItemCo .textBlock {
    width: 33.3%;
    float: left;
    padding: 10px;
}

.loanCalculation .modalWrapper
.modalBox
.formWrapper
.childrenList
.childrenListItem
.textBlock
.fullWidth {
    margin: 0;
    width: 100%;
}

.loanCalculation .modalWrapper
.modalBox
.formWrapper
.childrenList
.childrenListItem
.textBlock
p.subText {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
}

.loanCalculation .modalWrapper
.modalBox
.formWrapper
.childrenList
.childrenListItem
.allowanceContent,
.loanCalculation .modalWrapper
.modalBox
.formWrapper
.childrenList
.childrenListItem
.alimonyContent,
.loanCalculation .modalWrapper
.modalBox
.formWrapper
.childrenListCo
.childrenListItemCo
.allowanceContent,
.loanCalculation .modalWrapper
.modalBox
.formWrapper
.childrenListCo
.childrenListItemCo
.alimonyContent {
    width: 100%;
    float: left;
    display: none;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .childrenList .childrenListItem .childSupportContent {
    margin-top: 20px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList {
    width: 100%;
    float: left;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList .fullWidth {
    width: 100%;
}

.loanCalculation .modalWrapper .modalBox .qBlock .radioWrapper {
    width: 100%;
    float: left;
    margin-top: 6px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList input {
    display: block;
    float: left;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList .radioWrapper {
    margin: 15px 0 15px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList .radioWrapper input {
    width: auto;
    float: left;
    padding: 0;
    margin-right: 5px;
    margin-top: 0;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList label {
    float: left;
    margin-right: 20px;
    color: #333;
    font-size: 14px;
    margin-top: 0;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList .loanListItem {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList .loanListItem h3 {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 20px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .loanCountSelect {
    width: 100%;
    max-width: 350px;
    min-width: 0;
    margin-top: 20px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .halfBlock {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 4px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    outline: none;
    margin: 5px 5px 0 5px;
}

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

.loanCalculation .modalWrapper .modalBox .qBlock h3.outputTitle {
    margin-top: 20px;
}

.loanCalculation .modalWrapper .modalBox .formOutput,
.loanCalculation .modalWrapper .modalBox .formOutput .outputWrapper {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.loanCalculation .modalWrapper .modalBox .formOutput .outputWrapper h3 {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.loanCalculation .modalWrapper .modalBox .formOutput .outputWrapper p {
    margin: 10px 0 0;
    width: 50%;
    padding-right: 10px;
    text-align: left;
}

.loanCalculation .modalWrapper .modalBox .formOutput .outputWrapper p.loanNum {
    width: 100%;
}

.loanCalculation .modalWrapper .modalBox .formOutput .outputWrapper .outputBlock {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.loanCalculation .modalWrapper
.modalBox
.formOutput
.outputWrapper
.outputBlock
.dependentChildContent {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-right: 10px;
}

.loanCalculation .modalWrapper
.modalBox
.formOutput
.outputWrapper
.outputBlock
.dependentChildContent
h4 {
    width: 100%;
    float: left;
    font-weight: bold;
    margin-top: 10px;
}

.loanCalculation .modalWrapper
.modalBox
.formOutput
.outputWrapper
.outputBlock
.dependentChildContent
p {
    width: 100%;
}

.loanCalculation .modalWrapper
.modalBox
.formOutput
.outputWrapper
.outputBlock
.loanDetailContent {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.loanCalculation .modalWrapper .modalBox .qBlock .loanList label {
    line-height: 30px;
}

.nice-select .list {
    max-height: 200px;
    overflow: auto;
}

.warningWrapper {
    padding: 40px 0;
    background: #fff;
}

.warningWrapper .contentWrapper {
    width: 100%;
    display: flex;
}

.warningWrapper .contentWrapper .iconWrapper {
    padding: 20px;
    min-width: 150px;
    text-align: center;
    background: url(../../images/warning_icon.png) no-repeat center #f6d9d9;
}

.warningWrapper .contentWrapper .textWrapper {
    padding: 30px;
    background: #fff4f4;
    width: 100%;
}

.warningWrapper .contentWrapper .textWrapper p {
    color: #9d2120;
    font-size: 14px;
    line-height: 17px;
}

.header-2 .btn-primary {
    border: none !important;
    outline: none !important;
    background: #32C5F4 !important;
    box-shadow: none !important;
}

.loanCalculation .modalWrapper .modalBox .formWrapper .childrenList .childrenListItem .textBlock .fullWidth {
    margin-top: 10px;
}

.loadingWrapper {
    min-height: 2000px!important;
    z-index: 9999;
}

.loadingWrapper .loadIcon {
    top: 100px!important;
}

@media (max-width: 1200px) {
    .loanCalculation {
        background-position: center;
    }
}

@media (max-width: 980px) {
    .loanCalculation {
        background-position: left;
    }

    .loanCalculation .contentWrapper {
        max-width: none;
    }

    .loanCalculation .contentWrapper h3 {
        font-size: 33px;
        line-height: 36px;
        margin: 20px 0;
        text-align: center;
    }

    .loanCalculation .contentWrapper h3 span br {
        display: none;
    }

    .loanCalculation .modalWrapper .modalBox {
        width: 96%;
        top: 50px;
        left: 2%;
        margin: 0;
    }

    .loanCalculation .modalWrapper .modalBox .textWrapper {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper .radioSelect {
        width: 50%;
        display: flex;
    }
}

@media (max-width: 768px) {
    .loanCalculation .contentWrapper p {
        width: 100%;
        text-align: center;
    }

    .loanCalculation .innerContentWrapper .nice-select {
        margin-top: 20px;
    }

    .loanCalculation .contentWrapper .slideWrap p {
        width: 100%;
        margin-top: 10px;
    }

    .loanCalculation .contentWrapper .slideWrap p br {
        display: none;
    }

    .loanCalculation .contentWrapper .slideWrap .sliderRightSide {
        width: 100%;
    }

    .loanCalculation .contentWrapper .monthlyPaymentList li {
        width: 23%;
    }

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

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

    .loanCalculation .modalWrapper .modalBox .formWrapper .childrenList .childrenListItem .textBlock, .loanCalculation .modalWrapper .modalBox .formWrapper .childrenListCo .childrenListItemCo .textBlock {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .nationalitySelectWrapper {
        width: 100% !important;
    }

    .nationalityBelgiumIdCardNumberWrapper .infoIcon {
        margin-top: 78px;
    }

    .idCardNumberInfoBox {
        margin-top: 107px !important;
        right: 11px;
    }

    .nationalityNumberInfoBox {
        right: 11px;
    }

    .loanCalculation .nice-select {
        min-width: 100%;
    }

    .loanCalculation .contentWrapper h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .loanCalculation .contentWrapper h3 span::before {
        bottom: 5px;
        height: 9px;
    }

    .loanCalculation .modalWrapper .modalBox .formWrapper input, .loanCalculation .modalWrapper .modalBox .formWrapper textarea {
        width: 100%;
        margin: 10px 0 0;
    }

    .loanCalculation .modalWrapper .modalBox .formWrapper .radioWrapper .radioSelect, .loanCalculation .modalWrapper .modalBox .qBlock .halfBlock {
        width: 100%;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock p {
        font-size: 15px;
        line-height: 17px;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock .radioWrapper {
        margin-top: 15px;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock .loanInputWrapper {
        width: 100%;
        display: flex;
        float: left;
    }
}

@media (max-width: 450px) {
    .loanCalculation .contentWrapper h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .loanCalculation .innerContentWrapper .nice-select {
        margin-top: 10px;
    }

    .loanCalculation .contentWrapper .monthlyPaymentList li {
        width: 31%;
    }

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

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

    .loanCalculation .contentWrapper .monthlyPaymentList li p {
        margin: 0;
    }

    .loanCalculation .summary .loanDetails p {
        width: 100% !important;
        margin: 0 0 20px;
        font-size: 15px;
    }

    .warningWrapper .contentWrapper {
        display: block;
    }

    .warningWrapper .contentWrapper .iconWrapper, .warningWrapper .contentWrapper .textWrapper {
        width: 100%;
    }

    .warningWrapper .contentWrapper .iconWrapper {
        height: 100px;
    }

    .loanCalculation .modalWrapper .modalBox .textWrapper {
        display: flex;
    }

    .loanCalculation .modalWrapper .modalBox .iconBox {
        width: 70px;
        height: 70px;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock {
        padding: 0;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock h3 {
        font-size: 14px;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock .buttonWrapper a, .loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper a {
        padding: 10px 30px;
    }

    .loanCalculation .modalWrapper .modalBox .formWrapper .genderWrapper span {
        width: 100%;
        margin: 0;
    }

    .loanCalculation .modalWrapper .modalBox .formWrapper .genderWrapper .radioWrapper {
        width: 60%;
        float: right;
        margin-top: 19px;
    }

    .loanCalculation .modalWrapper .modalBox .formWrapper .genderWrapper span {
        line-height: 67px;
        width: 20%;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock h3 span {
        font-size: 17px;
    }

}

@media (max-width: 350px) {
    .loanCalculation .modalWrapper .modalBox .qBlock .buttonWrapper a, .loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper a {
        margin: 10px auto 0;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock {
        padding: 10px;
    }

    .loanCalculation .modalWrapper .modalBox .qBlock .navigationWrapper {
        margin-top: 20px;
    }

    .loanCalculation .modalWrapper .modalBox .infoBar p span {
        font-size: 12px;
    }

    .loanCalculation .summary .loanDetails p {
        font-size: 12px;
    }

    .loanCalculation .modalWrapper .modalBox .infoBar p {
        font-size: 13px;
    }
}
