body {
  background-color: #fff;
  font-family: PT Serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0!important;
  overflow-x: hidden;
}

.bg-gray {
  background-color: #f8f9fa!important;
}

.bg-theme-dark {
  background-color: #000;
}

h1,h2,h3,h5,h6 {
  position: relative;
  margin: 0;
  text-rendering: optimizelegibility;
  text-decoration: none;
  font-weight: 700;
  color: #20292f;
  font-family: Playfair Display;
}

.btn-black:hover {
  background: #2296f9;
  border: 1px solid #2296f9;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn,btn:focus,button,button:focus {
  outline: 0;
}

.bg-theme {
  background-color: #2296f9;
}

a,b,div,li,ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a {
  outline: 0;
}

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

object,video {
  min-height: 100%;
  min-width: 100%;
}

b,strong {
  font-weight: 700;
  color: #20292f;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

a:focus,a:hover {
  text-decoration: none;
  o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

p {
  margin-bottom: 0;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.active-a,active-a:focus {
  text-decoration: none;
  o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #fff;
}

.active-h:hover,active-h:focus {
  text-decoration: none;
  o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #fff;
}

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

.sonu-services .bg-theme.service-box {
  background-color: #2296f9;
}

h1 {
  font-size: 36px;
  font-family: Playfair Display;
  color: #31324c;
}

h2 {
  font-size: 24px;
  font-family: Playfair Display;
  color: #31324c;
}

h3 {
  font-size: 20px;
  font-family: Playfair Display;
  color: #31324c;
}

h4 {
  font-size: 21px;
  font-family: Playfair Display;
}

h5 {
  font-size: 14px;
  line-height: 1.6;
  font-family: Playfair Display;
}

h6 {
  font-size: 12px;
  font-family: Playfair Display;
}

p {
  color: #000;
  font-family: PT Serif;
}

.btn {
    
}

.btn-theme,.post-excerpt .wp-block-button .wp-block-button__link,.post-excerpt .wp-block-search__button {
  padding: 12px 30px;
  background: rgb(49, 50, 76) !important;
  border: rgb(49, 50, 76) !important;
  border-radius: 0;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-outline {
  padding: 12px 30px;
  background-color: transparent;
  border: 1px solid #e7e7ed;
  color: #9299b8;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-verified {
  padding: 12px 30px;
  background: #32cc6f;
  border: 1px solid #32cc6f;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-theme.active,.btn-theme:active,.btn-theme:focus,.btn-theme:hover,.open .dropdown-toggle.btn-theme {
  color: #fff;
}

.btn-theme:focus,.btn-theme:hover {
  background-color: #f71735;
}

.btn-theme:active {
  background-color: #f71735;
  transition-duration: 75ms;
}

.btn-theme.active,.btn-theme:active,.open .dropdown-toggle.btn-theme {
  background-image: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn-theme .badge {
  color: #2296f9;
  background-color: #fff;
}

.heading-minimal .sub-title {
  color: #676e7c;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.heading-minimal .head-title {
  padding-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.heading-minimal {
  text-align: center;
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}

.outside-home .heading-minimal .head-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.4em;
}

.navbar-nav .profil-select {
  margin: 0;
}

.navbar-nav .profil-select a {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}

.navbar-nav .dropdown-toggle:hover,.navbar-nav .show .dropdown-toggle,.navbar-nav .show .dropdown-toggle:focus {
  background-color: #fafafa;
}

.navbar-nav .profil-select img {
  width: 22px;
  margin-top: 2px;
}

.navbar-nav .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.navbar-nav .dropdown-toggle .sizee {
  margin-left: 2px;
  margin-right: 0;
  font-size: 10px;
  position: relative;
  top: 2px;
}

.navbar-nav .dropdown-menu {
  border-top: 2px solid #ec5598;
  background-color: #fff;
}

.navbar-nav .dropdown-menu>li>a {
  border-bottom: 1px solid #ebebeb;
}

.navbar-nav .dropdown-menu>li:focus,.navbar-nav .dropdown-menu>li:hover {
  background-color: #fafafa;
}

.navbar-nav .dropdown-menu>li>a:focus,.navbar-nav .dropdown-menu>li>a:hover {
  background-color: #fafafa;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  min-width: 210px;
  color: #fff;
  font-size: 14px;
}

.navbar-nav .dropdown-menu>li>a {
  padding: 10px 20px;
  display: inherit;
  color: #000;
  text-align: left;
}

.dropdown-menu>li>a i,.navbar-nav .dropdown-menu>li>a span {
  vertical-align: middle;
}

.navbar-nav .dropdown-menu>li>a i,.navbar-nav .dropdown-menu>li>a span {
  vertical-align: middle;
}

.dropdown-menu>li i {
  margin-right: 6px;
  font-size: 18px;
}

.strip-abs {
  width: 100%;
  position: absolute;
  z-index: 800;
}

.strip-section-1 {
  background-color: #20292f;
  padding: 5px 0;
  position: relative;
}

.strip-section-1 .cal-num ul li:first-child {
  font-size: 14px;
  line-height: 1.5rem;
}

.strip-section-1 .cal-num ul li:last-child {
  font-size: 15px;
  line-height: 1.1rem;
  font-weight: 700;
}

.strip-section-1 .search-f ul li {
  width: 43%;
  padding: 5px 10px;
  background-color: #fff;
}

select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999!important;
}

.strip-section-1 .search-f ul li select {
  width: 80%;
}

.strip-section-1 .drp-f {
  background-color: #fff;
  position: relative;
  border-right: 1px solid #e9e9e9;
  height: 44px;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
}

.select2-dropdown {
  border: solid 1px #e9e9e9;
}

.strip-section-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

.strip-section-1 .drp-f .la-map-marker {
  position: absolute;
  top: 17px;
  left: 10px;
}

.strip-section-1 .select2-container {
  padding-left: 30px;
  width: 100%;
}

.strip-section-1 .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  height: 44px;
}

.strip-section-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.strip-section-1 .typeahead__field input,.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field textarea {
  border: none;
  border-radius: 0;
}

.strip-section-1 .typeahead__container button {
  padding: 12px 6px;
  background-color: none;
  border: none;
  border-radius: 0 2px 2px 0;
}

.strip-section-1 .curceny {
  font-size: 14px;
  font-weight: 700;
}

.strip-section-1 .curceny .currency-selector {
  padding: 11px 0;
}

.strip-section-1 .curceny .dropdown-menu {
  top: 20px!important;
}

.strip-section-1 .currency-selector span.loc {
  color: #fff;
  padding-right: 10px;
}

.strip-section-1 .currency-selector .dropdown-toggle {
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}

.strip-section-1 .currency-selector .dropdown-toggle img {
  display: inline-block;
  line-height: 1;
  width: 26px;
}

.strip-section-1 .currency-selector .dropdown-menu>li {
  border-bottom: 1px solid #ebebeb;
}

.strip-section-1 .currency-selector .dropdown-menu {
  background: #f5f5f6;
  background-clip: border-box;
  border: none;
  margin: 0;
  margin-right: 0;
  padding: 0;
  width: 200px;
  overflow: hidden;
  -webkit-border-radius: 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px;
}

.currency-selector .dropdown-menu li:hover a,.strip-section-1 .currency-selector .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #e52d27!important;
}

.dropdown-item:hover,.strip-section-1 .dropdown-item:focus {
  color: red;
  text-decoration: none;
  background-color: #f8f9fa;
}

.strip-section-1 .currency-selector .dropdown-menu>li>a {
  display: block;
  padding: 8px 15px;
}

.strip-section-1 .currency-selector .dropdown-menu>li>a img {
  width: 26px;
  margin-right: 5px;
}

.strip-section-1 .currency-selector .dropdown-menu.pull-right {
  right: auto;
  left: 0;
}

.strip-section-1 .location-selector span.loc {
  color: #fff;
  padding-right: 10px;
}

.strip-section-1 .location-selector .dropdown-toggle {
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}

.strip-section-1 .location-selector .dropdown-toggle img {
  display: inline-block;
  line-height: 1;
  width: 30px;
}

.strip-section-1 .location-selector .dropdown-menu>li {
  border-bottom: 1px solid #ebebeb;
}

.strip-section-1 .location-selector .dropdown-menu {
  background: #f5f5f6;
  background-clip: border-box;
  border: none;
  margin: 0;
  margin-right: 0;
  padding: 0;
  width: 200px;
  overflow: hidden;
  -webkit-border-radius: 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px;
}

.location-selector .dropdown-menu li:hover a,.strip-section-1 .location-selector .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #e52d27!important;
}

.dropdown-item:hover,.strip-section-1 .dropdown-item:focus {
  color: red;
  text-decoration: none;
  background-color: #f8f9fa;
}

.strip-section-1 .location-selector .dropdown-menu>li>a {
  display: block;
  padding: 8px 15px;
}

.strip-section-1 .location-selector .dropdown-menu>li>a img {
  width: 26px;
  margin-right: 5px;
}

.strip-section-1 .location-selector .dropdown-menu.pull-right {
  right: auto;
  left: 0;
}

.load-more-btn {
  margin-top: 20px;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

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

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

.margin-top-20 {
  margin-top: 20px;
}

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

.margin-top-40 {
  margin-top: 40px;
}

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

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

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.container.full-width {
  width: 100%!important;
}

.section-padding {
  padding: 80px 0;
}

.custom-padding {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-padding-140 {
  padding: 140px 0;
}

.section-padding-120 {
  padding: 120px 0;
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-80 {
  padding: 80px 0;
}

.section-padding-70 {
  padding: 70px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-40 {
  padding: 40px 0;
}

.custom-padding-20 {
  padding: 20px 0;
}

.no-top {
  padding-top: 0;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

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

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-20 {
  padding-bottom: 40px;
}

.custom-padding.no-top {
  padding: 0 0 60px;
}

.custom-padding-2 {
  padding: 90px 0 110px;
}

.gray {
  background-color: #f6f6f6;
}

.white-bg {
  background-color: #fff;
}

.badge-overlay {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 11;
}

.badge {
  border-radius: 1px;
  font-size: 14px;
  line-height: 17px;
  padding: 3px 10px;
  color: #fff;
  font-weight: 400;
  background: #000;
}

.custom-badge {
  color: #fff;
  background-color: #2296f9;
  font-size: 14px;
  padding: 4px 12px;
}

.custom-badge-2 {
  color: #fff;
  background-color: #2296f9;
  padding: 4px 12px;
  font-size: 14px;
}

.no-right {
  padding-right: 0;
}

.no-left {
  padding-left: 0;
}

iframe {
  width: 100%;
}

.btn-theme-blu {
  color: #fff;
  background-color: #2296f9;
}

.btn-theme-yal {
  color: #fff;
  background-color: #2296f9;
}

.btn-theme.active,.btn-theme:active,.btn-theme:focus,.btn-theme:hover,.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #f71735;
  border-color: #f71735;
}

.btn-theme.active,.btn-theme:active,.open .dropdown-toggle.btn-theme {
  background-image: none;
}

.form-control {
  background-color: #fbfdff;
  background-image: none;
  border: 1px solid #dde6ef;
  border-radius: 1px;
  box-shadow: none;
  color: #999;
  font-size: 15px;
  padding: 15px 12px;
  transition: all .2s cubic-bezier(0,0,.58,1) 0s;
  height: 53px;
}

.form-control:focus {
  box-shadow: none;
  color: inherit;
  background-color: #fbfdff;
  border-color: #dde6ef;
  outline: 0;
}

.btn-theme .badge {
  color: #2296f9;
  background-color: #fff;
}

.clr-white {
  color: #fff;
}

.clr-blu {
  color: orange;
}

.clr-yal {
  color: orange;
}

.bgclr-phone {
  background-color: #3eb549;
}

.bgclr-google {
  background-color: #d34836;
}

.bgclr-fb {
  background-color: #3b5998;
}

.br-flat {
  border-radius: 0;
}

.br-size {
  border: 1px solid;
}

.br-clr {
  border-color: #f4f4f4;
}

.clr-black {
  color: #20292f;
}

.bgclr-blu {
  background-color: #2296f9!important;
}

.bgclr-yal {
  background-color: #2296f9;
}

.bgclr-darkyal {
  background-color: #ef6f1d;
}

.bgclr-purpal {
  background-color: #6813bf;
}

.bgclr-red {
  background-color: #d91523;
}

.clr-red {
  color: #ff7878;
}

.bgclr-white {
  background-color: #fff;
}

.bgclr-gray {
  background-color: #f8f8f8;
}

.clr-gray {
  color: #d9d9d9;
}

.center-line {
  width: 4%;
  height: 1px;
  text-align: center;
  background: #2296f9;
  margin-top: 10px;
}

.clr-p {
  color: #6d7c90;
}

.bgclr-green {
  background-color: #32bf13;
}

.clr-green {
  color: #39c522;
}

.clr-fb {
  color: #3969be;
}

.clr-twitter {
  color: #05a7e8;
}

.clr-linkin {
  color: #0c78b6;
}

.clr-pinterest {
  color: #cf2b67;
}

.f-size-16 {
  font-size: 16px;
}

.d-none {
  display: none;
}

.txt-dec {
  text-decoration: none!important;
}

.input-brd-clr {
  border-radius: 2px;
  border-color: #ced4da;
  height: 45px!important;
  color: #ced4da;
}

.bx-shadow {
  -webkit-box-shadow: 2px 0 66px 22px rgba(250,250,250,.6);
  -moz-box-shadow: 2px 0 66px 22px rgba(250,250,250,.6);
  box-shadow: 2px 0 66px 22px rgba(250,250,250,.6);
}

.bx-shadow2 {
  box-shadow: 3px 20px 47px -29px rgba(0,0,0,.15);
}

.bx-shadow3 {
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.1);
}

.br-radius {
  border-radius: 4px;
}

.txt-decac {
  text-decoration: underline;
}

.input-plh::placeholder {
  color: #aaa;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
}

.parallex:before {
  background: rgba(0,0,0,.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.typeahead__field::-webkit-input-placeholder {
  color: #999!important;
}

.typeahead__field::-moz-placeholder {
  color: #999!important;
}

.typeahead__field:-ms-input-placeholder {
  color: #999!important;
}

.typeahead__field:-moz-placeholder {
  color: #999!important;
}

.typeahead__cancel-button {
  line-height: 1.99;
}

.pagination {
  border-radius: 0;
  margin-bottom: 0;
  float: right;
}

.page-link {
  padding: .7rem .85rem;
  color: #20292f;
}

.page-item.active .page-link {
  border-color: rgb(49, 50, 76) !important;
  background: rgb(49, 50, 76) !important;
}

.page-link:hover {
  border-color: rgb(49, 50, 76) !important;
  background: rgb(49, 50, 76) !important;
  color: #fff;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.real-comms {
  background-color: #fbfdff;
  padding: 20px;
  font-size: 15px;
  margin-bottom: 20px;
  border: 1px solid #dde6ef;
}

.real-comms .comment-user {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
}

.real-comms .comment-user .comm-avatar img {
  width: 35px;
  height: 35px;
}

.real-comms .comment-user .user-details {
  color: #666;
  margin-left: 10px;
}

.real-comms .comment-user .username {
  text-decoration: underline;
  color: #2296f9;
}

.real-comms .comment-user .user-details {
  color: #666;
}

.real-comms .comment-user .user-details span:last-child {
  color: #999;
  font-size: 80%;
}

.real-comms .comment-text {
  padding: 10px 0 0;
}

.real-comms a {
  color: #76daff;
  text-decoration: none;
}

.outside-home .card-header .head-title {
  margin: 0;
  font-size: 1.25rem;
}

.creative-container {
  min-height: 100vh;
  position: relative;
  height: auto;
}

.creative-container.just-for-signup {
  min-height: 110vh;
}

.creative-container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  opacity: 1;
  z-index: 0;
}

.image-background {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.creative-container-content {
  position: relative;
  z-index: 1;
  padding: 0 125px;
}

.creative-container-content h2 {
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 1px;
}

.creative-container-content h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}

.bold,strong {
  font-weight: 700!important;
}

.disable-registration {
  margin-top: 20px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: #e0071c;
  border: 1px solid #e0071c;
}

.auth-dropdown {
  display: none;
  position: absolute;
  right: 0;
  border-bottom: #6b86cb solid 3px;
}

.user-menu--dropdown {
  width: 20.5rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
  box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
}

.user-menu__signin-area {
  max-width: inherit;
  margin: 0;
}

.user-menu__signin-area {
  padding: 1.125rem 0 1.625rem;
  text-align: center;
  max-width: 16.125rem;
  margin: 0 auto;
}

.user-menu__title-text {
  font-size: 16px;
  margin-bottom: .9375rem;
  color: #000;
}

.user-menu__new-account {
  font-size: 16px;
  line-height: 1.6;
  color: #3b97ba;
  cursor: pointer;
  margin-top: 10px;
}

.auth-form-fields .login-form h1 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-reg-pricing {
  font-size: 18px;
  font-weight: 600;
}

.extrp span {
  margin-right: 5px;
}

.additional-price-tag span,.listing-data p {
  color: #6d7c90;
  font-size: 15px;
}

.listing-data p {
  margin-bottom: 7px;
}

.viewmore-button {
  position: relative;
}

.agency-review {
  background-color: #f5f5f5;
  padding: 30px;
}

.agency-agent-classic {
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  color: #fff;
  position: relative;
}

.single-agency-agents .agency-6 .agt-8-taber {
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.single-agency-agents .ag-logo {
  top: -38px;
}

.single-agency-agents .ag-logo .image-container {
  border-bottom: none;
}

.agency-agent-classic:before {
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.804) 100%);
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.804) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.804) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.agency-agent-classic .page-section {
  padding-top: 240px;
  padding-bottom: 35px;
}

.agency-agent-classic .list-meta {
  position: relative;
  margin-top: 5px;
}

.agency-agent-classic .list-meta ul {
  list-style: none;
}

.agency-agent-classic .list-meta ul li {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

.agency-agent-classic .list-meta ul li a {
  color: #fff;
}

.agency-agent-classic .list-meta ul li:after {
  content: "|";
  width: 100%;
  height: 100%;
  color: #ddd;
  margin-left: 15px;
}

.agency-agent-classic .list-meta .ratings i.color {
  color: orange;
}

.agency-agent-classic .list-heading h1 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  font-size: 32px;
}

.ag-short-detail .short-detail {
  padding-left: 15px;
  min-height: 140px;
}

.agency-agent-classic-cat a {
  background: #f70d28;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 2px;
}

.m-listing-map {
  color: #ff4d4d;
  text-transform: uppercase;
  border-bottom: 1px solid #ff4d4d;
  padding-bottom: 1px;
  margin-left: 5px;
}

.m-listing-addr p {
  color: #fff;
}

.list-meta ul li:last-child:after {
  content: "";
  margin: 0;
}

.btn-trans {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}

.no-padding {
  padding: 0;
}

.sidebar-widget-body .inside-custom-padding {
  padding: 20px;
}

.sidebar-widget-body.no-padding {
  padding: 0;
}

.sidebar-widget-body.no-padding .listing-owner-social {
  padding-top: 5px;
  border-top: none;
}

.sidebar-widget-seprator.single-contact-agency-auth {
  background: #001022;
}

.rating-stars {
  width: 25%;
  float: left;
  margin-bottom: 0;
}

.rating-stars-box .rating-stars label {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
}

.rating-stars-box .rating-stars ul {
  display: inline-block;
  margin: 0;
  margin-bottom: 0;
  margin-bottom: 0;
}

.rating-stars ul li.star {
  display: inline-block;
  font-size: 14px;
  color: #dcdce6;
}

.rating-stars ul li.star.colored-star i.fa {
  color: orange;
}

.review-recommended .total-rating-stars img {
  max-width: 100%;
  width: 36px;
}

.review-recommended .total-rating-stars {
  width: auto;
  margin-top: -22px;
}

.single-review-stats .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
  height: 2px;
}

.single-review-stats .progress {
  height: auto;
  border-radius: 0;
  background-color: #f2f2f2;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.single-review-stats .margin-bottom-1x {
  margin-bottom: 24px;
}

.btn-warning:hover {
  background-color: #d2a306;
  color: #fff;
}

.single-review-stats .fa {
  font-size: 18px;
}

.single-review-stats .full-rating {
  font-size: 22px;
  font-weight: 700;
}

.single-review-stats .display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: #20292f;
}

.single-review-stats label {
  color: #20292f;
  font-weight: 700;
}

.single-review-stats .review-count-stats {
  color: #4c4f5a;
  font-size: 13px;
  font-weight: 600;
  align-self: center;
  background: #f4f5f7;
  border-radius: 50px;
  width: 46px;
  height: 22px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  float: right;
  margin-top: 7px;
}

.corner-ribbon {
  width: 150px;
  background: #bb3a34;
  background: linear-gradient(#e74841 0,#bb3a34 100%);
  position: absolute;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f0f0f0;
  top: -8px;
  right: -60px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sidebar-widget {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-widget .widget-heading {
  margin-bottom: 20px;
}

.sidebar-widget .widget-heading h2 {
  font-size: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
}

.preloader-site {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader-site .lds-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.preloader-site .lds-ripple div {
  position: absolute;
  border: 4px solid #2296f9;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
  animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
}

.preloader-site .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.custom-tabel {
  position: relative;
  width: 100%;
}

.admin-listing-img img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.custom-tabel thead th {
  color: #a1a8c3;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: .1em;
}

.custom-tabel td,.custom-tabel th {
  border-bottom: 1px solid #f3f3f6;
  padding: 17px 10px;
}

.admin-listing-img img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.admin-listing-title {
  display: block;
  font-weight: 600;
  color: #20292f;
  margin-bottom: 2px;
}

.admin-listing-date {
  margin-right: 5px;
  font-size: 14px;
}

.admin-listing-date i {
  margin-right: 5px;
}

.custom-tabel-label tbody tr td {
  color: #929292;
  font-size: 14px;
}

.my-form {
  margin: 0 auto;
  position: relative;
}

.theme-row {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  position: relative;
}

.theme-row label {
  display: block;
  margin-bottom: 5px;
  color: #20292f;
}

.single-rating label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  color: #20292f;
}

.theme-row .meta {
  font-style: italic;
  font-weight: 400;
  padding: 0 10px;
  color: #76838f;
}

.theme-row span.wrap {
  display: block;
  position: relative;
}

.modal-from .theme-row .has-error .form-error {
  display: none;
}

.modal-from.new-my-pass .theme-row .has-error .form-error {
  position: absolute;
  position: absolute;
  bottom: 28px;
  display: block;
}

.theme-row.focus {
  background-color: #d7edef;
}

.theme-row.focus {
  background-color: #d7edef;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #dde6ef;
}

.select2 .select2-selection--single .select2-selection__arrow {
  height: auto;
  width: auto;
  right: 15px;
  top: 50%;
  transform: translate(-50%,0);
}

.select2-container .select2-search--dropdown {
  background-color: #e7edee;
  border-bottom: 1px solid #e3e3e3;
}

.select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid #e3e3e3;
}

.select2-container .select2-dropdown .select2-results__option {
  padding: 6px 15px;
  font-size: .875rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
  right: 0;
}

.select2-container .select2-selection--single {
  border-radius: 1px;
  background-image: none;
  background-color: #fbfdff;
  border: 1px solid #dde6ef;
  height: 53px;
}

.select2 .select2-selection--single .select2-selection__rendered {
  color: #999;
  padding-left: 12px;
  font-weight: 400;
  outline: 0;
  line-height: 50px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #dde6ef;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #dde6ef;
}

div.mce-toolbar-grp {
  border-bottom: none!important;
  background: #fff!important;
}

.select2-container .select2-search--dropdown {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dde6ef;
}

.select2-search--dropdown {
  display: block;
  padding: 10px;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #dde6ef;
  border-radius: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #aaa transparent transparent;
}

.card .card-panel {
  padding: 1.5rem 1.875rem;
  background: #eff2fa;
}

.card .card-panel .card-title {
  margin-bottom: 0;
}

.card {
  -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.05);
  -moz-box-shadow: 0 3px 15px rgba(0,0,0,.05);
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
  border: 1px solid rgba(26,54,126,.125);
  border: none;
  margin-bottom: 30px;
}

.btn-green {
  color: #fff;
  background-color: #0ca940;
  border: 1px solid #0ca940;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border: 1px solid #d43f3a;
}

.btn-circle {
  width: 25px;
  height: 25px;
  padding: 4px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.remove-field {
  position: absolute;
  right: 0;
  top: 30px;
}

.btn-circle i {
  font-size: 16px;
  font-weight: 700;
}

.ad-fields {
  position: relative;
}

.square-btn {
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: #666;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.amen-features {
  position: relative;
  overflow: hidden;
}

.amen-features div.custom_checkbox {
  float: left;
  width: 33%;
  margin-bottom: 15px;
}

.add-more-fields {
  border-color: transparent;
  outline: 0;
}

.btn-remove {
  background: #ed5e68;
  color: #fff;
}

.flor-plans {
  position: relative;
  overflow: hidden;
  clear: both;
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 20px;
}

.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal!important;
}

.custom-meta-attachment,.custom-meta-gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.custom-meta-gallery li {
  float: left;
  margin-right: 5px;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  width: 120px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.custom-meta-gallery_container {
  position: relative;
  background: #eff2fa;
  padding: 2px;
  overflow: hidden;
  height: 100px;
}

.is-active-plug.logged-in.admin-bar {
  margin-top: 32px;
}

.custom-attach-del:after,.custom-gallery-del:after,.custom-gallery-del_brand:after,.dwt_event_delete_icon:after {
  font-size: 32px;
  line-height: 28px;
  z-index: 10;
  bottom: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  text-align: center;
  opacity: .8;
  right: 0;
  color: #fff;
  border-radius: 0;
  background-color: #ff4747;
  position: absolute;
  content: "\00d7";
}

.img_suff {
  font-size: 22px;
  line-height: 30px;
  z-index: 10;
  bottom: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  text-align: center;
  opacity: .8;
  color: #fff;
  border-radius: 0;
  background-color: #00aeef;
  position: absolute;
}

.shuffle-attach {
  font-size: 22px;
  line-height: 30px;
  z-index: 10;
  bottom: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  text-align: center;
  opacity: .8;
  color: #fff;
  border-radius: 0;
  background-color: #00aeef;
  position: absolute;
  right: 30px;
}

.theme-txt {
  color: #76838f;
}

.instruction {
  position: relative;
  margin-top: 5px;
}

.custom-meta-attachment li {
  display: block;
  border: 1px solid #e3e3e3;
  margin-bottom: 5px;
}

.custom-meta-attachment_container {
  position: relative;
}

.img-grid {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding: 20px;
}

.img-grid img {
  width: 60px;
  height: 60px;
}

.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.form-group p {
  font-size: 13px;
  font-style: italic;
  margin: 2px 0 5px;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: #76838f;
}

.bg-purple {
  background-color: #9c27b0;
  color: #fff;
}

.box-tools {
  display: inline-block;
}

.box-tools .card-controls {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.action-icons a {
  vertical-align: middle;
  color: #a1aab2;
}

.action-icons a i {
  font-size: 20px;
}

.r-price strong {
  font-weight: 600;
  color: #20292f;
}

.custom-tabel a:focus,.custom-tabel a:hover {
  text-decoration: none;
  outline: 0;
}

.custom-alert--warning {
  background-color: #feebe6;
}

.custom-alert {
  border-radius: 3px;
  color: #000;
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.custom-alert h6 {
  margin-top: 0;
}

.custom-alert__top-side {
  padding: 21px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-alert--warning .custom-alert__close,.custom-alert--warning .custom-alert__icon {
  color: #f87f52;
}

.custom-alert__icon {
  font-size: 54px;
  line-height: 42px;
  margin-right: 23px;
}

.alert-icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.custom-alert__heading {
  color: #20292f;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.custom-alert__content {
  color: #939daa;
  font-size: 16px;
}

.custom-alert--success {
  background-color: #e2f7ea;
}

.custom-alert--success .custom-alert__close,.custom-alert--success .custom-alert__icon {
  color: #82c250;
}

.custom-alert--info .custom-alert__close,.custom-alert--info .custom-alert__icon {
  color: #3bbeb0;
}

.custom-alert--info {
  background-color: #e3f8f5;
}

.custom-alert--danger {
  background-color: #fde5e7;
}

.custom-alert--danger .custom-alert__close,.custom-alert--danger .custom-alert__icon {
  color: #ed5564;
}

.btn-link.link-info--bordered,a.link-info--bordered {
  border-bottom: 1px solid rgba(0,148,242,.8);
  clear: both;
}

.admin-pagination {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 30px;
}

.admin-pagination .pagination {
  margin-bottopm: 0;
}

.admin-panel .typeahead__field .typeahead__hint,.admin-panel .typeahead__field [contenteditable],.admin-panel .typeahead__field input,.admin-panel .typeahead__field textarea {
  min-height: calc(.5rem*4+ 1.25rem+ 5px);
}

.admin-panel .typeahead__container button {
  border: 1px solid #ebebeb;
  line-height: 2.4;
}

.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea {
  background-color: #fbfdff;
  background-clip: border-box;
  border: 1px solid #dde6ef;
  border-radius: 1px;
}

.custom-style-search .typeahead__result .row {
  display: table-row;
}

.custom-style-search .typeahead__result .row>* {
  display: table-cell;
  vertical-align: middle;
}

.custom-style-search .typeahead__result .l-title {
  padding: 0 10px;
}

.custom-style-search .typeahead__result .id {
  font-size: 12px;
  color: #777;
  font-variant: small-caps;
}

.custom-style-search .typeahead__result .search-avatar img {
  height: 26px;
  width: 36px;
}

.custom-style-search .typeahead__result .search-avatar.my-agenz img {
  height: 36px;
  width: 36px;
}

.custom-style-search .typeahead__list {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-style-search .typeahead__result {
  position: relative;
}

.custom-style-search .typeahead__result .project-information>span {
  display: block;
  margin-bottom: 5px;
}

.custom-style-search .typeahead__result>ul>li>a small {
  padding-left: 0;
  color: #999;
}

.custom-style-search .typeahead__cancel-button {
  line-height: 2.4;
}

.exp {
  margin-left: 15px;
}

.badge-soft-danger {
  color: #df3554;
  background-color: rgba(223,53,84,.18);
}

.req-mark {
  color: #df3554;
}

.my-checkbox {
  position: relative;
  margin-top: 20px;
}

.my-agent-list h4 {
  font-size: .97rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.my-agent-list .text-muted {
  font-size: 13px;
}

.my-agent-list h4 a {
  color: #20292f;
}

.my-agent-list .list-group .list-group-item:first-child {
  border-top: 0;
}

.my-agent-list .m-r-20 {
  margin-right: 20px;
}

.my-agent-list .avatar-sm,.my-agent-list .avatar-sm img {
  width: 3.4rem;
  height: 3.4rem;
}

.my-agent-list .list-group .list-group-item {
  padding: .77rem 0;
}

.my-agent-list .btn-white {
  color: #20292f;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: none;
}

.get-loc i.detect-me {
  color: #999;
  cursor: pointer;
  font-size: 22px;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.get-loc i.detect-me.extra-spin {
  top: 25%;
}

#property_map {
  width: 100%;
  height: 350px;
}

.submit-propert-map #property_map {
  width: 100%;
  height: 250px;
}

.submit-propert-cord {
  margin-top: 50px;
}

.leaflet-container .leaflet-control-search {
  position: absolute;
  background: #fff;
  color: #1978cf;
  border: 1px solid #ddd;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
  width: 435px;
  left: 35px;
}

.leaflet-control-search.search-exp {
  background: #fff;
  border: 1px solid #ddd;
  background-clip: padding-box;
}

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border-radius: 2px;
  height: 62px;
  padding: 0 20px 0 15px;
  width: 92%;
  border: 1px solid #fff;
}

.leaflet-control-search.search-load .search-input {
  background: url(/wp-content/themes/propertya/libs/images/loader.gif) no-repeat center right #fff;
}

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 40px;
  margin: 15px 0;
  background: url(/wp-content/themes/propertya/libs/images/search-icon.png) no-repeat 0 -46px;
  text-decoration: none;
  opacity: .8;
}

.leaflet-control-search .search-cancel:hover {
  opacity: 1;
}

.leaflet-control-search .search-cancel span {
  display: none;
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: 700;
}

.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}

.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/propertya/libs/images/search-icon.png) no-repeat 4px 4px #fff;
  margin-top: 16px;
  border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
  background: url(/wp-content/themes/propertya/libs/images/search-icon.png) no-repeat 4px -20px #fff;
}

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 300px;
  box-shadow: 1px 1px 6px rgba(0,0,0,.4);
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
  width: 100%;
}

.leaflet-control-search .search-tip {
  margin: 0;
  padding: 6px 15px;
  display: block;
  color: #000;
  background: #fff;
  border-radius: .25em;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4;
}

.leaflet-control-search .search-tip-select,.leaflet-control-search .search-tip:hover {
  background-color: #fff;
}

.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: .75em;
  margin-bottom: 5px;
  padding: 0 .25em;
  color: #e00;
  font-weight: 700;
  border-radius: .25em;
}

.my-user-profile h3 {
  font-size: 22px;
  font-weight: 600;
}

.my-socials .theme-social-btns {
  padding: 10px;
  font-size: 19px;
  width: 42px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  color: #fff;
}

.theme-social-btns {
  padding: 15px;
  font-size: 25px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  color: #fff;
}

.theme-social-btns:hover {
  opacity: .8;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.theme-social-circle {
  border-radius: 50%;
}

.theme-social-round {
  border-radius: 5px;
}

.sb-header.header-1 {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.15);
}

.header-1 .sb-menu>ul.menu-items {
  display: table-cell;
  float: left;
}

.header-1 .sb-menu {
  float: inherit;
}

.header-1 .sb-menu ul li.submit-btn {
  margin-left: 10px;
}

.header-1 .sb-menu ul.auth-elements {
  float: right;
  margin-top: 17px;
}

.header-1 .sb-menu ul.auth-elements li>a {
  line-height: 50px;
  height: auto;
}

.nhome-3 .sb-menu ul.auth-elements li>a {
  line-height: 45px;
  height: auto;
}

.header-1 .submit-btn a {
  padding-right: 20px!important;
  border-radius: 0;
}

.header-1 .submit-btn a .h1-menu-plus,.nhome-3 .submit-btn a .h1-menu-plus {
  font-size: 18px;
  background-color: transparent;
  vertical-align: middle;
  padding-right: 3px;
  margin-top: -4px;
}

.header-1 .sb-menu ul li>a {
  font-size: .9375rem;
  font-weight: 700;
}

.header-1 .sb-header-container .logo {
  padding-right: 20px;
}

.header-1 .sb-menu>ul.auth-elements>li.submit-btn:last-child>a {
  color: #fff;
}

