@charset "UTF-8";
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
/*@import "variable";*/
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.9);
}
body.helix-ultimate-preloader:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}

a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.com-spproperty .sppb-btn,
.sppb-btn {
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 16px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.com-spproperty .sppb-btn.sppb-btn-xlg,
.sppb-btn.sppb-btn-xlg {
  font-size: 20px;
  padding: 22px 50px;
}
body.com-spproperty .sppb-btn.sppb-btn-lg,
.sppb-btn.sppb-btn-lg {
  padding: 20px 35px;
}
body.com-spproperty .sppb-btn.sppb-btn-sm,
.sppb-btn.sppb-btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}
body.com-spproperty .sppb-btn.sppb-btn-xs,
.sppb-btn.sppb-btn-xs {
  padding: 6px 20px;
  font-size: 12px;
}
body.com-spproperty .sppb-btn.sppb-btn-default,
.sppb-btn.sppb-btn-default {
  color: #fff;
  border: none;
  background-color: #000;
}
body.com-spproperty .sppb-btn.sppb-btn-default:focus, body.com-spproperty .sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:focus,
.sppb-btn.sppb-btn-default:hover {
  color: #fff;
  background-color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.com-spproperty .sppb-btn.sppb-btn-primary,
.sppb-btn.sppb-btn-primary {
  color: #fff;
  border: none;
}
body.com-spproperty .sppb-btn.sppb-btn-primary:hover, body.com-spproperty .sppb-btn.sppb-btn-primary:focus,
.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline,
.sppb-btn.sppb-btn-primary.sppb-btn-outline {
  background-color: transparent;
  border: 1px solid;
}
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover, body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus, body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.com-spproperty .sppb-btn.sppb-btn-link,
.sppb-btn.sppb-btn-link {
  padding: 0;
  background-color: transparent;
}
body.com-spproperty .sppb-btn.sppb-btn-link:hover, body.com-spproperty .sppb-btn.sppb-btn-link:focus,
.sppb-btn.sppb-btn-link:hover,
.sppb-btn.sppb-btn-link:focus {
  text-decoration: none;
}

.badge {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 6px;
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 0px;
}
.badge.badge-primary {
  background-color: #20d8d3;
}
.badge.badge-primary.badge-rent {
  background-color: #e56647;
}

#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}

.sp-contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-contact-info li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.sp-contact-info li:not(:last-child) {
  margin-right: 10px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sp-contact-info .sp-contact-phone span.fa {
  font-size: 20px;
  margin-right: 20px;
}

#sp-header {
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 110;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d8d8d8;
  box-shadow: inset 0px 0px 0px 1px #d8d8d8;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#sp-header > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sp-header .logo {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#sp-header .logo .logo-image {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 111;
}

#sp-menu-right {
  padding-right: 50px;
  font-weight: 600;
}
#sp-menu-right .estate-top-login {
  position: relative;
}
#sp-menu-right .estate-top-login .info-text .sppb-btn {
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sp-menu-right .estate-top-login .info-text .sppb-btn i.fa {
  font-size: 20px;
  margin-right: 20px;
}
#sp-menu-right > .sp-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#sp-menu-right > .sp-column > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sp-menu-right > .sp-column > div:not(:last-child) {
  margin-left: 50px;
}

#sp-title {
  min-height: 0;
}

.sp-page-title {
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  background-color: #e2e2e2;
}
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 200px;
  line-height: 1;
  margin-top: -25px;
}
.sp-page-title .sp-page-title-heading-sub {
  margin-top: -70px;
  margin-bottom: 40px;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sp-page-title .breadcrumb > .active {
  color: #000;
  opacity: 0.6;
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-page-title .breadcrumb > li > a:hover, .sp-page-title .breadcrumb > li > a:focus {
  opacity: 0.6;
}

.body-innerwrapper {
  overflow-x: hidden;
}

.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#sp-main-body {
  padding: 100px 0;
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}

.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type=checkbox] {
  margin-top: 6px;
}

.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}

.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}

.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}

.article-details .article-header {
  position: relative;
}
.article-details .article-header h1,
.article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}

.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin-bottom: 30px;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 0px;
  font-weight: 700;
  border-color: #d8d8d8;
}

#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}

.article-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}

.pagination-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}

div.pagination, .pagination-wrapper {
  display: block !important;
  margin-top: 80px;
}
div.pagination ul.pagination, .pagination-wrapper ul.pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.pagination ul.pagination li.page-item, .pagination-wrapper ul.pagination li.page-item {
  margin-right: 20px;
}
div.pagination ul.pagination li.page-item > a, .pagination-wrapper ul.pagination li.page-item > a {
  width: 64px;
  height: 64px;
  line-height: 64px;
  padding: 0 10px;
  text-align: center;
  background: transparent;
  font-size: 21px;
  border: 2px solid #000;
  border-radius: 0px;
  font-weight: 700;
}
div.pagination ul.pagination li.page-item > a.page-link.previous i.fa, div.pagination ul.pagination li.page-item > a.page-link.next i.fa, .pagination-wrapper ul.pagination li.page-item > a.page-link.previous i.fa, .pagination-wrapper ul.pagination li.page-item > a.page-link.next i.fa {
  font-size: 18px;
}

.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}

.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}

.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}

.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}

#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form {
  position: relative;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form .button-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
#sp-bottom .sppb-addon-optin-forms .sppb-optin-form .button-wrap button {
  cursor: pointer;
}

#sp-footer {
  font-size: 14px;
  padding: 0;
  border-top: 1px solid #232323;
}
#sp-footer .container-inner {
  padding: 20px 0;
  color: #909090;
  font-weight: 700;
}
#sp-footer .container-inner a {
  color: #909090;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp-footer .container-inner a:hover, #sp-footer .container-inner a:focus {
  color: #fff;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}

html.offline body {
  background: #F3F3F3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days,
html.coming-soon #coming-soon-countdown .coming-soon-hours,
html.coming-soon #coming-soon-countdown .coming-soon-minutes,
html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-days,
html.offline #coming-soon-countdown .coming-soon-hours,
html.offline #coming-soon-countdown .coming-soon-minutes,
html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}

html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.profile > div:not(:last-child) {
  margin-bottom: 30px;
}

.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}

.page-header {
  padding-bottom: 15px;
}

table.category {
  width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
  padding: 10px;
}

.contact-form .form-actions {
  background: none;
  border: none;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  -webkit-animation: spSpin 0.75s linear infinite;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}

.control-group {
  margin-bottom: 1rem;
}

select.form-control:not([multiple]),
select.inputbox:not([multiple]),
select:not([multiple]) {
  height: calc(2.25rem + 2px);
}

body.site input[type=text],
body.site input[type=email],
body.site input[type=url],
body.site input[type=date],
body.site input[type=password],
body.site input[type=search],
body.site input[type=tel],
body.site input[type=number],
body.site select,
body.site textarea.sppb-form-control,
body.site textarea {
  display: block;
  width: 100%;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: #353535;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
body.site input[type=text]::placeholder,
body.site input[type=email]::placeholder,
body.site input[type=url]::placeholder,
body.site input[type=date]::placeholder,
body.site input[type=password]::placeholder,
body.site input[type=search]::placeholder,
body.site input[type=tel]::placeholder,
body.site input[type=number]::placeholder,
body.site select::placeholder,
body.site textarea.sppb-form-control::placeholder,
body.site textarea::placeholder {
  color: #d8d8d8;
}
body.site input[type=text]:focus,
body.site input[type=email]:focus,
body.site input[type=url]:focus,
body.site input[type=date]:focus,
body.site input[type=password]:focus,
body.site input[type=search]:focus,
body.site input[type=tel]:focus,
body.site input[type=number]:focus,
body.site select:focus,
body.site textarea.sppb-form-control:focus,
body.site textarea:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}

.chzn-select,
.chzn-select-deselect {
  width: 100%;
}

.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type=text]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type=text] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, 0.2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}

.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}

.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}

.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}

.sppb-testimonial-pro {
  padding-bottom: 70px;
}
.sppb-testimonial-pro .sppb-addon-testimonial-pro-footer .sppb-addon-testimonial-pro-client-name {
  display: block;
  margin-top: 30px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  position: relative;
  padding: 0 40px;
}
.sppb-testimonial-pro .sppb-testimonial-message:before, .sppb-testimonial-pro .sppb-testimonial-message:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 64px;
  color: #f3f3f3;
  position: absolute;
  top: 13px;
  left: 2px;
  z-index: -1;
}
.sppb-testimonial-pro .sppb-testimonial-message:before {
  content: "";
}
.sppb-testimonial-pro .sppb-testimonial-message:after {
  content: "";
  right: 2px;
  left: auto;
  bottom: 0;
  top: auto;
}
.sppb-testimonial-pro .sppb-carousel-indicators li {
  width: 15px;
  height: 15px;
  border: none;
  background-color: #fff;
  margin: 0 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg {
  height: 675px;
  padding: 50px 0;
  position: relative;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(255, 255, 255, 0.5)), color-stop(98%, rgba(255, 255, 255, 0.4)));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.7) 6%, rgba(255, 255, 255, 0.6) 98%);
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg > .container {
  display: table;
  height: 100%;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-item-text-wrap {
  position: relative;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-sub-title {
  margin-bottom: 30px;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-title {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.3;
  max-width: 745px;
  margin-bottom: 15px;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .details {
  max-width: 650px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
}
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .details i.fa {
  margin-right: 10px;
}
.sppb-fullwidth-slider .customNavigation a {
  width: 57px;
  height: 57px;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 57px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-fullwidth-slider .customNavigation a:hover {
  background-color: #000;
  color: #fff;
}
.sppb-fullwidth-slider .customNavigation a.sppbSlideNext {
  right: 50px;
  left: auto;
}
.sppb-fullwidth-slider .owl-controls {
  z-index: 1000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  bottom: 5px;
}
.sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  background: #000;
  display: inline-block;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot.active span, .sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot:hover span, .sppb-fullwidth-slider .owl-controls .owl-dots .owl-dot:focus span {
  opacity: 1;
}
.sppb-fullwidth-slider .owl-item .sppb-fullwidth-slider-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-fullwidth-slider .owl-item.active .sppb-fullwidth-slider-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-fullwidth-slider .owl-item.active .sppb-fullwidth-slider-item .sppb-wow.sppb-animated.sppb-fullwidth-title {
  display: inline-block;
}

.left-column > .sppb-column-addons {
  max-width: 475px;
  margin: 0px 0px 0px auto;
}

.right-column > .sppb-column-addons {
  max-width: 455px;
  margin: 0px auto 0px 0px;
}

.sppb-addon-ajax-contact input[type=text],
.sppb-addon-ajax-contact input[type=email],
.sppb-addon-ajax-contact input[type=url],
.sppb-addon-ajax-contact input[type=date],
.sppb-addon-ajax-contact input[type=password],
.sppb-addon-ajax-contact input[type=search],
.sppb-addon-ajax-contact input[type=tel],
.sppb-addon-ajax-contact input[type=number],
.sppb-addon-ajax-contact select,
.sppb-addon-ajax-contact textarea.sppb-form-control,
.sppb-addon-ajax-contact textarea {
  border-color: #fff !important;
}
.sppb-addon-ajax-contact button[type=submit] {
  cursor: pointer;
}

.sppb-addon-image-overlay-icon {
  width: 40px;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  border-radius: 0px;
  font-weight: 700;
}

.sppb-addon-text-block blockquote {
  border-left: 11px solid;
  padding: 15px 60px;
  margin: 35px 0;
  font-size: 24px;
  line-height: 1.5;
}

.modal-backdrop {
  z-index: 10;
  background-color: transparent;
  position: inherit;
}

.modal {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#login .modal-dialog {
  width: calc(100% - 30px);
  max-width: 550px;
}
#login .modal-content {
  background: #ffffff;
  -webkit-box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.72);
  box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.72);
  border-radius: 0;
  text-align: left;
  padding: 30px 40px;
}
#login .modal-content .modal-header {
  border: none;
  padding: 0 0 20px;
  justify-content: center;
}
#login .modal-content .modal-header h4 {
  font-weight: 700;
  font-size: 24px;
}
#login .modal-content .modal-body {
  padding: 0;
}
#login .modal-content .modal-body input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  color: #000;
  padding: 18px 20px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#login .modal-content .modal-body input[type=text] {
  margin-bottom: 10px;
}
#login .modal-content .modal-body input[type=password],
#login .modal-content .modal-body input[type=email] {
  margin-bottom: 24px;
}
#login .modal-content .modal-body input[type=submit] {
  border: transparent;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#login .modal-content .modal-body input[type=submit]:hover, #login .modal-content .modal-body input[type=submit]:focus {
  background: #000;
}
#login .modal-content .modal-body .reg-link a {
  opacity: 0.5;
  font-weight: 500;
}
#login .modal-content .modal-body .reg-link a:hover, #login .modal-content .modal-body .reg-link a:focus {
  opacity: 1;
}
#login .modal-content .modal-body #form-login-password {
  margin-bottom: 0;
}
#login .modal-content .modal-body .remeber-forget-wrap {
  margin-bottom: 5px;
  font-size: 14px;
}
#login .modal-content .modal-body .remeber-forget-wrap #modlgn-remember {
  position: relative;
  margin-right: 10px;
}
#login .modal-content .modal-body #form-login-submit {
  margin-bottom: 10px;
}
#login .modal-content .modal-body .forgot-password a {
  font-weight: 300;
  font-size: 14px;
  color: #a8acb9;
  text-decoration: underline;
  letter-spacing: 0;
}
#login .modal-content .modal-body .create-account {
  margin-top: 24px;
}
#login .modal-content .modal-body .create-account a {
  font-weight: 300;
  font-size: 14px;
  color: #4f5362;
}
#login .modal-content .modal-body p {
  font-size: 12px;
  color: #a8acb9;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 2px;
}
#login .modal-content .modal-body p a {
  color: #b5b5b5;
}
#login .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  border: 0;
  height: 47px;
  width: 47px;
  margin: 0;
}
#login .modal-header .close:hover, #login .modal-header .close:focus {
  opacity: 0.6;
}
#login .modal-header .close i {
  margin-right: 0;
}

.modal-backdrop.fade.in {
  display: none;
}

