.course_forms .hsfc-Step__Content {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.course_forms .hsfc-TextInput {
    height: 50px!important;
    font-size: 18px!important;
    padding: 10px 18px!important;
    background: #EDEDED!important;
    border-radius: 22px!important;
    outline: none!important;
}
.course_forms .hsfc-RichText {
    font-size: 13px!important;
}
.course_forms .hsfc-CheckboxField span {
    font-size: 16px!important;
}
.course_forms .hsfc-PhoneInput__FlagAndCaret {
    height: 50px!important;
    border-top-left-radius: 22px!important;
    border-bottom-left-radius: 22px!important;
    background-color: #EDEDED!important;
}
.course_forms .hsfc-FieldLabel span {
    font-size: 17px!important;
    font-weight: 700;
}

.course_forms  [data-hsfc-id=Renderer] .hsfc-Row {
    margin: 0 0 5px 0;
}
.course_forms  [data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts {
    margin: 0!important;
}

.course_forms  [data-hsfc-id=Renderer] .hsfc-NavigationRow {
    margin-top: 0px;
}
.course_forms  .hsfc-Button{
      background: #FA0A37!important;
    padding: 10px 24px!important;
    border-radius: 20px!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 300!important;
    display: inline-block!important;
    border: none!important;
    margin-top: 20px!important;
}
.course_forms input[type="tel"]{
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.course_forms {
    position: fixed;
    top: 0;
    width: 100%;
  display:none;
    /* background-color: #fff; */
    /* padding: 40px; */
}
.form_open:before {
    position: fixed;
    content: " ";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.form_open {
    overflow: hidden;
}
.btn_close_form {
    background-color: transparent;
    border: none;
    color: #fa0a37;
    position: absolute;
    right: 30px;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    top: 20px;
}
.form_ttile {
    padding: 40px 10px 10px 40px;
}
.form_ttile h4 {
    margin: 0;
    font-family: Archivo, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}
.btn_close_form:hover {
    background: transparent;
    color: inherit;
    border: none;
}
.course_forms_row {
    max-width: 50%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    height:100vh;
    overflow:auto;
}
.course_forms:before {
    position: absolute;
    content: " ";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.course-banner {
  background-color: #fff;
  padding: 40px;
  max-width: 810px;
}
.banner-tag-list {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.banner-tag-list li {
  padding: 8px;
  background: #EDEDED;
  border-radius: 22px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}
.banner-tag-list li:first-child {
  background-color: #008CAF;
  color: #fff;
}
.banner-tag-list li:nth-child(2) {
  background-color: #FF4678;
  color: #fff;
}
{#
.banner-tag-list li.blue_tag {
  background-color: #008CAF;
  color: #fff;
}
.banner-tag-list li.red_tag {
  background-color: #FF4678;
  color: #fff;
}
#}
.banner-row h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-row p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
  max-width: 65%;
}
.banner-description{
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}
.instructors {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.banner-profile {
  display: flex;
  align-items: flex-start;
  /*     margin-top: 30px; */
  /*     width: 100%; */
  /*     margin-bottom:20px; */
}
.profile-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 20px;
}
.profile-content h6 {
  margin: 0;
}
.profile-content h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.profile-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.btn-download {
  background: #FA0A37;
  padding: 10px 24px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  border:none;
  margin-top: 20px;
}
.btn-download:hover {
  padding: 10px 24px;
  background: #000;
  border-radius: 22px;
  border: none;
  color:white;
}
.courser-detail-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 60px 0 60px 0;
  background-color: #55975e;
/*   background-size: auto; */
}


.test {
  color: #FFF;
  background-color: #000;
  padding: 100px 50px;
}