.bg {
  background-position: center;
  background-size: cover;
  padding: 100px 0 100px 0;
}
.content .top-h1 {
  margin-top: 0px;
}
.top-h1 {
  margin-top: 0px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.rendered-form p{color:#fff!important}
.form-group label {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.banner-text-p {
  color: #fff;
  font-size: 20px;
  margin: 7px 0;
  font-weight: 500;
  position: relative;
}
.online-form {
  position: relative;
}
.online-form{padding: 20px;
  background: var(--secondary-color);
  border: none;
  border-radius:0px;
}
.form-heading{text-align:center;margin-bottom:20px;font-weight: 700}

.form-heading span{
  font-size: 44px;
  color: #e4592e;
  font-weight: 700;
}
.form-group input, select, textarea {
  background: #fff;
  width: 100%;
  padding: 8px 15px;
  margin-top: 0px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  border-radius: 5px !important;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .top-h1 {text-align:left!important;}
    
}