.sp-custom-login-on .icons-wrap .user-icon {
  font-size: 18px;
  margin-right: 15px;
}
.sp-custom-login-on .arrow-icon {
  font-size: 14px;
}
.sp-custom-login-on .form-login-wrap {
  padding-top: 33px;
  position: absolute;
  right: -5px;
  top: 100%;
  display: none;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-custom-login-on .form-login-wrap .login-greeting {
  margin-bottom: 10px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #D8D8D8;
  box-shadow: 0 2px 4px 0 #D8D8D8;
  font-size: 14px;
  min-width: 275px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu {
  list-style: none;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 30px 10px 30px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li {
  margin-bottom: 15px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button {
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:hover, .sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:focus {
  color: #000;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button i.fa {
  font-size: 18px;
  margin-right: 10px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button input[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.sp-custom-login-on:hover .form-login-wrap {
  display: block;
}

.z-index-more {
  z-index: 101 !important;
}

.property-search-area {
  z-index: 101 !important;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.sp-property-search input[type=text],
.sp-property-search input[type=number] {
  border-radius: 0;
  font-size: 14px;
  color: #303030;
}
.sp-property-search input[type=text]::-webkit-input-placeholder,
.sp-property-search input[type=number]::-webkit-input-placeholder {
  color: #303030;
}
.sp-property-search input[type=text]:-ms-input-placeholder,
.sp-property-search input[type=number]:-ms-input-placeholder {
  color: #303030;
}
.sp-property-search input[type=text]::placeholder,
.sp-property-search input[type=number]::placeholder {
  color: #303030;
}
.sp-property-search input[type=text]:hover, .sp-property-search input[type=text]:focus,
.sp-property-search input[type=number]:hover,
.sp-property-search input[type=number]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp-property-search .spproperty-search .sp-select {
  border: none !important;
  padding: 0px;
  min-width: auto;
  height: auto;
  line-height: 1.4;
  color: #909090;
  font-weight: 700;
}
.sp-property-search .spproperty-search .sp-select .sp-select-result {
  padding: 0;
}
.sp-property-search .spproperty-search .sp-select .sp-select-result i.fa {
  margin-top: 0;
  font-size: 13px;
}
.sp-property-search .spproperty-search .sp-select .sp-select-dropdown {
  top: calc(100% + 61px);
  max-height: 180px;
  color: #303030;
}
.sp-property-search .spproperty-search .cat-wrap > div {
  max-width: 180px;
}
.sp-property-search .spproperty-search .cat-wrap:not(:first-child) {
  padding-top: 19px;
}
.sp-property-search .spproperty-search .cat-wrap .pstatus {
  max-width: 205px;
}
.sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select {
  font-size: 18px;
  padding: 36px 25px;
  background: #035883;
  color: #fff;
}
.sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select .sp-select-dropdown {
  top: 100%;
}
.sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select i.fa {
  color: #fff;
}
.sp-property-search .spproperty-search .input-area-title {
  font-size: 18px;
  font-weight: 700;
}
.sp-property-search .spproperty-search .spproperty-search-advance .sp-select .sp-select-dropdown {
  top: calc(100% + 58px);
}
.sp-property-search .spproperty-search .property-advance-search {
  -ms-flex-item-align: center;
  align-self: center;
}
.sp-property-search .spproperty-search .property-advance-search a {
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.sp-property-search .spproperty-search .property-advance-search a i.fa {
  font-size: 20px;
  margin-right: 10px;
}
.sp-property-search .spproperty-search .property-search-button-wrap {
  -ms-flex-item-align: center;
  align-self: center;
}
.sp-property-search .spproperty-search .property-search-button-wrap .property-search-button {
  margin-left: 15px;
}
.sp-property-search .spproperty-search .property-search-button-wrap button {
  padding: 15px;
  border: 2px solid;
  cursor: pointer;
  white-space: normal;
}
.sp-property-search .spproperty-search .property-search-button-wrap button i.fa {
  margin-right: 10px;
  font-size: 18px;
}
.sp-property-search.sp-property-search-overlay .cat-wrap .pstatus .sp-select .sp-select-dropdown {
  top: calc(100% + 20px);
}
.sp-property-search.sp-property-search-overlay .sp-select .sp-select-dropdown {
  top: calc(100% + 50px);
}
.sp-property-search.sp-property-search-overlay .spproperty-search-advance-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
}
.sp-property-search.sp-property-search-overlay .spproperty-search-advance-wrapper .sp-select .sp-select-dropdown {
  top: calc(100% + 38px);
}
.sp-property-search.sp-property-search-overlay .spproperty-search-advance-wrapper .spproperty-search-advance {
  background: white;
  padding: 20px 30px 10px;
  border: 1px solid #d8d8d8;
  border-top: none;
}

.com-spproperty .noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  top: -5px;
  background: #000;
  border: none;
}
.com-spproperty .noUi-horizontal .noUi-handle .noUi-tooltip {
  font-size: 12px;
  padding: 2px 13px;
  color: #909090;
  font-weight: 700;
  border-radius: 0px;
}
.com-spproperty .noUi-horizontal .noUi-connect {
  background-color: #000;
}

.spproperty-search-advance > hr {
  border-top-color: #d8d8d8;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.spproperty-search-advance .noUi-handle {
  width: 10px;
  height: 10px;
  top: -5px;
  background: #000;
  border: none;
}
.spproperty-search-advance .noUi-handle .noUi-tooltip {
  font-size: 12px;
  padding: 2px 13px;
  color: #909090;
  font-weight: 700;
  border-radius: 0px;
}
.spproperty-search-advance .noUi-connect {
  background-color: #000;
}
.spproperty-search-advance .spproperty-price-range,
.spproperty-search-advance .spproperty-size-range {
  font-size: 12px;
  color: #909090;
  font-weight: 700;
  margin-bottom: 15px;
}
.spproperty-search-advance .noUi-connect {
  background: #000;
}
.spproperty-search-advance .chzn-container .chzn-choices {
  border-color: #ced4da !important;
  border-radius: 0px !important;
  padding: 0px 12px !important;
  color: #000 !important;
}
.spproperty-search-advance .chzn-container .chzn-choices > li {
  font-size: 11px;
  font-weight: 700;
  border-color: #ced4da !important;
}
.spproperty-search-advance .chzn-container .chzn-choices > li.search-field input {
  color: #303030;
  font-size: 14px !important;
}
.spproperty-search-advance .chzn-container .chzn-choices > li .search-choice-close:after {
  font-size: 11px !important;
}

.spproperty .sp-properties-wrapper {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spproperty .sp-properties-wrapper:hover {
  -webkit-box-shadow: 0 2px 6px 0 rgba(139, 139, 139, 0.5);
  box-shadow: 0 2px 6px 0 rgba(139, 139, 139, 0.5);
}
.spproperty .sp-properties-wrapper:hover .property-summery {
  margin-top: 25px;
}
.spproperty .sp-properties-wrapper:hover .property-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.spproperty .sp-properties-wrapper:hover .property-image .owl-nav > button {
  left: 10px;
}
.spproperty .sp-properties-wrapper:hover .property-image .owl-nav > button.owl-next {
  right: 10px;
}
.spproperty .sp-properties-wrapper.property-status-sold .spproperty-badge-sold {
  z-index: 5;
}
.spproperty .sp-properties-wrapper .property-image .item:before, .spproperty .sp-properties-wrapper .property-image .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  opacity: 0;
  transition: 0.3s;
}
.spproperty .sp-properties-wrapper .property-image .item:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  z-index: 2;
}
.spproperty .sp-properties-wrapper .property-image .item:after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
.spproperty .sp-properties-wrapper:hover .property-image.no-gallery:before, .spproperty .sp-properties-wrapper:hover .property-image.no-gallery:after,
.spproperty .sp-properties-wrapper:hover .property-image .item:before,
.spproperty .sp-properties-wrapper:hover .property-image .item:after {
  opacity: 1;
}
.spproperty .sp-properties-wrapper .property-image .owl-carousel.spproperty-gallery:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  z-index: 10;
}
.spproperty .sp-properties-wrapper .property-image .property-image-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.spproperty .sp-properties-wrapper .property-image .owl-nav {
  margin: 0;
  height: 0;
  width: 0;
}
.spproperty .sp-properties-wrapper .property-image .owl-nav > button {
  position: absolute;
  top: 50%;
  padding: 0 !important;
  transform: translateY(-50%);
  left: -20px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  transition: 0.3s;
}
.spproperty .sp-properties-wrapper .property-image .owl-nav > button:hover, .spproperty .sp-properties-wrapper .property-image .owl-nav > button:focus {
  background-color: transparent;
  outline: none;
}
.spproperty .sp-properties-wrapper .property-image .owl-nav > button.owl-next {
  right: -20px;
  left: auto;
}
.spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
}
.spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots .owl-dot:hover, .spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots .owl-dot:hover span, .spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots .owl-dot:focus span {
  opacity: 1;
}
.spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0.5;
}
.spproperty .sp-properties-wrapper .property-image .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}
.spproperty .sp-properties-wrapper .property-details {
  position: relative;
  bottom: 0;
  padding: 0px;
}
.spproperty .sp-properties-wrapper .property-details .property-title-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.spproperty .sp-properties-wrapper .property-details .property-details-wrap {
  padding: 30px;
}
.spproperty .sp-properties-wrapper .property-details .property-price .price-tag {
  font-size: 14px;
}
.spproperty .sp-properties-wrapper .property-details .property-price .price-not-available {
  font-size: 13px;
  color: #FF4B5E;
}
.spproperty .sp-properties-wrapper .property-details .property-status-wrapper {
  margin-top: 10px;
  margin-bottom: 15px;
}
.spproperty .sp-properties-wrapper .property-details .property-status-wrapper > span {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #EDB94C;
  color: #fff;
  padding: 2px 6px;
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}
.spproperty .sp-properties-wrapper .property-details .property-status-wrapper > span.status-sell {
  background-color: #20D8D3;
}
.spproperty .sp-properties-wrapper .property-details .property-status-wrapper > span.status-offer {
  background-color: #FF4B61;
}
.spproperty .sp-properties-wrapper .property-details .property-title {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.spproperty .sp-properties-wrapper .property-details .property-address {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.spproperty .sp-properties-wrapper .property-details .property-address i.fa {
  font-size: 16px;
}
.spproperty .sp-properties-wrapper .property-details .property-summery {
  margin: 0;
  border-top: 1px solid #D8D8D8;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul li {
  font-size: 14px;
  padding: 13px 10px;
  margin: 0;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul li .img-wrap {
  margin-right: 5px;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul li img {
  width: 18px;
  display: inline-block;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul li i.fa {
  font-size: 12px;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul li.area-size {
  border-left: 1px solid #D8D8D8;
  font-weight: 700;
  padding-left: 20px;
}
.spproperty .sp-properties-wrapper.property-status-rent .property-details .property-status-wrapper > span.property-status {
  background-color: #E56647;
}
.spproperty .sp-properties-wrapper .property-favourite {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}
.spproperty .sp-properties-wrapper .property-favourite a {
  color: #fff;
}
.spproperty .sp-properties-wrapper .property-favourite .property-fav-btn {
  background: transparent;
  padding: 0;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.spproperty .sp-properties-wrapper .property-favourite .property-fav-btn span {
  color: #fff;
  text-shadow: 0px 1px 0px #a5a5a5;
  cursor: pointer;
  transition: 0.3s;
}
.spproperty .sp-properties-wrapper .property-favourite .property-fav-btn span.fa-heart {
  color: #FF4B5E;
}
.spproperty .sp-properties-wrapper .property-favourite .property-fav-btn:hover, .spproperty .sp-properties-wrapper .property-favourite .property-fav-btn:focus {
  outline: none;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.spproperty.sp-property-properties-simple {
  border: 1px solid #D8D8D8;
}
.spproperty.sp-property-properties-simple .row {
  margin: 0;
}
.spproperty.sp-property-properties-simple .row > div {
  padding: 0;
}
.spproperty.sp-property-properties-simple .row:last-child .sp-properties-wrapper {
  margin-bottom: 0px;
}
.spproperty.sp-property-properties-simple .sp-properties-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px;
}
.spproperty.sp-property-properties-simple .sp-properties-wrapper:hover, .spproperty.sp-property-properties-simple .sp-properties-wrapper:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spproperty.sp-property-properties-simple .sp-properties-wrapper .property-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
.spproperty.sp-property-properties-simple .sp-properties-wrapper .property-details-wrap {
  padding: 0px 0px 0px 20px;
}
.spproperty.sp-property-properties-simple .sp-properties-wrapper .property-details-wrap .property-price {
  font-size: 16px;
}
.spproperty.sp-property-properties-simple .sp-properties-wrapper .property-details-wrap .property-title {
  margin-top: 3px;
  line-height: 1.3;
  font-size: 13px;
  white-space: normal;
}

.spproperty.sp-property-properties-simple-list {
  border: none;
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper .property-image img {
  min-height: 60px;
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper:hover .property-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper .property-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper .property-details {
  position: inherit;
  bottom: 0;
  padding: 0px;
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper .property-details-wrap .property-price {
  font-size: 14px;
}
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper .property-details-wrap .property-title {
  margin-bottom: 0;
}

.featured-projects .sp-module-title {
  border: 1px solid #D8D8D8;
  margin-bottom: 0px;
  border-bottom: 0px;
  padding: 25px 15px;
  font-size: 14px;
}

.sp-property-simple-search .spproperty-search .cat-wrap:not(:first-child) {
  padding-top: 0;
}
.sp-property-simple-search .spproperty-search .sp-select .sp-select-result {
  padding-left: 40px;
  padding-right: 10px;
}
.sp-property-simple-search .spproperty-search .sp-select .sp-select-result .sp-select-text, .sp-property-simple-search .spproperty-search .sp-select .sp-select-result i.fa {
  color: #D8D8D8;
}
.sp-property-simple-search .spproperty-search .sp-select .sp-select-dropdown {
  top: calc(100% + 25px);
}
.sp-property-simple-search .spproperty-search-basic {
  margin: 0;
}
.sp-property-simple-search .spproperty-search-basic .cat-wrap {
  max-width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: 1px solid #D8D8D8;
}
.sp-property-simple-search .spproperty-search-basic .cat-wrap > div {
  max-width: inherit;
}
.sp-property-simple-search .spproperty-search-basic .cat-wrap > div {
  padding: 25px 0;
  position: relative;
}
.sp-property-simple-search .spproperty-search-basic .side-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #DCDCDC;
  font-size: 18px;
  z-index: 10;
}
.sp-property-simple-search .spproperty-search-advance {
  padding: 0 30px;
}
.sp-property-simple-search .spproperty-search-advance hr {
  margin-top: 0;
}
.sp-property-simple-search .spproperty-search .property-search-button-wrap {
  padding: 0;
}
.sp-property-simple-search .spproperty-search .property-search-button-wrap .property-search-button {
  margin: 0;
}
.sp-property-simple-search .spproperty-search .property-search-button-wrap button {
  padding: 22px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-property-map-wrapper .infowindow, #spproperty-map .infowindow {
  width: 250px;
}
.sp-property-map-wrapper .infowindow img, #spproperty-map .infowindow img {
  width: 100%;
}
.sp-property-map-wrapper .infowindow .info-wrapper, #spproperty-map .infowindow .info-wrapper {
  padding: 20px;
  color: #7C7C7C;
}
.sp-property-map-wrapper .infowindow .info-wrapper .price-text, #spproperty-map .infowindow .info-wrapper .price-text {
  font-size: 18px;
  margin-bottom: 14px;
}
.sp-property-map-wrapper .infowindow .info-wrapper .title-wrapper, #spproperty-map .infowindow .info-wrapper .title-wrapper {
  margin-bottom: 12px;
}
.sp-property-map-wrapper .infowindow .info-wrapper .title-wrapper .price > span, #spproperty-map .infowindow .info-wrapper .title-wrapper .price > span {
  font-size: 12px;
}
.sp-property-map-wrapper .infowindow .info-wrapper .title-wrapper p, #spproperty-map .infowindow .info-wrapper .title-wrapper p {
  margin-bottom: 5px;
  font-weight: 700;
}
.sp-property-map-wrapper .infowindow .info-wrapper .prize-wrap, #spproperty-map .infowindow .info-wrapper .prize-wrap {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.sp-property-map-wrapper .infowindow .info-wrapper .property-title, #spproperty-map .infowindow .info-wrapper .property-title {
  font-weight: 600;
  color: #000;
}
.sp-property-map-wrapper .infowindow .info-wrapper .location-wrapper, #spproperty-map .infowindow .info-wrapper .location-wrapper {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
}
.sp-property-map-wrapper .infowindow .info-wrapper .location-wrapper span.fa, #spproperty-map .infowindow .info-wrapper .location-wrapper span.fa {
  padding-right: 10px;
}
.sp-property-map-wrapper .infowindow .info-wrapper .location-wrapper i.fa, #spproperty-map .infowindow .info-wrapper .location-wrapper i.fa {
  font-size: 18px;
  margin-left: 2px;
  margin-right: 5px;
}

.sp-property-properties-full-width > .row {
  margin-bottom: 0;
}
.sp-property-properties-full-width > .row > div {
  width: 20%;
}
.sp-property-properties-full-width > .row > div > .sp-properties-wrapper {
  margin-bottom: 30px;
}
.sp-property-properties-full-width .sp-properties-wrapper .property-details .property-summery ul li {
  padding: 13px 3px;
}
.sp-property-properties-full-width .see-all-wrapper {
  margin-top: 0;
}
.sp-property-properties-full-width .see-all-wrapper .sppb-btn {
  font-size: 21px;
  text-decoration: underline;
}

.sppb-addon-spproperties-cities .sppb-addon-content {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.sppb-addon-spproperties-cities .sppb-addon-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}
.sppb-addon-spproperties-cities .sppb-addon-content .sppb-addon-spproperties-cities-info {
  position: absolute;
  bottom: 0;
  padding: 45px;
  width: 100%;
  color: #fff;
}
.sppb-addon-spproperties-cities .sppb-addon-content .sppb-addon-spproperties-cities-info .sppb-addon-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.sppb-addon-spproperties-cities .sppb-addon-content .sppb-addon-spproperties-cities-info .sppb-addon-sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.sppb-addon-spproperties-cities .sppb-addon-content .sppb-addon-spproperties-cities-info .sppb-addon-sub-title i.fa {
  font-size: 20px;
  margin-right: 10px;
}
.sppb-addon-spproperties-cities .sppb-addon-content .full-city-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.com-spproperty.view-agents #sp-main-body,
.com-spproperty.view-agent #sp-main-body {
  padding-bottom: 70px;
}