.sb-header.header-1 .sb-menu ul li.user-avatar a.my-auth,.sb-header.nhome-3 .sb-menu ul li.user-avatar a.my-auth {
  background: -moz-linear-gradient(180deg,#75d146,#50bf17);
  background: -webkit-linear-gradient(180deg,#75d146,#50bf17);
  background: -webkit-gradient(linear,100% 0,0 0,from(#75d146),to(#50bf17));
  background: -o-linear-gradient(180deg,#75d146,#50bf17);
  background: linear-gradient(180deg,#75d146,#50bf17);
  padding: 0 15px;
}

.header-1 .sb-menu ul li.user-avatar .auth-dropdown .user-menu--dropdown a.btn {
  color: #fff;
}

.header-1 .sb-menu ul li.user-avatar a.my-auth,.sb-header.nhome-3 ul li.user-avatar a.my-auth {
  color: #fff;
}

.header-1 .sb-menu ul li.user-avatar a.my-auth:hover {
  color: #fff!important;
}

.header-1 .sb-menu ul li.current-menu>a,.header-1 .sb-menu ul li:hover>a {
  color: #25aae1;
}

.header-1 .pages-heading {
  padding: 20px;
  font-weight: 600;
}

.sb-header.header-2 {
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}

.header-2 .sb-menu>ul.menu-items {
  display: table-cell;
  float: left;
}

.header-2 .sb-menu {
  float: inherit;
}

.header-2 .sb-menu ul.auth-elements {
  float: right;
}

.header-2 .submit-btn a {
  padding-right: 20px!important;
  border-radius: 4px;
}

.header-2 .submit-btn a .h1-menu-plus {
  font-size: 16px;
  background-color: transparent;
  vertical-align: middle;
}

.header-2 .sb-menu ul li>a {
  font-size: 14px;
  font-weight: 600;
}

.header-2 .sb-header .logo {
  padding-right: 20px;
}

.header-2 .sb-menu>ul.auth-elements>li:last-child>a {
  line-height: 45px;
  height: inherit;
  color: #fff;
}

.header-2 .sb-menu>ul.auth-elements>li:last-child>a:hover {
  background-color: #25aae1;
  border-color: #25aae1;
}

.header-1 .sb-menu ul li:hover>a,.header-2 .sb-menu ul li.current-menu>a {
  color: #25aae1;
}

.header-2.header-transparent-on .sb-menu>ul>li>a,.header-opacity-on .sb-menu>ul>li>a {
  color: #20292f;
}

.header-2.header-transparent-on .sb-menu>ul>li.dropdown_menu>a>span:before {
  border-color: #20292f;
}

.header-2.sb-menu ul li.dropdown_menu>a>span:before {
  border-color: #20292f;
}

.header-2.sticky {
  background: #fff!important;
}

.header-2 .pages-heading {
  padding: 20px;
  font-weight: 600;
}

.sb-header.header-3 {
  border-bottom: 1px solid rgba(242,242,242,.4);
  background-color: transparent;
}

.header-3 .sb-menu>ul.menu-items {
  display: table-cell;
  float: left;
}

.header-3 .sb-menu {
  float: inherit;
}

.header-3 .sb-menu ul.auth-elements {
  float: right;
}

.header-3 .sb-menu ul.auth-elements li .c-color {
  color: #fff;
}

.header-3.sticky .sb-menu ul.auth-elements li .c-color {
  color: #000;
}

.header-3 .sb-menu ul.auth-elements li .c-color:hover {
  color: #000!important;
}

.header-3.sticky .sb-menu ul.auth-elements li .c-color:hover {
  color: #274abb!important;
}

.header-3 .submit-btn a {
  padding-right: 20px!important;
  border-radius: 4px;
}

.header-3 .submit-btn a .h1-menu-plus {
  font-size: 17px;
  background-color: transparent;
  vertical-align: middle;
  color: #fff;
}

.header-3 .sb-menu ul li>a {
  font-size: 14px;
  font-weight: 600;
}

.header-3 .sb-menu ul li>a i {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  vertical-align: middle;
}

.header-3 .sb-header .logo {
  padding-right: 20px;
}

.header-3 .sb-menu>ul.auth-elements>li:last-child {
  border: 1px solid #0c1722;
}

.header-3 .sb-menu>ul.auth-elements>li:last-child>a {
  line-height: 45px;
  height: inherit;
  color: #fff;
  margin: 2px;
  border-radius: 0;
  background-color: #0c1722;
}

.header-3 .sb-menu>ul.auth-elements>li:last-child a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255,255,255,.5);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(.5,1);
  transform: scale(.5,1);
  border-color: #0c1722;
  color: red;
}

.header-3 .sb-menu>ul.auth-elements>li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.header-3 .sb-menu ul li.current-menu>a {
  color: #274abb;
}

.header-3 .sb-menu ul li a:hover {
  color: #274abb!important;
}

.header-3.header-transparent-on .sb-menu>ul>li>a,.header-opacity-on .sb-menu>ul>li>a {
  color: #232323;
}

.header-3.header-transparent-on .sb-menu>ul>li.dropdown_menu>a>span:before {
  border-color: #232323;
}

.header-3.sb-menu ul li.dropdown_menu>a>span:before {
  border-color: #232323;
}

.header-3.sticky {
  background: #fff!important;
}

.header-3 .pages-heading {
  padding: 20px;
  font-weight: 600;
}

.nhome-3 .call-us {
  float: left;
  position: relative;
  background-color: #0c1722;
  padding: 28px 30px 27px 15px;
}

.nhome-3.sticky .call-us {
  padding: 17px 30px 17px 15px;
}

.nhome-3 .call-us .call-image {
  float: left;
  position: relative;
  margin-right: 15px;
}

.nhome-3 .call-text {
  float: left;
}

.nhome-3 .call-text p {
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.nhome-3 .call-text h3 {
  color: #fff;
  font-size: 18px;
}

.sb-header.make-me-trans .call-us {
  background-color: transparent;
  border-right: 1px solid rgba(242,242,242,.4);
}

.nhome-3.make-me-trans .sb-menu ul.auth-elements {
  background-color: transparent;
  border-left: 1px solid rgba(242,242,242,.4);
}

.nhome-3 .logo {
  margin-left: 45px;
}

.sb-header.nhome-3 {
  border-bottom: 1px solid rgba(242,242,242,.4);
  background-color: transparent;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.15);
}

.nhome-3 .sb-menu>ul.menu-items {
  display: table-cell;
  float: left;
  padding-left: 45px;
}

.nhome-3 .sb-menu {
  float: inherit;
}

.nhome-3 .sb-menu ul.auth-elements {
  float: right;
  background-color: #fbfbfc;
  padding: 22px;
  border-left: 1px solid #e3e4e6;
}

.nhome-3 .sb-menu ul.auth-elements.user-authorized-in {
  padding: 20px;
}

.nhome-3 .sb-menu ul.auth-elements li .c-color {
  color: #000;
}

.nhome-3 .auth-elements li.user-avatar-dp img {
  width: 50px;
  height: 50px;
}

.nhome-3.sticky .sb-menu ul.auth-elements li .c-color {
  color: #000;
}

.nhome-3 .sb-menu ul.auth-elements li .c-color:hover {
  color: #000!important;
}

.nhome-3.sticky .sb-menu ul.auth-elements li .c-color:hover {
  color: #274abb!important;
}

.nhome-3 .submit-btn a {
  padding-right: 20px!important;
  border-radius: 0;
}

.nhome-3 .sb-menu ul li>a {
  font-size: .9375rem;
  font-weight: 700;
}

.nhome-3 .sb-menu ul li>a.currency .c-logo {
  vertical-align: middle;
}

.nhome-3 .sb-menu ul li>a.country .c-logo {
  vertical-align: middle;
}

.header-1 .sb-menu ul li>ul li,.nhome-3 .sb-menu ul li>ul li {
  border-left: 0!important;
  border-bottom: 1px solid #eee;
}

.nhome-3 .sb-header .logo {
  padding-right: 20px;
}

.nhome-3 ul.auth-elements>li:last-child {
  margin-right: 0;
  border-left: none;
}

.header-1 ul.auth-elements>.submit-btn:hover a,.nhome-3 ul.auth-elements>.submit-btn:hover a {
  color: #fff!important;
}

.nhome-3 ul.auth-elements>li:last-child>a {
  line-height: 45px;
  height: inherit;
  color: #fff!important;
}

.header-1 ul.auth-elements .user-avatar a.my-auth,.nhome-3 ul.auth-elements .user-avatar a.my-auth {
  height: inherit;
  margin-right: 5px;
}

.nhome-3 .sb-menu ul li.current-menu>a {
  color: #274abb;
}

.sb-header.header-1.make-me-trans ul.menu-items li a:hover,.sb-header.nhome-3.make-me-trans ul.menu-items li a:hover {
  color: #fff;
}

.sb-header.header-1.make-me-trans ul.menu-items li ul li a:hover,.sb-header.nhome-3.make-me-trans ul.menu-items li ul li a:hover {
  color: #232323;
}

.header-1.header-transparent-on .sb-menu>ul>li>a,.header-opacity-on .sb-menu>ul>li>a,.nhome-3.header-transparent-on .sb-menu>ul>li>a {
  color: #232323;
}

.header-1.header-transparent-on .sb-menu>ul>li.dropdown_menu>a>span:before,.nhome-3.header-transparent-on .sb-menu>ul>li.dropdown_menu>a>span:before {
  border-color: #232323;
}

.header-1.sb-menu ul li.dropdown_menu>a>span:before,.nhome-3.sb-menu ul li.dropdown_menu>a>span:before {
  border-color: #232323;
}

.nhome-3.sticky {
  background: #fff!important;
}

.header-1 .pages-heading,.nhome-3 .pages-heading {
  padding: 20px;
  font-weight: 700;
}

.change-my-pass .save-act-btn .btn {
  margin-top: 20px;
}

.change-my-pass .form-error ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 15px;
}

.acl-del {
  margin-bottom: 30px;
}

.del-my-account i.fa-exclamation-triangle {
  -webkit-transform: translatey(0);
  transform: translatey(0);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
  bottom: -5px;
  font-size: 65px;
  position: absolute;
  right: 0;
  opacity: .3;
  color: #f0ad4e;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  50% {
    -webkit-transform: translatey(-15px);
    transform: translatey(-15px);
  }

  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  50% {
    -webkit-transform: translatey(-15px);
    transform: translatey(-15px);
  }

  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

.my-featured-img .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0 auto;
}

.my-featured-img .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.my-featured-img .avatar-upload .avatar-edit input {
  display: none;
}

.my-featured-img .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #20292f;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
  cursor: pointer;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.my-featured-img .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.my-featured-img .avatar-upload .avatar-edit input+label:after {
  content: "\f030";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 18px;
}

.my-featured-img .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.my-featured-img .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-scroller .status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 0 275px;
  background: #fff url(/wp-content/themes/propertya/libs/images/circle-icon.png) 0 center no-repeat;
  min-height: 232px;
}

.container-scroller .status h1 {
  font-size: 26px;
  color: #20292f;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 15px;
}

.container-scroller .status .status p {
  margin: 0 0 15px;
}

.cc-selector {
  margin-top: 15px;
}

.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.stripe-pay {
  background-image: url(/wp-content/themes/propertya/libs/images/stripe.png);
}

.paypal-pay {
  background-image: url(/wp-content/themes/propertya/libs/images/paypal.png);
}

.wire-transfer {
  background-image: url(/wp-content/themes/propertya/libs/images/wire-transfer.png);
}

.cc-selector input:active+.drinkcard-cc {
  opacity: .9;
}

.cc-selector input:checked+.drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 65px;
  margin: 0;
}

.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
  -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
  filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.pricingTable {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px #e0e0e6;
}

.pricingTable .magic-checkbox+label,.pricingTable .magic-radio+label {
  margin-top: 10px;
  font-size: 16px;
  color: #777;
  line-height: 19px;
}

.pricingTable .title {
  font-size: 14px;
  color: #c5c5d3;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pricingTable .heading {
  font-size: 22px;
  font-weight: 600;
  color: #20292f;
  margin: 0 0 15px;
}

.pricingTable .pricing-content ul {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #777;
}

.pricingTable .pricing-content ul li i {
  font-size: 20px;
  margin-right: 15px;
}

.pricingTable .pricing-content ul li {
  border-bottom: 1px dashed #eee;
  padding: 10px 0;
}

.pricingTable .price-Value {
  text-align: left;
  margin-bottom: 20px;
  opacity: 0;
  transition: all .3s ease 0s;
}

.pricingTable:hover .price-Value {
  opacity: 1;
}

.pricingTable .value {
  font-size: 30px;
  font-weight: 700;
  color: #31d2b2;
  text-align: center;
  position: relative;
}

.pricingTable .currency sup {
  font-size: 18px;
  color: #bbb;
}

.pricingTable .month {
  font-size: 16px;
  color: #bbb;
  position: absolute;
  top: 8px;
  right: -58px;
}

.pricingTable .pricingTable-signup {
  display: block;
  width: 55%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 50px;
  margin-top: -40px;
  background: #31d2b2;
  transition: all .5s ease 0s;
}

.pricingTable.active .pricingTable-signup,.pricingTable:hover .pricingTable-signup {
  margin-top: 0;
  width: 100%;
}

.pricingTable.active .price-Value {
  opacity: 1;
}

@media only screen and (max-width:990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width:767px) {
  .pricingTable.active,.pricingTable:hover {
    transform: scale(1);
  }
}

@media only screen and (max-width:480px) {
  .pricingTable .pricingTable-signup {
    padding: 10px 20px;
  }
}

.stripe-button-theme {
  height: 45px;
  min-height: 30px;
  max-height: 55px;
  background: #2dacf7;
  color: #111;
  border-radius: 4px;
  position: relative;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 5px;
}

.razorpay-button-theme {
  height: 45px;
  min-height: 30px;
  max-height: 55px;
  background: #273e4a;
  color: #111;
  border-radius: 4px;
  position: relative;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 5px;
}

.my-or {
  margin-bottom: 5px;
}

.paypal-button-theme img,.razorpay-button-theme img,.stripe-button-theme img {
  height: 21px;
  max-height: 27px;
  min-height: 18px;
  vertical-align: top;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.listing-actions .btn-default.btn-featured:hover,.listing-actions .btn-default.btn-paid:hover,.listing-actions .btn-default.btn-pay:hover,.stripe-button-theme:hover {
  filter: brightness(.95);
}

.paypal-button-theme {
  height: 45px;
  min-height: 30px;
  max-height: 55px;
  background: #ffc439;
  color: #111;
  border-radius: 4px;
  position: relative;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 5px;
}

.listing-actions .btn-default.btn-pay {
  color: #fff;
  background: #ffc439;
  text-transform: uppercase;
  border-color: #ffc439;
}

.listing-actions .btn-default.btn-featured {
  color: #fff;
  background: #dc4a38;
  text-transform: uppercase;
  border-color: #dc4a38;
}

.listing-actions .btn-default.btn-paid i,.listing-actions .btn-pay i {
  color: #fff;
}

.listing-actions .btn-default.btn-paid {
  background: #22ae7a;
  border-color: #22ae7a;
  color: #fff;
  text-transform: uppercase;
}

.my-del {
  color: #f1536e!important;
}

.custom-tabel tbody tr td,.custom-tabel tbody tr td a {
  color: #929292;
}

.custom-tabel .listing-actions .dropdown .btn i,.custom-tabel .listing-actions a i {
  font-size: 14px;
}

.custom-tabel .listing-actions .dropdown .dropdown-menu a i {
  margin-right: 5px;
}

.custom-tabel .listing-actions .dropdown .dropdown-menu {
  padding: 0;
}

.listing-actions .btn-default {
  background: #f4f9fc;
  color: #a1a8c3;
  border-width: 1px;
  border-color: #f1f4f5;
}

.listing-actions .btn-sm {
  padding: 8px;
  font-size: .82rem;
  border-radius: 3px;
}

#breadcrumb-custom {
  list-style: none;
  display: inline-block;
  padding-left: 0;
}

#breadcrumb-custom .icon {
  font-size: 14px;
}

#breadcrumb-custom li {
  float: left;
}

#breadcrumb-custom li a {
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}

#breadcrumb-custom li:nth-child(even) a:after {
  border-left-color: #000;
}

#breadcrumb-custom li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#breadcrumb-custom li:first-child a:before {
  border: none;
}

#breadcrumb-custom li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#breadcrumb-custom li:last-child a:after {
  border: none;
}

#breadcrumb-custom li a:after,#breadcrumb-custom li a:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #000;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

#breadcrumb-custom li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb-custom li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #000;
}

#breadcrumb-custom li a:hover {
  background-color: #1abc9c;
}

#breadcrumb-custom li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}

#breadcrumb-custom li a:hover:after {
  border-left-color: #1abc9c;
}

#breadcrumb-custom li a:active {
  background-color: #16a085;
}

#breadcrumb-custom li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}

#breadcrumb-custom li a:active:after {
  border-left-color: #16a085;
}

.circle-featured-border {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 16px;
  background-color: transparent;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -5px;
  border: 2px solid red;
}

.circle-featured-border.is-trans-complete {
  border: 2px solid #73d500;
}

.loading-req {
  background-color: transparent;
  background-image: url(/wp-content/themes/propertya/libs/images/home-loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.loading-req:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.3);
}

.post-password-form label {
  display: block;
}

.post-password-form input[type=password] {
  display: block;
  width: 100%;
  padding: .575rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 15px;
}

.blog-detial-main-area .list-unstyled {
  color: #6d7c90;
}

.blog-detial-main-area .list-unstyled.f-size-14 {
  font-size: 15px;
}

.widget .rssSummary {
  color: #000;
}

.meta-text.posted-date a,.post-detial-commenting-meta ul li.blg-cats a,.post-detial-commenting-meta ul li.blg-comments a {
  color: #2296f9;
}

.post-detial-commenting-meta {
  position: relative;
  margin-bottom: 15px;
}

.widget-seprator.comment-form-reply {
  margin-top: 30px;
}

.post-password-form input[type=submit] {
  padding: 12px 30px;
  background: #2296f9;
  background-image: none;
  border: 1px solid #2296f9;
  color: #fff;
  position: relative;
  font-weight: 700;
  transition: all .15s ease-out;
}

.post-password-form input[type=submit]:hover {
  background-color: #2296f9;
  box-shadow: 0 0 0 .1875rem #fff,0 0 0 .375rem #2296f9;
}

.page_with_pagination {
  position: relative;
  margin-top: 20px;
}

.real-static-page .page_with_pagination {
  margin-top: 0;
  clear: both;
  padding-top: 20px;
}

.page-links-title {
  border: 1px solid #dee2e6;
  padding: .7rem .85rem;
}

.page-links .no {
  padding: .7rem .85rem;
  border: 1px solid #dee2e6;
  color: #20292f;
  background: #2296f9;
  text-decoration: none;
}

.page-links a .no {
  color: #20292f;
  background: #fff;
  text-decoration: none;
}

.page-links a {
  text-decoration: none;
}

.page-links .current .no {
  border: 1px solid #2296f9;
  color: #fff;
}

.heading-dots {
  position: relative;
  width: 100%;
}

.heading-dots .h-dot {
  position: relative;
  display: block;
  float: left;
  width: 3px;
  height: 3px;
  border-right: 3px solid #2296f9;
  margin-right: 3px;
}

.heading-dots .h-dot.line-dot {
  border-right: 40px solid #2296f9;
}

.btn-face,.btn-google {
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px)/2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btn-google {
  color: #555;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.social-log-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-b-22 {
  padding-bottom: 22px;
}

.p-t-42 {
  padding-top: 42px;
}

.txt1 {
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}

.auth-form-fields .theme-row {
  margin-bottom: 20px;
}

.auth-form-fields .theme-row label i {
  margin-left: 5px;
}

.auth-form-fields .theme-row label {
  padding: 0 0 10px;
}

.my-checkbox.term-conditions {
  margin-bottom: 20px;
}

.auth-or {
  margin: 15px 0;
}

.auth-form-fields .theme-row .has-error .error,.auth-form-fields .theme-row .has-error .select2 .select2-selection--single .select2-selection__rendered,.modal-from .theme-row .has-error .error {
  border-bottom: 1px solid #b94a48;
}

.auth-form-fields .my-checkbox .pretty.has-error .state label:before {
  border-color: #b94a48;
}

.auth-form-fields .theme-checkbox .has-error div.checkbox-container .checkbox-checkmark {
  border: 1px solid #b94a48;
}

.auth-form-fields .my-checkbox .has-error .form-error,.auth-form-fields .theme-row .has-error .form-error {
  display: none;
}

.property-detial-page .listing-title-zone .card-title {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.toast-container .toast[data-type] .toast-body strong {
  color: #fff;
  font-size: 17px;
}

.toast-container .toast[data-type] .toast-body div {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.toast-container .close {
  font-size: 18px;
}

.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.recent-ads .recent-ads-list {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.recent-ads .recent-ads-list:last-child {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.recent-ads .recent-ads-container {
  display: table;
  width: 100%;
}

.recent-ads .recent-ads-list-image {
  display: table-cell;
  width: 96px;
}

.recent-ads .recent-ads-list-image-inner {
  background-color: rgba(0,0,0,.12);
  display: block;
  height: 60px;
  margin: 0 16px 0 0;
  position: relative;
  width: 100px;
}

.recent-ads .recent-ads-list-content {
  display: table-cell;
  vertical-align: top;
}

.recent-ads .recent-ads-list-title a {
  color: #20292f;
}

span.recent-ads-list-location a {
  position: relative;
  color: #000;
  font-size: .9em;
}

.auth-elements li.user-avatar-dp img {
  width: 54px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  padding: 1px;
  height: 54px;
}

.sb-header .sb-header-container .auth-elements li.user-avatar-dp .aft-logged span {
  display: none;
}

.sb-header .sb-header-container .sb-menu .auth-elements li.user-avatar-dp .my-custom-auth li {
  border-bottom: 1px solid #ebebeb;
}

.sb-header .sb-header-container .sb-menu .auth-elements li.user-avatar-dp .my-custom-auth {
  padding-top: 0;
  padding-bottom: 0;
}

.sb-header .sb-header-container .sb-menu .auth-elements li.user-avatar-dp .my-custom-auth li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sb-header .sb-header-container .sb-menu .auth-elements li.user-avatar-dp .my-custom-auth li a {
  line-height: normal;
}

.sb-header .sb-header-container .sb-menu .auth-elements li.user-avatar-dp .my-custom-auth li a i {
  margin-right: 5px;
  opacity: .3;
}

.sb-header .sb-header-container .sb-menu .auth-elements li.user-avatar-dp .my-custom-auth li a:before {
  display: none;
}

.card .card-body .amen-features .pretty .state label {
  text-indent: 1.9em;
}

.info-z {
  background: #00aeef;
  border: 1px solid #00aeef;
  color: #fff;
}

.info-d {
  background: #ff4747;
  border: 1px solid #ff4747;
  color: #fff;
}

.card.assign-listing .card-body h5 {
  font-size: 17px;
  margin-bottom: 10px;
}

.custom_radios+.custom_radios {
  margin-top: 3px;
}

.widget-seprator .widget-seprator-heading {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-seprator h3.sec-title {
  font-size: 23px;
  display: table;
  float: left;
}

.widget-seprator .right-side {
  float: right;
}

.widget-seprator h3.sec-title i {
  color: #ddd;
  margin-right: 5px;
  font-size: 22px;
}

.yelp-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

.my-yelp {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

.yelp-custom-icons {
  display: inline-block;
}

h4.yelp-main-term {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  padding-bottom: 0;
  line-height: 40px;
}

.yelp-inner-loop {
  padding-left: 58px;
  margin-bottom: 3px;
}

.yelp-inner-title {
  display: inline-block;
  color: #20292f;
  font-weight: 600;
}

.yelp-stars {
  float: right;
}

.yelp-place-distance {
  margin-left: 5px;
}

.yelp-rating i {
  display: inline-block;
  width: 0;
  height: 1.3em;
  border-width: 0 .75em;
  border-style: solid;
  border-color: #eee;
  border-radius: .22em;
  color: #fff;
  background: #eee;
  font-style: normal;
  line-height: 1.2em;
  text-indent: -.45em;
  text-shadow: 1px 0 1px #b3b3b3;
}

[data-rating^='1'] .star-1 {
  border-color: #cc8b1f;
  background: #cc8b1f;
}

[data-rating^='1.5'] .star-2 {
  border-left-color: #cc8b1f;
}

[data-rating^='2'] .star-1 {
  border-color: #dcb228;
  background: #dcb228;
}

[data-rating^='2'] .star-2 {
  border-color: #dcb228;
  background: #dcb228;
}

[data-rating^='2.5'] .star-3 {
  border-left-color: #dcb228;
}

[data-rating^='3'] .star-1 {
  border-color: #f0991e;
  background: #f0991e;
}

[data-rating^='3'] .star-2 {
  border-color: #f0991e;
  background: #f0991e;
}

[data-rating^='3'] .star-3 {
  border-color: #f0991e;
  background: #f0991e;
}

[data-rating^='3.5'] .star-4 {
  border-left-color: #f0991e;
}

[data-rating^='4'] .star-1 {
  border-color: #f26a2c;
  background: #f26a2c;
}

[data-rating^='4'] .star-2 {
  border-color: #f26a2c;
  background: #f26a2c;
}

[data-rating^='4'] .star-3 {
  border-color: #f26a2c;
  background: #f26a2c;
}

[data-rating^='4'] .star-4 {
  border-color: #f26a2c;
  background: #f26a2c;
}

[data-rating^='4.5'] .star-5 {
  border-left-color: #f26a2c;
}

[data-rating="5"] i {
  background: #dd050b;
  border-color: #dd050b;
}

@media print {
  .rating {
    -webkit-print-color-adjust: exact;
  }

  .rating i {
    text-shadow: none;
  }
}

.yelp-custom-icons i {
  background: #f06e48;
  color: #fff;
  border-radius: 4px;
  line-height: 40px;
  font-size: 24px;
  margin-right: 10px;
  width: 45px;
  height: 40px;
  text-align: center;
}

.yelp-data-container .yelp-container:nth-child(13n+1) i {
  background: #09c097 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+2) i {
  background: #f55e5c none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+3) i {
  background: #3ac0ff none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+4) i {
  background: #77df40 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+5) i {
  background: #09c097 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+6) i {
  background: #f4c837 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+7) i {
  background: #c56dfb none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+8) i {
  background: #ff6c00 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+9) i {
  background: #ff4081 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+10) i {
  background: #fcac2f none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+11) i {
  background: #f66 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+12) i {
  background: #57dc90 none repeat scroll 0 0;
}

.yelp-data-container .yelp-container:nth-child(13n+13) i {
  background: #000 none repeat scroll 0 0;
}

.widget-seprator.nearby .yelp-powered-by {
  text-align: right;
}

.yelp-powered-by {
  text-align: right;
}

.yelp-powered {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 14px;
}

.yelp-logo {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 37px;
  background: url(/wp-content/themes/propertya/libs/images/yelp-logo.png) no-repeat 0 0;
  background-size: contain;
}

.walk-logo {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 19px;
  background: url(/wp-content/themes/propertya/libs/images/walk-logo.png) no-repeat 0 0;
  background-size: contain;
}

.gps {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/propertya/libs/images/gps.png) no-repeat 0 0;
  background-size: contain;
}

.walkscore-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
}

.walkscore-container .walscore-detials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.walkscore-container .walkscore-score-div {
  padding-right: 1rem;
  position: relative;
}

.walkscore-container .walkscore-score-div:after {
  content: " ";
  transform: rotate(45deg);
  position: absolute;
  right: 9px;
  top: 23px;
  height: 13px;
  width: 13px;
}

.walkscore-container .walkscore-score-div div {
  border: 1px solid #ddd;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.walscore-detials .walkscore-desc {
  font-size: 16px;
}

.walkscore-container .walkscore-score-div div strong {
  color: #fff;
  font-size: 22px;
}

.walkscore-container .walscore-detials .walscore-title {
  font-weight: 700;
  color: #20292f;
}

.btn.btn-label-brand {
  background-color: rgba(44,119,244,.1);
  color: #2c77f4;
}

.attachments-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ebedf2;
}

.attachments-container .attachment-type {
  padding-right: 1rem;
}

.attachments-container .attachment-file-title {
  color: #6d7c90;
  font-size: 1rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: capitalize;
}

.attachments-container .fize-size {
  font-size: 1rem;
  padding-right: 1.25rem;
}

.attachments-container .attachment-type {
  padding-right: 1rem;
}

.attachments-container .attachment-type img {
  width: 2.5rem;
  border-radius: 4px;
}

#property_map_single {
  position: relative;
  width: 100%;
  height: 400px;
}

.list-meta li .ratings .fa-star {
  color: #dcdce6;
}

.list-meta li .list-posted-date i {
  margin-right: 3px;
}

.banner-lists {
  margin-bottom: 30px;
  position: relative;
}

.sidebar-widget-seprator {
  background: #fff;
  border-radius: 0;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.07);
  box-shadow: 1px 0 20px rgba(0,0,0,.07);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}

.sidebar-widget-header {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 20px;
}

.sidebar-widget-header h4 {
  margin: 0;
  flex: 1;
  font-size: 19px;
}

.sidebar-widget-header h4>i {
  margin-right: 5px;
  color: #ddd;
}

.sidebar-widget-body {
  width: 100%;
  padding: 20px;
  position: relative;
}

.widget-inner-container {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.widget-inner-container.prop-statistics li {
  width: 50%;
  margin-bottom: 15px;
  float: left;
  display: inline-block;
}

.widget-inner-container li {
  list-style: none;
  margin-bottom: 15px;
}

.widget-inner-elements {
  width: 100%;
  display: flex;
  font-size: 15px;
  color: #6d7c90;
}

.widget-inner-elements {
  color: #6d7c90;
}

.widget-inner-text {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.widget-inner-text a {
  color: #6d7c90;
  vertical-align: middle;
}

.widget-inner-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  color: #9299b8;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f6;
  vertical-align: middle;
}

.listing-owner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-owner-avatar {
  margin-bottom: 1.33333rem;
}

.listing-owner-content {
  margin-bottom: 1.33333rem;
}

.listing-owner-content h4 {
  font-size: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-owner-content h4 a {
  color: #20292f;
}

.listing-owner-content h4 .listing-owner-status {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.06667rem;
  height: 1.06667rem;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  margin-left: .66667rem;
  position: relative;
  top: 1px;
  background: #32cc6f;
}

.listing-owner-content .review_time {
  display: block;
  margin-top: .33333rem;
  font-size: .93333rem;
  color: #32cc6f;
}

.listing-owner-content .badge-verified {
  margin-top: .33333rem;
}

.recently-added-img {
  float: left;
  width: 30%;
  position: relative;
}

.recently-added-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.recently-added-desc {
  float: left;
  width: 70%;
  padding: 0 0 0 15px;
}

.recently-added-desc h4 {
  text-align: left;
  font-size: 16px;
  padding-bottom: 2px;
}

.recently-added-desc .main-price {
  font-weight: 700;
  color: orange;
}

.recently-added-desc h4 a {
  color: #20292f;
}

.widget-inner-container.recently-added li {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  position: relative;
  padding-bottom: 15px;
}

.widget-inner-container.recently-added li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.agency-6 .detail-info .agt-info li:last-child,.agency-6 .detail-info .agt-info li:nth-last-child(2),.widget-inner-container .card,.widget-inner-container.nearby-listing li:last-child,.widget-inner-container.prop-statistics li:last-child,.widget-inner-container.prop-statistics li:nth-last-child(2) {
  margin-bottom: 0;
}

.widget-inner-container.nearby-listing li:last-child {
  border: none;
  padding-bottom: 0;
}

.card {
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.card.ad-card-1 .card-image:after,.card.ad-card-2 .card-image:after,.card.ad-card-3 .card-image:after {
  content: '';
  background: 0 0;
}

.card .card-image {
  position: relative;
}

.card .card-image:after {
  background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.3)) repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
}

.card:not(.card-plain) .rounded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card .category {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 15px;
}

.card .card-footer {
  padding: 0;
  margin-top: 15px;
  background-color: transparent;
  border: 0;
}

.card .card-footer div {
  display: inline-block;
}

.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.img-raised {
  box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
}

.card.ad-card-2 .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  z-index: 1;
  margin-bottom: 0;
}

.card.ad-card-2 .card-title a {
  color: #fff;
}

.card.ad-card-2 .property-meta {
  position: absolute;
  bottom: 30px;
}

.card.ad-card-2 .item-price small {
  display: inline;
}

.item-price small.no-block {
  display: inline;
}

.card.ad-card-2 .property-labels.absolute-yes {
  bottom: 70px;
}

.card.ad-card-2 .property-tools {
  top: 10px;
  left: 15px;
}

.card.ad-card-2 .property-tools+.property-tools {
  left: 55px;
}

.property-labels {
  z-index: 1;
}

.property-labels.absolute-yes ul {
  margin-bottom: 0;
}

.property-labels.absolute-yes {
  position: absolute;
  padding: 0 0 0 10px;
}

.property-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  z-index: 1;
}

.property-meta-relative {
  position: resltive;
  z-index: 1;
}

.property-meta-relative .item-price {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.property-meta-relative .item-price small {
  font-size: 15px;
  display: inline-flex;
  font-weight: 400;
  color: #6d7c90;
}

.ad-card-4 .card-body ul li {
  color: #6d7c90;
}

.ad-card-4 .card-body ul .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.item-price {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.item-price small {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.property-tools {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: rgba(224,224,224,.66);
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
  margin: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: 1px;
}

.property-tools+.property-tools {
  right: 55px;
}

.card-title {
  font-size: 20px;
}

.agent-1 .card-body .ratings {
  margin-bottom: 3px;
  font-size: 15px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#f70505 0,#8f0808 100%);
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8f0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
}

.ribbon span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8f0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
}

.listing-viewed-stats {
  display: inline-block;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}

.listing-viewed-stats>li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #a3a3a3;
  border-right: 1px solid #f0f0f0;
  line-height: 10px;
  padding-right: 10px;
}

.listing-viewed-stats>li {
  font-size: 12px;
  color: #a3a3a3;
  line-height: 10px;
}

.listing-owner-content h4 .listing-owner-status i {
  color: #fff;
  font-size: 10px;
}

.featured-slider-prop .card {
  box-shadow: none;
  margin-bottom: 0;
}

.widget-inner-container .featured-slider-prop .card li {
  margin-bottom: 0;
}

.featured-slider-prop.owl-carousel .owl-nav button {
  color: #fff;
  display: inline-block;
  margin: 5px;
  padding: 2px 10px;
  font-size: 16px;
  -webkit-border-radius: 0s;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(134,151,145,.5);
  cursor: pointer;
}

.featured-slider-prop.owl-carousel .owl-nav .owl-prev {
  right: 24px;
  position: absolute;
  top: -70px;
}

.featured-slider-prop.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -6px;
  top: -70px;
}

.agency-review .form-group .pretty:not(:last-child) {
  margin-right: 1.5rem;
}

.ag-short-detail .badge:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.field-icon {
  float: right;
  margin-top: -33px;
  position: relative;
  z-index: 2;
  margin-right: 20px;
  cursor: pointer;
}

.is_agen_featured .btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  background: #bb3a34;
  background: linear-gradient(#e74841 0,#bb3a34 100%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 40px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: .8rem;
}

.is_agen_recommended .btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0,#79a70a 100%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 40px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: .8rem;
}

.is_agen_trusted .btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  background: #bb3a34;
  background: linear-gradient(#e74841 0,#bb3a34 100%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 40px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: .8rem;
}

.form-group .input-group .form-control {
  height: 53px!important;
}

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  z-index: 99999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.logged-in .YouTubePopUp-Wrap {
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100%!important;
  width: 100%!important;
  display: block!important;
  height: 480px!important;
  border: none!important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/propertya/libs/images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: .5;
}

@media all and (max-width:768px) and (min-width:10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}

@media all and (max-width:600px) and (min-width:10px) {
  .YouTubePopUp-Content iframe {
    height: 320px!important;
  }

  .YouTubePopUp-Close {
    bottom: 362px;
  }
}

@media all and (max-width:480px) and (min-width:10px) {
  .YouTubePopUp-Content iframe {
    height: 220px!important;
  }

  .YouTubePopUp-Close {
    bottom: 262px;
  }
}

.ratings i.color {
  color: orange;
}

.ratings .fa-star {
  color: #dcdce6;
}

.blog-section-2 .blog-inner-box .blog-lower-box h2 a:hover {
  color: #2296f9;
}

.realestate-search-blog .input-group .input-group-append .blog-search-btn {
  color: #fff;
  background-color: #2296f9;
  border: 1px solid #2296f9;
  padding: 10px 20px;
}

.content-entry:before {
  background: #f8f8f8;
  position: absolute;
  right: calc(2% - 30px);
  top: 0;
  bottom: 0;
  width: 10000px;
  border-right: 1px solid #e6e6e6;
  content: "";
  z-index: -1;
}

.header-top:after {
  content: '';
  display: block;
  clear: both;
}

.colored-header:after {
  content: '';
  display: block;
  clear: both;
}

.primary-header-1:after,.primary-header:after {
  content: '';
  display: block;
  clear: both;
}

.header-top.dark {
  background: #202020;
}

.header-right {
  padding: 0;
}

.header-top ul {
  margin-bottom: 0;
}

.header-top ul.listnone li {
  display: inline-block;
  line-height: 39px;
  padding: 0 10px;
  position: relative;
}

.header-top ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
}

.header-top ul.listnone li a.btn {
  text-transform: uppercase;
}

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

.header-top ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.header-top ul li ul.dropdown-menu li {
  display: block;
  border-left: medium none;
  padding-left: 0;
}

.header-top-left p {
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0;
}

.header-top-left p a {
  color: #fff;
}

.header-top-left p a:hover {
  color: #f56719;
}

.header-top-left p+p {
  margin-left: 25px;
}

.header-top-left p i {
  font-size: 14px;
  line-height: 49px;
  margin-right: 10px;
}

.header-top ul.dropdown-menu li:first-child {
  padding-right: 0;
}

.header-top .dropdown-menu li:last-child {
  border-bottom: medium none;
}

