.sectionbanner {
  background-size: cover;
  padding: 53px 0;
  background: #F5F2FD;
  background-image: url("https://loanagents.co.in/new_asset/images/sectionbanner.png");
   background-repeat: repeat-y;
}

    .faq_section{
        background-image: url("https://loanagents.co.in/new_asset/images/loanagent_faq_banner.png");
        padding-top:200px;
        padding-bottom: 200px;
        background-size: cover;


    }

    .faq_footer{
        /* background-image: url("{{ asset('new_asset/images/loanagent_faq_footer.png')}}");
        padding-top:200px;
        padding-bottom: 100px;
        background-size: cover; */
        background: rgb(51, 234, 216)


    }

    .form-control::placeholder {
  font-size: 0.95rem;
  /* color: #aaa; */
  font-style: italic;

}

#search_r{
    border-radius: 18px;
    width: 300px;
}


/* Accordion */


.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}
#card_bottom{
    border-bottom: 1px solid;
}

/* footer */
.text-foot{
    font-family: Epilogue;
    font-size: 33px;
    line-height: 56px;
    color: #ffff;
}
.text-para{
    font-family: Inter;
    font-size: 18px;
    line-height: 28px;
    color: #ffff;
}

.contactfoot{
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFFF;
    background: #1f83bd;
    opacity: 1;
    border: none;
    border-radius: 4px;
    gap: 8px;
}
.contactfoot:hover {
    background: #0000ff !important;
    color: white !important;

}


/* search */

.main {
    width: 42%;
    /* margin: 50px auto; */
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
/*     z-index: 2;
    display: block; */
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.975rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.epilogue{
    color:#1f83bd;
}

.font_14 {
    font-size: 16px !important;
}
.font_16 {
    font-size: 18px !important;
}

h2, .h2 {
    font-size: 3rem;
}
.form-control {
    padding: 1.375rem 0.75rem;
    font-size: 18px;
}
.has-search .form-control-feedback {
    line-height: 3 rem;
}




/* .banner-contactbtn {
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFFF;
    background: #00BDD6FF;
    opacity: 1;
    border: none;
    border-radius: 4px;
    gap: 8px;
} */
.contactbtn {
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFFF;
    background: #1f83bd;
    opacity: 1;
    border: none;
    border-radius: 4px;
    gap: 8px;
}
.contactbtn:hover {
    color: #FFFFFFFF;
    background: #005586 ;
    border-color: #005586;
}

.sectionbanner {
    padding: 53px 0;
    /* background: #F5F2FD; */
    background: #f4f9fc;
    /* background-image: url(https://loanagents.co.in/new_asset/images/sectionbanner.png); */
    background-image: url(https://loanagents.co.in/new_asset/images/sectionbanner_1.png);
    background-position: right 0px;
    background-repeat: repeat-y;
}
.sectionbanner {
    height: 278px !important;
}
.form_section {
    /* padding: 20px 0; */
    /* background: #f3f3f3; */
    background: #1F83BD0D;
}
.sec1-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 33px;
    line-height: 56px;
    color: #8353E2FF;
}
.p-details {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    color: #6E7787FF;
}

/* sample link css */

.sampleweb a{
  font-weight: 600;
  color: #1f83bd;
}
.sampleweb a:hover{
  color: #005586;
}



.modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(2px) grayscale(90%);
  }
  .modal-backdrop {
   /* background-color: transparent; */
   width: 100% !important;
   height: 100% !important;
   background: rgba(0, 0, 0, 0.7);
  }
  .input-group-addon {
    padding: 11px 10px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
}

@media screen and (max-width: 425px) {
  .faq_section h2, .default_section h1 {
    font-size: 24px;
  }
  .faq_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .default_section .card-header {
    padding: 0px 10px;
  }
  .main {
    width: 72%;
  }
  .has-search .form-control-feedback {
    line-height: 1.975rem;
  }
  .form-control {
    padding: 1rem 0.75rem;
    font-size: 12px;
  }
  .font_16 {
    font-size: 14px !important;
  }
  .font_14 {
    font-size: 12px !important;
  }
  .p-5 {
    padding: 15px 30px !important;
  }
  .py-5{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