.com-spproperty.view-agent #sp-right .sp-module {
  margin-bottom: 30px;
}

.spproperty.spproperty-agents .row {
  margin-bottom: 0;
}
.spproperty.spproperty-agents .spproperty-agent-widget {
  padding: 0;
  color: #909090;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  transition: 0.3s;
}
.spproperty.spproperty-agents .spproperty-agent-widget:hover {
  -webkit-box-shadow: 0 2px 6px 0 rgba(139, 139, 139, 0.5);
  box-shadow: 0 2px 6px 0 rgba(139, 139, 139, 0.5);
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap {
  padding: 15px 0;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .agent-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .agent-title a {
  color: #000;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .designation {
  margin-bottom: 10px;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing {
  padding: 0;
  margin-bottom: 20px;
  font-size: 13px;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li i {
  color: #909090;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li a {
  color: #909090;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li a span {
  padding-left: 1px;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials {
  font-size: 20px;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li {
  margin-right: 15px;
}
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li a {
  color: #909090;
}
.spproperty.spproperty-agents.spproperty-agents-simple > .row {
  margin-bottom: 0;
}
.spproperty.spproperty-agents.spproperty-agents-simple .row:last-child .spproperty-agent-widget {
  margin-bottom: 0;
}
.spproperty.spproperty-agents.spproperty-agents-simple .spproperty-agent-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  margin-bottom: 20px;
}
.spproperty.spproperty-agents.spproperty-agents-simple .spproperty-agent-widget:hover {
  box-shadow: none;
}
.spproperty.spproperty-agents.spproperty-agents-simple .spproperty-agent-widget .agent-img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  margin-right: 15px;
}
.spproperty.spproperty-agents.spproperty-agents-simple .spproperty-agent-widget .agent-details-wrap {
  text-align: left;
  padding: 5px 0;
}
.spproperty.spproperty-agents.spproperty-agents-simple .spproperty-agent-widget .agent-details-wrap .agent-title {
  font-size: 17px;
  margin-bottom: 6px;
}
.spproperty.spproperty-agents.spproperty-agents-simple .spproperty-agent-widget .agent-details-wrap .designation {
  font-size: 13px;
  margin-bottom: 0px;
}

.see-all-wrapper {
  margin-top: 45px;
}

.spproperty.spproperty-view-agent .sp-module {
  margin-bottom: 30px;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-img-wrap {
  margin-right: 30px;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .agent-title {
  font-size: 21px;
  font-weight: 700;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .agent-title a {
  pointer-events: none;
  color: #000;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li {
  display: block;
  margin-bottom: 5px;
  margin-right: 0;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li i.fa {
  color: #909090;
  font-size: 16px;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li a {
  color: #909090;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials {
  font-size: 20px;
  margin-top: 40px;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li {
  margin-right: 10px;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li a {
  color: #909090;
}
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-desc {
  line-height: 2.2;
  margin: 45px 0px;
}
.spproperty.spproperty-view-agent .spproperty-agent-map-widget {
  margin-bottom: 40px;
}
.spproperty.spproperty-view-agent .spproperty-agent-map-widget .title-heading {
  margin-bottom: 30px;
}
.spproperty.spproperty-view-agent .contact-from-title {
  margin-bottom: 30px;
}
.spproperty.spproperty-view-agent .spproperty-agent-form {
  border: 1px solid #D8D8D8;
  padding: 50px;
}
.spproperty.spproperty-view-agent .spproperty-agent-form input, .spproperty.spproperty-view-agent .spproperty-agent-form textarea {
  border-color: #D8D8D8;
}
.spproperty.spproperty-view-agent .spproperty-agent-form input::-webkit-input-placeholder, .spproperty.spproperty-view-agent .spproperty-agent-form textarea::-webkit-input-placeholder {
  color: #D8D8D8;
}
.spproperty.spproperty-view-agent .spproperty-agent-form input:-ms-input-placeholder, .spproperty.spproperty-view-agent .spproperty-agent-form textarea:-ms-input-placeholder {
  color: #D8D8D8;
}
.spproperty.spproperty-view-agent .spproperty-agent-form input::placeholder, .spproperty.spproperty-view-agent .spproperty-agent-form textarea::placeholder {
  color: #D8D8D8;
}
.spproperty.spproperty-view-agent .spproperty-agent-form textarea {
  height: 170px;
}
.spproperty.spproperty-view-agent .spproperty-agent-form #contact-submit {
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
  border-radius: 0px;
  margin-top: 15px;
  cursor: pointer;
}
.spproperty.spproperty-view-agent .agent-property-list .agent-properties-from-title {
  margin: 50px 0 30px 0;
}
.spproperty.spproperty-view-agent .agent-properties > .row {
  margin: 0;
}
.spproperty.spproperty-view-agent .agent-properties > .row > div {
  padding: 0;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper .property-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}
.spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper .property-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  overflow: hidden;
}
.spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper .property-details .property-details-wrap {
  padding: 15px 15px 15px 20px;
}
.spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper .property-details .property-summery ul {
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper .property-details .property-summery ul li {
  font-size: 12px;
  padding: 6px 10px;
}

.property-search-layout > .sppb-container-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.spproperty-category-box .spproperty-list .item {
  margin-bottom: 20px;
}
.spproperty-category-box .spproperty-list .item a {
  color: #000;
  font-weight: 700;
}

.properties-categories .sp-module-title {
  border: 1px solid #d8d8d8;
  margin-bottom: 0px;
  border-bottom: 0px;
  padding: 25px 15px;
  font-size: 14px;
}
.properties-categories .properties-categories {
  border: 1px solid #d8d8d8;
  padding: 15px;
  padding-bottom: 0;
}

.com-spproperty.view-favorites .spproperty-view-properties.spproperty {
  padding: 0;
}

.sp-properties-agent-form .th-form-title {
  margin-bottom: 40px;
}

.com-spproperty.view-properties .spproperty-sorting {
  margin-top: 50px;
}
.com-spproperty.view-properties .spproperty-sorting .sorting {
  display: inline-block;
}
.com-spproperty.view-properties .spproperty-sorting + .spproperty-view-properties.spproperty {
  padding-top: 10px;
}

.com-spproperty.view-property #sp-title {
  display: none;
}
.com-spproperty.view-property #sp-main-body {
  padding-top: 0;
}
.com-spproperty.view-property #sp-main-body > .container {
  padding: 0;
}
.com-spproperty.view-property .spproperty-sidebar {
  padding-left: 45px;
}
.com-spproperty.view-property .property-dots-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
.com-spproperty.view-property .property-dots-container .owl-dot {
  background: #000;
}
.com-spproperty.view-property .property-dots-container .owl-dot:not(:last-child) {
  margin-right: 30px;
}
.com-spproperty.view-property .property-dots-container .owl-dot button.owl-dot {
  margin-right: 0px;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.com-spproperty.view-property .property-dots-container .owl-dot button.owl-dot:hover, .com-spproperty.view-property .property-dots-container .owl-dot button.owl-dot:focus {
  background-color: #000;
}
.com-spproperty.view-property .property-dots-container .owl-dot.active button {
  border: none;
  opacity: 0.6;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav {
  margin: 0;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  border: 2px solid #000000;
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav > div.owl-prev {
  left: 20px;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav > div.owl-next {
  right: 20px;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav > div:hover, .com-spproperty.view-property .spproperty-view-property .owl-nav > div:focus {
  background-color: #000;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav > div:hover i.fa, .com-spproperty.view-property .spproperty-view-property .owl-nav > div:focus i.fa {
  color: #fff;
}
.com-spproperty.view-property .spproperty-view-property .owl-nav > div i.fa {
  font-size: 30px;
  line-height: 52px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-location {
  font-size: 18px;
  font-weight: 700;
}
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-location i.fa {
  margin-right: 10px;
}
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-location .loc-info {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-sqft-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  font-size: 21px;
  font-weight: 700;
}
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-sqft-info span {
  margin-left: 15px;
}
.com-spproperty.view-property .spproperty-overview-list {
  border: 1px solid #D8D8D8;
  padding: 34px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #242424;
  margin-bottom: 30px;
}
.com-spproperty.view-property .spproperty-overview-list > div:not(:last-child) {
  margin-right: 35px;
}
.com-spproperty.view-property .spproperty-overview-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-spproperty.view-property .spproperty-overview-list > div i.fa {
  margin-right: 10px;
}
.com-spproperty.view-property .spproperty-short-info {
  color: #909090;
  line-height: 2.2;
  margin: 30px 0;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 35px;
}
.com-spproperty.view-property .spproperty-feature-item {
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.com-spproperty.view-property .spproperty-feature-item .title-wrapper {
  flex: 0 0 100px;
  padding-right: 20px;
}
.com-spproperty.view-property .spproperty-feature-item .title-wrapper .spproperty-title {
  font-size: 14px;
  color: #242424;
}
.com-spproperty.view-property .spproperty-feature-item .second-child {
  flex-grow: 1;
  flex-basis: 0;
}
.com-spproperty.view-property .spproperty-feature-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.com-spproperty.view-property .spproperty-feature-overview-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -25px;
  font-weight: 700;
}
.com-spproperty.view-property .spproperty-feature-overview-list > li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 25px;
}
.com-spproperty.view-property .spproperty-feature-overview-list > li .spproperty-feature-overview-signle-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.com-spproperty.view-property .spproperty-feature-overview-list > li .spproperty-feature-overview-signle-list img, .com-spproperty.view-property .spproperty-feature-overview-list > li .spproperty-feature-overview-signle-list i.fa {
  margin-bottom: 15px;
  max-width: 25px;
}
.com-spproperty.view-property .spproperty-project-address {
  max-width: 200px;
  line-height: 2;
}
.com-spproperty.view-property .spproperty-video-overview {
  margin: 0;
  padding: 0;
}
.com-spproperty.view-property .spproperty-video-overview .spproperty-video {
  margin: 0;
}
.com-spproperty.view-property .spproperty-floor-plan {
  margin: 0;
  padding: 0;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab {
  margin: 0;
  border: 1px solid #D8D8D8;
  padding: 20px;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .spproperty-floor-tab-nav {
  background: transparent;
  border: none;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .spproperty-floor-tab-nav li {
  margin-right: 20px;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .spproperty-floor-tab-nav li a {
  padding: 0;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .spproperty-floor-tab-nav li a:after {
  display: none;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .tab-content .spproperty-floor-img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .tab-content .spproperty-floor-text h5 {
  font-size: 16px;
}
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .tab-content .spproperty-floor-text p {
  margin-bottom: 10px;
}
.com-spproperty.view-property .sppropety-details-social {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.com-spproperty.view-property .sppropety-details-social > li {
  margin-right: 20px;
  font-size: 18px;
}
.com-spproperty.view-property .sppropety-details-social > li a {
  color: #777777;
}

.sp-property-emi-calculator {
  background: #F2F2F2;
  padding: 20px 30px 30px 30px;
}
.sp-property-emi-calculator .spec-graph {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.sp-property-emi-calculator .spec-graph > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.sp-property-emi-calculator .spec-graph .spec-display-info {
  padding-left: 0;
}
.sp-property-emi-calculator .spec-graph .spec-display-info > div {
  position: relative;
  padding-left: 15px;
}
.sp-property-emi-calculator .spec-graph .spec-display-info > div:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 6px;
}
.sp-property-emi-calculator .spec-graph .spec-display-info > div.interest-payable:before {
  background: #02DFD9;
}
.sp-property-emi-calculator .spec-graph .interest-payable-value,
.sp-property-emi-calculator .spec-graph .principal-and-interest-value {
  font-weight: 700;
  margin-bottom: 10px;
}
.sp-property-emi-calculator form .form-group {
  margin-bottom: 20px;
}
.sp-property-emi-calculator form label {
  font-weight: 700;
}
.sp-property-emi-calculator form input[type=number] {
  border-radius: 0;
  padding: 10px 20px;
  color: #000;
  border-color: #D8D8D8;
}
.sp-property-emi-calculator form input[type=number]::placeholder {
  color: #000;
}
.sp-property-emi-calculator form input[type=submit] {
  padding: 14px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.spproperty-call-us-widget {
  background: #F7FAFB;
  text-align: center;
  padding: 50px 40px;
}
.spproperty-call-us-widget .spproperty-price-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.spproperty-call-us-widget .spproperty-price-title + .spproperty-per-sft {
  font-size: 28px;
  font-weight: 700;
}
.spproperty-call-us-widget .spproperty-price-title + .spproperty-per-sft + .spproperty-call-for-booking {
  margin-top: 5px;
}
.spproperty-call-us-widget .spproperty-total-price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.spproperty-call-us-widget .spproperty-total-price + .spproperty-per-sft {
  font-size: 18px;
  color: #7C7C7C;
}
.spproperty-call-us-widget .spproperty-per-sft {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.spproperty-call-us-widget .spproperty-id {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.spproperty-call-us-widget .spproperty-call-for-booking {
  color: #7C7C7C;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 22px;
}
.spproperty-call-us-widget .sppb-btn {
  padding: 17px;
  white-space: inherit;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.spproperty-call-us-widget .sppb-btn.sppb-btn-xs {
  padding: 6px 20px;
  font-size: 12px;
}
.spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog {
  min-width: 600px;
  max-width: inherit;
  margin-top: 100px;
}
.spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog .modal-header {
  padding: 8px 30px;
}
.spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog .modal-header .close {
  position: absolute;
  right: 26px;
  font-size: 25px;
  padding: 0;
  line-height: 1;
  text-shadow: none;
  top: 23px;
}
.spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
}
.spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog .modal-body {
  padding: 30px;
}
.spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog .modal-body .form-control {
  border-color: #d2d2d2;
}

.spproperty-agent-widget-wrap {
  border: 1px solid #D8D8D8;
  text-align: center;
  color: #242424;
  padding: 20px 0 10px 0;
}
.spproperty-agent-widget-wrap .spproperty-agent-title {
  font-size: 14px;
  margin: 15px 0 35px 0;
}
.spproperty-agent-widget-wrap .spproperty-agent-widget {
  margin: 0;
  padding: 0;
}
.spproperty-agent-widget-wrap .agent-img-wrap img {
  max-width: 90px;
  display: inline-block;
  border-radius: 100px;
}
.spproperty-agent-widget-wrap .agent-details-wrap {
  margin-top: 20px;
}
.spproperty-agent-widget-wrap .agent-details-wrap .agent-title {
  font-size: 14px;
  font-weight: 700;
}
.spproperty-agent-widget-wrap .agent-details-wrap .agent-title a {
  color: #242424;
}
.spproperty-agent-widget-wrap .agent-details-wrap .designation {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 25px;
}
.spproperty-agent-widget-wrap .spproperty-agent-socials {
  font-size: 16px;
  margin-top: 10px;
}
.spproperty-agent-widget-wrap .spproperty-agent-socials > li:not(:last-child) {
  margin-right: 12px;
}
.spproperty-agent-widget-wrap .spproperty-agent-mailing {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}
.spproperty-agent-widget-wrap .spproperty-agent-mailing > li {
  display: flex !important;
  flex-direction: column;
}
.spproperty-agent-widget-wrap .spproperty-agent-mailing > li i.fa {
  color: #7C7C7C;
  margin-bottom: 10px;
}
.spproperty-agent-widget-wrap .spproperty-agent-mailing > li a {
  color: #7C7C7C !important;
  font-weight: 700;
}
.spproperty-agent-widget-wrap .spproperty-agent-socials > li > a {
  color: #7C7C7C;
}

.spproperty-contact-us-widget {
  border: 1px solid #D8D8D8;
}
.spproperty-contact-us-widget h3 {
  margin-bottom: 30px;
}
.spproperty-contact-us-widget h3 span {
  color: #242424;
  font-size: 14px;
}
.spproperty-contact-us-widget .spproperty-contact-us-form input:not([type=checkbox]) {
  padding: 16px 20px;
}
.spproperty-contact-us-widget .spproperty-contact-us-form input, .spproperty-contact-us-widget .spproperty-contact-us-form textarea {
  border-color: #D8D8D8 !important;
  margin-bottom: 20px;
}
.spproperty-contact-us-widget .spproperty-contact-us-form textarea {
  min-height: 171px;
  transition: 0.3s;
}
.spproperty-contact-us-widget .spproperty-contact-us-form button[type=submit] {
  font-weight: 700;
  font-size: 18px;
  padding: 14px;
  padding: 17px !important;
  margin-top: 20px;
  border-radius: 0;
  cursor: pointer;
}

.spproperty-sidebar aside:not(:last-child) {
  margin-bottom: 30px;
}

.leaflet-popup-content-wrapper .image-wrapper {
  margin-bottom: 10px;
}
.leaflet-popup-content-wrapper a.leaflet-popup-close-button {
  top: -4px;
  right: -4px;
}
.leaflet-popup-content-wrapper .info-wrapper {
  color: #909090;
}
.leaflet-popup-content-wrapper .title-wrapper {
  font-weight: 700;
}
.leaflet-popup-content-wrapper .leaflet-popup-content p {
  margin: 5px 0;
}

.leaflet-popup-content {
  padding: 15px !important;
}

.sp-select {
  position: relative;
  cursor: pointer;
  width: 100%;
  min-width: 250px;
  border: 1px solid #d0d0d0 !important;
  height: 53px;
  padding: 5px 15px;
  line-height: 43px;
  color: #707070;
  background-color: #fff;
}
.sp-select.active .sp-select-result i.fa:before {
  content: "";
}
.sp-select .sp-select-result {
  padding: 0 10px;
  text-align: left;
}
.sp-select .sp-select-result i.fa {
  float: right;
  line-height: 1.5;
  margin-top: 11px;
  color: #858585;
}
.sp-select ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 80px;
  background: #fff;
  z-index: 100;
}
.sp-select ul > li {
  display: block;
  height: auto;
  line-height: normal;
  padding: 5px 25px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.sp-select ul > li:last-child {
  margin-bottom: 0;
}
.sp-select .sp-select-dropdown {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-radius: 0 0 3px 3px;
  padding: 10px 0;
  border: 1px solid #d9d9d9 !important;
}

body.com-spproperty.view-gallery #sp-main-body {
  padding-top: 0;
}
body.com-spproperty.view-gallery #sp-main-body > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.com-spproperty.view-gallery .spproperty-gallery-title-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
body.com-spproperty.view-gallery .spproperty-view-gallery .spproperty-gallery-title-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 60px 0;
  margin-bottom: 100px;
}
body.com-spproperty.view-gallery .spproperty-view-gallery .spproperty-gallery-title-wrap h4 {
  color: #fff;
  font-weight: 400;
}
body.com-spproperty.view-gallery .sp-page-title {
  display: none;
}

.spproperty-gallery-item .spproperty-gallery-album-title,
.spproperty-gallery-item .spproperty-gallery-album-meta > span {
  letter-spacing: 0;
}

.spproperty-view-gallery .spproperty-gallery-title-wrap {
  margin-bottom: 40px;
  text-align: center;
}
.spproperty-view-gallery .spproperty-gallery-title-wrap .badge {
  font-size: 14px;
  padding: 8px 13px;
}
.spproperty-view-gallery .spproperty-gallery-title-wrap h3 {
  font-size: 30px;
}
.spproperty-view-gallery .back-btn {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 12px;
}

.sppb-gallery.gallery-item-center {
  align-items: center;
}

body.com-users input[type=text], body.com-users input[type=email], body.com-users input[type=url], body.com-users input[type=date], body.com-users input[type=password], body.com-users input[type=search], body.com-users input[type=tel], body.com-users input[type=number], body.com-users select, body.com-users textarea.sppb-form-control, body.com-users textarea {
  border-color: #d8d8d8;
}
body.com-users .input-group-prepend {
  display: none;
}
body.com-users button.btn,
body.com-users a.btn,
body.com-users .sppb-btn {
  border-radius: 0px;
  padding: 15px 35px;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
}
body.com-users.view-login .list-group {
  flex-direction: row;
  line-height: 1;
  flex-wrap: wrap;
}
body.com-users.view-login .list-group .list-group-item {
  padding: 0;
  border: 0;
  margin-right: 15px;
  margin-bottom: 10px;
}

.apply-as-agent-wrap form {
  background: #F2F2F2;
  padding: 30px;
  margin-top: 30px;
}
.apply-as-agent-wrap form input {
  color: #000 !important;
  border-color: #dadada !important;
}
.apply-as-agent-wrap form .nav-tabs .nav-link {
  display: block !important;
}
.apply-as-agent-wrap form button.btn {
  font-size: 14px;
  font-weight: 700;
  border-radius: 0px;
  padding: 10px 35px;
  margin-bottom: 15px;
}

.spproperty-view-property #spproperty-slider {
  margin-bottom: 60px;
}
.spproperty-view-property #spproperty-slider.owl-carousel .owl-item:before {
  display: none;
}
.spproperty-view-property #spproperty-slider.owl-carousel .owl-nav div {
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  border: 2px solid #000;
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spproperty-view-property #spproperty-slider.owl-carousel .owl-nav div:hover {
  background-color: #000;
  color: #fff;
}
.spproperty-view-property #spproperty-slider.owl-carousel .owl-nav div.owl-next {
  right: 20px;
  left: auto;
}

.map-content-loader {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

#spproperty-map-container .spproperty-map-top {
  z-index: 10;
}
#spproperty-map-container .spproperty-list-wrap {
  position: relative;
}

#sp-property-properties-map #sp-property-properties {
  height: 975px;
  max-width: 100%;
}

.speasyimagegallery-gallery-item-title {
  letter-spacing: 0px;
}

.sp-no-item-found {
  background-color: transparent;
}
.sp-no-item-found > p {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.agents-success-msg .alert-success {
  font-size: 26px;
}
.agents-success-msg .alert-success i.fa {
  margin-right: 10px;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
  display: none;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

#member-profile button#helpsite-refresh {
  background: #3c3c3c;
  color: #fff;
  padding: 6px 20px;
  font-size: 12px;
  margin-top: 10px;
}

.view-category #sp-right {
  display: none;
}
.view-category .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
.view-category .articles-leading .article .article-header h4 {
  font-size: 36px !important;
  line-height: 45px !important;
}
.view-category .articles-leading .article .article-introtext {
  display: block !important;
  color: #909090;
  line-height: 32px;
  margin-top: 20px;
}
.view-category .article-list.articles-leading {
  display: flex;
  margin: -15px;
}
.view-category .article-list.articles-leading > div.article {
  padding: 15px;
  flex: 1;
}
.view-category .article-list .article {
  margin-bottom: 30px;
}
.view-category .article-list .article .article-intro-image {
  border: solid 1px #D8D8D8;
  border-bottom: 0;
}
.view-category .article-list .article .article-body {
  border: solid 1px #D8D8D8;
  padding: 25px 30px 15px 30px;
}
.view-category .article-list .article .article-body .article-info span {
  font-size: 12px;
  color: #cfcfcf;
  font-weight: 600;
  margin-right: 5px;
}
.view-category .article-list .article .article-body .article-info .info-block-title {
  display: inline-block;
}
.view-category .article-list .article .article-body .article-info span.createdby {
  position: relative;
}
.view-category .article-list .article .article-body .article-info span.createdby:after {
  position: absolute;
  content: "|";
  right: 0px;
  top: 0;
}
.view-category .article-list .article .article-body .article-info span.createdby img {
  display: none;
}
.view-category .article-list .article .article-body .article-header h4 {
  font-size: 18px;
  line-height: 32px;
  color: #272727;
  margin-top: 15px;
  text-transform: capitalize;
}
.view-category .article-list .article .article-body .article-header h4 a {
  color: #272727;
}
.view-category .article-list .article .article-body .article-introtext {
  display: none;
}

.view-article .article-header {
  margin-bottom: 30px;
}
.view-article .article-info {
  margin-bottom: 20px;
}
.view-article .article-info span {
  font-size: 12px;
  color: #cfcfcf;
  font-weight: 600;
  margin-right: 5px;
}
.view-article .article-info .info-block-title {
  display: inline-block;
}
.view-article .article-info span.createdby {
  position: relative;
}
.view-article .article-info span.createdby:after {
  position: absolute;
  content: "|";
  right: 0px;
  top: 0;
}
.view-article .article-info span.createdby img {
  display: inline-block;
  width: 35px;
  border-radius: 100%;
  margin-right: 10px;
}
.view-article .sppb-magnific-popup {
  padding: 180px 0;
}
.view-article blockquote {
  padding: 0 0 0 35px;
}
.view-article .blog-details-gallery .sppb-magnific-popup {
  padding: inherit;
}
.view-article .article-social-share {
  padding: 0 30px;
  margin-top: 10px;
  border: solid 1px #D8D8D8;
  height: 85px;
}
.view-article .article-social-share .social-icon-title {
  display: inline-block;
}
.view-article .article-social-share .social-icon-title h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
  line-height: 85px;
}
.view-article .article-social-share .social-share-icon {
  display: inline-block;
  float: right;
  line-height: 85px;
}
.view-article .article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.view-article .article-social-share .social-share-icon ul li {
  display: inline-block;
}
.view-article .article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 20px;
}
.view-article .article-social-share .social-share-icon ul li a {
  color: #909090;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}

#sp-right .search {
  margin-bottom: 20px;
}
#sp-right .search input {
  position: relative;
  height: 60px;
  border-radius: 0;
  border: 1px solid #D8D8D8;
  font-family: abril fatface;
  font-size: 14px;
  padding: 0 20px;
  color: #D8D8D8;
}
#sp-right .search input:focus {
  box-shadow: none;
}
#sp-right .search ::-webkit-input-placeholder {
  color: #D8D8D8;
}
#sp-right .search ::-moz-placeholder {
  color: #D8D8D8;
}
#sp-right .search:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 20px;
  color: #D8D8D8;
  right: 35px;
  top: 15px;
}
#sp-right .blog-category {
  border: solid 1px #D8D8D8;
  margin-bottom: 20px;
}
#sp-right .blog-category h3.sp-module-title {
  font-size: 14px;
  padding: 25px 20px;
  border-bottom: solid 1px #D8D8D8;
  margin: 0;
}
#sp-right .blog-category ul.categories-moduleblog-category {
  list-style: none;
  margin: 0;
  padding: 30px 20px;
}
#sp-right .blog-category ul.categories-moduleblog-category li {
  margin-bottom: 25px;
}
#sp-right .blog-category ul.categories-moduleblog-category li:last-child {
  margin-bottom: 0;
}
#sp-right .blog-category ul.categories-moduleblog-category li h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
#sp-right .blog-category ul.categories-moduleblog-category li h4 a {
  color: #000;
}
#sp-right .blog-newsletter {
  background-color: #000;
}
#sp-right .blog-newsletter h3.sp-module-title {
  font-size: 14px;
  color: #fff;
  padding: 35px 30px 0 30px;
  margin: 0;
}
#sp-right .blog-newsletter .sppb-optin-form-box .sppb-optin-form-info-wrap {
  padding: 0 45px;
}
#sp-right .blog-newsletter .sppb-optin-form-content {
  padding: 0 35px;
}
#sp-right .blog-newsletter .sppb-optin-form-content .button-wrap {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 48px;
}

