/*==============
Steps CSS Starts
================*/
.steps-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps-pt {
  width: 500px;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.steps {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
}
.steps.left {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.steps.active {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.step-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  width: 90%;
  float: left;
  padding: 0 5%;
  color: #000;
  text-align: center;
}
.steps-bg .choices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps-bg .choices .choice {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.steps-bg .pills {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps-bg .pills .pill {
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid #ececec;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  float: left;
  margin: 5px 7px;
}
.steps-bg .choices .choice .choice-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.steps-bg .pills .pill .pill-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.steps-bg .choices .choice span {
  margin-top: 5px;
  font-weight: 500;
  color: #000;
}
.steps-bg .choices .choice .choice-icon svg {
  fill: #000;
  width: 35px;
  height: 35px;
}
.steps-bg .pills .pill .pill-icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}
/*=====================
  Range Slider CSS Starts
  =======================*/
.steps .multi-range-slider {
  width: 85%;
  margin: 15px auto;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.steps input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 7px;
  width: 100%;
  opacity: 0;
  left: 0;
}
.steps .slider {
  position: relative;
  z-index: 1;
  height: 7px;
  margin: 0 15px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.steps .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #fff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.steps .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ececec;
}
.steps .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #744fd8;
}
.steps .slider > .thumb {
  position: absolute;
  z-index: 5;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #744fd8;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.steps .slider > .thumb.left {
  left: 25%;
  -webkit-transform: translate(-3px, -9px);
  transform: translate(-3px, -9px);
}
.steps .slider > .thumb.right {
  right: 25%;
  -webkit-transform: translate(3px, -9px);
  transform: translate(3px, -9px);
}
.steps .slider .tooltip {
  position: absolute;
  color: #000;
  z-index: 4;
  top: 5px;
  min-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  -webkit-tap-highlight-color: transparent;
}
.steps .slider .tooltip.left {
  -webkit-transform: translate(-25px, 10px);
  transform: translate(-25px, 10px);
}
.steps .slider .tooltip.right {
  -webkit-transform: translate(25px, 10px);
  transform: translate(25px, 10px);
}
/*===================
  FORM INPUT CSS STARTS
  =====================*/
.steps-bg .form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps-bg .form .form-group {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.steps-bg .form .form-group svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 11px;
  fill: #744fd8 !important;
}
.steps-bg .form .form-group #input-close {
  left: auto;
  right: 10px;
  top: 17px;
  fill: #744fd8 !important;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: none;
}
.steps-bg .form.horizontal-fieldss .form-group #input-close {
  left: auto !important;
  right: 10px !important;
  top: 55px !important;
  display: none;
}
.steps-bg .form.horizontal-fieldss,
.steps-bg .form-group #input-close.showcross {
  display: block !important;
}
.steps-bg .form.horizontal-fieldss .form-group {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  width: calc(50% - 40px) !important;
  margin: 0 20px !important;
  display: block;
  float: left;
}
.steps-bg .form.horizontal-fieldss .form-group label {
  padding-left: 30px;
  padding-top: 2px;
  margin-bottom: 15px;
  float: left;
}
.steps-bg .form.horizontal-fieldss .form-group svg {
  left: 0 !important;
  top: 0 !important;
  fill: #744fd8;
}
.steps-bg .form.horizontal-fieldss .form-group svg#max-price {
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}
.steps-bg .form.horizontal-fieldss .form-group input {
  width: 100% !important;
  padding: 15px !important;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.steps-bg .form .form-group .alert {
  display: none;
  text-align: center;
  font-size: 10px;
  margin-top: 0;
  color: red;
  position: absolute;
  left: 0px;
  top: 50px;
}
.steps-bg .form .form-group input {
  width: 100%;
  padding: 15px 45px 15px 40px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 1px #e5d9d9;
  box-shadow: 0 1px 5px 1px #e5d9d9;
  border: 0 solid;
  margin-bottom: 20px;
  max-height: 46px;
}
.steps-bg .form .form-group input:focus {
  outline: none !important;
}
.steps-bg .form .form-group input.focus-visible {
  outline: none;
}
.steps-bg .alert-validate .alert {
  display: block !important;
}
/*=======================
  THANKS MESSAGE CSS STARTS
  =========================*/
.steps-bg .thanks {
  text-align: center;
}
.steps-bg .thanks p {
  display: block !important;
  clear: both !important;
}
.steps-bg .thanks svg {
  width: 80px;
  height: 80px;
  fill: #744fd8 !important;
}
/*===================
  PAGINATION CSS STARTS
  =====================*/
.steps-pagination {
  width: 90%;
  position: relative;
  top: 30px;
  margin: 0 auto;
  z-index: 1;
  display: none !important;
}
.steps-bg .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps-bg .pagination-list li {
  background-color: rgba(185, 167, 167, 0.6);
  height: 4px;
  width: 100%;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
}
.steps-bg .pagination-list li.active {
  background-color: #744fd8;
}
.steps-bg .step-4.active {
  z-index: 99;
}
@media (max-width: 640px) {
  .steps-pt {
    width: 100% !important;
    min-width: 350px;
    margin: 0 auto !important;
    -webkit-box-shadow: 0px 0px 0px 0 #dfdfdf !important;
    box-shadow: 0px 0px 0px 0 #dfdfdf !important;
  }
  .steps-bg .form .form-group {
    width: 85% !important;
  }
  .steps-bg .pills {
    width: 90% !important;
  }
  .step-title {
    font-size: 24px;
    line-height: 28px;
    width: 95%;
    padding: 20px 5px 0 5px;
    margin: 0 auto;
  }
  .bottom-curve-bg {
    left: 0;
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-bottom: 0px !important;
    margin: 0 !important;
  }
}
.wizard-lead-bg {
  background: #000 url("/assets/property-trends/images/bird-bgs.png") no-repeat;
  border-radius: 16px;
  background-position: center center;
  background-size: cover;
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.wizard-lead-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wizard-headings {
  z-index: 1;
}
.wizard-headings h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  text-align: left;
  font-weight: 500;
}
.wizard-headings p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.steps-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.steps-pt {
  width: 500px;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.steps {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
}
.steps.left {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.steps.active {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.step-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  width: 90%;
  float: left;
  padding: 0 5%;
  color: #000;
  text-align: center;
}
.steps-bg .choices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps-bg .choices .choice {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.steps-bg .pills {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps-bg .pills .pill {
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid #ececec;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  float: left;
  margin: 5px 7px;
}
.selling-bg .pills {
  width: 80%;
}
.selling-bg .pills .pill {
  padding: 10px 15px;
  width: -webkit-fill-available;
}
.selling-bg .pills .pill small {
  font-size: 14px;
  margin: 0 15px;
  position: relative;
}
.selling-bg .pills .pill small:before {
  width: 5px;
  height: 5px;
  content: "";
  background: #000;
  position: absolute;
  left: -10px;
  top: 6px;
  border-radius: 10px;
}
.selling-bg .pills .pill.active small {
  color: #fff;
}
.selling-bg .pills .pill.active small:before {
  background: #ffffff;
}
.selling-bg p {
  color: #fff;
  margin: 15px 0 0 0;
}
.steps-bg .choices .choice .choice-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.steps-bg .pills .pill .pill-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.steps-bg .choices .choice span {
  margin-top: 5px;
  font-weight: 500;
  color: #000;
}
.steps-bg .choices .choice .choice-icon svg {
  fill: #000;
  width: 35px;
  height: 35px;
}
.steps-bg .pills .pill .pill-icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.steps,
.steps-pt {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.steps-bg .pills .pill,
.steps-bg .choices .choice .choice-icon {
  background-color: #fff;
  border: 2px solid #fff;
}
.steps-bg .pills .pill.active,
.steps-bg .choices .choice.active .choice-icon {
  background-color: #744fd8;
  border: 2px solid #744fd8;
}
.step-title,
.steps-bg .pills .pill.active span,
.steps-bg .choices .choice span,
.steps-bg .form.horizontal-fieldss .form-group label {
  color: #fff !important;
}
.steps-bg .pills .pill span {
  color: #000 !important;
}
.steps-bg .form.horizontal-fieldss,
.steps-bg .form-group #input-close path,
.steps-bg .choices .choice .choice-icon svg,
.steps-bg .pills .pill .pill-icon svg {
  fill: #000 !important;
}
.steps-bg .thanks p,
.steps-bg .choices .choice.active .choice-icon svg,
.steps-bg .pills .pill.active .pill-icon svg {
  fill: #fff !important;
  color: #fff !important;
}
.steps-bg .form .form-group input,
.steps-bg .form.horizontal-fieldss .form-group input {
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
}
.steps-bg .button {
  white-space: normal;
  min-height: 45px;
  border-radius: 40px;
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 20px;
  height: auto;
  border: none;
  line-height: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
/*Buttons CSS Starts*/
.steps-bg .button {
  white-space: normal;
  min-height: 45px;
  border-radius: 40px;
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 20px;
  height: auto;
  border: none;
  line-height: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.steps-bg .icon {
  height: 20px;
  width: 20px;
  margin-right: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps-bg .icon.rightIcon {
  margin-left: 4px !important;
  margin-right: 0px;
}
.steps-bg .icon svg {
  width: 20px;
  height: 20px;
  background-color: transparent;
  stroke-width: 0;
  pointer-events: none;
}
.steps-bg .button .icon svg {
  fill: #fff;
  stroke: #fff;
}
.steps-bg .button-primary {
  background-image: radial-gradient(circle at center, #5821a2 0%, #744fd8 50%, #5821a2 100%) !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent !important;
  border-radius: 8px;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-size: 200% 200%;
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
}
.steps-bg .button.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, 0.1)), color-stop(20%, hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*Animations*/
@-webkit-keyframes blick {
  15%,
  to {
    left: 110%;
  }
}
@keyframes blick {
  15%,
  to {
    left: 110%;
  }
}
.wizard-back {
  width: 50px;
  height: auto !important;
  border-radius: 10px !important;
  background: #5c28aa;
  margin-right: 10px;
  padding: 0 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.shadow-wrapper h1 {
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
  margin-bottom: 0 !important;
}
.team-bg {
  height: 750px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e9e9e9), color-stop(50%, #fff));
  background-image: linear-gradient(to top, #e9e9e9 10%, #fff 50%);
  position: relative;
}
.team-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-bg ul li {
  float: left;
  -webkit-animation: animateBubble 30s ease-in-out infinite;
  animation: animateBubble 30s ease-in-out infinite;
  padding: 10px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.team-bg ul li img {
  border-radius: 50%;
  background: #dbdbdb;
}
.hero-image {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.hero-image .mobile-image {
  opacity: 1;
  max-height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-image img {
  width: 100%;
  display: block;
}
.agent-main-img {
  width: 250px;
  height: 250px;
  background: #e9e9e9;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: 20px double #d9d6d6;
  z-index: 1;
}
.agent-main-img img {
  -o-object-fit: none;
  object-fit: scale-down;
  border-radius: 50%;
}
/*Animate Bubbles*/
/* KEYFRAMES */
@-webkit-keyframes animateBubble {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
  }
}
@keyframes animateBubble {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 30px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .team-bg {
    height: 500px;
  }
  .hero-image {
    bottom: -15px;
  }
  .hero-image .mobile-image {
    height: 435px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .wizard-lead-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 750px;
  }
  .wizard-headings h2 {
    font-size: 34px !important;
    line-height: 44px !important;
    padding-top: 32px !important;
  }
}
