.instagramFontStyle {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.img1 {
  width: 100% !important;
  height: 234.66px !important;
}

.img2 {
  width: 480px;
  height: 325px;
}

.img3 {
  width: 538px;
  height: 365px;
}

.img4 {
  width: 122px;
  height: 82.69px;
}

ul {
  padding: 0;
}

i,
i:hover,
li,
li:hover,
a:hover,
.btn,
.btn:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none !important;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

u {
  border-bottom: 1px solid #fff;
  line-height: 1;
  text-decoration: unset;
}

.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tcenter {
  text-align: center;
}

.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.result-table-area .show-small-device,
.result-table-area .table-cell.show-small {
  display: none !important;
}

@media only screen and (max-width: 580px) {
  .xs-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.img-overlay {
  position: relative;
}

.img-overlay img {
  width: 100%;
}

.img-overlay:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

i.active,
i:hover {
  cursor: pointer;
  color: #000;
}

/*===========================================================
	 Placeholder Style
	============================================================*/
::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #000;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/*=================Header Area=================*/
.header-area {
  background: #000;
  /*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-area-internas {
  background: -webkit-linear-gradient(-45deg, #21252b, #5f5f5f);
  /*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-left {
  padding-top: 11px;
  padding-bottom: 13px;
  max-width: 191px;
}

.header-right {
  float: right;
  margin-top: 20px;
}

.header-right h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-right i {
  margin-right: 10px;
  cursor: pointer;
}

/*======================Banner Area===============*/
.banner-area {
  background-image: url(../img/banner.png);
  background-size: cover;
  min-height: 385px;
  background-repeat: no-repeat;
  margin-top: 71px;
  background-position: center center;
}

.banner-text {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 75px;
}

.banner-text h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.banner-text h5 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
}

.banner-text h5:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 2px;
  background: #ffba00;
  z-index: 2;
  content: "";
}

.banner-area {
  text-align: center;
}

.banner-area .header-select,
.banner-area .price {
  width: 220px;
}

.banner-area .location {
  width: 270px;
}

.banner-area .location .location-search,
.banner-area .location .location-place {
  position: relative;
}

.banner-area .location .location-search:before,
.banner-area .location .location-place:before {
  position: absolute;
  content: "";
  z-index: 3;
}

.banner-area .location .location-search input,
.banner-area .location .location-place input {
  padding-left: 35px;
}

.banner-area .location .location-search::before {
  top: 18px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url("../img/search-icon.png");
}

.banner-area .location .location-place::before {
  top: 10px;
  left: 10px;
  width: 18px;
  height: 29px;
  background: url("../img/loc.png");
}

.banner-area .location .location-place input {
  font-size: 14px;
}

.banner-area .submit-button {
  width: 170px;
}

.banner-area .submit-button button {
  width: 100%;
  height: 55px;
  border: 0;
  background: #000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-area .header-form {
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 50px;
}

.banner-area .header-select,
.banner-area .price,
.banner-area .location,
.banner-area .submit-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  border: 0;
  margin-left: -2px;
  height: 55px;
}

.banner-area .header-select select,
.banner-area .header-select option,
.banner-area .header-select input,
.banner-area .price select,
.banner-area .price option,
.banner-area .price input,
.banner-area .location select,
.banner-area .location option,
.banner-area .location input,
.banner-area .submit-button select,
.banner-area .submit-button option,
.banner-area .submit-button input {
  width: 100%;
  height: 55px !important;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  padding-left: 18px;
  border: 0;
  margin-bottom: 2px;
}

.banner-area .single-options {
  position: relative;
  background: #fff;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
}

.banner-area .single-options:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  background: url("../img/arrow-down.png");
  z-index: 2;
  width: 12px;
  height: 12px;
}

.banner-area .single-options-submit input {
  border: 1px solid transparent;
  font-size: 19px;
  height: 55px;
  width: 100%;
}

.banner-area .s-hidden {
  visibility: hidden;
  padding-right: 5px;
  height: 40px;
}

.banner-area .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}

.banner-area .styledSelect {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  line-height: 55px;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  z-index: 20;
}

.banner-area .styledSelect::active,
.banner-area .styledSelect.active {
  background-color: #e48907;
}

.banner-area .options {
  text-align: left;
  display: none;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 999;
  padding-bottom: 5px;
  background: #fff;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0px;
}

.banner-area .options li {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  padding-left: 20px;
}

.banner-area .options li {
  line-height: 25px;
}

.banner-area .styledSelect {
  font-weight: 400 !important;
  line-height: 40px !important;
}

/* ===================== common-arrow ====================*/
.common-arrow {
  text-align: center;
  margin-top: 15px;
}

.common-arrow .arrow-left {
  margin: 0 5px;
  display: inline-block;
}

.common-arrow .arrow-left:hover i {
  background-color: #f9a901;
  color: #ffffff;
}