.map-right .spproperty-map-top,
.map-top .spproperty-map-top {
  padding-right: 0;
  padding-left: 0;
}
.map-right .spproperty-map-top .sp-property-search,
.map-top .spproperty-map-top .sp-property-search {
  padding: 30px;
  border-bottom: solid 1px #D8D8D8;
}
.map-right .spproperty-map-top .sp-property-search .row,
.map-top .spproperty-map-top .sp-property-search .row {
  margin-bottom: 0;
}
.map-right .spproperty-map-top .sp-property-search .spproperty-price-range, .map-right .spproperty-map-top .sp-property-search .spproperty-size-range,
.map-top .spproperty-map-top .sp-property-search .spproperty-price-range,
.map-top .spproperty-map-top .sp-property-search .spproperty-size-range {
  font-size: 12px;
  color: #909090;
  font-weight: 700;
  margin-bottom: 15px;
}
.map-right .spproperty-map-top .sp-property-search .selectize-dropdown,
.map-top .spproperty-map-top .sp-property-search .selectize-dropdown {
  padding-top: 28px;
}
.map-right .spproperty-map-top .sp-property-search .cat-wrap:not(:first-child) .selectize-control .selectize-dropdown,
.map-top .spproperty-map-top .sp-property-search .cat-wrap:not(:first-child) .selectize-control .selectize-dropdown {
  padding-top: 52px;
}
.map-right #sp-main-body,
.map-top #sp-main-body {
  padding: 0;
}
.map-right #sp-main-body > .container,
.map-top #sp-main-body > .container {
  max-width: 100%;
}
.map-right #sp-main-body .spproperty,
.map-top #sp-main-body .spproperty {
  padding: 0px;
  margin: 0px;
}
.map-right #sp-main-body .spproperty .spproperty-sorting-wrap,
.map-top #sp-main-body .spproperty .spproperty-sorting-wrap {
  margin-bottom: 20px;
}
.map-right #sp-main-body .spproperty .sorting .form-group,
.map-top #sp-main-body .spproperty .sorting .form-group {
  margin-left: 35px;
  margin-bottom: 0;
}
.map-right #sp-main-body .spproperty .sorting .form-group .sp-select,
.map-top #sp-main-body .spproperty .sorting .form-group .sp-select {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  height: 55px;
  width: 205px;
  border: solid 2px !important;
  font-weight: 800;
}
.map-right #sp-main-body .spproperty .sorting .form-group .sp-select ul.sp-select-dropdown,
.map-top #sp-main-body .spproperty .sorting .form-group .sp-select ul.sp-select-dropdown {
  border: solid 2px !important;
}
.map-right #sp-main-body .spproperty .spproperty-list-wrap,
.map-top #sp-main-body .spproperty .spproperty-list-wrap {
  padding-top: 20px;
}
.map-right #sp-main-body .spproperty .view-button a.spproperty-list-view,
.map-top #sp-main-body .spproperty .view-button a.spproperty-list-view {
  margin-right: 5px;
}
.map-right #sp-main-body .spproperty .view-button a.btn-info,
.map-right #sp-main-body .spproperty .view-button a.btn,
.map-top #sp-main-body .spproperty .view-button a.btn-info,
.map-top #sp-main-body .spproperty .view-button a.btn {
  background-color: transparent;
  border: 0;
}
.map-right #sp-main-body .spproperty .view-button a.btn-info:focus,
.map-right #sp-main-body .spproperty .view-button a.btn:focus,
.map-top #sp-main-body .spproperty .view-button a.btn-info:focus,
.map-top #sp-main-body .spproperty .view-button a.btn:focus {
  box-shadow: none;
}
.map-right #sp-main-body .spproperty .view-button a,
.map-top #sp-main-body .spproperty .view-button a {
  padding: 0;
}
.map-right #sp-main-body .spproperty .view-button a span,
.map-top #sp-main-body .spproperty .view-button a span {
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: solid 2px #D8D8D8;
  border-radius: 2px;
  color: #D8D8D8;
  transition: 0.3s;
}
.map-right #sp-main-body .spproperty .view-button a:hover span,
.map-top #sp-main-body .spproperty .view-button a:hover span {
  border: solid 2px #000;
  color: #000;
}
.map-right #sp-main-body .spproperty .view-button .active-view,
.map-top #sp-main-body .spproperty .view-button .active-view {
  border: 0 !important;
  background: transparent !important;
}
.map-right #sp-main-body .spproperty .view-button .active-view span,
.map-top #sp-main-body .spproperty .view-button .active-view span {
  border: solid 2px #000;
  color: #000;
}
.map-right #sp-main-body .spproperty .spproperty-map,
.map-top #sp-main-body .spproperty .spproperty-map {
  margin-left: 35px;
}
.map-right #sp-main-body .spproperty .spproperty-map .spproperty .row,
.map-top #sp-main-body .spproperty .spproperty-map .spproperty .row {
  margin-bottom: 0;
}
.map-right #sp-main-body .spproperty .spproperty-map .property-list-view > .row,
.map-top #sp-main-body .spproperty .spproperty-map .property-list-view > .row {
  margin: 0;
}
.map-right #sp-main-body .spproperty .spproperty-map .property-list-view .property-details,
.map-top #sp-main-body .spproperty .spproperty-map .property-list-view .property-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.map-right #sp-main-body .spproperty .spproperty-map .property-list-view .property-details .property-details-wrap,
.map-top #sp-main-body .spproperty .spproperty-map .property-list-view .property-details .property-details-wrap {
  padding: 15px 25px !important;
}
.map-right #sp-main-body .spproperty .spproperty-map .sp-properties-wrapper,
.map-top #sp-main-body .spproperty .spproperty-map .sp-properties-wrapper {
  margin-bottom: 30px;
}
.map-right #sp-main-body .spproperty .spproperty-map .sp-properties-wrapper [class*=col-],
.map-top #sp-main-body .spproperty .spproperty-map .sp-properties-wrapper [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.map-right #sp-main-body .spproperty .spproperty-map .sp-properties-wrapper .property-details .property-details-wrap,
.map-top #sp-main-body .spproperty .spproperty-map .sp-properties-wrapper .property-details .property-details-wrap {
  padding: 25px 35px;
}
.map-right #sp-main-body .spproperty #spproperty-map,
.map-top #sp-main-body .spproperty #spproperty-map {
  margin-left: 25px;
}
.map-right #sp-main-body .spproperty #spproperty-map .infowindow .title-wrapper,
.map-top #sp-main-body .spproperty #spproperty-map .infowindow .title-wrapper {
  font-size: 18px;
}

