body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  color: #029e5a;
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
}
h2 {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 24px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #405d5e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #405d5e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #00c46f;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  position: relative;
  left: 0px;
  top: 1px;
  bottom: 0px;
  display: block;
  width: 204px;
  margin-top: 0px;
  margin-right: 13px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family:'Open Sans', sans-serif;
  color: #015732;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
}
a {
  color: #00e;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.hero {
  height: 600px;
  background-image: none;
  background-size: auto;
}
.hero-text {
  padding-top: 8px;
  font-family:'Open Sans', sans-serif;
  color: #016308;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-logo {
  padding-top: 0px;
  text-align: center;
}
.infobar {
  background-color: #00c46f;
}
.info-text {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px;
  float: right;
  clear: right;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.info-text.right {
  height: auto;
  float: right;
  background-color: transparent;
  font-size: 27px;
  font-weight: 700;
}
.info-text.right.small {
  margin-top: 0px;
  padding-top: 4px;
}
.info-text.small {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  text-align: center;
}
.info-text.top {
  margin-top: 20px;
  float: none;
  clear: none;
}
.left {
  height: 110px;
  background-color: #94eca0;
}
.right {
  height: 110px;
  background-color: #a9efb4;
}
.main {
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  line-height: 26px;
}
.testimonial {
  margin-top: 52px;
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #e8e8e8;
  font-family:'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 31px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.form-field {
  width: 48%;
  height: 24px;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-left-color: transparent;
  background-color: #a9efb4;
  box-shadow: rgba(58, 105, 53, 0.49) 0px 0px 8px -1px inset;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 13px;
}
.form-field:hover {
  border-bottom: 1px solid #159c00;
  background-color: rgba(169, 239, 180, 0.38);
  box-shadow: none;
}
.form-field:focus {
  border-bottom-width: 3px;
  border-bottom-color: #159c00;
  background-color: rgba(169, 239, 180, 0.38);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 8px -25px inset;
}
.form-field.quarter {
  width: 23%;
}
.form-field.long {
  width: 98%;
}
.form-label {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  font-family:'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 400;
}
.form-label.quarter {
  width: 23%;
}
.form-label.long {
  width: 100%;
}
.form {
  position: absolute;
  top: 51px;
  right: 50px;
  bottom: 0px;
  z-index: 3;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 398px;
  height: 403px;
  margin: 0px auto 35px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  clear: none;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.85);
}
.submit {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #405d5e;
  background-image: -webkit-linear-gradient(transparent, #293d3d);
  background-image: linear-gradient(transparent, #293d3d);
  font-family:'Open Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}
.logo {
  padding-top: 18px;
  padding-bottom: 18px;
}
.heroimage {
  height: 500px;
  margin-top: 0px;
  border-radius: 19px;
  background-image: none;
  background-size: auto;
}
.stepsbox {
  height: 106px;
  padding-top: 14px;
  padding-left: 12px;
  border-radius: 7px;
  background-color: whitesmoke;
  box-shadow: rgba(38, 66, 57, 0.29) 0px 0px 17px 0px inset;
}
.iconimage {
  margin-right: 5px;
  float: left;
  clear: none;
}
.iconimage.money {
  margin-bottom: 3px;
}
.miniheader {
  color: white;
  text-transform: uppercase;
}
.copywrite {
  margin-top: 26px;
  margin-bottom: 26px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.steps {
  margin-bottom: 35px;
}
.slider {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 500px;
  clear: none;
  background-color: transparent;
}
.slide-1 {
  position: static;
  z-index: 0;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 500px;
  float: none;
  clear: none;
  border-radius: 18px;
  background-image: url('../images/Family-For-Sale.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}
.slide-1.two {
  background-image: url('../images/Family-For-Sale2.jpg');
}
.success {
  position: static;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
  h3 {
    margin-top: 73px;
  }
  h5 {
    float: none;
    clear: left;
  }
  p {
    position: relative;
    width: 139px;
    float: left;
  }
  .form {
    right: 28px;
  }
  .stepsbox {
    display: block;
    height: 181px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    text-align: center;
  }
  .iconimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}
@media (max-width: 767px) {
  h1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  h3 {
    padding-left: 11px;
  }
  p {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .info-text.right {
    float: right;
    font-size: 20px;
  }
  .info-text.right.small {
    font-size: 17px;
  }
  .info-text.top {
    font-size: 14px;
  }
  .form {
    top: 17px;
    right: 22px;
  }
  .stepsbox {
    margin-bottom: 17px;
  }
  .slider {
    display: block;
    width: 551px;
    height: 444px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
  h2 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  h3 {
    margin-top: 4px;
  }
  .info-text.right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: right;
    font-size: 21px;
  }
  .info-text.top {
    display: block;
    width: 191px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .form {
    top: 0px;
    right: 231px;
    width: 323px;
  }
  .submit {
    font-size: 14px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-1 {
    display: none;
  }
}

