header#top-header-2 {
    background: #E4E4E4!important;
}
body,html
{
    overflow-x: hidden!important;
}
li.nav-item>a {
    font-family: 'Roboto';
    color: #202020;
    font-size: 16px;
    padding: 23px 18px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}
a.navbar-brand.logo-2>span {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}
div#banners {
    /*padding: 154px 0 190px;*/
    background-color: #e6e6e6;
    text-align: center;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
input[type="text"] {
    font-size: 14px;
    color: #808080;
    border-radius: 0;
    height: 60px;
    padding-left: 50px;
    border: none;
}
i.fas.fa-search {
    position: absolute;
    top: 20px;
    position: absolute;
    /* transform: translate(0, -50%); */
    padding-left: 18px;
}
.featured-properties {
    padding: 44px 0px;
    background: white!important;
}
li.active.btn.filtr-button.filtr:after {
    content: '';
    height: 1px;
    background-color: #000;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
.content h2 {
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.content p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 40px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.content ,.search form {
   /* max-width: 500px;
    margin: 0 auto;*/
    padding: 30px 0px;
}
.search {
    background-image: url(https://retemplateimages.s3.amazonaws.com/master_template/images/living-room.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 40px;
       padding: 60px;
}

.content .search form .btn-dark {
    font-size: 12px;
    width: 50%;
    cursor: pointer;
    background-color: #000000!important;
    padding: 20px;
    justify-content: center;
    /* float: right; */
    position: relative;
    left: 40%;
}
.content ,.searchs form {
   /* max-width: 500px;
    margin: 0 auto;*/
    padding: 30px 0px;
}
.searchs {
    background-image: url(../img/property.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 40px;
    padding: 60px;
}

.content .searchs form .btn-dark {
    font-size: 12px;
    width: 50%;
    cursor: pointer;
    background-color: #000000!important;
    padding: 20px;
    justify-content: center;
    /* float: right; */
    position: relative;
    left: 40%;
}
   .searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
      width: 25%;
    height: 58px;
    border: 1px solid #000;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  /*width: 30%;*/
  position: absolute;
  top: 59%!important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.caption {
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}
.caption:after {
    content: '';
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #000;
    margin: 0 auto;
}
.card-icon {
    text-align: center;
    padding: 50px 30px;
    background-color: #fff;
    height: 100%;
}
.card-icon i {
    margin-bottom: 30px;
    display: inline-flex;
}
.card-icon h5 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.setting-button {
    display: none!important;
}
a#page_scroller {
    display: none!important;
}
a.selectBox.dropdown.selectBox-dropdown {
    top: -68px!important;
    background: transparent;
    float: right;
    padding:;
}