@charset "UTF-8";
/** VAR **/
.banner-inner .photo {
  padding: 2px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: 100px;
  max-width: 250px;
}

#banner-inner-2 {
  transition: all 0.4s;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.col-pad-10 {
  padding: 0 10px !important;
}

html, body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #e9e9e9;
}

a {
  cursor: pointer;
  color: #353535;
}

a:hover {
  color: #525252;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #535353;
  font-weight: 500;
}

a {
  color: #353535;
}

strong {
  color: #535353;
}

span {
  color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #353535;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/** Social media color **/
.facebook:hover {
  color: #3b589e !important;
}

.twitter:hover {
  color: #56d7fe !important;
}

.google:hover {
  color: #dc4e41 !important;
}

.rss:hover {
  color: #e78733 !important;
}

.linkedin:hover {
  color: #1c82ca !important;
}

/** Social media bg**/
.facebook-bg {
  background: #4867aa;
  color: #fff;
}

.twitter-bg {
  background: #33CCFF;
  color: #fff;
}

.google-bg {
  background: #db4437;
  color: #fff;
}

.youtube-bg {
  background: #db4437;
  color: #fff;
}

.instagram-bg {
  background: #E1306C;
  color: #fff;
}

.linkedin-bg {
  background: #0177b5;
  color: #fff;
}

.rss-bg {
  background: #e78733;
  color: #fff;
}

.pinterest-bg {
  background: #bd081c;
  color: #fff;
}

.facebook-bg:hover {
  background: #3b589e;
  color: #fff;
}

.twitter-bg:hover {
  background: #56d7fe;
  color: #fff;
}

.linkedin-bg:hover {
  background: #1c82ca;
  color: #fff;
}

.google-bg:hover {
  background: #dc4e41;
  color: #fff;
}

.youtube-bg:hover {
  background: #bd081c;
  color: #fff;
}

.instagram-bg:hover {
  backgroun: #C13584;
  color: #fff;
}

.rss-bg:hover {
  background: #e78701;
  color: #fff;
}

.pinterest-bg:hover {
  background: #a30618;
  color: #fff;
}

/** Overview bgi **/
.overview-bgi {
  position: relative;
}

.overview-bgi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.overview-bgi-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay-17s {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

.delay-20s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

/** Btn **/
.btn-sm {
  cursor: pointer;
  padding: 7px 12px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
  color: #fff;
}

.btn-sm:hover {
  color: #fff;
  text-decoration: none;
}

.btn-md {
  cursor: pointer;
  padding: 13px 26px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
}

.btn-md:hover {
  color: #fff;
}

button:focus {
  outline: 0 auto -webkit-focus-ring-color;
}

.btn-block i {
  color: #fff;
}

.pricing-btn {
  padding: 6px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bomd {
  padding: 13px 26px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 3px;
}

.btn {
  border-radius: 3px;
}

.btn-sm {
  padding: 7px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.btn-md {
  cursor: pointer;
  padding: 13px 30px 11px 30px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
}

.btn-lg {
  cursor: pointer;
  padding: 13px 32px 11px 32px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn:focus, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none;
}

.btn-theme {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.btn-theme:hover {
  color: #FFF;
}

.btn-white-lg-outline {
  color: #FFF;
  background: transparent;
  border: solid 2px #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
  font-size: 12px;
}

.btn-white-lg-outline:hover {
  color: #FFF;
}

.btn-theme-sm-outline {
  color: #FFF;
  border: solid 2px #FFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 18px;
  font-size: 13px;
}

.btn-theme-sm-outline:hover {
  color: #FFF;
  padding: 5px 18px;
}

.btn-round {
  border-radius: 30px;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.bgburns .slides li:nth-of-type(even) .slide-background {
  animation: bgburnsWest 25s linear infinite alternate;
  -webkit-animation: bgburnsWest 25s linear infinite alternate;
}

@keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }

  .bgburns .slides li .slide-background {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
#page_scroller {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  cursor: pointer;
  color: #FFF;
  padding: 10px 11px;
  font-size: 12px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.margin-t-10 {
  margin-top: 10px;
}

.checkbox {
  padding-left: 3px;
  margin-bottom: 5px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 7px;
  color: #4e4d4d;
  font-size: 13px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 0px;
  margin-left: -25px;
  border: 2px solid #cccccc;
  border-radius: 50px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

.advanced-search .checkbox {
  padding-left: 5px;
  margin-bottom: 5px;
}

.checkbox input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label:before {
  display: inline-block;
  /*font: normal normal normal 14px/1 Font Awesome\ 5 Free;*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F00C";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 16px;
}

/* Col pad **/
.col-pad {
  padding: 0;
}

/** Solid buttons colors **/
.button-default {
  color: #555;
  background: #DDD;
}

.button-default:hover {
  color: #333;
  background: #DDD;
}

.button-theme {
  color: #FFF !important;
  outline: none;
}

.button-theme:hover {
  color: #fff;
}

.read-more {
  font-weight: 500;
  font-size: 15px;
}

.read-more:hover {
  color: #353535;
}

.button-section .btn {
  margin-bottom: 5px;
}

.form-control:focus {
  border-color: #e0e0e0;
  box-shadow: none;
}

.btn.active, .btn:active {
  box-shadow: none;
}

/** Border buttons colors **/
.border-btn-sm {
  cursor: pointer;
  padding: 5px 12px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  background: #DDD;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
}

.border-button-default {
  color: #555;
  background: #DDD;
}

.border-button-default:hover {
  color: #333;
  background: #DDD;
}

.border-button-theme {
  background: transparent;
}

.border-button-theme:hover {
  color: #fff;
}

.alert {
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 18px 20px;
}

.panel-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.notice-success {
  border-left-color: #74ba28 !important;
}

.notice-danger {
  border-left-color: #eb344f !important;
}

.notice-info {
  border-left-color: #1db4bd !important;
}

.notice-warning {
  border-left-color: #fea911 !important;
}

.notice {
  padding: 15px 15px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #eaeff5;
  border-left: 4px solid #838992;
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  color: #4a4a4a;
}

.notice strong {
  font-weight: 600;
}

.progress {
  margin-bottom: 20px;
}

/* Below tabs mode */
.tab-style-2-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

.tab-style-2-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #b2b1b1;
}

.tab-style-2-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #b2b1b1;
}

.tab-style-2-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/** Top header start **/
.top-header {
  background-color: #111111;
}

.top-header .list-inline {
  padding: 8px 0;
}

.list-inline a {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}

.p1 {
  padding: 1px 0 0 0;
}

.list-inline a:last-child {
  margin-right: 0;
}

.list-inline a i {
  margin-right: 5px;
}

.top-header ul li {
  padding: 0 5px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #aaa;
}

.top-header .sign-in, .top-header .sign-in:hover {
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 500;
}

.top-header ul li a {
  color: #fff;
}

/** Main header start **/
.main-header {
  margin-top: 40px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.main-header .logo {
  padding: 20px 0;
  float: left;
}

.main-header .pad-0 {
  padding: 0;
}

.main-header .btn-md {
  margin-top: 20px;
}

.main-header .logo img {
  height: 50px;
}

.logo-3 {
  padding: 20px 0;
}

.logo-3 img {
  height: 50px;
}

.header-transparent {
  position: absolute;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 35px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #515151;
  text-transform: uppercase;
}

.main-header .navbar-expand-lg .navbar-nav .link-color:hover {
  background: transparent;
}

.main-header .navbar-expand-lg .user-account {
  padding: 30px 15px;
  font-size: 14px;
  font-weight: 600;
}

.main-header .navbar-expand-lg .user-account li {
  border: none;
  display: inline-block;
  font-size: 14px;
}

.main-header .navbar-expand-lg .user-account li a {
  color: #353535;
}

.main-header .navbar {
  padding: 0;
}

.main-header .form-inline .submit {
  padding: 7px 22px;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 15px;
  font-weight: 600;
}

.main-header .dropdown-menu {
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #212529;
  border: 1px solid transparent;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
  border-radius: 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  
  min-width: 10rem;
  max-width: 40vw;
}
.main-header .dropdown-menu [class^=col-]:hover {
  text-decoration: underline;
}

.dropdown .dropdown-item:hover > .dropdown-menu {
  display: block;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu {
  margin: -1px;
}

.main-header .dropdown-menu a {
  padding: 0;
  color: #535353;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
}

.main-header .dropdown-menu a:hover {
  background: transparent;
  transform: translateX(5px);
}

/** Megamenu **/
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.megamenu-area {
  padding: 30px 30px 5px;
  z-index: 2;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.megamenu-title {
  color: #535353;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.megamenu-section {
  margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
  padding: 0 !important;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}

.megamenu-section p {
  font-size: 13px;
  color: #777;
}

.carousel-caption {
  position: relative;
  right: 5%;
  left: 5%;
  padding-bottom: 0;
}

/** Banner**/
#banner {
  position: relative;
}

.banner {
  font-family: "Raleway", sans-serif;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}

.banner-bg {
  background: url("../img/banner/banner-1.jpg");
}

.item-bg {
  /*background: url("../img/banner-1.jpg");*/
  /*height: 100vh;*/
  /*animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner-min-height {
  height: 720px;
}

.banner-max-height img {
  max-height: 720px;
}

.item-bg {
  /*height: 100vh;*/
}

.banner .slider-mover-left {
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  z-index: 999;
  display: inline-block;
  left: 10px;
  text-align: center;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-left i {
  font-size: 20px;
  color: #fff;
}

.banner .slider-mover-right {
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  z-index: 999;
  display: inline-block;
  right: 10px;
  text-align: center;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.36);
}

.banner .slider-mover-right i {
  font-size: 20px;
  color: #fff;
}

.banner .carousel-content {
  align-self: center;
  margin: 0 auto;
  color: #fff;
}

.carousel-item .text-right {
  float: right;
}

.banner .banner-slider-inner {
  padding: 0;
}

.banner .banner-slider-inner h1 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase !important;
}

.banner h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: normal;
}

.banner h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

.banner .banner-slider-inner .max-w {
  max-width: 490px;
}

.banner .plan-price {
  font-size: 35px;
  font-weight: 700;
  padding: 0;
  position: inherit;
  bottom: 5px;
  z-index: 40;
  right: 20px;
  margin-bottom: 10px;
}

.banner .plan-price sup {
  font-size: 15px;
  position: relative;
  top: -20px;
  color: #fff;
  font-weight: 500;
}

.banner p {
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
}

.banner .banner-slider-inner h1 span {
  font-weight: 900;
}

.banner .banner-slider-inner .typed-text {
  font-size: 62px;
}

.banner .banner-slider-inner {
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 80px;
  text-shadow: none;
  right: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(36, 42, 53, 0.45);
}

.banner .banner-slider-inner .btn-lg {
  margin: 3px;
}

.banner-bg-color .banner-slider-inner {
  background-color: rgba(255, 255, 255, 0.1);
}

.banner .carousel-bg .carousel-item {
  height: 100vh;
  background: #3e4a5b;
}

.banner_video_bg {
  max-height: 720px;
}

.pattern-overlay {
  /*background-color: rgba(0, 0, 0, 0.35);
  height: 100vh;*/
}

.banner_video_bg .carousel-item {
  height: 580px;
}

#particles-banner {
  width: 100%;
  height: 100vh;
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
  background-color: transparent;
}

.banner-sty-2 .banner-slider-inner h1 {
  font-size: 50px;
}

.search-section-2 {
  display: none;
}

/** Banner property start **/
.banner-property-box .property-price {
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
}

.banner h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}

.banner-property-box .meta ul {
  margin-bottom: 20px;
}

.banner-property-box .meta ul li i {
  margin: 0 3px 3px 0;
  font-size: 16px;
}

.banner-property-box .meta ul li {
  display: inline-block;
  margin: 0 1px 5px 0;
  border-bottom: 3px;
  color: #fff;
  font-size: 13px;
  padding: 5px 16px;
  border-radius: 3px;
  background: rgba(23, 23, 23, 0.72);
}

.banner-property-box .meta ul li:last-child {
  margin: 0;
}

.banner-6 .rent {
  color: #fff;
}

.banner-area {
  max-width: 520px;
  margin-right: auto;
}

.btn-secton {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  width: 12px;
  margin: 2px 0;
}

.btn-secton .carousel-indicators {
  position: relative;
  right: inherit;
  bottom: inherit;
  left: 0;
  z-index: 15;
  padding: 0;
  margin: 2px 0;
  list-style: none;
  width: 12px;
  display: inline-block;
}

.btn-secton .carousel-indicators li {
  position: inherit;
  display: inline-block;
  flex: 0 1 auto;
  width: 100%;
  height: 12px;
  margin: 2px 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/** Search start **/
#search-style-2 {
  transition: all 0.4s;
  position: absolute;
  bottom: -85px;
  width: 100%;
}

#search-style-1 {
  transition: all 0.4s;
}

.ssa2 {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 30px 30px 10px;
}

.ssa2 .form-group {
  margin-bottom: 20px;
}

.ssa2 .range-slider {
  margin-top: 10px;
}

.search-area {
  display: none;
  width: 100%;
  bottom: 80px;
  text-align: left;
  z-index: 999;
  padding: 30px 0 15px;
}

.search-area-2 {
  padding: 30px 0 0;
}

.bg-grea {
  background: #e6e6e6;
}

.bg-grea-2 {
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.bg-grea-3 {
  background: #f9f9f8;
}

.bg-grea-4 {
  background: #f9f9f8 !important;
}

.search-area-inner {
  margin: 0 auto;
}

.search-contents {
  border-radius: 4px;
  transition: 0.9s ease-out;
}

.show-search-area {
  z-index: 9999;
}

.search-contents {
  transition: all 0.4s;
  display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

.search-options-btn, .search-options-btn:hover {
  padding: 10px 20px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF !important;
  cursor: pointer;
  z-index: 0;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 10px;
  border-radius: 3px;
}

.search-options-btn, .search-options-btn i {
  margin-left: 0;
}

.search-options-btn .search-options {
  float: left;
}

.search-options-btn .icon {
  float: left;
  font-weight: 400;
  margin-left: 4px;
}

.search-area label {
  font-size: 12px;
  color: #555;
  font-weight: 600;
}

.search-area .form-group {
  margin-bottom: 15px;
}

.search-area .range-slider {
  margin-top: 10px;
}

.search-fields {
  background: #fff;
  min-height: 45px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  padding: 0;
}

.form-control {
  padding-left: 15px;
}

.search-fields button {
  border-radius: 1px;
  box-shadow: none;
  border: none;
  background: #fff !important;
}

.search-button {
  cursor: pointer;
  padding: 13px 26px 11px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
  width: 100%;
  outline: none;
}

.search-button:hover {
  color: #fff;
}

.inline-search-area {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}

.inline-search-area .search-col {
  padding: 0;
  position: relative;
}

.inline-search-area .icon-append {
  color: #949494;
  font-size: 15px;
  left: 10px;
  position: absolute;
  top: 18px;
}

.inline-search-area .search-col:first-child .form-control {
  border-radius: 3px 0 0 3px;
}

.inline-search-area .search-col .form-control,
.inline-search-area button.btn-search {
  border-radius: 3px;
  border: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500 !important;
  color: #777;
}

.inline-search-area .search-col .form-control {
  padding-top: 12px;
}

.inline-search-area button.btn-search {
  padding-top: 10px;
}

.inline-search-area .btn-search {
  border-radius: 0 3px 3px 0 !important;
  margin: 0;
}

.inline-search-area .btn-search strong {
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
}

.inline-search-area .search-fields,
.inline-search-area .search-fields:hover {
  border: none;
  padding: 0 !important;
}

.inline-search-area .bootstrap-select button {
  padding: 15px 15px 15px 15px;
  border-right: solid 1px #e0e0e0 !important;
  border-radius: 0;
  margin: 0 !important;
}

.inline-search-area .dropdown-toggle::after {
  margin-left: -10px;
  top: 27px;
  position: absolute;
}

.main-header .inline-search-area .dropdown-menu .dropdown-item:hover {
  transform: none;
}

.inline-search-area .btn-light:hover {
  color: #777;
}

.inline-search-area .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 4px;
}

.inline-search-area .form-control {
  border-right: solid 1px #5a5a5a !important;
}

.isa-2 {
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.isa-3 {
  display: none;
}

.inline-search-area .isa-5 {
  display: inline;
  width: 100%;
  max-width: 950px !important;
  padding: 0;
  margin: 0 auto;
}

.inline-search-area.isa-5 .bootstrap-select button {
  padding: 15px 25px 15px 20px !important;
  border-radius: 50px !important;
}

.inline-search-area.isa-5 .search-fields {
  border-radius: 50px;
  font-weight: 500;
}

.inline-search-area.isa-5 .btn-search {
  border-radius: 50px !important;
}

.inline-search-area.isa-5 .sf {
  height: 54px;
  padding: 0 20px !important;
  color: #545454 !important;
}

.inline-search-area.isa-5 .bootstrap-select button {
  color: #797979 !important;
  font-weight: 500;
}

.inline-search-area.isa-5 .btn-search {
  font-size: 14px !important;
}

.isa-6 {
  background: #fff;
  padding: 30px;
  max-width: 320px;
  margin-left: auto;
  border-radius: 0;
}

.isa-6 .search-fields {
  margin-bottom: 20px;
}

.isa-6 strong {
  color: #fff;
}

.isa-6 .btn {
  height: 45px;
  font-weight: 500 !important;
}

.isa-6 .btn i {
  margin-right: 3px;
}

.bi-2 {
  margin-top: 100px;
  text-align: left;
}

.bi-3 {
  margin-top: 100px;
}

.bi-4 {
  margin-top: 50px;
}

/** Portfolio start **/
.filteriz-navigation {
  padding: 0;
  margin: 5px 0 26px 0;
}

.filteriz-navigation li {
  font-size: 15px;
  color: #535353;
  text-align: center;
  font-weight: 500;
  padding: 5px 25px 5px 25px;
  border: 0;
  margin-bottom: 4px;
  cursor: pointer;
  border-radius: 50px !important;
  background: white !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
}

.portfolio-item, .portfolio-item:focus {
  outline: none;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
  outline: none;
  width: 100%;
  height: 100%;
}

.portfolio-item:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.1;
  opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
  display: inline;
  transition-delay: 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: -999;
}

.portfolio-content {
  display: none;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.8s ease;
  text-transform: uppercase;
  color: #1c1c1c;
  height: 100%;
  position: absolute;
  right: 0;
}

.portfolio-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-content p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.overview-box p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.overview {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 25%;
  left: 0;
}

.overview img {
  display: block;
  position: relative;
  width: 100%;
  height: 232px;
}

.overview .big-img {
  height: 480px;
}

.overview-box img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.6s ease-in-out;
  border: none;
}

.overview-box:hover > img {
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.overview h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
  text-shadow: none;
}

.overview-box h2 {
  color: #333;
  margin: 0 20px 0;
  background: transparent;
  transform: scale(0);
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.overview a.btn {
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.most-popular-places .col-pad {
  padding: 0 8px;
}

/** Bootstrap select start **/
.bootstrap-select {
  width: 100% !important;
  font-family: "Raleway", sans-serif;
}

.bootstrap-select button {
  color: #545454 !important;
  font-weight: 500;
  border-radius: 3px;
  outline: none;
  padding: 13px 15px 8px 15px;
}

.bootstrap-select .dropdown-menu li {
  padding: 0;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px;
}

.bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}

.bootstrap-select .dropdown-menu li a:hover {
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #eee;
  border-color: transparent !important;
  box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
  background: transparent !important;
  color: #777 !important;
  box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent !important;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: #adadad;
}

.bootstrap-select .dropdown-menu.inner {
  border: 0;
  border-top: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.btn-light:hover {
  color: #999;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
  background: #EEE;
  border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  height: 36px;
  border: 1px solid #ddd;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  overflow: hidden;
  font-size: 15px;
}

.bootstrap-select .dropdown-menu li a.active:hover .text {
  color: #515151;
}

/** Main title start **/
.main-title {
  margin-bottom: 50px;
  text-align: center;
}

.main-title h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.main-title p {
  font-size: 17px;
  margin-bottom: 0;
}

.main-title-2 {
  margin-bottom: 50px;
  text-align: center;
}

.main-title-2 h3 {
  font-weight: 600;
  font-size: 23px;
  color: #333F48;
  text-align: center;
  margin-bottom: 35px;
}

.main-title-3 {
  text-align: left;
  margin-bottom: 0;
}

.main-title-3 h1 {
  color: #fff;
  opacity: 0.9;
}

.main-title-3 p {
  color: #fff;
  opacity: 0.9;
  margin-bottom: 20px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt2 h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

/** Contact 2 start **/
.contact-2 .container {
  padding-top: 80px;
  border-radius: 8px;
  background-color: #fff;
}

.contact-2 .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 45px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.contact-2 .form-control:focus {
  color: #495057;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.contact-2 textarea {
  min-height: 200px !important;
}

.contact-2 .form-group {
  margin-bottom: 30px;
}

.contact-2 textarea {
  min-height: 240px;
}

.contact-2 .btn-message {
  border-radius: 50px;
  padding: 10px 60px 11px;
}

.contact-2 .main-title {
  margin-bottom: 60px;
}

.contact-map {
  height: 350px !important;
}

.contact-map-content .map-content {
  width: 250px;
}

.contact-2 .contact-info .media i {
  width: 55px;
  height: 55px;
  text-align: center;
  background: #fff;
  line-height: 55px;
  margin-right: 20px;
  font-size: 20px;
  color: #000;
  border-radius: 3px;
}

.contact-2 .contact-info .media h5 {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  margin: 5px 0 5px;
  color: #fff;
}

.contact-2 .contact-info .media p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.contact-2 .contact-info .media p a {
  color: #fff;
}

.contact-2 .contact-info .media {
  margin-bottom: 25px;
}

.contact-2 .contact-info {
  padding: 30px;
  background: url(http://placehold.it/395x355);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  margin-left: 50px;
}

/** Property box start **/
.property-box {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.property-box:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.property-thumbnail {
  position: relative;
}

.property-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box .detail {
  padding: 20px 20px;
  background: white;
}

.property-box .detail .title {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.property-box .detail .title a:hover {
  color: #343a40;
}

.property-box .detail .location {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.property-box .detail .location a {
  font-weight: 600;
  color: #5f5e5e;
}

.property-box .detail .location i {
  margin-right: 3px;
}

.property-box .facilities-list {
  background: #f7f7f7;
  padding: 20px 20px;
}

.property-box .facilities-list li {
  list-style: none;
  float: left;
  font-weight: 500;
  line-height: 25px;
  font-size: 14px;
  margin-right: 25px;
}

.property-box .facilities-list li:last-child {
  margin: 0;
}

.property-box .facilities-list li span {
  display: table;
  font-weight: 600;
}

.property-box .footer {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #535353;
}

.property-box .footer a {
  color: #535353;
}

.property-box .footer span {
  float: right;
}

.property-box .footer i {
  margin-right: 5px;
}

.price-box {
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.ratings span {
  color: #fff;
}

.listing-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.listing-badges .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #fff;
  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
}

/** Slick slider start**/
.slick-slider-area {
  position: relative;
}

.slick-slide-item {
  padding: 0 15px;
}

.slick-arrow-buton {
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 43%;
  font-size: 20px;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
  color: #000;
  z-index: 999;
  background: white;
  cursor: pointer;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.slick-arrow-buton:hover {
  color: #fff;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-slide, .slick-slide:focus * {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

/** Slick btn start **/
.slick-btn {
  text-align: center;
  max-width: 90px !important;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  top: 43px;
}

.slick-btn .sab-4 {
  border-radius: 50px 0 0 50px;
}

.slick-btn .slick-arrow-buton-2:last-child {
  border: none;
}

.slick-btn .sab-3 {
  border-radius: 0 50px 50px 0;
}

.slick-btn .slick-arrow-buton-2 {
  width: 45px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  display: block;
  float: left;
  border-right: solid 1px #e4e4e4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  background: white;
  font-size: 20px;
  position: absolute;
  bottom: 12px;
}

.slick-btn .slick-next {
  right: 0;
}

.slick-btn .slick-prev {
  left: 0;
}

/** Property box 2 start **/
.property-box-2 {
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.property-box-2:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.property-box-2 .detail .title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.property-box-2 .property-img img {
  width: 100%;
}

.property-box-2 .detail .title a:hover {
  color: #343a40;
}

.property-box-2 .detail .location {
  margin: 0;
}

.property-box-2 .detail .location a {
  font-size: 14px;
  color: #5f5e5e;
}

.property-box-2 .detail .location i {
  margin-right: 5px;
}

.property-box-2 .listing-badges .featured {
  left: -51px;
}

.property-box-2 .listing-time {
  position: absolute;
  z-index: 9;
  top: 8px;
  left: 30px;
}

.property-box-2 .facilities-list {
  background: #f7f7f7;
  padding: 20px 20px;
}

.property-box-2 .facilities-list li {
  list-style: none;
  float: left;
  font-weight: 500;
  line-height: 25px;
  font-size: 14px;
  margin-right: 25px;
}

.property-box-2 .facilities-list li span {
  display: table;
  font-weight: 600;
}

.property-box-2 .facilities-list li:last-child {
  margin: 0;
}

.property-box-2 .footer {
  padding: 15px 35px 15px 20px;
  font-size: 14px;
  color: #535353;
  font-weight: 500;
}

.property-box-2 .footer a {
  color: #535353;
}

.property-box-2 .footer i {
  margin-right: 5px;
}

.property-box-2 .footer span {
  float: right;
}

.hdg {
  padding: 20px;
}

.op-2 {
  padding: 25px 0 0;
}

.property-box-2 .tag {
  left: 30px;
}

/** Property box 3 start **/
.property-box-3 {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.property-box-3:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.property-box-3 .top {
  padding: 20px 20px 15px;
  background: #fff;
}

.property-box-3 .top .title {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.property-box-3 .details {
  position: relative;
  padding: 0;
  z-index: 9;
}

.tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  font-size: 11px;
  letter-spacing: 0.8px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  color: white;
  padding: 5px 14px 3px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
}

.tag::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  left: 0;
}

.plan-price {
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  bottom: 5px;
  z-index: 40;
  right: 20px;
}

.plan-price sup {
  font-size: 15px;
  position: relative;
  top: -30px;
  color: #fff;
  font-weight: 500;
}

.plan-price span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.property-box-3 .top .location {
  font-size: 14px;
  font-weight: 500;
}

.property-box-3 .top .location a {
  color: #535353;
}

.property-box-3 .top .location i {
  margin-right: 5px;
}

.property-box-3 .facilities-list {
  background: #f7f7f7;
  padding: 10px 0;
}

.property-box-3 .facilities-list li {
  list-style: none;
  float: left;
  line-height: 35px;
  text-align: center;
  width: 33%;
}

.property-box-3 .facilities-list p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
}

.property-box-3 .facilities-list li i {
  font-size: 20px;
  font-weight: 500;
}

.property-box-3 .footer {
  background: #fff;
}

.property-box-3 .footer p {
  line-height: 48px;
  font-size: 14px;
  margin: 0 0 0 20px;
}

.property-box-3 .footer ul li {
  display: inline-block;
  width: 48px;
  margin: 0 0 0 -4px;
}

.property-box-3 .footer ul li a {
  display: block;
  font-size: 18px;
  height: inherit;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  width: 48px;
  border-left: 1px solid #e5e5e5;
  color: #535353;
}

.property-box-3 .price-box {
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 20;
}

.property-box-3 .price-box span {
  font-size: 20px;
}

.property-box-3 .ratings {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 20;
  font-size: 13px;
  color: #ffc12b;
}

.property-box-3 .ratings span {
  font-size: 14px;
  opacity: 0.9;
}

/** Property box 4 area start **/
.property-box-4 {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
}

.property-box-4:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
  -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.property-box-4 .detail .heading {
  padding: 20px;
}

.property-box-4 .detail .heading {
  margin-bottom: 0;
}

.property-box-4 .detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.property-box-4 .detail .location {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.property-box-4 .detail .location a {
  color: #535353;
}

.property-box-4 .detail .location i {
  margin-right: 3px;
}

.property-box-4 .properties-listing {
  text-align: center;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
}

.property-box-4 .properties-listing ul li {
  color: #5a5959;
  line-height: 40px !important;
  text-align: center;
  width: 33.3%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #ebebeb;
}

.property-box-4 .properties-listing ul li:last-child {
  border-right: none;
}

.property-box-4 .properties-listing span:last-child {
  border: none;
}

.property-box-4 .property-photo {
  position: relative;
}

.property-box-4 .property-photo img {
  border-radius: 0;
}

.property-box-4 .property-photo:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box-4 .price-box {
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 20;
}

.property-box-4 .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  font-size: 11px;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  color: white;
  padding: 5px 14px 3px;
  font-weight: 600;
  border-radius: 3px;
}

/** Property box 5 area start **/
.property-box-5 {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.property-box-5 .property-photo {
  position: relative;
}

.property-box-5 .property-photo:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}

.property-box-5:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.property-box-5 .detail h3 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.property-box-5 .detail .location {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.property-box-5 .detail .location a {
  color: #535353;
}

.property-box-5 .detail h3 a:hover {
  color: #535353;
}

.property-box-5 .detail {
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.property-box-5 .detail .heading {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.property-box-5 .tag-2 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: white;
  padding: 5px 14px 4px;
  font-weight: 500;
  border-radius: 3px 3px 3px 0;
}

.property-box-5 .tag-2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  left: 0;
}

.property-box-5 .facilities-list li {
  list-style: none;
  width: 33.33%;
  float: left;
  font-weight: 500;
  line-height: 32px;
  font-size: 15px;
  color: #535353;
}

/** About text **/
.about-text {
  padding: 15px 0 0 15px;
}

.about-text p {
  margin-bottom: 20px;
  text-align: justify;
}

.about-text h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
}

/** About silider start **/
.about-info {
  position: relative;
  padding-right: 15px;
}

.about-info img {
  border-radius: 5px;
}

.about-info .Properties-info {
  text-align: center;
  max-width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: -7.5px;
}

.about-info .Properties-info ul li {
  display: inline-block;
  width: 19%;
  padding: 10px 0;
  opacity: 0.9;
  border-radius: 5px;
  color: #fff !important;
}

.about-info .Properties-info ul li h4 {
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0;
  color: #fff;
}

.about-info .Properties-info ul li i {
  font-size: 20px;
  color: #fff;
}

/** Service box start **/
.service-box {
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: none;
}

.service-box .detail {
  padding: 20px 0 0;
}

.service-box img {
  border-radius: 0;
}

.service-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.service-box .heading {
  display: block;
  margin-bottom: 10px;
}

.service-box .heading .number {
  margin-right: 10px;
  float: left;
}

.service-box .heading .number h5 {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  line-height: 35px;
}

.service-box .title {
  float: left;
}

.service-box .heading .title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}

.service-box .read-more {
  font-weight: 500;
  font-size: 14px;
}

/** Our agent sidebar start **/
.our-agent-sidebar .team-1 {
  margin: 0 auto 0;
  box-shadow: none;
  border-bottom: solid 1px #f7f7f7;
}

.our-agent-sidebar .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #8a8989;
  border-radius: 50px;
}

.our-agent-sidebar .carousel-indicators {
  bottom: 5px;
}

.our-agent-sidebar .p-20 {
  padding: 20px 20px 0;
}

.our-agent-sidebar {
  margin-bottom: 20px;
}

.our-agent-sidebar .team-1 .team-details {
  text-align: center;
  padding: 25px 20px 45px;
}

/** Pricing 1 start **/
.pricing-1 {
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-1 .plan-header {
  background-color: #fff;
  padding: 40px 22px 0;
  border-width: 1px;
  position: relative;
  text-align: center;
}

.pricing-1 .plan-header h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-1 .plan-header .plan-price sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #535353;
  font-weight: 500;
}

.pricing-1 .plan-header .plan-price {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 0;
}

.pricing-1 .plan-header .plan-price span {
  font-size: 16px;
  color: #535353;
  font-weight: 500;
}

.pricing-1 .plan-list {
  background-color: #fff;
  border-width: 0 1px 1px;
  padding: 20px 0 40px;
}

.pricing-1 .plan-list ul {
  display: table;
  margin: 0 auto;
  padding: 0 40px;
}

.pricing-1 .plan-list ul li {
  list-style: none;
  border-bottom: 1px dashed #eaeceb;
  line-height: 42px;
  font-size: 15px;
  font-weight: 500;
}

.pricing-1 .plan-list ul li i {
  margin-right: 12px;
}

.pricing-1 .plan-list ul li:last-child {
  border-bottom: none;
}

.pricing-1 .plan-button {
  padding-top: 20px;
}

.pricing-1 .pricing-btn {
  border-radius: 3px;
}

/** Team 1 start **/
.team-1 {
  margin: 0 auto 30px;
  background: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.team-1:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.team-1 img {
  width: 100%;
}

.team-1 .team-details {
  text-align: center;
  padding: 25px 20px 25px;
}

.team-1 .team-details h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.team-1 .team-details h5 a {
  font-size: 18px;
}

.team-1 .team-details h6 {
  font-size: 15px;
  margin-bottom: 0;
  color: #535353;
}

.team-1 .team-details h4 {
  font-size: 15px;
  margin: 10px 0 0;
  color: #535353;
}

.team-1 .team-details h4 a {
  color: #535353;
}

.team-1 .team-photo {
  position: relative;
}

.team-1 .team-photo .social-list {
  position: absolute;
  top: 15px;
  text-align: center;
  z-index: 20;
  border-radius: 5px 5px 0 0;
  left: 15px;
  width: 44px;
  color: white;
}

.team-1 .team-photo .social-list a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}

.team-1 .team-photo .social-list a:hover {
  box-shadow: none;
}

.our-agent-sidebar .team-1 .team-details h5 a {
  font-size: 20px;
}

.team-1 .facebook-bg:hover {
  background: #4867aa !important;
}

.team-1 .twitter-bg:hover {
  background: #56d7fe !important;
}

.team-1 .google-bg:hover {
  background: #dc4e41 !important;
}

/** Team 2 start **/
.team-2 {
  margin: 0 1px;
  margin-bottom: 30px;
  background: white !important;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.team-2:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.team-2 .detail {
  padding: 10px 20px 10px 25px;
}

.team-2 img {
  width: 100%;
}

.team-2 .detail h5 {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
  color: #5f5e5e;
  text-transform: uppercase;
}

.team-2 .detail h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.team-2 .photo {
  position: relative;
}

.team-2 .detail .contact {
  margin-bottom: 20px;
}

.team-2 .detail .contact ul li {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 22px;
}

.team-2 .detail .contact ul li a {
  font-weight: 500;
  color: #5f5e5e;
}

.team-2 .detail .contact ul li i {
  left: 0;
  position: absolute;
  line-height: 30px;
}

.team-2 .detail .social-list li {
  display: inline-block;
  font-size: 16px;
}

.team-2 .detail .social-list li a {
  margin-right: 0px;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

/** Team 3 start **/
.team-3 .team-photo img {
  width: 100%;
}

.team-3 {
  margin: 0 auto 50px;
  text-align: center;
}

.team-3 img {
  width: 100%;
  border-radius: 100%;
  max-width: 200px;
  margin: auto;
}

.team-3 .details {
  padding-top: 20px;
}

.team-3 .details h4 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
}

.team-3 .details h5 {
  font-size: 15px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-3 .details h6 {
  font-size: 15px;
  margin-bottom: 0;
}

.team-3 .details h6 a {
  color: #535353;
}

/** Team 4 start **/
.team-4 {
  margin: 0 auto 30px;
  background: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.team-4:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
  -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.team-4 .team-photo img {
  width: 100%;
}

.team-4 .team-photo {
  position: relative;
}

.team-4 .team-details {
  padding: 30px 25px;
}

.team-4 .team-details ul li {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  padding-left: 22px;
}

.team-4 .team-details ul li:last-child {
  margin-bottom: 0;
}

.team-4 .team-details ul li i {
  left: 0;
  position: absolute;
  line-height: 30px;
}

.team-4 .team-details ul li a {
  color: #535353;
}

.team-4 p {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}

.team-4 p a {
  color: #535353;
}

.team-4 p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.team-4 h6 {
  font-size: 13px;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.team-4 h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.team-4 .social-list {
  position: absolute;
  top: 20px;
  text-align: center;
  z-index: 20;
  border-radius: 5px 5px 0 0;
  right: 20px;
  width: 45px;
  color: white;
}

.team-4 .social-list ul {
  max-width: 45px;
  border-radius: 50px 50px 0 0;
  color: #fff;
}

.team-4 .social-list a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}

.team-4 .team-photo .social-list a:hover {
  box-shadow: none;
  background: #fff;
}

.our-team-4 {
  background: rgba(0, 0, 0, 0.04) url(http://placehold.it/1920x525) top left repeat;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.our-team-4 h1 {
  color: #353535;
  opacity: 1;
}

.our-team-4 p {
  color: #535353;
  opacity: 1;
}

/** Best team start **/
.best-team .media img {
  width: 75px;
  border-radius: 3px;
}

.best-team .media h5 {
  margin-bottom: 7px;
  font-weight: 400;
}

.best-team .media h5 a {
  font-size: 16px;
  font-weight: 600;
  color: #353535;
}

.best-team .media li {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #535353;
}

.best-team .media li a {
  color: #535353;
}

.best-team .media .media-body li i {
  margin-right: 5px;
  font-size: 13px;
}

.agent-experience {
  font-size: 15px;
  position: relative;
  padding-left: 22px;
}

.agent-experience i {
  left: 0;
  position: absolute;
}

.agent-experience i {
  top: 7px;
}

/** Rating area start **/
.rating-area {
  margin-bottom: 20px;
}

.rating-area .average-rating {
  padding: 19px;
  text-align: center;
  border-radius: 0;
}

.rating-area .average-rating h1 {
  color: #fff;
  font-weight: 600;
}

.rating-area .average-rating .ratings i {
  color: orange;
}

.rating-area .average-rating h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.rating-area .rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rating-area .rating-item .ratings {
  margin-left: auto;
}

.rating-area .rating-count {
  width: 40px;
}

.rating-area .rating-bar {
  width: 59%;
  height: 15px;
  margin: 0 20px;
  background: #d4d7de;
  position: relative;
}

.rating-area .rating-width {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #7a7d8a;
}

.rating-area .ratings i {
  color: #eda619;
  font-size: 14px;
}

.cmnt .comment-content {
  padding-bottom: 0;
  border-bottom: none;
}

/** Testimonial 2 start **/
.testimonial {
  opacity: 1;
  background: rgba(0, 0, 0, 0.04) url(http://placehold.it/1920x552) top left repeat;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.testimonial .testimonial-info-box {
  margin: 50px 0 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 70px 20px 20px;
  text-align: center;
  background: #fff;
}

.testimonial .testimonial-info-box .profile-user {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
}

.testimonial .testimonial-info-box .avatar {
  max-width: 100px !important;
  margin: 0 auto;
}

.testimonial .testimonial-info-box .avatar img {
  width: 100%;
  border-radius: 100px;
}

.testimonial .testimonial-info-box h5 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
}

.testimonial .testimonial-info-box p {
  font-size: 14px;
}

.testimonial .testimonial-info-box h6 {
  margin-bottom: 15px;
  font-size: 15px;
}

/** Testimonial 2 start **/
.testimonial-2 {
  background: #f9f9f8;
  background: rgba(0, 0, 0, 0.04) url(http://placehold.it/1920x628) top left repeat;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
}

.testimonial-2 h1 {
  color: #353535;
  opacity: 1;
}

.testimonial-2 .main-title p {
  color: #535353;
  opacity: 1;
}

.testimonial-2 .main-title {
  margin-bottom: 50px;
  text-align: center;
}

/** testimonial 3 start **/
.testimonial-3 {
  padding: 100px 0 110px;
}

.testimonial-3 .testimonial-info {
  max-width: 700px;
  margin: 0 auto 20px;
  text-align: center;
}

.testimonial-3 .testimonial-info img {
  max-width: 90px;
  border-radius: 100%;
}

.testimonial-3 .testimonial-info p {
  font-size: 15px;
}

.testimonial-3 .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #000;
  border: 0px;
}

.testimonial-3 .carousel-indicators {
  bottom: -10px;
  margin-bottom: 0;
}

.testimonial-3 .testimonial-info h5 {
  margin: 20px 0 10px;
}

.testimonial-3 .testimonial-info h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #535353;
}

.testimonial-3 .testimonial-info p {
  margin-bottom: 20px;
}

.t4 .main-title {
  margin-bottom: 0;
  text-align: left;
}

/** Service info start **/
.service-info {
  padding: 0 20px;
  margin: 0 auto 30px;
  text-align: center;
}

.service-info .icon {
  padding: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
}

.service-info .icon i {
  font-size: 30px;
  line-height: 80px;
  color: #fff !important;
}

.service-info h3 {
  font-size: 20px;
  margin: 20px 0 15px;
  font-weight: 600;
}

.service-info p {
  margin-bottom: 0;
  font-size: 15px;
}

/** Service info 2 start **/
.service-info-2 {
  padding: 25px 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin: 0 auto 30px;
  position: relative;
  text-align: left;
  background: #fff;
}

.service-info-2:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.service-info-2:before {
  opacity: 0.8;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 10px;
}

.service-info-2 .icon i {
  font-size: 37px;
  line-height: normal;
}

.service-info-2 .detail {
  margin-left: 60px;
}

.service-info-2 .icon {
  position: absolute;
  font-size: 40px;
  height: auto;
  background: transparent;
}

.service-info-2 .number {
  font-size: 170px;
  line-height: 1;
  color: #3a30301c;
  display: inline-block;
  position: absolute;
  z-index: 0;
  right: 0;
  font-weight: 600;
  top: 5px;
  margin-top: -25px;
  font-family: "Poppins", sans-serif;
}

.service-info-2 p {
  position: relative;
  font-size: 15px;
  margin-bottom: 0;
}

.service-info-2 h3 {
  position: relative;
  margin: 0 0 10px;
}

.service-info-2 h3 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 20px;
}

.services-2 {
  background: url(http://placehold.it/1920x570);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/** Service info 3 start **/
.service-info-3 {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  border-radius: 0;
}

.service-info-3:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.service-info-3 .rm-btn {
  font-weight: 500;
  font-size: 15px;
}

.service-info-3 .rm-btn:hover {
  color: #535353;
}

.service-info-3 .icon {
  margin-right: 20px;
  font-size: 50px;
}

.service-info-3 h2 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 20px;
}

.service-info-3 p {
  margin-bottom: 10px;
  font-size: 15px;
}

.service-info-3 h4 {
  position: absolute;
  top: 100px;
  left: 47px;
  z-index: 20;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  border-radius: 3px 3px 3px 0;
  color: #d4d0d0;
}

/** Service info 4 start **/
.service-info-4 {
  margin: 0 0 30px 0;
  width: 100%;
  background: #fff;
  padding: 50px 20px 40px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-info-4:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.service-info-4 i {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: normal;
}

.service-info-4 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-info-4 p {
  font-size: 15px;
  line-height: 25px;
}

.service-info-4 .icon {
  max-width: 70px;
  margin: 0 auto 20px;
}

/** pages 404 start **/
.pages-404 {
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.pages-404 .error404 {
  line-height: 0.8;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 270px;
  opacity: 2;
  color: #eee;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.pages-404 .nobottomborder h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pages-404 .nobottomborder {
  padding-left: 20px;
}

.pages-404 .hr {
  width: 50px;
  height: 10px;
  background: #eee;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  margin: 0px 0 20px;
  border-radius: 10px;
}

.pages-404 .nobottomborder p {
  line-height: 30px;
  font-size: 17px;
}

.pages-404 .form-control {
  width: 69%;
  height: 45px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 15px;
  outline: 0;
  background-color: #eee;
  border-color: #eee;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #6c757c;
  font-weight: 500;
}

.pages-404 .btn, .pages-404 .btn:hover, .pages-404 .btn:active {
  width: 31%;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
}

.mr-0 {
  margin-right: 0;
}

.date-box span {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  display: block;
  line-height: 22px;
  color: #fff;
}

/** Blog 1 start **/
.blog-1 {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-1:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.blog-1 .blog-photo {
  position: relative;
}

.blog-1 .date-box {
  position: absolute;
  top: 20px;
  font-size: 13px;
  padding: 6px 15px 4px;
  text-align: center;
  right: 20px;
  font-weight: 600;
  background: #fff;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
}

.blog-1 .detail {
  padding: 30px 20px 20px;
}

.blog-1 .detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-1 .post-meta {
  width: 100%;
  margin-bottom: 10px;
}

.blog-1 .detail .post-meta span {
  margin-right: 20px;
  font-size: 13px;
  font-weight: 600;
}

.blog-1 .detail .post-meta span a i {
  margin-right: 5px;
}

.blog-1 .detail .post-meta span:last-child {
  margin-right: 0;
}

.blog-1 img {
  width: 100%;
}

.blog-1 .detail p {
  font-size: 15px;
  margin-bottom: 5px;
}

/** Blog 2 start **/
.blog-2 {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.blog-2 .blog-photo {
  position: relative;
}

.blog-2:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.blog-2 .date-box {
  position: absolute;
  top: 15px;
  font-size: 13px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 10px;
  right: 19px;
  border-radius: 5px 5px 0 5px;
}

.blog-2 .date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  right: 0;
}

.blog-2 .profile-user {
  position: absolute;
  bottom: -23px;
  left: 20px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  z-index: 999 !important;
}

.blog-2 .profile-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.blog-2 .detail {
  padding: 30px 20px 10px;
}

.blog-2 .post-meta {
  width: 100%;
  margin-bottom: 10px;
}

.blog-2 .post-meta ul li {
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 26px;
}

.blog-2 .post-meta ul li strong {
  font-weight: 600;
}

.blog-2 .post-meta ul li strong a {
  color: #525252;
}

.blog-2 .post-meta ul li a {
  color: #403e3e;
}

.blog-2 .post-meta ul li i {
  margin-right: 5px;
  color: #403e3e;
}

.blog-2 p {
  font-size: 15px;
}

.blog-2 h4 a {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-2 h4 a:hover {
  color: #444243;
}

/** Blog 3 start **/
.blog-3 .date-box {
  background: #c79153;
  color: #fff;
  padding: 5px 15px;
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  left: -68px;
  top: 70px;
  z-index: 999;
  border-radius: 5px;
}

.b-photo {
  background: url(../img/properties/properties-1.jpg);
}

.b-photo2 {
  background: url(http://placehold.it/350x450);
}

.b-photo3 {
  background: url(http://placehold.it/350x450);
}

.b-photo4 {
  background: url(http://placehold.it/350x450);
}

.b-photo5 {
  background: url(http://placehold.it/350x450);
}

.blog-3:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-radius: 10px;
  background: linear-gradient(to top, rgba(2, 2, 2, 0.82) 0%, rgba(35, 35, 37, 0.37) 35%, rgba(42, 42, 43, 0.69) 60%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}

.blog-3 {
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-3 p {
  color: #dcdcdc;
  margin-bottom: 0;
}

.blog-3 h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #dcdcdc;
}

.blog-3 h3 a {
  color: #fff;
}

.blog-3 .blog-info {
  position: absolute;
  bottom: 30px;
  left: 25px;
  right: 25px;
  z-index: 999;
}

/** Blog 4 start **/
.blog-4 {
  margin: 25px 0 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  padding: 60px 30px 20px;
}

.blog-4:hover {
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.blog-4 h5 {
  font-size: 14px;
  font-weight: 600;
}

.blog-4 h3 {
  margin-bottom: 15px;
}

.blog-4 h3 a {
  font-size: 20px;
  font-weight: 600;
}

.blog-4 .b-btn {
  font-weight: 500;
}

.blog-4 p {
  font-size: 15px;
}

.blog-4 .profile-user {
  position: absolute;
  top: -25px;
  z-index: 20;
}

.blog-4 .profile-user img {
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  webkit-border-radius: 50%/14%;
  border-radius: 50%/14%;
}

/** Blog big start **/
.blog-big:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-big .detail {
  padding: 30px 20px 20px;
}

.blog-big {
  margin-bottom: 50px;
}

.blog-big .detail h3 {
  font-size: 23px;
}

/** Footer start **/
footer {
  background: #111;
  padding-top: 80px;
  background: url(../img/footer.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #111111f0;
}

.footer h4 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #b2b3b5;
}

.footer .footer-item {
  margin-bottom: 50px;
}

.footer .footer-inner .links li {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.footer .footer-inner .links li a {
  color: #b2b3b5;
}

.footer .footer-inner .links li a:hover {
  color: #9c9da0;
}

.footer .footer-inner p {
  color: #b2b3b5;
  font-size: 15px;
}

.footer .footer-inner .contact-info li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #b2b3b5;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}

.footer .footer-inner .contact-info li i {
  left: 0;
  position: absolute;
  line-height: 22px;
}

.footer .footer-inner .contact-info li a {
  color: #b2b3b5;
}

.footer .text {
  margin-right: 30px;
}

.footer .text p {
  line-height: 30px;
}

.footer .f-logo {
  margin-bottom: 10px;
  height: 80px;
  padding: 10px;
  background: #fff;
}

.footer .parceiras {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .parceiras .parceira {
  display: block;
  width: 100px;
  padding: 5px;
}
.footer .parceiras .parceira img {
  width: 100%;
  height: auto;
  background: #2c319226;
  border-radius: 50%;
}

.sub-footer {
  margin-top: 30px;
}

.sub-footer {
  padding: 20px 0;
  border-top: solid 1px #5f5f5f54;
}

.sub-footer .copy {
  margin: 0;
  font-size: 14px;
  color: #b2b3b5;
  line-height: 40px;
}

.sub-footer .copy a {
  color: #b2b3b5;
}

.sub-footer .copy a:hover {
  text-decoration: underline;
}

.sub-footer .social-list {
  float: right;
}

.sub-footer .social-list li {
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.sub-footer .social-list li a {
  margin: 0 2px;
  color: #010068;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
}

.sub-footer .social-list li a:hover {
  box-shadow: none;
}

.sub-footer .facebook-bg:hover {
  background: #4867aa !important;
}

.sub-footer .twitter-bg:hover {
  background: #56d7fe !important;
}

.sub-footer .google-bg:hover {
  background: #dc4e41 !important;
}

.sub-footer .linkedin-bg:hover {
  background: #0177b5 !important;
}

.footer .footer-inner form .form-control {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border-radius: 3;
  font-size: 16px;
  outline: 0;
  border-width: 1px;
}

.footer .form-inline .btn {
  width: 19%;
  border-radius: 0;
  padding: 11px 13px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .footer-inner .f-border {
  width: 30px;
  height: 2px;
  background: #b2b3b5;
  margin-bottom: 30px;
  border-radius: 50px;
}

/** Posts by category start **/
.posts-by-category ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.posts-by-category ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: dashed 1px #ededed;
}

.posts-by-category ul li a {
  color: #535353;
  font-weight: 500;
  font-size: 15px;
}

.posts-by-category ul li a span {
  float: right;
  color: inherit;
}

.posts-by-category ul li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/** Intro section start **/
.intro-section {
  padding: 30px 0 25px;
}

.intro-text h3 {
  font-size: 27px;
  margin: 0;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
}

.intro-section .btn {
  background: #fff;
  float: right;
  color: #353535;
  border-radius: 100px;
  box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
  padding: 15px 30px 9px 30px;
}

.intro-section .btn:hover {
  box-shadow: none;
}

/** Intro section 2 start **/
.intro-section-2 {
  background: url(http://placehold.it/1110x123);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 15px 25px;
  border-radius: 5px;
  margin: 0 0 30px;
}

.intro-section-2:before {
  opacity: 0.8;
  content: "";
  border-radius: 5px;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.intro-section-2 p {
  color: #fff !important;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}

.intro-section-2 form .form-control {
  width: 68%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 50px 0 0 50px;
  outline: 0;
  font-weight: 500;
  border: 1px solid #fff;
}

.intro-section-2 .btn {
  width: 32%;
  padding: 11px 5px 10px;
  text-align: center;
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.intro-section-2 .intro-text h3 {
  font-size: 27px;
  margin-bottom: 10px;
  color: #fff;
  line-height: normal;
  font-weight: 500;
}

.intro-section-2 .Subscribe-box {
  padding: 2px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin-top: 9.5px;
}

/** Tags box start **/
.tags-box ul li {
  display: inline-block;
}

.tags-box ul li a {
  border-radius: 3px;
  color: #535353;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 5px 12px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #F7F7F7;
  background: #F7F7F7;
}

.tags-box ul li a:hover {
  color: #fff;
}

/** Recent properties start **/
.recent-properties .media img {
  width: 60px;
  border-radius: 3px;
}

.recent-properties .media h5 {
  margin-bottom: 7px;
  font-weight: 500;
}

.recent-properties .media h5 a {
  font-size: 18px;
}

.recent-properties .listing-post-meta {
  font-size: 14px;
  font-weight: 500;
  color: #535353;
}

.recent-properties .listing-post-meta a {
  color: #535353;
}

/** Counters start **/
.counters {
  padding: 60px 0 20px;
  background: url(http://placehold.it/1920x266);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-box {
  margin-bottom: 40px;
  text-align: center;
}

.counter-box i {
  font-size: 45px;
  color: #fff;
  line-height: inherit;
}

.counter-box h1 {
  font-weight: 700;
  color: #fff;
  margin: 10px 0 5px;
  font-size: 30px;
}

.counter-box p {
  color: #fff;
}

/** Counters start **/
.counters-2 {
  padding: 100px 0 60px;
  background: url(http://placehold.it/1920x275);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counters-2 .counter-box p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.counters-2 .counter-box {
  margin-bottom: 40px;
  border-radius: 5px;
}

.counters-2 .counter-box .icon {
  width: 75px;
  border-radius: 2px;
  margin-right: 20px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border: dashed 1px #b5b5b5;
  font-size: 35px;
  border-radius: 50%/14%;
}

.counters-2 .counter-box h2 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  font-size: 30px;
  text-align: left;
}

.counters-2 .counter-box p {
  margin: 0;
  text-align: left;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

/** Counters 3 start **/
.counters-3 {
  background: #f9f9f8;
}

.counters-3 .counter-box .icon {
  font-size: 45px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.counters-3 .counter-box .icon i {
  color: #000;
  margin-bottom: 0;
}

.counters-3 .counter-box p {
  color: #484848;
}

.counters-3 .counter-box .clip-home {
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.counters-4 {
  padding: 0;
  background: rgba(0, 0, 0, 0.04) url(http://placehold.it/1920x390) top left repeat;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counters-4 .counters-info-section:before {
  opacity: 0.8;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.84);
}

.counters-4 .counters-info-section {
  padding: 100px 80px 60px 95px;
}

.counters-4 .counters-info-section.clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 90% 100%, 0 100%);
}

.counters-4 h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.counters-4 p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.counters-4 .counter-box {
  max-width: 240px;
  margin: 0 auto 40px;
  border-radius: 5px;
}

.counters-photo {
  padding: 0 95px 0 40px;
}

/** Contact section start **/
.contact-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.contact-section .login-box {
  background: #fff;
  max-width: 950px;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.contact-section .form-section {
  text-align: center;
  padding: 50px;
  border-radius: 10px 0 0 10px;
}

.contact-section .bg-img {
  background: rgba(0, 0, 0, 0.04) url(http://placehold.it/475x496) top left repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  min-height: 496px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section-bg {
  background: #f7f7f7;
}

.contact-section .pad-0 {
  padding: 0;
}

.contact-section .info {
  padding: 30px;
  text-align: center;
  border: solid 5px #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  margin: 0 auto;
}

.contact-section .info h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.contact-section .form-section p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.contact-section .form-section p a {
  color: #fff;
  font-weight: 500;
}

.contact-section .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.contact-section .form-section .social-list li {
  display: inline-block;
  margin-bottom: 5px;
}

.contact-section .logo-2 img {
  margin-bottom: 10px;
  height: 45px;
}

.contact-section .form-section .thembo {
  margin-left: 4px;
}

.contact-section .form-section h3 {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.contact-section .form-section .form-group {
  margin-bottom: 25px;
}

.contact-section .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

.contact-section .form-section .form-box input {
  float: left;
  width: 100%;
}

.contact-section .form-section .input-text {
  padding: 10px 20px;
  font-size: 15px;
  outline: none;
  height: 50px;
  background: rgba(23, 23, 23, 0.72);
  color: #616161;
  border-radius: 50px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contact-section .form-section .checkbox .terms {
  margin-left: 3px;
}

.contact-section .form-section .btn-md {
  cursor: pointer;
  padding: 15px 50px 13px 50px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
}

.contact-section .form-section input[type=checkbox], input[type=radio] {
  margin-right: 3px;
}

.contact-section .form-section button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.contact-section .form-section .btn-theme.focus, .btn-theme:focus {
  box-shadow: none;
}

.contact-section .form-section .btn-theme {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
}

.contact-section .form-section .btn-theme:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.contact-section .none-2 {
  display: none;
}

.contact-section .logo {
  top: 40px;
  position: absolute;
  left: 65px;
}

.contact-section .form-section .terms {
  margin-left: 3px;
}

.contact-section .btn-section {
  border-radius: 50px;
  margin-bottom: 25px;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contact-section .btn-section .btn-1 {
  border-radius: 50px 0 0 50px;
  border-right: solid 2px #e6e6e6;
}

.contact-section .btn-section .link-btn {
  font-size: 15px;
  float: left;
  background: transparent;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-decoration: blink;
  line-height: 30px;
  width: 90px;
  color: #505050;
}

.contact-section .btn-section .btn-2 {
  border-radius: 0 50px 50px 0;
}

.contact-section .form-section .checkbox {
  font-size: 14px;
}

.contact-section .form-section .form-check {
  float: left;
  margin-bottom: 0;
}

.contact-section .form-section .form-check a {
  color: #fff;
  float: right;
}

.contact-section .form-section .form-check-input {
  position: absolute;
  margin-left: 0;
}

.contact-section .form-section .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: -25px;
  border: 1px solid #c5c3c3;
  border-radius: 3px;
  background-color: #fff;
}

.contact-section .form-section .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.contact-section .form-section input[type=checkbox]:checked + label:before {
  font-weight: 300;
  color: #f3f3f3;
  line-height: 15px;
  font-size: 14px;
  content: "\2713";
}

.contact-section .form-section input[type=checkbox], input[type=radio] {
  margin-top: 4px;
}

.contact-section .form-section a.forgot-password {
  font-size: 15px;
  color: #535353;
  float: right;
  line-height: 50px;
  font-weight: 500;
}

.contact-section .social-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  margin: 2px;
  border-radius: 5%;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.contact-section .social-list a:hover {
  color: #fff;
}

/** Social media **/
.contact-section .facebook-bg {
  color: #4867aa;
}

.contact-section .facebook-bg:hover {
  background: #4867aa;
}

.contact-section .twitter-bg {
  color: #33CCFF;
}

.contact-section .twitter-bg:hover {
  background: #33CCFF;
}

.contact-section .google-bg {
  color: #db4437;
}

.contact-section .google-bg:hover {
  background: #db4437;
}

.contact-section .linkedin-bg {
  color: #2392e0;
}

.contact-section .linkedin-bg:hover {
  background: #1c82ca;
}

@media (max-width: 992px) {
  .inline-search-area .dropdown-toggle::after {
    top: 22px;
  }

  .contact-section .form-section {
    width: 100%;
  }

  .contact-section .bg-img {
    min-height: 100%;
    border-radius: 5px;
  }

  .inline-search-area.isa-5 .btn-search {
    height: 54px;
  }

  .counters-photo {
    display: none;
  }

  .counters-2.counters-4 {
    padding: 0;
  }

  .none-992 {
    display: none !important;
  }

  .main-header .navbar-nav {
    background: #f9f9f9;
  }

  .main-title p {
    font-size: 16px;
  }

  .testimonial-3 {
    padding: 80px 0 90px;
  }

  .sub-footer .social-list {
    float: inherit;
  }

  .main-title-3 {
    text-align: center;
  }

  .main-title-3 .btn {
    display: none;
  }

  .testimonial .main-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonial .main-title .btn {
    display: none;
  }

  .logo-3 {
    padding: 15px 0;
  }

  .logo-3 img {
    height: 40px;
  }

  .banner .w-100 {
    width: auto !important;
  }

  .main-header .navbar-light .navbar-toggler {
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
  }

  .main-header .navbar-light .navbar-toggler span {
    color: #fff;
  }

  .properties-details-Slider .slider-listing {
    height: 375px !important;
  }

  .intro-section-2 p {
    margin-bottom: 10px;
  }

  .intro-section-2 {
    padding: 30px 15px 30px;
    margin: 0 0 30px;
    text-align: center;
  }

  .service-info {
    padding: 30px 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .contact-section .login-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact-section .form-section {
    padding: 30px;
  }
}
/** Login 6 end **/
/** Category start **/
.categories .col-pad {
  padding: 0 7.5px;
}

.category {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
  border-radius: 3px;
}

.category:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #353535;
  opacity: 0.4;
  z-index: -11;
  transition: 0.3s ease-out;
}

.category_bg_box {
  transition: all 0.35s;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
}

.category_long_bg {
  height: 455px;
}

.cat-1-bg {
  background-image: url(http://placehold.it/317x220);
}

.cat-2-bg {
  background-image: url(http://placehold.it/317x220);
}

.cat-3-bg {
  background-image: url(http://placehold.it/317x220);
}

.cat-4-bg {
  background-image: url(http://placehold.it/460x455);
}

.cat-5-bg {
  background-image: url(http://placehold.it/317x220);
}

.category:hover .category_bg_box {
  transform: scale(1.06);
  transition: transform 0.35s ease-out;
}

.category .category-overlay {
  border-radius: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s linear;
  background-color: rgba(36, 42, 53, 0.5);
}

.category-subtitle {
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
}

.category-content {
  display: block;
  left: 25px;
  position: absolute;
  top: 15px;
  transition: all 0.15s linear;
}

.category-content h3 {
  margin-bottom: 5px;
  text-align: left;
}

.category-content h3 a {
  color: #fff;
  font-size: 20px;
}

.category:hover .category-view-more {
  visibility: visible;
}

/** Listings parallax start **/
.listings-parallax {
  background: url(../img/listings-parallax.jpg);
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #efefef;
  padding-top: 80px;
}

.listings-parallax .text {
  display: inline-block;
}

/** Social links start SOCIAL **/
.social-links .social-list li {
  display: inline-block;
  font-size: 16px;
}

.social-links .social-list li a {
  margin-right: 5px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

/** Option bar start **/
.option-bar {
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.option-bar .sort {
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 35px;
}

.sorting-options span {
  line-height: 35px;
}

.sorting-options {
  float: right;
}

.sorting-options2 .bootstrap-select {
  width: 200px !important;
  font-family: "Raleway", sans-serif;
}

.sorting-options2 .search-fields {
  min-height: 36px;
  padding: 0;
}

.sorting-options2 .dropdown-toggle::after {
  margin-left: 0em;
}

.sorting-options2 .bootstrap-select > .dropdown-toggle {
  padding-right: 30px;
}

.sorting-options2 .bootstrap-select button {
  color: #545454 !important;
  font-weight: 500;
  border-radius: 3px;
  outline: none;
  padding: 9px 15px 3px 15px;
}

.change-view-btn {
  border-radius: 3px;
  background: transparent;
  padding: 5px 9px;
  margin: 0 2px;
  display: inline-block;
}

.change-view-btn:hover {
  color: #fff;
}

.active-view-btn {
  color: #fff !important;
  padding: 5px 9px;
}

.active-view-btn:hover {
  background: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ccc !important;
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/**  Comments start **/
.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment {
  margin: 0 0 30px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.comment p {
  font-size: 15px;
  line-height: 25px;
}

.comment h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.comment-author {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 0;
  position: absolute;
  top: 0;
}

.comment-author a img {
  bottom: 2px;
  border-radius: 7%;
  display: block;
  width: 100%;
  position: absolute;
  top: 2px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.t-s {
  margin-top: 40px;
}

.t-s h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 20px;
}

.comment-content {
  padding-bottom: 10px;
  border-bottom: dashed 1px #d6d6d6;
  margin: 0 0 0 77px;
}

.mrg-bdr {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

.comment-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.comment-content .comment-rating {
  color: orange;
}

.comment-meta {
  margin-bottom: 10px;
  font-size: 14px;
  color: #535353;
  font-weight: 500;
}

.comment-meta a {
  margin-left: 10px;
  font-weight: 600;
}

.comments ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
}

.comment-b .comment-content {
  padding-bottom: 0;
  border-bottom: transparent;
  margin: 0 0 0 85px;
}

.comment-b .comment-content p {
  margin-bottom: 0;
}

.comment-b {
  margin-bottom: 0;
}

.comment-content ul {
  margin-bottom: 20px;
}

.comment-content ul li {
  font-weight: 600;
  color: #50596E;
  line-height: 30px;
  font-size: 14px;
}

.comment-content ul li span {
  font-weight: 500;
  color: #737780;
}

.comment-content ul li a {
  color: #737780;
}

.comment-content .btn-1 {
  border: none;
  cursor: pointer;
  padding: 6px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 500;
  background: #e9ecef;
  color: #535353;
}

/** Coming soon start **/
.coming-soon-bg {
  background: rgba(0, 0, 0, 0.04) url(http://placehold.it/1920x1000) top left repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.coming-soon-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.coming-soon-inner img {
  margin-bottom: 20px;
  height: 40px;
}

.coming-soon-inner {
  text-align: center;
  margin: 0 auto;
  max-width: 820px;
  color: #fff;
}

.coming-soon-inner h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 50px;
  color: #fff;
}

.coming-soon-inner h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.coming-soon-inner ul li {
  display: inline-block;
}

.coming-soon-inner ul li a {
  color: #fff;
}

.coming-soon ul li a {
  color: #fff;
  width: 45px;
  font-size: 18px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  margin: 2px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}

.coming-soon ul li a:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #fff;
}

.coming-soon-inner .coming-form {
  max-width: 55%;
  margin: 30px auto;
}

.coming-soon-inner .bordered-right {
  border-right: 1px solid #848484;
}

.coming-soon-inner .form-control {
  width: 69%;
  height: 50px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  border: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.coming-soon-inner .btn, .coming-soon-inner .btn:hover, .coming-soon-inner .btn:active {
  width: 31%;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
}

.coming-soon-counter {
  margin-bottom: 15px;
}

.coming-soon-counter div {
  display: inline-block;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  width: 20%;
  margin: 0 2%;
  padding-bottom: 10px;
  text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
  margin-bottom: 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}

.coming-soon-counter div:last-child {
  border: none;
}

.coming-soon-counter div span {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.ca .team-2 .detail {
  padding: 20px 20px 20px 25px;
  left: 0;
}

/** Social media box **/
.social-media-box .social-list li {
  float: left;
}

.social-media-box .social-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0 6px 4px 0;
  border-radius: 3px;
}

/** Financing calculator **/
.financing-calculator .form-label {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #535353;
}

.financing-calculator .form-group {
  margin-bottom: 20px;
}

/** Brand start **/
.brand-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 10px 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.brand-box img {
  height: 49px;
  margin-bottom: 5px;
}

.brand-box h5 {
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  color: #535353;
}

.view-all {
  text-align: center;
}

.view-all h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.view-all ul {
  margin-bottom: 20px;
}

.view-all ul li {
  display: inline-block;
}

.view-all ul li a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
  color: #535353;
}

.search-brand .form-search .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  min-height: 50px;
  font-size: 17px;
  width: 100%;
  outline: none;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mt-30 {
  margin-top: 30px;
}

/** Content area srart **/
.content-area {
  padding: 100px 0 70px;
}

.content-area-2 {
  margin-bottom: 100px;
}

.content-area-3 {
  margin-bottom: 70px;
}

.content-area-4 {
  padding: 100px 0 50px;
}

.content-area-5 {
  padding: 100px 0;
}

.content-area-6 {
  padding: 100px 0 50px;
}

.content-area-7 {
  padding: 100px 0 85px;
}

.content-area-8 {
  padding: 187px 0 70px;
}

.content-area-9 {
  padding: 100px 0 90px;
}

.content-area-10 {
  padding: 100px 0 60px;
}

.content-area-11 {
  padding: 100px 0;
}

.theme img {
  margin-bottom: 30px;
}

.content-area-12 {
  padding: 100px 0 130px;
}

.content-area-13 {
  padding: 100px 0 50px;
}

/** Paginatin box **/
.pagination-box {
  margin-bottom: 25px;
}

.pagination {
  padding-left: 0;
  border-radius: 4px;
  display: inline-block;
}

.pagination li {
  display: inline-block;
}

.pagination > li > a {
  color: #353535;
  font-size: 17px;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.pagination > li > a, .pagination > li > span {
  border-radius: 0;
  margin: 0 2px 5px;
  padding: 12px 19px;
  text-align: center;
  border: none;
}

.pagination > li > a:hover {
  color: #fff;
}

.pagination > li > .active {
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.page-link:focus {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.show-more-options {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}

.sidebar-right .show-more-options {
  font-size: 15px;
}

.sidebar-left .show-more-options {
  font-size: 14px;
}

/**  Partners start **/
.partners {
  text-align: center;
  background: #f9f9f8;
  padding: 20px 0 10px;
}

.partners img {
  max-width: 160px;
  margin: 0 auto;
}

/** Navbar buttons start **/
.navbar-buttons img {
  width: 45px;
  border-radius: 50px;
  margin: 20px 15px 20px 0;
}

.navbar-buttons {
  float: right;
  text-align: right;
}

.navbar-buttons ul li {
  float: left;
  margin-left: 35px;
}

.navbar-buttons .btn-md {
  border-radius: 50px;
  letter-spacing: normal;
  padding: 12px 30px 10px 30px;
}

.navbar-buttons .btn-theme {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.header-2 {
  padding: 0 15px;
}

/** Sidebar widget start **/
.sidebar-right {
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sidebar-left {
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.widget {
  padding: 30px 20px;
  border-bottom: solid 1px #eaeaea;
}

.widget-2 {
  margin-bottom: 40px;
  padding: 20px;
}

.widget-3 {
  padding: 30px 20px;
  border-bottom: none;
}

.widget .search-fields {
  width: 100%;
  min-height: 45px;
  padding: 0;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.widget .bootstrap-select button {
  color: #545454 !important;
  font-weight: 500;
  border-radius: 3px;
  outline: none;
  padding: 13px 30px 8px 15px;
}

.single-block {
  margin-bottom: 30px;
}

.sidebar-title {
  font-size: 21px;
  position: relative;
  margin: 0 0 7px;
  font-weight: 600;
}

.s-border {
  width: 40px;
  height: 1px;
  margin-bottom: 2px;
  border-radius: 50px;
  background: #c5c5c5;
}

.m-border {
  width: 20px;
  height: 1px;
  margin-bottom: 25px;
  border-radius: 50px;
  background: #c5c5c5;
}

.sidebar .search-box {
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}

.form-search {
  position: relative;
}

.form-search .form-control {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 45px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
  box-shadow: none;
  outline: none;
}

.form-search .btn i {
  color: #777;
}

.form-search .form-group, .form-search .form-control {
  width: 100%;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider label {
  font-size: 13px;
  color: #535353;
  font-weight: 600;
  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 2px solid #66676b;
  cursor: w-resize;
  outline: none;
  top: -4px;
  margin-left: -8px;
  box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-widget-content {
  background-color: #ccc;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.min-value {
  float: left;
  margin-left: -8px;
  width: 40%;
  margin-right: -8px;
  font-size: 12px;
  color: #535353;
  font-weight: 600;
  margin-top: 15px;
}

.max-value {
  float: right;
  width: 60%;
  text-align: right;
  margin-right: -8px;
  font-size: 12px;
  color: #535353;
  font-weight: 600;
  margin-top: 15px;
}

.sidebar .recent-properties-box .detail header {
  padding-bottom: 0;
}

/** Sub Banner start **/
.sub-banner {
  background-image: url("../images/bg-contato.jpg");
  background-size: cover;
  height: 225px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.sub-banner-anuncie {
  background-image: url("../images/bg-anuncie.jpg");
}

.sub-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(1, 0, 104, 0.6);
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  font-size: 30px;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}

.sub-banner .breadcrumbs li a {
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 7px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  margin-right: 7px;
  font-weight: 900;
}

.blog-social-list {
  float: right;
}

.blog-social-list a {
  text-align: center;
  display: inline-block;
  list-style: none;
}

.blog-social-list span {
  margin-right: 10px;
  font-weight: 600;
  color: #353535;
}

.blog-social-list a {
  width: 33px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: white;
  margin-bottom: 5px;
  border-radius: 5%;
}

.blog-tags a {
  border-radius: 3px;
  color: #535353;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 5px 12px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #F7F7F7;
  background: #F7F7F7;
}

.blog-tags span {
  margin-right: 10px;
  font-weight: 600;
  color: #353535;
}

/** My account box start **/
.my-address form .form-group {
  margin-bottom: 20px;
}

.my-address form .input-text {
  width: 100%;
  padding: 10px 17px;
  font-size: 14px;
  border: 1px solid #e8e7e7;
  outline: none;
  height: 45px;
  border-radius: 3px;
  line-height: 30px;
}

.my-address form textarea {
  min-height: 150px;
}

.my-address form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #827f7f;
}

.my-address {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.edit-profile-photo {
  position: relative;
  background: #fff;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.23);
  padding: 2px;
}

.change-photo-btn {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  bottom: -22px;
  left: 40%;
  width: auto;
  transition: 0.3s;
  cursor: pointer;
  line-height: 28px;
}

.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 6px 15.5px 10px;
  cursor: pointer;
  font-size: 14px;
  background: #e8e8e8;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.photoUpload.clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  position: relative;
}

.photoUpload span {
  font-weight: 600;
}

.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.my-address {
  margin-bottom: 30px;
}

.footer .listing-meta span a {
  text-decoration: none;
  float: right;
  margin-left: 15px;
  color: #525252;
}

.footer .listing-meta span a i {
  margin-right: 4px;
}

.footer .listing-meta span a:hover {
  color: #8c8c8c;
}

.heading {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}

.heading-2 {
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 600;
}

.form-group label, .checkbox label {
  font-weight: 500;
  font-size: 15px;
  color: #353535;
}

.form-group .form__label {
  margin-bottom: 0.2rem;
}

.form-contact .form-group {
  margin-bottom: 0.5rem;
}

.advanced-search .form-group label, .checkbox label {
  color: #5f5e5e;
}

.range-slider.form-group label, .checkbox label {
  font-weight: 500;
}

/** Dashboard nav start **/
.dashboard {
  position: relative;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.dashboard-nav {
  background-color: #2a2a2a;
  display: block;
  height: 100%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 11;
  position: fixed;
  min-height: 100vh;
  overflow: hidden;
  min-width: 280px;
}

.dashboard-nav h4 {
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 30px 15px;
}

.dashboard-nav ul {
  border-bottom: 1px solid #343a40;
}

.dashboard-nav ul li {
  border-left: 3px solid transparent;
  line-height: 25px;
  font-weight: 400;
  font-size: 15px;
}

.dashboard-nav ul li a {
  color: #b2b3b5;
  display: block;
  padding: 11px 27px;
  transition: 0.3s;
  cursor: pointer;
}

.dashboard-nav ul li a i {
  padding-right: 8px;
  width: 20px;
}

.dashboard-content {
  padding: 30px 30px 0;
  position: relative;
  z-index: 10;
  margin-left: 280px;
  width: 100%;
}

.dashboard-header {
  margin-bottom: 20px;
}

.dashboard-header .breadcrumb-nav {
  right: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  float: right;
}

.dashboard-header .breadcrumb-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
  font-weight: 500;
}

.dashboard-header .breadcrumb-nav ul li a {
  color: #353535;
}

.dashboard-header h4 {
  font-weight: 600;
  font-size: 21px;
}

.dashboard-list {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.dashboard-list h3 {
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  margin: 0;
  width: 100%;
  font-weight: 500;
}

.dashboard-message {
  float: left;
  padding: 25px 25px;
  position: relative;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.dashboard-list h4 {
  padding: 15px 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.responsive-table {
  padding: 20px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.dashboard-nav ul li span.nav-tag {
  font-family: open sans;
  font-weight: 400;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 0 7px;
  text-align: center;
  min-width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-left: 5px;
}

.dashboard-list .comment-content {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.sub-banner-2 {
  margin: 0 15px 30px;
  font-size: 15px;
}

/** Manaage table start **/
.manage-table .listing-photoo {
  width: 20%;
}

.manage-table .listing-photoo img {
  width: 100%;
  border-radius: 5px;
}

.manage-table .title-container {
  width: 55%;
  padding: 0 20px;
}

.manage-table .title-container h2 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}

.manage-table .title-container h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #535353;
}

.manage-table .title-container h6 {
  font-size: 15px;
  font-weight: 500;
  color: #535353;
}

.manage-table .expire-date {
  font-size: 15px;
  width: 15%;
  font-weight: 500;
  padding: 0 20px 0 0;
  color: #535353;
}

.manage-table .action {
  width: 10%;
}

.manage-table .action a {
  display: block;
  font-size: 14px;
  margin: 3px 0;
  font-weight: 500;
  color: #535353;
}

.manage-table .action a i {
  margin-right: 3px;
}

.manage-table .title-container h2 a:hover {
  color: #4a4747;
}

/** Invoice start **/
.invoice {
  width: 100%;
  display: inline-block;
}

.invoice .address-info {
  margin-bottom: 30px;
}

.invoice .address-info .strong {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dee2e6;
  color: #353535;
}

.invoice .address-info p {
  margin-bottom: 0;
  font-size: 15px;
}

.invoice strong {
  color: #fff;
  font-weight: 500;
}

.invoice .order {
  text-align: right;
  line-height: 40px;
  font-size: 22px;
}

.invoice .logo img {
  height: 40px;
}

.invoice-mb-30 {
  margin-bottom: 30px;
}

.invoice .table {
  margin-bottom: 0;
}

/** Tab box 2 start **/
.tab-box-2 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: transparent;
  border-radius: 0;
}

.tab-box-2 .nav-pills .nav-link {
  padding: 0 5px 10px;
  font-weight: 500;
}

.tab-box-2 .nav-item {
  float: right;
  display: inline-block;
}

.comments-tr {
  border-bottom: 1px solid #eee;
}

.comments-tr span {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #353535;
}

.tab-box-2 .comment-content {
  padding-bottom: 0;
  border-bottom: none;
}

.tab-box-2 .comment-content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.tab-box .nav-link {
  display: block;
  padding: 7px 30px;
  font-weight: 500;
  border-radius: 50px !important;
}

.tab-box p {
  font-size: 15px;
  margin-bottom: 0;
}

/** Ui item start **/
.ui-item {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 30px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}

.ui-item i {
  font-size: 70px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgba(255, 255, 255, 0.41);
}

.ui-item p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.ui-item h4 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.alert-2 {
  margin-bottom: 50px;
}

/** typography start **/
.typography .heading {
  text-transform: uppercase;
  margin: 0 0 20px;
}

.typography .sd p {
  margin-bottom: 40px;
}

/** Properties amenities start **/
.properties-amenities ul li {
  margin-bottom: 10px;
  font-size: 15px;
  padding-left: 27px;
  position: relative;
  font-weight: 500;
}

.properties-amenities ul li i {
  left: 0;
  position: absolute;
  top: 3px;
}

.search-banner .show-more-options {
  margin-bottom: 20px;
  display: block;
}

.property-details ul li {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 13px;
}

.property-details ul li strong {
  margin-right: 5px;
  font-weight: 600;
}

.properties-details-page .heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.properties-details-page iframe, .modal-body iframe .element.style {
  height: 350px;
}

.properties-details-page iframe, .modal-body iframe {
  width: 100%;
  border: none;
}

/** Heading properties start **/
.heading-properties {
  letter-spacing: 1px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.heading-properties h3 {
  margin-top: 0;
  font-size: 22px;
}

.heading-properties p {
  margin-bottom: 0;
  font-size: 14px;
}

.heading-properties h3 span {
  font-weight: 700;
}

.heading-properties h5 {
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

/** Heading properties 2 start **/
.heading-properties-2 {
  margin-bottom: 20px;
}

.heading-properties-2 h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}

.heading-properties-2 ul li {
  float: left;
  margin-right: 20px;
  font-weight: 500;
  font-size: 15px;
}

.heading-properties-2 .ratings-2 i {
  color: orange;
}

.heading-properties-2 .ratings-2 span {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}

/** Heading properties 3 start **/
.heading-properties-3 {
  margin-bottom: 20px;
}

.heading-properties-3 h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 5px;
}

.heading-properties-3 h1 span {
  float: right;
}

.heading-properties-3 p {
  font-size: 16px !important;
  margin-bottom: 0;
}

.heading-properties-3 p span {
  float: right;
}

.properties-details-sliders .list-inline {
  white-space: nowrap;
  width: 100% !important;
}

.properties-details-sliders .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 0;
}

.properties-details-sliders .carousel-indicators a {
  cursor: pointer;
}

.properties-details-sliders .carousel-indicators > li {
  height: initial;
  text-indent: initial;
  margin-right: 0;
  margin-left: 0;
}

.dd.properties-details-sliders .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

.smail-properties .list-inline-item {
  width: 20%;
}

.smail-properties .list-inline-item a img {
  width: 100%;
  border: none;
  border-radius: 0;
}

.properties-details-sliders .carousel-indicators > li.active img {
  opacity: 0.7;
}

.properties-details-sliders .right {
  position: absolute;
  right: 15px;
  top: 45%;
}

.properties-details-sliders .left {
  left: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -30px;
  text-align: center;
  background: #fff;
  border-radius: 5%;
}

.properties-details-sliders .left i {
  font-size: 20px;
  color: #353535;
}

.properties-details-sliders .right {
  right: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 5%;
}

.properties-details-sliders .right i {
  font-size: 20px;
  color: #353535;
}

.list-inline-item:not(:last-child) {
  margin-right: 1px;
}

.smail-properties {
  width: 100%;
}

.properties-details-sliders .overview-bgi-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.29);
}

.properties-details-sliders .heading-properties-2 {
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  top: 33%;
  margin-bottom: 0;
}

.properties-details-sliders .heading-properties-2 h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}

.properties-details-sliders .heading-properties-2 ul li {
  color: #fff;
}

.properties-details-sliders .heading-properties-2 .informeson {
  max-width: 600px;
  margin-right: auto;
  padding: 25px;
  background: rgba(0, 0, 0, 0.23);
}

.properties-details-sliders .heading-properties-2 .informeson ul {
  margin-bottom: 15px;
}

.properties-details-sliders .heading-properties-2 .informeson ul li {
  line-height: 27px;
}

.properties-details-sliders .heading-properties-2 .informeson ul li:last-child {
  margin-right: 0;
}

/** Properties details Slider start **/
.properties-details-Slider .list-inline {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 20;
  margin: 0 auto;
  width: 100%;
}

.properties-details-Slider .carousel-indicators > li {
  height: initial;
  text-indent: initial;
}

.properties-details-Slider .smail-properties .list-inline-item {
  width: 70px;
  margin: 5px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.properties-details-Slider .location {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.properties-details-Slider .ratings-2 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.properties-details-Slider .ratings-2 span {
  color: #fff;
}

.properties-details-Slider .price {
  font-weight: 700;
}

.properties-details-Slider .price .month {
  color: #fff;
  font-weight: 400;
}

.properties-details-Slider .ratings-2 i {
  color: orange;
}

.properties-details-Slider h2 {
  color: #fff;
}

.pds-2 .heading-listing-3 {
  margin: 0 0 0 20px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 30px;
}

/** Floor plans start **/
.floor-plans table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td, table th {
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table td {
  font-size: 15px;
  font-weight: 400;
  color: #535353;
}

.floor-plans table strong {
  font-weight: 600;
}

/** Tabbing box start **/
.tabbing-box .tab-pane {
  padding-top: 30px;
}

.tabbing-box .nav-tabs {
  background: #fff;
  border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  border-radius: 50px;
  padding: 11px 20px 9px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 50px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  border-radius: 50px;
  color: #fff;
}

.tabbing-box .nav-tabs .nav-link {
  border: none;
}

.properties-details-page p {
  font-size: 15px;
}

/** Compare table start **/
.compare-table tr {
  border: 1px solid #ececec;
}

.compare-table tr:first-child {
  border-top: none;
}

.compare-table tr td:first-child {
  width: 350px;
  background: #f8f9fa;
}

.compare-table tr td {
  box-sizing: border-box;
  font-size: 15px;
  padding: 20px 15px;
  text-align: center;
  width: 395px;
  font-weight: 500;
}

.compare-table tr td .fa-times {
  color: red;
}

.compare-table tr td .fa-check {
  color: green;
}

.search-compare {
  margin-bottom: 20px;
}

.search-compare .form-group {
  margin-bottom: 10px;
}

.search-compare h4 {
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 25px;
}

.search-compare .search-fields {
  min-height: 50px;
  padding: 0 !important;
  font-size: 15px;
  width: 100%;
  outline: none;
  color: #616161;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.search-compare .bootstrap-select button {
  color: #545454 !important;
  font-weight: 500;
  width: 100%;
  border-radius: 3px;
  outline: none;
  padding: 15px 35px 9px 20px;
}

.search-compare .search-button {
  cursor: pointer;
  padding: 15px 26px 14px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
  width: 100%;
  outline: none;
}

/** Faq start **/
.faq-box {
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.faq-box h5 .btn-link {
  padding: 25px 20px;
  width: 100%;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #535353;
}

.faq-box .card-header {
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-bottom: solid 1px #d8d8d8;
}

.faq-box .card-body p {
  line-height: 27px;
}

.faq-box .card-body span {
  font-size: 14px;
}

.faq-box .card-body span a {
  font-weight: 500;
}

.faq-accordion .card {
  margin-bottom: 0;
  border: none;
}

.faq-accordion .p-text {
  padding: 20px 0 50px;
  line-height: 30px;
  font-weight: 500;
  color: #535353;
  font-size: 15px;
}

.faq-accordion .card-header {
  padding: 0;
  background: transparent;
}

.bd-none {
  border-bottom: 1px none;
}

.faq-accordion .card-title {
  margin-bottom: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  cursor: pointer;
}

.faq-accordion .card-header {
  border: none;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #f8f9fa;
}

.faq-accordion .card-header a {
  width: 100%;
  color: #535353;
}

.faq-accordion .card-block {
  padding: 0;
}

.faq-accordion .card-header .card-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\F077";
  font-size: 13px;
  font-weight: 900;
  width: 60px;
  height: 60px;
  background: #eeeeef;
  float: left;
  text-align: center;
  line-height: 60px;
}

.faq-accordion .card-header .collapsed.card-title:before {
  content: "\F078";
  font-size: 13px;
  font-weight: 300;
}

.foq-info p {
  font-size: 14px;
  line-height: 30px;
}

.foq-info {
  padding: 15px 0 35px;
}

/** Submit property start **/
.submit-property .checkbox {
  padding-left: 0;
  margin-bottom: 10px;
}

.submit-property .heading-2 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
}

.submit-address form .input-text {
  padding: 10px 17px;
  color: #495057 !important;
  width: 100%;
  min-height: 45px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.submit-address .search-fields {
  min-height: 45px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  padding: 0;
}

.submit-address .bootstrap-select .dropdown-toggle .filter-option-inner {
  overflow: hidden;
  font-size: 15px;
}

.submit-address .bootstrap-select button {
  color: #7b7b7b !important;
  font-weight: 500;
  border-radius: 3px;
  outline: none;
  padding: 11px 30px 9px 15px;
  min-height: 43px;
  font-size: 15px !important;
}

.submit-address form textarea {
  min-height: 160px;
}

.submit-address form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #353535;
}

.pad-20 {
  padding: 25px;
}

.submit-address form .form-group {
  margin-bottom: 20px;
}

.submit-address textarea {
  height: 180px;
}

.dropzone-design {
  border: 2px dashed #d0d0d0;
  min-height: 100px;
}

.dropzone-design, .dropzone-design * {
  box-sizing: border-box;
}

.dropzone-design {
  min-height: 160px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone-design.dz-clickable {
  cursor: pointer;
}

.dropzone-design.dz-clickable * {
  cursor: default;
}

.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
  display: none;
}

.dropzone-design.dz-drag-hover {
  border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone-design .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone-design .dz-preview:hover {
  z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
  background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
  border-radius: 3px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  transition: all 0.3s;
  display: block;
  z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
  display: block;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone-design {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.dropzone-design:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.dropzone-design:hover:before {
  opacity: 0.4;
}

.dropzone-design .dz-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #888;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.dropzone-design:hover .dz-message {
  color: #66676b;
}

.dz-message i {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
  display: inline;
  line-height: 117px;
}

/**  Specifications start **/
.book-btn {
  display: block;
  height: 41px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/loader.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
  margin-bottom: 30px;
}

/** Icons library **/
.icon-lists .heading {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.glyph {
  text-align: center;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.glyph .glyph-icon {
  font-size: 24px;
  font-weight: 500;
  color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
  display: none;
}

.glyph .bshadow0 .lnr {
  font-size: 24px;
  color: #555;
  font-weight: 500;
  display: block;
  line-height: 35px;
}

.icon-lists mark {
  margin-bottom: 10px;
  display: inline-block;
}

.font-awesome-icons .col-print-4 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.font-awesome-icons {
  font-size: 14px;
  color: #555;
}

.font-awesome-icons .text-muted {
  display: none;
}

/** Portfolio item **/
.portfolio-item {
  margin-bottom: 30px;
}

.pg-4 .portfolio-item {
  margin-bottom: 0;
}

/** Option panel **/
.option-panel {
  z-index: 9999;
  width: 215px;
  position: fixed;
  right: 0;
  background: #fff;
  top: 20%;
  padding: 20px 15px;
  transition: all 1s ease;
}

.option-panel-collased {
  right: -215px;
}

.option-panel h2 {
  font-size: 10px;
  margin: 0 0 0 0;
  text-align: center;
  color: #555;
  padding: 8px 0;
  font-weight: 600;
}

.option-panel .color-plate {
  width: 24px;
  height: 24px;
  float: left;
  margin: 3px;
  border-radius: 0;
  cursor: pointer;
}

.default-plate {
  background: #010068;
}

.blue-plate {
  background: #2048bb;
}

.yellow-plate {
  background: #ffb400;
}

.red-plate {
  background: #f0151f;
}

.green-light-plate {
  background: #1abc9c;
}

.green-plate {
  background: #7dba21;
}

.yellow-light-plate {
  background: #faaa5d;
}

.green-light-2-plate {
  background: #0dcdbd;
}

.olive-plate {
  background: #b3c211;
}

.purple-plate {
  background: #8e44ad;
}

.midnight-blue-plate {
  background: #376bff;
}

.brown-plate {
  background: #A14C10;
}

.setting-button {
  position: absolute;
  font-size: 20px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  left: -45px;
  color: #2b303b;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** Option Panel **/
/** Full page search **/
#full-page-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
}

#full-page-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#full-page-search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: 0 auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 28px;
}

#full-page-search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  margin-left: -45px;
}

#full-page-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 17px;
  outline: 0 auto -webkit-focus-ring-color;
  cursor: pointer;
  border-radius: 3px;
  background: #3a3a3a;
}

/* Mtb **/
.mtb-50 {
  margin: 50px 0;
}

.mtb-30 {
  margin: 30px 0;
}

/* Mt **/
.mt-20 {
  margin-top: 20px;
}

/* Mb **/
.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

/** Option Panel **/
.option-panel {
  z-index: 9999;
  width: 193px;
  position: fixed;
  right: 0;
  top: 20%;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 1s ease;
}

.option-panel-collased {
  right: -193px;
}

.option-panel h2 {
  font-size: 16px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 0 0 10px;
  font-weight: 500;
  color: #353535;
}

.option-panel .color-plate {
  width: 32px;
  height: 32px;
  float: left;
  margin: 3px;
  border-radius: 0;
  cursor: pointer;
}

@media all and (min-width: 1200px) {
  .property-box-2 .footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
}
@media all and (min-width: 992px) {
  .banner img {
    /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
    max-width: 700px;
    margin: auto;
  }

  .dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .sticky-header {
    position: relative !important;
    z-index: 1011;
    background: #fff;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
  }

  .sticky-header .nav-link::after {
    display: none !important;
  }

  .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }

  .sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
  }

  .header-shrink {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: 0px !important;
  }

  .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
  }

  .header-shrink .open-offcanvas {
    color: #515151;
  }

  .hide-carat .nav-link::after {
    display: none !important;
  }

  .j_open_more_filters {
    display: none;
  }

  .j_close_filters {
    display: none;
  }

  .sidebar-left .modal-filtro-close {
    display: none;
  }
}
/** Media **/
@media (max-width: 1200px) {
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 10px;
  }

  .main-header .logo {
    padding: 15px 0;
    float: left;
  }

  .banner .banner-slider-inner h1 {
    font-size: 51px;
    margin-bottom: 20px;
  }

  .banner p {
    margin-bottom: 25px;
  }

  .main-header .navbar-expand-lg .user-account {
    padding: 30px 10px;
  }

  .main-header .form-inline .submit {
    margin-left: 10px;
  }

  .property-box-2 .facilities-list {
    padding: 15px 20px;
  }

  .property-box .facilities-list li {
    margin-right: 20px;
  }

  .pages-404 .nobottomborder h1 {
    font-size: 34px;
  }

  .inline-search-area {
    max-width: 870px;
  }

  .about-text h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .about-text {
    padding: 0;
  }

  .about-info {
    padding-right: 0;
  }

  .counters-4 .counters-info-section {
    padding: 100px 50px 60px 40px;
  }

  .counters-4 .counters-info-section.clip-home {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 93% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 93% 100%, 0 100%);
  }
}
@media (max-width: 992px) {
  .content-area {
    padding: 80px 0 50px;
  }

  .content-area-2 {
    margin-bottom: 80px;
  }

  .content-area-3 {
    margin-bottom: 50px;
  }

  .content-area-4 {
    padding: 80px 0 50px;
  }

  .content-area-5 {
    padding: 80px 0;
  }

  .content-area-6 {
    padding: 80px 0 50px;
  }

  .content-area-7 {
    padding: 80px 0 65px;
  }

  .content-area-8 {
    padding: 80px 0 50px;
  }

  .content-area-9 {
    padding: 80px 0 70px;
  }

  .content-area-10 {
    padding: 80px 0 40px;
  }

  .content-area-11 {
    padding: 50px 0;
  }

  .content-area-12 {
    padding: 80px 0 110px;
  }

  .content-area-13 {
    padding: 80px 0 30px;
  }

  .contact-2 .contact-info {
    margin: 50px 0 0 0px;
  }

  .counters-4 .counters-info-section.clip-home {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0 100%);
  }

  .counters-4 .counters-info-section {
    padding: 80px 15px 40px 15px;
  }

  .properties-details-Slider .smail-properties .list-inline-item {
    width: 50px;
    margin: 3px;
  }

  .counters-2 {
    padding: 80px 0 40px;
  }

  .properties-details-sliders .heading-properties-2 .informeson {
    padding: 20px;
  }

  .sub-banner {
    background-position: inherit;
    background-repeat: inherit;
  }

  .bi-3 {
    margin-top: 50px;
  }

  .isa-6 {
    display: none;
  }

  .bi-2 {
    text-align: center;
  }

  .bi-2 .btn-lg {
    margin-bottom: 35px;
  }

  .inline-search-area {
    padding: 0;
  }

  .ss-2 {
    display: none;
  }

  .search-compare {
    margin-bottom: 5px;
  }

  .isa-3 {
    width: 100%;
    display: inline;
  }

  .isa-4 {
    display: none;
  }

  .isa-3 .search-fields {
    width: 100% !important;
  }

  .properties-details-sliders .heading-properties-2 {
    top: 30%;
  }

  .inline-search-area .search-col .form-control, .inline-search-area button.btn-search {
    border-radius: 3px !important;
    height: 45px;
    font-size: 14px;
  }

  .dashboard-content {
    padding: 30px 30px 0;
    position: relative;
    z-index: 10;
    height: 100%;
    margin-left: 0px;
  }

  .dashboard-nav {
    display: none !important;
  }

  #banner-inner-2 {
    bottom: 30px;
  }

  .sub-footer {
    text-align: center;
  }

  .sub-footer .copy {
    line-height: 25px;
    margin-bottom: 20px;
  }

  .banner-properties-info {
    display: none;
  }

  .banner-inner .banner-btn {
    float: inherit;
  }

  .banner-inner .photo {
    position: inherit;
    bottom: 260px;
    max-width: 230px;
    margin: 0 auto;
  }

  .banner-inner h6 {
    margin-bottom: 15px;
  }

  .tab-box-2 .nav-link {
    display: block;
    padding: 0.5rem 0.3rem;
  }

  .ui-item {
    margin-bottom: 30px;
  }

  .alert-2 {
    margin-bottom: 30px;
  }

  .header-2 {
    padding: 0;
  }

  .main-title {
    margin-bottom: 40px;
  }

  .main-title h1 {
    margin-bottom: 10px;
  }

  .mt2 h1 {
    margin-bottom: 15px;
  }

  .sub-banner {
    height: 300px;
  }

  .main-header .logo img {
    height: 40px;
  }

  .main-header .logo {
    padding: 15px 0;
  }

  .search-area {
    padding: 25px 20px 10px;
    border-radius: 0;
  }

  .search-area .form-group {
    margin-bottom: 15px;
  }

  .about-info {
    margin-bottom: 40px;
  }

  .about-text h3 {
    font-size: 23px;
  }

  .search-area-2 .range-slider {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .bg-grea .range-slider {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .search-area-2 {
    padding: 30px 0 10px;
  }

  .t-c {
    text-align: center;
  }

  .heading-properties-3 h1 {
    font-size: 22px;
  }

  .sub-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-size: 27px;
  }

  .main-title h1 {
    font-size: 29px;
  }

  .hidden-mb-20 {
    margin-bottom: 20px;
  }

  .category_long_bg {
    height: 350px;
  }

  .main-header .search-fields button {
    background: #efefef;
  }

  .main-header .inline-search-small .inline-search-area .search-col:first-child .form-control {
    border-radius: 50px 0 0 50px !important;
    background-color: #efefef;
  }

  .search-compare h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .search-compare .form-group {
    margin-bottom: 20px;
  }

  .service-info-3 .detail {
    padding: 30px 20px 30px;
  }

  .header-transparent {
    z-index: 999;
    width: 100%;
  }

  .banner .banner-slider-inner h1 {
    font-size: 43px;
    margin-bottom: 20px;
  }

  .banner h2 {
    font-size: 40px;
  }

  .banner p {
    margin-bottom: 25px;
  }

  .banner .banner-slider-inner {
    padding: 10px 0;
    top: 0%;
  }

  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }

  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 14px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }

  .pages-404 .nobottomborder h1 {
    font-size: 30px;
  }

  .pb-hediin-60 {
    padding-bottom: 60px;
  }

  .pb-hediin-12 {
    padding-bottom: 12px;
  }

  .service-info.h-bdr {
    border: solid 1px #efefef;
  }

  .pages-404 .error404 {
    font-size: 150px;
  }

  .contact-2 .main-title {
    margin-bottom: 40px;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
    background: #f9f9f9;
  }

  .main-header .navbar-expand-lg .navbar-nav .link-color:hover {
    background: #f9f9f9;
  }

  .main-header .dropdown-menu a {
    padding: 10px 30px;
  }

  .main-header .navbar-expand-lg .user-account {
    padding: 15px 10px;
  }

  .main-header .navbar-expand-lg .user-account li {
    font-size: 12px;
  }

  .main-header .form-inline .submit {
    margin: 0 0 50px 10px;
    font-size: 12px;
  }

  .navbar-light .navbar-toggler {
    border: none;
    font-size: 20px;
    font-weight: 100;
  }

  .navbar-toggler {
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0;
    outline: none;
  }

  .contect-agent-photo img {
    margin-top: 40px;
  }

  .team-2 .detail {
    padding: 25px;
    left: 0;
  }

  .about-text {
    padding: 0;
  }

  .inline-search-area .bootstrap-select button {
    border-bottom: solid 1px #e0e0e0 !important;
  }

  .banner h3 {
    font-size: 43px;
  }

  .b p {
    margin-bottom: 0;
  }

  .search-options-btn, .search-options-btn:hover {
    position: absolute;
    z-index: 10;
  }

  .sub-footer-2 .copy {
    text-align: center;
    margin-bottom: 10px;
  }

  .sub-footer-2 {
    text-align: center;
  }

  .sub-footer-2 .social-list {
    float: none;
  }

  .inline-search-area .search-fields {
    margin-bottom: 20px;
    border-radius: 3px;
  }

  .inline-search-area .bootstrap-select button {
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    font-weight: 500;
  }

  .inline-search-area .bootstrap-select .dropdown-toggle .filter-option-inner {
    overflow: hidden;
    font-size: 15px;
  }

  .sticky-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }

  .header-shrink {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    top: 0px !important;
  }

  .heading-properties-2 h1 {
    font-size: 25px;
  }

  .heading-properties-2 ul li {
    margin-right: 15px;
    font-size: 14px;
  }

  .heading-properties-2 .ratings-2 {
    font-size: 14px;
  }

  .properties-details-sliders .heading-properties-2 h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .modal-filtro:checked + .sidebar-left {
    opacity: 1;
    pointer-events: initial;
  }

  .sidebar-left {
    position: fixed;
    margin: 0;
    padding: 60px 15px;
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
    overflow-y: auto;
    /** Animation **/
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .sidebar-left .box-more-filters {
    display: block !important;
  }
  .sidebar-left .j_more_filter {
    display: none;
  }
  .sidebar-left .close_filters {
    padding: 16px 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .sidebar-left .close_filters .btn {
    color: #fff;
    background: #28a745;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .sidebar-left .modal-filtro-close {
    background: none;
    display: block;
    padding: 14px 24px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }

  .footer .parceiras {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .text-c {
    text-align: center;
  }

  .text-l {
    text-align: center !important;
  }

  .text-r {
    text-align: center !important;
  }

  .main-title p {
    font-size: 15px;
  }

  .banner h3 {
    font-weight: 500;
  }

  .banner-property-box .meta ul li i {
    font-size: 15px;
  }

  .btn-secton {
    right: 10px;
  }

  .banner .plan-price {
    font-size: 30px;
  }

  .banner .plan-price sup {
    top: -15px;
  }

  .filteriz-navigation li {
    font-size: 14px;
    padding: 5px 22px 4px 22px;
  }

  .banner .btn-lg {
    padding: 13px 25px 11px 25px;
  }

  .banner .btn-white-lg-outline {
    font-weight: 600;
    padding: 12px 23px 8px;
  }

  .banner-inner .photo {
    max-width: 190px;
  }

  .properties-details-sliders .heading-properties-2 .informeson {
    padding: 0;
    background: transparent;
  }

  .testimonial .main-title {
    margin-bottom: 30px;
  }

  .top-header {
    display: none;
  }

  .testimonial-3 {
    padding: 60px 0 70px;
  }

  .pds-2 .heading-listing-3 {
    margin: 0 0 20px 0;
  }

  .coming-soon-counter div span {
    margin-bottom: 10px;
  }

  .intro-section-2 {
    padding: 30px 5px 30px;
  }

  .counters-4 .counters-info-section {
    padding: 60px 15px 20px 15px;
  }

  .intro-section {
    padding: 30px 0;
    text-align: center;
  }

  .intro-section .btn {
    float: none;
  }

  .title-wwtn {
    display: inline-block;
    width: 100%;
  }

  .services-photo {
    display: none;
  }

  .intro-section .intro-text h3 {
    margin-bottom: 15px;
    line-height: normal;
  }

  .bi-4 {
    margin-top: 0px;
  }

  .sub-footer {
    margin-top: 10px;
  }

  .counters-2 {
    padding: 60px 0 20px;
  }

  .counters-2 .counter-box {
    max-width: 227px;
    margin: 0 auto 40px;
  }

  .bi-2 {
    margin-top: 50px;
  }

  .main-title h1 {
    font-size: 26px;
  }

  .carousel-caption {
    right: 0%;
    bottom: 0;
    left: 0%;
  }

  .comment-content .btn-1 {
    padding: 6px 15px;
    font-size: 12px;
    margin-bottom: 3px;
  }

  .faq-accordion .card-title {
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
  }

  .compare-table tr td {
    box-sizing: border-box;
    font-size: 13px;
    padding: 10px 7px;
  }

  .faq-accordion .card-header .card-title:before {
    font-size: 12px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  footer {
    padding-top: 60px;
  }

  .dashboard-content {
    padding: 30px 15px 0;
    overflow: hidden;
  }

  .property-box-2 .price-box {
    right: 30px;
  }

  .invoice .text-right {
    text-align: left !important;
  }

  .invoice .order {
    text-align: left;
    line-height: normal;
  }

  .invoice-mb-30 {
    margin-bottom: 20px;
  }

  .manage-table .listing-photoo {
    width: 100%;
    float: left;
    padding-left: 0;
  }

  .manage-table .listing-photoo img {
    max-width: 280px;
    margin: 0 auto;
  }

  .manage-table .title-container {
    padding: 20px 0 0;
    width: 100%;
    float: left;
  }

  .manage-table .expire-date {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }

  .responsive-table {
    text-align: center;
  }

  .manage-table .action {
    width: 100%;
    float: left;
    padding: 0;
  }

  .manage-table .action a {
    display: inline-block;
    margin: 3px 0;
    padding: 3px 15px;
    background: #f5f6f7;
    border-radius: 50px;
  }

  .manage-table .action a i {
    margin-right: 0;
  }

  .dashboard-header .breadcrumb-nav {
    right: 15px;
    display: inline-block;
    font-size: 15px;
    float: left;
  }

  .dashboard-header .breadcrumb-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 0 0;
  }

  .edit-profile-photo {
    width: 160px;
    margin-bottom: 40px;
  }

  .invoice .table td, .table th {
    padding: 10px 5px;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-header {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  }

  .search-area-2 .form-group {
    margin-bottom: 10px;
  }

  .property-meta {
    padding: 20px 5px;
  }

  .search-area-2 {
    padding: 30px 20px 10px;
  }

  .coming-soon-inner .form-control {
    width: 65%;
  }

  .coming-soon-inner .btn, .coming-soon-inner .btn:hover, .coming-soon-inner .btn:active {
    width: 35%;
  }

  .property-meta ul li {
    font-size: 14px;
  }

  .property-meta ul li i {
    margin-right: 7px;
    font-size: 17px;
  }

  .property-box-2 .footer {
    padding: 15px 35px 15px 35px;
  }

  .property-box-2 .facilities-list {
    padding: 15px 35px;
  }

  .property-box-2 .hdg {
    padding: 20px 35px;
  }

  .sub-banner {
    height: 270px;
  }

  .sub-banner .breadcrumb-area h1 {
    font-size: 23px;
  }

  .sub-banner .breadcrumbs li {
    font-size: 16px;
    font-weight: 400;
  }

  .partners img {
    max-width: 140px;
    margin: 0 auto;
  }

  .sub-footer {
    text-align: center;
  }

  .about-info .Properties-info ul li i {
    font-size: 18px;
  }

  .about-info .Properties-info ul li h4 {
    font-size: 12px;
  }

  .coming-soon-inner {
    margin: 0 auto;
  }

  .coming-soon-counter div {
    font-size: 32px;
    margin-bottom: 20px;
    padding: 0;
    background: transparent;
  }

  .coming-soon-inner h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .coming-soon-inner .coming-form {
    max-width: 75%;
    margin: 20px auto;
  }

  .banner .banner-slider-inner h1 {
    font-size: 35px;
  }

  .banner h2 {
    font-size: 35px;
  }

  .banner-property-box .mb-30 {
    margin-bottom: 20px;
  }

  .banner h3 {
    font-size: 35px;
  }

  .banner .btn-md {
    padding: 9px 15px;
    font-size: 12px;
  }

  .form-content-box {
    margin: 40px auto;
  }

  .form-content-box h3 {
    margin: 0 0 20px;
    font-size: 17px;
  }

  .blog-social-list {
    float: left;
    margin-top: 5px;
  }

  .countdown .top {
    font-size: 30px;
  }

  .pages-404 .error404 {
    margin-bottom: 30px;
    font-size: 150px;
  }

  .pages-404 .nobottomborder h4 {
    font-size: 16px;
  }

  .pages-404 .nobottomborder {
    margin-bottom: 0;
  }

  .setting-button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 38px;
    left: -35px;
  }

  .inside-properties iframe {
    height: 220px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .back-to-listings {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 15px;
  }

  .search-area label {
    display: none;
  }

  .listings-parallax h1 {
    font-size: 25px;
    margin: 0 0 20px;
  }

  .listings-parallax {
    text-align: center;
    padding-top: 60px;
  }

  .contact-details .media .media-left {
    padding-right: 20px;
  }

  .search-area-inner {
    margin: 0 -15px;
  }

  .search-contents .col-xs-12,
.search-contents .col-xs-6 {
    padding: 3px 10px;
  }

  .search-box .form-group {
    margin-bottom: 0;
  }

  .blog-box .detail .tags-box {
    margin-bottom: 20px;
  }

  .blog-box .detail .blog-share {
    float: left;
    text-align: left;
  }

  .comments ul {
    margin: 0 0 0 0;
  }

  .comment-body {
    margin: 10px 0 0 0;
    line-height: 20px;
    padding: 10px 0 0 0;
    font-size: 13px;
    text-align: justify;
  }

  .blog-banner {
    text-align: center;
    padding: 40px 0;
  }

  .comment-content {
    margin: 0 0 0 80px;
  }

  .comment-author {
    height: 60px;
    width: 60px;
  }

  .form-content-box .details {
    padding: 30px 20px;
  }

  .sec-title-three h2 {
    margin-top: 0;
  }

  .content-area {
    padding: 60px 0 30px;
  }

  .content-area-2 {
    margin-bottom: 60px;
  }

  .content-area-3 {
    margin-bottom: 30px;
  }

  .content-area-4 {
    padding: 60px 0 30px;
  }

  .content-area-5 {
    padding: 60px 0;
  }

  .content-area-6 {
    padding: 60px 0 30px;
  }

  .content-area-7 {
    padding: 60px 0 45px;
  }

  .content-area-8 {
    padding: 60px 0 30px;
  }

  .content-area-10 {
    padding: 60px 0 20px;
  }

  .content-area-11 {
    padding: 30px 0 20px;
  }

  .content-area-12 {
    padding: 60px 0 90px;
  }

  .content-area-9 {
    padding: 60px 0 50px;
  }

  .content-area-13 {
    padding: 60px 0 10px;
  }

  .about-text {
    padding: 0;
  }

  .search-area .form-group {
    margin-bottom: 10px;
  }

  .recent-properties-box .detail .location a {
    font-size: 14px;
  }

  .about-box {
    max-width: 100%;
  }

  .my-properties-box .detail .location {
    font-size: 14px;
  }

  .properties-amenities ul li {
    list-style: none;
    margin-bottom: 10px;
  }

  .properties-condition ul li {
    margin-bottom: 10px;
  }

  .heading-properties h3 {
    font-size: 18px;
  }

  .heading-properties p {
    font-size: 13px;
  }

  .heading-properties h5 {
    font-size: 13px;
  }

  .typography-page p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
  }

  .breadcrumb-area .btn-md {
    padding: 10px 20px;
  }

  .banner .slider-mover-right {
    display: none;
  }

  .banner .slider-mover-left {
    display: none;
  }

  .heading-properties-2 .pull-left {
    display: inline-block;
    width: 100%;
  }

  .heading-properties-2 h1 {
    font-size: 22px;
  }

  .heading-properties-2 .pull-right {
    float: left;
  }

  .heading-properties-2 ul {
    margin-bottom: 5px;
    display: inline-block;
  }

  .properties-details-sliders .heading-properties-2 .informeson ul {
    margin-bottom: 5px;
  }
}
@media (max-width: 580px) {
  .inline-search-area .icon-append {
    top: 12px;
  }

  .inline-search-area .btn {
    margin: 0 !important;
  }

  .item-bg img {
    /*background: url("../img/banner-1.jpg");*/
    height: 100vh !important;
    /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
  }

  .property-box-4 .price-box {
    bottom: 35px;
  }

  .setting-button {
    display: none;
  }
}
@media (max-width: 500px) {
  .banner h3 {
    font-size: 27px;
  }

  .banner .banner-slider-inner h1 {
    font-size: 27px;
  }

  .banner h2 {
    font-size: 27px;
  }
}
@media (max-width: 380px) {
  .heading-properties-3 .pull-right {
    float: left;
  }

  .heading-properties-3 .pull-left {
    display: inline-block;
    width: 100%;
  }

  .heading-properties-3 span {
    float: left;
  }

  .heading-properties-3 h1 span {
    margin-bottom: 10px;
  }

  .properties-details-page p {
    margin-bottom: 0;
  }

  .heading-properties-3 {
    margin-bottom: 20px;
  }
}
.jetselect {
  position: relative;
}

.jetselect__btn {
  position: relative;
  align-items: center;
  display: flex;
  height: 50px;
  padding: 12px 16px;
  border: 0;
  border-radius: 3px;
  line-height: 38px;
  font-size: 14px;
  font-family: Montserrat;
  background: white;
  color: #fff;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  overflow: hidden;
}

input.form-control {
  display: block;
  width: 100%;
  color: #000;
  border: 1px solid #ccc;
  background: white;
  height: 45px;
  padding: 10px 16px 10px 16px;
}

.advanced-search .form-control {
  padding: 8px 16px 8px 40px;
}
.advanced-search .search__tipo-imovel-btn,
.advanced-search .search__cidade-btn,
.advanced-search .search__bairro-btn,
.advanced-search .search__quartos-btn,
.advanced-search .search__suite-btn,
.advanced-search .search__vagas-btn,
.advanced-search .search__valor,
.advanced-search .search__area,
.advanced-search .search__permuta,
.advanced-search .search__bwc,
.advanced-search .search__finalidade {
  position: relative;
}
.advanced-search .search__tipo-imovel-btn:before,
.advanced-search .search__cidade-btn:before,
.advanced-search .search__bairro-btn:before,
.advanced-search .search__quartos-btn:before,
.advanced-search .search__suite-btn:before,
.advanced-search .search__vagas-btn:before,
.advanced-search .search__valor:before,
.advanced-search .search__area:before,
.advanced-search .search__permuta:before,
.advanced-search .search__bwc:before,
.advanced-search .search__finalidade:before {
  position: absolute;
  display: flex;
  align-items: center;
  width: 15px;
  height: 100%;
  left: 12px;
  top: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  color: #000;
  z-index: 1;
}
.advanced-search .search__tipo-imovel-btn,
.advanced-search .search__cidade-btn,
.advanced-search .search__bairro-btn,
.advanced-search .search__quartos-btn,
.advanced-search .search__suite-btn,
.advanced-search .search__vagas-btn,
.advanced-search .search__permuta-btn,
.advanced-search .search__bwc-btn,
.advanced-search .search__cd_tp_permuta-btn,
.advanced-search .search__finalidade-btn {
  padding-left: 40px;
}
.advanced-search .search__tipo-imovel-btn:before {
  content: "\F64F";
  font-size: 18px;
}
.advanced-search .search__cidade-btn:before,
.advanced-search .search__bairro-btn:before {
  content: "\F3C5";
}
.advanced-search .search__quartos-btn:before,
.advanced-search .search__suite-btn:before {
  content: "\F236";
  font-size: 14px;
}
.advanced-search .search__vagas-btn:before {
  content: "\F1B9";
  font-size: 20px;
}
.advanced-search .search__valor:before {
  content: "\F4C0";
}
.advanced-search .search__area:before {
  content: "\F545";
  font-size: 18px;
}
.advanced-search .search__permuta:before {
  content: "\F2B5";
  font-size: 18px;
}
.advanced-search .search__bwc:before {
  content: "\F2CD";
  font-size: 18px;
}
.advanced-search .search__finalidade:before {
  content: "\E066";
  font-size: 18px;
}

.switch {
  display: flex;
  align-items: center;
  height: 34px;
  position: relative;
  width: 60px;
  cursor: pointer;
}
.switch input {
  display: none;
}
.switch .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.switch .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
.switch input:checked + .slider {
  background-color: #66bb6a;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch .label-checkbox {
  position: absolute;
  padding-left: 120%;
  width: 220px;
  cursor: pointer;
}

.box-tabs .nav-tabs {
  flex-wrap: nowrap;
  border: initial !important;
}
.box-tabs .nav-item {
  width: calc(100% / 3);
  border: initial;
  border-radius: initial;
}
.box-tabs .nav-item:first-of-type {
  margin-right: 0.01%;
}
.box-tabs .nav-item a {
  border-radius: 0;
}
.box-tabs .nav-link {
  padding: 18px 0;
  text-align: center;
  color: #3d3d3d;
  border-radius: initial;
  border: initial;
  background-color: #e9e9e9;
}
.box-tabs .nav-link.active {
  color: #3d3d3d;
  background-color: #fff !important;
  border-radius: 0;
}
.box-tabs .nav-link.active:hover {
  color: #3d3d3d;
  background-color: #fff !important;
}
.box-tabs .nav-link:hover {
  color: #3d3d3d;
  border-radius: initial !important;
  background-color: rgba(233, 233, 233, 0.3) !important;
}

.jetselect__label {
  position: relative;
  font-size: 14px;
  line-height: 1;
  max-height: 100%;
  display: flex;
  text-align: left;
  width: 100%;
  overflow: hidden;
  color: #000;
}

.jetselect__list {
  max-height: 201px;
  top: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  z-index: 9;
  width: 205px;
  left: -8px;
  margin: 0;
  padding: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}

.jetselect__option {
  list-style: none;
}

.jetselect__list--opened {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}

.jetselect__item {
  padding: 11px 10px 10px;
  border: 0;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border-bottom: 1px solid #ccc;
  height: auto;
  display: flex;
  line-height: inherit;
}

.jetselect__checkbox {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 3px;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
}

.jetselect__text {
  line-height: 20px;
  text-align: left;
}

textarea {
  resize: none;
}

.form__input, .form__select, .form__textarea {
  width: 100%;
  max-width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 38px;
  font-size: 14px;
  font-family: Montserrat;
  line-height: 16px;
}

.form__textarea {
  height: 80px !important;
  padding: 15px 10px 10px;
}

.jetselect__item--active, .jetselect__item:hover, .jetselect__option:first-child .jetselect__item--active, .jetselect__option:first-child .jetselect__item:hover {
  background: #ccc;
  color: #333;
}

.jetselect__item--active .jetselect__checkbox::before {
  content: "";
  height: 6px;
  width: 10px;
  border-left: 3px solid #010068;
  border-bottom: 3px solid #010068;
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  left: calc(50% + 1px);
  top: calc(50% - 6px);
}

.jetselect__item--deselect-all .jetselect__checkbox::before {
  content: "";
  border-left: 3px solid #000;
  height: 12px;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 5px;
}

.jetselect__item--deselect-all .jetselect__checkbox::after {
  content: "";
  border-left: 3px solid #000;
  height: 12px;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  left: 5px;
}

.jetselect__icon {
  width: 45px;
  height: 100%;
  top: 0;
  right: 0;
  background: 0 0;
}
.jetselect__icon:after {
  content: "\F078";
  position: absolute;
  z-index: 2;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #000;
  text-align: center;
  top: 50%;
  height: 20px;
  line-height: 20px;
  transform: translateY(-50%);
  background-size: 15px;
  background-repeat: no-repeat !important;
  background-position: center;
  border: none;
  width: 30px;
  right: 5px;
  left: initial;
}

/*** Modal ***/
.jetmodal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}
.jetmodal:before {
  width: 100vw;
  height: 100vh;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.jetmodal__close-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.jetmodal__content {
  width: 100%;
  max-width: 600px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.jetmodal-agendar-visita .jetmodal__content {
  border-radius: 3px;
}
.jetmodal__close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.jetmodal-agendar-visita .jetmodal__close-btn, .jetmodal__share .jetmodal__close-btn, .jetmodal-simulacao .jetmodal__close-btn, .jetmodal-contato .jetmodal__close-btn {
  width: auto;
  top: -40px;
  color: #fff;
}
.jetmodal__close-background *, .jetmodal__close-btn *, .jetmodal__label * {
  pointer-events: none;
}

.jetgrid {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style-type: none;
  box-sizing: border-box;
}
.jetgrid--align-center {
  align-items: center;
}
.jetgrid--justify-left {
  justify-content: flex-start;
}
.jetgrid .jetgrid {
  padding-left: 0;
  padding-right: 0;
  flex: 1 1 auto;
}

[jetmodal-effect] {
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

[jetmodal-effect=fade] {
  opacity: 0;
}

.jetmodal__input:checked + .jetmodal {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: initial;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.form__title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

.ui__text--greenn {
  color: #010068;
}

@media screen and (min-width: 0rem) {
  .main_highlights .btn-slide-prev,
.main_highlights .btn-slide-next {
    padding: 5px 10px;
    font-size: 12.5px;
    background-color: #00408d;
    color: #fff;
  }

  .main_highlights .btn-slide-prev .fa:before,
.main_highlights .btn-slide-next .fa:before {
    width: auto;
  }

  .box-carousel-photos {
    position: relative;
    /** Arrows **/
  }
  .box-carousel-photos .nav {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 50;
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .box-carousel-photos .nav:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 300px;
    pointer-events: none;
  }
  .box-carousel-photos .nav svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .box-carousel-photos .nav.nav-left {
    left: 0;
  }
  .box-carousel-photos .nav.nav-left:after {
    left: 0;
    /*background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);*/
  }
  .box-carousel-photos .nav.nav-right {
    right: 0;
  }
  .box-carousel-photos .nav.nav-right:after {
    right: 0;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);*/
  }

  .carousel-photos {
    overflow: hidden;
  }

  .carousel-photos .water-marker {
    position: relative;
    margin-top: -50px;
    left: 10px;
    bottom: 10px;
  }

  .carousel-photos .water-marker img {
    width: 90px;
    opacity: 0.9;
  }

  .carousel-photos .lazy-carolsel-property {
    width: auto;
    height: 350px;
  }
  .carousel-photos .lazy-carolsel-property img {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 31.875rem) {
  .carousel-photos .slick-prev,
.carousel-photos .slick-next {
    z-index: 3;
  }

  .carousel-photos .slick-prev {
    left: 25px;
  }

  .carousel-photos .slick-next {
    right: 25px;
  }
}
.propertie_content_description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.propertie_content_description_item {
  width: auto;
  margin: 0;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  color: #000;
}
.propertie_content_description_item:first-of-type {
  padding-left: 0;
}
.propertie_content_description_item svg {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  max-width: 50px;
}

.properties-details-page > .container {
  padding-top: 35px;
}
.properties-details-page .heading-properties-ref {
  margin-bottom: 10px;
}
.properties-details-page .heading-properties-ref p {
  line-height: 1;
}
.properties-details-page .heading-properties .ref {
  display: block;
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
.properties-details-page .heading-properties h1 {
  margin-bottom: 13px;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
}
.properties-details-page .heading-properties .location {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.properties-details-page .ficha__print,
.properties-details-page .jetmodal__share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.properties-details-page .ficha__print label,
.properties-details-page .jetmodal__share label {
  margin: 0;
  padding: 0;
}
.properties-details-page .sidebar-right {
  position: relative;
  margin-top: 22px;
}
.properties-details-page .sidebar-right .widget {
  padding: 0;
}
.properties-details-page .sidebar-right .form__box {
  padding: 0 20px 30px;
}
.properties-details-page input,
.properties-details-page textarea {
  padding: 12px 16px !important;
  border: 3px solid #ccc !important;
}
.properties-details-page .box-price {
  padding: 30px 20px 0;
}
.properties-details-page .box-price p {
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3d;
}
.properties-details-page .box-price .small {
  margin-bottom: 16px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.25;
  text-align: justify;
}
.properties-details-page .badge {
  margin-bottom: 5px;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
}
.properties-details-page .badge-warning {
  background-color: #FCA501;
}
.properties-details-page .badge-dark {
  background-color: #9B316A;
}

.ui__form-success-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #fff;
  color: #00543a;
  text-align: center;
  z-index: 3;
}

.ui__form--success .ui__form-success-box {
  display: flex;
  -webkit-animation: fade 0.3s linear forwards;
          animation: fade 0.3s linear forwards;
}

.ui__form-success-check {
  margin: auto;
}

/** VIDEO EMBED **/
.embed {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.embed::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-action-box {
  display: none;
}

@media screen and (max-width: 767px) {
  .properties-details-page > .container {
    padding-top: 0;
  }
  .properties-details-page .ficha__whatsapp {
    display: none;
  }
  .properties-details-page .siderbar-box {
    flex-direction: column-reverse;
    display: flex;
    margin-bottom: 30px;
  }
  .properties-details-page .siderbar-box > div {
    justify-content: flex-end !important;
  }
  .properties-details-page .sidebar-right {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .properties-details-page .sidebar-right form {
    display: none;
  }
  .properties-details-page .advanced-search hr {
    opacity: 0;
    display: none;
  }
  .properties-details-page .advanced-search .pb-3.px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .properties-details-page .advanced-search .text-tenho-interesse {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .properties-details-page .heading-properties {
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .properties-details-page .heading-properties .ref {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 643px) {
  .properties-details-page .propertie_content_description_item {
    min-width: 50%;
    padding-left: 0;
    text-align: left;
  }
  .properties-details-page > .container > .row {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 920px) {
  .mobile-action-box {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    padding: 20px 10px 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px -2px 10px #97908a9e;
    z-index: 100;
  }
}
@media screen and (max-width: 992px) {
  .properties-details-page .heading-properties .ref {
    min-width: 80px;
  }
}
.box_whatsapp {
  position: fixed;
  width: 75px;
  z-index: 9999;
  bottom: 40px;
  right: 20px;
}
.box_whatsapp_sales {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 15px;
  padding-bottom: 35px;
}
.box_whatsapp a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_whatsapp .tooltip {
  width: 100%;
  bottom: -10px;
}
.box_whatsapp .tooltip .arrow:before {
  left: 32px;
}

.whats-bar {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whats-bar:hover {
  box-shadow: 2px 2px 10px #000;
}
.whats-bar svg {
  fill: #fff;
  width: 41px;
  height: 50px;
}

/**
 * @name * JetModal
 * @file * jetmodal.css
 * @author * Paper Plane Design Studio® <http://www.paperplane.com.br>
 * @description * css responsive & animated modal window component
 * @version * 1.0
 * @license * Todos os direitos reservados - Paper Plane Design Studio®
 */
/* ==========================================================================
   = breakpoint full ( 1600px - 100% )
   ========================================================================== */
.jetmodal__input,
.jetmodal:not([jetmodal-effect]) {
  display: none;
}

.jetmodal__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate(-50%, -50%);
}

.ficha__btn {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding: 8px 0;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.ficha__share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.jetmodal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}

.jetmodal__input:checked + .jetmodal {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: initial;
}

.jetmodal__input:checked + .jetmodal:not([jetmodal-effect]) {
  display: block;
}

.jetmodal::before {
  width: 100vw;
  height: 100vh;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.jetmodal__close-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.jetmodal__content {
  width: 90%;
  max-width: 600px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.jetmodal__close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.jetmodal__close-background *,
.jetmodal__close-btn *,
.jetmodal__label * {
  pointer-events: none;
}

/* = effects
   ========================================================================== */
[jetmodal-effect] {
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

[jetmodal-effect=fade] {
  opacity: 0;
}

[jetmodal-effect=slide-up] {
  transform: translateY(100%);
}

[jetmodal-effect=slide-down] {
  transform: translateY(-100%);
}

[jetmodal-effect=slide-left] {
  transform: translateX(-100%);
}

[jetmodal-effect=slide-right] {
  transform: translateX(100%);
}

[jetmodal-effect=scale] {
  opacity: 0;
  transform: scale(0);
}

/* ==========================================================================
   = breakpoint xl ( 1340px - 1600px )
   ========================================================================== */
@media (max-width: 1600px) {
  .jetmodal__input:checked + [jetmodal-effect-xl=none] {
    display: block;
  }

  /* = effects
     ========================================================================== */
  [jetmodal-effect-xl] {
    display: initial;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

  [jetmodal-effect-xl=none] {
    display: none;
    transition: none;
  }

  [jetmodal-effect-xl=fade] {
    opacity: 0;
  }

  [jetmodal-effect-xl=slide-up] {
    transform: translateY(100%);
  }

  [jetmodal-effect-xl=slide-down] {
    transform: translateY(-100%);
  }

  [jetmodal-effect-xl=slide-left] {
    transform: translateX(-100%);
  }

  [jetmodal-effect-xl=slide-right] {
    transform: translateX(100%);
  }

  [jetmodal-effect-xl=scale] {
    opacity: 0;
    transform: scale(0);
  }
}
/* ==========================================================================
   = breakpoint lg ( 1080px - 1340px )
   ========================================================================== */
@media (max-width: 1340px) {
  .jetmodal__input:checked + [jetmodal-effect-lg=none] {
    display: block;
  }

  /* = effects
     ========================================================================== */
  [jetmodal-effect-lg] {
    display: initial;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

  [jetmodal-effect-lg=none] {
    display: none;
    transition: none;
  }

  [jetmodal-effect-lg=fade] {
    opacity: 0;
  }

  [jetmodal-effect-lg=slide-up] {
    transform: translateY(100%);
  }

  [jetmodal-effect-lg=slide-down] {
    transform: translateY(-100%);
  }

  [jetmodal-effect-lg=slide-left] {
    transform: translateX(-100%);
  }

  [jetmodal-effect-lg=slide-right] {
    transform: translateX(100%);
  }

  [jetmodal-effect-lg=scale] {
    opacity: 0;
    transform: scale(0);
  }
}
/* ==========================================================================
   = breakpoint md ( 820px - 1080px )
   ========================================================================== */
@media screen and (max-width: 1080px) {
  .jetmodal__input:checked + [jetmodal-effect-md=none] {
    display: block;
  }

  /* = effects
     ========================================================================== */
  [jetmodal-effect-md] {
    display: initial;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

  [jetmodal-effect-md=none] {
    display: none;
    transition: none;
  }

  [jetmodal-effect-md=fade] {
    opacity: 0;
  }

  [jetmodal-effect-md=slide-up] {
    transform: translateY(100%);
  }

  [jetmodal-effect-md=slide-down] {
    transform: translateY(-100%);
  }

  [jetmodal-effect-md=slide-left] {
    transform: translateX(-100%);
  }

  [jetmodal-effect-md=slide-right] {
    transform: translateX(100%);
  }

  [jetmodal-effect-md=scale] {
    opacity: 0;
    transform: scale(0);
  }
}
/* ==========================================================================
   = breakpoint sm ( 567px - 820px )
   ========================================================================== */
@media screen and (max-width: 820px) {
  .jetmodal__input:checked + [jetmodal-effect-sm=none] {
    display: block;
  }

  /* = effects
     ========================================================================== */
  [jetmodal-effect-sm] {
    display: initial;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

  [jetmodal-effect-sm=none] {
    display: none;
    transition: none;
  }

  [jetmodal-effect-sm=fade] {
    opacity: 0;
  }

  [jetmodal-effect-sm=slide-up] {
    transform: translateY(100%);
  }

  [jetmodal-effect-sm=slide-down] {
    transform: translateY(-100%);
  }

  [jetmodal-effect-sm=slide-left] {
    transform: translateX(-100%);
  }

  [jetmodal-effect-sm=slide-right] {
    transform: translateX(100%);
  }

  [jetmodal-effect-sm=scale] {
    opacity: 0;
    transform: scale(0);
  }
}
/* ==========================================================================
   = breakpoint xs ( 0px - 567px )
   ========================================================================== */
@media screen and (max-width: 567px) {
  .jetmodal__input:checked + [jetmodal-effect-xs=none] {
    display: block;
  }

  /* = effects
     ========================================================================== */
  [jetmodal-effect-xs] {
    display: initial;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

  [jetmodal-effect-xs=none] {
    display: none;
    transition: none;
  }

  [jetmodal-effect-xs=fade] {
    opacity: 0;
  }

  [jetmodal-effect-xs=slide-up] {
    transform: translateY(100%);
  }

  [jetmodal-effect-xs=slide-down] {
    transform: translateY(-100%);
  }

  [jetmodal-effect-xs=slide-left] {
    transform: translateX(-100%);
  }

  [jetmodal-effect-xs=slide-right] {
    transform: translateX(100%);
  }

  [jetmodal-effect-xs=scale] {
    opacity: 0;
    transform: scale(0);
  }
}
.ficha__share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: auto;
  border-radius: 3px;
  padding: 40px 20px;
  width: 400px;
  max-width: calc(100% - 30px);
  text-align: center;
}

.ficha__share-title {
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #010068;
}

.ficha__social {
  width: 50px;
  height: 50px;
  padding: 2px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 15px;
  max-width: 100%;
  color: #000;
  fill: #000;
  transition: background 0.3s, color 0.3s, fill 0.3s;
  line-height: 34px;
  padding: 11px !important;
}
.ficha__social svg {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.ficha__social:hover {
  background: #000;
  color: #fff;
  fill: #fff;
}

.ficha__social-input {
  display: none;
}

.form__social {
  width: 100%;
  height: 100%;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  z-index: 3;
}

.ficha__social-input:checked + .form__social {
  display: block;
}

/*TOOLTIP*/
.wc_tooltip {
  position: relative;
  z-index: 50;
}
.wc_tooltip span {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -56px;
  padding: 10px 5px;
  z-index: 99;
  display: block;
  width: 120px;
  background: #000;
  text-align: center;
  display: none;
  font-size: 0.75rem;
  text-shadow: 1px 1px #000;
  font-weight: 500;
  border-radius: 4px;
  text-transform: capitalize;
  color: #FFF !important;
}
.wc_tooltip span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.wc_tooltip:hover span {
  display: block;
}

@media screen and (min-width: 0) {
  .content {
    padding: 60px 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /** Google Recaptcha **/
  .grecaptcha-badge {
    visibility: hidden;
  }

  /*** Header ***/
  .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1012;
  }

  .top-header a {
    font-weight: 600;
  }

  .top-header .social-list a {
    margin-right: 5px;
  }
  .top-header .social-list a:first-of-type {
    margin-left: 10px;
  }
  .top-header .social-list .follow {
    color: #fff !important;
  }

  .top-header strong {
    font-weight: 700;
    color: #fff;
  }

  .main-header .navbar .nav-item {
    display: flex;
    justify-content: center;
    position: static;
  }
  .main-header .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .main-header .navbar .nav-item-mobile {
    display: none;
  }
  .main-header .dropdown-menu {
    display: none;
    left: auto;
    z-index: 1009;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-header .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    top: -12px;
    margin-left: -12px;
  }
  .main-header .close-menu-mobile {
    display: none;
  }
  .main-header .show-grid {
    display: block;
    -moz-column-count: 4;
         column-count: 4;
    justify-content: space-between;
  }
  .main-header .show-grid a {
    display: block;
    width: 100%;
  }
  .main-header .show-grid .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .main-header .show-grid .item:hover a {
    padding-left: 5px;
  }

  .header_top .container {
    padding: 0;
    color: #fff;
  }

  .header_top strong {
    font-weight: 600;
    color: #fff;
  }

  /*** Banner Header ***/
  .controlBar_bgndVideo {
    z-index: 999 !important;
  }

  .banner_video_bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 1000;
  }

  #bannerCarousole {
    z-index: 1001;
  }

  .carousel-inner {
    overflow: initial;
  }

  /** Footer **/
  .footer {
    color: #010068 !important;
    background-color: #fff;
  }
  .footer .links,
.footer .links a,
.footer h4 {
    color: #010068 !important;
  }
  .footer .footer-logo {
    display: inline-block;
    padding: 20px 14px 20px;
    background: #fff;
  }
  .footer .creci,
.footer .boleto {
    padding-top: 30px;
  }
  .footer .creci p,
.footer .boleto p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #010068;
  }
  .footer .creci img,
.footer .boleto img {
    width: 55px;
  }
  .footer .form-inline .btn {
    background: #6c757d !important;
    border-color: #6c757d !important;
  }
  .footer .form-inline .btn:hover {
    background: #545b62 !important;
    border-color: #545b62 !important;
  }
  .footer .subscribe-box p {
    color: #0000009e;
  }
  .footer .social-list a {
    text-align: left;
  }

  .footer .copy,
.footer .copy a,
.sub-footer .copy,
.sub-footer .copy a {
    color: #0000009e;
  }

  .sub-footer {
    border-top-color: rgba(255, 255, 255, 0.45);
  }
  .sub-footer.social {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .sub-footer .form-control {
    width: 100% !important;
  }

  .carousel-content h3 {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: 44px;
  }

  .carousel-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .navbar-nav {
    align-items: center;
  }

  .social-links {
    display: flex;
    padding-left: 10px;
  }

  .social-links-icon {
    padding: 0 5px;
  }

  .social-links-icon a {
    color: #fff;
  }

  .pull-right {
    float: right;
  }

  .pull-left {
    float: left;
  }

  /** Tab Header **/
  .main_header_content_search {
    font-family: "Montserrat", sans-serif;
  }
  .main_header_content_search .nav-tabs {
    justify-content: center;
    border: none;
  }
  .main_header_content_search .nav-tabs .nav-item {
    margin: 0 2px;
    position: static;
    display: inline-block;
    float: inherit;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    background-color: transparent;
  }
  .main_header_content_search .nav-tabs .nav-link {
    padding: 0 35px;
    font-size: 16px;
    line-height: 75px;
    transition: 0.3s ease;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: #575656;
    color: #fff;
  }
  .main_header_content_search .nav-tabs .nav-link.active {
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main_header_content_search .nav-tabs .nav-link.active:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main_header_content_search .nav-tabs .nav-link:hover {
    color: #000;
    background-color: rgba(85, 86, 86, 0.9);
  }
  .main_header_content_search > .row {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main_header_content_search .form-group {
    margin: 0;
  }
  .main_header_content_search .form-group,
.main_header_content_search .search-fields {
    height: 100%;
  }
  .main_header_content_search .form-control,
.main_header_content_search .search-fields {
    padding: 12px 16px !important;
    width: 100%;
    line-height: 1;
    font-size: 14px !important;
    box-sizing: border-box;
    border: 1px solid #fff !important;
    border-radius: 3px;
  }
  .main_header_content_search .btn-search {
    text-transform: initial !important;
    border-radius: 3px !important;
  }
  .main_header_content_search .btn-search strong {
    text-transform: initial;
    font-weight: 600;
  }
  .main_header_content_search .search-col {
    padding-right: 5px;
    min-height: 100%;
  }
  .main_header_content_search .search-col .form-control {
    height: 100%;
  }
  .main_header_content_search .search-col:last-of-type {
    padding-right: 0;
  }
  .main_header_content_search .search-col.col-sm-12 {
    height: 100%;
  }
  .main_header_content_search .search-col .btn {
    height: 100%;
  }
  .main_header_content_search .input-home-code {
    padding: 0;
  }
  .main_header_content_search .input-home-code input {
    min-height: 50px;
  }
  .main_header_content_search .input-home-code,
.main_header_content_search .input-home-default {
    display: none;
  }
  .main_header_content_search .input-home-code.active,
.main_header_content_search .input-home-default.active {
    display: block;
  }

  /** Titles **/
  .main-title h1 {
    position: relative;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-transform: none;
  }

  .main-title h1:before {
    content: "";
    position: absolute;
    margin-left: -16px;
    width: 32px;
    height: 4px;
    bottom: -20px;
    left: 50%;
    background-color: #010068;
    border-radius: 4px;
  }

  .main-title-alt {
    display: flex;
    align-items: center;
  }
  .main-title-alt h1,
.main-title-alt h2,
.main-title-alt h3,
.main-title-alt h4,
.main-title-alt h5 {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .main-title-alt h1:before,
.main-title-alt h2:before,
.main-title-alt h3:before,
.main-title-alt h4:before,
.main-title-alt h5:before {
    content: initial;
  }
  .main-title-alt .nav-tabs {
    border-bottom: 0;
  }

  /** TABs **/
  .wc_tab_target {
    width: 100%;
    display: none;
  }
  .wc_tab_target.wc_active {
    display: flex !important;
    justify-content: flex-start;
  }

  /** Search Bar **/
  .option-bar {
    border-radius: 3px;
    background-color: #ccc;
  }
  .option-bar .jetselect__btn {
    height: 40px;
  }

  .option-bar input,
.option-bar .form-group {
    margin-bottom: 0;
  }

  .option-bar input,
.option-bar select {
    position: relative;
    height: 40px;
    padding: 0 15px 0 40px;
    border: 0;
    border-radius: 3px;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #333;
  }

  .input-bar-code {
    position: relative;
  }

  .input-bar-code:before {
    content: "\F02A";
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #000;
    z-index: 2;
  }

  .search_btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 2;
    height: 40px;
    width: 30px;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border: none;
  }

  .j_search_total {
    line-height: 1.2;
    font-size: 14px;
  }

  .j_search_total strong {
    display: block;
  }

  .sidebar-left {
    box-shadow: none !important;
  }

  /*** Widget Home ***/
  .widget.widget-block {
    position: relative;
    padding: 0;
    background-color: #000;
    border: none;
  }
  .widget.widget-block .bg-image {
    position: absolute;
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
  }
  .widget.widget-block .container {
    position: relative;
    max-width: 1170px;
    z-index: 2;
  }
  .widget.widget-block .container .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    padding: 45px 10px 55px;
    background: none;
    border-radius: 0;
    border: none;
    color: #fff;
  }
  .widget.widget-block .container .icon {
    padding: 30px 0;
  }
  .widget.widget-block .container h2 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
    font-weight: 400;
  }
  .widget.widget-block .container p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
  }
  .widget.widget-block .container .btn-link {
    border: 1px solid #fff;
  }
  .widget.widget-block .container .btn-link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .widget.advanced-search .search-a__campo {
    margin-bottom: 15px;
  }
  .widget.advanced-search .jetselect__btn,
.widget.advanced-search .form-control {
    border: 3px solid #ccc;
  }

  /** Single Property **/
  .tag {
    padding: 8px 14px;
    left: auto;
    right: 9px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    background: #010068;
    border-radius: 3px;
    box-shadow: none;
  }
  .tag-oportunidade, .tag-reservado, .tag-permuta {
    left: 9px;
    right: initial;
    background-color: #319711;
  }
  .tag-reservado {
    background-color: #e84545;
  }
  .tag-permuta, .tag-descricao {
    bottom: 15px;
    left: 9px;
    background-color: #9B316A;
    color: #000;
    top: initial;
  }
  .tag-permuta {
    color: #fff;
  }
  .tag-descricao {
    background-color: #fff9;
    right: initial;
  }

  .box-pills {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
  }
  .box-pills .pill {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 6px 7px;
    font-size: 10.5px;
    font-weight: 600;
    color: #A8A8A8;
    border-radius: 18px;
    background-color: #EBEBEB;
  }

  .property-thumbnail {
    height: 210px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .property-thumbnail:before {
    content: none;
  }

  .property-thumbnail:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .property-thumbnail > a {
    display: block;
    position: relative;
    height: 100%;
    z-index: 3;
  }
  .property-thumbnail > a > div {
    width: 100%;
    height: 100%;
  }

  .property-thumbnail img,
.ui__img-box {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .ui_prev,
.ui_next {
    position: absolute;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    top: 50%;
    cursor: pointer;
    background-image: url("../images/arrow.png");
    transition: transform 0.3s ease;
    z-index: 5;
  }

  .ui_prev {
    transform: rotate(180deg);
  }

  .ui_prev:hover {
    transform: translateX(-4px) rotate(180deg);
    left: -3px;
  }

  .ui_next {
    right: 0;
  }

  .ui_next:hover {
    right: -3px;
    transform: translateX(4px);
  }

  .ui__pagination {
    position: absolute;
    width: 50px;
    height: 10px;
    bottom: 15px;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
  }
  .ui__pagination .ui__bullet {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #333;
    float: left;
    margin: 0 3px;
    box-shadow: 0 0 2px #fff;
  }
  .ui__pagination .ui__bullet.ui__bullet--active {
    background: #fff;
    box-shadow: 0 0 2px #000;
  }

  .property-box .detail {
    padding-bottom: 40px;
  }

  .offer .property-box {
    margin-top: 0;
    box-shadow: initial !important;
  }

  .property-box .detail .title,
.property-box .detail .title a {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #505050 !important;
  }

  .property-box .detail .item,
.property-box .detail .desc {
    margin-bottom: 8px;
    line-height: 1;
    font-size: 12.5px;
    font-weight: 600;
    color: #505050;
  }

  .property-box .detail .itens {
    margin-bottom: 25px;
    min-height: 14px;
  }

  .property-box .detail .itens,
.property-box .detail .itens span {
    color: #000;
  }

  .property-box .detail .desc {
    margin-top: 25px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.3;
    border-bottom: 1px solid #efefef;
  }

  .property-box .detail .location {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.54);
  }

  .property-box .property-actions .btn {
    padding: 13px 30px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
  }

  .property-box .property-actions .btn-detail {
    background-color: #575656;
  }

  .property-box .property-actions .btn-contact {
    background-color: #3AB765;
  }

  .property-box {
    margin-top: 25px;
  }
  .property-box-horizontal {
    display: flex !important;
    width: 100%;
    height: 100%;
  }
  .property-box-horizontal .property-thumbnail {
    min-height: 100%;
    width: 50%;
  }
  .property-box-horizontal .detail {
    position: relative;
    width: 50%;
  }
  .property-box .box-price {
    position: absolute;
    margin: 10px 0 0 0;
    min-height: 42px;
    bottom: 10px;
  }
  .property-box .price {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    color: #000;
  }
  .property-box .price.de_por {
    color: rgba(0, 0, 0, 0.56);
  }
  .property-box .price .lower {
    font-size: 12.5px;
    color: #000;
  }
  .property-box hr {
    color: #EFEFEF;
  }
  .property-box .badge {
    font-size: 12.5px;
    text-transform: uppercase;
    color: #fff;
  }
  .property-box .badge-warning {
    margin-right: 7px;
    background-color: #FCA501;
  }
  .property-box .badge-dark {
    background-color: #9B316A;
  }
  .property-box .badge-primary {
    background-color: #010068 !important;
  }

  .badge-primary {
    background-color: #010068 !important;
  }

  /** Banner Oferta Imóvel **/
  .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }

  .ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #109560;
  }

  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 12px 0;
    background-color: #319711;
    box-shadow: 0 0 5px rgba(91, 91, 91, 0.1);
    color: #fff;
    font: 700 12px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
  }

  /* top left*/
  .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 50;
  }
  .ribbon:before, .ribbon:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #109560;
  }

  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left:before, .ribbon-top-left:after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left:before {
    top: 0;
    right: 24px;
  }
  .ribbon-top-left:after {
    bottom: 24px;
    left: 0;
  }
  .ribbon-top-left span {
    right: -15px;
    top: 30px;
    transform: rotate(-45deg);
  }

  /** SubBanner **/
  .sub-banner {
    display: flex;
    align-items: center;
  }
  .sub-banner .breadcrumb-area {
    position: relative;
  }

  /** Slide **/
  .container-property-slide {
    margin-bottom: 100px;
  }

  .offer-venda-box,
.offer-locacao-box {
    position: relative;
    padding: 0 33px;
  }

  .offer-venda-box,
.offer-locacao-box,
.slick-track,
.slick-slide {
    background-color: #e9e9e9 !important;
  }

  .offer-locacao-next, .offer-locacao-prev, .offer-venda-next, .offer-venda-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px 0;
    z-index: 5;
  }

  .offer-locacao-next, .offer-venda-next {
    left: inherit;
    right: -15px;
  }

  .offer__prev-svg,
.offer__next-svg {
    fill: #010068;
  }

  .offer__prev-svg {
    transform: rotate(180deg);
  }

  .btn-more-property {
    padding-left: 113px;
    padding-right: 113px;
  }

  .slider-promocao {
    color: #3d3d3d;
  }
  .slider-promocao .sp-layer {
    position: absolute;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    visibility: visible;
    width: 440px;
    left: 0;
    top: initial !important;
    bottom: 4% !important;
    transform-origin: left bottom;
    transform: scale(1);
    opacity: 1;
  }
  .slider-promocao .features {
    padding: 10px;
  }
  .slider-promocao p {
    margin: 0;
    font-size: 14px;
  }
  .slider-promocao h3 {
    margin: 0 0 15px 0;
    font-size: 26px;
    font-weight: normal;
  }
  .slider-promocao .important {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #3d3d3d;
  }
  .slider-promocao .price p {
    font-size: 16px;
    font-weight: 700;
  }
  .slider-promocao .price span {
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
  }
  .slider-promocao .sp-selected-thumbnail:before,
.slider-promocao .sp-selected-thumbnail:after {
    border-left-color: #BED71B !important;
    border-right-color: #BED71B !important;
  }

  /** Páginação **/
  .pagination-box {
    margin-top: 40px;
    padding-top: 46px;
    border-top: 1px solid #ccc;
  }

  .pagination .page-item {
    box-shadow: none;
  }

  .pagination .page-item .page-link {
    font-size: 14px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    border-radius: 3px;
  }
  .pagination .page-item .page-link.fa, .pagination .page-item .page-link.fas {
    font-size: 16px;
  }

  /** Financiamento **/
  .financing-img {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border: 3px solid transparent;
  }

  .financing-img:hover {
    border-color: #010068;
  }
}
@media screen and (max-width: 1200px) {
  .top-header-social {
    flex: calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2);
  }
  .top-header-phones {
    flex: calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10);
  }

  .main-header {
    position: initial;
  }
}
@media screen and (max-width: 1157px) {
  .widget.widget-block {
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .widget.widget-block .container .card {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .widget.widget-block .container h2 {
    font-size: 22px;
  }
  .widget.widget-block .container p {
    max-width: 300px;
    margin: 0 auto 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .top-header-social {
    display: none;
  }
  .top-header-phones {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .top-header-phones ul {
    width: 100%;
  }

  .main-header {
    background: #fff;
  }
  .main-header .navbar-collapse {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-header .navbar-collapse.open {
    display: block;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .main-header .navbar .navbar-nav {
    align-items: end;
    padding: 90px 65px;
    height: 100%;
    width: 490px;
    max-width: 100%;
  }
  .main-header .navbar .nav-item {
    padding: 10px 0;
  }
  .main-header .navbar .nav-item-mobile {
    display: block;
  }
  .main-header .navbar .nav-link {
    margin-bottom: 5px;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }
  .main-header .navbar .btn {
    font-size: 20px;
  }
  .main-header .close-menu-mobile {
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 999999;
    color: #000;
    right: 25px;
    top: 20px;
  }
  .main-header .dropdown-menu {
    display: none !important;
  }

  .footer .sub-footer .copy {
    text-align: center !important;
  }

  .main-title-alt {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .main-title-alt .nav-tabs {
    margin-top: 20px;
  }

  .slider-promocao .sp-layer {
    transform: scale(0.8) !important;
    max-width: 70%;
  }
}
@media screen and (max-width: 980px) {
  .footer-item {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .slider-promocao .sp-selected-thumbnail:before,
.slider-promocao .sp-selected-thumbnail:after {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: #BED71B !important;
  }
}
@media screen and (max-width: 768px) {
  .top-header,
.main-header {
    display: block;
  }
  .top-header > .container,
.main-header > .container {
    max-width: 85%;
  }
  .top-header .top-social-media,
.main-header .top-social-media {
    display: flex;
    justify-content: space-between;
  }
  .top-header .hidden-mb-1,
.main-header .hidden-mb-1 {
    display: none;
  }

  .sub-banner {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .option-bar {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .option-bar .j_search_total {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .option-bar .j_search_total strong {
    margin-right: 5px;
  }
  .option-bar .field-option {
    padding-left: 15px !important;
  }
  .option-bar .fields-box-search {
    margin-top: 15px;
  }
}
@media screen and (max-width: 680px) {
  .main_header_content_search .nav-tabs .nav-link {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .top-header-social {
    display: block;
    padding-left: 0;
    flex: 15%;
    max-width: 15%;
  }
  .top-header-phones {
    flex: 85%;
    max-width: 85%;
  }
  .top-header .hidden-mb-2 {
    display: none;
  }
  .top-header .social-list a:first-of-type {
    margin-left: 0;
  }
  .top-header .follow {
    display: none;
  }

  .property-box {
    flex-direction: column;
    height: initial;
  }
  .property-box .property-thumbnail,
.property-box .detail {
    width: 100%;
  }
  .property-box .property-thumbnail {
    height: 220px;
  }

  .property-box.property-box-horizontal .detail {
    padding-bottom: 15px;
  }
  .property-box.property-box-horizontal .box-price {
    position: relative;
    margin: 20px 0 0 0;
    bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .main-header > .container {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .top-header ul {
    padding: 0 15px;
  }

  .main_header_content_search {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main_header_content_search > .row {
    width: 100%;
    margin: 0 auto;
  }
  .main_header_content_search .search-col {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .main_header_content_search .col-sm-2.pr-0 {
    padding: 0;
  }

  .banner_video_bg .carousel-item {
    height: 660px;
  }

  .main-title-alt {
    margin-left: 0;
  }

  .option-bar .field-option {
    margin-bottom: 20px;
    padding-right: 15px !important;
  }
  .option-bar .fields-box-search {
    margin-top: 20px;
  }

  .footer-item {
    align-items: center;
  }
  .footer .links {
    text-align: center;
  }
  .footer .sub-footer {
    justify-content: center;
  }
}
@media screen and (max-width: 530px) {
  .carousel-content h3 {
    margin-top: 25px;
    font-size: 36px;
  }
  .carousel-content p {
    max-width: 450px;
    margin: 5px auto 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .top-header-social {
    flex: 45%;
    max-width: 45%;
  }
  .top-header .follow {
    display: inline-block;
    margin-right: 5px;
  }
  .top-header-phones {
    flex: 55%;
    max-width: 55%;
  }
  .top-header .hidden-mb-3 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .top-header-social {
    flex: 50%;
    max-width: 50%;
  }
  .top-header-phones {
    flex: 50%;
    max-width: 50%;
  }
  .top-header-phones ul {
    padding-right: 0 !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 480px) {
  .main_header_content_search .nav-tabs {
    width: 100%;
    justify-content: space-around;
  }
  .main_header_content_search .nav-tabs .nav-item {
    margin: 0 0 4px 0;
    width: calc(50% - 2px);
  }
  .main_header_content_search .nav-tabs .nav-item a {
    line-height: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .container {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}