.bg {
  background-position: center;
  background-size: cover;
  padding: 40px 0 60px 0;
}
.content .top-h1 {
  margin-top: 0px;
}
.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(--primary-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;
}
.strip_css {
  background: var(--secondary-color);
  padding: 10px 0;
}
.strip_css h2 {
  text-align: center;
  margin-top: 0px;
  line-height: 60px;
  font-size: 31px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
#consultation-form{scroll-margin-top: 140px;}