html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Slab', serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
section{
  float: left;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
svg{
  width: 100%;
  display: block;
}
a{
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  transition:.3s ease;
}
html{
  font-size: 13px;
}
*:focus {
    outline: 0;
}
.wrapper {
  width: 95%;
  margin: auto;
}
.btn{
  display: inline-block;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  cursor: pointer;
}
.lease{
  background-color: #faab1e;
}
.lease:hover{
  background-color: #da9418;
}
.buy{
  background-color: #2ea8df;
}
.buy:hover{
    background-color: #2388b5;
}
.left{
  float: left;
}
.right{
  float: right;
}
.one-data h3,
.one-data p{
  text-align: center;
}
.v-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*Header
=============*/
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.white-header .nav-home{
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  background: #fff;
  display: none;
}
.white-header .nav-home ul{
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.white-header .nav-home ul li{
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  display: none;
  overflow: hidden;
}
.nav-home ul li:nth-child(3),
.nav-home ul li:nth-child(5){
  display: none !important;
}
/*.nav-home ul li::after{
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
  opacity: .2;
}*/
.white-header .nav-home ul li:nth-child(4){
  display: none !important;
}
.white-header .nav-home ul a {
  display: block;
  position: relative;
  width: 90%;
  padding: .9rem 0;
  font-size: 1rem;
  margin-left: 5%;
  color: #58585b;
  box-sizing: border-box;
  padding-left: 1.5rem;
}
.white-header .nav-home ul a::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: .5rem;
  height: 100%;
  background-color: #0055b7;
}
.white-header .nav-home ul .social a{
  display: inline-block;
}
.white-header .nav-home ul .social a {
  display: inline-block;
  width: 2rem;
  padding: 0;
  margin: 0;
}
.white-header .nav-home ul .social a::after{
  display: none;
}
.white-header .nav-home ul li svg{
  fill:#58585b;
  width: 1.5rem;
}
.social {
    text-align: center;
    margin-top: 1rem;
}
.statusBar {
    background-color: #243d7c;
    overflow: hidden;
    z-index: 100;
    position: relative;
}
.statusBar ul {
    float: right;
    overflow: hidden;
    width: 3.5rem;
}
.statusBar li {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.scNet a{
  display: block;
  background-color: transparent;
  padding: .2rem;
  transition:.3s ease;
}
.scNet li:first-child a:hover{
  background-color: #0055b7;
}
.scNet li:last-child a:hover{
  background-color: #2ea8df;
}
.pills {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: .4rem;
}
.pills a {
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    transition:.3s ease;
}
.pills a:hover{
  color: #faab1e;
}
.btn-register::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #fff;
  height: 80%;
  top: 10%;
}

.statusBar svg{
  fill:#fff;
}
.modalContainer ul {
    width: 90%;
    margin: auto;
    margin-top: 15px;
    padding: 0 12px;
    box-sizing: border-box;
}
#register, #login {
    max-width: 350px !important;
    border-radius: 5px;
    overflow: hidden;
}
.modalContainer fieldset {
    background-color: #eee;
    border-radius: 5px;
    display: block;
    width: 85%;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 22px;
}
.modalContainer li{
    margin-bottom: .8rem;
}
.modalContainer input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    background: #fff;
    padding: .7rem;
}
.modalContainer a{
    display: block;
    text-align: center;
    padding: .8rem;
    max-width: 8rem;
    border-radius: 5px;
    margin: 1.3rem auto;
}
.modalContainer p{
    font-size: .8rem;
    line-height: 1.4;
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: .3rem;
    max-width: 24rem;
    color: #757575;
}
.modalContainer h3 {
    display: block;
    text-align: center;
    color: #3c3c3c;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.miss {
    font-size: .7rem;
    color: #da0000;
    display: block;
    margin-top: .6rem;
    display: none;
}
.banner-section{
  transition:.3s ease;
}
.padd{
  padding-top: 8rem;
}
hr{
    float: left;
    width: 100%;
}
@-webkit-keyframes bgMove {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes bgMove {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes bgMove {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
.internal .white-header{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 100;
}

.menu__btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid #0055b7;
    border-radius: 50%;
    -webkit-transition: border-radius 300ms ease;
    transition: border-radius 300ms ease;
}
.menu__btn:hover {
  border-radius: 50%;
}
.menu__btn.is-open .menu__burger {
  opacity: 0;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}
.menu__btn.is-open .menu__exit {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu__burger, .menu__burger:before, .menu__burger:after {
    display: block;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #0055b7;
    position: absolute;
}

.menu__burger {
    left: 6px;
    top: 14px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.menu__burger:before {
  top: -6px;
}
.menu__burger:after {
  top: 6px;
}

.menu__exit:before,
.menu__exit:after {
  display: block;
  content: '';
  width: 22px;
  height: 3px;
  background-color: #0055b7;
  position: absolute;
}

.menu__exit {
    position: absolute;
    top: 14px;
    left: 4px;
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
    opacity: 0;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.menu__exit:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__exit:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger {
    display: block;
    float: right;
    margin-right: 5%;
    margin-top: .8rem;
    position: relative;
    z-index: 100;
}
.white-header .logo {
  display: block;
  position: relative;
  text-indent: -9999px;
  background-image: url(../img/blue-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11rem;
  height: 3rem;
  margin-left: 5%;
  margin: .8rem;
  float: left;
  z-index: 100;
}
.middle-header {
  background-color: transparent;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.middle-header .logo,
.middle-header .trigger{
  display: none;
}
/*
.middle-header .nav-home {
  overflow: hidden;
  width: 625px;
  margin: auto;
  display: none;
*/
.middle-header .nav-home {
  overflow: hidden;
  margin: auto;
  display: none;
}
/*
.middle-header .nav-home li {
  float: left;
  margin: 0 .5%;
}*/
.middle-header .nav-home li {
    float: left;
    margin: 0;
    width: 18%;
}
.middle-header .social{
  display: none !important;
}
.fbs{
 background-color: #1ba5d6;
 -webkit-border-bottom-left-radius: 9px;
-moz-border-radius-bottomleft: 9px;
border-bottom-left-radius: 9px;
}
.tws{
  background-color: #47c0eb;
  -webkit-border-bottom-right-radius: 9px;
-moz-border-radius-bottomright: 9px;
border-bottom-right-radius: 9px;
}
.middle-header .nav-home ul li:nth-child(4) {
    width: 25%;
}
.middle-header .nav-home ul li:nth-child(4) a{
  margin: auto;
}
.middle-header .nav-home li a {
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  display: block;
  text-align: center;
  padding: .4rem;
  margin-top: 1.5rem;
  color: #fff;
}
.nav-logo {
    display: block;
    position: relative;
    text-indent: -9999px;
    background-image: url(../img/logo.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    width: 11rem;
    height: 2rem;
    background-position: 50% 22%;
    margin-top: 0 !important;
    z-index: 100;
    background-color: #0055b7;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 1rem !important;
}
/*banner
==================*/
.banner section{
  width: 100%;
  height: 70vh;
  display: block;
}
.banner .slide01{
  background: url("../img/slide01.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner .slide02{
  background: url("../img/slide02.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner .slide03{
  background: url("../img/slide03.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}
.banner-section .search {
    background-color: #0055b7;
    width: 90%;
    margin: auto;
    border-radius: 12px;
    position: relative;
    padding: .7rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    max-width: 500px;
}
.banner-section .search h1 {
    position: absolute;
    display: block;
    text-align: center;
    background-color: #2ea8df;
    padding: .5rem 0;
    color: #fff;
    font-weight: 600;
    top: -2.02rem;
    font-size: 1.1rem;
    width: 14rem;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    letter-spacing: -.3px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.banner-section .search .left{
  width: 52%;
}
.banner-section .search .left input {
  display: block;
  width: 100%;
  padding: .7rem;
  border: none;
  background-color: #fff;
  padding-left: 2.5rem;
  box-sizing: border-box;
  border-radius: 3px;
  background-image: url(../img/magnifier.svg);
  background-size: 20px;
  background-position: .5rem 50%;
  background-repeat: no-repeat;
}
.banner-section .search .right{
  width: 45%;
}
.banner-section .search .right .btn {
  padding: .7rem;
  width: 50%;
  text-align: center;
  float: left;
  box-sizing:border-box;
}
.banner-section .search .right .lease{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.banner-section .search .right .buy{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.inf-comb {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.we-help {
  background-color: #0055b7;
}
.we-help h2 {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.we-help h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 1px;
  width: 75%;
  opacity: .4;
  margin: auto;
  left: 0;
  right: 0;
}
.we-help a {
  background-color: #fff;
  display: block;
  width: 20rem;
  margin: auto;
  border-radius: 100px;
  box-sizing: border-box;
  padding: .7rem;
  /*margin-bottom: 1rem;*/
  overflow: hidden;
  cursor: pointer;
}
.we-help a:hover{
  background-color: #faab1e;
}
.we-help a h5{
  color: #0055b7;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: .2rem;
  transition:.3s ease;
}
.we-help a span{
  color: #faab1e;
  display: block;
  text-align: center;
  font-size: .9rem;
  font-family: 'Roboto Slab', serif;
  transition:.3s ease;
}
.we-help a:hover h5 {
    color: #fff;
}
.we-help a:hover span{
  color: #fff;
}
.we-help h2 strong{
  font-weight: 600;
}
.we-help p {
  color: #fff;
  line-height: 1.3;
  font-size: .8rem;
  width: 60%;
  margin: 1rem auto;
  text-align: center;
}
.we-help .left-col{
  /*float: left;*/
  background-color: #0055b7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.we-help .right-col{
  float: left;
  background-color: #2ea8df;
  width: 100%;
}
.content .split-col {
  background-color: #233c7c;
  padding: 2rem 0;
  position: relative;
}
.content .split-col::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: -1.5rem;
  margin: auto;
  left: 0;
  right: 0;
  background-image: url(../img/star-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.content .split-col h3,
.content .split-col p{
  color: #fff;
}
.content .split-col h6{
    color: #faab1e;
}
.content .split-col p {
  opacity: .7;
  width: 90%;
  margin: auto;
  text-align: center;
  line-height: 1.3;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 1rem;
  font-size: .8rem;
}
.content .split-col p:first-child{
  font-size: .7rem;
}
.banner-section .split-col h3,
.banner-section .split-col h6,
.banner-section .split-col p{
  color: #fff;
}
.slogan {
  margin-bottom: 1rem;
}
.slogan h3 {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: .5rem;
}
.slogan h3 span{
    font-weight: 100;
}
.slogan h6{
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  display: block;
  text-align: center;
  width: 90%;
  margin: auto;
}
.featured-properties{
  margin-top: 2.5rem;
}
.featured-properties ul li {
  float: left;
  margin: 5% auto;
  width: 100%;
}
.featured-properties h4{
  color: #0055b7;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.properties {
  width: 85%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 3rem;
  max-width: 900px;
}
.properties .container{
  background-color: #f1f1f2;
  border-radius: 15px;
}
.properties .img-content{
  width: 100%;
  height: 13rem;
  position: relative;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.properties .img-content span{
  display: block;
  position: absolute;
  background-color: #faab1e;
  color: #fff;
  font-weight: 600;
  padding: .6rem 1rem;
  font-size: 1.2rem;
  bottom: 0;
  left: 0;
}
.properties .details {
  width: 90%;
  overflow: hidden;
  margin: 1.1rem auto;
}
.properties .details h2{
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  width: 85%;
}
.properties ol{
  margin-top: 1.5rem;
}
.properties ol li img {
  float: left;
  width: 2.5rem;
}
.properties ol li p {
  float: left;
  font-family: 'Roboto Slab', serif;
  color: #231f20;
  margin-top: .8rem;
  margin-left: 1rem;
}
.properties ol li {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: .5rem;
}
.properties a {
  background-color: #0055b7;
  display: block;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  text-align: center;
  padding: 1.1rem 0;
  font-size: .9rem;
  letter-spacing: .5px;
  position: relative;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  transition:.3s ease;
  box-sizing: border-box;
  padding-right: 3rem;
}
.properties a:hover{
    background-color: #2a2a2a;
}
.properties a::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: -1px;
  top: 0;
  background-color: #faab1e;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  border-bottom: 1px solid #faab1e;
  border-right: 1px solid #faab1e;
}
footer {
  background-color: #2a2a2a;
  overflow: hidden;
  float: left;
  width: 100%;
}
footer ul {
  text-align: center;
  margin-bottom: 1rem;
}
footer ul li{
  display: inline-block;
}
footer ul li:nth-child(3),
footer ul li:nth-child(4){
  display: none !important;
}
footer ul li a {
  color: #fff;
  display: block;
  padding: .5rem;
  font-size: .8rem;
  transition:.3s ease;
}
footer ul li a.active,
footer ul li a:hover{
  color: #faab1e !important;
}
footer .contact a{
  color: #a7a9ab;
}
footer .contact a:hover{
  color: #fff;
}
footer .contact p {
  color: #fff;
  font-size: .8rem;
  display: block;
  text-align: center;
  margin: 1rem 0;
  clear: both;
  padding-top: 1rem;
}
.contact .left {
  display: block;
  margin-bottom: .5rem;
  float: none;
}
.contact .left a {
  display: block;
  text-align: center;
  font-size: .9rem;
  line-height: 1.3;
  width: 70%;
  margin: auto;
}
.contact .right{
  width: 100%;
}
.contact .right a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .9rem;
  line-height: 1.3;
  margin-bottom: .5rem;
}
.sub-logo {
  display: block;
  position: relative;
  text-indent: -9999px;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11rem;
  height: 3rem;
  margin: 1rem auto;
  opacity: .4;
}
.detail-section {
  margin-top: 4rem;
  background: #0055b7;
  overflow: hidden;
}
.detail-section .picture{
  width: 100%;
  height: 20rem;
  background: url("../img/cover-detail.png") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about .picture{
  width: 100%;
  height: 20rem;
  background: url("../img/about-cover.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.detail-section .goback{
  color: #faab1e;
  font-family: 'Roboto Slab', serif;
  font-size: .9rem;
  font-weight: 600;
  display: none;
}
.detail-section .detail {
    background: #0055b7;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
}
.detail-section .detail h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1.5rem;
}
.detail-section .detail span {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin-bottom: .3rem;
}
.detail-section .detail h2 {
  font-size: 2.5rem;
  color: #faab1e;
  display: block;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-top: .5rem;
}
.detail-section .detail h2 span{
  display: block;
  clear: both;
}
.detail-section .detail ul {
  float: left;
  margin-top: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.detail-section .detail ul::after{
  content: "";
  width: 15rem;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail-section .detail .icon {
  float: left;
  width: 2rem;
}
.detail-section .detail li{
  float: left;
  width: 100%;
  margin-bottom: .5rem;
}
.detail-section .detail p{
  color: #fff;
  margin-top: .5rem;
  margin-left: 1rem;
  float: left;
}
.pricing {
    float: left;
    width: 100%;
}
.detail-section .pricing h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}
.detail-section .pricing strong {
  font-weight: 600;
  clear: both;
  display: block;
}
.detail-section .pricing h4 {
  background-color: #faab1e;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: inline-block;
  clear: both;
  padding: .5rem 2rem;
  margin-top: 1rem;
  width: 15rem;
  box-sizing: border-box;
  text-align: center;
}
.content-detail {
  overflow: hidden;
  padding: 2rem;
}
.content-detail .left-col{
  float: left;
  width: 100%;
}
.content-detail .right-col{
  float: right;
  width: 100%;
}
.content-detail h2 {
  color: #faab1e;
  font-weight: 600;
  font-size: 1.5rem;
  float: left;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.content-detail p {
  float: left;
  width: 100%;
  color: #58585b;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-size: .8rem;
}
.content-detail .quote{
    font-weight: 600;
    font-size: .9rem;
}
.content-detail .left-col li {
  float: left;
  width: 100%;
  margin: 2% 0;
  cursor: pointer;
}
.content-detail .left-col .im-cont{
  
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: 10rem;
}
.content-detail .right-col .im-cont{
  background: url("../img/dem001.jpg") no-repeat center center; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: 10rem;
}
.content-detail .right-col li{
  float: left;
  width: 100%;
  margin: 2% 0;
  cursor: pointer;
}
.content-detail .right-col ul{
    overflow: hidden;
    margin-bottom: 2%;
}
#maps-valle {
  width: 100%;
  height: 20rem;
}
#maps {
    width: 100%;
    padding-bottom: 20rem;
}
.contacts{
  margin-top: 0;
}
.contacts .detail h1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1.5rem;
}
.contacts .detail h2 {
    font-size: 1.5rem;
    color: #faab1e;
    display: block;
    max-width: 14rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-top: .5rem;
}
.maps-btn a{
  color: #fff;
}
.two-cols {
  background: #0055b7;
  padding-top: 5rem;
  overflow: hidden;
}
.two-cols .wrap h2 {
    color: #fff;
    line-height: 1.3;
    margin-top: 1.5rem;
    width: 80%;
    margin-bottom: 1rem;
    font-weight: 600;
    max-width: 26rem;
}
.two-cols .wrap{
  width: 90%;
  margin: auto;
}
.two-cols input, .two-cols textarea {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 3px;
  font-size: .9rem;
  padding: .8rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
.two-cols textarea {
    min-height: 6rem;
}
.send {
  background-color: #faab1e;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: .8rem 1.8rem;
  font-size: 1rem;
  margin-bottom: 3rem;
  transition:.3s ease;
  cursor: pointer;
}
.send:hover {
    background-color: #da9418;
}
.equipament {
  background-color: #0055b7;
  float: left;
  width: 100%;
}
.bits .icon{
  width: 2rem;
}
.sizes .icon,
.appliances .icon{
  margin: auto;
  margin-bottom: 1rem;
}
.bits .split .left, .bits .split .right {
  width: 46%;
}
.bits {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2.5rem 0;
}
.bits::after{
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 1px;
  width: 6rem;
  display: block;
  background-color: #fff;
  opacity: .5;
}
.appliances::after{
  display: none;
}
.ac span{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: 'Roboto Slab', serif;
}
.ac .right .icon,
.ac .right span{
  float: left;
}
.ac .right span {
  margin-top: .4rem;
  margin-left: 1rem;
  font-weight: 100;
}
.ac .left .icon,
.ac .left span{
  float: right;
}
.ac .left span {
  margin-top: .4rem;
  margin-right: 1rem;
  font-weight: 100;
}
.ac .left .icon svg{
  width: 90%;
}
.appliances h3{
  float: right;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.appliances li {
  color: #fff;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: .2rem;
  font-family: 'Roboto Slab', serif;
}
.sizes p{
  color: #faab1e;
  font-size: 1.3rem;
}
.sizes h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: .5rem;
}
.sizes .left p,
.sizes .left h3{
  float: right;
  display: block;
  clear: both;
}
.sizes .left h3{
  color: #fff;
}
.be-more h5 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #0055b7;
  margin-bottom: .2rem;
  transition:.3s ease;
}
.be-more span{
  color:#faab1e;
  font-size:.9rem;
  font-weight: 100;
  font-family: 'Roboto Slab', serif;
  transition:.3s ease;
}
.be-more {
  background-color: #fff;
  display: block;
  width: 75%;
  overflow: hidden;
  margin: auto;
  text-align: center;
  padding: .6rem;
  border-radius: 100px;
  margin-bottom: 2rem;
  max-width: 23rem;
}
.tmx .be-more {
  max-width: 13rem;
}
.jbl {
  margin-bottom: 3rem;
}
.be-more:hover{
  background-color: #faab1e
}
.be-more:hover span,
.be-more:hover h5{
  color: #fff;
}
.search-options {
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 4rem;
    z-index: 1;
    position: relative;
    background-color: #0055b7;
}
.search-options .interface{
  overflow: hidden;
}
.search-options::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.5rem;
    margin: auto;
    left: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background-color: #2ea8df;
    border-radius: 50%;
    background-image: url("../img/magnifier-white.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50%;
}
.search-options .search {
    background-color: #0055b7;
    width: 90%;
    margin: auto;
    border-radius: 12px;
    position: relative;
    padding: .7rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    max-width: 500px;
    margin-top: 5rem;
}
.search-options .search h1 {
    position: absolute;
    display: block;
    text-align: center;
    background-color: #2ea8df;
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 600;
    top: -2.02rem;
    font-size: 1.1rem;
    width: 11rem;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.search-options .search .left{
  width: 52%;
}
.search-options .search .left input {
  display: block;
  width: 100%;
  padding: .7rem;
  border: none;
  background-color: #fff;
  padding-left: 2.5rem;
  box-sizing: border-box;
  border-radius: 3px;
  background-image: url(../img/magnifier.svg);
  background-size: 20px;
  background-position: .5rem 50%;
  background-repeat: no-repeat;
}
.search-options .search .right{
  width: 45%;
}
.search-options .search .right .btn {
  padding: .7rem;
  width: 50%;
  text-align: center;
  float: left;
  box-sizing:border-box;
}
.search-options .search .right .lease{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-options .search .right .buy{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.searched h4{
  color: #faab1e;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.searched span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 100;
  font-family: 'Roboto Slab', serif;
  margin-top: .2rem;
}
.testimonial {
    float: left;
    width: 100%;
    position: relative;
    background-color: #1f3147;
}
.testimonial::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -1.5rem;
  margin: auto;
  left: 0;
  right: 0;
  background-image: url(../img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.slide01{
background: url(../img/testimonial-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 4rem 0;
}
.slide02{
background: url(../img/testimonial-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 4rem 0;
}
.slide03{
background: url(../img/testimonial-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 4rem 0;
}
.testimonial h2 {
  color: #faab1e;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 2rem;
  z-index: 10;
  overflow: hidden;
  position: absolute;
}
.testimonial p{
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: .9rem;
  line-height: 1.3;
  font-weight: 100;
  width: 90%;
  margin: auto;
  text-align: center;
}
.testimonial span {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
  padding-top: 1rem;
  margin-top: 1.3rem;
}
.testimonial span::after{
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #faab1e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mess{
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 85, 183, 0.95);
  top: 0;
  left: 0;
}
.tnx {
    width: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    height: 16rem;
    max-width: 23rem;
}
.tnx h3 {
    display: block;
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0055b7;
}
.tnx p{
    font-family: 'Roboto', serif;
    display: block;
    width: 85%;
    margin: auto;
    text-align: center;
    font-size: .9rem;
    line-height: 1.4;
    color: #717171;
}
.fd {
    max-width: 14rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    clear: both;
}
.close-msg{
    display: block;
    float: right;
    font-family: 'Roboto Slab', serif;
    line-height: .7;
    background: transparent;
    padding: .5rem;
    border-radius: 50%;
    border: 2px solid #0054b6;
    font-weight: 600;
    margin: 1rem;
}
.about .intro h4 {
    color: #fff;
    width: 17rem;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 100;
    padding: 8% 5%;
}
.about .intro strong{
  font-weight: 600;
  display: block;
}
.about .intro h4 span{
  color: #faab1e;
}
.about .content-detail h2 {
  margin-top: 0.5rem;
}
.ab01 .img-related {
  width: 100%;
  height: 20rem;
  background: url(../img/cover-abt.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  position: relative;
  margin-top: 1rem;
}
.ab02 .img-related {
  width: 100%;
  height: 20rem;
  background: url(../img/hand-shake.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  position: relative;
  margin-top: 1rem;
}
.ab01 .img-related::after{
}
.div-left{
  background-color: #2ea8df;
  position: relative;
  z-index: 10;
}
.div-left::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: -1.5rem;
  margin: auto;
  left: 0;
  right: 0;
  background-image: url(../img/home-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.div-right{
  background-color: #0055b7;
}
.division h4 {
  color: #fff;
  font-weight: 100;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 2.5rem;
  line-height: 1.2;
}
.division h4 strong{
  font-weight: 600;
}
.div-right h4 strong{
  color:#faab1e
}
.special-txt {
  color: #faab1e !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-size: 1.2rem !important;
}
.let-us{
  background-color: #0055b7;
}
.let-us h5{
  font-size: 1rem;
  color: #fff;
}
footer .social {
  width: 100%;
  margin: auto;
  width: 5rem;
  clear: both;
  overflow: hidden;
}
footer .social li{
  float: left;
}
footer .social li a{
  width: 1.5rem;
}
footer .social li a svg{
  fill: #fff;
}
footer .social li a:hover svg{
  fill: #faab1e;
}
.line {
    width: 15%;
    background: #0055b7;
    position: absolute;
    left: 0;
    height: 100%;
    left: 0;
    top: 0;
}
#wizard input, #wizard textarea,
#wizard02 input, #wizard02 textarea {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 3px;
    font-size: .9rem;
    padding: .5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    height: 2.5rem;
}
#wizard .ca-hidden,
#wizard02 .ca-hidden{
  display: none;
}
#wizard select,
#wizard02 select{
  background-color: #fff;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 3px;
  font-size: .9rem;
  padding: .5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  position: relative;
  height: 2.5rem;
  display: block;
}
#wizard textarea,
#wizard02 textarea {
    min-height: 6rem;
    margin-top: .8rem;
}
#wizard p,
#wizard02 p {
    line-height: 1.3;
    font-size: .9rem;
    float: left;
    margin-bottom: 1rem;
}
#wizard strong,
#wizard02 strong {
    font-weight: bold;
    margin-bottom: 1rem;
    float: left;
    width: 100%;
}
#wizard .nmg,
#wizard02 .nmg {
    margin-bottom: initial;
    display: inline;
    float: initial;
    width: initial;
}
#wizard #add,
#wizard #more,
#wizard #morePets,
#wizard02 #add,
#wizard02 #more,
#wizard02 #morePets {
    background-color: #2ea8df;
    border: none;
    padding: 0;
    color: #fff;
    padding: .5rem .8rem;
    border-radius: 5px;
    float: right;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .5px;
    transition:.3s ease;
}
#wizard #add:hover,
#wizard #more:hover,
#wizard #morePets:hover,
#wizard02 #add:hover,
#wizard02 #more:hover,
#wizard02 #morePets:hover{
    background-color:#217ca5;
}
#wizard #more,
#wizard02 #more {
    margin-bottom: 1rem;
}
.delete {
    background-color: red;
    border: none;
    padding: 0;
    color: #fff;
    padding: .5rem .8rem;
    border-radius: 5px;
    float: right;
    margin-bottom: .5rem;
    font-size: .7rem;
    font-weight: 600;
}
.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    float: right;
}

.switch label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch input:checked + label {
  background: #faab1e;
}

.switch input:checked + label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.switch label:active:after {
  width: 110x;
}
.switch input{
    display: inline-block !important;
    width: initial !important;
}
.switch span {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    color: #383838;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    float: left;
    padding-top: .2rem;
}
.dv-hidden{
  display: none;
}

table {
}

th, td {
  border: none;
  text-align: left;
}
th strong {
    margin: 0;
    font-size: .8rem;
    text-align: center;
    display: block;
    background: #888888;
    color: #fff;
    padding: .6rem 0;
}
td p{
  font-style: italic;
}
td small {
    font-style: normal;
    font-size: .75rem;
    display: block;
    width: 100%;
    clear: both;
    max-width: 11rem;
}
table td input {
    width: 90% !important;
    margin: auto !important;
    margin-bottom: 1rem !important;
    height: 2rem !important;
}
table td label {
    text-align: center;
    font-size: .7rem !important;
}
table td,
table th{
  width: 33.33%;
}
table,
table body{
  width: 100%;
}
.bld label {
    font-weight: 600 !important;
    margin-top: 1rem;
}
.bld {
    border-top: 2px solid #9e9e9e;
    padding-top: 1rem;
}
.self {
    font-size: .7rem !important;
    font-weight: bold;
}
.other {
    font-size: .7rem;
    line-height: 1.4;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    color: #5a5a5a;
}
.other b{
  font-weight:bold;
  display: block;
}
.dmd {
    display: inline-block;
    max-width: initial;
    font-style: italic;
}
.spn {
    margin-top: 2rem !important;
}
.tapping {
    color: black;
    font-size: .75rem;
    margin-top: .5rem;
    margin-left: 1rem;
}
.txt-center {
  display: block;
  letter-spacing: .5px;
  font-size: .9rem;
  text-align: center;
  line-height: 1.3;
}
.pdd02{
  padding: .1rem 2rem !important;
}
.yns {
    width: 4rem;
}
.co-app {
    width: 85%;
    margin: auto;
    margin-top: 1rem;
    overflow: hidden;
}
.co-app input {
    margin-bottom: 0 !important;
    height: 0 !important;
}
#prequalification fieldset{
  margin-top: .5rem !important;
}
@media screen and (min-width: 400px){
  .content-detail .left-col .im-cont,
  .content-detail .right-col .im-cont{
    height: 14rem;
  }
  .content-detail .left-col li,
  .content-detail .right-col li{
    width: 46%;
    margin: 2%;
  }
}
@media screen and (min-width: 600px){
  .we-help .left-col, .we-help .right-col {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 6rem;
    text-align: center;
  }
  .we-help h2{
    width: 60%;
  }
  .we-help .right-col h2{
    float: left;
    margin-left: 10%;
    text-align: left;
  }
  .we-help .right-col h2::after{
    margin: initial;
    left: 0;
    width: 100%;
  }
  .we-help .left-col h2{
    /*float: right;*/
    /*margin-right: 10%;*/
    text-align: center;
  }
  .we-help .left-col h2::after{
    margin: initial;
    right: 0;
    left: initial;
    width: 100%;
  }
  .we-help p{
    width: 65%;
  }
  .we-help .left-col p{
    /*float: right;*/
    /*margin-right: 10%;*/
    text-align: center;
  }
  .we-help .right-col p{
    float: left;
    margin-left: 10%;
    text-align: left;
    min-height: 3.5rem;
  }
  .we-help a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
  }
  .banner-section .search{
    margin-bottom: 2.5rem;
  }
  .we-help{
    position: relative;
  }
  .we-help::before {
    content: "";
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -2rem;
    background-image: url(../img/house-icon.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #fff;
    border-radius: 100px;
    background-position: 50% 50%;
  }
  .content .split-col{
    float: left;
    width: 100%;
  }
  .content .split-col .left-col,
  .content .split-col .right-col{
    float: left;
    width: 50%;
  }
  .content .split-col p {
    opacity: .7;
    width: 70%;
    margin: initial;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 1rem;
    max-width: 330px;
  }
  .content .split-col {
    padding: 3rem 0;
  }
  .content .split-col::after {
    width: 4rem;
    height: 4rem;
    bottom: -2rem;
  }
  .slogan h3,
  .slogan h6{
    text-align: right;
    margin: initial;
    float: right;
    margin-right: 10%;
  }
  .slogan h3{
    margin-bottom: .5rem;
  }
  .slogan {
    margin-bottom: 1rem;
    overflow: hidden;
    margin-top: 3rem;
  }
  .featured-properties {
    margin-top: 0;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
  }
  .featured-properties h4 {
    margin-top: 3.3rem;
  }
  .srcs{
    margin-top: 3rem;
    float: left;
    width: 100%;
    background-color: #fff;
  }
  .search-options::before{
    width: 4rem;
    height: 4rem;
  }
  .testimonial p {
    width: 70%;
  }
  .testimonial::after {
    width: 4rem;
    height: 4rem;
    top: -2rem;
  }
  #wizard #add, #wizard #more, #wizard #morePets,
  #wizard02 #add, #wizard02 #more, #wizard02 #morePets,
  .delete{
    margin-right: 1.8%;
  }
}
@media screen and (min-width: 700px){
  html{
    font-size: 13px;
  }
  .properties {
    width: 95%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .featured-properties ul li {
    float: left;
    margin: 1%;
    width: 31.3%;
  }
  .properties .img-content {
    height: 10rem;
  }
  .properties ol li {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: .5rem;
  }
  .banner section {
    height: 90vh;
  }
  
.wrapper {
  max-width: 890px;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
}
.white-header .logo{
  margin-left: 0;
}
  .detail-section .left-column{
    float: left;
    width: 50%;
    height: 35rem;
    position: relative;
  }
  .detail-section .damm::after {
    content: "";
    width: 100%;
    height: 2rem;
    background-color: #faab1e;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .about .detail-section .left-column{
    float: right;
  }
  .detail-section .picture {
    width: 100%;
    background: url(../img/cover-detail.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 100%;
  }
  .about .picture {
    background: url(../img/about-cover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  .detail-section .goback{
    display: block;
  }
  .detail-section .detail {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .detail-section .goback {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url(../img/icon-arrow-o.svg);
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .detail-section .goback::after {
    content: "";
    width: 15rem;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contacts .detail {
    position: absolute;
    bottom: initial;
    left: 0;
    top: 2rem;
  }
  .maps-btn a {
    color: #fff;
    letter-spacing: initial;
    display: block;
    padding: .5rem 0;
  }
  .content-detail .right-col {
    width: 47%;
  }
  .content-detail .left-col {
    width: 47%;
  }
  .content-detail .left-col .im-cont, .content-detail .right-col .im-cont {
    height: initial;
    padding-bottom: 100%;
  }
  #maps-valle {
    width: 96%;
    padding-bottom: 3%;
    margin: auto;
  }
  .content-detail .split-col{
    overflow: hidden;
    max-width: 900px;
    margin: auto;
  }
  .bits .split .left, .bits .split .right {
    width: 48%;
  }
  #maps {
    width: 100%;
    padding-bottom: 0;
    height: 35rem;
  }
  .two-cols {
    padding-top: 5.7rem;
  }
  .two-cols .col-o,
  .two-cols .col-t{
    float: left;
    width: 50%;
    overflow: hidden;
  }
  .contact-image {
    width: 100%;
    height: 32rem;
    background: url("../img/banner.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .two-cols .wrap {
    width: 80%;
    float: right;
    margin-right: 2.5rem;
    max-width: 27rem;
  }
  .about .intro h4 {
    position: absolute;
    height: 11.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25%;
  }
  .about .content-detail .left-col,
  .about .content-detail .right-col {
    float: right;
    width: 50% !important;
  }
  .about .content-detail {
    overflow: initial;
    padding: 0;
    float: left;
    width: 100%;
  }
  .ab01 .img-related {
    margin-top: 0;
  }
  .div-left,
  .div-right{
    float: left;
    width: 50%;
  }
  .about .v02 .left-col,
  .about .v02 .right-col {
    float: left;
    width: 50% !important;
  }
  .ab02 .img-related{
    margin-top: 0;
  }
  .spkx{
    padding: 0 3%;
    box-sizing: border-box;
    padding-top: 1.3rem;
  }
  .spky{
    padding: 0 3%;
    box-sizing: border-box;
    padding-top: 2.5rem;
  }
  .division h4 {
    padding: 3.5rem;
  }
  .div-left::after {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: initial;
    right: -2.3rem;
    background-image: url(../img/home-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
  }
  .div-right h4 {
    text-align: left;
    padding-left: 5rem;
  }
  .div-left h4{
    text-align: right;
    padding-right: 5rem;
  }
  .jbl{
    float: left;
    width: 100%;
    margin-top: 4rem;
  }
  .white-header .nav-home ul li svg {
    width: 1.3rem;
  }
  .white-header .nav-home ul .social a:first-of-type {
    margin-left: 0;
  }
  .white-header .nav-home ul .social a:hover svg{
    fill:#faab1e;
  }
  .white-header .nav-home ul .social .tpx{
  position: relative;
}
.white-header .nav-home ul .social .tpx::after {
    content: "";
    position: absolute;
    display: block;
    left: -.6rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    right: initial;
}
}
@media screen and (min-width: 800px){
  html{
    font-size: 15px;
  }
  .middle-header .nav-home {
    display: block;
    max-width: 48rem;
  }
  .white-header .trigger{
    display: none;
  }
  .white-header .nav-home {
    display: block;
    width: 475px;
    height: 30px;
    position: relative;
    top: initial;
    left: initial;
    z-index: 88;
    float: right;
    overflow: hidden;
    margin-top: 1.5rem;
  }
  .white-header .nav-home ul {
    width: initial;
    overflow: hidden;
    position: relative;
    top: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    float: right;
  }
  .white-header .nav-home ul li {
    display: inline;
    float: left;
    width: initial;
    margin-bottom: 0;
    position: initial;
    margin: .5rem;
    overflow: initial;
}
.white-header .nav-home ul a {
    display: block;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100%;
    font-size: .9rem;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    padding: .2rem;
    box-sizing: initial;
    transition:.3s ease;
    cursor: pointer;
}

.white-header .nav-home ul a:hover{
  color: #fff;
}
.white-header .nav-home ul a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #faab1e;
    border-radius: 15px;
    z-index: -1;
    right: 0;
    margin: auto;
    transition:.3s ease;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}
.white-header .nav-home ul a:hover::after,
.white-header .nav-home ul a.active::after {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
.white-header .nav-home ul a.active{
  color: #fff;
}
.white-header .nav-home ul li:first-child{
  margin-left: 0;
}
.btn-register::before {
    top: 15%;
    height: 70%;
}
  .slogan h3, .slogan h6 {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: left;
    width: initial;
  }
  .slogan h3 span {
    display: block;
  }
  .slogan h3 {
    font-size: 2.2rem;
    padding: 1rem;
  }
  .slogan h6 {
    font-size: 1rem;
    width: 11rem;
    line-height: 1.3;
    margin-top: 3.4rem;
  }
  .slogan {
    margin-bottom: 1rem;
    overflow: hidden;
    margin-top: 0;
    float: right;
  }
  .contact .left, .contact .right {
    width: 48%;
    padding: 1rem 0;
    padding-bottom: 0;
  }
  .contact .left{
    float: left;
  }
  .contact .right{
    float: right;
  }
  .contact .right a {
    display: block;
    text-align: left;
    font-size: .9rem;
    margin-bottom: .2rem;
  }
  .contact .left a {
    display: block;
    text-align: right;
    font-size: .9rem;
    line-height: 1.5;
    width: 100%;
    margin: initial;
    max-width: 15rem;
    float: right;
  }
  footer .social {
    width: 100%;
    float: left;
    margin-top: -1rem;
    clear: both;
    overflow: hidden;
    text-align: center;
  }
  footer .social li {
    float: initial;
  }
  footer .social li a {
    width: 1rem;
    margin: 0;
  }
  .we-help h2 {
    font-size: 1.7rem;
    width: 90%;
    padding-bottom: .7rem;
    margin-bottom: .2rem;
    max-width: 350px;
  }
  .we-help p {
    width: 65%;
    max-width: 330px;
    clear: both;
  }
  footer .contact {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -.5rem;
    float: left;
  }
  footer .contact::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 53%;
    top: 10%;
    background-color: #fff;
    opacity: .3;
    margin: auto;
  }/*
  .middle-header .nav-home {
    width: 742px;
  }*/
  #maps-valle {
    width: 96%;
    padding-bottom: 0;
    margin: auto;
    height: 17.5rem;
  }
  .searched{
    float: left;
    width: 50%;
    padding-bottom: 1rem;
  }
  .interface{
    float: right;
    width: 50%;
  }
  .search-options .search {
    margin-top: 2rem;
  }
  .search-options {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .search-options .search h1 {
    position: absolute;
    display: block;
    text-align: center;
    background-color: #2ea8df;
    padding: .5rem .2rem;
    color: #fff;
    font-weight: 600;
    top: -2.02rem;
    font-size: 1.1rem;
    width: 9rem;
    margin: initial;
    left: .8rem;
    right: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .search-options .search {
    width: 100%;
  }
  .searched h4 {
    font-size: 1.2rem;
    text-align: left;
  }
  .searched span {
    text-align: left;
    color: #fff;
    font-size: 3.5rem;
    float: left;
    width: 90%;
  }
  .cnt {
    width: 50%;
    margin-left: 50%;
    max-width: 30rem;
  }
  .testimonial p {
    width: 100%;
    text-align: left;
  }
  .testimonial span{
    float: left;
    text-align: left;
  }
  .testimonial span::after{
    right: initial;
  }
  .testimonial h2 {
    top: 2.5rem;
  }
  .slides{
    padding: 9rem 0;
  }
  .white-header .nav-home {
    width: 37.5rem;
  }
  .about .detail-section .left-column {
    height: 28rem;
  }
  .detail-section .damm::after {
    width: 30rem;
  }
  .pills a {
    transition: .3s ease;
    font-size: .8rem;
}
  .pills a:hover{
    color: #faaa1e !important;
  }
}
@media screen and (min-width: 1000px){
.btn-register::before {
    top: 20%;
    height: 60%;
}
}
@media screen and (min-width: 1280px){
  .about .intro h4 {
    right: 9rem;
  }
}
.property-type-tag{
  color: #fff;
  padding: 10px 15px;
  font-size:0.85rem;
  font-weight: 600;
  display:inline-block;
  margin-top:5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.property-type-buy{
  background:#2ea8df;
}
.property-type-lease{
  background:#faab1e;
}
.signup-error{
  color:#E1303C !important;
  padding:10px 0;
}
.sending-signup,
.success-signup,
.error-signup{
  display:none;
}
.sending-signup img{
  width:150px;
  height:150px;
  padding:60px 60px 0 60px;
  margin: 0 auto;
}
.sending-signup p,
.success-signup p,
.error-signup p{
  text-align: center;
  padding-bottom:60px;
}
.signup-message{
  color: #0055b7;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding-top:20px;
}
.signup-go-btn{
  color: white;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 15px;
  margin: 0;
  background: #0055b7;
  border-radius: 3rem;
  text-decoration: none;
  cursor: pointer;
}
.signup-result-icon{
  width:100px;
  margin: 0 auto;
  padding-top:60px;
}
.btn-logout{
  cursor: pointer;
}
.signing-mainicon{
  width: 70px;
  margin: 0 auto;
  padding-top: 20px;
}
.application-error-txt{
  background:#D15962;
}
.application-success-txt{
  background:#8FC32B;
}
.application-error-txt,
.application-success-txt{
  color: white;
  padding:3%;
  margin:3%;
  display: none;
  text-align: center;
  line-height: 1;
  width: 88%;
  border-radius: 0.7rem;
}
.application-error-txt .fa,
.application-success-txt .fa{
  display: initial;
  color: white !important;
  margin: 0 0.5rem 0 0;
}
.application-txt-on{
  display: block;
}
.required-i{
  margin: 0 0 0 0.5rem;
  color: #D15962 !important;
  display: initial !important;
}
#wizard input:disabled{
  cursor: not-allowed;
  background:#ddd;
  color: #888;
}