.common-arrow .arrow-left i {
  font-size: 18px;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  background-color: black;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.common-arrow .arrow-right {
  margin: 0 5px;
  display: inline-block;
}

.common-arrow .arrow-right:hover i {
  background-color: #f9a901;
  color: #ffffff;
}

.common-arrow .arrow-right i {
  font-size: 18px;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background-color: black;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

/* ============= product-slider-area ===================== */
.product-slider-area {
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
}

.product-slider-area .single-slider {
  padding: 4px;
  position: relative;
}

.product-slider-area .single-slider .slider-img-area {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.product-slider-area .single-slider .slider-img-area:hover .slider-img:before {
  background: rgba(0, 0, 0, 0.5);
}

.product-slider-area .single-slider .slider-img {
  overflow: hidden;
}

.product-slider-area .single-slider .slider-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-slider-area .single-slider .slider-info-area {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #ffffff;
}

.product-slider-area .slider-head .left {
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 5px 5px;
  border-radius: 3px;
}

.product-slider-area .slider-head .right.active {
  color: #000;
}

.product-slider-area .slider-head .right i {
  font-size: 24px;
}

.product-slider-area .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.product-slider-area .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.product-slider-area .item-info {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.product-slider-area .item-info h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}

.product-slider-area .item-info p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}

.product-slider-area .slider-footer ul {
  margin: 0;
  padding: 0;
}

.product-slider-area .slider-footer ul li {
  list-style: none;
  width: 50%;
  float: left;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.product-slider-area .slider-footer ul li img {
  display: inline;
  padding-left: 5px;
}

.product-slider-area .inner-slider .slick-next {
  right: 20px;
  z-index: 50;
  bottom: unset;
}

.product-slider-area .inner-slider .slick-prev {
  left: 20px;
  z-index: 50;
  bottom: unset;
}

/* ============= Region-slider ===================== */
.region-title {
  position: relative;
  z-index: 11;
  margin-bottom: 44px;
  margin-top: 35px;
}

.region-title h2 {
  color: #5c5c5e;
  font-size: 21px;
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 12;
  padding-left: 100px;
  padding-right: 100px;
  display: inline-block;
}

.region-title:before {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 1px;
  bottom: 20px;
  left: 0;
  background: #ddd;
  content: "";
}

.region-slider .single-region-slider {
  padding: 5px;
}

.region-slider .single-region-slider .region-slider-img {
  position: relative;
  overflow: hidden;
}

.region-slider .single-region-slider .region-slider-img:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.region-slider .single-region-slider .region-slider-img h4 {
  position: absolute;
  z-index: 11;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  bottom: 20px;
  left: 20px;
}

.region-slider .single-region-slider .region-slider-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.region-slider .single-region-slider .region-slider-img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.region-slider .single-region-slider .region-slider-img:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

/* =======================================  Property Form ============================= */
.property-form-area {
  margin-top: 45px;
}

.property-form-area .form-text h2 {
  color: #5a5555;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

.property-form-area .form-text p {
  color: #969696;
  font-size: 13px;
  font-weight: 600;
}

.property-form-area .form-row {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.property-form-area .form-row input {
  width: 240px;
  height: 40px;
}

.property-form-area .form-row label {
  color: #626262;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 9px;
}

.hd-area {
  text-align: center;
}

.hd-area .header-select,
.hd-area .price {
  width: 180px;
}

.hd-area .location {
  width: 225px;
  position: relative;
}

.hd-area .location:before {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/search-icon.png");
  z-index: 3;
}

.hd-area .location #place {
  padding-left: 33px;
}

.hd-area .submit-button {
  width: 100px;
}

.hd-area .submit-button button {
  width: 100%;
  height: 45px;
  border: 0;
  background: #000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.hd-area .header-form {
  text-align: center;
  display: inline-block;
  margin-top: 14px;
}

.hd-area .header-select,
.hd-area .price,
.hd-area .location,
.hd-area .submit-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  border: 0;
  margin-left: -2px;
  height: 45px;
}

.hd-area .header-select select,
.hd-area .header-select option,
.hd-area .header-select input,
.hd-area .price select,
.hd-area .price option,
.hd-area .price input,
.hd-area .location select,
.hd-area .location option,
.hd-area .location input,
.hd-area .submit-button select,
.hd-area .submit-button option,
.hd-area .submit-button input {
  width: 100%;
  height: 45px !important;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  padding-left: 18px;
  border: 0;
  margin-bottom: 2px;
}

.hd-area .single-options {
  position: relative;
  background: #fff;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
}

.hd-area .single-options:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  background: url("../img/arrow-down.png");
  z-index: 2;
  width: 12px;
  height: 12px;
}

.hd-area .single-options-submit input {
  border: 1px solid transparent;
  font-size: 19px;
  height: 45px;
  width: 100%;
}

.hd-area .s-hidden {
  visibility: hidden;
  padding-right: 5px;
  height: 40px;
}

.hd-area .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}

.hd-area .styledSelect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  line-height: 45px;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  z-index: 20;
}

.hd-area .styledSelect::active,
.hd-area .styledSelect.active {
  background-color: #e48907;
}

.hd-area .options {
  text-align: left;
  display: none;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 999;
  padding-bottom: 5px;
  background: #fff;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0px;
}

.hd-area .options li {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  padding-left: 20px;
}

.hd-area .options li {
  line-height: 25px;
}

.hd-area .styledSelect {
  font-weight: 400 !important;
  line-height: 40px !important;
}

.hd-area .header-select,
.hd-area .price {
  width: 182px;
}

.hd-area .location {
  width: 225px;
  position: relative;
  height: 45px;
}

.hd-area .location:before {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/search-icon.png");
  z-index: 3;
}

.hd-area .location #place {
  padding-left: 33px;
}

.hd-area .submit-button {
  width: 100px;
}

.hd-area * {
  font-size: 15px !important;
}

.hd-area .header-select,
.hd-area .price,
.hd-area .location,
.hd-area .submit-button,
.hd-area .single-options-submit input {
  height: 45px !important;
}

.hd-area .options {
  top: 45px !important;
}

.hd-area .styledSelect {
  line-height: 45px !important;
}

/*=============Breadcrumb==================*/
.breadcrumb-area {
  overflow: hidden;
  padding-top: 73px;
}

.breadcrumb-area .breadcrumb {
  overflow: hidden;
  background: none;
  margin: 0;
  padding: 21px 0;
}

.breadcrumb-area .breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb-area .breadcrumb ul li {
  list-style: none;
  float: left;
  padding-right: 20px;
  position: relative;
}

