.main {
    background: url(/static/verticals/solar/img/Modern-house-with-solar-panels.jpg?82dd9116bb6e);
    min-height: 100vh;
    background-repeat:no-repeat;
    background-color: #f4f3fa;
    background-position: 50% 50%;
    background-size: cover;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
}

.html{
    font-family: Poppins;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.errorlist {
    background-color: #FFCCCC;
    color: black;
    display: block;
    font-size: 15px;
    margin: 0 0 3px;
    padding: 4px 5px;
    list-style-type: none !important;

}

.btn-solar{
    background: #ee9408;
    font-size: 1.0em;
    border-style: none;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    text-decoration:none;
    border:4px solid black;
    border-radius: 10px;
}
.btn-solar:hover{
    color: #fff;
    background: #ee9408;
    border-style: none;
    border:4px solid black;
    border-radius: 10px;
}

.footer {
    background: #06618a;
}

img.lockshield {
    position: absolute;
    width: 90px;
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 700px) {
  .logo {
    height: 80px;
  }
  h1.header-contact, h5.header-contact {
    font-size: 0.8rem;
    padding-top: 0px !important;
    display: none;
  }
}

.inner {
    top: 40vh;
    left: 100vh;
    font-weight: 600;
    font-family: Poppins;
    font-size: 60px;
    color: rgb(255, 255, 255);
    display: block;
    background: rgba(79,127,211,1);
    border-style: none;
    border-radius: 0px;
    z-index: -1;
    height: 90px;
    width: 90px;
    text-align: center;
    position: absolute;
}

.rounded-circle{
    border: none;
    border-radius:50%;
    width:100px;
    height:100px;
}


a {
   text-decoration:none;
   color: white;
}

a:hover {
  color: white;
  text-decoration:none;
}

.nav-link {
    color: white;
}

.container-image {
    position: relative;
    margin: 20px;
    z-index: 0;
}

.ready{
    text-align: center;
    background: url(/static/verticals/solar/img/background4.jpg?82dd9116bb6e) scroll no-repeat 0 0 transparent;
    min-height: 471px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.get-started {
    background: rgb(79, 127, 211);
    font-size: 2em;
    border-style: none;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    text-decoration:none;
    border: none;
    border-radius: 10px;
}

.get-started:hover{
    background: rgb(79, 127, 211);
    font-size: 2em;
    border-style: none;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    text-decoration:none;
    border: none;
    border-radius: 10px;
}

p.leadid_tcpa_disclosure {
    color: white;
    font-size: 13px;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 11px;
    opacity: 0.8;
}

p.leadid_tcpa_disclosure a {
    color: #white !important;
    text-decoration: underline;
}

.x {
  position: relative;
}

.site-icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0%;
  left: -10%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  border: 3px solid #76a334;
}