#system-message {
  width: 320px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 30%;
  left: 50%;
  margin: 0 0 0 -180px;
  -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.27);
}

#system-message .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#system-message .alert-heading {
  text-align: center;
}

.formopros {
  padding: 156px 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gf_page_steps {
  border: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.gform_wrapper.gravity-theme * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gf_step {
  display: inline-block;
  width: 25%;
  margin: 0;
  text-align: center;
}

.gf_step {
  position: relative;
}

.gf_step_label, .gf_step_number {
  display: table-cell;
  vertical-align: middle;
}

.gf_step_number {
  display: block;
  position: relative;
  background: #696969;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 30px;
  font-size: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
  font-weight: 300;
  border: solid 6px rgba(255, 255, 255, 0.88);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gf_step_active .gf_step_number, .gf_step_completed .gf_step_number {
  color: #fff;
  background: -webkit-linear-gradient(9deg, #d40283 0%, #3452ff 100%);
  background: -o-linear-gradient(9deg, #d40283 0%, #3452ff 100%);
  background: linear-gradient(81deg, #d40283 0%, #3452ff 100%);
  border: solid 6px rgba(255, 255, 255, 0.88);
}

.gf_step_label {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 0;
  padding-left: 16px;
  vertical-align: middle;
}

.gf_step_label {
  display: none;
}

.gf_step:not(.gf_step_first):before {
  content: "";
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  height: 10px;
  background: rgba(216, 216, 216, 0.6);
  position: absolute;
  left: -webkit-calc(-50% + 17px);
  left: calc(-50% + 17px);
  top: 15px;
  -o-transition: .8s ease all;
  transition: .8s ease all;
  -moz-transition: .8s ease all;
  -webkit-transition: .8s ease all;
}

.block-form {
  width: 100%;
  max-width: 1215px;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin: 26px auto 26px;
  padding: 40px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bf-1, .bf-2, .bf-3, .bf-4 {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bf-1.active, .bf-2.active, .bf-3.active, .bf-4.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bf-1 h3, .bf-2 h3, .bf-3 h3, .bf-4 h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #444;
  margin-top: 30px;
  margin-bottom: 7px;
}

.bf-1 p, .bf-2 p, .bf-3 p, .bf-4 p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #5d5d5d;
  text-align: center;
  margin: 0;
}

.bf-1 .gfield, .bf-2 .gfield, .bf-3 .gfield, .bf-4 .gfield {
  margin-bottom: 50px;
}

.bf-1 .gchoice, .bf-2 .gchoice, .bf-3 .gchoice, .bf-4 .gchoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bf-1 .gfield-choice-input, .bf-2 .gfield-choice-input, .bf-3 .gfield-choice-input, .bf-4 .gfield-choice-input {
  cursor: pointer;
  outline: 0;
  overflow: visible;
  display: inline-block;
  top: 0;
  vertical-align: middle;
  background: 0 0;
  border-bottom: solid 1px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 5px;
  font-size: 22px;
  line-height: 24px;
  color: #555;
  font-weight: 500;
  max-width: 100%;
  height: 35px;
  width: 20px;
  margin: 0;
  margin-right: 10px;
}

.bf-1 a#redirect-commercial, .bf-2 a#redirect-commercial, .bf-3 a#redirect-commercial, .bf-4 a#redirect-commercial {
  font-size: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3452ff;
  margin-top: 20px;
  font-weight: 100;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.bf-1 .gform_page_footer, .bf-2 .gform_page_footer, .bf-3 .gform_page_footer, .bf-4 .gform_page_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.bf-1 .gform_page_footer input, .bf-2 .gform_page_footer input, .bf-3 .gform_page_footer input, .bf-4 .gform_page_footer input {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-linear-gradient(50deg, #d40283 0%, #3452ff 100%);
  background: -o-linear-gradient(50deg, #d40283 0%, #3452ff 100%);
  background: linear-gradient(40deg, #d40283 0%, #3452ff 100%);
  font-size: 25px;
  padding: 20px;
  min-width: 130px;
  -webkit-border-radius: 7px !important;
          border-radius: 7px !important;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
  max-width: 208px;
  height: 62px;
  border: none;
  margin-left: 5px;
  max-width: 132px;
  padding: 15px 35px;
  margin-top: 20px;
  line-height: 18px !important;
}

.bf-1 #datepicker, .bf-1 #date-one, .bf-2 #datepicker, .bf-2 #date-one, .bf-3 #datepicker, .bf-3 #date-one, .bf-4 #datepicker, .bf-4 #date-one {
  display: none;
}

#inline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
}

#inline .ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

#inline .ui-corner-all, #inline .ui-corner-top, #inline .ui-corner-left, #inline .ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
}

#inline .ui-corner-all, #inline .ui-corner-top, #inline .ui-corner-right, #inline .ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
}

#inline .ui-corner-all, #inline .ui-corner-bottom, #inline .ui-corner-left, #inline .ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}

#inline .ui-corner-all, #inline .ui-corner-bottom, #inline .ui-corner-right, #inline .ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}

#inline .ui-widget-content {
  border: 1px solid #ddd;
  background: #f2f5f7;
  color: #362b36;
  padding: 5px;
}

#inline .ui-datepicker:not(.gform-legacy-datepicker) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

#inline .ui-datepicker:not(.gform-legacy-datepicker) {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  margin: 2.4px;
  padding: 8px;
}

#inline .ui-datepicker:not(.gform-legacy-datepicker)[style] {
  z-index: 9999 !important;
}

#inline .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.notranslate {
  height: 100%;
  padding-top: 35px;
}

#inline .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  bottom: 0;
  position: relative;
}