.map-top .map-content-loader {
  top: 10px;
}
.map-top #sp-main-body {
  padding-top: 0;
}
.map-top #sp-main-body > div.container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.map-top #sp-main-body > div.container #spproperty-map {
  margin-left: 0;
}
.map-top #sp-main-body > div.container .sp-property-search-container {
  position: relative;
  z-index: 100;
}
.map-top #sp-main-body > div.container .sp-property-search {
  background: #fff;
  padding: 20px 30px;
  border: solid 1px #D8D8D8;
  margin-top: -254px;
}
.map-top #sp-main-body > div.container .sp-property-search .spproperty-search-basic {
  position: relative;
  z-index: 11;
}
.map-top #sp-main-body > div.container .sp-property-search .spproperty-search-advance-wrapper {
  position: relative;
  z-index: 10;
}
.map-top #sp-main-body > div.container .sp-property-search .row {
  margin-bottom: 0;
}
.map-top #sp-main-body > div.container .sp-property-search .cat-wrap .pstatus .sp-select .sp-select-dropdown {
  top: calc(100% + 21px);
}
.map-top #sp-main-body > div.container .sp-property-search .sp-select .sp-select-dropdown {
  top: calc(100% + 51px);
}
.map-top #sp-main-body > div.container .sp-property-search .spproperty-search-advance > hr {
  margin-top: 15px;
  padding-bottom: 10px;
}
.map-top #sp-main-body > div.container .sp-property-search .spproperty-search-advance .sp-select .sp-select-dropdown {
  top: calc(100% + 48px);
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper {
  max-width: 1140px;
  margin: 0 auto 70px auto;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .property-list-view .property-details .property-details-wrap {
  padding: 10px 25px !important;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .property-list-view .property-details .property-details-wrap .property-status-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .property-list-view .property-details .property-summery ul li {
  padding: 10px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap {
  padding-top: 40px;
  margin-bottom: 20px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .sorting .form-group {
  margin-left: 0;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a.spproperty-list-view {
  margin-right: 5px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a.btn-info,
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a.btn {
  background-color: transparent;
  border: 0;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a.btn-info:focus,
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a.btn:focus {
  box-shadow: none;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a {
  padding: 0;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a span {
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: solid 2px #D8D8D8;
  border-radius: 2px;
  color: #D8D8D8;
  transition: 0.3s;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a:hover span {
  border: solid 2px #000;
  color: #000;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view .active-view {
  border: 0 !important;
  background: transparent !important;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view .active-view span {
  border: solid 2px #000;
  color: #000;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty {
  padding: 0;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-map {
  margin-left: 0;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-fullmap-right {
  padding-top: 40px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-fullmap-right .sp-module {
  margin-bottom: 30px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-fullmap-right .properties-categories .spproperty-list {
  padding-top: 20px;
}
.map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-fullmap-right .properties-categories .spproperty-list .item {
  padding-left: 20px;
}

.com-spproperty.view-property #sp-main-body > .container {
  max-width: 100%;
}

.sppb-testimonial-pro.sppb-text-center .sppb-addon-testimonial-pro-footer {
  flex-direction: column;
  align-items: center;
}

.registration .modal {
  display: inline-block;
  position: inherit;
}

.com-content.layout-edit .nav-tabs .nav-link,
.com-content.layout-edit label.hasPopover,
.registration label.hasPopover {
  display: inline-block !important;
}

.registration .form-check-inline input[type=radio] {
  display: inline-block;
}

.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: "";
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  z-index: 99;
  display: block;
  /*float: left;*/
  width: fit-content;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding-right: 50px;
  line-height: 90px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  transition: 0.3s;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 1px 4px 0 #D8D8D8;
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 12px;
  float: right;
  margin-left: 10px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -15px;
  right: auto;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full > div > .row > div:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}

@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}

.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}

.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}

.offcanvas-menu {
  width: 10px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 80px 30px 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 40px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 40px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -10px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 10px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -10px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 10px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}

@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1550px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding-right: 30px;
  }

  #sp-menu-right > .sp-column > div:not(:last-child) {
    margin-left: 25px;
  }
}
@media (max-width: 1440px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding-right: 25px;
  }

  .sp-property-properties-full-width > .row > div {
    width: 25%;
  }
  .sp-property-properties-full-width .sp-properties-wrapper .property-details .property-summery ul {
    padding: 0 10px;
  }
  .sp-property-properties-full-width .sp-properties-wrapper .property-details .property-summery ul > li {
    padding: 6px 5px;
  }

  .sppb-fullwidth-slider .customNavigation a {
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .sppb-fullwidth-slider .customNavigation a.sppbSlideNext {
    right: 15px;
    left: auto;
  }

  .spproperty-map .sp-properties-wrapper .property-details .property-summery ul {
    padding: 0 10px;
  }
  .spproperty-map .sp-properties-wrapper .property-details .property-summery ul > li {
    font-size: 13px;
    padding: 6px 5px;
  }
  .spproperty-map .sp-properties-wrapper .property-details .property-status-wrapper {
    margin: 5px 0;
  }

  .map-right #sp-main-body .spproperty .spproperty-map .property-list-view .property-details .property-details-wrap, .map-top #sp-main-body .spproperty .spproperty-map .property-list-view .property-details .property-details-wrap {
    padding: 8px 15px !important;
  }
}
@media (max-width: 1200px) {
  .left-column > .sppb-column-addons {
    max-width: 385px;
  }

  .right-column > .sppb-column-addons {
    max-width: 365px;
  }

  .sp-custom-login .info-text .text,
.sp-custom-login-on .icons-wrap .log-text {
    display: none;
  }

  .sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    padding-right: 17px;
    font-size: 12px;
  }

  .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    margin-left: 7px !important;
    font-size: 11px !important;
  }

  #sp-menu-right {
    font-size: 13px;
  }
  #sp-menu-right > .sp-column > div:not(:last-child) {
    margin-left: 30px;
  }
  #sp-menu-right .sp-contact-info .sp-contact-phone span.fa {
    font-size: 15px;
    margin-right: 10px;
  }
  #sp-menu-right .estate-top-login .info-text .sppb-btn {
    font-size: 13px;
  }
  #sp-menu-right .estate-top-login .info-text .sppb-btn i.fa {
    font-size: 15px;
    margin-right: 10px;
  }

  .sp-property-properties-full-width > .row > div {
    width: 33.333333%;
  }

  .com-spproperty.view-property .spproperty-overview-list > div:not(:last-child) {
    margin-right: 25px;
  }

  #sp-menu-right,
#sp-menu-right .estate-top-login .info-text .sppb-btn {
    font-size: 12px;
  }

  #sp-menu-right .estate-top-login .info-text .sppb-btn i.fa,
.sp-contact-info .sp-contact-phone span.fa {
    font-size: 15px;
    margin-right: 10px;
  }

  .spproperty-map-top .sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select {
    font-size: 14px;
    padding: 30px 11px;
  }
  .spproperty-map-top .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button {
    width: 145px;
  }
  .spproperty-map-top .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button button {
    padding: 5px 20px;
  }
  .spproperty-map-top .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button button i.fa {
    font-size: 12px;
    margin-right: 5px;
  }

  .spproperty .sp-properties-wrapper .property-details .property-summery ul {
    padding: 0 10px;
  }
  .spproperty .sp-properties-wrapper .property-details .property-summery ul > li {
    font-size: 13px;
    padding: 8px 4px;
  }

  .sp-select ul > li {
    padding: 4px 10px;
  }

  .map-top #sp-main-body > div.container .full-map-bottom-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .left-column > .sppb-column-addons {
    max-width: 100%;
  }

  .right-column > .sppb-column-addons {
    max-width: 100%;
  }

  #sp-menu-right {
    padding-right: 30px;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: left;
  }

  .sp-property-search .spproperty-search .cat-wrap {
    flex: 0 0 33.333%;
    margin-bottom: 15px;
  }

  .sp-property-search .spproperty-search .sp-select .sp-select-dropdown {
    top: calc(100% + 10px);
  }

  .sp-property-search .spproperty-search .cat-wrap:not(:first-child) {
    padding-top: 0;
  }

  .sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select {
    font-size: 15px;
    padding: 15px;
  }

  .sp-property-search .spproperty-search .input-area-title {
    font-size: 15px;
  }

  .sp-modal-lg.sp-property-search .modal-dialog {
    max-width: 700px;
  }
  .sp-modal-lg.sp-property-search .modal-dialog .container {
    max-width: 100%;
  }

  .spproperty .sp-properties-wrapper .property-details .property-details-wrap {
    padding: 15px;
  }

  .spproperty .sp-properties-wrapper .property-details .property-summery ul li.area-size {
    border-left: none;
  }

  .spproperty .sp-properties-wrapper .property-details .property-summery ul li {
    padding: 5px 10px;
  }

  .spproperty .sp-properties-wrapper .property-details .property-title {
    line-height: 18px;
    margin-bottom: 15px;
  }

  .sppb-addon-spproperties-cities .sppb-addon-spproperties-cities-info {
    padding: 20px;
  }
  .sppb-addon-spproperties-cities .sppb-addon-spproperties-cities-info .sppb-addon-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sppb-addon-spproperties-cities .sppb-addon-spproperties-cities-info .sppb-addon-sub-title {
    font-size: 15px;
  }

  .com-spproperty.view-property .property-dots-container .owl-dot button.owl-dot {
    width: 150px !important;
    height: 100px !important;
  }

  .spproperty-call-us-widget .spproperty-total-price {
    font-size: 25px;
  }

  .spproperty-call-us-widget .sppb-btn {
    padding: 13px;
    font-size: 14px;
  }

  .spproperty-contact-us-widget {
    padding: 15px;
  }

  .com-spproperty.view-property .spproperty-feature-overview-list > li {
    padding: 12px;
  }

  .com-spproperty.view-property .spproperty-sidebar {
    padding-left: 15px;
  }

  .sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-title {
    font-size: 30px;
  }

  body.view-maps #sp-property-properties-map #sp-property-properties,
body.view-maps #spproperty-map {
    height: 480px;
  }

  .map-right #sp-main-body .spproperty .spproperty-map,
.map-top #sp-main-body .spproperty .spproperty-map,
body.view-maps #spproperty-map {
    margin-left: 0 !important;
  }

  body.view-maps .sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select .sp-select-dropdown {
    top: calc(100% + 0px);
  }

  body.view-maps.map-top #sp-property-properties-map #sp-property-properties {
    height: 1100px;
  }

  .map-top #sp-main-body > div.container .sp-property-search {
    margin-top: 50px;
  }

  .sp-property-search .spproperty-search .property-advance-search,