.header-top ul li ul.dropdown-menu li {
  border-left: medium none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.header-top ul.dropdown-menu li {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

.header-top ul.dropdown-menu li a {
  color: #20292f;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}

.header-top .dropdown-menu>li>a:focus,.header-top .dropdown-menu>li>a:hover {
  background: 0 0;
}

.header-top .dropdown-menu>li>a {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  text-transform: capitalize;
  width: 100%;
}

.header-top ul.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  z-index: 999;
  padding: 0;
}

.header-1.sticky {
  margin-top: 0!important;
  top: 0!important;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.top-bar {
  background-color: #20292f;
}

.header-main .top-bar-right .custom {
  margin: 0;
}

.header-main .top-bar-right .custom li {
  margin-right: 0;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-main .top-bar-right .custom li .ulmb-3 li {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-main .top-bar-right .custom li .ext {
  color: #fff;
}

.top-bar-right .custom .dropdown-toggle:hover,.top-bar-right .custom .show .dropdown-toggle,.top-bar-right .custom .show .dropdown-toggle:focus {
  background-color: transparent;
}

.top-bar-right .custom .pro-f .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}

.top-bar-right .custom .pro-f img {
  vertical-align: top;
}

.top-bar-right .custom .pro-f li i {
  color: #20292f;
}

.header-main .top-bar-right .custom .sizee {
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  top: 8px;
}

.text-dark {
  color: #070510!important;
}

.header-main .top-bar ul a {
  font-size: 14px;
  font-weight: 600;
}

.header-main .top-bar ul a i {
  font-size: 16px;
  color: #fff;
}

.header-main .top-bar .country-type {
  margin: 9px 0;
}

.header-main .top-bar .country-type i {
  color: #fff;
}

.country-type .profil-select a {
  color: #fff;
}

.country-type .dropdown-toggle:hover,.country-type .show .dropdown-toggle,.country-type .show .dropdown-toggle:focus {
  background-color: transparent;
}

.header-main .country-type .img-flag {
  width: 20px;
  height: 15px;
  margin-top: 3px;
  margin-right: 5px;
}

.header-main .country-type a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  color: #fff;
}

.arow-bot {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
}

.header-main .country-type a .sizee {
  margin-left: 8px;
  margin-right: 0;
  position: relative;
  top: 8px;
}

.mtop {
  margin-top: -124px!important;
}

.hero-top {
  background: url(/wp-content/themes/propertya/libs/images/bg-property-3_01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
  height: 500px;
}

.post-desc address,.post-excerpt.post-desc {
  color: #000;
}

.blog-section-2 .hading P {
  font-size: 16px;
}

.blog-section-2 .hading h3 {
  font-size: 34px;
  font-weight: 600;
}

.blog-section-2 .blog-inner-box {
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
  box-shadow: 0 0 30px rgba(0,0,0,.1);
  background: #fff;
}

.blog-section-2 .blog-inner-box .blog-lower-box {
  position: relative;
  padding: 30px 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-section-2 .blog-inner-box .blog-lower-box p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 5px;
}

.blog-section-2 .blog-inner-box .blog-lower-box .blog-date {
  position: relative;
  color: #6d7c90;
  font-size: 16px;
}

.blog-section-2 .blog-inner-box .blog-lower-box h2 {
  font-size: 20px;
  line-height: 1.4em;
  margin: .2em 0 .4em;
  color: #20292f;
}

.blog-section-2 .blog-inner-box .blog-lower-box h2 a {
  color: #20292f;
}

.blog-section-2 .blog-inner-box .blog-lower-box .fnd-drm a {
  color: #1a1a1a;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.blog-section-2 .blog-inner-box .blog-lower-box .fnd-drm a:hover {
  color: #0088fe;
}

.blog-section-2 .blog-inner-box .blog-lower-box .btn {
  padding: 5px 10px;
  font-size: 14px;
  text-transform: capitalize;
}

.comment_count {
  width: calc(100% - 0px);
  text-align: right;
  font-size: 12px;
  color: #fff;
  margin-top: -52px;
  margin-bottom: 20px;
}

.comment_count_in {
  display: inline-block;
  min-width: 80px;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 15px;
  background: #141414;
  background: #141414;
  box-shadow: 0 0 18px 0 rgba(0,0,0,.35);
  border-radius: 18px;
}

.comment_count_in i {
  color: #0087fe;
  padding: 0 5px;
}

.blog-read-more {
  border-top: 1px solid #ebebeb;
  padding: 10px 25px;
}

.blog-read-more a {
  font-weight: 700;
  color: #2296f9;
  font-size: 16px;
}

.blog-section-2 .widget-srch {
  border-bottom: 1px solid #ebebeb;
}

.blog-section-2 .typeahead__field input,.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field textarea {
  border-radius: 0;
  border-right: 0;
}

.pst-search::placeholder {
  color: #999;
}

.blog-section-2 .typeahead__container button {
  padding: .94rem .75rem;
  background-color: transparent;
  border-radius: 0 2px 2px 0;
}

.blog-section-2 .widget-heading .line-b {
  border-bottom: 2px solid #0087fe;
  padding: 5px 0;
}

.blog-section-2 .widget-heading .panel-title h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.blog-section-2 .recent-ads-list-content h3,.recent-ads-list-content h3 {
  font-size: 16px;
}

.blog-section-2 .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1.25rem;
  font-weight: 700;
}

.blog-section-2 .rating>span {
  display: inline-block;
  position: relative;
  width: .8em;
}

.blog-section-2 .rating>span:hover~span:before,.blog-section-2.rating>span:hover:before {
  content: "\2605";
  position: absolute;
  color: #ffb400;
}

.blog-section-2 .col-lg-8:after {
  background-color: #f4f4f4;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 1px;
  height: 100%;
}

.ag-content:before {
  background: #f7f8fc;
  position: absolute;
  left: calc(2% - 30px);
  top: 0;
  bottom: 0;
  width: 10000px;
  border-left: 1px solid #e6e6e6;
  content: "";
  z-index: -1;
}

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

.entry-right:before {
  background: #f7f8fc;
  position: absolute;
  left: calc(2% - 30px);
  top: 0;
  bottom: 0;
  width: 10000px;
  border-right: 1px solid #e6e6e6;
  content: "";
  z-index: -1;
}

.entry-left:before {
  background: #f7f8fc;
  position: absolute;
  right: calc(2% - 30px);
  top: 0;
  bottom: 0;
  width: 10000px;
  border-right: 1px solid #e6e6e6;
  content: "";
  z-index: -1;
}

.blog-sidebar .widget:first-child {
  padding-top: 0;
}

.blog-sidebar .widget .widget-heading h2 {
  color: #20292f;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-size: 19px;
  font-weight: 700;
}

.blog-sidebar .widget ul li:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}

.blog-featured-img img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  box-shadow: 0 0 4px #999;
  border: 1px solid #fff;
  padding: 8px;
  background: #f2f2f2;
}

.gallery img:hover {
  background: #fff;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl,.gallery dt {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.none {
  display: none;
}

iframe {
  width: 100%;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 6px auto;
  text-align: center;
}

.alignleft {
  float: left;
  margin-bottom: 6px!important;
  margin-left: 0;
  margin-right: 24px;
  margin-top: 6px;
}

.alignright {
  float: right;
  margin-bottom: 6px!important;
  margin-left: 24px;
  margin-right: 0;
  margin-top: 6px;
}

.post-desc a,.wp-caption-text a {
  text-decoration: underline;
  color: #2296f9;
}

.wp-caption-dd,.wp-caption-text {
  color: #686868;
  font-style: italic;
  font-weight: 500;
  line-height: 17px;
  margin: 6px 0 26px;
  text-align: left;
}

.blog-detial .blog-post .post-excerpt .tags-share .tags ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

.blog-detial .blog-post .post-excerpt .col-md-12.add-pages {
  padding-left: 0;
  margin-top: 15px;
}

.post-desc pre {
  border: 1px solid #e6e6e6;
  max-width: 100%;
  overflow: hidden;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 0;
  background-color: #fff;
  color: #000;
}

.post-desc ul {
  list-style: circle;
  margin-bottom: 0;
  padding-left: 40px;
}

.widget .widget-heading {
  position: relative;
  margin-bottom: 20px;
}

.post-desc ul li em,.post-desc ul li span,.post-desc ul li strong {
  font-size: inherit!important;
}

.post-desc ol,.post-desc ul {
  color: #000;
}

ins,mark {
  background: #007acc;
  color: #fff;
  padding: .125em .25em;
  text-decoration: none;
}

.single-blog.blog-detial .blog-post .post-excerpt.post-desc ul li ul {
  margin-top: 0;
}

.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p {
  margin-bottom: 5px;
}

.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info blockquote p {
  margin-bottom: 0;
}

.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info .author-desc ul {
  margin-top: 5px;
}

.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info .author-desc .author-title ul {
  padding-left: 0!important;
}

.comment-list li.comment ul.children .comment-info .author-desc .author-title ul.list-inline li {
  padding-left: 0!important;
  margin-bottom: 0;
}

.single-blog.blog-detial .blog-post .post-excerpt h1,.single-blog.blog-detial .blog-post .post-excerpt h2,.single-blog.blog-detial .blog-post .post-excerpt h3,.single-blog.blog-detial .blog-post .post-excerpt h4,.single-blog.blog-detial .blog-post .post-excerpt h5,.single-blog.blog-detial .blog-post .post-excerpt h6 {
  color: #1a1a1a;
}

.static-page .blog-detial .blog-post table tr th {
  color: #1a1a1a;
}

.static-page .blog-detial .blog-post table tr td a {
  color: #1a1a1a;
  font-weight: 600;
}

.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form p.logged-in-as {
  margin-left: 0;
}

.static-page .single-blog.blog-detial.blog-detial .blog-section .blog-heading h2 {
  margin-top: 0;
}

.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form div.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.static-page .single-blog.blog-detial .blog-post {
  margin-bottom: 0;
}

.single-blog.blog-detial .blog-post .post-excerpt dl dt,.single-blog.blog-detial .blog-post .post-excerpt table tr th {
  color: #1a1a1a;
}

.main-menu .mega-menu .drop-down,.main-menu .mega-menu .drop-down-tab-bar {
  top: 58px;
}

.main-menu .mega-menu .drop-down-multilevel {
  top: 58px;
}

.main-menu .mega-menu ul.drop-down-multilevel li ul.drop-down-multilevel {
  top: 0;
}

.single-blog.blog-detial .blog-post .post-excerpt dl {
  margin-top: 10px;
}

.single-blog.blog-detial .blog-post .post-excerpt dl dd,.single-blog.blog-detial .blog-post .post-excerpt dl dt {
  margin-bottom: 10px;
}

.single-blog.blog-detial .blog-post .post-excerpt p em strong,.single-blog.blog-detial .blog-post .post-excerpt p strong,.single-blog.blog-detial .blog-post .post-excerpt ul li em strong {
  color: #20292f;
}

.about-us-content p {
  margin-bottom: 15px;
}

.blog-sidebar .widget.widget-content .textwidget p strong {
  color: #20292f;
}

.blog-sidebar .widget.widget-content a.rsswidget {
  display: inline-block;
}

.blog-sidebar .widget {
  padding: 20px 25px;
}

.blog-sidebar .widget .widget-heading h4.panel-title {
  margin-bottom: 10px;
}

.blog-sidebar .widget .widget-heading h4 a {
  padding: 0;
}

.blog-sidebar .widget select {
  margin-top: 15px;
}

.blog-sidebar .widget.widget-content ul li.cat-item ul.children {
  padding: 0;
  margin-left: 10px!important;
}

.gallery {
  margin-left: -.5em;
  margin-right: -.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {

}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.wp-caption-text.gallery-caption {
  margin-top: 5px;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.post-desc table,.post-desc td,.post-desc th {
  border: 1px solid #ddd;
}

.post-desc table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
}

.post-desc dt,.post-desc th {
  color: #20292f;
}

.post-desc td,.post-desc th {
  padding: 15px;
}

.media .children li {
  margin-bottom: 0!important;
}

.comment_form {
  margin-top: 0!important;
}

.commentform .form-submit {
  padding-left: 15px;
}

.comment-reply-title {
  margin-top: 0!important;
}

.comment-reply-title a {
  color: #e52d27;
}

#cancel-comment-reply-link {
  font-size: 14px!important;
  color: #999;
}

.sb_margin_top {
  margin-top: 40px;
}

.sb_margin_bottom {
  margin-bottom: 40px;
}

#wp-calendar {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
}

#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  border-top: 0;
  font-size: 14px;
}

#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ebebeb;
  line-height: 2.5em;
  transition: background .15s ease;
  -webkit-transition: background .15s ease;
  -o-transition: background .15s ease;
  -moz-transition: background .15s ease;
}

#wp-calendar tbody td:hover {
  background: #f1f1f1;
  color: #1a1a1a;
}

#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  background: #f1f1f1;
  color: #1a1a1a;
}

#wp-calendar tbody td:hover a {
  background: #4d4d4d;
  color: #fff;
}

#wp-calendar tfoot td {
  padding-top: 1px;
  padding: 4px;
}

#wp-calendar caption {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  outline: 0 none!important;
  border: 1px solid #ddd;
  color: #20292f;
}

#wp-calendar tbody a {
  display: block;
  text-decoration: underline;
}

#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: 0;
  padding: 7px 0;
  color: #a7a7a7;
}

#footer #wp-calendar thead th {
  background: #222;
}

#footer #wp-calendar tbody td {
  border-color: #222;
}

.screen-reader-text {
  display: none;
}

.textwidget img {
  height: auto;
}

#sb_message_response {
  display: none;
}

.blog-sidebar .widget .sub-menu ul.children {
  margin-left: 5px!important;
}

.blog-sidebar .widget.widget-content ul.children {
  padding-top: 2px;
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 2px;
}

.sb_ads_top {
  padding-bottom: 8px;
}

.sb_ads_bottom {
  padding-bottom: 28px;
}

.sticky .blog-inner-box,.tag-sticky-2 .blog-inner-box {
  background-color: #effafa;
}

.sticky .blog-read-more,.tag-sticky-2 .blog-read-more {
  border-top: 1px solid #d7e1e1;
}

.wp-caption {
  max-width: 100%;
}

.logged-in-as a {
  color: #20292f!important;
}

.section-padding-page {
  padding: 40px 0;
}

.bg-gray {
  background-color: #fafafa!important;
}

.bg-white {
  background-color: #fff!important;
}

.link-more {
  font-size: 13px;
}

.shop-grid .woocommerce-placeholder {
  height: 344px!important;
}

.custom_holder_single {
  width: 293px!important;
  height: 223px!important;
}

.custom_holder_grid {
  height: 269px!important;
  width: 358px!important;
}

.custom_holder_list {
  height: 196px!important;
  width: 261px!important;
}

.no-custom-padding {
  padding: 0!important;
}

.orderby {
  height: 40px;
  width: 250px;
}

.tab-content .product-tabs-content {
  padding: 25px;
}

.woocommerce-Reviews-title {
  display: none;
}

.bypostauthor {
  position: relative;
}

.fun-facts-icons {
  font-size: 45px;
  margin-bottom: 10px;
}

.why-icon {
  font-size: 50px!important;
  line-height: 70px!important;
  margin-left: 20px!important;
}

.woocommerce-product-search {
  background-color: transparent!important;
}

#white_bar {
  display: none;
}

.clr_white {
  color: #fff;
}

.white-social {
  color: #fff!important;
}

.input-group-addon button {
  border: 0;
  background-color: #e52d27;
  display: none;
}

.tags ul li {
  margin-left: 5px;
}

.tagcloud a {
  font-size: 14px!important;
}

.parsley-custom-error-message {
  color: #c31619!important;
  font-size: 13px!important;
}

.features .features-text h3 a {
  color: #20292f!important;
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
  text-transform: capitalize;
}

.cats-ld {
  display: none;
}

#ad_posting {
  display: none;
}

.select-package hr {
  margin-top: 0!important;
}

#cke_13,#cke_15,#cke_16,#cke_18,.cke_button__about,.cke_button__indent_icon,.cke_button__numberedlist_icon,.cke_button__outdent_icon,.cke_combo_button,.cke_toolbar_separator {
  display: none!important;
}

.ad-price small {
  font-size: 10px;
  color: #20292f;
  margin-right: 5px;
}

.status_active {
  background: #4caf50;
  color: #fff;
}

.status_expired {
  background: #d9534f;
  color: #fff;
}

.status_sold {
  background: #3498db;
  color: #fff;
}

.ad_status {
  padding: 5px 12px!important;
  margin-bottom: 5px;
}

.category-grid-box-1 .message-box .message span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 20px;
  text-transform: capitalize;
  background-color: #f58936!important;
}

.category-grid-box-1 .message-box {
  bottom: 3px;
  position: absolute;
  right: 0;
}

.category-grid-box-1 .message-box:hover {
  cursor: pointer;
}

.message-text {
  width: 100%!important;
}

.message-history-active {
  background-color: #f8f8f8;
}

.return-to-shop {
  display: none;
}

.sb_anchor {
  color: #fff!important;
  font-weight: bolder;
}

.popover-title {
  color: #20292f!important;
}

.popover-content .btn-group a.btn-primary {
  color: #fff!important;
}

.popover-title {
  font-size: 14px!important;
}

.ad-listing .ad-content .additional-info li a:hover {
  background-color: #f58936!important;
}

.padding-left {
  padding-left: 10px!important;
}

.jqte_editor ul {
  margin-left: 39px!important;
}

.ad-listing-meta ul {
  list-style: none!important;
}

.search-block .text-box {
  position: relative;
  background: #f3f3f3;
}

.icon-search {
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 34px;
  color: #ccc;
}

.search-modal .modal-body {
  position: relative;
  padding-top: 0;
}

.search-modal .modal-header {
  background: #202020 none repeat scroll 0 0;
}

.search-modal .modal-header h3 {
  color: #fff;
}

.search-modal .form-control {
  background-color: transparent!important;
  border: none!important;
  padding-left: 40px;
}

.search-modal .search-block .popular-search {
  padding-top: 15px;
}

.search-modal .search-block .popular-search label {
  font-size: 16px;
}

.search-modal .search-block .popular-search ul li a {
  color: #20292f;
}

.search-modal .form-control:focus {
  box-shadow: none;
}

.search-modal .close {
  color: #fff!important;
}

.search-modal .close:focus,.search-modal .close:hover {
  color: #fff!important;
}

.descs-box .desc-points {
  margin-bottom: 0!important;
}

.descs-box .desc-points p b {
  color: #20292f!important;
}

.descs-box .tags-share {
  border-bottom: 0 solid #d7d7d7!important;
  padding: 0!important;
}

.padding_cats+.padding_cats {
  padding-left: 5px;
}

.contactEmail a {
  color: #20292f!important;
}

span.profile_tabs {
  cursor: pointer!important;
}

.blog-sidebar .widget .widget-content {
  background-color: #fff;
  border-top-color: #eee;
  overflow: hidden;
  padding: 20px 25px;
}

.widget-content ol {
  padding-left: 15px;
}

.f_custom {
  display: block;
}

.wpcf7-form .form-control {
  display: inline-block;
}

span .wpcf7-not-valid {
  border: 1px solid red!important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid red;
  color: #c10000;
}

div.wpcf7-response-output {
  margin: 16px 0 0;
  padding: 15px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}

div.wpcf7-validation-errors {
  display: none!important;
}

.wpcf7-spam-blocked {
  background: #e2e2e2;
  border: 1px solid #bcbcbc!important;
  color: #383838;
}

.wpcf7-mail-sent-ng {
  background: #fcf8e3;
  border: 1px solid #ac9163!important;
  color: #8a6d3b;
}

.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border: 1px solid #3c763d!important;
  color: #3c763d;
}

.blog-sidebar .widget.widget-content .tagcloud a:hover {
  color: #fff;
}

.single-blog.blog-detial .blog-post .post-excerpt blockquote p cite {
  color: #20292f;
  font-weight: 600;
}

.static-page .blog-post {
  border: medium none;
}

.widget .search-form input.search-submit {
  display: none!important;
}

.post-desc h1 {
  font-size: 40px;
  margin: 20px 0;
}

.post-desc h2 {
  font-size: 32px;
  margin: 20px 0;
}

.post-desc h3 {
  font-size: 28px;
  margin: 20px 0;
}

.post-desc h4 {
  font-size: 24px;
  margin: 20px 0;
}

.post-desc h5 {
  font-size: 20px;
  margin: 20px 0;
}

.post-desc h6 {
  font-size: 16px;
  margin: 20px 0;
}

.post-desc img,.post-desc img[class*=align],.post-desc img[class*=attachment-],.post-desc img[class*=wp-image-],.post-desc img[height] {
  height: auto;
  max-width: 100%;
  clear: both;
}

.comment-list .comment .comment-content p {
  font-size: 16px;
  color: #1a1a1a;
}

.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.sb-top-bar_notification {
  background-color: #fcf8e3;
  text-align: center;
  padding: .6em;
  color: #20292f;
  font-size: smaller;
  font-weight: 800;
  display: none;
}

.sb-top-bar_notification a {
  text-decoration: none;
  color: #8a6d3b;
}

.user-img {
  width: 50px!important;
}

.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
  left: auto;
  right: 0!important;
}

blockquote,blockquote p {
  margin: 1em auto 1.4em;
  line-height: 1.8em;
  color: #20292f;
  max-width: 750px;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  padding: 0 40px;
}

blockquote:after {
  color: #274abb;
  content: '\201C';
  display: block;
  font-size: 100px;
  position: absolute;
  left: 24px;
  top: 16px;
}

.blog-sidebar .widget .input-group-addon {
  color: #fff;
  border: medium none;
  border-radius: 0;
}

.blog-post .post-excerpt form.post-password-form input[type=submit] {
  color: #fff;
  padding: 2px 15px;
}

.blog-post .post-excerpt form.post-password-form input[type=submit] {
  background-color: #242424;
  border: 1px solid #242424;
}

.static-page .post-excerpt {
  margin-bottom: 0;
}

.static-page .single-blog.blog-detial .post-excerpt.post-desc ol {
  margin-bottom: 0;
}

.post-ad-form .row .col-md-6 {
  min-height: 97px;
}

.blog-detial .comment-info .author-desc {
  margin-left: 90px;
}

.blog-detial .comment-info .author-desc.no-margin {
  margin-left: 0;
}

.blog-detial .comment-info img {
  max-width: 70px;
}

.blog-detial .comment-info .author-title {
  margin-bottom: 0;
}

.comment-list .comment .comment-info .author-desc .author-title li a {
  color: #999;
  font-size: 14px;
}

.blog-sidebar .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.blog-sidebar .widget ul li {
  width: 100%;
  margin: 0;
  text-align: left;
  display: table;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  color: #aaa;
}

.blog-sidebar .widget ul li ul.children {
  padding-left: 20px;
}

.blog-sidebar .widget ul.sub-menu {
  padding-left: 20px;
}

.blog-sidebar .widget ul li.recentcomments {
  display: inline-block;
}

.blog-sidebar .widget ul li.recentcomments a {
  float: none;
  margin-left: 5px;
  margin-right: 0;
}

.blog-sidebar .widget ul li.recentcomments span.comment-author-link {
  margin-left: 15px;
  margin-right: 0;
}

.blog-sidebar .widget ul li.recentcomments span.comment-author-link a {
  margin-left: 0;
}

.blog-sidebar .widget ul li a {
  text-align: left;
  color: #20292f;
  float: left;
  font-size: .9375rem;
  margin-left: 15px;
  margin-right: 5px;
  font-weight: 500;
}

.blog-sidebar .widget ul li a:before {
  color: gray;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  width: 30px;
  text-align: left;
  position: absolute;
  left: 0;
  font-weight: 900;
  content: '\f0da';
}

.blog-sidebar .change ul li {
  width: 100%;
  margin: 0;
  text-align: left;
  display: inline;
  padding: 0;
  border-bottom: 0;
}

.blog-sidebar .change ul li a {
  text-align: left;
  float: right;
  padding: 4px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin: 0 7px;
}

.blog-sidebar .change ul li a i {
  font-size: 14px;
  vertical-align: middle;
}

.blog-sidebar .title-b {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.blog-sidebar .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
  color: #fff;
}

.blog-sidebar .card-title a {
  color: #fff;
}

.blog-sidebar .card-title a:hover {
  color: #2296f9;
}

.blog-sidebar .widget ul li a:hover {
  color: #2296f9;
}

.blog-sidebar .widget .textwidget {
  color: #20292f;
}

.blog-sidebar .widget .textwidget p strong {
  color: #20292f;
}

.static-page.blog-post-container {
  padding-bottom: 60px;
}

.custom-alert--warning {
  background-color: #feebe6;
}

.content-wrapper .custom-alert {
  margin-bottom: 0;
}

.custom-alert {
  border-radius: 3px;
  color: #20292f;
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.custom-alert h6 {
  margin-top: 0;
}

.custom-alert__top-side {
  padding: 21px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-alert--warning .custom-alert__close,.custom-alert--warning .custom-alert__icon {
  color: #f87f52;
}

.custom-alert__icon {
  font-size: 42px;
  line-height: 42px;
  height: 42px;
  width: 42px;
  margin-right: 23px;
}

.alert-icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.custom-alert__heading {
  color: #20292f;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
}

.custom-alert__content {
  color: #939daa;
  font-size: 16px;
}

.custom-alert--success {
  background-color: #e2f7ea;
}

.custom-alert--success .custom-alert__close,.custom-alert--success .custom-alert__icon {
  color: #82c250;
}

.custom-alert--info .custom-alert__close,.custom-alert--info .custom-alert__icon {
  color: #3bbeb0;
}

.custom-alert--info {
  background-color: #e3f8f5;
}

.custom-alert--danger {
  background-color: #fde5e7;
}

.custom-alert--danger .custom-alert__close,.custom-alert--danger .custom-alert__icon {
  color: #ed5564;
}

.parallex {
  color: #fff;
  position: relative;
  z-index: 7;
}

.parallex h2 {
  color: #fff;
  position: relative;
  z-index: 7;
}

.parallex:before {
  background: rgba(0,0,0,.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-widget button[type=button] {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border: medium none;
  color: #bdbdbd;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.post-detial-commenting-meta ul li {
  flex-shrink: 0;
}

.post-detial-commenting-meta ul li .meta-icon {
  flex-shrink: 0;
  margin-right: .2rem;
}

.blog-sidebar .widget {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 35px 0 25px 25px;
  overflow: hidden;
}

.blog-detial-page .blog-detial-main-area h1.blg-main-title {
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: .4em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget-seprator .socials-link {
  margin-bottom: 0;
}

.socials-link {
  border: solid 1px #e2e2e2;
  border-left: 0;
  border-right: 0;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  clear: both;
}

.blog-featured-img {
  position: relative;
  margin-bottom: 10px;
}

.socials-link li {
  padding: 8px 10px;
  border-left: solid 1px #e2e2e2;
}

.socials-link li:first-child {
  border: 0;
  padding-left: 0;
}

.socials-link li i {
  padding: 0 3px;
  font-size: 16px;
}

.btn.focus,.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}

.blog-detail-section-2 .form-submit input::placeholder,area {
  color: #818181;
}

.pricing-section2 .hading h3 {
  font-size: 34px;
  font-weight: 600;
}

.pricing-section2 .main-price {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.pricing-section2 .plan-data .pri-heading span {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.pricing-section2 .plan-data .pri-heading p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}

.pricing-section2 .plan-data .price .my-price {
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}

.pricing-section2 .plan-data .price .my-price sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 5px;
  color: #aaa;
}

.pricing-section2 .plan-data .price .my-price span {
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}

.pricing-section2 .plan-data .check-icon span {
  padding-left: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #aaa;
}

.pricing-section2 .main-price {
  box-shadow: 0 15px 24px rgba(0,0,0,.05),0 19px 76px rgba(0,0,0,.1);
}

.hot-package {
  z-index: 10;
  position: relative;
  background-color: #fff;
}

.pricing-section2 .main-price .heading-zone h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 10px;
}

.pricing-section2 .main-price .heading-zone p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.pricing-section2 .heading-zone h2 {
  font-size: 35px;
  font-weight: 500;
}

.about-section-2 .v-icon {
  position: absolute;
  top: 38%;
  left: 46%;
  width: 90px;
  height: 90px;
}

.about-section-2 .social-add img {
  display: block;
  object-fit: cover;
}

.about-section-2 .social-add img:hover {
  opacity: 1;
}

.about-section-2 .social-add .active {
  opacity: 1;
}

.about-section-2 .video {
  position: relative;
}

.about-section-2 .video:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,.9) 80%,#f6f6f6 80%,rgba(255,255,255,.9) 80%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,.9) 80%,rgba(255,255,255,.9) 80%,rgba(255,255,255,.9) 69%);
  background: linear-gradient(to right,rgba(255,255,255,.1) 30%,rgba(255,255,255,.1) 1%,#fff 95%);
}

.about-section-2 .videoicon {
  background-color: #fff;
  position: absolute;
  top: 44%;
  border-radius: 40px;
  padding: 6px 8px;
  left: 45%;
  border: 1px solid #2296f9;
  -webkit-box-shadow: -2px 13px 78px 41px #f58020;
  -moz-box-shadow: -2px 13px 78px 41px #f58020;
  box-shadow: -2px 13px 78px 41px #f58020;
}

.about-section-2 .videoicon i {
  font-size: 45px;
  color: #2296f9;
  border-radius: 40px;
}

.about-section-2 .brs span {
  font-size: 16px;
  margin-bottom: 0;
  color: #2296f9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-section-2 .brs h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 15px;
}

.about-section-2 .w-exp ul li {
  padding: 0 45px;
}

.about-section-2 .w-exp span {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
}

.about-section-2 .w-exp ul li:first-child {
  padding: 0;
}

.about-section-2 .brs2 {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  z-index: 2;
  position: relative;
  margin-top: 42px;
}

.about-main {
  position: relative;
}

.overlay-text {
  float: left;
  z-index: 2;
}

.img-botm {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0 15px;
}

.about-section-2 .brs2 ul li {
  padding: 0 21px;
  margin: 0;
}

.ab-services {
  background-image: url(/wp-content/themes/propertya/libs/images/h1-best-services_02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 200px!important;
}

.ab-services .services p {
  font-size: 16px;
  line-height: 26px;
}

.ab-services .services h3 {
  font-size: 34px;
  font-weight: 600;
}

.ab-services .services h3 span {
  font-weight: 600;
}

.ab-services-data {
  margin-top: -211px;
}

.ab-services-data .perfect {
  background-color: #fff;
  border-radius: 10px;
}

.ab-services-data .perfect .homes {
  width: 58px;
  height: 58px;
  margin: auto;
  margin-top: auto;
  display: block;
}

.ab-services-data .perfect h5 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

.ab-services-data .perfect p {
  font-size: 14px;
  line-height: 26px;
}

.ab-services-data .perfect .arw-size2 {
  font-size: 20px;
  vertical-align: middle;
  padding-left: 10px;
}

.agent-section .hading P {
  font-size: 16px;
}

.agent-section .hading h3 {
  font-size: 34px;
  font-weight: 600;
}

.agent-section .v-more a {
  color: #20292f;
}

.agent-section .v-more a:hover {
  color: #2296f9;
}

.agent-section .hading h3 span {
  font-weight: 600;
}

.bg-autoh2 {
  position: relative;
  border: 1px solid #ebebeb;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.lefti {
  position: absolute;
  padding: 10px;
  left: 0;
  top: 40%;
  background-color: #2296f9;
  color: #fff;
}

.righti {
  position: absolute;
  padding: 10px;
  right: 0;
  background-color: #2296f9;
  top: 40%;
  color: #fff;
}

.agent-section .homesh2 {
  width: 110px;
  height: 160px;
  margin: auto;
  margin-top: auto;
  margin-top: 10px;
  display: block;
}

.agent-section .agents h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agent-section .agents h3 a {
  color: #20292f;
}

.agent-section .agents h3 a:hover {
  color: #2296f9;
}

.agent-section .agents span {
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.agent-section .socialsh2 {
  padding: 22px 0;
}

.agent-section .socialsh2 li a:hover {
  background-color: #2296f9;
}

.agent-section .socialsh2 li a {
  padding: 3.5px 7px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 16px;
  border: 2px solid #f4f4f4;
}

.agent-section .socialsh2 li a i {
  display: inherit;
}

.agent-section .agents:hover {
  border: solid 1px #f0f0f0;
  background-color: #fff!important;
  border: solid 1px #f0f0f0!important;
}

.agent-section .agents:hover p a {
  color: #0088fe;
}

.agent-section .agents p a:hover {
  color: #0088fe;
}

.active-body {
  border: solid 1px #f0f0f0!important;
  background-color: #fff!important;
}

.ab-contactus h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.ab-contactus .cs-btn {
  padding: 7px 25px;
}

.faq-section .detail-box span {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}

.faq-section .detail-box h2 {
  font-size: 35px;
  line-height: 37px;
  font-weight: 500;
}

#accordion6 .panel {
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-left: 80px;
  margin-bottom: 12px;
}

#accordion6 .panel-heading {
  padding: 0;
  background: #fff;
  position: relative;
}

#accordion6 .panel-title a {
  display: block;
  padding: 10px 15px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  color: #20292f;
  position: relative;
  text-align: left;
}

#accordion6 .panel-title a.collapsed:before,#accordion6 .panel-title a:before {
  content: "-";
  font-weight: 900;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  color: #20292f;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  top: -1px;
  left: -82px;
  transition: all .5s ease 0s;
}

#accordion6 .panel-title a.collapsed:before {
  content: "+";
  font-size: 15px;
  color: #20292f;
}

#accordion6 .panel-body {
  border: none;
  color: #acadad;
}

#accordion6 .panel-body p {
  padding: 15px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 0;
  text-align: left;
  color: #aaa;
}

.genral-sidbar .widget {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 26px 25px;
  overflow: hidden;
  margin-bottom: 30px;
}

.genral-sidbar .widget:first-child {
  padding-top: 25px;
}

.bg-f .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 51px;
}

.bg-f .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-size: 14px!important;
}

.bg-f .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 20px;
}

.bg-f .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px;
  right: 5px;
  width: 20px;
}

.genral-sidbar .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.agent-gride21 .agents {
  background-color: #f0f0f0;
}

.agent-gride21 .agents:hover {
  background-color: #fff!important;
  border: 0!important;
}

.agent-gride21 .agents:hover .agent-detail a {
  background-color: #2296f9;
}

.agent-gride21 .agents:hover .descrip p {
  color: #2296f9;
}

.agent-gride21 .aclr-white {
  background-color: #fff;
}

.agent-gride21 .agents img {
  float: right;
  padding-top: 85px;
}

.agent-gride21 .agents .descrip {
  position: absolute;
  top: 0;
}

.agent-gride21 .agents .descrip p {
  font-size: 16px;
  font-weight: 300;
}

.agent-gride21 .agents .descrip span {
  font-size: 14px;
  line-height: 20px;
}

.agent-gride21 .socialsh2 li a:hover {
  background-color: #2296f9;
}

.agent-gride21 .agents .socialsh2 {
  position: absolute;
  top: 65%;
}

.agent-gride21 .socialsh2 li a {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 16px;
  border: 2px solid #f4f4f4;
}

.bside-bar .col-lg-8:after {
  background-color: #f4f4f4;
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 1px;
  height: 100%;
}

.agent-grid {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
  position: relative;
  display: flex;
  margin-bottom: 60px;
}

.agent-img {
  padding: 0 0 15px 15px;
  position: relative;
}

.agent-grid .lazy {
  height: 128px;
  background-color: #f0f0f0;
  padding-top: 10px;
}

.agent-img img {
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  float: left;
  margin-top: -25px;
  position: relative;
  width: 128px;
}

.agent-grid-content {
  padding: 15px 10px;
  width: 100%;
}