#inline span.ui-datepicker-year {
  display: none;
}

#inline .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #fff;
  border: none;
}

#inline span.ui-datepicker-month {
  font-size: 27.5px;
  color: #222;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inline .ui-datepicker-month, #inline .ui-datepicker-month option {
  text-transform: capitalize;
}

#inline .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -8px 8px;
  padding: 0 8px 8px;
  position: relative;
  top: -25px;
}

#inline table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

#inline .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

#inline table.ui-datepicker-calendar {
  margin-bottom: 0;
}

#inline thead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
}

#inline tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#inline tr:nth-child(2n+1) {
  background-color: #fff;
}

#inline .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

#inline th span {
  text-align: center;
  font-weight: 700;
  color: #adadad;
  font-size: 20px;
}

#inline tbody {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

#inline .ui-state-disabled {
  cursor: default !important;
}

#inline .ui-datepicker td {
  border: 0;
  padding: 1px;
}

#inline .ui-state-disabled, #inline .ui-widget-content .ui-state-disabled, #inline .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

#inline .ui-state-disabled, #inline .ui-widget-content .ui-state-disabled, #inline .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

#inline .ui-datepicker td {
  width: 50px;
  height: 50px;
}

#inline .ui-state-default, #inline .ui-widget-content .ui-state-default, #inline .ui-widget-header .ui-state-default {
  border: 1px solid #fff;
  background: #d7ebf9;
  font-weight: 700;
  color: #2779aa;
}

#inline .ui-datepicker-unselectable span.ui-state-default {
  width: 40px;
  height: 40px !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff !important;
  margin: 0 auto;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  border-color: #fff;
}

#inline .ui-datepicker-unselectable span.ui-state-default {
  width: 40px;
  height: 40px !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff !important;
  margin: 0 auto;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  border-color: #fff;
}

#inline .ui-widget-content a.ui-state-default {
  font-size: 18px;
  padding: 0.7em 0;
  background: 0 0 !important;
  color: #555 !important;
  font-weight: 400;
  border: 1px solid transparent;
  margin: 0 auto;
  max-width: 45px;
  max-height: 45px;
  line-height: 18px !important;
}

#inline .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #222;
  display: block;
  line-height: 35.2px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#inline a.ui-state-default.ui-state-active {
  background: -webkit-linear-gradient(9deg, #d40283 0, #3452ff 100%) !important;
  background: -o-linear-gradient(9deg, #d40283 0, #3452ff 100%) !important;
  background: linear-gradient(81deg, #d40283 0, #3452ff 100%) !important;
  color: #fff !important;
  max-width: 35px;
  max-height: 35px;
  line-height: 10.2px !important;
  margin: 0 auto;
}

#inline .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #222;
  display: block;
  line-height: 35.2px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.bf-4, .bf-1 {
  max-width: 735px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 37px;
}

.bf-4 .large, .bf-1 .large {
  width: 100%;
  border: 0 !important;
  background: 0 0;
  border-bottom: solid 2px !important;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 5px;
  font-size: 22px;
  font-family: inherit;
  line-height: 24px;
  color: #555;
  font-weight: 500;
  line-height: 18px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
}

.bf-4 .gfield_select, .bf-1 .gfield_select {
  border: 0 !important;
  background: 0 0;
  border-bottom: solid 2px !important;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 5px;
  font-size: 22px;
  font-family: inherit;
  line-height: 24px;
  color: #555;
  font-weight: 500;
  text-transform: none;
  outline: 0;
  margin-bottom: 25px;
}

.bf-4 .textarea, .bf-1 .textarea {
  border: 1px solid #ccc !important;
  background-color: #fff;
  font-size: 20px;
  padding: 10px;
  height: 262px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .block-form {
    padding: 40px 10px 40px 10px;
  }
}
