body {
  font-family: 'Roboto', sans-serif;
  background-size: cover;
  font-size: 1rem;
  color: #000;
  background: #F7F7F7;
}


body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

*:hover,
*:focus {
  outline: none!important;
  text-decoration: none!important;
  /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}
.row {
    display: -webkit-flex;
}
img {
  max-width: 100%;
}

* {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a:hover {
  color: #1477bd !important;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1{
  font-weight: bold;
}

section {
  position: relative;
}


.row:before,
.row:after {
  width: 0px;
  height: 0px;
  content: "";
}
.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}

#top-bar{
  background: #fff;
  padding: 20px 0px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  z-index: 1;
}

#hero{
  background: url(../images/hero.png) no-repeat no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0px;
}

#hero h1{
  font-size: 26px;
  text-align: center;
}

#main-wrapper .container{
  background: #fff;
  padding: 50px 0px;
}
#main-wrapper #hero .container{
  padding: 0;
      background-color: transparent;
}


.frm-box h5 span{
  color: #CE0909;
  font-weight: bold;

}
.mb-30{
  margin-bottom: 30px;
}

.f-16{
  font-size: 16px;
}

/*img.loading-img{
    display:block;
    margin: 10px auto;
}*/

.cus-btn{
  background: #CE0909;
  color: #fff;
  border: 0px;
  padding: 10px 30px;
  display: table;
  margin: 0 auto;
  width: 220px;

}

.find-fund{
  color: #8D8C8C;
  text-align: center;
}
.find-fund a{
  color: #292929;
  font-weight: bold;
  text-decoration: underline;
}

.mt-30{
  margin-top: 30px;
}

.form-select{
  border: 1px solid #0D0D0D;
}
.form-select:focus{
  border-color: #000;
}

.form-select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border: 1px solid #0D0D0D;
}

.ftr-nav a{
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.ftr-para{
  color: #979797;
  font-size: 13px;
}
.c-text{
  color: #747474;
  font-size: 14px;
}
.ftr-email{
  font-size: 14px;
}

.ftr-rgt{
  width: 285px;
}
.ftr-left{
  width: calc(100% - 320px);
}

footer{
  padding: 30px 0px;
}

a{
  color: inherit;
  text-decoration: inherit;
}

#main-wrapper2 .container {
    background: #fff;
     padding: 50px 0px;
}
#main-wrapper3 .container {
    background: #fff;
     padding: 50px 0px;
}
.congo-box{padding-top: 30px;}

.congo-box h3{
  color: #219F21;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 10px;
}
.congo-box h4{
  color: #212121;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.congo-box p{
  color: #0D0D0D;

}

.form-control{
  border: 1px solid #0D0D0D;
}
.form-control:focus{
  border-color: #000;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border: 1px solid #0D0D0D;
}
.congo-frm{
  border-top: 1px solid #0D0D0D;
  padding: 30px 0px;
  margin-top: 30px;
  padding-bottom: 0;
}
.cap-hd h4{

  color: #0D0D0D;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  border-bottom:2px solid #1146AA ;
  padding-bottom: 20px;

}


.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;
  position: relative;
      padding-right: 30px;
}

.active, .accordion:hover {
  background-color: #fff;
}

.panel {
  padding: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #707070;

}

.panel p{
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.ardn{
  margin-top: 15px;
}
.accordion span{
  position: absolute;
      top: 20px;
    right: 10px;
}
.accordion span i{
  font-size: 18px;
    font-weight: 400;
}
.accordion.active span{
   transform: rotate(180deg);
}
.h-business{
  background: rgba(175,200,246,0.2);
  padding: 20px;
}
.lenders h2{
  color: #BE1212;
  font-size: 35px;
}
.lenders p{
  color: #818181;
}

.frm-3-hd h4{
  color: #1146AA;
  font-size: 22px;
  margin-bottom: 10px;
}
.frm-3-hd p{
  margin-bottom: 30px;
}

.frm-3{
  border-top: 1px solid #707070;
  padding: 30px;
  max-width: 90%;
  margin: 30px auto 0px;
}

.logo2{
  max-width: 250px;
  margin: 0 auto;
  display: table;
}
.d-flex{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#main-wrapper2, #main-wrapper4, #main-wrapper5{
  display: none;
}



input.has-error, .form-control.has-error{
  border: 1px solid orange;
}
input.no-error, .form-control.no-error{
  border: 1px solid green;
}

.skip_sec{width: 100%;    width: 100%; text-align: center;}
.skip_sec a{color: #166ed0 !important; text-align: center;}
#img1, #img2, #img3{width: 66px; margin: 0 auto; display: inherit;}
#btn7, #btn8, #btn9{margin-top: 16px !important;}
.cl{    color: blue;    text-decoration: underline;}

/* Modal Css */
.modal-body p,.modal-body li{
  color: #666;
}
.modal-body h2{
  font-size: 20px;
  color: #666;
  margin-bottom: 5px;
}
.modal-body ul{
  padding-left: 16px;
  list-style: disc;
}
.modal-open[style] {
padding-right: 0px !important;
}
.modal-body li{
  margin-bottom: 8px;
}

#cform, #cform1{
  /* display: none; */
  margin-top: 30px;
  text-align: center;
}
#cform label.form-label, #cform1 label{
    text-align: left;
    display: block;
}


.btns-box .col-md-6 p{
  margin-bottom: 0;
  background-color: #d9d8d8;
  padding: 15px 10px;
  font-weight: bold;
  border: 2px solid #d9d8d8;
}

.btns-box .col-md-6 p a:hover{
  color: #000!important;
}

.bsLoans{
  cursor: pointer;
}
.btnMain{
  min-height: 300px;
}
.btns-box .col-md-6:last-child p{
  padding: 0;
}
.btns-box .col-md-6 p a{
  padding: 15px 10px;
}
.small-text {
  font-size: 10px;
  margin-top: 10px;
}
.terms_table {
  border: 1px solid #666666;
}
.terms_table tr, th, td {
  border: 1px solid #666666;
}
.terms_table p {
  margin: 0;
}
.terms_table td {
  padding: 10px;
}
.privacy_modal h4 {
  color: #666666!important;
  margin: 0 0 10px;
  font-size: 22px!important;
}

@media screen and (max-width:768px) {
  .btns-box .col-md-6 p{
    margin-bottom: 10px;
  }
}
.extr-cont {
  text-align: center;
  padding-bottom: 10px
}

.extr-cont p {
  margin: 15px 0;
}

.extr-cont h2 {
  margin-bottom: 15px;
}
a.cus-btn:hover {
  color: #fff!important;
}
.clk_sbmt
{
    font-size: 13px;
    margin-top: 20px;
    color: #666363;
}