/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img{
    filter: none;
}
.mb-0 p {
    margin-bottom: 0;
}
.table-n table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.table-n th {
    background: #D09A40;
    padding: 5px;
    color: #fff;
    font-weight: 500;
    width: auto;
}
.table-n td {
    padding: 5px 15px;
    border: 1px solid #D09A40;
    text-align: center;
    width: auto;
}
.table-n.text-left td{
    text-align: left;
}
.table-n td p {
    margin-bottom: 5px;
}
.table-n {
    overflow-x: auto;
}
.table-n.two th {width: 50%;}
.table-n.three th {width: 33.33%;}
.list ul li {
    margin: 10px 0;
}
.apply-form-area .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.apply-form-area .form-contact {
    width: 49%;
}
.apply-form-area .form-contact input {
    border-radius: 5px;
    background: #f1e7c9;
    border-color: #edd37f; 
}
.top-apply .menu-link {
    background: #dca54a;
    border-radius: 5px;
    padding: 12px 25px;
    display: inline;
}
.top-apply .menu-link:hover {
    background: #ef9705;
} 
/*.blog .site-header, .single .site-header {
    background: #191818;
}
.blog .site-content, .single .site-content {
    padding-top: 100px;
}*/
.single #secondary {
    margin-top: 50px;
}
.sidebar-main ul li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.site-footer ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #fff;
}
.sidebar-main ul {
    list-style-type: disc;
    padding-left: 25px;
    color: #dca54a;
}
.site-footer ul li a {
   color: #fff;
   line-height: 36px;
}
.single .entry-content ul {
    padding-left: 30px;
}
.banner-2 {
    background: #000;
    padding: 160px 0 100px 0;
    color: #fff;
    text-align: center;
    position: relative;
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50% + 0px);
    background-image: url(https://loanrick.com/wp-content/uploads/2026/03/apply-banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(20 16 4 / 80%);
    position: absolute;
    top: 0;
    left: 0;
}
.banner-2 h1 {
    color: #fff;
}
.banner-2 .container {
    position: relative;
}
.sub-heading {
    color: #dca54a;
    font-weight: 700;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
}
.content1 {
    padding-top: 50px;
}
.two-div .row1 {
    display: flex;
    justify-content: space-between;
} 
.two-div .row1 .col1 {
    width: 48%;
}
.img-res {
    border-radius: 5px;
    width: 100%;
}
/* custom apply start */
.apply-now-page {
padding-bottom: 30px;
padding-top: 30px;
position: relative;
display: grid;
}
.apply-now-page-box {
justify-self: center;
width: 70%;
}
.apply-now-page-box {
margin: 0 auto;
padding: 20px;
}
.section-header .apply-now-page-box h2 {
text-align: left;
color: #003188;
clear: both;
margin-bottom: 30px;
font-size: 20px;
line-height: 1.5;
font-weight: 300;
border-bottom: 1px solid #003188;
padding-bottom: 20px
}
.apply-now-page-box .form-group {
    background-color: #faf5e5;
    padding: 30px;
    border-radius: 20px;
}
.apply-now-page-box .form-row {
    margin-bottom: 20px;
    float: left;
    margin-right: 0px;
}
.apply-now-page-box .form-row:nth-of-type(2n) {
margin-right: 0
}
.apply-now-page-box .button-title button {
float: left;
width: 22%;
background: #e9e9e9;
padding: 6px 14px;
margin-right: 10px;
border: 1px solid #ccc;
box-shadow: none;
border-radius: 4px;
color: #444
}
.apply-now-page-box .button-title button:hover {
background: #ffc43a;
border: 1px solid #ffc43a;
color: #fff
}
select#name-title {
    width: 14%;
    padding: 0 0;
    float: left;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.apply-now-page-box .input-group input.form-control.name-field {
    width: 80%;
    float: left;
    height: 40px;
    border-radius: 0 5px 5px 0;
}
.apply-now-page-box .input-group .form-control:hover {
box-shadow: 0px 0px 3px green inset;
border: 1px solid green;
}
.apply-now-page-box .input-group .form-control:focus { outline-color: green;
}
.apply-now-page-box .input-group .form-control:invalid {
outline-color: red; }
.hightlight {
border: 1px solid red!important;
box-shadow: 0px 0px 3px red inset!important;
}
.loan-amt {
position: relative;
}
/*.loan-amt:before {
content: "€";
position: absolute;
top: 64px;
left: 6px;
font-weight: bold;
}*/
.loan-amt input.form-control {
padding-left: 15px!important;
width: 89%!important;
}
.apply-now-page-box .input-group .form-control {
    width: 92%;
    color: #333;
    padding-left: 6px;
    font-size: 14px;
    border-radius: 5px;
    background: #f1e7c9;
    border-color: #edd37f;
}
.apply-now-page-box .form-f:nth-of-type(2n) {
margin-right: 30px
}
.apply-now-page-box .form-f {
margin-bottom: 0;
width: 100%
}
.apply-now-page-box #basic-addon1 {
    float: left;
    color: #111;
    font-size: 14px;
    margin-bottom: 15px;
    padding-top: 14px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
}
.apply-now-page-box .input-group.dob {
    margin-right: 10px;
    width: 28.3%;
    box-shadow: none;
}
.apply-now-page-box .select-arrow::after {
color: #999;
font-size: 12px
}
.apply-now-page-box input[type="checkbox"] {
float: left;
margin-right: 8px;
margin-top: 3px;
width: 15px !important;
}
.apply-now-page-box .terms {
font-weight: 400;
font-size: 12px;
color: #666
}
.apply-now-page-box .has-feedback.top-mrgn {
margin-bottom: 20px;
text-align: left;
margin-left: 0;
margin-top: 20px;
grid-column: 1/3;
line-height: 20px;
}
.apply-now-page-box .button {
float: left;
font-size: 18px
}
.apply-now-page-box .button:hover {
}
.apply-now-page-box strong {
color: #333;
font-size: 22px;
padding-bottom: 0;
display: block
}
.apply-now-page-box .form-f.terms {
margin-bottom: 40px
}
.apply-now-page-box .form-f.terms .form-control {
border-color: #f3c125;
border-width: 2px;
height: 60px;
border-radius: 6px;
font-size: 24px;
color: #333;
font-weight: 700
}
.apply-now-page-box .form-f.terms .select-arrow::after {
color: #f3c125;
font-size: 20px;
right: 14px
}
.apply-now-page-box hr {
clear: both;
border-color: #ddd;
margin: 30px 0
}
.apply-now-page-box h2 {
    color: #333;
    clear: both;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}
