.landlords {
  padding-top: 11rem;
  padding-bottom: 11rem;
  color: white;
  background: transparent no-repeat center center;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/covers/landlords.jpg");
  padding: 100px 0;
}

.landlords h1 {
  margin-bottom: 40px;
}

.landlords p {
  font-size: 34px;
  margin-bottom: 35px;
}

.landlords #landlords-form .form-group {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .landlords h1 {
    margin-bottom: 21px;
  }
  .landlords p {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .landlords p {
    font-size: 24px;
  }
}

/* ------------------------------------------------------------ *	Form
\* ------------------------------------------------------------ */
.form-subscribe {
  margin: auto;
  background: rgba(225, 225, 225, 0.24);
  padding: 28px;
  max-width: 413px;
}

.form-subscribe .row {
  margin: 0;
}

.form-subscribe .row + .row {
  padding-top: 11px;
}

.form-subscribe .input-group-addon {
  background-color: #fff;
  color: #f05a29;
  border: 1px solid #fff;
  text-align: center;
  min-width: 42px;
}

.form-subscribe .form-control {
  height: 46px;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.form-subscribe input[type=submit] {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #00adee;
  width: 100%;
  border: 1px solid #00adee;
  font-size: 18px;
  transition: background .4s;
  min-height: 46px;
}

.form-subscribe input[type=submit]:hover {
  background: transparent;
}

@media (max-width: 767px) {
  .form-subscribe {
    margin: 0 -15px;
    max-width: none;
    padding: 25px 17px;
  }
  .form-subscribe input[type=submit] {
    min-height: 40px;
    font-size: 18px;
  }
}

/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
h2 {
  margin-bottom: 71px;
}

h2.heading2--offset-sm {
  margin-bottom: 47px;
}

h3 {
  font-size: 29px;
  font-weight: 700;
  color: #00adee;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 36px;
    margin-bottom: 47px;
  }
  h33 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------ *	Icons
\* ------------------------------------------------------------ */
.ico-outer {
  position: absolute;
  width: 103px;
  height: 103px;
  background: #f05a29;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.ico-outer i {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 991px) {
  .ico-outer {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .ico-outer {
    width: 45px;
    height: 45px;
  }
  .ico-outer i {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
}

/* ------------------------------------------------------------ *	Section
\* ------------------------------------------------------------ */
.section {
  font: 18px/1.5 'Open Sans', sans-serif;
  color: #333;
  padding: 65px 0;
  background: #fff;
}

.section:first-child {
  padding-top: 65px;
}

.section--features {
  padding-bottom: 0;
}

.section p {
  margin: 0;
}

.section p + p {
  margin-top: 3.5rem;
}

.section .section__inner {
  overflow: hidden;
}

.section .section__inner + h3 {
  padding-top: 70px;
}

.section .section__image {
  text-align: center;
}

.section .widget {
  margin-bottom: 70px;
}

.section--gray {
  background: #f3f3f3;
  border-bottom: 2px solid #ccc;
}

.section--blue {
  background: #00adee;
  color: #fff;
}

.section--blue .heading2 {
  color: #fff;
}

.section p + .heading3 {
  margin-top: 76px;
}

/* Section Features */
@media (max-width: 1023px) {
  .section {
    padding: 55px 0;
    font-size: 16px;
  }
  .section .section__image {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .section .widget {
    margin-bottom: 40px;
  }
  .section--testimonials {
    padding-bottom: 78px;
  }
  .section--testimonials + .section {
    padding-top: 110px;
  }
  .section--features [class*="col-"] + [class*="col-"] {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .section {
    font-size: 15px;
    line-height: 1.6;
  }
  .section img + h2 {
    padding-top: 20px;
  }
  .section p + p {
    margin-top: 2rem;
  }
  .section {
    padding: 35px 0;
  }
  .section--gray {
    border-bottom: 0;
  }
  .section--features [class*="col-"] + [class*="col-"] {
    padding-top: 20px;
  }
  .section--testimonials + .section {
    padding-top: 50px;
  }
  .section--features [class*="col-"] + [class*="col-"] {
    padding-top: 30px;
  }
}

#testimonials .user-reviews {
  background-color: #00adee;
  position: relative;
  color: white;
  padding: 3rem 0 6rem;
}

/* ------------------------------------------------------------ *	Widget
\* ------------------------------------------------------------ */
.is-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

@media (max-width: 1023px) {
  .widget--primary .is-flex {
    display: block;
  }
  .widget--secondary .is-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.widgets {
  list-style: none outside none;
}

.widget {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

.widget .widget__aside {
  background: #00adee;
  color: #f3f3f3;
  font-weight: 700;
}

.widget .widget__aside__inner {
  padding: 60px 5px 0;
  padding-bottom: 68px;
  text-align: center;
}

/* Widget Primary */
.widget--primary {
  font-family: 'Lato', sans-serif;
}

.widget--primary .widget__aside p {
  margin-bottom: 45px;
}

.widget--primary .widget__aside strong {
  font-size: 47px;
}

.widget--primary .widget__aside span {
  font-size: 27px;
}

.widget--primary .widget__content__inner {
  padding: 62px 96px 59px 83px;
  position: relative;
  z-index: 11;
}

.widget--primary .widget__content {
  position: relative;
}

.widget--primary .widget__content:after {
  content: '';
  position: absolute;
  width: 77px;
  height: 77px;
  left: auto;
  right: -20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  background: #fff;
  z-index: 10;
}

.widget--pricing {
  text-align: center;
  background: transparent;
}

.widget--pricing .is-flex {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.widget--pricing h5 {
  font-size: 20px;
  margin-bottom: 52px;
}

.widget--pricing .widget__col {
  background: #fff;
  padding: 28px 0 58px;
}

.widget--pricing .widget__col:first-child {
  text-align: left;
  padding-top: 58px;
  padding-bottom: 68px;
}

.widget--pricing .widget__col:first-child .widget__col__inner {
  padding-left: 25%;
}

.widget--pricing .widget__col:nth-child(2) {
  border-left: solid 1px #d4d4d4;
}

.widget--pricing .widget__col--blue {
  background: #00adee;
  color: #f3f3f3;
}

@media (max-width: 1023px) {
  .widget {
    font-size: 18px;
  }
  .widget--primary .widget__content:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -20px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  .widget--pricing h5 {
    font-size: 18px;
    margin-bottom: 42px;
  }
  .widget--pricing .widget__col:first-child .widget__col__inner {
    padding-left: 32px;
  }
  .widget--pricing .widget__col {
    padding: 25px 0 50px;
  }
  .widget--pricing .widget__col:first-child {
    padding-top: 45px;
    padding-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .widget {
    font-size: 18px;
  }
  .widget--primary .widget__aside strong {
    font-size: 41px;
  }
  .widget--primary .widget__aside span {
    font-size: 24px;
  }
  .widget--primary .widget__content__inner {
    padding: 60px 18px 70px;
    text-align: center;
  }
  .widget--primary .widget__content:after {
    bottom: -23px;
  }
}

/* ------------------------------------------------------------ *	jQuery UI overrides
\* ------------------------------------------------------------ */
.slider-range {
  padding-top: 130px;
  position: relative;
  z-index: 4;
}

.slider-range .ui-slider {
  height: 13px;
  width: 100%;
  background: #f0f2f5;
  position: relative;
  border-radius: 5px;
  margin-right: 20px;
}

.slider-range .ui-slider-handle {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #f05a29;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -18px;
  margin-left: -19px;
}

.slider-range .ui-slider-handle:hover .ui-slider-tooltip {
  top: -62px;
}

.slider-range .ui-slider-range {
  background-color: #00adee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.slider-range .ui-slider-tooltip {
  width: 125px;
  background: #373a3c;
  text-align: center;
  padding: 13px 0;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -70px;
  margin-left: -1px;
  font-size: 20px;
  line-height: 1;
  transition: top .3s;
}

.slider-range .ui-slider-tooltip:after {
  content: '';
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 9px #373a3c;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
}

@media (max-width: 767px) {
  .slider-range .ui-slider {
    height: 11px;
  }
  .slider-range .ui-slider-handle {
    width: 33px;
    height: 33px;
    margin-top: -16px;
  }
  .slider-range .ui-slider-tooltip {
    font-size: 18px;
    width: 110px;
    padding: 12px 0;
  }
}

.landlords-30, a.30 .landlords, button.30 .landlords, a.30 .landlords, button.30 .landlords, .landlords.30 {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: 0 0;
  width: 47px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-check {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: 0 -112px;
  width: 60px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-cleaning {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: -51px 0;
  width: 49px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-emergency {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: -104px 0;
  width: 47px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-heart {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: -155px 0;
  width: 41px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-mail {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: -155px -80px;
  width: 23px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-people {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: 0 -60px;
  width: 49px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-profile {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: -155px -53px;
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-tools {
  background-image: url(/images/pages/landlords/sprite.png);
  background-position: -53px -60px;
  width: 47px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-check {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: 0 -94px;
    background-size: 126px 120.5px;
    width: 52px;
    height: 26.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-cleaning {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: -42px 0;
    background-size: 126px 120.5px;
    width: 42px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-emergency {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: -86px 0;
    background-size: 126px 120.5px;
    width: 40px;
    height: 46.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-heart {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: 0 0;
    background-size: 126px 120.5px;
    width: 40px;
    height: 48.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-mail {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: -104px -50.5px;
    background-size: 126px 120.5px;
    width: 19px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-people {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: 0 -50.5px;
    background-size: 126px 120.5px;
    width: 42px;
    height: 41.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-profile {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: -87px -50.5px;
    background-size: 126px 120.5px;
    width: 15px;
    height: 19.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-tools {
    background-image: url(/images/pages/landlords/sprite.@2x.png);
    background-position: -44px -50.5px;
    background-size: 126px 120.5px;
    width: 41px;
    height: 40.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}

/* ------------------------------------------------------------ *	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none;
  margin-bottom: 0;
}

.list-features {
  list-style: none;
  font-size: 18px;
  line-height: 1.22;
}

.list-features li {
  padding-left: 138px;
  position: relative;
  min-height: 210px;
  padding-right: 30px;
}

.list-features h3 {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .list-features {
    font-size: 16px;
  }
  .list-features li {
    max-width: 100%;
    padding-left: 116px;
  }
  .list-features h3 {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .list-features {
    font-size: 15px;
  }
  .list-features li {
    padding-left: 59px;
  }
  .list-features h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------------------ *	List Compare
\* ------------------------------------------------------------ */
/*  Labels  */
.list-compare-labels {
  font-size: 20px;
  line-height: 1;
}

.list-compare-labels li + li {
  padding-top: 56px;
}

/*  Values  */
.list-compare-values {
  font-size: 14px;
  line-height: 1;
}

.list-compare-values strong {
  font-size: 20px;
  display: block;
  padding-bottom: 7px;
}

.list-compare-values li + li {
  padding-top: 40px;
}

@media (max-width: 1023px) {
  .list-compare-labels {
    font-size: 18px;
  }
  .list-compare-values {
    font-size: 12px;
  }
  .list-compare-values strong {
    font-size: 18px;
  }
}
