.types_of_loan_btn_con {
    padding: 5px;
}

.loan_questions_con {
    padding: 5px 0;
}

.loan_questions_con_inr {
    padding: 20px 30px 20px 8px;
    background: #16520f;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    position: relative;
}

.loan_questions_con_inr:after {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 64 64" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M51 32a4 4 0 0 1-1.486 3.111l-26 21a4 4 0 0 1-5.028-6.222L40.634 32 18.486 14.111a4 4 0 0 1 5.028-6.222l26 21A4 4 0 0 1 51 32z" data-name="3 - Outline ComPath" fill="%23fff" opacity="1" data-original="%23fff" class=""></path></g></svg>');
    width: 12px;
    height: 12px;
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 10px;
}

.what_mortgage_ttl_con {
    padding-top: 10px;
}

.calculate_loan_form_box input {
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    height: 40px;
}

.calculate_loan_form_row {
    padding: 5px;
}

.calculate_loan_form_box input::placeholder {
    color: #333;
}

.calculate_loan_form_box input:focus-visible {
    outline: none !important;
}

.establish_desc_con {
    padding: 10px;
    background: #16520f;
    margin-bottom: 10px;
    border-radius: 12px;
}

.establish_desc_con ul {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    list-style: none !important;
}

.establish_desc_con ul li {
    padding: 5px 0 5px 25px;
    position: relative;
}

.establish_desc_con ul li:before {
    content: '→';
    position: absolute;
    left: 6px;
}

.establish_desc_con ul.sub_ul li:before {
    top: 10px;
}

.site_desc .sub_ul li span {
    padding: 6px 0;
}

.btn_text_left .site_button{
    text-align: left !important;
}