.bg {
  background-position: center;
  background-size: cover;
  padding: 40px 0 40px 0;
}
.content .top-h1 {
  margin-top: 50px;
}
.top-h1 {
  margin-top: 0px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 15px;
}
.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{font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Crimson Text', serif;}

.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;
}
.formbuilder-radio-group {
  margin-bottom: 6px!important;
}
.bg ul li{color:#fff;position:relative;list-style:none;}
.bg ul li::before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: -30px;
}
#consultation-form{scroll-margin-top: 120px;}