html {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

img {
  width: auto;
  object-fit: contain;
  height: auto;
}

hr {
  border-top: 1px dotted #000;
  display: block;
  width: 100%;
  margin: 20px 0px 20px 0px;
}

h2 {
  width: 100%;
}
.text-center {
  text-align: center
}

header {
  min-height: 100px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #d8d8d8;
}

header p {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.blucl {
  background-color: #f0f7fe;
  max-width: 400px;
  margin: 0 auto;
}


.nomob {
  display: none;
}

@media (min-width: 992px){
  .blucl {
  background-color: #f0f7fe;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 0px;
}
.row.infotxt {
    margin-left: -10px;
}
.nomob {
  display: block;
}
}






section {
    background-image: url(../img/leads_ac_day_fyndcr_blr.jpg);
    background-size: cover;
}

.container.align-middle.fonB {
    background-color: #FFFFFF;
}



.formu.blucl {
    margin: 0 auto;
}

.blufc {
  background-color: #4292C5;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-image: url("../img/headd.png");
  background-repeat: no-repeat;
}

.colorB {
  color: #2491C6;
}


.colorR {
  color: #d5006a;
}

.logoC {
  display: inline-block;
  max-width: 150px;
  max-height: 40px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.logoLA {
  display: block;
  max-width: 400px;
  max-height: 200px;
  margin: 0 auto;
}

.infotxt {
  padding: 10px;
}

.infotxt h2 {
  font-size: 16px;
  width: 100%;
}

.infotxt h3 {
  font-size: 16px;
  width: 100%;
}

.infotxt p {
  margin: 5px;
}


.infotxt ol li {
  list-style: #2491C6;
}

.bplus {
  font-weight: bold;
}

.listnumber {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #2491C6;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2491C6;
  margin-right: 10px;
  margin-top: 5px;
}

.listnum {
  width: 90%;
  margin-top: 0px;
  padding: 0px;
}

form {
  background-color: White;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  margin-top: -30px;
}

footer {
width: 100%;
}

.footer1 {
  background-color: #393A3A;
  height: 50px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
}

.footer1 a {
  text-decoration: none;
  color: #FFFFFF;
}

.footer1 a:hover {
  text-decoration: none;
  color: #dcdcdc;
}

.sec:before {
  content: "-";
  color: #FFFFFF;
  margin-right: 5px;
}

.grp {
  margin: 0 auto;
  padding: 10px;
}

.footer2 {
  text-align: center;
}

.grp p {
  display: inline-block;
  margin: initial;
  vertical-align: top;
}

.footer2 img.logoC {
  vertical-align: top;
  display: inline-block;
  margin: 0px 10px;
}
.blufc h2 {
    color: #FFFFFF;
    font-size: 20px;
    margin: 20px 0px;
}