.hero.hero-book-appointment {
  padding: 40px 0;
  background: linear-gradient(353deg,rgb(234, 234, 234) 0%,rgb(232, 232, 232) 30.256410256410255%,rgb(255, 255, 255) 69.74358974358974%,rgb(232, 232, 232) 100%);
}
.navbar {
  padding: 5px 0;
  align-items: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.hero-content {
  padding-right: 20px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h3 {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.section-title h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: var(--third-color);
}
.section-title h1 span, .section-title h2 span {
  color: #5092a0;
}
.hero-content{padding-top:80px;}
.hero-content .section-title p {
  font-size: 20px;
  color: var(--third-color);
}
.multi-step .hero-book-appointment .appointment-form {text-align:center;}
.hero-book-appointment .appointment-form {
  background: linear-gradient(135deg, #f0f0f0 10%, #fff 10%, #fff 90%, #f0f0f0 60%);
  padding: 10px;
  margin-left: 50px;
  border: 1px solid #c6c6c6;
}
.hero-appointment-form-title h2 {
  font-size: 40px;
  margin-bottom: 5px;
  color: #2c333d;
  font-weight: 700;
  line-height: 40px;
  text-align:center;
}
.hero-appointment-form-title h2 span {
  color: #e46e04;
}
.hero-appointment-form-title p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #2c333d;
}
.hero-appointment-form-title {
  margin-bottom: 25px;
}
.rendered-form .form-control, .rendered-form textarea {
  font-size: 16px !important;
  width: 100%;
  border-radius: 0.375rem;
  padding: 10px;
  background-color: transparent;
  border: 2px solid #ddd;
  color: var(--primary-color);
  box-shadow: none;
}
.rendered-form .form-group {
  margin-left: 0px;
  margin-bottom: 15px;
}
.rendered-form .formbuilder-radio-group{margin-bottom:5px!important;}
.btn-default::before {
  content: '';
  position: absolute;
  top: 49%;
  left: -6px;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url('../img/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transform: translate(10px, -50%);
  transition: all 0.4s ease-in-out;
  background-color:var(--secondary-color);
}
.rendered-form p {
  font-size: 12px;
  line-height: 17px;
  color: #000;
  height: 60px;
  overflow-y: scroll;
  border: 2px solid #ddd;
  text-align: justify;
  padding: 10px;
  border-radius: 7px;
}

@media only screen and (max-width: 560px) {
  .section-title h3 {
    font-size: 16px !important;
    padding: 5px 10px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h1, .section-title h1 span {
    font-size: 40px;
  }
    .hero-content .section-title p {
    font-size: 16px;
  }
    .hero-content-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
    .hero-book-appointment .appointment-form {
    padding: 30px;
    margin-left: 0px;
  }
    .hero-book-appointment .appointment-form {
    padding: 30px 20px;
  }
  .hero-content{padding-top:0px!important;}

}
.progress{margin-bottom: 20px;}
.progress-bar {
  background: var(--secondary-color) !important;
  height: 100%;
  width: 0%;
  transition: width .3s ease;
}

.multi-step .form-group label {
  display: block !important;
  font-size: 25px !important;
  color: #0b2e4a;
  font-weight: 600;
}
.multi-step .formbuilder-radio {
  color: #fff;
  border: 0;
  background: var(--primary-color);
  padding: 10px;
  font-size: 17px;
  cursor: pointer;
  font-size: 23px;
  width: 47%;
  margin: 26px 10px 0;
}
.multi-step .radio-group .formbuilder-radio:nth-child(2) {
  background: var(--secondary-color);
}
.multi-step .formbuilder-radio label {
  color: #fff !important;
}
.multi-step .formbuilder-radio label {
  cursor: pointer !important;
}

.multi-step .formbuilder-text label, .multi-step .formbuilder-select label, .multi-step .formbuilder-textarea label {
  display: none !important;
}
.multi-step #header-form{margin-left:0!important;}
.btn-default {
  display: inline-block;
  font-family: var(--accent-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
  background:var(--primary-color);
  text-transform: capitalize;
  padding: 12px 20px 12px 60px;
  border-radius: 99px;
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}