.agent-name {
  color: #20292f;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}

.agent-name:hover {
  color: #2296f9;
}

.category {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.agent-grid-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.agent-grid-content ul li {
  font-size: 12px;
  color: #aaa;
}

.card-agent-5 .card {
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
  border: 1px solid #ebebeb;
}

.card-agent-5 .card-body .card-title {
  margin-bottom: 0;
}

.card-agent-5 .card-title a {
  font-size: 18px;
  font-weight: 500;
  color: #20292f;
}

.card-agent-5 .card-title a:hover {
  color: #2296f9;
}

.card-agent-5 .card-body h6 {
  font-size: 16px;
}

.card-agent-5 .card-image img {
  background-color: #f0f0f0;
}

.agent-8-sec1 .image-container {
  background-color: #f1f1f1;
}

.agent-8-sec1 .image-container img {
  height: 280px;
}

.agent-8-sec1 .agent-data {
  margin-top: 20px;
}

.agent-8-sec1 .agent-data h1 {
  font-size: 34px;
  font-weight: 600;
}

.agent-8-sec1 .social-icons-ql li i {
  color: #fff;
  font-size: 20px;
}

.agent-8-sec1 .agt-8-taber {
  background-color: #f1f1f1;
  z-index: -1;
  margin-top: -85px;
}

.agent-8-sec1 .agt-8-taber .menu-des {
  margin-top: 0;
  border-bottom: 0;
  position: relative;
  z-index: 0;
}

.agent-8-sec1 .agt-8-taber .menu-des ul li:first-child {
  padding-left: 0;
}

.agent-8-sec1 .agt-8-taber .menu-des ul li {
  padding: 13px 14px;
}

.agent-8-sec1 .agt-8-taber .menu-des ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #20292f;
}

.agent-8-sec1 .agt-8-taber .menu-des ul li a.acmenu-pro-6 {
  border-bottom: 0;
  color: #2296f9;
}

.agent-8-sec1 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agent-8-sec1 .detail-info .agt-info li {
  margin-bottom: 30px!important;
}

.agent-8-sec1 .detail-info .agt-info .icon-spn i {
  font-size: 30px;
  line-height: 46px;
}

.agent-8-sec1 .detail-info .agt-info .top-tittle {
  font-size: 14px;
}

.agent-8-sec1 .detail-info .agt-info .bottom-tittle {
  font-size: 16px;
}

.agent-8-sec1 .main-div {
  border: 1px solid #ebebeb;
}

.agent-8-sec1 .main-data {
  position: relative;
}

.agent-8-sec1 .main-data .img-data img {
  height: 236px;
  width: 100%;
}

.agent-8-sec1 .main-data .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.agent-8-sec1 .main-data .h2-lies2 li a {
  padding: 3px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.agent-8-sec1 .main-data .h2-lies2 li a i {
  font-size: 14px;
}

.agent-8-sec1 .main-data .d-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.agent-8-sec1 .listing-data .heaing-d {
  padding: 20px 15px;
}

.agent-8-sec1 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agent-8-sec1 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.agent-8-sec1 .listing-data .heaing-d .detail-data li {
  margin-right: 0;
  background-color: #f8faff;
  padding: 0 22px;
}

.agent-8-sec1 .listing-data .heaing-d .detail-data li:last-child {
  padding: 0;
  background-color: transparent;
}

.agent-8-sec1 .listing-data .heaing-d .detail-data li .company-img img {
  height: 58px;
  width: 59px;
}

.agent-8-sec1 .rvw-body {
  border: 1px solid #ebebeb;
  margin-top: 50px;
  padding: 22px;
}

.agent-8-sec1 .rvw-body .img-body {
  margin-top: -50px;
  width: 58px;
  height: 58px;
}

.agent-8-sec1 .rvw-body .cominter {
  font-size: 16px;
  font-weight: 600;
}

.agent-8-sec1 .wrt-body .rating-star {
  margin: 15px 0;
}

.agent-8-sec1 .wrt-body .rating-star .rating-form .theme-krajee-uni .clear-rating {
  display: none;
}

.agent-8-sec1 .wrt-body .rating-star .rating-form .rating-container .caption .label {
  margin-top: 8px;
  margin-left: 8px;
}

.agent-8-sec1 .wrt-body .rating-star .rating-container .filled-stars {
  color: #fde16d!important;
}

.agency-1 .verify {
  top: 20px;
  width: 100%;
}

.agency-1 .heading h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agency-1 .heading h2 a {
  color: #20292f;
}

.agency-1 .heading h2 a:hover {
  color: #2296f9;
}

.agency-1 .verify ul {
  width: 100%;
}

.agency-1 .verify ul li:first-child {
  float: left;
}

.agency-1 .verify ul li:last-child {
  float: right;
}

.agency-1 .agent-detail {
  position: relative;
  width: 100%;
  display: flex;
  text-align: center;
}

.bg-autoh2:hover,.card-agent-4:hover {
  box-shadow: 0 0 50px 0 rgba(19,19,28,.12);
}

.agency-1 .agent-detail a {
  padding: 15px;
  color: #20292f;
  background-color: #fff;
  border-top: 1px solid rgba(128,128,128,.2);
  transition: .6s;
  text-align-last: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}

.all-content-area {
  position: relative;
  margin-top: 20px;
}

.ratings i.color {
  color: orange;
}

.rating-avg {
  border-radius: 4px;
  background-color: #febe42;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 7px;
  position: relative;
  margin-left: 10px;
}

.bg-autoh2 .listing-owner-social {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-top: none;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
}

.bg-autoh2 p:not(:last-child) {
  margin-bottom: 5px;
  color: #6d7c90;
}

.bg-autoh2 .upper-contain {
  padding: 30px 20px;
}

.bg-autoh2 h2 {
  font-size: 20px;
}

.all-content-area h2 a {
  color: #20292f;
}

.agency-2 .mozimg {
  position: absolute;
  z-index: 2;
}

.agency-2 .agency-main {
  margin-left: 15px;
}

.agency-3 .agency-main {
  margin-left: 0;
}

.agency-2 .agency-main h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agency-2 .agency-main h2 a {
  color: #20292f;
}

.agency-2 .agency-main h2 a:hover {
  color: #2296f9;
}

.agency-2 .border-side {
  border: 1px solid #ebebeb;
  margin-top: 12px;
  background-color: #fff;
}

.agency-2 .socialsh3 {
  padding: 15px 0;
  display: block;
}

.agency-2 .socialsh3 li a {
  padding: 3.5px 7px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 16px;
  border: 2px solid #f4f4f4;
}

.agency-2 .agent-detail {
  padding: 15px 0;
  display: block;
}

.agency-3 .agency-main h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.agency-3 .card-agent-3 {
  padding: 20px 30px;
}

.agency-3 .card {
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
}

.agency-3 .card.card-agent-3 .card-image {
  position: relative;
  width: 80px;
  height: 80px;
}

.agency-3 .card-title {
  font-size: 18px;
  font-weight: 400;
}

.agency-3 .category {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.agency-3 .card-agent-3 ul.list-inline {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.agency-3 .card-agent-3 ul.list-inline .list-inline-item:not(:last-child) {
  margin-right: 10px;
  font-size: 14px;
}

.agency-3 .card-agent-3 .agent-button {
  position: relative;
}

.agency-3 .card-agent-3 .agent-button a {
  position: absolute;
  right: 0;
  bottom: -4px;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.card-agent-4 .category {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.card-agent-4 .card-body .agent-logo {
  position: absolute;
  right: 5px;
  top: 80px;
}

.card.card-agent-4 .card-body .agent-logo img {
  width: 70px;
}

.card-agent-4 .card-body .card-title {
  margin-bottom: 0;
}

.card-agent-4 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.card-agent-4 .card-body .agent-info {
  margin-top: 10px;
}

.agency-4 .card-agent-5 .card-body ul,.card-agent-3 .card-body ul {
  padding-left: 0;
  margin-bottom: 0;
}

.card-agent-4 .card-body .agent-info ul li {
  font-size: 16px;
  color: #777;
}

.card-agent-4 .card-body .agent-info ul li span {
  margin-right: 5px;
}

.card-agent-4 .card-body .agent-info ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.card-agent-4 .card-footer {
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  border: 0;
}

.card-agent-4 .card-footer div {
  display: inline-block;
}

.card-agent-4 .card-body .card-footer .author a {
  color: #aaa;
}

.card-agent-4 .card-body .card-footer .author a:hover {
  color: #2296f9;
}

.card-agent-4 .card-body .card-footer .author .avatar {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.card-agent-4 .author .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px;
}

.card-agent-4 .img-raised {
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.card-agent-4 .card-footer .agent-profile {
  float: right;
  line-height: 40px;
  font-size: 14px;
}

.card-agent-4 .card-footer div {
  display: inline-block;
}

.social-icons-ql {
  position: relative;
  display: flex;
}

.ag-logo {
  position: absolute;
  top: -30px;
}

.ag-logo .image-container {
  width: 100%;
  width: 270px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 230px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  min-height: 270px;
}

.ag-logo .image-container img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.agency-6 .agent-data {
  margin-top: 0;
  padding-left: 15px;
  min-height: 105px;
}

.agency-6 .agent-data h1 {
  font-size: 30px;
  margin-bottom: 3px;
}

.agency-6 .social-icons-ql li i:first-child {
  margin-left: 0;
}

.agency-6 .social-icons-ql li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}

.social-icons-ql li {
  float: left;
}

.agency-6 .social-icons-ql li i {
  color: #fff;
}

.agency-6 .agt-8-taber {
  background-color: #edeff8;
  margin-top: 35px;
}

.agency-6 .agt-8-taber .menu-des {
  margin-top: 0;
  border-bottom: 0;
  position: relative;
  z-index: 0;
  padding-left: 15px;
}

.agency-6 .agt-8-taber .menu-des ul li:first-child {
  padding-left: 0;
}

.agency-6 .agt-8-taber .menu-des ul li {
  padding: 13px 12px;
}

.agency-6 .agt-8-taber .menu-des ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #20292f;
}

.agency-6 .agt-8-taber .menu-des ul li a.acmenu-pro-6 {
  border-bottom: 0;
  color: #2296f9;
}

.agency-6 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agency-6 .detail-info .agt-info li {
  margin-bottom: 30px;
}

.agt-info .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.agency-6 .detail-info .agt-info .icon-spn i {
  font-size: 36px;
  line-height: 50px;
  margin-right: 10px;
}

.agency-6 .detail-info .agt-info .top-tittle {
  font-size: 16px;
}

.agency-6 .detail-info .agt-info .bottom-tittle {
  font-size: 17px;
}

.agency-6 .main-div {
  border: 1px solid #ebebeb;
}

.agency-6 .main-data {
  position: relative;
}

.agency-6 .main-data .img-data img {
  height: 236px;
  width: 100%;
}

.agency-6 .main-data .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.agency-6 .main-data .h2-lies2 li a {
  padding: 3px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.agency-6 .main-data .h2-lies2 li a i {
  font-size: 14px;
}

.agency-6 .main-data .d-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.agency-6 .listing-data .heaing-d {
  padding: 20px 15px;
}

.agency-6 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agency-6 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.agency-6 .listing-data .heaing-d .detail-data li {
  margin-right: 0;
  background-color: #f8faff;
  padding: 0 22px;
}

.agency-6 .listing-data .heaing-d .detail-data li:last-child {
  padding: 0;
  background-color: transparent;
}

.agency-6 .listing-data .heaing-d .detail-data li .company-img img {
  height: 58px;
  width: 59px;
}

.agency-6 .rvw-body {
  border: 1px solid #ebebeb;
  margin-top: 50px;
  padding: 22px;
}

.agency-6 .rvw-body .img-body {
  margin-top: -50px;
  width: 58px;
  height: 58px;
}

.agency-6 .rvw-body .cominter {
  font-size: 16px;
  font-weight: 600;
}

.agency-6 .wrt-body .rating-star {
  margin: 15px 0;
}

.agency-6 .wrt-body .rating-star .rating-form .theme-krajee-uni .clear-rating {
  display: none;
}

.agency-6 .wrt-body .rating-star .rating-form .rating-container .caption .label {
  margin-top: 8px;
  margin-left: 8px;
}

.agency-6 .wrt-body .rating-star .rating-container .filled-stars {
  color: #fde16d!important;
}

.agency-6 .bg-autoh2 {
  border-color: #f4f4f4;
}

.agency-6 .verify {
  top: 20px;
  width: 100%;
}

.agency-6 .verify ul li:first-child {
  float: left;
}

.agency-6 .verify ul li:last-child {
  float: right;
}

.agency-6 .homesh2 {
  width: 110px;
  height: 160px;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  margin-top: 10px;
  display: block;
}

.agency-6 .heading h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.agency-6 .heading h2 a {
  color: #20292f;
}

.agency-6 .heading h2 a:hover {
  color: #2296f9;
}

.agency-6 .socialsh2 {
  padding: 15px 0;
}

.agency-6 .socialsh2 li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  color: #9299b8;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f6;
  vertical-align: middle;
}

.socialsh2 .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.agency-6 .socialsh2 li a i {
  display: inherit;
}

.agency-6 .agent-detail a {
  padding: 15px;
  color: #20292f;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
}

.agency-6 .agent-detail a:hover {
  background-color: #2296f9;
  color: #fff;
}

.agent-1 .agent-short-detials .widget-inner-elements:not(:last-child) {
  margin-bottom: 8px;
}

.agent-1 .card-title {
  margin-bottom: 3px;
}

.dropdown-divider {
  height: 0;
  margin: .7rem 0;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}

.card.agent-1 {
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.card.agent-1 .card-image:after {
  content: '';
  background: 0 0;
  display: none;
}

.property-1 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.property-1 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-1 .main-div {
  border: 1px solid #ebebeb;
  position: relative;
}

.property-1 .main-data {
  position: relative;
}

.property-1 .main-data .img-data img {
  height: auto;
  width: 100%;
}

.property-1 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.property-1 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-1 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.property-1 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.property-1 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.property-1 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.property-1 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}

.property-1 .listing-data .d-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.property-1 .listing-data .b-lies li {
  margin-right: 0;
}

.property-1 .listing-data .b-lies li i {
  font-size: 22px;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.property-1 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.property-1 .listing-data .detail-data {
  font-size: 0;
  background-color: #f8faff;
}

.property-1 .listing-data .detail-data li {
  margin-right: 0;
  padding: 0 18px;
}

.property-1 .blog-sidebar .theme-check li {
  display: inline!important;
  border-bottom: 0;
  font-size: 14px;
  color: #777;
}

.leaflet-pane {
  z-index: 10;
}

.property-2 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.property-2 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-2 .main-div {
  border: 1px solid #ebebeb;
  position: relative;
}

.property-2 .main-data {
  position: relative;
}

.property-2 .main-data .img-data img {
  height: auto;
  width: 100%;
}

.property-2 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.property-2 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-2 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.property-2 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.property-2 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.property-2 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.property-2 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}

.property-2 .listing-data .d-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.property-2 .listing-data .b-lies li {
  margin-right: 0;
}

.property-2 .listing-data .b-lies li i {
  font-size: 22px;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.property-2 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.property-2 .listing-data .detail-data {
  font-size: 0;
  background-color: #f8faff;
}

.property-2 .listing-data .detail-data li {
  margin-right: 0;
  padding: 0 18px;
}

.property-2 .d-top .card-title {
  font-size: 14px;
  font-weight: 400;
}

.property-2 .ul-extrh2 {
  padding: 5px 0!important;
  margin-top: 0!important;
}

.property-2 .ul-extrh2 li:first-child {
  padding-left: 3px!important;
}

.property-2 .ul-extrh2 li {
  padding: 0 4px!important;
  padding-left: inherit!important;
  font-size: 10px;
  line-height: 18px;
}

.property-2 .h2-lies2 li img {
  width: 30px;
  height: 30px;
}

.property-2 .d-top {
  margin-top: -70px;
}

.property-3 .pro-3 {
  background-image: url(/wp-content/themes/propertya/libs/images/property-3form.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
  margin-bottom: 32px;
  padding: 30px;
  padding-bottom: 15px;
}

.property-3 .pro-3 .select2-container {
  background-color: #fff;
}

.property-3 .arow-btn {
  padding: 13px;
  margin-left: 10px;
}

.property-3 .fnd-your {
  padding: 7px 16px;
}

.mptop {
  margin-top: -130px;
  z-index: 400;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.property-3 .ul-agnt7 li {
  padding: 0 13px;
  font-size: 14px;
  margin: 0;
  color: #aaa;
}

.property-3 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.property-3 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-3 .main-div {
  border: 1px solid #ebebeb;
  position: relative;
}

.property-3 .main-data {
  position: relative;
}

.property-3 .main-data .img-data img {
  height: auto;
  width: 100%;
}

.property-3 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.property-3 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-3 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.property-3 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.property-3 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.property-3 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.property-3 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}

.property-3 .listing-data .d-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.property-3 .listing-data .b-lies li {
  margin-right: 0;
}

.property-3 .listing-data .b-lies li i {
  font-size: 22px;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.property-3 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.property-3 .listing-data .detail-data {
  font-size: 0;
  background-color: #f8faff;
}

.property-3 .listing-data .detail-data li {
  margin-right: 0;
  padding: 0 18px;
}

.property-4 .title-b {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.property-4 .title-b h2 {
  font-size: 16px;
}

.property-4 .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.property-4 .change ul li a {
  text-align: left;
  float: right;
  padding: 4px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #777;
  border-radius: 4px;
  margin-top: 10px;
  margin: 0;
}

.property-4 .change ul li a i {
  font-size: 14px;
  vertical-align: middle;
}

.property-4 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.property-4 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-4 .main-div {
  border: 1px solid #ebebeb;
  position: relative;
}

.property-4 .main-data {
  position: relative;
}

.property-4 .main-data .img-data img {
  height: auto;
  width: 100%;
}

.property-4 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.property-4 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-4 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.property-4 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.property-4 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.property-4 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.property-4 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}

.property-4 .listing-data .d-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.property-4 .listing-data .b-lies li {
  margin-right: 0;
}

.property-4 .listing-data .b-lies li i {
  font-size: 22px;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.property-4 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.property-4 .listing-data .detail-data {
  font-size: 0;
  background-color: #f8faff;
}

.property-4 .listing-data .detail-data li {
  margin-right: 0;
  padding: 0 17px;
}

.search-page-with-map {
  position: relative;
}

.search-page-with-map .left-part {
  float: right;
  padding: 0;
  width: 720px;
  background-color: #fff;
}

.search-page-with-map .right-part.left-flip1 {
  right: auto;
  left: 0;
  top: 138px;
}

.leaflet-popup-content-wrapper,.leaflet-popup-tip {
  background: rgba(0,0,0,.7);
  color: #1a1a1a;
  box-shadow: 0;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  overflow: hidden;
  width: 100%;
}

.map-pop .card-title {
  font-size: 14px;
  font-weight: 700;
}

.leaflet-popup-content {
  width: 250px;
  margin: 0;
}

.leaflet-popup {
  bottom: 13px!important;
  left: -125px!important;
}

.leaflet-container a.leaflet-popup-close-button {
  top: -3px;
  right: -2px;
  z-index: 8;
}

.leaflet-bottom,.leaflet-top {
  position: absolute;
  z-index: 300!important;
  pointer-events: none;
}

.search-page-with-map .right-part {
  width: calc(100% - 720px);
  position: fixed;
  right: 0;
  float: right;
}

.search-page-with-map .mapfull {
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
}

.property-4 .form11 {
  margin: 30px 0;
  border: solid 1px #ddd;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
}

.property-4 .h1-menu-plus {
  border-radius: 30px;
  border: 0;
}

.property-4 .form22 {
  margin-bottom: 30px;
  border: solid 1px #ddd;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
}

.property-4 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.property-5 .title-b {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.property-5 .title-b h2 {
  font-size: 16px;
}

.property-5 .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.property-5 .change ul li a {
  text-align: left;
  float: right;
  padding: 4px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #777;
  border-radius: 4px;
  margin-top: 10px;
  margin: 0;
}

.property-5 .change ul li a i {
  font-size: 14px;
  vertical-align: middle;
}

.property-5 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.property-5 .h1-menu-plus {
  border-radius: 30px;
  border: 0;
}

.property-5 .form11 {
  margin: 30px 0;
  border: solid 1px #ddd;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
}

.property-5 .form22 {
  margin-bottom: 30px;
  border: solid 1px #ddd;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
}

.property-5 .main-div {
  border: 1px solid #ebebeb;
}

.property-5 .main-data {
  position: relative;
}

.property-5 .main-data .img-data img {
  height: 236px;
  width: 100%;
}

.property-5 .main-data .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.property-5 .main-data .h2-lies2 li a {
  padding: 3px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.property-5 .main-data .d-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.property-5 .listing-data .heaing-d {
  padding: 20px 15px;
}

.property-5 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-5 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.property-5 .listing-data .heaing-d .detail-data li {
  margin-right: 0;
  background-color: #f8faff;
  padding: 0 22px;
}

.property-5 .listing-data .heaing-d .detail-data li:last-child {
  padding: 0;
  background-color: transparent;
}

.property-5 .listing-data .heaing-d .detail-data li .company-img img {
  height: 58px;
  width: 59px;
}

.property-5 .ul-extrh2 {
  padding-left: 19px;
}

.property-5 .ul-extrh2 li:first-child {
  padding-left: 5px;
}

.property-5 .ul-extrh2 li {
  padding: 0 12px;
}

.floor-plan-title .list-unstyled {
  float: right;
}

.property-6 .t-detail li:nth-child(2n) {
  color: #777;
}

.main-div {
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.main-data {
  position: relative;
  padding: 5px;
  min-height: 234px;
}

.main-data .img-data {
  min-height: 234px;
}

.main-data .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.main-data .h2-lies2 li .btn {
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  width: 35px;
  height: 35px;
}

.main-data .d-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.main-data .my-bookmarks .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.listing-data {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}

.listing-data .heaing-d {
  width: 100%;
  padding: 15px;
}

.listing-data .heaing-d h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.listing-data .heaing-d .detail-data {
  font-size: 14px;
}

.listing-data .heaing-d .detail-data li {
  margin-right: 0;
  background-color: #f8faff;
  padding: 0 22px;
}

.listing-data .heaing-d .detail-data li:last-child {
  padding: 0;
  background-color: transparent;
}

.listing-data .heaing-d .detail-data li .company-img img {
  height: 58px;
  width: 59px;
}

.pro-ul {
  position: relative;
  overflow: hidden;
}

.property-6 .menu-des {
  padding-bottom: 1rem;
  padding-top: 1rem;
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: .3rem;
}

.property-6 .menu-des ul li a {
  padding: 19px 27px;
  font-size: 14px;
  color: #223b67;
  font-weight: 700;
}

.property-6 .menu-des ul li a:hover {
  border-bottom: 2px solid #f37f20;
  background-color: #f4f4f4;
}

.acmenu-pro-6 {
  border-bottom: 2px solid #f37f20;
}

.listing-specs {
  background: rgba(0,174,239,.1);
  padding: 20px 20px 10px;
}

.listing-specs .detial-type {
  padding-bottom: 10px;
}

.listing-specs .detial-type strong {
  padding-right: 5px;
  text-transform: capitalize;
}

.property-6 .inner-data p {
  padding-bottom: 5px;
}

.property-6 .floor-plan {
  list-style: outside none none;
}

.property-6 .floor-plan-content {
  display: none;
  padding-top: 10px;
}

.property-6 .floor-plan-content p {
  margin-bottom: 0;
  margin-top: 2px;
}

.flr-price-sec {
  margin-top: 8px;
  color: #000;
}

.property-6 .floor-plan-title {
  font-size: 16px;
  position: relative;
  padding: 10px;
  background: rgba(0,174,239,.1);
}

.my-floor-plans {
  margin-bottom: 10px;
  cursor: pointer;
}

.property-6 .inner-data2 p {
  padding-bottom: 5px;
}

.property-6 .videoicon {
  position: absolute;
  top: 38%;
  left: 43%;
}

.only-timepicker .datepicker--content,.only-timepicker .datepicker--nav {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.property-6 .widget:first-child {
  padding-top: 25px;
}

.property-6 .heao {
  border: 1px solid #ebebeb;
  border-bottom: 0;
}

.gg {
  line-height: 80px;
}

.gg img {
  vertical-align: middle;
}

.input-group-addon.primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
  padding: 0 15px;
}

.input-group-addon.success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.input-group-addon.info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.input-group-addon.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.input-group-addon.danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.property-6 .payment .input-group-text {
  padding: 0 20px;
  font-size: 15px;
}

.property-6 .payment .persen {
  padding: 0 1px;
}

.property-6 .ul-extrh2 li {
  padding-left: 18px;
}

.property-7 .mptop2 {
  margin-top: -250px;
  z-index: 9;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

.property-7 .pro7 .lefti {
  top: 35%;
}

.property-7 .pro7 .righti {
  top: 35%;
}

.firstActiveItem:before,.lastActiveItem:before {
  background: rgba(0,0,0,.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.property-7 .main-div {
  border: 1px solid #ebebeb;
}

.property-7 .main-data {
  position: relative;
}

.property-7 .main-data .img-data img {
  height: 236px;
  width: 100%;
}

.property-7 .main-data .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.property-7 .main-data .h2-lies2 li a {
  padding: 3px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.property-7 .main-data .d-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.property-7 .listing-data .heaing-d {
  padding: 20px 15px;
}

.property-7 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.property-7 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.property-7 .listing-data .heaing-d .detail-data li {
  margin-right: 0;
  background-color: #f8faff;
  padding: 0 22px;
}

.property-7 .listing-data .heaing-d .detail-data li:last-child {
  padding: 0;
  background-color: transparent;
}

.property-7 .listing-data .heaing-d .detail-data li .company-img img {
  height: 58px;
  width: 59px;
}

.mptop3 {
  margin-top: -35px;
}

.property-8 .menu-descrip {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
  margin-top: 9px;
}

.fre-brd {
  border-bottom: 1px solid #d4d4d4;
}

.property-8 .inner-data2 .t-detail2 li span:nth-child(even) {
  letter-spacing: 1px;
  color: #777;
  padding-left: 8px;
  font-size: 14px;
}

.property-8 .inner-data2 .t-detail2 li span:nth-child(odd) {
  color: #20292f;
  font-size: 14px;
  font-weight: 500;
}

.property-8 .menu-des ul li a {
  padding: 13px 59px;
  font-size: 14px;
  color: #20292f;
}

.property-8 .menu-des ul li a:hover {
  border-bottom: 2px solid #f37f20;
  background-color: #f4f4f4;
}

.pro8 .owl-item:before {
  background: rgba(0,0,0,.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pro8 .center:before {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.brdcrb {
  background: url(/wp-content/themes/propertya/libs/images/home-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
}

.brdcrb .brd-hading .brdc-p1 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
}

.brdcrb .brd-hading .brdc-p2 {
  font-size: 15px;
  padding-top: 25px;
  text-transform: capitalize;
}

.h2-strip-section {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #e7e8e7;
}

.h2-strip-section .bg-f .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  border: 0;
  border-radius: 0;
  height: 52px;
}

.h2-strip-section .bg-f .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.h2-strip-section .sel-7 {
  border: 0;
}

.h2-strip-section .navbar-filter {
  width: 100%;
}

.h2-strip-section .labelcontainer {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.h2-strip-section .labelcontainer .bytrain {
  border-left: 1px solid #e7e8e7;
  padding-left: 10px;
}

.h2-strip-section .labelcontainer .bytrain button {
  border: 0;
  background-color: transparent;
  color: #20292f;
}

.btn-info:not(:disabled):not(.disabled):active,.h2-strip-section .btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #e7e8e7;
}

.h2-strip-section .labelcontainer .bytrain i {
  font-size: 20px;
  color: #999;
  cursor: pointer;
  padding: 5px;
  line-height: 21px;
  vertical-align: middle;
}

.h2-strip-section .keywordscontainer input {
  display: inline-block;
  height: 50.px;
}

.h2-strip-section .keywordscontainer {
  width: 350px;
  display: inline-block;
  padding: 0 10px;
}

.h2-strip-section .search-3 input {
  height: 54px;
  border: 0;
  border-radius: 0;
}

.h2-strip-section .selectcontainer {
  width: 120px;
  display: inline-block;
}

.h2-strip-section .sel-1 {
  width: 120px;
  display: inline-block;
}

.h2-strip-section .sel-1 a {
  border: 0;
}

.h2-strip-section .sel-1 .btn-select.btn-info .btn-select-value,.h2-strip-section .sel-2 .btn-select.btn-info .btn-select-value,.h2-strip-section .sel-3 .btn-select.btn-info .btn-select-value,.h2-strip-section .sel-4 .btn-select.btn-info .btn-select-value,.h2-strip-section .sel-5 .btn-select.btn-info .btn-select-value,.h2-strip-section .sel-7 .btn-select.btn-info .btn-select-value,.sel-6 .btn-select.btn-info .btn-select-value {
  border: 0;
}

.h2-strip-section .sel-2 {
  width: 200px;
  display: inline-block;
}

.h2-strip-section .sel-3,.h2-strip-section .sel-4,.h2-strip-section .sel-5,.h2-strip-section .sel-6,.h2-strip-section .sel-7 {
  width: 140px;
  display: inline-block;
}

.h2-strip-section .sel-4 a,.h2-strip-section .sel-6 a {
  border: 0;
}

.h2-strip-section .btn-select {
  position: relative;
  padding: 0;
  min-width: 125px;
  width: 100%;
  border-radius: 0;
}

.h2-strip-section .btn-select .btn-select-value {
  padding: 6px 12px;
  display: block;
  position: absolute;
  line-height: 40px;
  left: 0;
  right: 34px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none!important;
  border-bottom: none!important;
  border-left: none!important;
  color: #20292f;
  font-size: 15px;
}

.h2-strip-section .btn-select .btn-select-arrow {
  float: right;
  line-height: 40px;
  padding: 6px 10px;
  top: 0;
  color: #999;
}

.h2-strip-section .btn-select ul {
  display: none;
  background-color: #fff;
  color: #000;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none!important;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 53px;
  z-index: 999;
}

.h2-strip-section .btn-select ul li {
  padding: 6px 12px;
  text-align: left;
  line-height: 40px;
  border-bottom: 1px solid #eeee;
}

.h2-strip-section .btn-select ul li:hover {
  background-color: #f4f4f4;
}

.h2-strip-section .btn-select ul li.selected {
  color: #fff;
}

.h2-strip-section .btn-select.btn-default.active,.h2-strip-section .btn-select.btn-default:active,.h2-strip-section .btn-select.btn-default:hover {
  border-color: #ccc;
}

.h2-strip-section .btn-select.btn-default ul li.selected {
  background-color: #ccc;
}

.h2-strip-section .btn-select.btn-default .btn-select-value,.h2-strip-section .btn-select.btn-default ul {
  background-color: #fff;
  border: #ccc 1px solid;
}

.h2-strip-section .btn-select.btn-default.active,.h2-strip-section .btn-select.btn-default:hover {
  background-color: #e6e6e6;
}

.h2-strip-section .btn-select.btn-primary.active,.h2-strip-section .btn-select.btn-primary:active,.h2-strip-section .btn-select.btn-primary:hover {
  border-color: #286090;
}

.h2-strip-section .btn-select.btn-primary ul li.selected {
  background-color: #2e6da4;
  color: #fff;
}

.h2-strip-section .btn-select.btn-primary ul {
  border: #2e6da4 1px solid;
}

.h2-strip-section .btn-select.btn-primary .btn-select-value {
  background-color: #428bca;
  border: #2e6da4 1px solid;
}

.h2-strip-section .btn-select.btn-primary.active,.h2-strip-section .btn-select.btn-primary:hover {
  background-color: #286090;
}

.h2-strip-section .btn-select.btn-success.active,.h2-strip-section .btn-select.btn-success:active,.h2-strip-section .btn-select.btn-success:hover {
  border-color: #4cae4c;
}

.h2-strip-section .btn-select.btn-success ul li.selected {
  background-color: #4cae4c;
  color: #fff;
}

.h2-strip-section .btn-select.btn-success ul {
  border: #89c4f4 1px solid;
}

.h2-strip-section .btn-select.btn-success .btn-select-value {
  background-color: #5cb85c;
  border: #4cae4c 1px solid;
}

.h2-strip-section .btn-select.btn-success.active,.h2-strip-section .btn-select.btn-success:hover {
  background-color: #449d44;
}

.h2-strip-section .btn-select.btn-info {
  background-color: transparent;
  border-color: #e7e8e7;
  border-top: 0;
  border-bottom: 0;
}

.h2-strip-section .sel-7 .btn-select.btn-info {
  border-right: 0;
}

.h2-strip-section .btn-select.btn-info.active,.h2-strip-section .btn-select.btn-info:active,.h2-strip-section .btn-select.btn-info:hover {
  border-color: #e7e8e7;
}

.h2-strip-section .btn-select.btn-info ul li.selected {
  background-color: #2296f9;
  color: #fff;
}

.h2-strip-section .btn-select.btn-info ul {
  border: #89c4f4 1px solid;
}

.h2-strip-section .btn-select.btn-info .btn-select-value {
  border: #fff 1px solid;
}

.h2-strip-section .btn-select.btn-info.active,.h2-strip-section .btn-select.btn-info:hover {
  background-color: #89c4f5;
}

.h2-strip-section .btn-select.btn-warning.active,.h2-strip-section .btn-select.btn-warning:active,.h2-strip-section .btn-select.btn-warning:hover {
  border-color: #eea236;
}

.h2-strip-section .btn-select.btn-warning ul li.selected {
  background-color: #eea236;
  color: #fff;
}

.h2-strip-section .btn-select.btn-warning ul {
  border: #eea236 1px solid;
}

.h2-strip-section .btn-select.btn-warning .btn-select-value {
  background-color: #f0ad4e;
  border: #eea236 1px solid;
}

.h2-strip-section .btn-select.btn-warning.active,.h2-strip-section .btn-select.btn-warning:hover {
  background-color: #d58512;
}

.h2-strip-section .btn-select.btn-danger.active,.h2-strip-section .btn-select.btn-danger:active,.h2-strip-section .btn-select.btn-danger:hover {
  border-color: #d43f3a;
}

.h2-strip-section .btn-select.btn-danger ul li.selected {
  background-color: #d43f3a;
  color: #fff;
}

.h2-strip-section .btn-select.btn-danger ul {
  border: #d43f3a 1px solid;
}

.h2-strip-section .btn-select.btn-danger .btn-select-value {
  background-color: #d9534f;
}

.h2-strip-section .btn-select.btn-danger.active,.h2-strip-section .btn-select.btn-danger:hover {
  background-color: #c9302c;
}

.h2-strip-section .btn-select.btn-select-light .btn-select-value {
  background-color: #fff;
  color: #000;
}

.h2-strip-section .btn:hover {
  background-color: transparent!important;
}

.full-brdc {
  border-left: 0;
  border-right: 0;
  background: #edeff8;
}

.full-brdc .newbrd ol {
  background-color: transparent;
}

.full-brdc .newbrd ol li,.full-brdc .newbrd ol li a {
  color: #20292f;
  font-size: 14px;
  font-weight: 600;
}

.full-brdc .newbrd ol li.clr-yal {
  color: #2296f9;
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  font-family: 'Font Awesome 5 Free';
  color: #6c757d;
  content: "\f105";
  font-size: 14px;
  font-weight: 900;
}

.sign-in .sign-fnt {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.sign-up .sign-fnt {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.sign-in {
  background-color: #fff;
}

.sign-up {
  display: none;
  background-color: #fff;
}

.for-got {
  display: none;
}

.image-holder {
  width: 100%;
}

.blog-sidebar .sign-fnt {
  font-size: 20px!important;
  font-weight: 700!important;
}

.user-data input[type=email]:focus,.user-data input[type=text]:focus {
  border-color: transparent;
  box-shadow: 1px 2px 7px 0 rgba(0,0,0,.3);
}

.login-with {
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-face {
  color: #3b5998;
}

.btn-google {
  color: #555;
}

.txt1 {
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}

.btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-face:hover,.btn-google:hover {
  border-color: #d33f8d;
}

a.btn-face:hover,a.btn-google:hover {
  color: #d33f8d;
}

.main-home-sec1 {
  background: url(/wp-content/themes/propertya/libs/images/main-home-hero.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  background-position: right;
}

.main-home-sec1 .m-heading h1 {
  font-size: 40px;
  font-weight: 600;
}

.main-srh:before {
  background: #2a2e43;
  position: absolute;
  right: calc(0% - 0px);
  top: 0;
  bottom: 0;
  width: 100000px;
  content: "";
  z-index: -1;
}

.main-home-sec2 .select2-container--default .select2-selection--single {
  border: 0;
  background: 0 0;
}

.main-home-sec2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.main-home-sec2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.main-home-sec2 .only-br {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.main-home-sec2 .br-right label {
  padding-left: 8px;
  color: #fff;
}

.main-home-sec2 .sreach-btn a {
  padding: 33px 20px;
}

.main-home-sec3 .headin-content h2 {
  font-size: 34px;
  font-weight: 600;
}

.main-home-sec3 .main-div {
  border: 1px solid #ebebeb;
}

.main-home-sec3 .main-data {
  position: relative;
}

.main-home-sec3 .main-data .img-data img {
  height: 236px;
  width: 100%;
}

.main-home-sec3 .main-data .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.main-home-sec3 .main-data .h2-lies2 li a {
  padding: 3px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.main-home-sec3 .main-data .h2-lies2 li a i {
  font-size: 14px;
}

.main-home-sec3 .main-data .d-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.main-home-sec3 .listing-data .heaing-d {
  padding: 20px 15px;
}

.main-home-sec3 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.main-home-sec3 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.main-home-sec3 .listing-data .heaing-d .detail-data li {
  margin-right: 0;
  background-color: #f8faff;
  padding: 0 22px;
}

.main-home-sec3 .listing-data .heaing-d .detail-data li:last-child {
  padding: 0;
  background-color: transparent;
}

.main-home-sec3 .listing-data .heaing-d .detail-data li .company-img img {
  height: 58px;
  width: 59px;
}

.h-post {
  background: url(https://3ex42a1ldytt3khjmv48j69y-wpengine.netdna-ssl.com/wp-content/uploads/2019/05/Dallas_Skyline_with_Arts_District.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  padding: 30px 20px;
}

.main-home-sidebar .h-post .h-line {
  display: table-cell;
}

.main-home-sidebar .widget-heading .h-line {
  padding: 5px 10px;
  border-bottom: 3px solid #2296f9;
  display: inline-block;
  margin-right: 10px;
}

.main-home-sidebar .h-post .widget-heading h2 {
  color: #fff;
}

.recent-pst {
  position: relative;
}

.recent-pst .recent-pst-list-image {
  display: table-cell;
  width: 52px;
  height: 50px;
}

.recent-pst-list-content.myside ul li h3 a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.topic .all-topic ul li:first-child {
  padding-top: 0;
}

.topic .all-topic ul li {
  color: #aaa;
}

.topic ul li {
  width: 100%;
  margin: 0;
  text-align: left;
  display: table;
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
  font-size: 14px;
  padding-top: 15px!important;
  padding-bottom: 15px;
  color: #aaa;
}

.topic ul li a {
  margin-bottom: 0;
  color: #20292f;
  font-weight: 600;
}

.main-home-sec4 {
  background-color: #2a2e43;
  margin-top: 80px;
}

.main-home-sec4 .best-art-main {
  position: relative;
}

.main-home-sec4 .main-internal {
  position: relative;
}

.main-home-sec4 .best-art {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ebebeb;
  position: absolute;
  top: -200px;
  border-radius: 4px;
}

.main-home-sec4 .h-line {
  display: table-cell;
}

.main-home-sec4 .h-line {
  padding: 5px 10px;
  border-bottom: 3px solid #2296f9;
  display: inline-block;
  margin-right: 10px;
}

.main-home-sec4 .best-art .sin img {
  width: 155px;
  height: 87px;
}

.main-home-sec4 .best-art .art-heading {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.main-home-sec4 .both-img {
  position: absolute;
  top: -200px;
}

.main-home-sec4 .img-1 img {
  height: 260px;
}

.main-home-sec4 .img-2 img {
  height: 170px;
}

.main-home-sec4 .img-3 {
  position: relative;
}

.main-home-sec4 .img-3 img {
  height: 460px;
  position: absolute;
  top: -200px;
}

.main-home-sec5 {
  background: url(/wp-content/themes/propertya/libs/images/main-home-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  background-position: bottom;
  margin-top: 100px;
}

.main-home-sec5 .heading-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.main-home-sec5 div.all-lists {
  border-right: 1px solid #ebebeb;
  padding: 20px;
}

.main-home-sec5 .all-lists .heading-lists h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.main-home-sec5 .all-lists .lists-data {
  font-size: 0;
}

.main-home-sec5 .all-lists .lists-data li {
  font-size: 16px;
  height: 25px;
  margin-bottom: 20px;
}

.main-home-sec5 .all-lists .lists-data li a:hover {
  color: #2296f9;
}

.main-home-sec5 .all-lists .v-more {
  position: relative;
  padding: 10px;
  margin-top: 35px;
}

.main-home-sec5 .all-lists .v-more:before {
  background: rgba(251,208,146,.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 21%;
  z-index: 1;
}

.main-home-sec5 .all-lists .v-more a {
  padding: 4px 5px;
  z-index: 2;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.main-home-sec5 .all-lists .v-more .arw-size {
  font-weight: 600;
  padding-left: 0;
}

.main-home-sec6 .hading h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.main-home-sec6 .blog-inner-box {
  position: relative;
}

.main-home-sec6 .blog-inner-box .blog-lower-box {
  position: relative;
  padding: 30px 17px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.main-home-sec6 .comment_count {
  width: calc(100% - 0px);
  text-align: right;
  font-size: 12px;
  color: #fff;
  margin-top: -52px;
  margin-bottom: 20px;
}

.main-home-sec6 .blog-inner-box .blog-lower-box .blog-date {
  position: relative;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}

.main-home-sec6 .blog-inner-box .blog-lower-box .fnd-drm {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  display: block;
  line-height: 30px;
}

.main-home-sec6 .blog-inner-box .blog-lower-box .fnd-drm a {
  color: #20292f;
}

.main-home-sec6 .blog-inner-box .blog-lower-box .fnd-drm a:hover {
  color: #2296f9;
}

.main-home-sec6 .blog-inner-box .blog-lower-box .text {
  position: relative;
  font-size: 16px;
  color: #aaa;
  margin-top: 10px;
  line-height: 1.8em;
}

.main-home-sec6 .blog-read-more {
  border: 1px solid #ebebeb;
  border-top-color: #f4f4f4;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 10px 20px;
  background: #fff;
  font-size: 14px;
}

.main-home-sec7 {
  background-size: auto;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
}

.main-home-sec7:before {
  background: linear-gradient(to left,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 0,#000 95%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-home-sec7 .hading p.app-tag {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-home-sec7 .hading span {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #fff;
  display: block;
}

.main-home-sec7 .hading .bold-hading {
  font-weight: 700;
}

.main-home-sec7 .apple-div {
  float: left;
}

.main-home-sec7 .and-div {
  float: left;
  margin-left: 15px;
}

.main-home-sec7 .btn.app-download-button1 {
  -moz-user-select: none;
  background-color: rgba(255,255,255,.2);
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}

.main-home-sec7 .btn.app-download-button1 span.app-store-btn1 span {
  display: block;
  overflow: hidden;
  text-align: left;
  vertical-align: bottom;
  o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

.main-home-sec7 .btn.app-download-button1 span.app-store-btn1 {
  display: block;
  padding: 8px 30px;
  position: relative;
  border: 0;
  border-radius: 4px;
  o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

.main-home-sec7 .btn.app-download-button1 i {
  display: block;
  font-size: 25px;
  float: left;
  padding: 0 14px 0 0;
  line-height: 40px;
}

.main-home-sec7 .btn.app-download-button1 span.app-store-btn1 span span:first-child {
  font-size: 14px;
}

.main-home-sec7 .btn.app-download-button1 span.app-store-btn1 span span:last-child {
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 18px;
}

.main-home-sec7 .mobi-1 {
  position: relative;
}

.main-home-sec7 .mobi-1 img {
  position: absolute;
  top: 4px;
  right: 0;
}

.main-home-sec8 {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8faff;
  padding-top: 100px;
}

.main-home-sec8 .mrtop {
  margin-top: 70px;
}

.main-home-sec8 .h1-btn-primary {
  background-color: #2296f9;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  color: #fff;
  border: none;
}

.main-home-sec8 .foot-data p {
  font-size: 16px;
  line-height: 24px;
}

.main-home-sec8 .h1-socialsf {
  border-top: 1px solid #ebebeb;
}

.main-home-sec8 .h1-socialsf li a {
  padding: 4px 7px;
  background-color: #fff;
  text-decoration: none;
  color: #20292f;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
}

.main-home-sec8 .h1-socialsf li a:hover {
  background-color: #2296f9!important;
}

.main-home-sec8 .f-link .fntc {
  font-size: 16px;
}

.main-home-sec8 .f-link .fntc li {
  padding-bottom: 10px;
}

.main-home-sec8 .f-link .fntc li a:before {
  color: #999;
  content: "\f112";
  float: left;
  font-family: LineAwesome;
  margin-right: 10px;
}

.main-home-sec8 .h1-myline {
  border-top: solid 1px rgba(77,82,86,.2);
  margin-bottom: 0;
  opacity: 1;
  background-color: #2a2e43;
}

.main-home-sec8 .f-link h3 {
  line-height: 40px;
  font-size: 1.25rem;
  font-weight: 700;
}

.main-home-sec8 .foot-data .input-group {
  box-shadow: -2px -1px 186px -61px rgba(0,0,0,.07);
}

.main-home-sec8 .foot-data .input-group span {
  display: table-cell;
  background-color: #fff;
  border-color: #f8f8f8;
}

.main-home-sec8 .foot-data .input-group input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: solid 1px #f8f8f8;
  background-color: #fff;
}

.main-home-sec8 .foot-data .input-group input::placeholder {
  color: #20292f;
}

.main-home-sec8 .foot-data .input-group span i {
  padding: 20px;
  font-size: 16px;
  color: #20292f;
}

.homebg-top2 {
  position: relative;
}

.homebg-top2 .m-heading h1 {
  font-size: 54px;
  font-weight: 700;
}

.tabes {
  position: relative;
  padding: 40px;
  background: rgba(0,0,0,.6) none repeat scroll 0 0;
  margin-top: 30px;
  border: solid 1px #acadad;
  border-radius: 5px;
}

.home-2 .bordr-lft {
  border-radius: 4px 0 0 4px;
}

.home-2 .br-right-clr {
  border-right: solid 1px #ced4da;
}

.home-2 .taberh2 input {
  padding: 0;
}

.home-2 .bordr-rit {
  border-radius: 0 4px 4px 0;
}

.home-2 .taberh2 select {
  padding: 0;
  color: #000;
}

.home-2 .h2-btn {
  width: 75%;
  border: none;
  padding: 16px 24px!important;
  border-radius: 4px;
}

.home-2 .form-control:focus {
  color: #777;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border: 0;
}

.home-2 .tabes input {
  padding: 0;
  height: 26px;
  font-size: 14px;
}

.home-2 .tabes .select2-container {
  padding-left: 0!important;
}

.home-2 .tabes .select2-container span {
  padding-left: 0!important;
}

.home-2 .tabes .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}

.home-2 .tabes .select2-container--default .select2-selection--single {
  height: 24px;
}

.home-2 .tabes .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
}

.home-2 nav>div a.nav-item.nav-link {
  border: none;
  padding: 6px 20px;
  color: #20292f;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
}

.home-2 nav>div a.nav-item.nav-link.active {
  background: #2296f9;
  color: #fff;
  transition: background .2s linear;
  border-radius: 5px;
}

.home-2 nav>div a.nav-item.nav-link:focus,.home-2 nav>div a.nav-item.nav-link:hover {
  border: none;
  background: #2296f9;
  color: #fff;
  transition: background .2s linear;
  border-radius: 5px;
}

.home-2 .h1-menu-plus2 {
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 20px;
}

.home-2 nav>.c-nav a.nav-item.nav-link {
  border: none;
  padding: 6px 20px;
  color: #20292f;
  background: #2296f9;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  margin-bottom: 0;
}

.home-2 nav>.c-nav a.nav-item.nav-link.active {
  background: #2296f9;
  color: #fff;
  border-radius: 0;
  margin-left: 15px;
  transition: background .2s linear;
  margin-right: 0;
}

.home-2 nav>.c-nav a.nav-item.nav-link:focus,.home-2 nav>.c-nav a.nav-item.nav-link:hover {
  border: none;
  background: #2296f9;
  color: #fff;
  border-radius: 0;
  margin-left: 15px;
  transition: background .2s linear;
  margin-right: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
  height: 0;
}

.hom2 .owl-stage-outer {
  overflow: visible;
}

.hom2 .owl-item {
  opacity: .3;
}

.hom2 .active {
  opacity: 1!important;
}

.arw-size {
  font-size: 18px;
  padding-left: 10px;
}

.home-slide .change ul li a {
  background-color: #52594b;
}

.home-slide .d-top {
  background-color: transparent;
  box-shadow: none;
}

.home-slide .my-bolor:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,.9) 80%,#f6f6f6 80%,rgba(237,237,237,.9) 80%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,.9) 80%,rgba(246,246,246,.9) 80%,rgba(237,237,237,.9) 69%);
  background: linear-gradient(to bottom,rgba(255,255,255,.1) 30%,#f6f6f6 80%,#fff 90%);
}

.home-2 .hading h3 {
  font-size: 34px;
  font-weight: 600;
}

.home-2 .main-div {
  border: 1px solid #ebebeb;
}

.home-2 .main-data {
  position: relative;
}

.home-2 .main-data .img-data img {
  height: 200px;
  width: 100%;
}

.home-2 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.home-2 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-2 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.home-2 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.home-2 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.home-2 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.home-2 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-top: 1px solid #ebebeb;
  font-size: 0;
}

.home-2 .listing-data .b-lies li {
  margin-right: 0;
}

.home-2 .listing-data .b-lies li i {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.home-2 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.home-2 .card-title a {
  color: #20292f;
}

.home-2 .card-title a:hover {
  color: #2296f9;
}

.home-2 .hom2 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.home-2 .hom2 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-2 .hom2 .main-div {
  border: 1px solid #ebebeb;
  position: relative;
}

.home-2 .hom2 .main-data {
  position: relative;
}

.home-2 .hom2 .main-data .img-data img {
  height: auto;
  width: 100%;
}

.home-2 .hom2 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.home-2 .hom2 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-2 .hom2 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.home-2 .hom2 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.home-2 .hom2 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.home-2 .hom2 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.home-2 .hom2 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}

.home-2 .hom2 .listing-data .d-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.home-2 .hom2 .listing-data .b-lies li {
  margin-right: 0;
}

.home-2 .hom2 .listing-data .b-lies li i {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.home-2 .hom2 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.home-2 .hom2 .listing-data .detail-data {
  font-size: 0;
  background-color: #f8faff;
}

.home-2 .hom2 .listing-data .detail-data li {
  margin-right: 0;
  padding: 0 22px;
}

.home3bg {
  background: url(/wp-content/themes/propertya/libs/images/home3bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  padding: 100px 0;
}

.home-3 .home3bg h1 {
  font-size: 30px;
  font-weight: 600;
}

.home3bg .nav-d .nav-tabs {
  position: absolute!important;
  top: -2px;
}

.home-3 .form11 {
  margin: 30px 0;
  border: solid 1px #ddd;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
}

.home-3 .h1-menu-plus {
  border-radius: 30px;
  border: 0;
}

.home-3 nav>div a.nav-item.nav-link {
  border: none;
  padding: 6px 20px;
  color: #20292f;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
}

.home-3 nav>div a.nav-item.nav-link.active {
  background: #2296f9;
  color: #fff;
  transition: background .2s linear;
  border-radius: 5px;
}

.home-2 nav>div a.nav-item.nav-link:focus,.home-3 nav>div a.nav-item.nav-link:hover {
  border: none;
  background: #2296f9;
  color: #fff;
  transition: background .2s linear;
  border-radius: 5px;
}

.home-3 .h1-menu-plus2 {
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 20px;
}

.home-3 nav>.c-nav a.nav-item.nav-link {
  border: none;
  padding: 6px 20px;
  color: #20292f;
  background: #2296f9;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  margin-bottom: 0;
}

.home-3 nav>.c-nav a.nav-item.nav-link.active {
  background: #2296f9;
  color: #fff;
  border-radius: 0;
  margin-left: 15px;
  transition: background .2s linear;
  margin-right: 0;
}

.home-2 nav>.c-nav a.nav-item.nav-link:focus,.home-3 nav>.c-nav a.nav-item.nav-link:hover {
  border: none;
  background: #2296f9;
  color: #fff;
  border-radius: 0;
  margin-left: 15px;
  transition: background .2s linear;
  margin-right: 0;
}

.fix-wdth {
  overflow-y: scroll;
  height: 630px;
  overflow-x: hidden;
}

.home3b .form-group label {
  color: #20292f;
}

.for-sale .owl-stage {
  left: -30px;
}

.for-rent .owl-stage {
  left: -30px;
}

.for-sale img {
  display: block;
  widows: auto;
  height: 100%;
  min-height: 170px;
}

.for-rent img {
  display: block;
  widows: auto;
  height: 100%;
  min-height: 170px;
}

.home-3 .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.home-3 .h2-lies2 li a {
  padding: 5px 9px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.home-3 .title-b {
  font-size: 12px;
  font-weight: 400;
}

.home-3 .title-b {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.home-3 .title-b .card-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-3 .title-b .card-title a {
  color: #fff;
}

.home-3 .title-b .card-title a:hover {
  color: #2296f9;
}

.home-3 .card-title {
  font-size: 12px;
  font-weight: 400;
}

.home-3 .perfect {
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #f1f1f1;
  transition: .6s;
}

.home-3 .homes {
  width: 58px;
  height: 58px;
  margin: auto;
  margin-top: auto;
  display: block;
  transition: .6s;
}

.home-3 .homes {
  padding: 13px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 3px 20px 47px -29px rgba(0,0,0,.15);
}

.home-3 .perfect:hover {
  box-shadow: 3px 20px 47px -29px rgba(0,0,0,.15);
}

.home-3 .perfect:hover .homes {
  background: #0088fe;
  position: relative;
}

.home-3 .perfect:hover .homes i {
  color: #fff;
}

.home-3 .perfect:hover a {
  color: #0088fe;
}

.active-perfect {
  box-shadow: 3px 20px 47px -29px rgba(0,0,0,.15);
}

.active-perfect .homes {
  background: #0088fe;
}

.active-perfect .homes i {
  color: #fff!important;
}

.active-perfect a {
  color: #0088fe;
}

.home-3 .homes i {
  color: #2296f9;
  font-size: 30px;
}

.home-3 .perfect .p-list {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  line-height: 40px;
}

.home-3 .perfect .p-list a {
  color: #20292f;
}

.home-3 .perfect .p-list a:hover {
  color: #0088fe;
}

.home-3 .perfect .red-more a {
  color: #20292f;
}

.home-3 .perfect .red-more a:hover {
  color: #0088fe;
}

.home-3 .perfect p {
  font-size: 16px;
  color: #aaa;
}

.hover-eft .box {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.hover-eft .box:after,.hover-eft .box:before {
  content: "";
  width: 250%;
  height: 200%;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(45deg) translateX(100%);
  transition: all .6s ease 0s;
}

.hover-eft .box:after {
  transform: skew(45deg) translateX(-100%);
}

.hover-eft .box:hover:after,.hover-eft .box:hover:before {
  transform: skew(45deg) translateX(0);
}

.hover-eft .box img {
  width: 100%;
  height: auto;
}

.hover-eft .box .box-content {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  opacity: 0;
  z-index: 10;
  transform: scale(3);
  transition: all .3s ease 0s;
}

.hover-eft .box:hover .box-content {
  opacity: 1;
  transform: scale(1);
}

.hover-eft .box .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #faa275;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.hover-eft .box .post {
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  color: #faa275;
  margin-bottom: 10px;
}

.hover-eft .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hover-eft .box .icon li {
  display: inline-block;
}

.hover-eft .box .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #faa275;
  margin-right: 10px;
  font-size: 18px;
  color: #faa275;
  transition: all .3s ease 0s;
}

.hover-eft .box .icon li a:hover {
  background: #fff;
  border-color: #fff;
}

@media only screen and (max-width:990px) {
  .box {
    margin-bottom: 30px;
  }
}

.fix-wdth .box .custom-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.home-3 .v-icon {
  position: absolute;
  top: 38%;
  left: 46%;
  width: 90px;
  height: 90px;
}

.home-3 .hading h3 {
  font-size: 34px;
  font-weight: 600;
}

.map-home5 .title-b {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.map-home5 .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.map-home5 .change ul li a {
  text-align: left;
  float: right;
  padding: 4px 7px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #777;
  border-radius: 4px;
  margin-top: 10px;
  margin: 0;
}

.map-home5 .change ul li a i {
  font-size: 14px;
  vertical-align: middle;
}

.home5-map .fnd-your {
  padding: 7px 16px;
}

.home5-map .arow-btn {
  padding: 13px;
  margin-left: 10px;
}

.home5-map .pro-3 {
  background-image: url(/wp-content/themes/propertya/libs/images/property-3form.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
  margin-bottom: 32px;
  padding: 30px;
  padding-bottom: 30px;
  padding-bottom: 15px;
}

.home-5 .hading P {
  font-size: 16px;
}

.home-5 .hading h3 {
  font-size: 34px;
  font-weight: 600;
}

.home-5 .h2-lies2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.home-5 .h2-lies2 li a {
  padding: 5px 9px;
  background-color: rgba(0,0,0,.7);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.home-5 .title-b {
  position: absolute;
  left: 6px;
  bottom: 15px;
}

.home-5 .title-b .card-title {
  font-size: 18px;
  font-weight: 600;
}

.home-5 .title-b .card-title a {
  color: #fff;
}

.home-5 .title-b .card-title a:hover {
  color: #2296f9;
}

.bs-service {
  background: url(/wp-content/themes/propertya/libs/images/bg-home4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
}

.parallex2:before {
  background: rgba(0,0,0,.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-section-2 .w-expf {
  text-align: center;
}

.about-section-2 .w-expf span {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 64px;
}

.about-section-2 .w-expf p {
  font-size: 1.25rem;
  font-weight: 700;
}

.map-home5 {
  width: 100%;
  height: 480px;
}

.home-5 .card {
  border: none;
  background: #fff;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
}

.home-5 .frontside .card {
  min-height: 270px;
  margin-bottom: 30px;
}

.home-5 .frontside .card .card-title {
  margin-top: 20px;
  display: block;
  line-height: 24px;
  font-size: 1.25rem;
  font-weight: 700;
}

.home-5 .frontside .card .card-title a {
  color: #20292f;
}

.home-5 .frontside .card .card-title a:hover {
  color: #2296f9;
}

.home-5 .frontside .card .card-body img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.num-cont {
  position: relative;
  width: 100px;
  text-align: center;
  margin: 0 auto;
}

.nums {
  position: absolute;
  right: 41px;
  color: #fff;
  padding-top: 2px;
  font-weight: 600;
  top: 1px;
}

.hm-icon {
  position: absolute;
  right: 34px;
  color: #fff;
  padding-top: 2px;
  font-weight: 600;
  top: 38px;
}

.home-5 .frontside .card .card-body .hm-icon img {
  width: 32px;
  height: 32px;
}

.home-5f {
  background: url(/wp-content/themes/propertya/libs/images/home-5rlay.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
}

.agent-section .head-new h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.parallex-blue:before {
  background: rgba(51,160,255,.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-5f .ul-extrh2 {
  position: relative;
}

.home-5f .ul-extrh2 li {
  padding: 0 14px;
}

.botom-line2 {
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
}

.h5left {
  position: absolute!important;
  right: 20px!important;
  top: -75px!important;
  margin-right: 20px;
}

.h5right {
  position: absolute!important;
  right: 10px!important;
  top: -75px!important;
}

.home-5f .head-new h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.home-5f .hom5 .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}

.home-5f .hom5 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-5f .hom5 .main-div {
  border: 1px solid #ebebeb;
  position: relative;
  background: #fff;
}

.home-5f .hom5 .main-data {
  position: relative;
}

.home-5f .hom5 .main-data .img-data img {
  height: auto;
  width: 100%;
}

.home-5f .hom5 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.home-5f .hom5 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-5f .hom5 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.home-5f .hom5 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.home-5f .hom5 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.home-5f .hom5 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.home-5f .hom5 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}

.home-5f .hom5 .listing-data .d-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}

.home-5f .hom5 .listing-data .b-lies li {
  margin-right: 0;
}

.home-5f .hom5 .listing-data .b-lies li i {
  font-size: 22px;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.home-5f .hom5 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.home-5f .hom5 .listing-data .detail-data {
  font-size: 0;
  background-color: #f8faff;
}

.home-5f .hom5 .listing-data .detail-data li {
  margin-right: 0;
  padding: 0 25px;
}

.home-6-sec1 {
  background: url(/wp-content/themes/propertya/libs/images/home6-herobg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  background-position: right;
}

.home-6-sec1 .m-heading h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 15px;
}

.home-6-sec1 .m-heading p {
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 28px;
  font-weight: 600;
}

.home-6-sec1 .btn-div .read-m {
  background-color: #fff;
  color: #000!important;
  margin-left: 20px;
}

.home-6-sec2 {
  margin-top: -160px;
}

.home-6-sec2 .pro-detail {
  background-color: #fff;
  border-bottom: 3px solid #2a2e43;
  padding: 50px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 3px 20px 47px -29px rgba(0,0,0,.15);
  position: relative;
  transition: .6s;
  margin-top: -6px;
}

.home-6-sec2 .pro-detail .parali {
  position: relative;
  z-index: 4;
}

.home-6-sec2 .pro-detail h2 {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 21px 0 6px;
  color: #2a2e43;
  display: block;
}

.home-6-sec2 .pro-detail p {
  font-size: 15px;
  line-height: 28px;
}

.home-6-sec2 .pro-detail .icons {
  background-color: #2a2e43;
  border-radius: 50%;
  padding: 15px;
  display: inline-block;
}

.home-6-sec2 .pro-detail .icons i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}

.home-6-sec3 .headin-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec3 .main-div {
  border: 1px solid #ebebeb;
}

.home-6-sec3 .main-data {
  position: relative;
}

.home-6-sec3 .main-data .img-data img {
  height: 200px;
  width: 100%;
}

.home-6-sec3 .listing-data .heaing-d {
  padding-left: 15px;
  padding-top: 13px;
}

.home-6-sec3 .listing-data .heaing-d h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec3 .listing-data .heaing-d .extrp {
  font-size: 14px;
}

.home-6-sec3 .listing-data .heaing-d .bottom-text {
  font-size: 14px;
}

.home-6-sec3 .listing-data .heaing-d .d-btn .badge {
  font-size: 12px;
}

.home-6-sec3 .listing-data .heaing-d .detail-data {
  font-size: 0;
}

.home-6-sec3 .listing-data .b-lies {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  border-top: 1px solid #ebebeb;
  font-size: 0;
}

.home-6-sec3 .listing-data .b-lies li {
  margin-right: 0;
}

.home-6-sec3 .listing-data .b-lies li i {
  font-size: 22px;
  color: #ccc;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}

.home-6-sec3 .listing-data .b-lies li span {
  font-size: 16px;
  padding-left: 15px;
  line-height: 40px;
}

.home-6-sec4 {
  background: url(/wp-content/themes/propertya/libs/images/home6-testibg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  background-position: right;
}

.home-6-sec4 .testi-home6 .testi-data .testi-1 img {
  width: 30px;
  height: 25px;
}

.home-6-sec4 .testi-home6 .testi-data .testi-2 img {
  width: 30px;
  height: 25px;
  float: right;
}

.home-6-sec4 .testi-home6 .testi-data .testi-text {
  padding: 10px 0 0 35px;
}

.home-6-sec4 .testi-home6 .testi-data .testi-text p {
  color: #fff;
  line-height: 35px;
  font-size: 17px;
}

.home-6-sec4 .testi-home6 .testi-data .testi-text .comenter h3 {
  color: #fff;
  font-size: 20px;
}

.home-6-sec4 .testi-home6 .testi-data .testi-text .comenter p {
  color: #fff;
  font-size: 15px;
}

.home-6-sec4 .hading-btn .customize-tools {
  position: absolute;
  right: 0;
}

.home-6-sec4 .hading-btn .customize-tools .say-btns {
  width: 200px;
}

.home-6-sec4 .hading-btn .customize-tools .say-btns i {
  font-size: 30px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
}

.home-6-sec4 .hading-btn .customize-tools .say-btns i:hover {
  font-size: 50px;
  line-height: 20px;
  color: #2296f9;
  vertical-align: middle;
}

.home-6-sec5 .heading-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec5 div.all-lists {
  border-right: 1px solid #ebebeb;
  padding: 20px;
}

.home-6-sec5 .all-lists .heading-lists h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec5 .all-lists .lists-data {
  font-size: 0;
}

.home-6-sec5 .all-lists .lists-data li {
  font-size: 16px;
  height: 25px;
  margin-bottom: 20px;
}

.home-6-sec5 .all-lists .lists-data li a:hover {
  color: #2296f9;
}

.home-6-sec5 .all-lists .v-more {
  position: relative;
  padding: 10px;
  margin-top: 35px;
}

.home-6-sec5 .all-lists .v-more:before {
  background: rgba(251,208,146,.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 21%;
  z-index: 1;
}

.home-6-sec5 .all-lists .v-more a {
  padding: 4px 5px;
  z-index: 2;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.home-6-sec5 .all-lists .v-more .arw-size {
  font-weight: 600;
  padding-left: 0;
}

.home-6-sec6 .heading-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec6 .verify {
  top: 20px;
  width: 100%;
}

.home-6-sec6 .verify ul li:first-child {
  float: left;
}

.home-6-sec6 .verify ul li:last-child {
  float: right;
}

.home-6-sec6 .homesh2 {
  width: 110px;
  height: 160px;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  margin-top: 10px;
  display: block;
}

.home-6-sec6 .heading h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec6 .heading h2 a {
  color: #20292f;
}

.home-6-sec6 .heading h2 a:hover {
  color: #2296f9;
}

.home-6-sec6 .socialsh2 {
  padding: 15px 0;
}

.home-6-sec6 .socialsh2 li a {
  padding: 3.5px 7px;
  background-color: #fff;
  text-decoration: none;
  color: #20292f;
  border-radius: 16px;
  border: 2px solid #f4f4f4;
}

.home-6-sec6 .socialsh2 li a i {
  display: inherit;
}

.home-6-sec6 .agent-detail a {
  padding: 15px;
  color: #20292f;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
}

.home-6-sec6 .agent-detail a:hover {
  background-color: #2296f9;
  color: #fff;
}

.home-6-sec6 .bg-autoh2 {
  border-color: #f4f4f4;
}

.home-6-sec7 {
  background-color: #000;
}

.home-6-sec7 .brs p.mb-0.clr-white {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-6-sec7 .brs h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px!important;
}

.home-6-sec7 .brs .w-exp ul li {
  margin-right: 60px;
}

.home-6-sec7 .brs .w-exp span {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}

.home-6-sec7 .brs .w-exp p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.home-6-sec7 .v-icon {
  position: absolute;
  top: 38%;
  left: 46%;
  width: 90px;
  height: 90px;
}

.home-6-sec8 .hading h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.home-6-sec8 .blog-inner-box {
  position: relative;
}

.home-6-sec8 .blog-inner-box .blog-lower-box {
  position: relative;
  padding: 30px 17px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.home-6-sec8 .comment_count {
  width: calc(100% - 0px);
  text-align: right;
  font-size: 12px;
  color: #fff;
  margin-top: -52px;
  margin-bottom: 20px;
}

.home-6-sec8 .blog-inner-box .blog-lower-box .blog-date {
  position: relative;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}

.home-6-sec8 .blog-inner-box .blog-lower-box .fnd-drm {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  display: block;
  line-height: 30px;
}

.home-6-sec8 .blog-inner-box .blog-lower-box .fnd-drm a {
  color: #20292f;
}

.home-6-sec8 .blog-inner-box .blog-lower-box .fnd-drm a:hover {
  color: #2296f9;
}

.home-6-sec8 .blog-inner-box .blog-lower-box .text {
  position: relative;
  font-size: 16px;
  color: #aaa;
  margin-top: 10px;
  line-height: 1.8em;
}

.home-6-sec8 .blog-read-more {
  border: 1px solid #ebebeb;
  border-top-color: #f4f4f4;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 10px 20px;
  background: #fff;
  font-size: 14px;
}

.home-6-sec9 .social-add img {
  opacity: .6;
}

.home-6-sec9 .social-add img:hover {
  opacity: 1;
}

.home-6-sec9 .social-add .active {
  opacity: 1;
}

.home6-footer {
  background: 0 0;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2a2e43;
}

.home6-footer .mrtop {
  margin-top: 70px;
}

.home6-footer .h1-btn-primary {
  background-color: #2296f9;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  color: #fff;
  border: none;
}

.home6-footer .foot-data p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.home6-footer .h1-socialsf li a {
  padding: 4px 7px;
  background-color: #fff!important;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
  color: #20292f!important;
}

.home6-footer .h1-socialsf li a:hover {
  background-color: #2296f9!important;
  color: #fff!important;
}

.home6-footer .f-link .fntc {
  font-size: 16px;
}

.home6-footer .f-link .fntc li {
  padding-bottom: 10px;
}

.home6-footer .f-link .fntc li a {
  padding-bottom: 10px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}

.home6-footer .f-link .fntc li a:before {
  color: #fff;
  content: "\f112";
  float: left;
  font-family: LineAwesome;
  margin-right: 10px;
}

.home6-footer .h1-myline {
  border-top: solid 1px rgba(77,82,86,.2);
  margin-bottom: 0;
  opacity: 1;
}

.home6-footer .f-link .heading-div {
  height: 66px;
}

.home6-footer .f-link h3 {
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.main-data .img-data img,.card.ad-card-3 .card-image img,.card.ad-card-1 .card-image img,.card.ad-card-4 .card-image img,.card.ad-card-5 .card-image img,.card.ad-card-2 .card-image img,.card.ad-card-7 .card-image img {
  width: 100%;
}

.h1-foot2 {
  margin-top: 150px;
}

.h1-footer {
  background-image: url(/wp-content/themes/propertya/libs/images/h1-footer.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1-footer .mrtop {
  margin-top: 70px;
}

.h1-footer .h1-btn-primary {
  background-color: #2296f9;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  color: #fff;
  border: none;
}

.h1-footer .foot-data p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.h1-footer .foot-data p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.h1-footer .f-link .fntc li {
  padding-bottom: 10px;
}

.h1-footer .f-link .fntc li a:before {
  color: #fff;
  content: "\f112";
  float: left;
  font-family: LineAwesome;
  margin-right: 10px;
}

.h1-footer .h1-socialsf li a {
  padding: 3px 6px 4px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 14px;
}

.h1-footer .h1-socialsf li a i {
  vertical-align: middle;
}

.h1-footer .h1-socialsf li a:hover {
  background-color: #2296f9;
}

.h1-footer .f-link h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.h1-footer .f-link .fntc {
  font-size: 16px;
}

.h1-footer .h1-myline {
  border-top: solid 1px rgba(77,82,86,.7);
  margin-bottom: 0;
  opacity: 1;
}

.h1-footer .f-link h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 40px;
}

.h2-footer {
  background: 0 0;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

.h2-footer .mrtop {
  margin-top: 70px;
}

.h2-footer .h1-btn-primary {
  background-color: #2296f9;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  color: #fff;
  border: none;
}

.h2-footer .foot-data p {
  font-size: 16px;
  line-height: 24px;
}

.h2-footer .h1-socialsf li a {
  padding: 4px 7px;
  background-color: #20292f;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
}

.h2-footer .h1-socialsf li a:hover {
  background-color: #2296f9;
}

.h2-footer .f-link .fntc {
  font-size: 16px;
}

.h2-footer .f-link .fntc li {
  padding-bottom: 10px;
}

.h2-footer .f-link .fntc li a:before {
  color: #999;
  content: "\f112";
  float: left;
  font-family: LineAwesome;
  margin-right: 10px;
}

.h2-footer .h1-myline {
  border-top: solid 1px rgba(77,82,86,.2);
  margin-bottom: 0;
  opacity: 1;
}

.h2-footer .f-link h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 40px;
}

.h3-footer {
  background-image: url(/wp-content/themes/propertya/libs/images/home-3footer.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.h3-footer .mrtop {
  margin-top: 70px;
}

.h3-footer .h1-btn-primary {
  background-color: #2296f9;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  color: #fff;
  border: none;
}

.h3-footer .foot-data p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.h3-footer .f-link .fntc li {
  padding-bottom: 10px;
}

.h3-footer .f-link .fntc li a:before {
  color: #999;
  content: "\f112";
  float: left;
  font-family: LineAwesome;
  margin-right: 10px;
}

.h3-footer .h1-socialsf li a {
  padding: 3px 6px 4px;
  background-color: #20292f;
  text-decoration: none;
  color: #fff;
  border-radius: 14px;
}

.h3-footer .h1-socialsf li a i {
  vertical-align: middle;
}

.h3-footer .h1-socialsf li a:hover {
  background-color: #2296f9;
}

.h3-footer .f-link .fntc {
  font-size: 16px;
}

.h3-footer .h1-myline {
  border-top: solid 1px rgba(77,82,86,.3);
  margin-bottom: 0;
  opacity: 1;
}

.h3-footer .f-link h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 40px;
}

.error-page-content h1 {
  font-size: 190px;
  font-weight: 900;
  text-shadow: 5px 5px 1px rgba(0,0,0,.2);
}

.error-page-content h2 {
  font-size: 50px;
  margin-bottom: 5px;
}

.dont-have p {
  margin-bottom: 0;
  margin-top: 20px;
}

.modal-content .modal-from .modal-footer {
  border-top: none;
  padding-top: 0;
}

.modal-content .modal-from .modal-header {
  border-bottom: none;
}

.modal-content .modal-from .theme-txt {
  font-size: 16px;
}

.modal-content .modal-from .modal-header .modal-title {
  color: #fff;
}

.modal-content .modal-from .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.slider-nav-thumbnails .slick-slide {
  opacity: .5;
}

.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
}

.gallery-slider {
  position: relative;
  overflow: hidden;
  background-color: #e6e6e6;
}

.gallery-slider__images {
  margin: 0;
  position: relative;
}

.gallery-slider__images .item {
  padding: 0;
}

.gallery-slider__images .item .img-fill {
  text-align: center;
  padding: 10px;
  height: 200px;
}

@media screen and (min-width:576px) {
  .gallery-slider__images .item .img-fill {
    height: 300px;
  }
}

@media screen and (min-width:720px) {
  .gallery-slider__images .item .img-fill {
    height: 450px;
  }
}

.gallery-slider__images .item .img-fill img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-slider__images .next-arrow,.gallery-slider__images .prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(0,0,0,.7);
  border: 0 none;
  text-align: center;
  color: #fff;
  z-index: 5;
  opacity: 0;
  transition: all .5s;
  outline: 0;
}

.gallery-slider__images .next-arrow svg,.gallery-slider__images .prev-arrow svg {
  top: 4px;
}

.gallery-slider__images .next-arrow {
  right: 25px;
}

.gallery-slider__images .prev-arrow {
  left: 25px;
}

.gallery-slider__images:hover .next-arrow,.gallery-slider__images:hover .prev-arrow {
  opacity: 1;
}

.gallery-slider__thumbnails {
  position: relative;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: all .8s;
  margin: 0;
  padding: 13px 0;
}

.gallery-slider__thumbnails:after,.gallery-slider__thumbnails:before {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.gallery-slider__thumbnails .item .img-fill {
  height: 70px;
  background: #fff;
  cursor: pointer;
  border: 5px solid #fff;
  text-align: center;
}

.gallery-slider__thumbnails .item .img-fill img {
  opacity: .5;
  transition: all .5s;
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-slider__thumbnails .item:hover .img-fill img {
  opacity: 1;
}

.gallery-slider__thumbnails .item.slick-center img {
  opacity: 1;
}

.gallery-slider__thumbnails .next-arrow,.gallery-slider__thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,.6);
  color: #fff;
  border: 0 none;
  z-index: 15;
}

.gallery-slider__thumbnails .next-arrow svg,.gallery-slider__thumbnails .prev-arrow svg {
  top: 2px;
}

.gallery-slider__thumbnails .next-arrow {
  right: 0;
}

.gallery-slider__thumbnails .prev-arrow {
  left: 0;
}

.gallery-slider .next-arrow,.gallery-slider .prev-arrow {
  cursor: pointer;
}

.gallery-slider .next-arrow svg,.gallery-slider .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}

.gallery-slider .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.gallery-slider .slick-slider {
  margin: 0 -7.5px;
  padding: 0!important;
}

.gallery-slider .slick-slide {
  float: left;
  padding: 0 7.5px;
  outline: 0;
}

.widget-seprator {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0 20px rgba(0,0,0,.07);
  padding: 35px 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget-seprator.no-overflow {
  overflow: inherit;
}

.widget-seprator.similar-listings {
  padding: 35px 30px 0;
}

.property-detial-page .flexslider {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.property-detial-page .flex-control-thumbs {
  margin: 0;
  overflow: hidden;
  position: relative;
  bottom: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease- 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #f6f6f6;
  padding: 0;
  border: solid 1px #f4f4f4;
}

.property-detial-page .flex-control-thumbs li {
  width: 13.7%;
  border: 1px solid #f9f9f9;
}

.property-detial-page .flex-direction-nav a {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  background: rgba(255,255,255,.2);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: .8rem;
}

.property-detial-page .flex-direction-nav a:before {
  font-size: .8rem;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}

.flex-nav-next,.flex-nav-prev .flex-prev,.flex-next,.property-detial-page .flex-direction-nav {
  font-size: 0!important;
}

.property-detial-page .main-pricing-area h2 {
  font-size: 34px;
}

.property-detial-page .main-pricing-area {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}

.property-detial-page .list-meta {
  position: relative;
}

.property-detial-page .list-meta ul {
  list-style: none;
}

.property-detial-page .list-meta ul li {
  display: inline-block;
  margin-right: 10px;
}

.property-detial-page .list-meta ul li:after {
  content: "|";
  width: 100%;
  height: 100%;
  color: #ddd;
  margin-left: 10px;
}

.property-detial-page .list-meta .ratings i.color {
  color: orange;
}

.property-detial-page .list-meta .list-meta-with-icons a {
  color: #c00;
}

.property-detial-page .list-meta .list-meta-with-icons i {
  font-size: 16px;
  margin-right: 10px;
}

.property-detial-page .list-meta ul li:last-child {
  margin: 0;
}

.property-detial-page .list-meta ul li:last-child:after {
  content: "";
  margin: 0;
}

.yelp-container:last-child {
  margin-bottom: 0;
}

.attachments-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.prop-floor-plans {
  padding-bottom: 11px;
}

.property-detial-page .listing-title-zone {
  margin-bottom: 30px;
}

.property-detial-page .property-tags {
  margin-bottom: 5px;
}

.listing-features {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.listing-features li {
  color: #000;
  list-style: outside none none;
  margin: 0;
  padding-bottom: 10px;
  width: 33%;
  margin-right: 0!important;
}

.listing-features li span {
  padding-left: 5px;
  vertical-align: middle;
}

.flor-plan-avatar {
  position: relative;
  display: inline-block;
}

.flor-plan-avatar .flor-plan-avatar-holder {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
}

.flor-plan-avatar .flor-plan-avatar-holder img {
  width: 100%;
}

.flor-plan-avatar .flr-pln-upload-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: inherit;
}

.floor-plan-avatar-upload .flr-plb-btn-cncle {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ff4747;
  -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  display: none;
}

.floor-plan-avatar-upload .flr-plb-btn-cncle.show-me-plnimg {
  display: block;
}

.floor-plan-avatar-upload .flr-plb-btn-cncle i {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  font-size: .9rem;
  display: block;
  text-align: center;
  line-height: 21px;
}

.floor-plan-avatar-upload .flr-pln-upload-btn i {
  color: #366cf3;
  font-size: .9rem;
}

.flor-plan-avatar .flr-pln-upload-btn input {
  width: 0!important;
  height: 0!important;
  overflow: hidden;
  opacity: 0;
}

.theme-row.my-floor-plans {
  border-bottom: none;
}

.widget-seprator .alert-danger {
  background-color: transparent;
  border-color: #f5c6cb;
}

.widget-seprator .has-validation-callback .form-error strong {
  display: none;
}

.has-validation-callback .form-error ul li {
  font-size: 15px;
}

.widget-inner-container .has-validation-callback li {
  margin-bottom: 0;
}

.rating-group {
  display: inline-flex;
}

.rating-star-icon {
  pointer-events: none;
}

.rating-group-input {
  position: absolute!important;
  left: -9999px!important;
}

.rating-group-input--none {
  display: none;
}

.rating-label {
  cursor: pointer;
  padding: 0 .1em;
  font-size: 20px;
}

.rating-star-icon--star {
  color: orange;
}

.rating-group-input:checked~.rating-label .rating-star-icon--star {
  color: #dcdce6;
}

.rating-group:hover .rating-label .rating-star-icon--star {
  color: orange;
}

.rating-group-input:hover~.rating-label .rating-star-icon--star {
  color: #dcdce6;
}

.single-listing-reviews {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e8eb;
  color: #454554;
  position: relative;
  display: flex;
}

.reviews-author-data {
  display: flex;
}

.reviews-author-avatar {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f2f2f5;
}

.reviews-author-avatar img {
  width: 44px;
  height: 44px;
}

.reviews-author-details {
  position: relative;
  margin: 0 0 0 8px;
  overflow: hidden;
  flex: 1;
}

.reviews-author-name {
  line-height: 20px;
}

.reviews-author-name a {
  color: #20292f;
  font-size: 18px;
  font-weight: 600;
}

.consumer-information__location,.consumer-information__review-count,.reviews-author-data {
  display: flex;
  align-items: center;
}

.reviews-author-data {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #666;
  flex-wrap: wrap;
  flex: 1;
}

.review-author-review-count i {
  margin-right: 6px;
}

.review-stars-rating {
  margin-bottom: 0;
}

.review-content-header {
  display: flex;
  flex-wrap: wrap;
}

.total-rating-stars {
  width: 108px;
  margin-top: -14px;
}

.total-rating-stars img {
  max-width: 100%;
  width: 100%;
}

.review-date-time {
  flex-grow: 1;
  color: #73738f;
}

.review-main-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 8px;
}

.review-actions {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e8e8eb;
}

.review-actions-reply a,.review-stats a {
  color: #a2a2a2;
}

.review-stats span {
  margin-left: 5px;
}

.review-stats {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
  max-width: calc(100% - 160px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-stats>div {
  margin-right: 30px;
}

.review-stats>div a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-actions-reply i,.review-stats>div a>i {
  font-size: 22px;
  margin-right: 10px;
}

.review-actions-reply .fa-thumbs-down {
  color: #a2a2a2;
}

.review-actions-reply {
  margin-right: 0;
}

.listing-author-dp {
  margin-right: 0;
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  border: 3px solid #fff;
  padding: 5px;
  width: 60px;
  height: 60px;
  position: relative;
}

.review-stats .fa-thumbs-up {
  color: #fe7a15;
}

.review-stats .fa-heart {
  color: #ef2f24;
}

.my-single-reviews .progress-bar {
  width: 0;
  -webkit-animation: progress 1.5s ease-in-out forwards;
  animation: progress 1.5s ease-in-out forwards;
}

.my-single-reviews .progress-bar .title {
  opacity: 0;
  -webkit-animation: show .35s forwards ease-in-out .5s;
  animation: show .35s forwards ease-in-out .5s;
}

.my-single-reviews .progress {
  height: 10px;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.my-single-reviews .review-percentage.bar-margin {
  margin-top: 4px;
}

.my-single-reviews .review-percentage {
  margin-right: 15px;
  margin-bottom: 5px;
}

.my-single-reviews .review-percentage:last-child {
  margin-right: 0;
}

.my-single-reviews .review-percentage img {
  width: 110px;
}

.stars-5 .progress-bar {
  background-color: #00b67a;
}

.stars-4 .progress-bar {
  background-color: #73cf11;
}

.stars-3 .progress-bar {
  background-color: #ff8400;
}

.stars-2 .progress-bar {
  background-color: #fc0;
}

.stars-1 .progress-bar {
  background-color: #e70005;
}

img.ajax-pre {
  widows: 20px;
}

.home-amenties-features {
  display: flex;
  justify-content: space-between;
}

.home-amenties {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-size-14 {
  font-size: 14px;
}

.home-amenties>div {
  background-color: #f8faff;
  padding: 0 18px;
  font-size: 16px;
}

.similar-listings .additional-price-tag span,.similar-listings .listing-data .prop-cat a,.similar-listings .listing-data p {
  color: #777;
  font-size: 15px;
}

.img-overlay {
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),#141823);
  background: -o-linear-gradient(bottom,rgba(255,0,0,0),#141823);
  background: -moz-linear-gradient(bottom,rgba(255,0,0,0),#141823);
  background: linear-gradient(to bottom,rgba(255,0,0,0),#141823);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  opacity: .9;
}

.img-overlay-top {
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),#141823);
  background: -o-linear-gradient(top,rgba(255,0,0,0),#141823);
  background: -moz-linear-gradient(top,rgba(255,0,0,0),#141823);
  background: linear-gradient(to top,rgba(255,0,0,0),#141823);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  opacity: .6;
}

.featured-ribbon {
  padding: 0 0 10px;
  position: absolute;
  right: .25em;
  top: -1px;
  width: 35px;
  z-index: 1;
}

.featured-ribbon div {
  background: #bb3a34;
  background: linear-gradient(#e74841 0,#bb3a34 100%);
  color: #fff;
  padding: .2em 0;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

.featured-ribbon div:after {
  border-left: 18px solid #bb3a34;
  border-right: 17px solid #bb3a34;
  border-bottom: 10px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.p-relative {
  position: relative;
  min-height: 234px;
}

.btnic {
  background-color: transparent;
  color: #777;
  padding: 1px 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.nearby-listing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px dashed #eaeff5;
}

.nearby-listing .listing-list-img {
  display: inline-block;
  width: 100px;
  max-width: 100px;
  overflow: hidden;
  height: auto;
  border-radius: 4px;
  position: relative;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
}

.listing-post-meta {
  font-size: 16px;
}

.side-list .listing-post-meta span {
  float: none;
}

.listing-list-info h5 {
  font-size: 17px;
  line-height: 20px;
}

.listing-list-info .main-pricing-area {
  font-weight: 700;
  color: #777;
  font-size: 17px;
  margin-bottom: 0;
}

.listing-list-info h5 a {
  color: #20292f;
}

.nearby-listing .ratings i.color {
  color: orange;
}

.nearby-listing .ratings {
  font-size: 16px;
}

.nearby-listing .ratings .fa-star {
  color: #dcdce6;
}

.listing-list-info {
  width: 100%;
}

.sidebar-banners {
  position: relative;
  padding-bottom: 0;
}

.sidebar-banners img {
  display: block;
  margin-right: auto!important;
  margin-left: auto!important;
}

.listing-owner-social {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin: 0 0 30px;
  border-top: 1px solid #e4e4e4;
}

.listing-owner-social li {
  margin-right: 6px;
  display: inline-block;
}

.listing-owner-social li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f6;
  color: #9299b8;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.verified-badge {
  background-color: #19b453;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 500;
  cursor: help;
  position: relative;
  transition: .3s;
  display: block;
}

.verified-badge i {
  font-size: 22px;
  padding: 0 4px 0 0;
  position: relative;
  top: 3px;
}

.btn-verified {
  margin-bottom: 30px;
}

.theme-row .custom-input-group.input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: .375rem 0;
  color: #666;
}

.theme-row .custom-input-group.input-group .form-control {
  border: none;
  color: #666;
}

.mortgage-calculator .theme-row .custom-input-group.input-group .form-control {
  border: 1px solid #dde6ef;
  color: inherit;
}

.mortgage-calculator .theme-row .custom-input-group.input-group .input-group-text {
  background-color: #fbfdff;
  border: 1px solid #dde6ef;
  border-radius: 0;
  padding: 10px 20px;
}

.mortgage-calculator .listing-specs {
  margin-top: 10px;
}

.elements-seprator {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.elements-seprator .elements-heading {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.elements-seprator .elements-heading h3 {
  font-size: 23px;
  display: table;
  float: left;
}

.menu-des {
  text-align: left;
}

.mfb {
  background-color: #3b5998;
}

.mtwitter {
  background-color: #55acee;
}

.mlinkedin {
  background-color: #0077b5;
}

.minsta {
  background-color: #3f729b;
}

.myoutube {
  background-color: #b31217;
}

.mpin {
  background-color: #cb2027;
}

#detial_map_single {
  width: 100%;
  height: 350px;
}

.most-viewed {
  font-size: 14px;
}

.most-single-viewed .main-rate .main-reg-pricing {
  font-size: 16px;
  font-weight: 700;
}

.most-single-viewed .main-rate .additional-price-tag span,.most-single-viewed .main-rate .listing-data p {
  color: #6d7c90;
  font-size: 15px;
}

.imgUp {
  margin-bottom: 15px;
}

.uploadFile {
  width: 0;
  height: 0;
  overflow: hidden;
}

.overlay-cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255,255,255,.8);
}

.overlay-cover .overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}

.imagePreview {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  border: 2px dashed #dde6ef;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.list-style-location {
  display: block;
  position: relative;
  width: 100%;
}

.list-style-location li {
  margin-bottom: 15px;
}

.list-style-location li:last-child {
  margin-bottom: 0;
}

.list-style-location li span {
  font-weight: 700;
  color: #20292f;
}

.list-style-location li a {
  color: #6d7c90;
}

.agen-thumb-img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.agen-thumb-img a {
  width: auto;
  display: inline-block;
}

.agen-thumb-img>a img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(128,128,128,.2);
  width: 100px;
  height: 100px;
}

.is_agen_recommended .btn i {
  font-size: 20px;
}

.theme-custom-ribbon {
  position: absolute;
  top: 25px;
  left: -5px;
  display: inline-block;
  padding: 0 .75em;
  border-radius: 5px 2px 2px 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.35em;
  font-weight: 700;
  color: #6b4e00;
  background-color: #ffc938;
  z-index: 11;
  -moz-border-radius: 5px 2px 2px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 2px 2px 0;
  -moz-box-shadow: 0 2px 0 rgba(31,41,51,.1);
  -webkit-box-shadow: 0 2px 0 rgba(31,41,51,.1);
  box-shadow: 0 2px 0 rgba(31,41,51,.1);
  -moz-transition: all .1s;
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.theme-custom-ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #ffc938;
}

.theme-custom-ribbon:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 6px;
  bottom: -6px;
  left: 0;
  background-color: #9e7300;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}

.fb-like-animation {
  display: none;
  width: 100%;
  height: 200px;
  padding: 12px;
  margin-bottom: 10px;
  color: #141823;
  background: #fff;
  border-radius: 3px;
}

.post--is-loading .post__loader {
  display: block;
}

.post__loader {
  display: none;
  position: relative;
  height: 104px;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
}

.post__loader>* {
  position: absolute;
  background: #fff;
  height: 6px;
  left: 0;
  right: 0;
}

.loader__bar--1 {
  height: 40px;
  left: 40px;
  right: auto;
  top: 0;
  width: 8px;
}

.loader__bar--2 {
  height: 8px;
  left: 48px;
  top: 0;
}

.loader__bar--3 {
  left: 136px;
  top: 8px;
}

.loader__bar--4 {
  height: 12px;
  left: 48px;
  top: 14px;
}

.loader__bar--5 {
  left: 100px;
  top: 26px;
}

.loader__bar--6 {
  height: 10px;
  left: 48px;
  top: 32px;
}

.loader__bar--7 {
  height: 20px;
  top: 40px;
}

.loader__bar--8 {
  left: 410px;
  top: 60px;
}

.loader__bar--9 {
  height: 13px;
  top: 66px;
}

.loader__bar-10 {
  left: 440px;
  top: 79px;
}

.loader__bar--11 {
  height: 13px;
  top: 85px;
}

.loader__bar--12 {
  left: 178px;
  top: 98px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.select2-results__options {
  max-height: 300px!important;
}

.agency-sidebar,.agent-sidebar,.listing-search-sidebar {
  position: relative;
  padding-right: 30px;
}

.agency-sidebar .typeahead__field .typeahead__hint,.agency-sidebar .typeahead__field [contenteditable],.agency-sidebar .typeahead__field input,.agency-sidebar .typeahead__field textarea,.listing-search-sidebar .typeahead__field .typeahead__hint,.listing-search-sidebar .typeahead__field [contenteditable],.listing-search-sidebar .typeahead__field input,.listing-search-sidebar .typeahead__field textarea {
  padding: 15px 32px 15px 12px;
}

.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea {
  padding: 15px 32px 15px 12px!important;
}

.filter-sorting-bar {
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
}

.filter-sorting-bar .select2-container {
  width: 160px!important;
  text-align: left;
}

.filter-sorting-bar .select2-container--classic .select2-results>.select2-results__options {
  max-height: 260px;
  overflow: hidden;
}

.filter-sorting-bar span.sort-label {
  padding-right: 5px;
  font-size: 15px;
}

.filter-sorting-bar h4 {
  font-size: 18px;
}

.filter-sorting-bar .select2-container .select2-selection--single {
  height: 1.775rem!important;
}

.filter-sorting-bar .select2-selection--single .select2-selection__rendered {
  line-height: 27px!important;
  font-size: 14px;
}

.filter-sorting-bar .select2-selection--single .select2-selection__arrow b {
  top: 50%!important;
  left: 70%;
}

.filter-sorting-bar .select2-container .select2-dropdown .select2-results__option {
  padding: 6px;
  font-size: 14px;
}

.select2-container .select2-dropdown .select2-results__option {
  padding: 2px 15px;
  font-size: 14px;
}

.filter-sorting-bar .select2-results__option {
  font-size: 13px;
}

.filter-sorting-bar .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.filter-sorting-bar .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.filter-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 13px;
}

.filter-tags-list {
  margin-right: 30px;
}

.filter-tags-render {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 6px 18px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  color: #666;
}

.filter-reset {
  display: inline-block;
  color: #adadad;
  margin-right: 3px;
}

.filter-reset-btn {
  display: inline-block;
  margin-left: 20px;
  color: #666;
  font-size: 16px;
}

.nothing-found {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px 60px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
}

.nothing-found h3 {
  display: block;
  margin-bottom: 50px;
  font-size: 28px;
}

.nothing-found img {
  width: 300px;
}

.price-range-slider .nstSlider {
  width: 100%;
  background: #dbdbdb;
  height: 8px;
}

.price-range-slider .nstSlider .leftGrip .grip-label {
  position: absolute;
  top: 20px;
  width: 155px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-range-slider .nstSlider .rightGrip .grip-label {
  position: absolute;
  top: 20px;
  width: 155px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nstSlider .leftGrip .grip-label,.nstSlider .rightGrip .grip-label {
  text-align: center;
}

.price-range-slider .nstSlider .leftGrip,.price-range-slider .nstSlider .rightGrip {
  height: 20px;
  width: 20px;
  top: -7px;
  border: 4px solid #3195ff;
}

.distance-slider.price-range-slider {
  position: relative;
  padding: 10px 0 60px;
}

.price-range-slider label {
  display: block;
  margin-bottom: 15px;
  color: #20292f;
  font-weight: 700;
  font-size: 18px;
}

.dis-km {
  font-weight: 700;
}

.my-trusted-agencies .list-group-item {
  margin-right: 3px;
  padding: 12px 0;
  padding-top: 12px;
  box-shadow: none;
  display: flex;
  border-top: 1px solid #ebebeb;
}

.my-trusted-agencies .list-group-item:first-child {
  padding-top: 0;
}

.my-trusted-agencies .list-group-item:first-child {
  border-top: 0;
}

.my-trusted-agencies .avatar {
  position: relative;
  width: 80px;
}

.my-trusted-agencies .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%!important;
}

.my-trusted-agencies .list-body {
  align-self: center;
  flex: 1;
  margin-left: 10px;
}

.my-trusted-agencies .list-body h6 {
  font-size: 17px;
}

.my-trusted-agencies .list-body h6 a {
  color: #20292f;
}

.my-trusted-agencies .list-meta ul {
  list-style: none;
}

.my-trusted-agencies .list-meta ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.my-trusted-agencies .list-meta li .list-posted-date i {
  margin-right: 3px;
}

.my-trusted-agencies .list-meta ul li:after {
  content: "|";
  width: 100%;
  height: 100%;
  color: #ddd;
  margin-left: 5px;
}

.my-trusted-agencies .list-meta ul li:last-child:after {
  content: "";
  margin: 0;
}

.my-trusted-agencies .list-meta ul li:last-child {
  margin: 0;
}

.agen-most-viewed .agen-cards {
  position: relative;
}

.agen-most-viewed .agen-cards .ratings,.card-agent-4 .ratings {
  font-size: 13px;
}

.agen-card-area h4 {
  font-size: 20px;
  margin-top: 5px;
}

.card-agent-4 .agent-profile a {
  font-weight: 700;
  font-size: 15px;
}

.agen-card-area .rating-avg,.card-agent-4 .rating-avg {
  font-size: 13px;
  padding: 2px 4px;
  margin-left: 5px;
}

.agen-most-viewed .card:last-child {
  margin-bottom: 0;
}

.agen-cards .card-img {
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.agen-cards .agen-card-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.325);
}

.agen-cards .avatar-xs {
  font-size: .825rem;
  width: 35px;
  height: 35px;
  font-weight: 700;
}

.agen-cards .avatar {
  flex-shrink: 0;
  font-size: 1rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 0;
}

.agen-cards a {
  color: #fff;
}

.agen-cards .avatar-group .avatar-img,.agen-cards .avatar-group .avatar-title {
  border: 2px solid #fff;
  background-color: #fff;
}

.agen-cards .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.agen-card-area {
  position: absolute;
  left: 0;
  bottom: 0;
}

.agen-card-area small {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.minimal-agency-company {
  text-align: center;
  padding: 20px 20px 35px;
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  display: block;
  min-height: 296px;
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
}

.minimal-agency-company h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 10px 0 5px;
}

.minimal-agency-company h3 a {
  color: #20292f;
}

.minimal-agency-company img {
  display: block;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.minimal-agency-company .minimal-agen-logo {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.minimal-agency-company .minimal-agen-logo img {
  object-fit: cover;
  height: 200px;
}

.agen-list-1 h4 {
  font-size: 22px;
}

.agen-list-1 h4 a,.agen-list-2 .ag-content-area h3 a,.agen-list-3 .ag-content-area h3 a {
  color: #20292f;
}

.agen-list-1 .ratings {
  font-size: 15px;
}

.agen-list-img-box {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 30%;
}

.agen-list-img-box img {
  display: block;
  height: 155px;
  object-fit: cover;
  width: 100%;
}

.agen-list-1 {
  position: relative;
  overflow: hidden;
}

.agen-list-1 .btn-light {
  color: #212529;
  background-color: #f7f8fc;
  border-color: #e6e6e6;
}

.real-ribbon {
  width: 56px;
  height: 56px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}

.real-ribbon-top-right {
  top: -6px;
  right: -9px;
}

.real-ribbon-top-left {
  top: -6px;
  left: -9px;
}

.real-ribbon-top-right span {
  left: -5px;
  top: 1px;
  transform: rotate(45deg);
}

.real-ribbon-top-left span {
  right: -5px;
  top: 0;
  transform: rotate(-45deg);
}

.real-ribbon span {
  position: absolute;
  display: block;
  width: 82px;
  padding: 3px 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: capitalize;
  text-align: center;
}

.real-ribbon-top-right span i {
  transform: rotate(-45deg);
  padding-top: 2px;
  padding-right: 7px;
}

.real-ribbon-top-left span i {
  transform: rotate(45deg);
  padding-top: 7px;
  padding-left: 10px;
}

.bg-featured {
  background: #bb3a34;
  background: linear-gradient(#e74841 0,#bb3a34 100%);
}

.bg-trusted {
  background-color: #3bb78f;
  background-image: linear-gradient(315deg,#3bb78f 0,#0bab64 74%);
}

.agen-list-2 {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}

.agen-list-3 {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.ag-3-col {
  border-right: 1px solid #ebebeb;
}

.agen-list-3 .agen-list-3-thumbnail {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}

.agen-list-3 .agen-list-3-thumbnail img {
  display: block;
  height: 165px;
  object-fit: cover;
  width: 100%;
}

.agen-list-3 .ag-content-area {
  padding: 20px;
}

.agen-list-3 .ag-loc i {
  position: absolute;
  font-size: 15px;
  line-height: 1.8;
}

.agen-list-3 .ag-loc p {
  margin-left: 17px;
  padding-bottom: 0;
  margin-bottom: 1px;
  font-size: 15px;
}

.agen-list-3 ul {
  list-style-type: none;
  -webkit-columns: 2;
  columns: 2;
  padding: 0;
  font-size: 15px;
  color: #000;
}

.form-group.near-mee .btn-outline {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.agen-list-2 .agen-list-2-thumbnail {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}

.agen-list-2 .ag-content-area {
  padding: 20px 0;
}

.agen-list-2 .agen-list-2-thumbnail img {
  display: block;
  height: 155px;
  object-fit: cover;
  width: 100%;
}

.agen-list-2 .short-desc li {
  list-style: none;
  position: relative;
}

.agen-list-2 .short-desc i {
  position: absolute;
  font-size: 18px;
  line-height: 1.5;
}

.agen-list-2 .short-desc li p {
  margin-left: 30px;
  padding-bottom: 0;
  margin-bottom: 1px;
}

.agen-list-2 .short-desc li p span.click-reveal {
  cursor: pointer;
}

.lrn-listing-wrap {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.lrn-listing-wrap .listing-body {
  padding: 0 1.25rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  border-top-color: rgba(0,0,0,.05);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 0;
}

.lrn-listing-wrap .listing-body .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lrn-listing-wrap .listing-body .listing-bottom {
  border-top: 1px solid rgba(0,0,0,.08);
  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: 15px 0;
  color: grey;
}

.lrn-listing-wrap .listing-body .listing-bottom span {
  font-size: 1.4rem;
}

.lrn-listing-wrap .listing-body .meta .avater {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  margin-top: -50px;
}

.agent-1 .card-image {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.agent-1 .card-image img {
  display: block;
  height: 348px;
  object-fit: cover;
  width: 100%;
}

.agent-1 .card-image .agent-type {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
}

.agent-1 .card-image .badge:not(:last-child) {
  margin-right: 5px;
}

.img-data,.mygrid-type-1 {
  position: relative;
}

.mygrid-type-1 .label-badges {
  position: absolute;
  top: 24px;
  right: 10px;
}

.zitem-price {
  font-size: 15px;
  margin-bottom: 1px;
}

.zitem-price span {
  font-size: 18px;
  font-weight: 700;
}

.main-data .img-data .meta .avater img {
  height: auto;
}

.mygrid-type-1 .meta {
  display: flex;
  position: absolute;
  right: 15px;
  bottom: -35px;
}

.mygrid-type-1 .meta .avater {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  background: #f8faff;
}

.mygrid-type-1 .detail-data {
  background-color: #f8faff;
  padding: 5px 0;
}

.mygrid-type-1 .detail-data li {
  margin-right: 15px;
}

.mygrid-type-1 .listing-data p {
  color: #6d7c90;
  font-size: 15px;
}

.mygrid-type-1 .home-amenties {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 0px);
  flex: 0 0 calc(100% - 0px);
  max-width: calc(100% - 0px);
  padding-left: 1.25rem;
}

.mygrid-type-1 .home-amenties>div {
  padding: 0 14px 0 0;
}

.mygrid-type-1 .home-amenties>div:last-child {
  padding-right: 0;
}

.propert-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  z-index: 1;
}

.card.ad-card-3 .author {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.card.ad-card-3 .author .avatar {
  width: 40px;
  height: 40px;
  margin-right: 0;
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 50%;
}

.card.ad-card-3 .card-body {
  position: relative;
}

.card.ad-card-3 .property-meta {
  right: 0;
  width: auto;
  left: auto;
}

.card.ad-card-3 .item-price small {
  display: inline;
}

.item-price small {
  font-size: 15px;
  font-weight: 400;
}

.card.ad-card-1 .card-image,.card.ad-card-3 .card-image,.card.ad-card-4 .card-image {
  min-height: 245px;
  overflow: hidden;
}

.card.ad-card-2 .card-image,.card.ad-card-5 .card-image,.card.ad-card-7 .card-image {
  min-height: 245px;
}

.prop-category-sel a {
  color: #fff;
  font-size: 15px;
}

.card.ad-card-3 .label-badges {
  margin-bottom: 10px;
}

.card.ad-card-1 p,.card.ad-card-3 p,.card.ad-card-4 p,.card.ad-card-5 p {
  font-size: 15px;
  color: #6d7c90;
}

.card.ad-card-4 p {
  margin-bottom: 1px;
}

.card.ad-card-4 .prop-location i {
  margin-right: 3px;
}

.card.ad-card-4 .card-title {
  margin-bottom: 7px;
}

.card.ad-card-1 .card-title,.card.ad-card-3 .card-title {
  margin-bottom: 1px;
}

.card.ad-card-5 .card-title {
  margin-bottom: 4px;
}

.card.ad-card-1 .property-labels.absolute-yes,.card.ad-card-4 .property-labels.absolute-yes,.card.ad-card-5 .property-labels.absolute-yes {
  padding: 10px;
}

.card.ad-card-1 p {
  margin-bottom: 6px;
}

.card.ad-card-5 .img-overlay,.card.ad-card-7 .img-overlay {
  opacity: .2;
}

.card.ad-card-5 .card-footer {
  padding: .75rem 1.25rem;
  margin-top: 0;
  background-color: transparent;
  border-top: 1px solid #ebebeb;
}

.card.ad-card-5 .card-footer .property-tools {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: #fff;
  border-radius: 0;
  color: #6d7c90;
  width: 35px;
  height: 35px;
  margin: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ebebeb;
  font-weight: 400;
}

.card.ad-card-5 .card-footer .property-tools+.property-tools {
  right: 55px;
}

.card.ad-card-5 .card-footer .property-tools i {
  color: #28a745;
}

.card.ad-card-5 .card-footer .property-tools .fa-heart {
  color: #dc3545;
}

.facilities-list li {
  list-style: none;
  width: 50%;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}

.facilities-list li i {
  color: #274abb;
}

.card.ad-card-4 .card-header {
  background-color: #fff;
  position: relative;
}

.card.ad-card-4 .list-inline .list-inline-item i {
  margin-right: 5px;
}

.card.ad-card-7 .author .avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: table;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 5px rgba(255,255,255,.3);
  margin-top: -55px;
  background-color: #f7f8fc;
}

.card.ad-card-7 .author {
  position: relative;
  margin: 0 auto;
}

.card.ad-card-7 .property-labels.absolute-yes {
  top: 15px;
}

.card.ad-card-7 .card-title {
  margin-top: 15px;
  margin-bottom: 2px;
}

.card.ad-card-7 .ratings {
  font-size: 14px;
}

.card.ad-card-7 .property-meta-relative .item-price {
  margin-top: 5px;
  color: orange;
  font-size: 18px;
}

.card5-author-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #f7f8fc;
  display: table;
  bottom: -30px;
  right: 15px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

.card5-author-thumb a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.is-verified {
  position: absolute;
  right: -8px;
  bottom: 40px;
  background: #38b653;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  width: 25px;
  height: 25px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  z-index: 2;
  border: 2px solid #fff;
}

.card5-author-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.listing-rating {
  position: absolute;
  left: 20px;
  color: #fff;
  bottom: 5px;
  z-index: 1;
  font-size: 14px;
}

.listing-tag-cat {
  position: absolute;
  left: 20px;
  bottom: 0;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-transition: .5s;
  transition: .5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.my-list1 {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: #fff;
}

.my-list1 .card-title {
  margin-bottom: 5px;
}

.my-list1 p.extrp,.pricing-area small {
  font-size: 15px;
  color: #6d7c90;
}

.my-img-container {
  width: 258px;
  margin: 0 22px 0 0;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 180px;
}

.my-content-area {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.my-content-area .author {
  position: relative;
}

.my-content-area .author .is-verified {
  bottom: 20px;
}

.my-content-area .author .avatar {
  width: 40px;
  height: 40px;
  margin-right: 0;
  border: 3px solid #f7f8fc;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.pricing-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}

.my-list2-pricing {
  position: relative;
  margin-bottom: 5px;
}

.pricing-area .main-reg-price {
  font-size: 22px;
  color: orange;
}

.my-list2-pricing .main-reg-price {
  font-size: 24px;
  color: orange;
}

.my-list1.style-type-2 {
  padding: 0;
}

.card.my-list2 .card-title,.my-list3 .card-title {
  margin-bottom: 0;
}

.card.my-list2 p.extrp {
  font-size: 15px;
  color: #6d7c90;
  display: inline-flex;
  margin-bottom: 0;
}

.my-list3 p.extrp {
  font-size: 15px;
  color: #6d7c90;
  margin-bottom: 5px;
}

.card.my-list2 .card-header {
  background-color: #fff;
}

.my-list2-img-cont {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 190px;
}

.my-list2-img-cont .property-labels.absolute-yes,.my-list3-img-container .property-labels.absolute-yes {
  top: 10px;
  left: 0;
  z-index: 2;
}

.card.my-list2 .card-body p {
  font-size: 15px;
  color: #6d7c90;
  margin-bottom: 1px;
}

a.explore-nearby {
  text-transform: capitalize;
  color: #232323;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 15px;
}

a.explore-nearby i {
  margin-right: 5px;
}

.card.my-list2 .property-tools,.my-list3-img-container .property-tools {
  background-color: #001935;
  left: 15px;
}

.card.my-list2 .property-tools+.property-tools,.my-list3-img-container .property-tools+.property-tools {
  background-color: orange;
  left: 55px;
}

.card.my-list2 .posted-date {
  margin-top: 5px;
  font-size: 15px;
  color: #6d7c90;
}

.total-img-count {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
}

.total-img-count span {
  background: #001935;
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
}

.total-img-count span i {
  margin-right: 2px;
}

.my-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(13,13,13,.15);
  box-shadow: 0 0 30px 0 rgba(13,13,13,.15);
  margin-bottom: 30px;
}

.my-list3 .my-list3-img-container {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.my-list3 .my-list3-info-content {
  width: 60%;
  position: relative;
}

.my-list3 .my-list3-info-content .my-list3-info-content-inner {
  margin-bottom: 0;
  padding: 22px 20px 10px;
}

.my-list3 .my-list3-info-content .marketed-by {
  border-top: 0;
  padding: 15px;
  background-color: #f7f8fc;
  font-size: 15px;
}

.marketed-by ul li {
  display: inline-block;
}

.marketed-by ul li a {
  text-decoration: underline;
  color: #323232;
}

.marketed-by ul li.my-contact {
  float: right;
  margin-left: 15px;
}

.marketed-by ul li.my-contact span {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.marketed-by ul li.my-contact span {
  display: block;
  background: #f3f3f3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #6e7797;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.my-list3-img-container {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 233px;
}

.home-statistics-features {
  font-size: 15px;
  color: #6d7c90;
  position: relative;
  margin-bottom: 2px;
}

.home-statistics-features ul li {
  display: inline-block;
}

.home-statistics-features ul li.my-right {
  float: right;
  margin-left: 15px;
}

.prop-cat a {
  color: #6d7c90;
  font-size: 15px;
}

.my-list5-container {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,.16);
  margin-bottom: 30px;
  overflow: hidden;
  float: left;
  display: block;
  width: 100%;
}

.my-list5-container .my-list5-img {
  float: left;
  position: relative;
  width: 45%;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 262px;
}

.my-list5-container .short-description-1 {
  height: 100%;
  overflow: hidden;
  padding: 20px 20px 10px;
  width: 55%;
  position: relative;
}

.my-list5-info-meta {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f7f8fc none repeat scroll 0 0;
  padding: 8px 18px 10px;
}

.my-list5-info-meta ul {
  float: left;
}

.my-list5-info-meta ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.my-list5-info-meta .detail-button {
  display: inline-block;
  float: right;
  margin-top: 3px;
  font-size: 14px;
}

.my-list5-info-meta .detail-button a {
  color: #6d7c90;
}

.my-list5-info-meta ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 14px;
  margin-top: 4px;
  vertical-align: middle;
  font-size: 14px;
}

.my-list5-info-meta ul li a {
  color: #6d7c90;
}

.my-list5-info-meta ul li i {
  margin-right: 5px;
}

.my-list5-container .price-tag {
  bottom: 0;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
  text-transform: capitalize;
  background-color: orange;
}

.my-list5-container .price-tag h3 {
  color: #fff;
}

.my-list5-container p.extrp {
  font-size: 15px;
  margin-bottom: 5px;
  color: #6d7c90;
}

.my-list5-container .card-title {
  margin-bottom: 3px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #20292f;
  font-weight: 700;
  font-size: 16px;
}

.form-group a.show-additional-features {
  color: #20292f;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  font-size: 15px;
}

.stv-radio-buttons-wrapper {
  clear: both;
  display: inline-block;
}

.stv-radio-button {
  position: absolute;
  left: -9999em;
  top: -9999em;
  visibility: hidden;
}

.stv-radio-button+label {
  float: left;
  padding: .5em 1em;
  cursor: pointer;
  border: 1px solid #dde6ef;
  margin-right: -1px;
  color: #999;
  background-color: #fbfdff;
  margin-bottom: 0;
  font-weight: 400;
}

.stv-radio-button:checked+label {
  background-color: #274abb;
  border-color: #274abb;
  color: #fff;
}

.label-bath i,.label-bed i,.show-additional-features i {
  color: #6d7c90;
  margin-right: 5px;
}

#features-content .amen-features div.custom_checkbox {
  width: 50%;
  font-size: 10px;
  margin-bottom: 10px;
}

#features-content {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}

.no-container {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.no-container>.left-area {
  display: flex;
  height: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.no-container .map {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.no-container>.right-area {
  background: #f1f2f6 none repeat scroll 0 0;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  position: relative;
}

.no-container>.right-area>.inner-content.no-right {
  padding: 20px 0 0;
}

.no-container>.right-area>.inner-content {
  height: 100vh;
  overflow: auto;
  width: 100%;
  position: relative;
  clear: both;
}

.no-container .right-area>.inner-content div[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.no-container>.right-area>.inner-content .widget-inner-icon {
  display: inline-block;
  width: 67px;
  height: 52px;
  line-height: 50px;
  margin-right: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 1px;
  background-color: #274abb;
  vertical-align: middle;
  border: 1px solid #274abb;
}

.map-content-zone {
  position: relative;
  overflow: hidden;
  padding: 0!important;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
  height: 100%;
  height: 80vh;
}

.map-with-filters {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 0;
}

.data-with-result {
  padding: 20px 30px 0;
  height: 100%;
  position: relative;
  display: block;
}

.data-with-result .filter-sorting-bar {
  padding: 15px 20px;
  margin: 0 -10px 20px;
}

.data-with-result .my-loading-bar {
  margin: 0 -10px;
}

.map-in-listings .entry-header {
  width: 100%;
  padding: 10px;
}

.map-in-listings {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  font-size: 14px;
}

.map-in-listings .list-thumbnail {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  padding-top: 20px;
}

.map-in-listings .list-thumbnail a img {
  display: block;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.map-in-listings .featured-ribbon div {
  padding: .5em 0;
}

.map-in-listings .featured-ribbon {
  left: .25em;
}

.leaflet-container a {
  color: inherit;
}

.leaflet-popup-content p {
  margin: inherit;
}

.map-in-listings .main-reg-price small {
  color: #6d7c90;
  font-size: 15px;
  padding-left: 5px;
}

.map-in-listings .my-list2-pricing .main-reg-price {
  font-size: 22px;
}

.map-in-listings .card-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.map-in-listings .entry-meta p {
  color: #6d7c90;
}

.map-with-filters .row {
  margin-right: -5px;
  margin-left: -5px;
}

.real-search-s .typeahead__search- icon {
  padding: 0;
  font-size: 14px;
  color: #bdbdbd;
}

.typeahead__container button:focus,.typeahead__container button:hover {
  color: #999;
  background-color: #fbfdff;
  border-color: #dde6ef;
}

.typeahead__list>li {
  position: relative;
  border-top: solid 1px #dde6ef;
  background-color: #fbfdff;
}

.typeahead__dropdown,.typeahead__list {
  border: 1px solid #dde6ef;
  border-radius: 1px;
}

.typeahead__dropdown .typeahead__dropdown-item>a,.typeahead__list .typeahead__item>a {
  font-size: 15px;
}

.marker-cluster-small {
  background-color: rgba(181,226,140,.6);
}

.marker-cluster-small div {
  background-color: rgba(110,204,57,.6);
}

.marker-cluster-medium {
  background-color: rgba(241,211,87,.6);
}

.marker-cluster-medium div {
  background-color: rgba(240,194,12,.6);
}

.marker-cluster-large {
  background-color: rgba(253,156,115,.6);
}

.marker-cluster-large div {
  background-color: rgba(241,128,23,.6);
}

.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
}

.marker-cluster span {
  line-height: 30px;
}

.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-out,opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-out,opacity .3s ease-in;
  transition: transform .3s ease-out,opacity .3s ease-in;
}

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;
  -moz-transition: -moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;
  -o-transition: -o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;
  transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in;
}

.btn-secondary {
  color: #999;
  background-color: #fbfdff;
  border-color: #dde6ef;
  border-left: none;
}

.search-map-btn {
  padding-bottom: 20px;
}

.map-with-filters .stv-radio-button+label {
  padding: .73em 1.37em;
  font-size: 15px;
}

.sec-heading {
  max-width: 700px;
  margin-bottom: 40px;
  position: relative;
}

.sec-heading p {
  font-size: 16px;
  margin-bottom: 0;
  color: #2296f9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sec-heading h2 {
  font-size: 34px;
}

.all-type-cats {
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px #ebebeb;
  box-sizing: border-box;
  -webkit-transition: box-shadow .3s ease,z-index 0s .3s ease,-webkit-transform .3s ease;
  transition: box-shadow .3s ease,z-index 0s .3s ease,-webkit-transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,z-index 0s .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,z-index 0s .3s ease,-webkit-transform .3s ease;
  padding: 3rem 20px 2rem;
}

.all-type-cats:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0,0,0,.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 4px;
  -webkit-transition: box-shadow .1s ease,z-index 0s .1s ease,-webkit-transform .1s ease;
  transition: box-shadow .1s ease,z-index 0s .1s ease,-webkit-transform .1s ease;
  transition: box-shadow .1s ease,transform .1s ease,z-index 0s .1s ease;
  transition: box-shadow .1s ease,transform .1s ease,z-index 0s .1s ease,-webkit-transform .3s ease;
}

.cat-type-img {
  position: relative;
  padding-left: 75px;
  margin-bottom: 35px;
}

.cat-type-img .img {
  position: absolute;
  left: 0;
  top: -27px;
}

.cat-type-img .img img {
  width: 64px;
}

.cat-type-img .cat-type-title {
  display: inline-block;
}

.cat-type-img .cat-type-title h4 {
  font-size: 20px;
  text-transform: capitalize;
}

ul.category-list-data {
  position: relative;
  width: 100%;
  overflow: hidden;
}

ul.category-list-data li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

ul.category-list-data li:last-child {
  margin-bottom: 0;
}

ul.category-list-data li a {
  color: #5b5b5b;
  display: block;
  text-align: left;
}

ul.category-list-data li a span {
  border-radius: 100%;
  color: #999;
  float: right;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
}

.all-type-cats .asd {
  position: absolute;
  right: -16px;
  bottom: -40px;
  -webkit-transition: .4s;
  z-index: -1;
  transition: .4s;
  opacity: .07;
  width: 128px;
}

.home-work {
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}

.home-work .sec-heading,.home-work .sec-heading h2,.home-work .sec-heading p {
  color: #fff;
}

.home-work:after {
  background: url(/wp-content/themes/propertya/libs/images/home-work.png);
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.home-work .heading-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.home-work .heading-box p {
  font-size: 14px;
  color: #fff;
}

.home-work .work-inner {
  padding: 30px 25px 0;
}

.home-work .work-inner .work-description h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.home-work .work-inner .work-description p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.home-work .home-counts .counts-inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2296f9;
  float: none;
  margin: auto;
  text-align: center;
  position: relative;
  border: 6px solid #fff;
}

.home-work .home-counts .counts-inner i {
  font-size: 35px;
  color: #fff;
  vertical-align: middle;
  line-height: 66px;
}

.home-work .home-counts .counts-inner i.la-search {
  transform: rotate(270deg);
}

.home-work .home-counts .counts-inner i.la-location-arrow {
  transform: rotate(50deg);
}

.home-work .home-counts {
  margin-bottom: -25px;
  margin-top: 35px;
}

.home-work .home-counts .numbers {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 3px solid #0c1722;
  background-color: #303a43;
  position: absolute;
  top: -11px;
  left: auto;
  right: -9px;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
}

.home-work .border-counter {
  border-top: 1px solid #3d454e;
}

.home-work .border-counter .counter-inner {
  margin-top: 30px;
  border-right: 1px dashed #3d454e;
  padding-top: 25px;
  padding-bottom: 25px;
}

.home-work .border-counter .counter-inner:last-of-type {
  border: none;
}

.home-work .border-counter .counter-inner span img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 13px;
}

.home-work .border-counter .counter-inner b {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}

.home-work .border-counter .counter-inner b a {
  color: #0c1722;
}

.home-work .border-counter .counter-inner p {
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.ag-about .about-video {
  background: url(/wp-content/themes/propertya/libs/images/v_c.png);
  background-repeat: no-repeat;
  background-size: 75% 100%;
  height: 467px;
  position: relative;
  background-position-x: 70px;
}

.ag-about .about-video .video-1 {
  float: right;
  padding-bottom: 30px;
}

.ag-about .about-video .video-1 img {
  border-radius: 8px;
  width: 370px;
  height: 440px;
  margin-top: -45px;
  box-shadow: 1px 0 20px rgba(0,0,0,.1);
}

.ag-about .about-video .video-2 {
  float: left;
  position: absolute;
  bottom: -90px;
}

.ag-about .about-video .video-2 img {
  border-radius: 8px;
  width: 370px;
  height: 390px;
  -webkit-box-shadow: 0 -1px 12px -4px rgba(0,0,0,.75);
  -moz-box-shadow: 0 -1px 12px -4px rgba(0,0,0,.75);
  box-shadow: 0 -1px 12px -4px rgba(0,0,0,.75);
}

.ag-about .about-video .play-btn {
  position: relative;
}

.ag-about .about-video .play-btn .play-inner {
  top: 150px;
  position: absolute;
  left: 130px;
}

.ag-about .about-video .play-btn .play-inner a {
  border-radius: 50%;
  background-color: #0c1722;
  position: relative;
  padding: 32px 25px;
  -webkit-box-shadow: -1px 6px 57px -12px rgba(0,0,0,.75);
  -moz-box-shadow: -1px 6px 57px -12px rgba(0,0,0,.75);
  box-shadow: -1px 6px 57px -12px rgba(0,0,0,.75);
}

.ag-about .about-video .play-btn .play-inner a i {
  font-size: 20px;
  background-color: #fff;
  position: relative;
  padding: 6px;
  border-radius: 50%;
  color: #0c1722;
}

.ag-about .about-content {
  padding: 22px;
}

.ag-about .about-content p.mytag {
  font-size: 16px;
  margin-bottom: 0;
  color: #2296f9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ag-about .about-content h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ag-about .about-content .cal-action {
  margin-top: 35px;
}

.ag-about .about-content .cal-action ul li div.est {
  float: left;
}

.ag-about .about-content .cal-action ul li p {
  font-size: 15px;
  margin-bottom: 0;
}

.ag-about .about-content .cal-action ul li i {
  float: left;
  font-size: 40px;
  line-height: 38px;
  margin-right: 10px;
}

.ag-about .about-content .cal-action ul li b {
  color: #20292f;
  font-weight: 600;
  font-size: 18px;
}

.ag-about .about-content .cal-action ul li.border-li {
  height: 75px;
  position: relative;
  margin-bottom: -10px;
  margin-left: 45px;
  margin-right: 30px;
}

.ag-about .about-content .cal-action ul li.border-li span {
  border-radius: 50%;
  border: 2px solid #274abb;
  width: 28px;
  height: 28px;
  font-size: 10px;
  top: 23px;
  position: relative;
  margin-left: -15px;
  background: #fff;
  color: #274abb;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 23px;
}

.ag-about .about-content .cal-action ul li {
  margin-right: 20px;
}

.ag-about .about-content .cal-action .read-more {
  margin-top: 25px;
}

.ext-det {
  line-height: 15px;
}

.iner-feature {
  border: 1px solid #ebebeb;
  background-color: #fff;
  position: relative;
}

.iner-feature .iner-top {
  height: 140px;
  background: #fbfbfc;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: 0ms all;
  -webkit-transition-delay: 0ms;
  -moz-transition: 0ms all;
  -moz-transition-delay: 0ms;
  -ms-transition: 0ms all;
  -ms-transition-delay: 0ms;
  -o-transition: 0ms all;
  -o-transition-delay: 0ms;
  transition: 0ms all;
  transition-delay: 0ms;
}

.iner-feature .iner-top .verify-btn {
  padding: 20px;
  position: relative;
  display: block;
}

.iner-feature .iner-top .verify-btn .p-btns {
  float: right;
}

.iner-feature .iner-top .verify-btn .p-btns a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255,255,255,.5);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(.5,1);
  transform: scale(.5,1);
  border-color: #274abb;
}

.iner-feature .iner-top .verify-btn .p-btns a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.iner-feature .iner-top .agn-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 75px;
}

.iner-feature .iner-top .agn-logo img {
  width: 120px;
  height: 120px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.iner-feature .agency-detail p {
  color: #6d7c90;
  margin-bottom: 5px;
  font-size: 15px;
}

.iner-feature .detail-btn a {
  color: #6d7c90;
  border-top: 1px solid #ebebeb;
  background: #fbfbfc;
  padding: 10px 25px;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0ms all;
  -webkit-transition-delay: 0ms;
  -moz-transition: 0ms all;
  -moz-transition-delay: 0ms;
  -ms-transition: 0ms all;
  -ms-transition-delay: 0ms;
  -o-transition: 0ms all;
  -o-transition-delay: 0ms;
  transition: 0ms all;
  transition-delay: 0ms;
}

.iner-feature .detail-btn a:hover {
  background: #274abb;
  color: #fff;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.iner-feature:hover .iner-top {
  background-image: url(/wp-content/themes/propertya/libs/images/bg-slider_03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.city-property .city-inner .image-link {
  width: 100%;
  height: 100%;
  display: block;
}

.city-property .city-inner img {
  width: 100%;
}

.city-property .city-inner {
  cursor: pointer;
  transition-delay: .25s;
  position: relative;
  transition: .5s ease;
}

.city-property .text-over {
  position: absolute;
  bottom: 20px;
  left: 35px;
  right: 35px;
  display: none;
  transition-delay: 4s;
  z-index: 9999;
}

.city-property .text-over .texti a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.city-property .text-over .arw {
  float: right;
}

.city-property .text-over .arw i {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
}

.city-property .text-over p {
  color: #fff;
  line-height: 15px;
  margin-bottom: 0;
  font-size: 16px;
}

.city-property .city-inner:hover .text-over {
  display: block;
}

.city-property .city-inner:hover:after {
  background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.1) 0,rgba(0,0,0,.9) 90%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: .5rem;
  overflow: hidden;
  transition: .5s ease;
}

.cities-section .country-box {
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}

.cities-section .country-box img {
  position: relative;
  transition: opacity 1s ease 0s,-webkit-transform 1s ease 0s;
  width: 100%;
}

.country-description-overlay {
  background-color: rgba(0,0,0,.5);
  height: 84%;
  width: 88%;
  z-index: 99;
  position: absolute;
  top: 0;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.cities-section .country-box .country-description {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease- 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.cities-section .country-box .country-name {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.cities-section .country-box .country-ads {
  bottom: 0;
  display: block;
  font-size: 16px;
  color: #fff;
}

.cities-section .country-box .country-name {
  color: #fff;
  display: block;
  font-weight: 700;
}

.cities-section .country-box:hover .country-description {
  bottom: 60px;
}

.ag-hero {
  background: url(/wp-content/themes/propertya/libs/images/vectors.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 786px;
  width: 100%;
}

.ag-hero .ag-hero-inner {
  margin-top: 145px;
}

.ag-hero .main-div {
  margin-top: -15px;
  margin-left: -75px;
}

.ag-hero .main-div .user-img {
  width: 683px;
}

.ag-hero .build-bg {
  float: right;
  background-color: rgba(0,0,255,.7);
  border-radius: 0;
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.ag-hero .build-bg img {
  width: 500px;
  height: 786px;
}

.ag-hero .search-data {
  padding-right: 40px;
}

.ag-hero .search-box {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #dde6ef;
}

.ag-hero .search-box .left {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}

.ag-hero .search-box .input-field.first {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ag-hero .search-box .input-field {
  background: #fff;
  height: 70px;
  position: relative;
  padding: 7px 15px;
}

.ag-hero .search-data h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ag-hero .search-data h2 {
  font-size: 54px;
  margin-bottom: 12px;
}

.ag-hero .sec-img {
  position: relative;
  width: 670px;
}

.ag-hero .search-data p {
  font-size: 19px;
  margin-bottom: 22px;
  color: #000;
}

.ag-hero .search-data .search-box .search-inner label {
  color: #555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.ag-hero .search-data .search-box .search-inner input {
  padding: 0!important;
  height: auto!important;
}

.ag-hero .search-data .search-box .search-inner .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ag-hero .search-data .search-box button {
  position: relative;
  padding: 12px 30px;
  border: 0;
  border-radius: 0;
  background-color: #274abb;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin: 5px;
}

.ag-hero .search-box button i {
  color: #fff;
  font-size: 16px;
  margin-right: 3px;
  vertical-align: middle;
}

.ag-hero .search-data .top-agencies {
  margin-top: 45px;
}

.ag-hero .search-data .top-agencies h3 {
  font-size: 22px;
}

.ag-hero .search-data .top-agencies .agencies {
  margin-top: 25px;
}

.ag-hero .search-data .top-agencies .agencies ul li {
  transition-duration: .6s;
  transition-timing-function: linear;
  width: 33.333333%;
  margin-right: 0;
  margin-bottom: 5px;
  position: relative;
}

.ag-hero .search-data .top-agencies .agencies ul li img {
  float: left;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid #dde6ef;
  background-color: #fff;
}

.ag-hero .search-data .top-agencies .agencies ul li b {
  color: #0c1722;
  display: block;
  padding-left: 56px;
}

.ag-hero .search-data .top-agencies .agencies ul li b a {
  color: #0c1722;
  font-size: 17px;
}

.ag-hero .search-data .top-agencies .agencies ul li p {
  line-height: 14px;
  font-size: 12px;
}

.custom-style-frontend .typeahead__result .row {
  display: table-row;
}

.custom-style-frontend .typeahead__result .row>* {
  display: table-cell;
  vertical-align: middle;
}

.custom-style-frontend .typeahead__result .search-avatar img {
  height: 36px;
  width: 50px;
}

.custom-style-frontend .typeahead__result .l-title {
  padding: 0 10px;
}

.custom-style-frontend .typeahead__result .row>* {
  display: table-cell;
  vertical-align: middle;
}

.ag-hero .typeahead__field .typeahead__hint,.ag-hero .typeahead__field [contenteditable],.ag-hero .typeahead__field input,.ag-hero .typeahead__field textarea {
  background-color: #fff;
  border: none;
  border-radius: 1px;
  min-height: 20px;
}

.ag-hero .search-data .search-box .form-control {
  border: none!important;
}

.ag-hero .search-data .search-box .typeahead__cancel-button {
  top: -14px;
}

.myview {
  font-size: 15px;
}

.property-main {
  border: 1px solid #e9e9e9;
  border-radius: .5rem;
  background-color: #fff;
}

.property-main .property-img {
  position: relative;
}

.property-main .property-img .main-img {
  width: 100%;
  max-height: 170px;
  min-height: 170px;
}

.property-main .links {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}

.property-main .links ul li {
  margin-right: 0;
}

.property-main .links ul li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  background-color: #111923;
  border-radius: 4px;
  border: 1px solid #111923;
  transition: unset!important;
}

.property-main .links ul li a i {
  color: #fff;
  font-size: 16px;
}

.property-main .images-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: auto;
}

.property-main .images-link .text-span {
  float: left;
}

.property-main .images-link .img-span {
  float: left;
  margin-right: 10px;
}

.property-main .images-link .text-span b {
  font-size: 13px;
  float: left;
  color: #fff;
}

.property-main .images-link .text-span b a {
  color: #fff;
}

.property-main .images-link .text-span p {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  clear: both;
}

.property-data .text-inner .main-reg-price {
  font-size: 18px;
  color: orange;
}

.property-data .text-inner h4 {
  margin-bottom: 4px;
}

.property-data .text-inner {
  padding: 15px 15px 0;
}

.property-data .text-inner .price span {
  color: #274abb;
  font-weight: 700;
}

.property-data .text-inner h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

.property-data .text-inner h3 a {
  color: #2a2e43;
}

.property-data .text-inner p {
  font-size: 13px;
  color: #6d7c90;
  line-height: 19px;
  margin-bottom: 7px;
}

.property-data .text-inner p.p-inner {
  font-size: 13px;
  color: #6d7c90;
  line-height: 25px;
  margin-bottom: 0;
}

.property-data .text-inner small {
  color: #6d7c90;
}

a.badge:hover {
  color: #fff!important;
}

.property-data .ul-text {
  border-top: 1px solid #e9e9e9;
  margin-top: 10px;
}

.property-data .ul-text {
  font-size: 0;
}

.property-data .ul-text li {
  font-size: 14px;
  padding: 0 10px;
  margin-right: 0;
  border-right: 1px solid #e9e9e9;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: #6d7c90;
}

.property-data .ul-text li a {
  color: #3d8515;
  font-weight: 700;
}

.property-data .ul-text li:first-child {
  padding-left: 15px;
}

.property-data .ul-text li:last-child {
  border-right: 0;
}

.property-data .ul-text li .text {
  margin-left: 3px;
}

.property-main .property-img:before {
  background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.1) 0,rgba(0,0,0,.7) 95%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: .5rem;
}

.property-main .property-img .property-tools {
  top: 10px;
  background-color: #111923;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}

.property-main .images-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: auto;
}

.property-main .images-link .img-span {
  float: left;
  margin-right: 7px;
  background: #fff;
  border-radius: 4px;
}

.property-main .images-link .img-span img {
  width: 30px;
  height: 30px;
}

.property-main .property-img:hover:before {
  background: linear-gradient(to bottom,rgba(34,150,249,.7) 0,rgba(34,150,249,.1) 0,rgba(34,150,249,.9) 90%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: .5rem;
}

.hero-section-trans {
  padding-top: 170px;
  position: relative;
  padding-bottom: 65px;
}

.background-img {
  position: relative;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section-trans .hero-content-left h1 {
  margin-bottom: 27px;
  font-size: 54px;
  line-height: 1.2em;
}

.hero-section-trans .lead {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  margin: 20px 0;
  color: #fff;
}

.inner-column {
  position: relative;
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 50px 10px rgba(0,0,0,.05);
}

.inner-column h2 {
  position: relative;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-form {
  position: relative;
  z-index: 1;
}

.hero-list-event:before {
  background-color: rgba(34,34,34,.6);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.hero-list-event {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  position: relative;
  width: 100%;
}

.hero-list-event .search-container {
  display: block;
  padding: 150px 0 0;
  position: relative;
  width: 100%;
}

.hero-list-event .search-container h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}

.tab .nav-tabs {
  border: none;
  margin-bottom: 10px;
}

.tab .nav-tabs li a {
  display: block;
  padding: 20px 30px;
  margin: 0 10px 0 0;
  background: #fcfcfc;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #eee;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tab .nav-tabs li.active a {
  color: #fff;
  border: 1px solid #000;
}

.tab .nav-tabs li a:after,.tab .nav-tabs li a:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background: #333;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  left: -50%;
  opacity: .3;
  z-index: -1;
  transform: scale(0);
  transition: all .8s ease-out 0s;
}

.tab .nav-tabs li a:after {
  background: #000;
  transition: all .4s ease-in .3s;
}

.tab .nav-tabs li.active a:after,.tab .nav-tabs li.active a:before {
  opacity: 1;
  transform: scale(4);
}

.tab .tab-content {
  padding: 20px 40px;
  margin-top: 0;
  background: #cdb230;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  border: 7px double #000;
  letter-spacing: 1px;
  position: relative;
}

.tab .tab-content h3 {
  font-size: 24px;
  margin-top: 0;
}

@media only screen and (max-width:767px) {
  .tab .nav-tabs li a {
    padding: 7px 15px;
  }
}

@media only screen and (max-width:479px) {
  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .tab .nav-tabs li a:after,.tab .nav-tabs li a:before {
    width: 100%;
  }
}

.my-hero-four {
  padding: 220px 0;
  position: relative;
}

.my-hero-four.hero-type-modern {
  padding: 150px 0;
}

.hero-type-modern .hero-four-content h1 {
  color: #000;
}

.hero-type-modern .hero-four-content h1 span {
  font-weight: 900;
}

.hero-type-modern .hero-four-content p.prop-stats {
  font-size: 26px;
  color: #000;
}

.hero-type-modern .hero-four-content p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
}

.hero-type-modern .hero-four-content .btn+.btn {
  margin-left: 15px;
}

.hero-four-content p {
  margin-bottom: 15px;
  font-size: 22px;
  color: #fff;
}

.hero-four-content h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

.classic-search-bar {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #dde6ef;
  background-color: #fff;
  margin-top: 50px;
  text-align: left;
}

.classic-search-bar button {
  position: relative;
  padding: 12px 30px;
  border: 0;
  border-radius: 0;
  background-color: #274abb;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin: 5px;
}

.classic-search-bar .left {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}

.classic-search-bar .input-field.first {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.classic-search-bar .input-field {
  background: #fff;
  height: 80px;
  position: relative;
  padding: 10px 20px;
}

.classic-search-bar .typeahead__cancel-button {
  line-height: auto;
}

.classic-search-bar .search-inner label {
  color: #555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
}

.classic-search-bar .input-wrap.second {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}

.classic-search-bar .form-control {
  border: none!important;
  background-color: transparent;
}

.classic-search-bar .search-inner input {
  padding: 0!important;
  height: auto!important;
}

.classic-search-bar .input-field.second {
  min-width: 262px;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #e5e5e5;
  padding-right: 5px;
}

.classic-search-bar .typeahead__field .typeahead__hint,.classic-search-bar .typeahead__field [contenteditable],.classic-search-bar .typeahead__field input,.classic-search-bar .typeahead__field textarea {
  background-color: #fff;
  border: none;
  border-radius: 1px;
  min-height: 30px;
}

.classic-search-bar .select2 .select2-selection--single {
  border: none;
  border-radius: 0;
  background-color: transparent;
  height: auto;
}

.classic-search-bar .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 28px;
}

.classic-search-bar .select2-container--classic .select2-selection--single:focus,.classic-search-bar .select2-container--classic.select2-container--open .select2-selection--single {
  border: none;
}

p.prop-stats span {
  color: #20292f;
  font-weight: 700;
}

.my-hero-four.hero-type-5 {
  padding: 162px 0!important;
  background-color: #edeff8;
}

.hero-type-5 .hero-four-content h1 {
  color: #20292f;
}

.hero-5-png img {
  position: absolute;
  top: 9%;
  right: 0;
}

.hero-type-5 .hero-four-content p {
  color: #000;
}

.hero-type-5 .classic-search-bar .search-inner label {
  color: #20292f;
}

.hero-type-5 .classic-search-bar {
  margin-top: 30px;
}

.hero-four-content p.prop-stats {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}

.prop-card {
  position: relative;
  border-width: 0;
  box-shadow: 0 12px 15px rgba(140,152,164,.1);
  transition: all .2s ease-in-out;
}

.prop-card .card-body span {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
  font-size: 15px;
}

.prop-card .card-footer span {
  color: #fff;
}

.bg-img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.prop-types-carsol.owl-carousel .owl-stage-outer {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.prop-types-carsol .card {
  margin-bottom: 0;
}

.prop-types-carsol .card .card-body {
  min-height: 230px;
  position: relative;
  z-index: 11;
}

.prop-types-carsol .card .card-footer {
  padding: 1.25rem;
}

.prop-types-carsol.owl-carousel.owl-theme .owl-next,.prop-types-carsol.owl-carousel.owl-theme .owl-prev {
  background-color: #fff;
  border-radius: 50%;
  color: #006c70;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 40%;
  width: 40px;
  box-shadow: 0 3px 6px 0 rgba(140,152,164,.25);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.prop-types-carsol.owl-carousel.owl-theme .owl-prev {
  left: -25px;
}

.prop-types-carsol.owl-carousel.owl-theme .owl-next {
  right: -170px;
}

.main-home-sec7 h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-home-sec7 p {
  color: #fff;
}

.section-padding-extra {
  padding: 100px 0;
  position: relative;
}

.call-actionz .parallex-text h5 {
  color: #2296f9;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.call-actionz .parallex-text h4 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}

.call-actionz p {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 40px;
  font-size: 22px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 700;
}

.call-actionz .parallex-text a.btn {
  margin-right: 20px;
  color: #fff;
}

.brs p {
  margin-bottom: 30px;
}

.brs a.btn {
  margin-right: 20px;
}

.additional-feature h5 {
  font-size: 19px;
}

.additional-feature .icon {
  font-size: 22px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.additional-feature p {
  margin-bottom: 20px;
}

.row .additional-feature:nth-child(10n+1) span {
  background-color: #c6e6fd;
  color: #63b0e3;
}

.row .additional-feature:nth-child(10n+2) span {
  background-color: #efe3e3;
  color: #ed7265;
}

.row .additional-feature:nth-child(10n+3) span {
  background-color: #77df40;
  color: #c8f2b2;
}

.row .additional-feature:nth-child(10n+4) span {
  background-color: #f4c837;
  color: #fae9af;
}

.section-lg {
  padding: 120px 0 130px;
}

.section-lg h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
}

.section-lg p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}

.section-lg .heading-6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #2296f9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(7,25,57,.1),0 1px 2px 0 rgba(7,25,57,.2);
  padding: 1rem 2rem;
}

@media (max-width:992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: .5rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  padding: 1rem 30px;
  border-color: #ebebeb;
  font-size: 19px;
  color: #20292f;
  background: #fff;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #fff;
}

@media (max-width:650px) {
  .nav-tabs {
    display: block;
  }
}

.herosearch-form .search-form-inner {
  width: calc(100% - 180px);
}

.herosearch-form {
  position: relative;
  width: 100%;
}

.search-form-inner {
  width: calc(100% - 170px);
  position: relative;
  float: left;
}

.homebg-top2 .m-heading {
  width: 60%;
  color: #fff;
  margin-bottom: 40px;
}

.homebg-top2 {
  padding: 180px 0;
}

.homebg-top2 .m-heading h1 {
  color: #fff;
}

.homebg-top2 .m-heading p {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
}

.homebg-top2 .nav-tabs {
  margin-top: 50px;
}

#agents .custom-style-frontend .typeahead__result .search-avatar img {
  height: 50px;
  width: 50px;
}

.typeahead__list {
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}

.typeahead__list li a {
  position: relative;
}

.homebg-top2 .tab-content div[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.homebg-top2 .tab-content .btn {
  margin-top: 33px;
  height: 53px;
}

.input-group-text {
  background-color: transparent;
  border: none;
}

.sb-header.make-me-trans {
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.sb-header.make-me-trans .sb-menu ul li a {
  color: #fff;
}

.sb-header.make-me-trans .sb-menu ul ul li>a {
  color: #686868;
}

.sb-header.make-me-trans .sb-menu .pages-heading a {
  color: #232323;
}

.sb-header.make-me-trans .auth-elements li.user-avatar-dp img {
  background-color: #fff;
}

.intro-hero-1 {
  color: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.intro-hero-1 .hero-content-1 {
  color: #fff;
  padding-bottom: 200px;
  padding-top: 200px;
}

.intro-hero-1 .hero-content-1 .hero-title {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 25px;
}

.intro-hero-1 .hero-content-1 .hero-tagline {
  font-size: 22px;
  color: #fff;
  width: 85%;
  margin: 0 auto 35px;
}

.intro-hero-1 .hero-content-1 h2 {
  font-size: 54px;
  color: #fff;
  margin-bottom: 10px;
}

.intro-hero-1 .hero-content-1 .btn+.btn {
  margin-left: 10px;
}

.btn-theme.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.advanced-search-builder {
  position: relative;
  margin-top: -106px;
  z-index: 7;
}

.advanced-search-builder div[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.advanced-search-builder h3 {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
}

.advanced-search-builder .btn {
  height: 53px;
}

.advanced-search-builder .btn.with-labels,.search-bar2 .search-style-2 .btn.with-labels {
  margin-top: 35px;
}

.advanced-search-builder .my-from-padding {
  padding-bottom: 33px!important;
}

.search-bar2 {
  box-shadow: 0 3px 5px rgba(0,0,0,.07);
  position: relative;
}

.search-bar2 .search-style-2 {
  padding: 33px 0;
}

.search-bar2 .search-style-2 div[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.home-hero-eight {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background-size: cover;
  position: relative;
  min-height: 700px;
}

.home-hero-eight .heading-zones {
  text-align: center;
  margin-bottom: 20px;
}

.home-hero-eight .heading-zones h2 {
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.hero-eight-filters {
  box-shadow: 0 0 0 9px rgba(255,255,255,.2);
}

.home-hero-eight .heading-zones h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}

.radius-dropdown {
  position: absolute;
  right: 0;
  border-bottom: none;
  z-index: 9999;
}

.radius-dropdown .radius-menu-dropdown {
  width: 20.5rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
  box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
}

.radius-dropdown .radius-menu-dropdown-area {
  padding: 1.125rem 0 1.625rem;
  text-align: center;
  max-width: 16.125rem;
  margin: 0 auto;
}

.radius-dropdown .radius-menu-dropdown-area .price-range-slider label {
  text-align: left;
}

.radius-dropdown .radius-menu-dropdown-area .distance-slider.price-range-slider {
  padding: 10px 0 45px;
}

.fas.clr-white {
  color: #fff;
}

.get-my-location {
  background: -moz-linear-gradient(180deg,#75d146,#50bf17);
  background: -webkit-linear-gradient(180deg,#75d146,#50bf17);
  background: -webkit-gradient(linear,100% 0,0 0,from(#75d146),to(#50bf17));
  background: -o-linear-gradient(180deg,#75d146,#50bf17);
  background: linear-gradient(180deg,#75d146,#50bf17);
  color: #fff;
}

.hero-eight-filters .input-group .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 0;
}

.hero-eight-filters .input-group .typeahead__container {
  flex: 1 1 auto;
}

.hero-eight-filters .input-group .typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.hero-eight-filters .input-group .typeahead__label .typeahead__cancel-button {
  z-index: 9;
}

.dark-footer {
  text-align: center;
  background: #0c1722 none repeat scroll 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.dark-footer:after {
  background: url(/wp-content/themes/propertya/libs/images/footerbg.png);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.dark-footer .footer-top {
  padding: 60px 0 50px;
  color: #e3e3e3;
}

.footer-copy {
  padding: 25px 0;
  background: #0c1722 none repeat scroll 0 0;
  text-align: center;
  border-top: 1px solid #3d454e;
}

.footer-text p {
  margin: 0;
  font-size: 16px;
  color: #eee;
}

.footer-text p a {
  color: #eee;
}

.dark-footer .propertya-footer-widgets {
  margin-top: 30px;
  text-align: left;
}

.dark-footer .about-us-info p {
  color: #eee;
  margin: 20px 0;
}

.dark-footer .social-icons {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}

.dark-footer .social-icons ul {
  list-style: none;
  margin-bottom: 10px;
}

.social-icons ul li {
  display: inline;
  margin-right: 5px;
}

.dark-footer ul.social li a {
  width: 32px;
  height: 32px;
  background: #3c3c3c;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}

.dark-footer .social-icons ul li i {
  font-size: 14px;
  color: #eee;
}

.dark-footer .propertya-footer-widgets h2 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.dark-footer .list {
  list-style: none;
}

.dark-footer .list li {
  padding-left: 15px;
  margin: 0 0 10px;
  position: relative;
}

.dark-footer .list li a {
  color: #eee;
}

.dark-footer .list li i {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  color: #36bfc4;
  margin-top: -8px;
}

.widget-seprator.card-comments {
  padding-bottom: 15px;
  margin-top: 16px;
}

.widget-seprator.card-comments,.widget-seprator.comment-form-reply {
  background-color: #fff;
}

.widget-seprator.card-comments h3.sec-title,.widget-seprator.comment-form-reply h3.sec-title {
  margin: 0;
}

.widget-seprator.comment-form-reply p.form-submit {
  margin-top: 1rem;
  margin-bottom: 0;
}

.comment-reply-link {
  margin-left: 5px;
}

.for-sp.is-sticky .card-body .custom_radioss {
  margin-bottom: 5px;
}

.for-sp.is-sticky .card-body .btn {
  margin-top: 15px;
}

.content-wrapper .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline;
}

.content-wrapper .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 70px;
  z-index: 9;
}

.uploading-attachments {
  background-color: #f3f7fd;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
}

.uploading-attachments img {
  width: 45px;
  margin-right: 10px;
  vertical-align: top;
}

.uploading-attachments.temp-atatchment i {
  float: right;
}

.uploading-attachments i {
  display: inline-block;
  float: left;
  font-size: 30px;
  margin-top: 10px;
  margin-right: 10px;
}

.uploading-attachments .attachment-data {
  display: inline-block;
}

.uploading-attachments .attachment-data h4 {
  margin-bottom: 0;
}

.uploading-attachments .attachment-data a.btn-pro-clsoe-icon {
  position: absolute;
  right: 2%;
  top: 23%;
}

.uploading-attachments .attachment-data a.btn-pro-clsoe-icon i {
  font-size: 20px;
  color: #ff4747;
}

.no-attachemt-image img-grid i {
  text-align: center;
  font-size: 30px;
}

.attach_suff i {
  position: absolute;
  right: 40px;
  color: #00aeef;
  font-size: 20px;
  margin-top: 15px;
}

#selected_attach_html_render p {
  margin-bottom: 0;
}

.uploading-attachments:first-child {
  margin-top: 20px;
}

.loading-center {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  margin-top: -14px;
  margin-left: -14px;
  z-index: 9;
}

.custom-meta-gallery.only-with-preview li {
  position: relative;
  overflow: hidden;
}

.temp_gallery_data {
  margin-top: 10px;
}

.pre-temp-img img {
  height: 100px;
}

.project-price.service {
  border: 1px solid #e3f8fa;
  border-radius: 0;
  background-color: #e3f8fa;
  margin-top: 0;
  margin-bottom: 15px;
}

.project-price.service .feature i {
  color: #26c6da;
}

.project-price.service.small-with-top .feature i {
  top: 7px;
}

.project-price .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem;
  position: relative;
}

.project-price .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.project-price .feature i {
  font-size: 70px;
  color: #777;
  opacity: .3;
  position: absolute;
  top: 20px;
  right: 25px;
}

.project-price .price-label {
  color: #777;
  font-size: 12px;
}

.project-price .price {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.project-price .price h3 {
  font-size: 26px;
}

.project-price .price .clr-blu {
  font-size: 16px;
}

.floor-plan-avatar-upload {
  position: relative;
  max-width: 150px;
}

.floor-plan-avatar-upload .floor-plan-avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: -4px;
}

.floor-plan-avatar-upload .floor-plan-avatar-edit input {
  display: none;
}

.floor-plan-avatar-upload .floor-plan-avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
  cursor: pointer;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.floor-plan-avatar-upload .floor-plan-avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.floor-plan-avatar-upload .floor-plan-avatar-edit input+label:after {
  content: "\f303";
  font-family: 'Font Awesome 5 Free';
  color: #366cf3;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-weight: 900;
}

.floor-plan-avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
}

.floor-plan-avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.florplan-temp-loader {
  text-align: center;
}

.florplan-temp-loader i {
  position: relative;
  top: calc(50% - 10px);
  font-size: 22px;
}

.not-authorized .error-page-content h2 {
  font-size: 44px;
  margin-bottom: 5px;
}

.nhome-3.extra-front-padding .call-us {
  padding: 27px 51px;
}

.margin-bottom-30 {
  margin-bottom: 30px!important;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0!important;
}

.author-review-content .profile-review-reply-box {
  background-color: #edeff8;
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.author-review-content .profile-review-reply-box h5 {
  font-size: 17px;
}

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

.timehour-ago {
  padding-left: 10px;
  font-size: 14px;
}

.timehour-ago i {
  padding-right: 5px;
  font-size: 13px;
  color: #2296f9;
}

.singleprofile-reviews .profile-review-box .profile-review-box-info .review-actions {
  margin-bottom: 20px;
  margin-top: 0;
}

.singleprofile-reviews .profile-review-box-info .profile-review-box-text .profile-review-reply-box p {
  cursor: pointer;
}

.profile-review-box .profile-review-box-info .rating-stars-box .rating-stars label {
  color: #000;
}

.singleprofile-reviews .profile-review-box .profile-review-box-info {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.singleprofile-reviews .profile-review-box {
  background-color: #fff;
  box-shadow: 1px 0 20px rgba(0,0,0,.07);
}

.profile-mark-as {
  margin-left: 10px;
}

.singleprofile-reviews .review-main-title {
  font-size: 17px;
}

.timehour-ago .profile-mark-as .highly-recommended {
  color: #73d500;
}

.timehour-ago .profile-mark-as .nothighly-recommended {
  color: #fd907e;
}

.profile-review-reply-box-new {
  background-color: #edeff8;
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.profile-review-reply-box-new h5 {
  font-size: 17px;
}

.align-detials {
  text-align: right;
  float: right;
  color: #20292f;
  font-weight: 700;
}

.is-show-me {
  display: block!important;
}

.type-3-box {
  padding: 40px 30px;
  border: 1px solid #f2f0f0;
  text-align: center;
  min-height: 240px;
  background-color: #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease- 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}

.type-3-box a {
  display: block;
  text-align: center;
  position: relative;
  background-color: #fff;
  font-size: 20px;
  color: #20292f;
  font-weight: 700;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.type-3-box a .cat-icons {
  margin-bottom: 15px;
  min-height: 70px;
}

.type-3-box a .cat-icons img {
  display: block;
  margin: 0 auto;
  width: 80px;
  max-width: 80px;
  position: relative;
  z-index: 1;
}

.type-3-box a .cat-icons:before {
  position: absolute;
  top: 0;
  left: 30px;
  content: '';
  width: 60px;
  height: 60px;
  background: rgba(34,150,249,.2);
  border-radius: 30% 50% 50% 50%/30% 41% 59% 70%;
}

.type-3-box a span {
  color: #777;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.our-process-cycle {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
  box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
  border-radius: 4px;
}

.our-process-cycle img {
  max-width: 70px!important;
  margin-bottom: 22px;
}

.our-process-cycle h3 {
  margin-bottom: 15px;
}

.our-process-cycle p {
  margin-bottom: 18px;
}

.our-process-cycle span {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #04b8e5;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.our-process-cycle span {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 30px;
  font-size: 20px;
  line-height: 60px;
}

.our-services .our-process-cycle:hover img {
  animation: shake 1.7s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  perspective: 200px;
}

@keyframes shake {
  10%,90% {
    transform: translate3d(-1px,0,0);
  }

  20%,80% {
    transform: translate3d(2px,0,0);
  }

  30%,50%,70% {
    transform: translate3d(-4px,0,0);
  }

  40%,60% {
    transform: translate3d(4px,0,0);
  }
}

.testimonials-modern-1 .testimonials-item {
  z-index: 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 1px #ebebeb;
  box-sizing: border-box;
  -webkit-transition: box-shadow .3s ease,z-index 0s .3s ease,-webkit-transform .3s ease;
  transition: box-shadow .3s ease,z-index 0s .3s ease,-webkit-transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,z-index 0s .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,z-index 0s .3s ease,-webkit-transform .3s ease;
  padding: 3rem;
}

.testimonials-modern-1 .testimonials-item .client-info {
  position: relative;
  padding-left: 110px;
  margin-bottom: 40px;
}

.testimonials-modern-1 .testimonials-item .client-info .img {
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-modern-1 .testimonials-item .client-info .img img {
  border-radius: 50%;
  width: 86px;
  height: 86px;
}

.testimonials-modern-1 .testimonials-item .client-info .client-title {
  display: inline-block;
  margin-top: 14px;
}

.testimonials-modern-1 .testimonials-item .client-info .client-title h4 {
  font-size: 20px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.testimonials-modern-1 .testimonials-item .client-info .client-title span {
  display: inline-block;
}

.testimonials-modern-1 .testimonials-item p {
  margin-bottom: 0;
}

.testimonials-modern-1 .testimonials-item i {
  position: absolute;
  right: 28px;
  bottom: 38px;
  font-size: 98px;
  color: #2296f9;
  -webkit-transition: .4s;
  z-index: -1;
  transition: .4s;
  opacity: .05;
}

.testimonials-modern-1 .testimonials-item:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0,0,0,.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 4px;
  -webkit-transition: box-shadow .1s ease,z-index 0s .1s ease,-webkit-transform .1s ease;
  transition: box-shadow .1s ease,z-index 0s .1s ease,-webkit-transform .1s ease;
  transition: box-shadow .1s ease,transform .1s ease,z-index 0s .1s ease;
  transition: box-shadow .1s ease,transform .1s ease,z-index 0s .1s ease,-webkit-transform .3s ease;
}

.testimonials-modern-1 .social-ads img {
  padding: 0 10px;
}

.testimonials-modern-1 .social-ads {
  margin-top: 50px;
}

.testimonials-classic-1 blockquote {
  background-color: #edeff8;
  border-radius: 6px;
  color: #404040;
  font-size: 1.1em;
  font-weight: 400;
  margin: auto;
  font-style: normal;
  padding: 40px;
  vertical-align: middle;
}

.testimonials-classic-1 .testimonialArrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #edeff8;
  margin-left: 48px;
}

.testimonials-classic-1 .user-avatar {
  border-radius: 50%;
  border: solid 3px #fff;
  display: inline;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
}

.testimonials-classic-1 .author {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 30px 0 0 10px;
  text-decoration: none;
  text-transform: capitalize;
}

.agency-grid-6 {
  padding: 20px 25px 25px;
  background: #fff;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ebebeb;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #ebebeb;
}

.agency-grid-6 .ageny-6-label {
  position: absolute;
  top: 25px;
  left: 20px;
  padding: 0 10px;
  border-radius: 3px;
  color: #6b4e00;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  background: #ffc938;
}

.agency-grid-6 .agency-grid-6-img {
  margin: 24px auto 10px;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agency-grid-6 .agency-grid-6-img img {
  height: auto;
  max-width: 100%;
}

.agency-grid-6 .agency-grid-6-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.border-top-left {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.mimimal-counter .border-counter {
  margin-bottom: 30px;
}

.mimimal-counter .border-counter .counter-inner {
  border-right: 1px solid #ebebeb;
}

.mimimal-counter .border-counter .counter-inner:last-child {
  border-right: none;
}

.mimimal-counter .border-counter .counter-inner span img {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  margin-left: 30px;
}

.mimimal-counter .counter-inner b {
  color: #0c1722;
  font-weight: 700;
  font-size: 28px;
}

.mimimal-counter .border-counter .counter-inner p {
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0;
}

.mimimal-counter .min-cont {
  position: relative;
  margin-top: 8px;
}

.testi-text p:after {
  color: #2296f9;
  content: '\201C';
  display: block;
  font-size: 100px;
  position: absolute;
  left: 24px;
  top: 0;
}

.full-width-testimonials .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block!important;
  border: 0 solid #000;
}

.full-width-testimonials .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block!important;
  border: 0 solid #000;
}

.full-width-testimonials .owl-next i,.full-width-testimonials .owl-prev i {
  color: #fff;
  background: #2296f9;
  padding: 10px 15px;
  font-size: 18px;
}

.full-width-testimonials.owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
}

.card-agent-2 .listing-owner-social {
  padding-top: 0;
  margin-top: 5px;
  border-top: none;
  margin-bottom: 0;
}

.card-agent-2 .card-title {
  margin-bottom: 0;
}

.card-agent-2 .category {
  margin-bottom: 0;
}

.wp-block-button {
  color: #fff;
  margin-bottom: 16px;
}

.post-excerpt .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.post-excerpt .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  background: 0 0;
  color: #20292f;
  border: 2px solid #2296f9;
}

.post-excerpt .wp-block-cover p:not(.has-text-color) {
  font-size: 2.25em;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
}

.post-excerpt .wp-block-cover-text a,.post-excerpt .wp-block-cover-text strong {
  color: #fff;
  font-weight: 700;
}

.post-excerpt .wp-block-cover,.post-excerpt .wp-block-cover-image {
  padding: 1rem 2%;
  position: relative;
  margin-bottom: 16px;
}

.post-excerpt .wp-block-gallery .blocks-gallery-grid,.post-excerpt .wp-block-gallery .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post-excerpt .wp-block-columns ol {
  padding-left: 15px;
}

.post-excerpt .wp-block-columns blockquote,.post-excerpt .wp-block-columns blockquote p {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.post-excerpt .wp-block-columns blockquote:after {
  display: none;
}

blockquote cite {
  color: #000;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

p.has-drop-cap:first-letter {
  color: #2296f9;
  initial-letter: 2;
  font-size: 82px!important;
  font-weight: 700;
}

.post-excerpt .has-large-font-size {
  font-size: 36px;
  line-height: 1.4;
}

.wp-block-file a {
  text-decoration: underline;
  display: block;
  margin-bottom: 16px;
  color: #001733;
  font-weight: 600;
}

.wp-block-file .wp-block-file__button {
  padding: 12px 30px;
  background: #2296f9;
  border: 1px solid #2296f9;
  border-radius: 0;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  font-size: 16px;
  display: inline-table;
}

.wp-block-file *+.wp-block-file__button {
  margin-left: 0;
  margin-bottom: 0;
}

.wp-block-archives-dropdown,.wp-block-calendar,.wp-block-categories-dropdown,.wp-block-columns,.wp-block-file,.wp-block-group.has-background,.wp-block-media-text,.wp-block-rss,.wp-block-search {
  margin-bottom: 16px;
}

.post-desc .wp-block-latest-comments,.post-desc .wp-block-rss,.wp-block-archives.wp-block-archives-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 16px;
}

.blog-sidebar .widget ul li,.wp-block-archives-list li,.wp-block-rss li {
  width: 100%;
  margin: 0;
  text-align: left;
  display: table;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  color: #aaa;
}

.wp-block-archives-list li a,.wp-block-rss li a {
  text-align: left;
  color: #20292f;
  float: left;
  font-size: .9375rem;
  margin-left: 0;
  margin-right: 5px;
  font-weight: 700;
}

.wp-block-archives-list li:last-child,.wp-block-rss li:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}

.wp-block-archives .select2-container .select2-selection--single,.wp-block-categories .select2-container .select2-selection--single {
  background-color: #fff;
}

.post-excerpt .wp-block-latest-comments__comment a,.post-excerpt .wp-block-latest-comments__comment-author {
  font-size: 18px;
  color: #20292f;
  font-weight: 700;
  text-transform: capitalize;
}

.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
}

.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 1em;
}

.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #20292f;
}

.post-excerpt .wp-block-search__input {
  border-radius: 0;
  box-shadow: none;
  color: #999;
  font-size: 14px;
  background: #fbfdff;
  height: auto;
  padding: 10px 20px;
  transition: all .2s cubic-bezier(0,0,.58,1) 0s;
  border: 1px solid #dde6ef;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
  display: none;
}

.widget .tagcloud a,.wp-block-tag-cloud .tag-cloud-link {
  border: 1px solid #ebebeb;
  background-color: #fff;
  display: inline-block;
  font-size: 16px!important;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 5px 18px;
  border-radius: 0;
  text-transform: capitalize;
  transition: all .3s ease 0s;
  o-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  color: #000;
  text-decoration: none;
}

.post-excerpt .wp-block-group.has-background .wp-block-group__inner-container {
  word-break: break-word;
  padding: 25px;
}

.post-excerpt .wp-block-separator,.post-excerpt .wp-block-separator hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
}

.post-excerpt hr.is-style-wide {
  max-width: 100%;
}

.post-excerpt .wp-block-separator.is-style-dots {
  max-width: 100%;
  text-align: center;
}

.post-desc .page_with_pagination .page-links a {
  text-decoration: none;
}

.sb-header.make-me-trans .sb-menu .user-menu--dropdown .user-menu__signin-area .user-menu__new-account a {
  color: #2296f9;
}

.agent-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.agent-list1 .thumb {
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
}

.agent-list1 .agent-list1-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agent-list1 .thumb+.agent-list1-area {
  padding-left: 20px;
}

.agent-list1 .agent-list1-area .content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.agent-list1 .agent-list1-area .btn-light {
  color: #212529;
  background-color: #f7f8fc;
  border-color: #e6e6e6;
}

.agent-list1:hover .btn-light {
  color: #fff;
}

.contact-us .sec-heading {
  margin-bottom: 20px;
}

.contact-us h6 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-us h5 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-us ul li {
  color: #000;
}

.contact-us .footer-address p,.contact-us .no-bot {
  margin-bottom: 0;
}

#p-agents.widget-seprator {
  padding-bottom: 5px;
}

.sticky-button-edit {
  position: fixed;
  text-align: center;
  right: 80px;
  bottom: 25px;
  display: block;
  color: #fff;
  text-decoration: none;
  boder: 1px solid #16a085;
  background-color: #16a085;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
}

.sticky-button-featured {
  position: fixed;
  text-align: center;
  right: 135px;
  bottom: 25px;
  display: block;
  color: #fff;
  text-decoration: none;
  boder: 1px solid #dc4a38;
  background-color: #dc4a38;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
}

.sticky-button-edit i,.sticky-button-featured i {
  color: #fff;
}

#compare-toolbox {
  z-index: 999;
  overflow: visible!important;
  position: fixed;
  top: 120px;
  right: -270px;
  width: 270px;
  -webkit-transition: right .1s ease-in-out;
  -moz-transition: right .1s ease-in-out;
  transition: right .1s ease-in-out;
}

#compare-toolbox.toolbox-open {
  right: 0;
  display: flex;
}

#compare-toolbox .panel-heading {
  cursor: pointer;
  margin-right: 30px;
  width: 414px;
  height: 47px;
  right: 44px;
  background: -webkit-linear-gradient(left,#32408f 70%,#7684cf);
  background: -o-linear-gradient(left,#32408f 70%,#7684cf);
  background: linear-gradient(to right,#32408f 70%,#7684cf);
  font-size: 18px;
  color: #fff;
  position: relative;
}

#compare-toolbox .panel-heading .panel-title {
  padding-left: 40px;
}

#compare-toolbox .panel-body {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.16);
  max-height: 63vh;
}

#compare-toolbox .panel-icon {
  font-size: 22px;
  padding-right: 20px;
  padding-left: 10px;
  line-height: 47px;
}

.compare-listings-box img {
  padding: 5px;
  border: 3px solid #edeff8;
  background-color: #edeff8;
  width: 230px;
  height: 165px;
}

.vsbox {
  background: #232323 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  width: 30px;
  z-index: 5;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

.compare-action-btns {
  position: relative;
  margin-top: 20px;
}

.table tbody tr.no-hover:hover,.table tbody tr.no-stripe {
  background-color: transparent!important;
}

.single-comparison h1 {
  font-size: 20px;
}

.single-comparison .compare-img-box img {
  width: 300px;
  background-color: #edeff8;
  padding: 5px;
  position: relative;
  clear: both;
  margin-bottom: 15px;
}

.single-comparison .table td,.single-comparison .table th {
  border: none;
}

.compare-table table tr>th {
  width: 21%;
  background: #edeff8;
  padding-left: 20px;
}

.compare-table table tr.no-stripe>td {
  padding: 0 10px 20px;
  vertical-align: top;
}

[class*=compare-table] table tr>td {
  border-top: 2px solid #e2e5e5;
  padding: 8px 15px;
  border-width: 1px;
}

[class*=compare-table] table tr.other-features>td {
  vertical-align: top;
}

.compare-table table tr.no-stripe>th {
  padding-bottom: 0;
  vertical-align: middle;
  padding-top: 0;
}

.compare-table table tr.other-features>th {
  vertical-align: top;
}

.compare-table table li span {
  padding-left: 5px;
  vertical-align: middle;
}

.compare-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.compare-price {
  margin-top: 10px;
}

.single-comparison td a {
  color: #6d7c90;
}

.compare-listings-box h5.card-title {
  font-size: 18px;
}

a.btn-custom-sm {
  color: #fff!important;
}

.btn-custom-sm {
  padding: .375rem .75rem;
  color: #fff;
}

.remove_compare_list {
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  transition: visibility 0s,opacity .5s linear;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}

.remove_compare_list:hover {
  color: #fff;
}

.compare-listings-box {
  position: relative;
  display: block;
  width: 100%;
}

.propertya-footer-widgets .footer-img img {
  width: 191px;
}

.widget-seprator.card-comments .comment-respond {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-seprator.card-comments .comment-respond p.form-submit {
  margin-bottom: 0;
}

.widget-seprator.card-comments .comment-respond h3.comment-reply-title {
  margin-bottom: 10px;
}

.post-desc address,.post-excerpt.post-desc p {
  line-height: 1.8;
}

.bd-links .sidebar-widget {
  padding-top: 30px;
}

.bd-sidebar {
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  order: 0;
  max-height: calc(125vh - 2rem);
  position: sticky;
  top: 1rem;
  z-index: 9;
  height: 999px;
  overflow: hidden;
  display: block;
}

.bd-toc {
  font-size: .875rem;
  order: 2;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  max-height: calc(125vh - 2rem);
  overflow-y: auto;
  position: sticky;
  top: 1rem;
}

.bd-content {
  order: 1;
  background: #edeff8;
}

.bd-content.custom-padding {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#bd-docs-nav .sidebar-widget {
  padding-bottom: 70px;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear,opacity .2s linear;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear,opacity .2s linear;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y {
  opacity: .6;
}

.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: .9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear,height .2s ease-in-out;
  -webkit-transition: background-color .2s linear,height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear,width .2s ease-in-out;
  -webkit-transition: background-color .2s linear,width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .ps {
    overflow: auto !important;
  }
}

.bd-links #features-content .amen-features div.custom_checkbox {
  width: 100%;
}

.bd-content .main-data .img-data,.main-data,.bd-content .card.ad-card-1 .card-image,.bd-content .card.ad-card-3 .card-image,.bd-content .card.ad-card-4 .card-image,.bd-content .card.ad-card-2 .card-image,.bd-content .card.ad-card-5 .card-image,.bd-content .card.ad-card-7 .card-image {
  min-height: auto;
}

.bd-content .listing-data .heaing-d h3,.bd-content .card-title {
  font-size: 18px;
}

.bd-content .zitem-price span,.bd-content .item-price {
  font-size: 16px;
}

.bd-content .card.ad-card-3 .item-price small,.bd-content .prop-category-sel a {
  font-size: 13px;
}

.bd-content .zitem-price {
  font-size: 14px;
}

.bd-content .mygrid-type-1 .listing-data p,.bd-content .card.ad-card-1 p,.bd-content .card.ad-card-3 p,.bd-content .card.ad-card-4 p,.bd-content .card.ad-card-5 p,.bd-content .card .category,.bd-content .item-price small {
  font-size: 14px;
}

.bd-content .badge {
  font-size: 13px;
  padding: 3px 7px;
}

.bd-content .home-amenties>div {
  font-size: 14px;
}

.bd-content .ad-card-4 .card-body ul .list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.bd-links .stv-radio-button+label {
  margin-right: inherit;
  font-size: 14px;
  padding: .5em 14.5px;
}

.blog-section-2 .blog-inner-box .image img {
  max-width: 100%;
}

.elementor-element-edit-mode.elementor-widget-search-with-filters .bd-links .sidebar-widget {
  display: none;
}

.blog-inner-box .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-inner-box .image img {
  max-width: 100%;
}

.home-based-search {
  background-color: #edeff8;
}

.home-seemless-search.search-bar2 {
  box-shadow: none;
  z-index: 9;
  background: #232323;
  top: 0;
}

.home-seemless-search.search-bar2 .search-style-2 {
  padding: 16px 0 0;
  margin-top: -1px;
}

.home-seemless-search.search-bar2 .search-style-2 .form-group label {
  color: #fff;
}

.home-based-search .filter-sorting-bar {
  background-color: #fff;
}

.home-seemless-search.search-bar2 .search-style-2 .btn.with-labels {
  margin-top: 32px;
}

.home-seemless-search.search-bar2 .search-style-2 .btn {
  padding: 14px 30px;
}

.seemles-home-sidebar {
  background-color: #fff;
  padding-top: 35px;
}

.make-me-sticky-home {
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

.listing-detial-stater h1 {
  font-size: 30px;
}

.list-meta-two {
  position: relative;
  margin-top: 5px;
}

.list-meta-two ul {
  list-style: none;
  color: #fff;
}

.list-meta-two ul li {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

.list-meta-two ul li a {
  color: #fff;
}

.list-meta-two ul li a i {
  margin-right: 5px;
}

.list-meta-two ul li:after {
  content: "|";
  width: 100%;
  height: 100%;
  color: #ddd;
  margin-left: 15px;
}

.list-meta-two ul li:last-child {
  margin: 0;
}

.list-meta-two ul li:last-child:after {
  content: "";
  margin: 0;
}

.bg-light {
  background-color: #fff !important;
}

.box-shadow-lg {
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1) !important;
}

.custom-sidebar-padding {
  padding: 1.875rem;
}

.main-dis-area .agent-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.main-dis-area .agent-title .agent-photo {
  float: left;
  display: block;
}

.main-dis-area .agent-title .agent-photo img {
  border-radius: 50%;
  max-width: 72px;
  background-color: #d9dddf;
}

.main-dis-area .agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-dis-area .agent-details h4 {
  color: #333;
  margin: 0 0 2px;
  font-size: 18px;
}

.main-dis-area .agent-details h4 a {
  color: #20292f;
}

.main-dis-area .agent-details span {
  color: #999;
}

.ctn-btn-click {
  padding: 6px;
  background: 0 0;
  color: teal;
  border: 1px solid teal;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.ctn-btn-click:hover {
  color: teal;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.listing-detial-stater {
  position: relative;
  padding: 1.6rem 0 6.475rem;
  background: #0c1722;
}

.main-dis-area {
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: .3rem;
  position: relative;
  margin-top: -85px;
}

.clearfix.space-4 {
  margin-bottom: 16px;
}

.special-features {
  padding: 1em 20px 11px;
  background: #fff;
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1);
  margin-top: 26px;
  margin-bottom: 30px;
  border-radius: .3rem;
}

.slide-property-detail {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.slide-property-first {
  flex: 1;
}

.special-features .s-box {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.special-features .s-box .icon {
  margin-right: 15px;
  font-size: 45px;
  color: #495b79;
}

.special-features .s-box .info h4 {
  font-size: 14px;
  color: #223b67;
  margin: 0;
  line-height: 1;
}

.special-features .s-box .info p {
  color: #999;
}

.special-features .s-box .icon img {
  width: 46px;
}

.listing-detial-stater .price h3 {
  font-size: 28px;
  color: #fff;
}

.listing-detial-stater .price .optional_price span:first-child {
  color: #fff;
}

.make-me-white .widget-seprator.my-reviews {
  background: #edeff8;
  padding: 35px 30px;
}

.make-me-white .widget-seprator.my-reviews .single-listing-reviews {
  border-bottom: 1px solid #ccc;
}

.make-me-white .widget-seprator.my-reviews .review-actions {
  border-top: 1px solid #ccc;
}

.listing-info-content {
  background: #edeff8;
  padding-bottom: 50px;
}

.main-dis-area .form-control {
  height: 45px;
}

.main-dis-area textarea.form-control {
  height: 118px;
}

.main-dis-area .flexslider {
  background: #fff;
  border: none;
  position: relative;
  margin-bottom: 0;
  box-shadow: 0;
}

.main-dis-area .flexslider .slides img {
  width: 100%;
}

.main-dis-area .flex-control-thumbs {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  bottom: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease- 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #f6f6f6;
  padding: 0;
  border: solid 1px #f4f4f4;
}

.main-dis-area .flex-control-thumbs li {
  width: 15.1%;
  border: 1px solid #f9f9f9;
  float: inherit;
  margin: 0 2px;
}

.padding-left-30 {
  padding-left: 35px;
}

.listing-ext-content {
  position: relative;
}

.listing-info-content .main-dis-area .flexslider li iframe {
  width: 100%;
  height: 428px;
}

.listing-ext-content .menu-des {
  top: 0;
}

.listing-ext-content .content-boxes {
  position: relative;
  margin-top: 30px;
}

.make-me-white {
  box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: .3rem;
  padding: 20px;
}

.make-me-white .widget-seprator {
  box-shadow: none;
  padding: 0;
}

.make-me-white .widget-seprator h3.sec-title i {
  display: none;
}

.slide-property-first .singles_item .info {
  margin-top: 6px;
}

.listing-info-content .main-dis-area .ribbon {
  right: 12px;
  top: 28px;
}

.is-sticky.position-sticky {
  top: 30px;
}

.packages-grid {
  position: relative;
}

.packages-grid-content {
  padding: 2em 3em;
  cursor: default;
  overflow: hidden;
  box-shadow: 0 15px 24px rgba(0,0,0,.05),0 19px 76px rgba(0,0,0,.1);
}

.packages-grid-content h3 {
  font-size: 24px;
  margin: .5em 0 0;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
}

.packages-grid-content p {
  margin: 0;
  padding: 0 0 .5em;
}

.packages-price {
  font-size: 3em;
  font-weight: 800;
  position: relative;
  z-index: 100;
}

.packages-currency {
  font-size: .5em;
}

.packages-duration {
  font-size: .25em;
  display: inline-block;
  padding: 0 0 0 .5em;
  color: #ccc;
}

.packages-features {
  font-size: .95em;
  margin: 0;
  padding: 1.5em .5em 2.1em;
  list-style: none;
}

.packages-list {
  padding: .15em 0;
}

.packages-list span {
  display: inline-block;
  min-width: 1.8em;
  color: #ccc;
}

.packages-list span.red {
  color: red;
  font-size: 12px;
}

.packages-grid-content {
  padding: 2em 3em;
  cursor: default;
  overflow: hidden;
  box-shadow: 0 15px 24px rgba(0,0,0,.05),0 19px 76px rgba(0,0,0,.1);
  background-color: #fff;
}

.hot-package {
  z-index: 10;
  position: relative;
  background-color: #fff;
}

.packages-price .packages-currency del {
  color: tomato;
}

.property-woo-notifications.woocommerce-error {
  margin-top: 50px;
  margin-bottom: 0;
}

.propertya-cart .woocommerce-cart-form__cart-item .main-product-name h3,.propertya-cart .woocommerce-cart-form__cart-item .main-product-name h3 a {
  margin-bottom: 10px;
  color: #20292f;
}

.propertya-cart .woocommerce-cart-form .form-control {
  height: 49.6px;
}

.woocommerce .propertya-cart .cart-collaterals .cart_totals,.woocommerce-page .propertya-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  padding: 20px;
}

.woocommerce .propertya-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 90px;
}

.woocommerce .propertya-cart ul#shipping_method .amount {
  float: right;
  font-weight: 400;
}

.woocommerce .propertya-cart .shipping-calculator-button {
  font-size: 16px;
}

.woocommerce .propertya-checkout form .form-row label {
  display: block;
  margin-bottom: 5px;
  color: #20292f;
  padding: 0 0 10px;
  line-height: inherit;
  font-weight: 700;
  font-size: 16px;
}

.woocommerce .propertya-checkout form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce .propertya-checkout form .form-row {
  padding: 0;
  margin: 0 0 20px;
}

.woocommerce .propertya-checkout .blog-sidebar {
  padding-left: 25px;
  top: 0;
}

.woocommerce .propertya-checkout .entry-left:before {
  background: #fff;
}

.woocommerce .propertya-checkout ul#shipping_method .amount {
  float: right;
}

.woocommerce .propertya-checkout .woocommerce-cart #payment,.woocommerce .propertya-checkout .woocommerce-checkout #payment,.woocommerce .propertya-checkout #add_payment_method #payment {
  background: #edeff8;
  border-radius: 0;
}

.woocommerce .propertya-checkout table.shop_table {
  margin: 20px -1px 24px 0;
  border-radius: 0;
}

.prop-coupon-btn .btn {
  padding: 13.61px 25px;
}

.woocommerce .propertya-checkout .woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce .propertya-checkout .woocommerce-shipping-fields h3 {
  margin-top: 30px;
}

.woocommerce .propertya-checkout form .form-row .woocommerce-input-wrapper textarea {
  height: 200px;
}

.woocommerce .propertya-checkout .select2-container .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}

.woocommerce .propertya-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

.woocommerce .propertya-thanksyou {
  background: #f7f8fc;
}

.woocommerce .propertya-thanksyou .dashboard-statistic-block {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
}

.woocommerce .propertya-thanksyou .dashboard-statistic-block .icon {
  width: 3rem;
  height: 3rem;
  max-width: 100%;
  flex: 0 0 auto;
  margin-right: 15px;
  display: inline-flex;
  padding: 7px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.woocommerce .propertya-thanksyou .gradient-1 {
  background: #3398fb;
  background: -moz-linear-gradient(left,#3398fb 0%,#8553ee 100%);
  background: -webkit-linear-gradient(left,#3398fb 0%,#8553ee 100%);
  background: linear-gradient(to right,#3398fb 0%,#8553ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3398fb',endColorstr='#8553ee',GradientType=1);
}

.woocommerce .propertya-thanksyou .icon i,.woocommerce .propertya-thanksyou .icon svg {
  font-size: 20px;
  color: #fff;
}

.woocommerce .propertya-thanksyou .dashboard-statistic-block h5 {
  color: #a1a8c3;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
}

.woocommerce .propertya-thanksyou .dashboard-statistic-block h2 {
  margin-bottom: 0;
  font-size: 16px;
}

.woocommerce .propertya-thanksyou .gradient-9 {
  background: linear-gradient(87deg,#f5365c 0,#f56036 100%);
}

.woocommerce .propertya-thanksyou .gradient-4 {
  background: #23bdb8;
  background: -moz-linear-gradient(-45deg,#23bdb8 0%,#43e794 100%);
  background: -webkit-linear-gradient(-45deg,#23bdb8 0%,#43e794 100%);
  background: linear-gradient(135deg,#23bdb8 0%,#43e794 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23bdb8',endColorstr='#43e794',GradientType=1);
}

.woocommerce .propertya-thanksyou .gradient-5 {
  background: #9a56ff;
  background: -moz-linear-gradient(-45deg,#9a56ff 0%,#e36cd9 100%);
  background: -webkit-linear-gradient(-45deg,#9a56ff 0%,#e36cd9 100%);
  background: linear-gradient(135deg,#9a56ff 0%,#e36cd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a56ff',endColorstr='#e36cd9',GradientType=1);
}

.woocommerce .propertya-thanksyou .woocommerce-order-details__title,.woocommerce .propertya-thanksyou .woocommerce-order-downloads__title {
  margin-bottom: 30px;
}

.woocommerce .propertya-thanksyou .woocommerce-order-details {
  margin-bottom: 0;
}

.woocommerce .propertya-thanksyou table.shop_table th {
  color: #20292f;
}

#prop_submission .custom-alert__heading {
  margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.woocommerce .propertya-shop ul.products li.product .onsale {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  z-index: 1000;
  top: 12px;
  right: 12px;
  color: #fff;
  padding: 6px 12px;
  background: #00adef;
  font-weight: 700;
  border-radius: 100px;
  min-width: inherit;
  min-height: inherit;
  margin: auto;
  left: auto;
}

.woocommerce .propertya-shop-detail span.onsale {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  z-index: 1000;
  top: 30px;
  right: auto;
  color: #fff;
  padding: 6px 12px;
  background: #00adef;
  font-weight: 700;
  border-radius: 100px;
  min-width: inherit;
  min-height: inherit;
  margin: auto;
  left: 30px;
}

.woocommerce .propertya-shop ul.products li.product .woocommerce-loop-category__title,.woocommerce .propertya-shop ul.products li.product .woocommerce-loop-product__title,.woocommerce .propertya-shop ul.products li.product h3,.woocommerce .propertya-shop-detail ul.products li.product .woocommerce-loop-category__title,.woocommerce .propertya-shop-detail ul.products li.product .woocommerce-loop-product__title,.woocommerce .propertya-shop-detail ul.products li.product h3 {
  padding: inherit;
  margin-bottom: 5px;
  font-size: 20px;
}

.woocommerce .propertya-shop ul.products li.product .price del,.woocommerce .propertya-shop-detail ul.products li.product .price del,.woocommerce .propertya-shop-detail div.product p.price,.woocommerce .propertya-shop-detail div.product p.price del,.woocommerce .propertya-shop-detail div.product span.price del {
  color: tomato;
}

.woocommerce .propertya-shop ul.products li.product .price,.woocommerce .propertya-shop-detail ul.products li.product .price {
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}

.woocommerce .propertya-shop-detail div.product p.price,.woocommerce .propertya-shop-detail div.product span.price {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 19px;
}

.woocommerce .propertya-shop ul.products li.product .price ins,.woocommerce .propertya-shop-detail ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  color: #000;
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.woocommerce .propertya-shop nav.woocommerce-pagination ul li {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  float: inherit;
}

.woocommerce .propertya-shop nav.woocommerce-pagination ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  border: none;
  margin: inherit;
}

.woocommerce .propertya-shop nav.woocommerce-pagination ul li a:focus,.woocommerce .propertya-shop nav.woocommerce-pagination ul li a:hover,.woocommerce .propertya-shop nav.woocommerce-pagination ul li span.current {
  color: #fff;
}

.woocommerce .propertya-shop nav.woocommerce-pagination ul li a,.woocommerce .propertya-shop nav.woocommerce-pagination ul li span {
  padding: 12px 15px;
}

.woocommerce .propertya-shop .select2-container .select2-selection--single {
  width: 230px;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  margin-top: 10px;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 20px;
  font-size: 23px;
  text-transform: capitalize;
}

.woocommerce .propertya-shop-detail .related.products h2 {
  margin-bottom: 30px;
  font-size: 23px;
  text-transform: capitalize;
}

.woocommerce .propertya-shop-detail div.product .product_title {
  font-size: 26px;
  margin-bottom: 10px;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-product-rating {
  margin-bottom: 5px;
  color: orange;
}

.woocommerce .propertya-shop-detail div.product p.price ins,.woocommerce .propertya-shop-detail div.product span.price ins {
  background: #007acc;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-product-details__short-description p {
  margin-top: 10px;
}

.woocommerce .propertya-shop-detail div.product form.cart {
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
  border-radius: 0;
}

.woocommerce .propertya-shop-detail .quantity .qty {
  height: 37.36px;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: auto;
}

.woocommerce .propertya-shop-detail div.product .product_meta span:not(.sku) {
  display: block;
  font-weight: 700;
  color: #20292f;
}

.woocommerce .propertya-shop-detail div.product .product_meta span a {
  font-weight: 400;
}

.woocommerce .propertya-shop-detail div.product p.stock {
  font-size: inherit;
  padding-top: 5px;
  font-weight: 700;
  color: green;
}

.woocommerce .propertya-shop-detail div.product p.stock.out-of-stock {
  color: red;
}

.woocommerce .propertya-shop-detail .comment-form .comment-form-author,.woocommerce .propertya-shop-detail .comment-form .comment-form-email {
  width: calc(50% - .5rem);
  float: left;
}

.woocommerce .propertya-shop-detail .comment-form .comment-form-email {
  margin-left: 1rem !important;
}

.woocommerce .propertya-shop .star-rating span {
  color: orange;
}

.woocommerce .propertya-shop .products .star-rating {
  margin: 0;
  float: right;
  margin-top: 10px;
}

.woocommerce .propertya-shop-detail ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 5;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .propertya-shop-detail li.flex-nav-prev {
  float: left;
}

.woocommerce .propertya-shop-detail li.flex-nav-next {
  float: right;
}

.woocommerce .propertya-shop-detail a.flex-next {
  visibility: hidden;
}

.woocommerce .propertya-shop-detail a.flex-prev {
  visibility: hidden;
}

.woocommerce .propertya-shop-detail a.flex-next:after {
  visibility: visible;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.woocommerce .propertya-shop-detail a.flex-prev:before {
  visibility: visible;
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

.woocommerce .propertya-shop-detail ul.flex-direction-nav li a {
  color: #ccc;
}

.woocommerce .propertya-shop-detail ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.woocommerce .propertya-shop-detail div.product div.images .woocommerce-product-gallery__trigger {
  top: 30px;
}

.woocommerce .propertya-shop-detail div.product div.images .flex-control-thumbs {
  margin: 10px 0;
  padding: 0;
}

.woocommerce .propertya-shop-detail div.product div.images .flex-control-thumbs li {
  width: 19.24%;
  margin-right: 5px;
}

.woocommerce .propertya-shop-detail div.product div.images .flex-control-thumbs li img {
  margin-bottom: 5px;
}

.woocommerce .propertya-shop-detail div.product div.images .flex-control-thumbs li:nth-child(5n+0) {
  margin-right: 0;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: inherit;
}

.woocommerce .propertya-shop-detail div.product .woocommerce-product-rating a {
  color: #6d7c90;
}

.woocommerce .propertya-shop-detail div.product table.woocommerce-product-attributes:not(.has-background) th {
  background-color: #f8f8f8;
}

.woocommerce .propertya-shop-detail div.product table.woocommerce-product-attributes:not(.has-background) tbody td {
  background-color: #fdfdfd;
}

.woocommerce .propertya-shop-detail #reviews #comments ol.commentlist {
  padding-left: 0;
}

.woocommerce .propertya-shop-detail .star-rating span,.woocommerce .propertya-shop-detail p.stars a {
  color: orange;
}

.woocommerce .propertya-shop-detail .woocommerce-review__author {
  font-size: 16px;
}

.woocommerce .propertya-shop-detail #content div.product div.summary,.woocommerce .propertya-shop-detail div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
  width: 50%;
}

.woocommerce .propertya-shop-detail .woocommerce-grouped-product-list-item__label label a {
  color: #20292f;
  font-weight: 700;
}

.woocommerce .propertya-shop-detail .woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}

.woocommerce .propertya-shop-detail div.product form.cart table {
  width: 100%;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}

.view_more_packages {
  float: right;
  font-size: 14px;
  font-weight: 400;
}

.packages-classic .packages-grid-content {
  padding: 2em 25px;
}

.breadcroumb-area {
  height: 300px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-image: url(/wp-content/themes/propertya/libs/images/bread2.jpg);
}

.breadcroumb-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #14212b;
  opacity: .6;
  z-index: -1;
}

.breadcroumb-area h1 {
  color: #fff;
}

#compare-toolbox .panel {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  min-width: 0;
  width: 100%;
}

.toolbox-open .panel-body {
  flex: 2;
}

.toolbox-open .panel-body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.toolbox-open .panel-body::-webkit-scrollbar {
  display: none;
}