.sp-property-search .spproperty-search .property-search-button-wrap {
    z-index: 1;
  }

  .sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select .sp-select-dropdown {
    top: calc(100% + 0px);
  }

  .sp-property-search .spproperty-search .spproperty-search-advance .sp-select .sp-select-dropdown {
    top: calc(100% + 10px);
  }

  .map-top #sp-main-body > div.container .sp-property-search .cat-wrap .pstatus .sp-select .sp-select-dropdown {
    top: calc(100% + 0px);
  }

  .map-top #sp-main-body > div.container .sp-property-search .sp-select .sp-select-dropdown {
    top: calc(100% + 5px) !important;
  }

  .map-top #sp-main-body > div.container .sp-property-search {
    padding: 15px;
  }

  .sp-property-search .spproperty-search .row > div:nth-child(1) {
    z-index: 21;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(2) {
    z-index: 20;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(3) {
    z-index: 19;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(4) {
    z-index: 18;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(5) {
    z-index: 17;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(6) {
    z-index: 16;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(7) {
    z-index: 15;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(8) {
    z-index: 14;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(9) {
    z-index: 13;
  }
  .sp-property-search .spproperty-search .row > div:nth-child(10) {
    z-index: 12;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 80px;
    line-height: 1.3;
  }

  h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  h4 {
    font-size: 22px;
    line-height: 1.5;
  }

  .sppb-testimonial-pro {
    padding-bottom: 20px;
  }
  .sppb-testimonial-pro .sppb-testimonial-message {
    padding: 0px 15px;
  }
  .sppb-testimonial-pro .sppb-testimonial-message:before, .sppb-testimonial-pro .sppb-testimonial-message:after {
    font-size: 20px;
  }
  .sppb-testimonial-pro .sppb-carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 0 0 9px;
  }

  .sppb-btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .left-column > .sppb-column-addons {
    margin: 0;
  }

  .right-column > .sppb-column-addons {
    margin: 0;
  }

  input[type=text]:not(.form-control), input[type=email]:not(.form-control), input[type=url]:not(.form-control), input[type=date]:not(.form-control), input[type=password]:not(.form-control), input[type=search]:not(.form-control), input[type=tel]:not(.form-control), input[type=number]:not(.form-control), select:not(.form-control), textarea.sppb-form-control:not(.form-control), textarea:not(.form-control) {
    padding: 10px 15px;
  }

  .sppb-addon-text-block blockquote {
    border-left: 5px solid;
    padding: 10px 30px;
    font-size: 18px;
    margin: 10px 0;
  }

  #sp-menu-right > .sp-column {
    flex-direction: column;
    justify-content: center;
  }
  #sp-menu-right > .sp-column > div {
    margin-left: 0;
  }

  .spproperty .sp-properties-wrapper {
    margin-bottom: 20px;
  }

  .sp-property-search .spproperty-search .cat-wrap:not(:first-child) {
    padding-top: 0px;
  }
  .sp-property-search .spproperty-search .input-area-title {
    font-size: 15px;
    font-weight: 700;
  }

  .sp-property-search .spproperty-search .cat-wrap .form-group {
    margin-bottom: 0;
  }

  .sp-property-search .spproperty-search .property-search-button-wrap button {
    font-size: 12px;
    padding: 7px 20px;
    border-width: 1px;
  }
  .sp-property-search .spproperty-search .property-search-button-wrap button i.fa {
    font-size: 13px;
  }

  .sp-property-simple-search .spproperty-search-basic .cat-wrap > div {
    padding: 8px !important;
  }

  .sp-property-simple-search .spproperty-search-basic .side-icon {
    display: none;
  }

  .sp-property-properties-full-width > .row > div {
    width: 50%;
  }

  .spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget {
    flex-direction: column;
    align-items: flex-start;
  }
  .spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-img-wrap {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials {
    margin-top: 10px;
  }

  .spproperty.spproperty-view-agent .spproperty-agent-form {
    padding: 20px;
  }

  .spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper {
    flex-direction: column;
  }
  .spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper > div {
    flex: 0 0 100%;
    flex-basis: inherit !important;
  }

  #sp-menu-right {
    padding-right: 20px;
  }
  #sp-menu-right .sp-contact-info {
    display: none;
  }
  #sp-menu-right .log-text {
    display: none;
  }

  .sp-custom-login-on .form-login-wrap .form-users-wrapper {
    min-width: 180px;
  }

  .sp-page-title .sp-page-title-heading {
    font-size: 100px;
  }

  .sp-page-title .sp-page-title-heading-sub {
    font-size: 16px;
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .sp-page-title .sp-page-title-sub-heading {
    font-size: 20px;
  }

  body.view-category .article-list.articles-leading {
    flex-wrap: wrap;
    padding: 15px;
  }
  body.view-category .article-list.articles-leading > .article {
    width: 100%;
    flex: auto !important;
    padding: 0 !important;
  }
  body.view-category .pagination-wrapper {
    margin-top: 15px;
  }

  .com-spproperty.view-property .spproperty-details-title-wrap .spproperty-title {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 20px;
  }

  .com-spproperty.view-property .spproperty-details-title-wrap .spproperty-location {
    font-size: 13px;
  }
  .com-spproperty.view-property .spproperty-details-title-wrap .spproperty-location .loc-info {
    font-size: 12px;
  }

  .com-spproperty.view-property .spproperty-details-title-wrap .spproperty-sqft-info {
    font-size: 16px;
    margin-top: 10px;
  }

  .com-spproperty.view-property .spproperty-overview-list {
    padding: 10px;
  }
  .com-spproperty.view-property .spproperty-overview-list > div:not(:last-child) {
    margin-right: 20px;
  }

  .sp-property-emi-calculator .spec-tenure-period-year {
    margin-bottom: 30px;
  }

  .com-spproperty.view-property .property-dots-container .owl-dot:not(:last-child) {
    margin-right: 20px;
  }

  .sp-property-emi-calculator .spec-graph {
    flex-direction: column;
  }
  .sp-property-emi-calculator .spec-graph > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sp-contact-info {
    display: none;
  }

  .sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg {
    height: 350px;
  }
  .sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-title {
    margin-bottom: 5px;
  }
  .sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-sub-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .details {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .sppb-fullwidth-slider .customNavigation a {
    top: auto;
    bottom: 0;
  }
  .sppb-fullwidth-slider .customNavigation a.sppbSlidePrev {
    right: 70px;
    left: auto;
  }

  #login .modal-content {
    padding: 20px;
  }
  #login .modal-content .modal-body #form-login-submit {
    margin-bottom: 10px;
  }
  #login .modal-content #form-login-remember {
    margin-bottom: 0;
  }
  #login .modal-content .modal-content .modal-header {
    padding-bottom: 20px;
  }
  #login .modal-content .modal-content .modal-header h3 {
    font-size: 18px;
  }

  .sp-page-title {
    padding-bottom: 40px;
  }

  .pagination-wrapper ul.pagination li.page-item > a,
div.pagination ul.pagination li.page-item > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .pagination-wrapper ul.pagination li.page-item > a.page-link.previous i.fa,
div.pagination ul.pagination li.page-item > a.page-link.previous i.fa,
.pagination-wrapper ul.pagination li.page-item > a.page-link.next i.fa,
div.pagination ul.pagination li.page-item > a.page-link.next i.fa {
    font-size: 13px;
  }

  .spproperty-call-us-widget .spproperty-widget-form-request .modal-dialog {
    min-width: inherit;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px !important;
  }

  .sp-property-search .spproperty-search .input-area-title {
    margin-bottom: 0px;
    font-size: 15px;
  }

  #sp-menu-right .estate-top-login .info-text .sppb-btn i.fa {
    font-size: 20px;
  }

  #sp-header #offcanvas-toggler {
    margin-left: 0;
  }

  .sp-property-search .spproperty-search {
    font-size: 13px;
  }

  .sp-property-search .spproperty-search .property-search-button-wrap {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button {
    margin-left: 0;
  }
  .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button button {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px;
    font-size: 12px;
  }

  .sp-property-search .spproperty-search .cat-wrap {
    flex: 0 0 50%;
  }

  .sp-property-search.sp-property-simple-search form.spproperty-search {
    padding: 15px;
  }
  .sp-property-search.sp-property-simple-search .cat-wrap {
    border-right: none;
    padding: 0;
  }

  .sp-property-properties-full-width > .row > div {
    width: 100%;
  }

  .spproperty.sp-property-properties-simple .sp-properties-wrapper {
    flex-direction: column;
  }

  #sp-menu-right > .sp-column > div:not(:last-child) {
    margin-left: 0;
  }

  .sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu {
    padding: 15px 15px 0px 15px;
    font-size: 11px;
    margin-bottom: 7px;
  }
  .sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li {
    margin-bottom: 7px;
  }

  .sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button {
    padding-bottom: 7px;
  }
  .sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button i.fa {
    font-size: 14px;
  }
  .sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button input {
    font-size: 12px;
  }

  #sp-header,
#offcanvas-toggler,
#sp-header .logo, #sp-header .logo-image {
    height: 70px;
  }

  #offcanvas-toggler,
#sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span {
    line-height: 70px;
  }

  #sp-header #offcanvas-toggler {
    height: 70px !important;
    line-height: 70px !important;
  }

  #sp-header .sp-custom-login-on .form-login-wrap {
    padding-top: 23px;
  }

  .com-spproperty.view-property .property-dots-container .owl-dot button.owl-dot {
    width: 70px !important;
    height: 50px !important;
  }

  .com-spproperty.view-property .property-dots-container {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .com-spproperty.view-property .spproperty-view-property .owl-nav > div {
    width: 35px;
    height: 35px;
  }
  .com-spproperty.view-property .spproperty-view-property .owl-nav > div i.fa {
    font-size: 25px;
    line-height: 32px;
  }

  .spproperty-contact-us-widget .spproperty-contact-us-form button[type=submit] {
    font-size: 13px;
    padding: 8px;
  }

  .com-spproperty.view-property .spproperty-overview-list {
    flex-direction: column;
  }
  .com-spproperty.view-property .spproperty-overview-list > div {
    margin-bottom: 10px;
  }

  .com-spproperty.view-property .spproperty-feature-item {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .com-spproperty.view-property .spproperty-feature-item .title-wrapper {
    padding-right: 0px;
    flex: 0 0 100%;
  }
  .com-spproperty.view-property .spproperty-feature-item > .second-child {
    flex-basis: auto;
  }
  .com-spproperty.view-property .spproperty-feature-item.spproperty-feature-overview-wrap .title-wrapper, .com-spproperty.view-property .spproperty-feature-item.spproperty-emi-calculation .title-wrapper {
    margin-bottom: 20px;
  }

  .com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .tab-content .spproperty-floor-text h5 {
    font-size: 14px;
  }

  .sp-property-emi-calculator {
    padding: 15px;
  }

  .sp-property-emi-calculator form .form-group {
    margin-bottom: 10px;
  }

  .sp-property-emi-calculator form input[type=submit] {
    padding: 8px;
    font-size: 13px;
  }

  .spproperty-call-us-widget {
    padding: 20px;
  }

  .spproperty-call-us-widget .spproperty-total-price {
    font-size: 20px;
  }

  .spproperty-call-us-widget .spproperty-total-price + .spproperty-per-sft {
    font-size: 14px;
  }

  .spproperty-call-us-widget .spproperty-call-for-booking {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #sp-menu-right > .sp-column {
    align-items: flex-end;
  }

  .sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select .sp-select-dropdown {
    top: calc(100% + 0px);
  }

  .sp-property-search .spproperty-search .spproperty-search-advance .sp-select .sp-select-dropdown {
    top: calc(100% + 5px);
  }

  .spproperty .row {
    margin-bottom: 0;
  }
  .spproperty .row.see-all-wrapper {
    margin-top: 0;
  }

  #sp-bottom .sp-module .sp-module-title {
    font-size: 15px;
    margin: 0 0 10px;
  }

  #sp-bottom .sp-module {
    margin-bottom: 15px;
  }
  #sp-bottom .sp-module ul > li {
    margin-bottom: 8px;
  }

  #sp-footer, #sp-footer #sp-footer2 {
    text-align: center;
  }

  .spproperty.spproperty-agents {
    text-align: center;
  }

  .spproperty-agents .spproperty-agent-widget .agent-details-wrap .agent-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials {
    font-size: 15px;
  }

  .spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing {
    margin-bottom: 10px;
  }

  .spproperty .sp-properties-wrapper .property-details .property-summery ul li.area-size {
    padding-left: 5px;
  }

  #sp-menu-right {
    padding-right: 30px;
  }
  #sp-menu-right .sp-custom-login-on .icons-wrap .user-icon {
    margin-right: 5px;
  }
  #sp-menu-right .sp-custom-login-on .icons-wrap .user-icon .arrow-icon {
    font-size: 12px;
  }

  .sp-property-simple-search .spproperty-search .sp-select .sp-select-result {
    padding-left: 0px;
    padding-right: 0px;
  }

  body.com-spproperty.view-gallery .spproperty-view-gallery .spproperty-gallery-title-wrap {
    padding: 40px 0 20px 0;
    margin-bottom: 30px;
  }
  body.com-spproperty.view-gallery .spproperty-view-gallery .spproperty-gallery-title-wrap h4 {
    font-size: 20px;
  }

  .view-category .articles-leading .article .article-header h4 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .view-category .articles-leading .article .article-introtext {
    line-height: 22px;
    margin-top: 5px;
  }

  .view-category .article-list .article .article-body {
    padding: 15px;
  }

  .view-category .article-list .article .article-body .article-header h4 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }

  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 24px;
  }

  .spproperty-map-top .sp-property-search .spproperty-search .cat-wrap .pstatus .sp-select {
    font-size: 14px;
    padding: 10px;
  }

  .map-top #sp-main-body > div.container .full-map-bottom-wrapper .spproperty-sorting-wrap .property-view a span,
.map-right #sp-main-body .spproperty .view-button a span, .map-top #sp-main-body .spproperty .view-button a span {
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
body,
.sp-preloader {
  background-color: #000;
  color: #000;
}

.sp-preloader > div {
  background: #035883;
}
.sp-preloader > div:after {
  background: #000;
}

#sp-top-bar {
  background: red;
  color: grey;
}
#sp-top-bar a {
  color: grey;
}

#sp-header {
  background: #000;
}

a {
  color: #035883;
}
a:hover, a:focus, a:active {
  color: #000;
}

.tags > li {
  display: inline-block;
}
.tags > li a {
  background: fadeOut(#035883, 0.9);
  color: #035883;
}
.tags > li a:hover {
  background: #000;
}

.pager > li a {
  border: 1px solid #EDEDED;
  color: #000;
}

.sp-megamenu-parent > li > a {
  color: yellow;
}
.sp-megamenu-parent > li:hover > a {
  color: #035883;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  font-weight: 800;
  color: #035883;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: white;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: black;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: red;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: red;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: black;
}

#offcanvas-toggler > .fa {
  color: yellow;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: grey;
}

.offcanvas-menu {
  background-color: white;
  color: black;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: black;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: red;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
  color: red;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(0, 0, 0, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(0, 0, 0, 0.8);
}

.btn-primary,
.sppb-btn-primary {
  border-color: #035883;
  background-color: #035883;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #000;
  background-color: #000;
}

ul.social-icons > li a:hover {
  color: #035883;
}

.layout-boxed .body-innerwrapper {
  background: #000;
}

.sp-module ul > li > a {
  color: #000;
}
.sp-module ul > li > a:hover {
  color: #035883;
}
.sp-module .latestnews > div > a {
  color: #000;
}
.sp-module .latestnews > div > a:hover {
  color: #035883;
}
.sp-module .tagscloud .tag-name:hover {
  background: #035883;
}

.search .btn-toolbar button {
  background: #035883;
}

#sp-footer,
#sp-bottom {
  background: orange;
  color: yellow;
}
#sp-footer a,
#sp-bottom a {
  color: blue;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
  color: brown;
}