.breadcrumb-area .breadcrumb ul li:not(:first-child)::before {
  position: absolute;
  left: -15px;
  top: 1px;
  content: ">";
  color: #504e73;
  z-index: 3;
}

.breadcrumb-area .breadcrumb ul li a {
  color: #342e5c;
  font-size: 14px;
  font-weight: 600;
}

/* ============== BG Area =================*/
.bg-slider-area {
  position: relative;
}

.bg-slider-area .single-bg-slider.img-overlay {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bg-slider-area .single-bg-slider.img-overlay:hover:before {
  z-index: -10;
  background: none;
}

.bg-slider-area .bg-slider-content {
  text-align: right;
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.bg-slider-area .bg-slider-content .content-left {
  color: #fff;
  height: 55px;
  line-height: 55px;
  padding-right: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.bg-slider-area .bg-slider-content .content-middle {
  color: #fff;
}

.bg-slider-area .bg-slider-content .content-middle button {
  background: rgb(226, 125, 53);
  color: #fff;
  font-size: 17px;
}

.bg-slider-area .bg-slider-content .content-middle p {
  text-align-last: left;
  font-size: 12px;
}

.bg-slider-area .bg-slider-content .content-right {
  color: #fff;
}

.bg-slider-area .bg-slider-content .content-right button {
  background: transparent;
  border: 1px solid #fff !important;
  font-size: 13px;
}

.bg-slider-area .bg-slider-content .content-right i {
  font-size: 17px;
  margin-right: 3px;
}

.bg-slider-area .bg-slider-content .content-left,
.bg-slider-area .bg-slider-content .content-middle,
.bg-slider-area .bg-slider-content .content-right {
  display: inline-block;
  vertical-align: bottom;
}

.bg-slider-area .bg-slider-content .content-left button,
.bg-slider-area .bg-slider-content .content-middle button,
.bg-slider-area .bg-slider-content .content-right button {
  line-height: 55px;
  height: 55px;
  padding: 0 18px;
  border: 0;
  width: 100%;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  border-radius: 2px;
}

/* ============== imo-profile-area =================*/
.imo-profile-area {
  margin-bottom: 30px;
  height: 85px;
  background-color: #fff;
  border-bottom: 1px solid #d0d1d5;
}

.imo-profile-area .imo-profile-left .imo-profile-img a {
  position: absolute;
  top: -43px;
  background: #dde5e6 50% no-repeat;
  background-size: cover;
  display: inline-block;
  border-radius: 3px;
  border: 3px solid #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imo-profile-area .imo-profile-left .imo-profile-img a img {
  width: 120px;
  height: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imo-profile-area .imo-profile-left .imo-profile-text {
  margin-left: 140px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  float: left;
  white-space: nowrap;
}

.imo-profile-area .imo-profile-left .imo-profile-text h3 {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.imo-profile-area .imo-profile-left .imo-profile-text p {
  color: #7e7e89;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 600;
  line-height: 24px;
}

.imo-profile-area .imo-profile-left .imo-profile-text p + p {
  display: none;
}

.imo-profile-area .imo-profile-right {
  float: right;
  height: 54px;
  padding-top: 15px;
  font-family: "Rubik", sans-serif;
}

.imo-profile-area .imo-profile-right ul {
  height: 64px;
  padding: 0;
  margin: 0;
  display: inline-block;
  border: 1px solid #d2d2d2;
}

.imo-profile-area .imo-profile-right ul li {
  height: 54px;
  font-size: 11px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px;
  position: relative;
}

.imo-profile-area .imo-profile-right ul li:not(:first-child)::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 30px;
  content: "";
  background: #d2d2d2;
}

/* ============== Custom Check Boxes =================*/
/*radioes styles*/
.boxes-area .box-title {
  margin-top: 38px;
  margin-bottom: 38px;
}

.boxes-area .box-title h3 {
  color: #5c5c5e;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}

.boxes-area input[type="radio"] {
  display: none;
}

.boxes-area input[type="radio"] + label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 108px;
  z-index: 0;
}

.boxes-area input[type="radio"] + label:last-child {
  margin-bottom: 0;
}

.boxes-area input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 18px;
  width: 19px;
  height: 18px;
  background: url("../img/plus.png");
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  -o-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.currency-icon input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 18px;
  width: 19px;
  height: 18px;
  background: url("../img/dollar-currency-symbol.png") !important;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  -o-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.boxes-area input[type="radio"]:checked + label {
  color: #fff;
}

.boxes-area input[type="radio"]:checked + label:before {
  bottom: 18px;
  left: 50%;
  margin-left: -11px;
  border-radius: 0;
  opacity: 1;
  width: 22px;
  height: 18px;
  background: url("../img/tik.png");
  font-size: 25px;
  z-index: 5;
}

.boxes-area input[type="radio"]:checked + label:after {
  width: 100%;
  height: 100%;
  background: #f9a901;
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.boxes-area input[type="radio"] + label:before:hover {
  width: 100%;
  height: 100%;
  background: #666666;
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.boxes-area .boxes {
  background: #f9f8f7;
  width: 180px;
  height: 108px;
  vertical-align: top;
  text-align: center;
  display: inline-block;
}

.boxes-area .boxes label {
  padding: 20px;
  color: #6a6968;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  opacity: 1;
}

.boxes-area .second-boxes {
  margin-top: 25px;
}

.boxes-area .second-boxes input[type="radio"] + label {
  height: 75px;
  line-height: 75px;
}

.boxes-area .second-boxes input[type="radio"] + label:last-child {
  margin-bottom: 0;
}

.boxes-area .second-boxes input[type="radio"] + label:before {
  left: 20px;
  margin-left: 0;
  bottom: unset;
  width: 19px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}

.boxes-area .second-boxes input[type="radio"]:checked + label:before {
  left: 20px;
  margin-left: 0;
  bottom: unset;
  width: 19px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}

.boxes-area .second-boxes .boxes {
  width: 180px;
  height: 75px;
  text-align: right;
}

.boxes-area .second-boxes .boxes label {
  padding: 0px 20px;
}

/* Form Style*/
.information-text > p {
  text-align: left;
  font-size: 13px;
  color: #565d62;
  font-family: "Rubik", sans-serif;
}

.information-text h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}

.form-style input[type="text"],
.form-style input[type="email"],
.form-style select {
  outline: none;
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  font: 11px;
  height: 45px;
}

.form-style input[type="text"],
.form-style input[type="number"] {
  float: left;
  padding: 7px;
  display: block;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  font: 11px;
  height: 45px;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.form-style {
  border: 1px solid #ddd;
  margin: 0;
  padding: 15px;
  width: 100%;
}

.form-style input {
  margin-bottom: 20px !important;
}

.form-style .w50 {
  width: 220px !important;
}

.form-style .w50.right {
  float: right;
}

.talk-with-brokers {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8474a9;
  text-align: center;
}

.talk-with-brokers img {
  display: inline-block;
  vertical-align: middle;
}

.talk-with-brokers span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.in-button {
  padding-top: 10px;
}

.in-button .in-submit-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.in-button .in-submit-left h3 {
  margin-top: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.in-button .in-submit-left .radio-field {
  background: none !important;
  cursor: pointer;
}

.in-button .in-submit-left .radio-field .radio-toolbar input {
  opacity: 0;
  background: none;
}

.in-button .in-submit-left .radio-field .radio-toolbar .input-group {
  text-align: center;
  display: inline-block;
  width: 80px;
  margin-right: 7px;
  border: 1px solid #f2f3f8;
}

.in-button .in-submit-left .radio-field .radio-toolbar .input-group i {
  font-size: 17px;
  color: #000;
}

.in-button .in-submit-left .radio-field .radio-toolbar .input-group p {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.in-button .in-submit-left .radio-field .radio-toolbar .input-group img {
  cursor: pointer;
  max-width: 65px;
  padding-bottom: 5px;
  border-radius: 3px;
}

.in-button .in-submit-left .radio-field .radio-contaier {
  width: 74px;
  height: 52px;
  position: relative;
}

.in-button .in-submit-left .radio-field .radio-contaier input {
  width: 74px;
  height: 52px;
  position: absolute;
}

.in-button .in-submit-left .radio-field .radio-contaier label {
  width: 74px;
  height: 52px;
  padding-top: 5px;
}

.in-button .in-submit-left .radio-field input[type="radio"]:checked + label {
  background-color: #000;
}

.in-button .in-submit-left .radio-field input[type="radio"]:checked + label i,
.in-button .in-submit-left .radio-field input[type="radio"]:checked + label p {
  color: #fff;
}

.in-button .in-submit-right {
  text-align: right;
  float: right;
}

.in-button .in-submit-right button {
  padding: 0;
  margin-top: 15px;
  background: #000;
  width: 190px;
  height: 54px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
}

/*===================== I Slider =============*/
.information-slider {
  padding-bottom: 25px;
  border: 1px solid #d2d2d2;
  margin-bottom: 45px;
}

.information-slider .slider-nav {
  margin-top: 15px;
  padding: 0 15px;
  cursor: pointer;
}

.information-slider .slider-nav .single-i-slider {
  padding: 7px;
}

.information-slider .slider-nav .single-i-slider img {
  width: 100%;
  height: 84px;
}

.information-slider .img-overlay:hover:before {
  background: rgba(0, 0, 0, 0.2);
  z-index: -10;
}

.information-slider .common-arrow {
  display: none;
}

.i-slider2-area {
  padding: 0px;
  padding-bottom: 10px;
  border: 1px solid #d2d2d2;
}

.i-slider2-area .single-i-slider {
  margin: 3px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #d2d2d2;
}

.i-slider2-area .img-overlay:before {
  z-index: -100;
  background: none;
}

.i-slider3-area {
  padding: 0px;
  padding-bottom: 10px;
  border: 1px solid #d2d2d2;
}

.i-slider3-area .single-i-slider {
  margin: 3px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #d2d2d2;
}

.i-slider3-area .img-overlay:before {
  z-index: -100;
  background: none;
}

.i-slider4-area {
  padding: 0px;
  padding-bottom: 10px;
  border: 1px solid #d2d2d2;
}

.i-slider4-area .single-i-slider {
  margin: 3px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #d2d2d2;
}

.i-slider4-area .img-overlay:before {
  z-index: -100;
  background: none;
}

.topo-texto-galeria {
  background: #000;
  height: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.topo-texto-veja-pairs {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.topo-texto-videos {
  background: #000;
  height: 25px;
  color: rgb(230, 227, 37);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.img-dynamic-loader:before {
  z-index: -100;
  background: none;
}

.product-slider-area.imovel-product-slider-area {
  padding-top: 0;
  margin-top: 0;
}

/*===================== Property Form Area =============*/
.form-text {
  text-align: center;
}

.form-text h2 {
  color: #5a5555;
  font-family: "Open Sans";
  font-size: 22px;
  margin-bottom: 12px;
}

.form-text h5 {
  color: #969696;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 55px;
}

.property-form-btn {
  text-align: center;
}

.property-form-btn button {
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
  background: #f9a901;
  border-width: 0 0 3px 0;
  border-color: #665db0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

/*========================== Clients ================*/
.clients {
  margin-top: 15px;
}

.clients img {
  margin: 12px;
}

/*========================== Copmpare ================*/
.result-area {
  -webkit-box-shadow: -2px 1px 5px rgba(0, 1, 1, 0.1);
  box-shadow: -2px 1px 5px rgba(0, 1, 1, 0.1);
  background-color: #fcfcfc;
  padding-top: 0px;
}

.result-area .result-title h3 {
  color: #342e5c;
  font-size: 22px;
  font-weight: 400;
  margin: 17px 0;
}

.result-area .result-title h3 strong {
  font-weight: 700;
}

.variation-area {
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding-top: 5px;
}

.variation-area .variation {
  margin-top: 5px;
}

.variation-area .single-variation {
  margin-left: 10px;
  margin-right: 10px;
  width: 230px;
  float: left;
}

.variation-area .single-variation:first-child {
  margin-left: 185px;
}

.variation-area .single-variation .v-img {
  margin-right: 10px;
}

.variation-area .single-variation .v-img,
.variation-area .single-variation .v-desc {
  display: inline-block;
  vertical-align: middle;
}

.variation-area .single-variation img {
  display: inline;
}

.variation-area .single-variation ul {
  padding: 0;
  margin: 0;
}

.variation-area .single-variation ul li {
  float: left;
  list-style: none;
  width: 29px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  color: #5e5e5e;
}

.variation-area .single-variation ul li:last-child {
  width: 55px;
}

.variation-area .single-variation ul li:hover,
.variation-area .single-variation ul li.active {
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #000;
  cursor: pointer;
}

.variation-area .result-pagi ul {
  display: inline-block;
}

.variation-area .result-pagi li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #d2d2d2;
  line-height: 25px;
  font-size: 14px;
}

.variation-area .result-pagi li.p-number {
  width: 40px;
}

.result-table-area {
  background-color: #f2f3f8;
  padding-top: 20px;
  padding-bottom: 25px;
}

.result-table-area .result-table {
  -webkit-box-shadow: 0px 0px 1px 0px #d2d2d2;
  box-shadow: 0px 0px 1px 0px #d2d2d2;
}

.result-table-area .result-table .table-row > ul {
  margin: 0;
  padding: 0;
}

.result-table-area .result-table .table-row > ul > li {
  position: relative;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.result-table-area .result-table .table-row > ul > li:first-child {
  width: 185px;
  text-align: right;
}

.result-table-area .table-row:not(:first-child) {
  min-height: 40px;
}

.result-table-area .table-row:nth-child(even) {
  background: #fff;
}

.result-table-area .table-row p {
  margin: 0;
  padding: 10px;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 600;
}

.result-table-area .table-row .blue p {
  color: #000;
}

.result-table-area .table-cell {
  width: 235px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e5e5e7;
}

.result-table-area .slick-next {
  right: 15px;
  z-index: 50;
  bottom: unset;
}

.result-table-area .slick-prev {
  left: 15px;
  z-index: 50;
  bottom: unset;
}

.result-table-area .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.result-table-area .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.result-table-area .slick-dots {
  bottom: 7px;
}

.result-table-area .slick-dots li {
  margin: 0;
}

.result-table-area .slick-dots li.slick-active button:before {
  color: #fff;
}

.result-table-area .slick-dots li button {
  color: #d2d2d2;
  margin: 0;
}

.result-table-area .slick-dots li button:before {
  font-size: 10px;
  color: #d2d2d2;
  opacity: 1;
}

.result-table-area .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.result-table-area .single-result-slider {
  position: relative;
}

.result-table-area .single-result-slider .fav {
  position: absolute;
  top: 15px;
  right: 15px;
}

.result-table-area .single-result-slider .fav:hover i,
.result-table-area .single-result-slider .fav.active i {
  color: #000;
}

.result-table-area .single-result-slider .fav i {
  font-size: 17px;
  color: #fff;
}

.result-table-area .empty {
  margin: 0;
  padding: 0;
}

.result-table-area .spacer {
  width: 100%;
  height: 155px;
  background: #fff;
  margin: 0;
  padding: 0;
  margin-top: -37px;
}

.result-table-area .pagi {
  text-align: center;
  margin-top: 30px;
}

.result-table-area .pagi ul {
  padding: 0;
  margin: 0;
}

.result-table-area .pagi ul li {
  display: inline-block;
  width: 38px;
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.result-table-area .pagi ul li:hover i {
  color: #fff;
}

.result-table-area .pagi ul li a {
  color: #767474 !important;
  font-size: 19px;
  font-weight: 400;
}

.result-table-area .pagi ul li:hover,
.result-table-area .pagi ul li:first-child,
.result-table-area .pagi ul li:last-child {
  background-color: #000;
}

.result-table-area .pagi ul li:hover a,
.result-table-area .pagi ul li:first-child a,
.result-table-area .pagi ul li:last-child a {
  color: #fff !important;
}

.result-table-area .pagi ul li.active {
  background-color: #949494;
}

.result-table-area .pagi ul li.active a {
  color: #fff !important;
}

/*==========================Footer Border ================*/
.footer-border {
  width: 100%;
  height: 17px;
  -webkit-box-shadow: -2px 1px 5px rgba(0, 1, 1, 0.07);
  box-shadow: -2px 1px 5px rgba(0, 1, 1, 0.07);
  background-color: #f9a901;
  margin-top: 20px;
}

/*===========================================================
	 Scroll To Top
	============================================================*/
/*.go-top {
	  bottom: 20px;
	  display: none;
	  position: fixed;
	  right: 30px;
	  z-index: 999;
	}*/

/*
	.go-top span {
	  background-color: #f9a901;
	  color: rgba(255, 255, 255, 0.6);
	  cursor: pointer;
	  float: right;
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 22px;
	  padding: 5px 10px;
	}
	*/

/*.go-top span {
	  background-color: #f9a901;
	  color: rgba(255, 255, 255, 0.6);
	  cursor: pointer;
	  float: right;
	  font-size: 1px;
	  line-height: 1px;
	  padding: 0px 0px;
	}

	.go-top span:hover {
	  color: #fff;
	}*/

.show-small {
  display: none;
}

/* Search Autocomplete*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

/* Agendar visita e atendimento pelo whatsapp*/
.agendar-visita {
  padding-left: 0px;
  padding-top: 5px;
  padding-right: 2.5px;
  padding-bottom: 20px;
}
.atendimento-whatsapp {
  padding-top: 5px;
  padding-left: 2.5px;
  padding-right: 0px;
  padding-bottom: 20px;
}
.agendar-visita-font-style {
  font-size: 13px !important;
  font-weight: bold;
}
.atendimento-font-style {
  font-size: 13px !important;
  font-weight: bold;
}

/*============= Responsive CSS ====================*/
@media only screen and (max-width: 1199px) {
  .result-table-area .show-small-device,
  .result-table-area .table-cell.show-small {
    display: block !important;
  }
  .result-table-area .result-table .table-row > ul > li.table-cell-blue {
    display: block;
  }
  .in-button .in-submit-left {
    display: block;
    text-align: center;
  }
  .in-button .in-submit-right {
    text-align: center;
    float: none;
    display: block;
  }
  .variation-area .single-variation:first-child {
    margin-left: 0;
  }
  .variation-area .single-variation {
    margin-left: 5px;
    margin-right: 5px;
  }
  .empty {
    display: none;
  }
  .spacer {
    display: none;
  }
  .result-table-area .table-cell {
    width: 25%;
    display: block;
    float: left;
  }
  .result-table-area .result-table .table-row > ul > li:first-child {
    width: 100%;
    text-align: center;
    background: #949494;
  }
  .result-table-area .result-table .table-row > ul > li:first-child p {
    color: #fff !important;
  }
  .result-table-area .result-table .table-row > ul > li:last-child {
    display: block;
  }
  .show-small {
    display: block;
    background: #fafafc;
  }
  .result-table-area .slick-prev {
    left: 0;
  }
  .result-table-area .slick-next {
    right: 0;
  }
  .result-table-area .slick-dots {
    bottom: 0;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .result-table-area .slick-dots li button:before {
    font-size: 8px;
  }
  .result-table-area .single-result-slider .fav i {
    font-size: 12px;
  }
  .result-table-area .single-result-slider .fav {
    top: 0;
    right: 10px;
  }
  .result-table-area .table-row p {
    word-break: break-all;
    font-size: 11px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .hidden-small {
    display: none;
  }
  .hd-area .header-form form {
    display: none;
  }
  .hd-area .header-form.active {
    padding-bottom: 15px;
  }
  .autocomplete-suggestions {
    width: 225px !important;
  }
  .header-imovel .header-right {
    position: relative;
    z-index: 99;
  }
  .header-imovel .header-right h5 {
    display: inline-block;
    padding-right: 15px;
  }
  .header-imovel .header-right i {
    font-size: 16px;
    color: #fff;
  }
  .breadcrumb-area {
    padding-top: 95px;
  }

  /* Agendar visita e atendimento pelo whatsapp*/
  .agendar-visita {
    padding: 60px;
  }
  .atendimento-whatsapp {
    padding: 1px;
  }
}

@media only screen and (max-width: 991px) {
  /* Agendar visita e atendimento pelo whatsapp*/
  .agendar-visita {
    padding: 0px;
  }
  .atendimento-whatsapp {
    padding: 0px;
  }

  .agendar-visita-font-style {
    font-size: 14px !important;
    font-weight: bold;
  }

  .atendimento-font-style {
    font-size: 14px !important;
    font-weight: bold;
  }

  .banner-area {
    text-align: center;
  }
  .banner-area .header-select,
  .banner-area .price {
    width: 180px;
  }
  .banner-area .location {
    width: 230px;
  }
  .banner-area .submit-button {
    width: 100px;
  }
  .banner-area .header-select select,
  .banner-area .header-select option,
  .banner-area .header-select input,
  .banner-area .price select,
  .banner-area .price option,
  .banner-area .price input,
  .banner-area .location select,
  .banner-area .location option,
  .banner-area .location input,
  .banner-area .submit-button select,
  .banner-area .submit-button option,
  .banner-area .submit-button input {
    font-size: 15px;
  }
  .all-boxes {
    text-align: center;
  }
  .all-boxes .boxes {
    margin-bottom: 2px;
  }
  .eliments-img {
    text-align: center;
  }
  .imo-profile-area {
    height: auto;
  }
  .imo-profile-area .imo-profile-right ul li {
    padding: 0 10px;
  }
  .imo-profile-area .imo-profile-left .imo-profile-img a img {
    width: 100px;
    height: 100px;
  }
  .imo-profile-area .imo-profile-left .imo-profile-img a {
    top: -29px;
  }
  .imo-profile-area .imo-profile-left .imo-profile-text {
    margin-left: 115px;
  }
  .information-text {
    margin-top: 30px;
  }
  .variation-area .single-variation {
    width: 48%;
    margin-bottom: 15px;
  }
  .result-pagi {
    display: inline-block;
    width: 49%;
  }
  .boxes-area .second-boxes input[type="radio"] + label:before {
    top: 22px;
    margin-left: 0;
    left: 10px;
    bottom: unset;
  }
  .boxes-area input[type="radio"] + label:before {
    left: 10px;
    margin-left: 0;
    bottom: unset;
    top: 12px;
  }
  .boxes-area .second-boxes input[type="radio"]:checked + label:before {
    top: 22px;
    margin-left: 0;
    left: 10px;
    bottom: unset;
  }
  .boxes-area input[type="radio"]:checked + label:before {
    bottom: unset;
    top: 12px;
    left: 10px;
    margin-left: 0;
  }
  .boxes-area .second-boxes .boxes {
    height: 40px;
    border-radius: 3px;
    width: 140px;
    text-align: center;
  }
  .boxes-area .boxes {
    height: 40px;
    width: auto;
    border-radius: 3px;
  }
  .boxes-area .second-boxes input[type="radio"] + label,
  .boxes-area input[type="radio"] + label {
    height: 40px;
    padding-left: 32px;
  }
  .boxes-area .second-boxes .boxes label,
  .boxes-area .boxes label {
    padding: 10px;
    font-size: 13px;
  }
  .boxes-area .second-boxes input[type="radio"]:checked + label:after,
  .boxes-area input[type="radio"]:checked + label:after {
    height: 40px;
    border-radius: 3px;
  }
  .boxes-area .second-boxes input[type="radio"] + label:before,
  .boxes-area input[type="radio"] + label:before {
    width: 15px;
    height: 14px;
    background: url("../img/plus.png");
    background-size: 100% 100%;
  }

  .currency-icon input[type="radio"] + label:before {
    width: 15px;
    height: 14px;
    background: url("../img/dollar-currency-symbol.png") !important;
    background-size: 100% 100% !important;
  }

  .boxes-area .second-boxes input[type="radio"]:checked + label:before,
  .boxes-area input[type="radio"]:checked + label:before {
    width: 16px;
    height: 14px;
    background: url("../img/tik.png");
    background-size: 100% 100%;
  }
  .boxes-area input[type="radio"] + label,
  .boxes-area .second-boxes input[type="radio"] + label {
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.home-header {
    padding-bottom: 11px;
  }
  .header-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    content: "";
    z-index: 0;
    background: #000;
  }
  .banner-text h2 {
    font-size: 28px;
  }
  .banner-area .submit-button {
    width: 230px;
    margin-top: 60px;
  }
  .imo-profile-area .imo-profile-right {
    float: left;
    height: 85px;
  }
  .imo-profile-area.fixed {
    position: unset;
    left: unset;
    top: unset;
  }
  .hd-area .submit-button {
    width: 225px !important;
    margin-top: 3px;
  }
  .region-title h2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .imo-profile-area .imo-profile-left .imo-profile-img a {
    position: unset;
    top: unset;
    left: unset;
  }
  .imo-profile-area {
    text-align: center;
    padding-top: 25px;
    border-bottom: 0;
  }
  .imo-profile-area .imo-profile-left .imo-profile-text {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  .imo-profile-area .imo-profile-right ul {
    border-top: 1px solid #d0d1d5;
    border-left: 0;
    border-bottom: 0;
  }
  .imo-profile-area .imo-profile-right ul li {
    border-left: 1px solid #d0d1d5;
    border-bottom: 1px solid #d0d1d5;
  }
  .imo-profile-area .imo-profile-right {
    float: none;
    text-align: center;
    min-height: 225px;
    padding-top: 0;
  }
  .imo-profile-area .imo-profile-right ul li:not(:first-child)::before {
    background: none;
  }
  .content-right button span {
    display: none;
  }
  .content-right button.active {
    background: #5e4c8b !important;
  }
  .bg-slider-area .bg-slider-content .content-left p {
    display: none !important;
  }
  .imo-profile-area .imo-profile-left .imo-profile-text p + p {
    display: block;
  }
  .imo-profile-text p i,
  .imo-profile-text p span {
    color: #000;
  }
  .imo-profile-area .imo-profile-right ul {
    height: 110px;
  }
  .imo-profile-area .imo-profile-right ul li {
    width: 50%;
    display: block;
    float: left;
  }
  .header-select,
  .location,
  .location-place,
  .price {
    background: #fff;
  }
  .header-select,
  .location,
  .location-place,
  .price,
  .submit-button {
    margin-top: 1px !important;
    height: 55px !important;
    overflow: hidden;
  }
  .submit-button {
    background: #f9a901;
  }
  .hd-area .header-select,
  .hd-area .location,
  .hd-area .location-place,
  .hd-area .price {
    background: #fff;
  }
  .hd-area .header-select,
  .hd-area .location,
  .hd-area .location-place,
  .hd-area .price,
  .hd-area .submit-button {
    margin-top: 1px !important;
    height: 45px !important;
    overflow: hidden;
  }
  .hd-area .submit-button {
    background: #f9a901;
  }
  .header-left {
    padding-top: 16px;
    width: 100px;
    padding-bottom: 0;
  }
  .header-right {
    float: right;
    padding-top: 0px;
    margin-top: 12px;
    padding-bottom: 0px;
  }
  .w100 {
    width: 100px !important;
  }
  .xs-12.pl-100 {
    width: calc(100% - 100px);
  }
  .hd-area * {
    font-size: 13px !important;
  }
  .header-right i {
    margin-right: 0;
  }
  .header-imovel .header-right h5 {
    padding-right: 5px;
  }
  .banner-area {
    margin-top: 58px;
  }
  .result-area,
  .breadcrumb-area {
    padding-top: 10px;
  }
  .result-table-area .result-table .table-cell:nth-child(4) {
    display: none !important;
  }
  .result-table-area .table-cell {
    width: 33.33%;
  }
  .single-bg-slider.img-overlay:before {
    position: unset;
  }
}

@media only screen and (max-width: 650px) {
  .banner-area .header-select,
  .banner-area .price {
    width: 250px;
    margin-bottom: 0;
  }
  .banner-area .location {
    width: 250px;
  }
  .banner-area .submit-button {
    width: 250px;
  }
  .xs-12 {
    width: 100%;
  }
  .property-form-area .form-row input {
    width: 100%;
  }
  .header-area {
    text-align: center;
  }
}

@media only screen and (max-width: 635px) {
  .price.single-options {
    margin-top: 3px;
  }
  .form-style .w50 {
    width: 100% !important;
  }
  div#searchfield {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 540px) {
  .banner-area .price {
    margin-top: 59px;
  }
  .banner-area .submit-button {
    margin-top: 0;
  }
  .bg-slider-area .bg-slider-content .content-left {
    height: 25px;
    line-height: 55px;
    padding-right: 0;
    display: block !important;
  }
  .hd-area .header-select,
  .hd-area .price {
    width: 225px;
  }
  .header-select.single-options {
    margin-bottom: 0;
  }
  .hd-area .header-select,
  .hd-area .price,
  .hd-area .location,
  .hd-area .submit-button {
    position: unset;
  }
  .location {
    position: relative !important;
    z-index: -1;
  }
  .hd-area .single-options {
    background: url("../img/arrow-down.png");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .hd-area .single-options input {
    background: #fff;
  }
  .hd-area .single-options .select {
    background: #fff;
  }
  .hd-area .single-options:after {
    background: none;
  }
  .variation-area .single-variation {
    width: 100%;
    margin-bottom: 15px;
  }
  .result-pagi {
    display: inline-block;
    width: 100%;
  }
  .s-hidden {
    visibility: visible !important;
  }
  .styledSelect,
  .options {
    display: none !important;
  }
  .banner-area .header-select select,
  .banner-area .header-select option,
  .banner-area .header-select input,
  .banner-area .price select,
  .banner-area .price option,
  .banner-area .price input,
  .banner-area .location select,
  .banner-area .location option,
  .banner-area .location input,
  .banner-area .submit-button select,
  .banner-area .submit-button option,
  .banner-area .submit-button input,
  .hd-area .header-select select,
  .hd-area .header-select option,
  .hd-area .header-select input,
  .hd-area .price select,
  .hd-area .price option,
  .hd-area .price input,
  .hd-area .location select,
  .hd-area .location option,
  .hd-area .location input,
  .hd-area .submit-button select,
  .hd-area .submit-button option,
  .hd-area .submit-button input {
    background: #fff;
  }
  select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .imo-profile-area .imo-profile-right {
    float: left;
    /* min-height: 145px; */
  }
  .variation-area .single-variation .v-img {
    margin-right: 10px;
    width: 40px;
  }
  .variation-area .single-variation {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  .result-table-area .pagi ul li {
    width: 29px;
  }
}
/*# sourceMappingURL=style.css.map */

span.twitter-typeahead .tt-menu {
  cursor: pointer;
}

.dropdown-menu,
span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 14px;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  width: 100%;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(126, 127, 130);
  text-align: inherit;
  background: none;
  border: 0;
}
span.twitter-typeahead .tt-suggestion:focus,
.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:hover {
  color: rgb(126, 127, 130);
  text-decoration: none;
  background-color: #f5f5f5;
}
span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
span.twitter-typeahead .disabled.tt-suggestion,
span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
  color: #818a91;
}
span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-menu {
  top: 2.375rem !important;
}

/*Esconde a dive de classe Overlay caso seja identificado que o width Mobile maximo deseja igual ou menor que 980px*/
@media only screen and (max-width: 980px) {
  .ocultarmobile {
    display: none;
  }
}

/*Esconde a dive de classe Overlay caso seja identificado que o width Mobile maximo deseja igual ou menor que 980px*/
@media only screen and (min-width: 992px) {
  .ocultardesktop {
    display: none;
  }
}

.fancybox-caption {
  border-top: none;
  font-size: 20px;
  padding: 40px 0;
}

.fancybox-caption-wrap {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -30px !important;
  z-index: 99996 !important;
  pointer-events: none !important;
  text-align: center !important;
  transition: opacity 200ms !important;
  background: none !important;
}

.banner-text-buscar {
  background-color: transparent;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s linear;
  will-change: opacity;
}

#secondary-showing {
  display: none;
}
#secondary-showing-btn {
  display: none;
}

.social-sharing {
  display: flex;
}

.social-icon {
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 8px;
}

.social-icon i {
  font-size: 24px;
  color: #333;
  transition: transform 0.3s ease-in-out;
}

.social-icon:hover i {
  transform: scale(1.2);
}

.anuncie-content {
  background-image: url(../img/anuncie-background.jpeg);
  background-color: black;
  background-size: 350px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: 40% 56%;
}

.anuncie-content h1 {
  text-align: right;
  color: #f0ad4e;
  font-size: 38px;
  padding-top: 100px;
  padding-right: 7vh;
  font-weight: 700;
}

.anuncie-content h2 {
  text-align: right;
  padding-right: 7vh;
  color: white;
  font-weight: bold;
}

.anuncie-buttons {
  position: inline-block;
  float: right;
  text-align: right;
  padding: 7vh;
}

.anuncie-content button {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  padding: 13px 14px 13px;
  margin: 8px;
}

@media only screen and (max-width: 767px) {
  .anuncie-content {
    background-image: url(../img/anuncie-background.jpeg);
    background-color: black;
    background-size: 440px;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .anuncie-content h1 {
    text-align: right;
    color: #f0ad4e;
    font-size: 32px;
    padding-top: 130px;
    padding-right: 3vh;
    font-weight: 700;
  }

  .anuncie-content h2 {
    text-align: right;
    padding-right: 3vh;
    color: white;
    font-weight: bold;
  }

  .anuncie-buttons {
    position: inline-block;
    float: right;
    text-align: right;
    padding: 3vh;
  }

  .anuncie-content button {
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
  }
} /* fim media querie de max-width: 767px */

.owl-carousel .item {
  background-color: #fff;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 45vh;
  overflow: hidden;
}
