/*
Theme Name: Banca Child
Theme URI: https://wordpress-theme.spider-themes.net/banca/
Description: Banca is a Business and Finance WordPress theme for Consulting websites or promoting your services, Bank websites, loan companies, corporate and business-related services
Author: Spider-themes
Author URI: https://themeforest.net/user/spider-themes
Template: banca
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: agency, bank website, banking, broker, card, clean, consulting, credit card, finance, financial, loan, loan calculator, loan website, mortgage, services
Text Domain: banca-child
*/
/* 
.doc_blog_classic_area {
    background-color: red;
} */

body {
    background-color: #0a4b78;
}

body .navbar_fixed .theme-btn:hover {
    color: #24355F !important;
}
.header-menu .theme-btn {
    display: none;
}
.contact-form-widget label .wpcf7-form-control-wrap input, .contact-form-widget label .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 10px;
    border-color: #eee;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #24355F;
    border: 1px solid #24355F;
    padding: 12px 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    transition: .4s all;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #192441;
    border-color: #192441;
}

.testimonial_section .testimonial-widget-3 .client-img .play-btn,
.main_slides .slick-dots{
	display:none;
}

.main_slides .slick-track {
    margin-bottom: 0 !important;
}

/* .page-id-1935 .popular-tags,
.page-id-1935 .search-box,
.page-id-1933 .popular-tags,
.page-id-1933 .search-box,
.page-id-11692 .popular-tags,
.page-id-11692 .search-box,
.page-id-11807 .popular-tags,
.page-id-11807 .search-box{
	display:none !important;
} */


.page .popular-tags,
.page .search-box{
	display:none !important;
}

.main_slider .banner-area-3 .person-img {
    bottom: 90px;
}

.main_slider .pb-lg-200{
	padding-bottom:140px;
}

.page-id-1115 .breadcrumb-widget .breadcrumb-content ul {
    display:none;
}


.btn_for_calc .elementor-button-icon svg{
	fill:#24355f;
}


/* loan calculator css */
.VisiCalcClass {
    background: url(/staticAssets/calculators/load.gif) 50% 15% no-repeat;
    background-size: 80px 80px;
    min-width: 640px;
    min-height: 800px;
    margin: 0;
    padding: 0;
}

#Loan_Repayment_Calculator {
    min-height: 550px !important;
}

#Borrowing_Power_Calculator {
    min-height: 750px !important;
}

#Budget_Planner {
    min-height: 850px !important;
}

#Compound_Interest_Calculator {
    min-height: 750px !important;
}

#Extra_Repayment_Calculator {
    min-height: 650px;
}

#Comparison_Rate_Calculator {
    min-height: 700px;
}

#Credit_Card_Calculator {
    min-height: 900px !important;
}

#How_Long_to_Repay_Calculator {
    min-height: 570px !important;
}


#Saving_Calculator {
    min-height: 600px !important;
}

#Split_Loan_Calculator {
    min-height: 800px !important;
}

#Property_Selling_Cost_Calculator {
    min-height: 700px !important;
}

#Reverse_Mortgage_Calculator {
    min-height: 1100px !important;
}

#Stamp_Duty_Calculator {
    min-height: 800px !important;
}

#Income_Gross_Up_Calculator {
    min-height: 665px !important;
}

#RentvsBuyCalculator {
    min-height: 1100px !important;
}

#Mortgage_Switching_Calculator {
    min-height: 990px !important;
}

#Fortnightly_Repayment_Calculator {
    min-height: 1100px !important;
}

#How_Long_to_Save_Calculator {
    min-height: 575px !important;
}

#Home_Loan_Offset_Calculator {
    min-height: 620px;
}

#Income_Tax_Calculator {
    min-height: 730px;
}

#How_Much_to_Deposit_Calculator {
    min-height: 650px;
}

#Income_Gross_Up_Calculator {
    min-height: 675px;
}

#Interest_Only_Mortgage_Calculator {
    min-height: 630px;
}

#RentVsBuyCalculator {
    min-height: 875px;
}

#Introductory_Rate_Loan_Calculator {
    min-height: 700px;
}

#Leasing_Calculator {
    min-height: 700px;
}

#Loan_Comparison_Calculator {
    min-height: 830px;
}

#Lump_Sum_Repayment_Calculator {
    min-height: 650px;
}

#Property_Buying_Cost_Calculator {
    min-height: 730px;
}

#Introductory_Rate_Loan_Calculator {
    min-height: 700px;
}

#Income_Annualisation_Calculator {
    min-height: 720px;
}

@media screen and (max-width: 767px) {
    .VisiCalcClass {
        min-width: 100%;
        min-height: 1250px;
        margin: 0;
        padding: 0;
    }

}     




body .wpcf7 form .wpcf7-response-output {
    border-color: #FFFFFF;
}

