.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;
}


.insurance_main_con {
    background: #16520f;
    border-radius: 12px;
    padding: 10px;
}

.insurance_top_con_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.insurance_svg_con_inr svg {
    width: 30px;
    height: 30px;
}

.insurance_svg_con_inr svg path {
    fill: #fff;
}

.insurance_tol_ttl_con_inr {
    font-size: 14px;
    padding-left: 10px;
}

.insurance_svg_con_inr {
    line-height: 0;
}

.insurance_info_ttl {
    font-size: 14px;
}

.insurance_info_ttl_con_inr span {
    display: block;
}

.insurance_info_val {
    font-size: 12px;
}

.insurance_each_con {
    padding: 10px;
    width: 50%;
    border-bottom: 1px solid #fff;
}

.insurance_info_con_inr {
    display: flex;
    flex-wrap: wrap;
}

.insurance_each_con:last-child {
    border: none;
}

.insurance_zero_cost_svg_con svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.insurance_zero_cost_svg_con svg path {
    fill: #fff;
}

.insurance_zero_cost_con_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
}

.insurance_zero_cost_svg_con {
    line-height: 0;
}

.get_insure_btn_main_con svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.get_insure_btn_main_con svg path {
    fill: #16520f;
}

.get_insure_btn_main_con .site_button {
    background: #fff;
    color: #16520f;
    justify-content: center;
    margin: 5px 0;
}

.get_insure_btn_con .site_button svg+span {
    width: auto;
}

.insurance_people_count {
    font-size: 14px;
}

.insurance_people_count_con svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.insurance_people_count_con svg path,
.insurance_people_count_con svg circle {
    fill: #fff;
}

.insurance_people_con {
    padding: 5px 0 10px;
    border-bottom: 1px solid #fff;
}

.insurance_opolicy_ttl_con {
    padding: 10px 0;
}

.insurance_opolicy_main_con_inr table td {
    vertical-align: top;
}

.other_calculator_svg_con_inr svg circle {
    fill: #fff;
}

.bank_calc_form_btn_con_inr {
    display: flex;
    flex-wrap: wrap;
}

.bank_calc_form_btn_con_inr button {
    width: 48%;
    margin: 0 1%;
}

.bank_calc_form_box input,
.bank_calc_form_box select {
    width: 100% !important;
    height: 45px;
    padding: 10px;
    border: 1px solid #16520f;
    border-radius: 5px;
}

.bank_calc_form_row {
    padding: 5px 0;
}

.bank_calc_form_box label {
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}

table.bank_calc_result_table {
    width: 100%;
    background: #16520f;
    color: #fff;
    border-radius: 10px;
}

table.bank_calc_result_table thead th {
    padding: 10px 10px !important;
    border-bottom: 1px solid #fff;
}

table.bank_calc_result_table tbody td {
    padding: 10px;
}

.tenure_tab_con {
    padding-bottom: 10px;
}

.loan_calculator_box_sec .payday_loan_svg_con_inr {
    margin: 0;
}

.loan_calculator_box_sec .payday_loan_option_con_inr {
    padding: 15px 8px;
    text-align: left;
}

.loan_calculator_box_sec .payday_loan_svg_con_inr svg circle {
    fill: #fff;
}

.compare_form {
    width: 50%;
    padding: 0 10px;
}

.compare_result_tbl tr td:first-child {
    text-align: left;
}

select.mortgage_terms_time {
    position: absolute;
    top: 0;
    right: 0;
    width: 25% !important;
    height: 100%;
    background: #16520f;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 10px;
}

.mortgage_terms_time_box {
    position: relative;
}

.rupees_input {
    position: relative;
}

.rupees_input:after {
    content: '₹';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.rupees_input input {
    padding-left: 30px !important;
}

.percentage_input {
    position: relative;
}

.percentage_input:after {
    content: '%';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.percentage_input input {
    padding-right: 30px !important;
}

.compare_form select.mortgage_terms_time {
    width: 35% !important;
}

.radio_btn_main_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.radio_btn_main_box input[type=radio] {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    accent-color: #16520f;
    margin-right: 20px;
}

.radio_btn_main_box label {
    padding: 0 !important;
}
.radio_btn_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
@media all and (min-width: 320px) and (max-width: 767px) {

    .insurance_info_ttl {
        font-size: 12px;
    }


}

@media all and (min-width: 768px) and (max-width: 980px) {}

@media only screen and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}