#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: yellow;
}

.sp-comingsoon body {
  background-color: #035883;
}

.pagination > li > a,
.pagination > li > span {
  color: #000;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #000;
}

.pagination > .active > a,
.pagination > .active > span {
  border-color: #035883;
  background-color: #035883;
}
.pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #035883;
  background-color: #035883;
}

.error-code,
.coming-soon-number {
  color: #035883;
}

body.com-spproperty .sppb-btn.sppb-btn-primary,
.sppb-btn.sppb-btn-primary,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover:focus,
.badge.badge-primary.badge-featured,
.sppb-testimonial-pro .sppb-carousel-indicators li:hover,
.sppb-testimonial-pro .sppb-carousel-indicators li:focus,
.sppb-testimonial-pro .sppb-carousel-indicators li.active,
.sppb-addon-image-overlay-icon,
.spproperty .sp-properties-wrapper.property-status-sold .spproperty-badge-sold,
.spproperty .sp-properties-wrapper .property-details .property-status-wrapper > span.property-featured,
.sp-property-emi-calculator .spec-graph .spec-display-info > div:before {
  background-color: #035883;
}

body.com-spproperty .sppb-btn.sppb-btn-primary:hover,
body.com-spproperty .sppb-btn.sppb-btn-primary:focus,
.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline,
.sppb-btn.sppb-btn-primary.sppb-btn-outline,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover:focus,
div.pagination ul.pagination li.page-item.active > a,
.pagination-wrapper ul.pagination li.page-item.active > a,
div.pagination ul.pagination li.page-item > a:hover,
div.pagination ul.pagination li.page-item > a:focus,
.pagination-wrapper ul.pagination li.page-item > a:hover,
.pagination-wrapper ul.pagination li.page-item > a:focus,
body.site input[type=text]:focus,
body.site input[type=email]:focus,
body.site input[type=url]:focus,
body.site input[type=date]:focus,
body.site input[type=password]:focus,
body.site input[type=search]:focus,
body.site input[type=tel]:focus,
body.site input[type=number]:focus,
body.site select:focus,
body.site textarea.sppb-form-control:focus,
body.site textarea:focus,
#login .modal-content .modal-body input:hover,
#login .modal-content .modal-body input:focus,
.sp-property-search input[type=text]:hover,
.sp-property-search input[type=text]:focus,
.sp-property-search input[type=number]:hover,
.sp-property-search input[type=number]:focus,
.spproperty.spproperty-view-agent .spproperty-agent-form input:hover,
.spproperty.spproperty-view-agent .spproperty-agent-form input:focus,
.spproperty.spproperty-view-agent .spproperty-agent-form textarea:hover,
.spproperty.spproperty-view-agent .spproperty-agent-form textarea:focus {
  border-color: #035883;
}

.sppb-addon-ajax-contact input[type=text]:hover,
.sppb-addon-ajax-contact input[type=text]:focus,
.sppb-addon-ajax-contact input[type=email]:hover,
.sppb-addon-ajax-contact input[type=email]:focus,
.sppb-addon-ajax-contact input[type=url]:hover,
.sppb-addon-ajax-contact input[type=url]:focus,
.sppb-addon-ajax-contact input[type=date]:hover,
.sppb-addon-ajax-contact input[type=date]:focus,
.sppb-addon-ajax-contact input[type=password]:hover,
.sppb-addon-ajax-contact input[type=password]:focus,
.sppb-addon-ajax-contact input[type=search]:hover,
.sppb-addon-ajax-contact input[type=search]:focus,
.sppb-addon-ajax-contact input[type=tel]:hover,
.sppb-addon-ajax-contact input[type=tel]:focus,
.sppb-addon-ajax-contact input[type=number]:hover,
.sppb-addon-ajax-contact input[type=number]:focus,
.sppb-addon-ajax-contact select:hover,
.sppb-addon-ajax-contact select:focus,
.sppb-addon-ajax-contact textarea.sppb-form-control:hover,
.sppb-addon-ajax-contact textarea.sppb-form-control:focus,
.sppb-addon-ajax-contact textarea:hover,
.sppb-addon-ajax-contact textarea:focus,
.spproperty-contact-us-widget .spproperty-contact-us-form input:hover,
.spproperty-contact-us-widget .spproperty-contact-us-form input:focus,
.spproperty-contact-us-widget .spproperty-contact-us-form textarea:hover,
.spproperty-contact-us-widget .spproperty-contact-us-form textarea:focus,
.map-right #sp-main-body .spproperty .sorting .form-group .sp-select,
.map-top #sp-main-body .spproperty .sorting .form-group .sp-select,
.map-right #sp-main-body .spproperty .sorting .form-group .sp-select ul.sp-select-dropdown,
.map-top #sp-main-body .spproperty .sorting .form-group .sp-select ul.sp-select-dropdown {
  border-color: #035883 !important;
}

body.com-spproperty .sppb-btn.sppb-btn-link,
.sppb-btn.sppb-btn-link,
body.com-spproperty .sppb-btn.sppb-btn-primary.sppb-btn-outline,
.sppb-btn.sppb-btn-primary.sppb-btn-outline,
#sp-menu-right a,
#sp-menu-right a:hover,
#sp-menu-right a:focus,
.sp-page-title .sp-page-title-heading-sub,
div.pagination ul.pagination li.page-item.active > a,
.pagination-wrapper ul.pagination li.page-item.active > a,
div.pagination ul.pagination li.page-item > a:hover,
div.pagination ul.pagination li.page-item > a:focus,
.pagination-wrapper ul.pagination li.page-item > a:hover,
.pagination-wrapper ul.pagination li.page-item > a:focus,
.major-color,
.sppb-addon-testimonial-pro-footer .sppb-addon-testimonial-pro-client-name,
.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg .sppb-fullwidth-slider-item-text .sppb-fullwidth-slider-sub-title,
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button,
.sp-property-search .spproperty-search .sp-select .sp-select-dropdown > li:hover,
.sp-property-search .spproperty-search .sp-select .sp-select-dropdown > li:focus,
.sp-property-search .spproperty-search .property-advance-search a:hover,
.sp-property-search .spproperty-search .property-advance-search a.active,
.spproperty .sp-properties-wrapper .property-details .property-price,
.spproperty .sp-properties-wrapper .property-details .property-title a:hover,
.spproperty .sp-properties-wrapper .property-details .property-title a:focus,
.sp-property-map-wrapper .infowindow .info-wrapper .price-text,
#spproperty-map .infowindow .info-wrapper .price-text,
.sp-property-map-wrapper .infowindow .info-wrapper .prize-wrap,
#spproperty-map .infowindow .info-wrapper .prize-wrap,
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .agent-title a:hover,
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .agent-title a:focus,
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li a:hover,
.spproperty.spproperty-agents .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li a:focus,
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .designation,
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li a:hover,
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-mailing li a:focus,
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li a:hover,
.spproperty.spproperty-view-agent .agent-info .spproperty-agent-widget .agent-details-wrap .spproperty-agent-socials li a:focus,
.spproperty-category-box .spproperty-list .item a:hover,
.spproperty-category-box .spproperty-list .item a:focus,
.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-sqft-info,
.com-spproperty.view-property .spproperty-floor-plan .spproperty-floor-plan-tab .spproperty-floor-tab-nav li a.active,
.com-spproperty.view-property .sppropety-details-social > li a:hover,
.com-spproperty.view-property .sppropety-details-social > li a:focus,
.spproperty-call-us-widget .spproperty-total-price,
.sp-select ul > li:hover,
.sp-select ul > li.active,
.view-article .article-social-share .social-share-icon ul li a:hover,
.view-article .article-social-share .social-share-icon ul li a:focus,
#sp-right .blog-category ul.categories-moduleblog-category li h4 a:hover,
.map-right #sp-main-body .spproperty .sorting .form-group .sp-select,
.map-top #sp-main-body .spproperty .sorting .form-group .sp-select,
.map-right #sp-main-body .spproperty #spproperty-map .infowindow .title-wrapper,
.map-top #sp-main-body .spproperty #spproperty-map .infowindow .title-wrapper,
.spproperty-call-us-widget .spproperty-price-title + .spproperty-per-sft,
.spproperty.sp-property-properties-simple-list .sp-properties-wrapper .property-details-wrap .property-price {
  color: #035883;
}

#sp-bottom .sppb-addon-icons-group .sppb-icons-group-list > li > a:hover,
#sp-bottom .sppb-addon-icons-group .sppb-icons-group-list > li > a:focus,
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li.active > a {
  color: #035883 !important;
}

.sp-property-search .spproperty-search .property-search-button-wrap button {
  border: 2px solid rgba(3, 88, 131, 0) !important;
}

body.com-spproperty .sppb-btn.sppb-btn-primary:hover,
body.com-spproperty .sppb-btn.sppb-btn-primary:focus,
.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus {
  background-color: #024465;
  border-color: #035883;
}

body.com-spproperty .sppb-btn.sppb-btn-link,
.sppb-btn.sppb-btn-link {
  color: #01151f;
}

#sp-menu-right a {
  color: #000;
}

.sppb-addon-image-overlay-icon:hover, .sppb-addon-image-overlay-icon:focus {
  background-color: #023751;
}

.sp-property-search .spproperty-search .property-search-button-wrap button {
  border-color: rgba(3, 88, 131, 0) !important;
}

.property-address i {
  color: #035883;
}

.top-header {
  padding: 10px 0;
}
.top-header .menu {
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  #sp-top-section {
    text-align: center;
  }
  #sp-top-section h4 {
    text-align: center;
  }
}
#sp-top-section a {
  color: #786d69;
  font-size: 15px !important;
}
#sp-top-section .lnguage {
  width: fit-content;
  float: right;
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #sp-top-section .lnguage {
    float: none;
  }
}
#sp-top-section .lnguage a {
  width: auto;
  height: auto;
  margin-left: 15px;
  display: inline-block;
}

.offcanvas-menu {
  width: 10px;
}

.offcanvas-active .offcanvas-menu {
  width: 300px;
}

#sp-menu-top-right {
  text-align: right;
}

.header-sticky .logo-image {
  height: 75px;
}

.sp-properties-wrapper {
  border: 1px solid #035883 !important;
}
.sp-properties-wrapper.property-details .property-summery {
  border-top: 1px solid #035883 !important;
}
.sp-module-title {
  display: none;
}
.sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  z-index: 99;
  display: block;
  /* float: left; */
  width: fit-content;
  position: relative;
}
.sp-menu ul li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-menu ul li a {
  color: yellow;
  font-weight: 600;
  /*color: #035883;*/
  display: inline-block;
  padding-right: 50px;
  line-height: 90px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  transition: 0.3s;
}
.spproperty .sp-properties-wrapper .property-details .property-summery {
  border-top: 1px solid #035883 !important;
}
.spproperty .sp-properties-wrapper .property-details .property-summery .fa {
  color: #035883;
}
.spproperty .sp-properties-wrapper .property-details .property-summery ul li.area-size {
  border-left: 1px solid #035883 !important;
}

.owl-theme .owl-dots .owl-dot {
  display: none !important;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus, .sp-scroll-up {
  background: #035883 !important;
}

.spproperty-view-property .owl-carousel .owl-item img {
  height: 675px !important;
  object-fit: cover;
}

.sppb-fullwidth-slider .customNavigation a {
  color: #035883;
  border: 2px solid #035883;
}
.sppb-fullwidth-slider .customNavigation a:hover {
  background: #035883;
}

.sppb-testimonial-pro .sppb-carousel-indicators li {
  background-color: #000;
}

#sppb-addon-1539240873030 img {
  /*  width: 100%;*/
}

#sp-bottom {
  background-color: #9c9391 !important;
  color: #fff !important;
}
#sp-bottom .sppb-addon-content {
  color: #fff !important;
}
#sp-bottom a {
  color: #fff !important;
}

.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-sqft-info {
  margin-top: 0;
}

.com-spproperty.view-property .spproperty-overview-list {
  background: rgba(3, 88, 131, 0.1) !important;
  border: 1px solid #035883 !important;
  color: #035883;
}
.com-spproperty.view-property .spproperty-overview-list div {
  border-right: 1px solid #fff;
  margin-right: 15px !important;
  padding-right: 15px;
}
.com-spproperty.view-property .spproperty-overview-list div:nth-last-child(1) {
  border: 0 !important;
}

.com-spproperty.view-property .spproperty-feature-item .title-wrapper {
  flex: none !important;
  width: 100%;
  display: block;
  padding: 15px 0;
  font-size: 1.5rem !important;
}
.com-spproperty.view-property .spproperty-feature-item .title-wrapper .spproperty-title {
  font-size: 1.7rem;
}

.spproperty-sidebar aside {
  border: 1px solid #035883;
}

.spproperty-call-us-widget {
  background: rgba(3, 88, 131, 0.1) !important;
  border: 1px solid #035883;
}
.spproperty-call-us-widget .sppb-btn {
  background: #035883 !important;
  color: #fff;
}
.spproperty-call-us-widget .sppb-btn:hover {
  background: #024465 !important;
}

/*.logo-image {
  height: 145px!important;
  position: relative!important;
  top: -41px!important;
  &--sticky{
    display: none!important;
  }
}
.header-sticky .logo-image  {

  top:0!important;
  height:95px!important;
  &--sticky{
    display: block!important;
  }
}*/
header .logo-image--sticky {
  display: none;
}
header .logo-image--static {
  margin: 0 auto;
  display: block;
  position: relative;
  top: -41px;
  height: 145px;
}
@media only screen and (max-width: 768px) {
  header .logo-image--static {
    top: -69px;
  }
}

.header-sticky .logo-image--sticky {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-sticky .logo-image--sticky {
    display: block;
    position: absolute;
    top: -63px;
    left: 20px;
    height: 55px !important;
  }
}
.header-sticky .logo-image--static {
  display: none;
}

.pstatus-wrapper {
  display: none !important;
}

.theemail {
  width: fit-content;
  float: right;
}
@media only screen and (max-width: 768px) {
  .theemail {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

#offcanvas-toggler {
  display: none;
}
@media only screen and (max-width: 768px) {
  #offcanvas-toggler {
    display: block;
  }
}

