/*
    Theme Name: FA Quick Loan
    Theme URI: https://faquickloan.com/
    Description: This theme for FA Quick Loan is stylish, customizable, responsive theme
    Author: FA Quick Loan Team
    Author URI: https://faquickloan.com/
    Version: 1.0
*/

:root {
    --rp-black-dark-clr:#0F1A2A;
    --rp-black-light-clr:#27364B;
    --primary-clr:#00830D;
    --primary-clr-dark:#02710D;
    --primary-clr-light:#00830D80;
    --primary-clr-hover:#00830D1B;
    --secondary-clr:#FEFEFE;
    --tertiary-clr:#909090;
    --text-clr-light:#FEFEFE;
    --text-clr-dark:#27364B;
}


.emaillist{
	width: 100%;
}

.es_subscription_form.es_shortcode_form.es_ajax_subscription_form{
	display: flex;
    align-items: center;
    justify-content: center;
}

.sec_compare_credit_card .dropdown-menu .form-check-input[type="radio"] {
    border-radius: 0.2em;
    height: 18px;
    width: 18px;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.prt_rd{
	display: flex;
	width: 100%!important;
    z-index: 1000!important;
}

.cardViewDetails{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 450px!important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    background-color: #fff;
    color: #2E3092;
    font-size: 2rem;
    font-weight: 600;
}
.cardViewDetails:hover{
    background-color: #2E3092;
    color: #fff;
}

.preload {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0%;
    background: #fff;
}
.preload img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
}
.reset {
    text-align: right;
    margin-top: 10px;
}
.compare-btn {
    display: inline;
    margin-left: 20px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 0.8em;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.3em 1em;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    background-color: transparent;
    border: .1px solid #6c757d;
    border-radius: 40px;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    transition: .1s ease-in;
    color: #f5f5f5;
    background-color: var(--primary-clr);
}

a.compare.added.fttt_cmpr_btn.cus-compair-buttt {
    color: #fff;
    /* background-image: linear-gradient(to right, rgb(252 140 24), rgb(255 19 102)); */
    background-image: linear-gradient(to right, #ec008c, #faa41a);
    padding: 4px 12px;
    text-transform: uppercase;
    border-radius: 6px;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    left: 20px;
    box-shadow: rgb(0 0 0 / 52%) 1px 1px 15px;
    border: 1.5px solid #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 14px;
}


.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

label.btn.period-select.active {
    background-color: #5ac1c6;
    border-color: #5ac1c6;
}

.navbar-brand{
    width: auto;
}

.navbar-brand img{
    width: 20%;
}

.footer-top-row p {
    color: #CBD4E1;
    letter-spacing: -0.0048em;
    font-size: 1.3rem;
}

.bnk_radi .form-check-input[type="radio"] {
    margin-top: 0.60em;
}

@media (max-width: 768px) {
    /* Hearder */
    /* header .navbar .navbar-brand img {
        width: 120px;
        height: auto;
    } */
    header .navbar .navbar-toggler {
        font-size: 1.9rem;
        color: transparent;
    }
    header .navbar .navbar-toggler {
        margin-bottom: 3px;
    }
    header .navbar .navbar-nav .nav-link {
        font-size: 1.2rem;
        font-weight: 700;
    }
    header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item{
        font-size: 1.2rem!important;
        font-weight: 600!important;
    }

    .sec_compare_credit_card .compare-btn {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .prt_rd{
        display: block;
    }

}