.form-group-inn {
display: grid;
grid-template-columns: 50% 50% !important;
}
.form-control {
display: block;
width: 100%;
height: 25px;
padding: 6px 12px;
padding-left: 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group.dob {
float: left;
height: 38px !important;
}
.form-f select {
padding-left: 4px;
height: 40px;
}
.apply-now-page-box .button {
    background-color: #d09a40;
    color: #fff;
    padding: 12px 60px;
    border-radius: 36px;
    font-weight: 500;
    border: 0px;
}
.apply-now-page-box .button:hover {
background-color: #ef9705;
}
.apply-now-page-box .input-group input.form-control.name-field
Specificity: (0,4,1)
 {
    width: 80%;
    float: left;
    box-shadow: -2px 0px 3px #c3c3c3 inset;
    height: 26px;
}
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
/* custom apply ends */

.apply-btn-fix a {
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    background: #945e05;
    color: #fff;
    font-weight: 700;
    display: block;
    position: fixed;
    bottom: -1px;
    width: 141px;
    padding-bottom: 9px;
    z-index: 9;
    left: calc(50% - 70px);
    box-shadow: 0px 0px 8px rgb(12 12 12 / 80%);
}
.site-below-footer-wrap {
    padding-bottom: 50px;
}
.post-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .main-header-bar-navigation .sub-menu {
    background: #d09a40;
    border: 0;
    top: 80%;
    }
    .main-header-bar-navigation .sub-menu li {
    border-bottom: 1px dotted;
    }
    .main-header-bar-navigation .sub-menu li .menu-link {
    padding: 10px 10px;
    } 
    .site-footer ul li:hover a {
      border-bottom: 1px solid;
    } 
    .apply-now-page-box .form-group{padding-right: 0;}
    .mr-1{margin-right: 10px;}
}
@media only screen and (max-width: 767px) {
  .table-n table {
    table-layout:auto;
  }
  .apply-form-area .wpforms-field-container {
    display: block;
  }
  .apply-form-area .form-contact {
    width: 100%;
  }
  .top-apply .menu-link {
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    width: 90% !important;
    margin: 0 auto !important;
    display: block !important;
    margin-bottom: 20px !important;
  } 
    .two-div .row1 .col1 {
    width: 100%;
  }
  .two-div .row1{flex-direction: column;}
  .form-group-inn{display: flex;flex-direction: column;}
  .apply-now-page-box{width: 100%; padding: 0;}
  .flex-riverse-1{
    display: flex;
    flex-direction: column-reverse;
   }
}  