.btn__box {
  color: #fff;
  background-color: #035883;
  padding: 16px 30px;
  width: 100%;
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.btn__box:hover {
  color: #fff;
  background-color: #024465;
}
@media only screen and (max-width: 700px) {
  .btn__box--desktop {
    display: none;
  }
  .btn__box--mobile {
    display: block !important;
  }
}
.btn__box--mobile {
  display: none;
}

@media only screen and (max-width: 470px) {
  .spproperty-view-property .owl-carousel .owl-item img {
    height: 38vh !important;
  }

  .sp-property-search .spproperty-search {
    padding: 0px !important;
    position: relative;
    padding-bottom: 55px !important;
  }

  .region, .town, .category {
    margin: 7.5px 0;
  }

  .the_price, .thesize {
    padding-right: 25px;
  }

  .customNavigation {
    position: relative;
    top: -30px;
  }

  .property-advance-search {
    width: 100%;
    padding: 5px 0;
    display: block;
  }
  .property-advance-search a {
    display: block !important;
    text-align: center;
  }

  .property-search-button-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .property-search-button {
    padding-bottom: 0 !important;
  }

  .breadcrumb {
    margin-top: 20px;
  }

  .btndesktop {
    display: none !important;
  }

  .btnmobile {
    display: block !important;
  }
}
.sppb-addon-sub-title {
  display: none;
}

.sppb-addon-spproperties-cities .sppb-addon-content .sppb-addon-spproperties-cities-info {
  padding: 20px;
}

.status-sell {
  display: none !important;
}

.spproperty .sp-properties-wrapper .property-details .property-details-wrap {
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .spproperty .sp-properties-wrapper .property-details .property-details-wrap {
    margin-bottom: 10px;
  }
}
.spproperty .sp-properties-wrapper .property-details .property-details-wrap .property-title {
  font-size: 18px;
  line-height: 1.3;
  white-space: normal;
}
.spproperty .sp-properties-wrapper .property-details .property-details-wrap .property-status-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.spproperty .sp-properties-wrapper .property-details .property-details-wrap .property--reference {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}
.spproperty .sp-properties-wrapper .property-details .property-details-wrap .property--reference p {
  margin-bottom: 0;
}

.price-tag {
  margin-left: 10px;
}

.sp-properties-wrapper {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .sp-properties-wrapper {
    margin-bottom: 0;
  }
}
.sp-properties-wrapper .property-details {
  height: calc(100% - 200px);
  padding-bottom: 55px;
}
.sp-properties-wrapper .property-summery {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sp-properties-wrapper .property-summery {
    position: relative;
  }
}
.sp-properties-wrapper .property-summery ul {
  padding: 0 !important;
}
.sp-properties-wrapper .property-address {
  position: relative;
}
.sp-properties-wrapper .property-address .property--reference_number {
  position: absolute;
  right: 0;
}

.footer-logo img {
  width: 100%;
  margin: 0 auto;
}

#sp-footer2 {
  display: none;
}

#sp-bottom2 h3 {
  display: block !important;
  font-family: "Muli" !important;
  font-size: 21px !important;
  font-weight: 700 !important;
}

form.spproperty-search {
  padding: 20px !important;
}
form.spproperty-search button {
  width: fit-content !important;
  float: right;
}

.sp-property-search .spproperty-search .property-search-button-wrap {
  /*padding: 25px!important;*/
}

.social-icons {
  display: none !important;
}

#sppb-addon-wrapper-1539252141890 {
  display: none !important;
}

@media only screen and (max-width: 470px) {
  .spproperty .sp-properties-wrapper {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 470px) {
  .spproperty-col-sm-4 {
    margin-bottom: 15px;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right !important;
  }

  .spproperty .sp-properties-wrapper .property-details .property-details-wrap .property-title {
    margin-top: 25px;
  }

  .spproperty .sp-properties-wrapper .property-details .property-summery ul li {
    padding: 3px !important;
  }

  #sppb-addon-1539240873030 img {
    width: 50%;
  }

  .sp-property-search .spproperty-search .property-search-button-wrap .property-search-button button {
    width: 100% !important;
  }

  #sp-section-6 .container #column-id-1539167984176 {
    width: 95% !important;
  }
}
.sorting-right {
  float: right;
}

.text-block {
  padding: 25px 0px;
}

.cta_template {
  padding: 25px 0px;
}
.cta_template .sppb-row-overlay {
  display: none;
}
.cta_template .sppb-addon-content a {
  margin: 10px;
}

.sppb-row-overlay {
  display: none;
}

.sppb-fullwidth-slider .sppb-fullwidth-slider-item-bg:before {
  background-image: none !important;
}

.price-tag {
  display: none !important;
}

#sp-section-7 > .container {
  max-width: 100%;
  padding: 0px;
}
#sp-section-7 > .container .sppb-column {
  max-width: 1140px;
  margin: 0 auto;
}

.home-slideshow h3, .home-slideshow h4, .home-slideshow p {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 7px 15px;
  width: fit-content;
}

body.view-property #sp-section-5 {
  display: none !important;
}

.spproperty-call-us-widget--reference_number {
  font-size: 1.8rem;
  color: #035883;
}

.spproperty-map-widget {
  display: none !important;
}

/*body.view-properties {
  .pproperty-search .property-search-button-wrap {
    padding: 10px!important;
  }
  .spproperty-search-basic {
    width: fit-content;
    float: right;
    .cat-wrap {
      display: none;
    }
    .property-advance-search {
      display: none;
    }
  }
  & .spproperty-search-advance {
    hr {
      display: none;
    }
    display: block!important;
    width: 100%;
    float:left;
  }
}*/
.com-spproperty.view-property .sppropety-details-social > li a {
  font-size: 2rem;
  display: block;
  text-align: center;
}

body.itemid-101 .content_two_columns {
  display: none !important;
}

/*.moduletablefiltersection {
  background: #fff;
  position: relative;
  top:-45px;
  border: 1px solid $link_color;
}*/
.moduletabletwocolumns {
  padding: 0 !important;
}

.twocolumns .sppb-section {
  padding: 0 !important;
}

#sp-section-6 .container {
  max-width: 100%;
  min-width: 100%;
  padding: 0 !important;
}
#sp-section-6 .container #column-id-1539167984176 {
  width: 60%;
  margin: 0 auto;
}

.spproperty .sp-properties-wrapper .property-image {
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.spproperty .sp-properties-wrapper .property-image .owl-item {
  height: 100%;
}
.spproperty .sp-properties-wrapper .property-image .owl-item .item {
  width: 100%;
  height: 200px;
}
.spproperty .sp-properties-wrapper .property-image .owl-item .item img {
  object-fit: cover;
  height: 100%;
}

.sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input)::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #252525;
  opacity: 1;
  /* Firefox */
}
.sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252525;
}
.sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input)::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #252525;
}

.sppb-ajaxt-contact-form div.sppb-form-group textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #252525;
  opacity: 1;
  /* Firefox */
}
.sppb-ajaxt-contact-form div.sppb-form-group textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252525;
}
.sppb-ajaxt-contact-form div.sppb-form-group textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #252525;
}

.property-favourite {
  display: none;
}

.com-spproperty.view-properties .spproperty-sorting {
  margin-top: 0;
}

.spproperty-video-overview {
  width: 100%;
  display: block;
  height: 100%;
}

.com-spproperty.view-property .spproperty-details-title-wrap .spproperty-location .loc-info {
  margin-bottom: 0 !important;
}

.sp-page-title {
  background-image: url("../images/Sales-Page-Placeholder-Image.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.itemid-264 #sp-section-6, body.itemid-262 #sp-section-6, body.itemid-263 #sp-section-6 {
  display: none;
}

body.view-property .breadcrumb-item.active {
  width: fit-content;
}

.property-summery ul {
  padding: 0px 5px !important;
}
.property-summery li {
  padding: 7px 5px !important;
}

.spproperty-search-advance .col-lg-4 .sp-select-result {
  display: none !important;
}

.spproperty-view-properties.spproperty .pagination {
  display: none !important;
}

.property-image .carousel {
  height: 200px;
}
.property-image .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100%;
}
.property-image .carousel-inner {
  height: 100%;
}
.property-image .carousel-item {
  height: 100%;
}
.property-image .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.article-info {
  color: #035883;
}
.article-info.info-block-title {
  color: #035883;
}
.article-info span {
  color: #035883;
}

.view-category .article-list .article .article-body .article-info span.createdby, .view-category .article-list .article .article-body .article-info span {
  color: #035883;
}

.article-intro-image img {
  object-fit: cover;
  width: 100%;
}

.view-category .article-list .article .article-body {
  border-color: #035883;
}

.spproperty .sp-properties-wrapper .property-details .property-address {
  font-size: 15px;
  line-height: 1.5rem;
  white-space: normal;
  overflow: auto;
}

.property-address i {
  padding: 2px;
}

#column-id-1539170979440 {
  background-color: #d8d8d8 !important;
}

#section-id-1599729485520 {
  padding: 0 !important;
}
#section-id-1599729485520 .sppb-row-container {
  width: 100% !important;
  max-width: 100% !important;
}
#section-id-1599729485520 .sppb-row-container iframe {
  width: 100% !important;
  height: 650px;
}

#sppb-addon-wrapper-1599729485523 {
  margin: 0 !important;
}

.com-spproperty.view-property .spproperty-overview-list div {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.com-spproperty.view-property .spproperty-overview-list--element {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.5rem;
}
.com-spproperty.view-property .spproperty-overview-list--element img {
  width: 14px;
  float: left;
  margin-right: 3px;
  position: relative;
  top: 5px;
}

.spproperty-view-property h1.spproperty-title {
  font-size: 28px !important;
}

.show_Cat_Props {
  position: relative;
  padding: 15px;
}
.show_Cat_Props a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.show_Cat_Props a span {
  position: absolute;
  left: 35px;
  bottom: 35px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  z-index: 999;
}
.show_Cat_Props a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.spproperty-feature-overview-signle-list {
  padding: 7.5px 0;
}
.spproperty-feature-overview-signle-list i {
  color: rgba(3, 88, 131, 0.6) !important;
}

.com-spproperty.view-property .spproperty-overview-list > div i.fa {
  margin-right: 0;
}
.com-spproperty.view-property .spproperty-overview-list > div i.fa-shower {
  margin-right: 4px;
}
.com-spproperty.view-property .spproperty-overview-list > div i.fa-draw-polygon {
  margin-right: 4px;
}

.special-amenities .row {
  margin: 0 !important;
}
.special-amenities .one_amm {
  padding: 7.5px 0;
}
.special-amenities .one_amm .icon-special span {
  font-size: 2rem;
  color: #777777;
}
.special-amenities .one_amm i {
  font-size: 1.5rem;
  color: #777777;
}
.special-amenities .one_amm--description--svg {
  position: absolute;
  left: -12px;
}
.special-amenities .one_amm--description p {
  margin-bottom: 0;
}

.info-box {
  top: 125px;
}

.body-innerwrapper {
  overflow: unset !important;
}

.spproperty-status-tag {
  display: none;
}

.spproperty .sp-properties-wrapper .property-details .property-summery ul {
  list-style: none !important;
  margin-bottom: 0px;
}

.query-props {
  margin-bottom: 30px;
}

.query-properties {
  padding: 45px 0;
}
.query-properties .row {
  margin-bottom: 0 !important;
}

.query-property {
  margin-bottom: 35px;
}

.spproperty .sp-properties-wrapper .property-details .property-summery .fas {
  color: #035883;
}

.query_price {
  font-size: 18px;
  font-weight: 700;
}

.banner-page {
  padding: 0px !important;
}
.banner-page .sppb-row-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.banner-page--addon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
@media only screen and (max-width: 470px) {
  .banner-page--addon {
    padding-bottom: 55px !important;
  }
}
.banner-page--addon--inner {
  position: relative;
}
.banner-page--addon--inner--content {
  padding: 75px 0;
  color: #035883;
  text-align: center;
}
@media only screen and (max-width: 470px) {
  .banner-page--addon--inner--content {
    padding: 15px;
  }
}
.banner-page--addon--inner--content h1, .banner-page--addon--inner--content h2, .banner-page--addon--inner--content h3, .banner-page--addon--inner--content h4, .banner-page--addon--inner--content h5, .banner-page--addon--inner--content h6, .banner-page--addon--inner--content span {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px 15px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
}
.banner-page--addon--inner--content h1 {
  font-weight: 200;
  line-height: 1.2;
  font-size: 2.8rem;
  font-family: "Muli", sans-serif !important;
}
@media only screen and (max-width: 670px) {
  .banner-page--addon--inner--content h1 {
    font-size: 2.2rem;
  }
}
.banner-page--addon--inner--content h2 {
  font-size: 1.6rem;
  font-weight: 200 !important;
  line-height: 1.2;
  font-family: "Muli", sans-serif !important;
}
@media only screen and (max-width: 670px) {
  .banner-page--addon--inner--content h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.banner-page--addon--inner--content span {
  display: none !important;
}
.banner-page--addon--slider {
  background: none !important;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.banner-page--addon--slider--preview {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-page--addon--slider--preview .carousel-inner {
  height: 100%;
}
.banner-page--addon--slider--preview .carousel-item {
  height: 100%;
}
.banner-page--addon--slider--preview .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-page--addon--slider--preview a {
  z-index: 12;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
  border: none;
  padding: 0;
}

.price-not-available {
  color: #035883 !important;
}

h3.sppb-fullwidth-slider-sub-title {
  display: none !important;
}

p.sppb-animated i {
  display: none !important;
}

.sp-property-search {
  border: 1px solid #035883;
  background: #fff;
}

.selectspecial span {
  cursor: pointer;
}
.selectspecial .number {
  margin: 100px;
}
.selectspecial .minus, .selectspecial .plus {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.selectspecial input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.show-more-obj {
  display: none;
  padding: 7.5px 22px;
  border: 1px solid #035883;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  color: #035883;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.show-more-obj:hover {
  background: #035883;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.spproperty-view-properties.spproperty {
  padding: 25px 0 20px;
  padding-bottom: 15px;
}

.pranger {
  padding-right: 75px !important;
}

.sp-property-search .spproperty-search .cat-wrap:not(:first-child) {
  padding-top: 0;
}

.sp-property-search .spproperty-search .cat-wrap > div {
  max-width: 100%;
}

.sp-property-search {
  padding: 10px;
  position: relative;
  top: -45px;
}

div.pagination ul.pagination, .pagination-wrapper ul.pagination {
  display: none !important;
}

.query-pagesdropdown {
  width: 20%;
  z-index: 5;
}
.query-pagesdropdown .sp-select ul {
  z-index: 99 !important;
}

#section-id-1603800707632 {
  padding-top: 0 !important;
}

.view-category .article-list .article-body {
  min-height: 190px !important;
}
@media only screen and (max-width: 470px) {
  .view-category .article-list .article-body {
    min-height: 125px !important;
  }
}
.view-category .article-list.articles-leading .article-body {
  min-height: 390px !important;
}
@media only screen and (max-width: 470px) {
  .view-category .article-list.articles-leading .article-body {
    min-height: 280px !important;
  }
}
.view-category .article-list.articles-leading .article:nth-child(1) {
  padding-left: 0px !important;
}
.view-category .article-list.articles-leading .article:nth-child(2) {
  padding-right: 0px !important;
}

.sp-property-search .spproperty-search .property-search-button-wrap .property-search-button {
  margin: 0 !important;
}

.sp-property-search .spproperty-search .property-search-button-wrap button {
  padding: 13px 10px;
}
.sp-property-search .spproperty-search .property-search-button-wrap button i {
  margin: 0 !important;
}

#sp-bottom1 h3 {
  margin: 0 0 30px;
  display: block !important;
  font-family: "Muli" !important;
  font-size: 21px !important;
  font-weight: 700 !important;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
  width: 100%;
  text-align: right;
}

.sp-property-search .spproperty-search .property-search-button-wrap button i.fa {
  font-size: inherit !important;
}

.body.com-spproperty .sppb-btn.sppb-btn-sm, .sppb-btn.sppb-btn-sm {
  font-size: 13px;
}

html {
  overflow-x: hidden !important;
}

.sp-page-builder .page-content #section-id-1603975108462 {
  padding: 0 !important;
}

.property-search-area {
  border-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .property-dots-container {
    display: none !important;
  }
}
body.itemid-101 #sp-title {
  display: none !important;
}

.form-search-keys {
  padding: 7.5px 15px !important;
  width: 100% !important;
  font-size: 11px;
  font-weight: 700;
  border-color: #ced4da !important;
  color: #999;
}

/*@import '_modules/variables';
@import '_modules/mixins';
@import '_modules/globals';

@import '_modules/header';
@import '_modules/layout';
@import '_modules/menu';*/
.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.loader-wheel {
  font-size: 64px;
  /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #035883;
  /* change color here */
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.last-page {
  display: none;
}

/*# sourceMappingURL=template.css.map */
