/*
Theme Name: La Solution Immo

Author URI: https://wordpress.org/
Description: In 2019, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: opalestate

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@media (min-width: 768px) {
  .opal-row,
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .opal-row .col-sm-1,
  .opal-row .col-sm-2,
  .opal-row .col-sm-3,
  .opal-row .col-sm-4,
  .opal-row .col-sm-5,
  .opal-row .col-sm-6,
  .opal-row .col-sm-7,
  .opal-row .col-sm-8,
  .opal-row .col-sm-9,
  .opal-row .col-sm-10,
  .opal-row .col-sm-11,
  .opal-row .col-sm-12,
  .row .col-sm-1,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12 {
    float: left;
  }
  .opal-row .col-sm-1,
  .row .col-sm-1 {
    width: 8.33333%;
  }
  .opal-row .col-sm-2,
  .row .col-sm-2 {
    width: 16.66667%;
  }
  .opal-row .col-sm-3,
  .row .col-sm-3 {
    width: 25%;
  }
  .opal-row .col-sm-4,
  .row .col-sm-4 {
    width: 33.33333%;
  }
  .opal-row .col-sm-5,
  .row .col-sm-5 {
    width: 41.66667%;
  }
  .opal-row .col-sm-6,
  .row .col-sm-6 {
    width: 50%;
  }
  .opal-row .col-sm-7,
  .row .col-sm-7 {
    width: 58.33333%;
  }
  .opal-row .col-sm-8,
  .row .col-sm-8 {
    width: 66.66667%;
  }
  .opal-row .col-sm-9,
  .row .col-sm-9 {
    width: 75%;
  }
  .opal-row .col-sm-10,
  .row .col-sm-10 {
    width: 83.33333%;
  }
  .opal-row .col-sm-11,
  .row .col-sm-11 {
    width: 91.66667%;
  }
  .opal-row .col-sm-12,
  .row .col-sm-12 {
    width: 100%;
  }
  .opal-row .col-sm-1,
  .opal-row .col-sm-2,
  .opal-row .col-sm-3,
  .opal-row .col-sm-4,
  .opal-row .col-sm-5,
  .opal-row .col-sm-6,
  .opal-row .col-sm-7,
  .opal-row .col-sm-8,
  .opal-row .col-sm-9,
  .opal-row .col-sm-10,
  .opal-row .col-sm-11,
  .opal-row .col-sm-12,
  .row .col-sm-1,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .opal-row:before,
  .opal-row:after,
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .opal-row:after,
  .row:after {
    clear: both;
  }
}

@media (min-width: 992px) {
  .opal-row .col-md-1,
  .opal-row .col-md-2,
  .opal-row .col-md-3,
  .opal-row .col-md-4,
  .opal-row .col-md-5,
  .opal-row .col-md-6,
  .opal-row .col-md-7,
  .opal-row .col-md-8,
  .opal-row .col-md-9,
  .opal-row .col-md-10,
  .opal-row .col-md-11,
  .opal-row .col-md-12,
  .row .col-md-1,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12 {
    float: left;
  }
  .opal-row .col-md-1,
  .row .col-md-1 {
    width: 8.33333%;
  }
  .opal-row .col-md-2,
  .row .col-md-2 {
    width: 16.66667%;
  }
  .opal-row .col-md-3,
  .row .col-md-3 {
    width: 25%;
  }
  .opal-row .col-md-4,
  .row .col-md-4 {
    width: 33.33333%;
  }
  .opal-row .col-md-5,
  .row .col-md-5 {
    width: 41.66667%;
  }
  .opal-row .col-md-6,
  .row .col-md-6 {
    width: 50%;
  }
  .opal-row .col-md-7,
  .row .col-md-7 {
    width: 58.33333%;
  }
  .opal-row .col-md-8,
  .row .col-md-8 {
    width: 66.66667%;
  }
  .opal-row .col-md-9,
  .row .col-md-9 {
    width: 75%;
  }
  .opal-row .col-md-10,
  .row .col-md-10 {
    width: 83.33333%;
  }
  .opal-row .col-md-11,
  .row .col-md-11 {
    width: 91.66667%;
  }
  .opal-row .col-md-12,
  .row .col-md-12 {
    width: 100%;
  }
  .opal-row .col-md-1,
  .opal-row .col-md-2,
  .opal-row .col-md-3,
  .opal-row .col-md-4,
  .opal-row .col-md-5,
  .opal-row .col-md-6,
  .opal-row .col-md-7,
  .opal-row .col-md-8,
  .opal-row .col-md-9,
  .opal-row .col-md-10,
  .opal-row .col-md-11,
  .opal-row .col-md-12,
  .row .col-md-1,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .opal-row .col-lg-1,
  .opal-row .col-lg-2,
  .opal-row .col-lg-3,
  .opal-row .col-lg-4,
  .opal-row .col-lg-5,
  .opal-row .col-lg-6,
  .opal-row .col-lg-7,
  .opal-row .col-lg-8,
  .opal-row .col-lg-9,
  .opal-row .col-lg-10,
  .opal-row .col-lg-11,
  .opal-row .col-lg-12,
  .row .col-lg-1,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12 {
    float: left;
  }
  .opal-row .col-lg-1,
  .row .col-lg-1 {
    width: 8.33333%;
  }
  .opal-row .col-lg-2,
  .row .col-lg-2 {
    width: 16.66667%;
  }
  .opal-row .col-lg-3,
  .row .col-lg-3 {
    width: 25%;
  }
  .opal-row .col-lg-4,
  .row .col-lg-4 {
    width: 33.33333%;
  }
  .opal-row .col-lg-5,
  .row .col-lg-5 {
    width: 41.66667%;
  }
  .opal-row .col-lg-6,
  .row .col-lg-6 {
    width: 50%;
  }
  .opal-row .col-lg-7,
  .row .col-lg-7 {
    width: 58.33333%;
  }
  .opal-row .col-lg-8,
  .row .col-lg-8 {
    width: 66.66667%;
  }
  .opal-row .col-lg-9,
  .row .col-lg-9 {
    width: 75%;
  }
  .opal-row .col-lg-10,
  .row .col-lg-10 {
    width: 83.33333%;
  }
  .opal-row .col-lg-11,
  .row .col-lg-11 {
    width: 91.66667%;
  }
  .opal-row .col-lg-12,
  .row .col-lg-12 {
    width: 100%;
  }
  .opal-row .col-lg-1,
  .opal-row .col-lg-2,
  .opal-row .col-lg-3,
  .opal-row .col-lg-4,
  .opal-row .col-lg-5,
  .opal-row .col-lg-6,
  .opal-row .col-lg-7,
  .opal-row .col-lg-8,
  .opal-row .col-lg-9,
  .opal-row .col-lg-10,
  .opal-row .col-lg-11,
  .opal-row .col-lg-12,
  .row .col-lg-1,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/** list **/
.property-date {
  display: inline-block;
}

.entry-summary-tabs {
  margin-top: 62px;
}

.property-meta {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.property-types-list,
.property-categories-list {
  display: inline-block;
  margin-right: 5px;
}

.opalestate-single-property--version-1 .property-categories-list {
  line-height: 14px;
}
.opalestate-single-property--version-1 .property-categories-list .property-categories-list__label {
  display: none;
}
.opalestate-single-property--version-1 .property-categories-list a {
  padding: 3px 10px;
  line-height: 14px;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  display: inline-block;
  background-color: #6484C2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.property-add {
 margin-top: 12px;
 }


.property-address {
  display: inline-block;
  color: #B51521;
  font-weight: 600;
  margin-top: 19px;
  margin-right: 15px;
  
  }
.property-address .property-view-map i {
  color: #B51521;
  padding-left: 2px;
}
.property-address .property-view-map a {
  margin-right: 4px;
}

.box-inner-summary {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .box-inner-summary {
    padding: 30px 0;
  }
}

.contact-form-title {
  font-size: 24px;
}

.opalestate-box {
  padding-bottom: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
}
.opalestate-box .opalestate_property:last-of-type {
  margin-bottom: 0;
}

.opalestate-sidebar-box {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .opalestate-sidebar-box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .opalestate-sidebar-box {
    margin-top: 30px;
  }
}
.opalestate-sidebar-box .opalestate-social-icons {
  margin: 0 -2px 0;
  padding: 0;
  border: 0;
}

.property-information ul.list-info {
  padding: 0;
  margin-bottom: 0;
}

.btn2 {
    
	cursor: pointer;
    padding: 4px 6px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #B51521;
    border-color: #B51521;
	
	}

.property-information ul.list-info li {
  list-style: none;
}
.property-information ul.list-info li h6 {
  margin-bottom: 0;
  color: #482029;
  font-weight: 400;
  font-size: 14px;
}
.property-information ul.list-info li h6 i {
  color: #262d44;
}
.property-information ul.list-info li span {
  color: #262d44;
  font-weight: 700;
}
.property-information ul.list-info li a {
  color: inherit;
}
.property-information ul.list-info div[class*="property-label-"] {
  padding: 4px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property-information ul.list-info div[class*="property-label-"] h6 {
  line-height: 1;
}
.property-information ul.list-info div[class*="property-label-"] i {
  width: 15px;
  margin-right: 15px;
}

.property-amenities .list-group-item-text,
.property-facilities .list-group-item-text {
  line-height: 23px;
  margin-top: 21px;
}
.property-amenities .list-group-item-text i,
.property-facilities .list-group-item-text i {
  margin-right: 2px;
}
.property-amenities .list-group-item-text div[class*="col-"],
.property-facilities .list-group-item-text div[class*="col-"] {
  line-height: 40px;
}
.property-amenities .list-group-item-text div[class*="col-"] i,
.property-facilities .list-group-item-text div[class*="col-"] i {
  background-color: transparent;
  color: #482029;
  font-size: 12px;
  padding: 2px;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .property-amenities .list-group-item-text div[class*="col-"],
  .property-facilities .list-group-item-text div[class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-amenities .list-group-item-text div[class*="col-"],
  .property-facilities .list-group-item-text div[class*="col-"] {
    width: 100%;
  }
}
.property-amenities .list-group-item-text .amenity-item.active i,
.property-amenities .list-group-item-text div.active i,
.property-facilities .list-group-item-text .amenity-item.active i,
.property-facilities .list-group-item-text div.active i {
  background-color: transparent;
  color: #262d44;
  font-size: 12px;
  padding: 2px;
  border-radius: 2px;
}

.property-amenities img {
  width: 15px;
  margin-right: 5px;
}

.property-attachments i {
  font-size: 36px;
  margin-right: 15px;
  float: left;
  color: #262d44 !important;
}

.property-attachments a {
  vertical-align: top;
  line-height: 1;
  display: block;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.property-attachments a.property-attachments__download {
  color: #262d44;
  text-decoration: underline;
  font-weight: 700;
}

.property-attachments .list-group-item-text {
  margin-top: 36px;
}
.property-attachments .list-group-item-text div[class*="col-"] {
  line-height: 40px;
}
@media (max-width: 991px) {
  .property-attachments .list-group-item-text div[class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-attachments .list-group-item-text div[class*="col-"] {
    width: 100%;
  }
}

.google-map-tabs {
  position: relative;
}
.google-map-tabs .opalestate-tab-head {
  margin: 0;
  background: transparent;
}
.google-map-tabs .tab-item {
  border: none;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
  background-color: #262d44;
  font-weight: 400;
}
.google-map-tabs .tab-item.active,
.google-map-tabs .tab-item:hover {
  background-color: #6484C2;
  color: #fff;
}
.google-map-tabs .opalestate-tab-wrap {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 2;
}

#property-search-places {
  bottom: 25px;
  left: 10px;
  position: absolute;
  z-index: 1;
}
#property-search-places .btn-map-search {
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
#property-search-places .btn-map-search i {
  display: block;
  line-height: 40px;
}
#property-search-places .btn-map-search i.fa-hospital-o {
  color: #b3e180;
}
#property-search-places .btn-map-search i.fa-plus-square {
  color: #ec8f73;
}
#property-search-places .btn-map-search i.fa-graduation-cap {
  color: #8fbfe4;
}
#property-search-places .btn-map-search i.fa-shopping-basket {
  color: #9d4cfa;
}
#property-search-places .btn-map-search i.fa-subway {
  color: #fabd47;
}
#property-search-places .btn-map-search i.fa-bank {
  color: #6eadfb;
}
#property-search-places .btn-map-search em {
  background: #6484C2;
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  padding: 1px 3px;
}
#property-search-places .btn-map-search span {
  width: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #fff;
  line-height: 40px;
  padding: 0 10px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
}
#property-search-places .btn-map-search:hover span,
#property-search-places .btn-map-search.active span {
  visibility: visible;
  width: 200px;
  left: 100%;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width: 992px) {
  .agent-sidebar {
    margin-top: -286px;
  }
}

.agent-sidebar .agent-box-meta,
.agent-sidebar .opalestate-sidebar-box {
  border: 2px solid #f0f2f7;
}

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

.agent-address-map {
  padding: 30px;
}

.agency-preview {
  display: none;
}

@media screen and (max-width: 1024px) {
  .property-agency-contact {
    margin-top: 30px;
  }
}

.property-agency-contact p {
  margin-bottom: 0;
}

.property-agency-contact .entry-title {
  margin-bottom: 6px;
}

.property-agency-contact .opalestate-social-icons {
  margin: 0 0 0 15px;
}
.property-agency-contact .opalestate-social-icons [class^="opalestate-social-"] {
  margin: 4px 0 0;
}

.property-agency-contact .agency-top-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}

.property-agency-contact .agency-top-meta::before,
.property-agency-contact .agency-excerpt::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f0f2f7;
  bottom: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .property-agency-contact .agency-top-meta::before,
  .property-agency-contact .agency-excerpt::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.property-agency-contact .agency-top-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.property-agency-contact .agency-excerpt {
  padding-bottom: 20px;
  margin-bottom: 13px;
  position: relative;
}

/**
 * Single property
 */
.single-opalestate_property .swiper-container-autoheight {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  
  }

.single-opalestate_property .swiper-container-thumbs .swiper-slide {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.single-opalestate_property .swiper-container-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.single-opalestate_property .swiper-container-thumbs .swiper-slide:hover:before,
.single-opalestate_property .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active:before {
  background-color: rgba(76, 136, 255, 0.2);
}

.opalestate-box-content {
  margin: 60px 0 0;
  background: #fff;
}
.opalestate-box-content.opalesate-related-properties,
.opalestate-box-content.my-properties-section {
  background: transparent;
  padding: 0;
}
.opalestate-box-content.opalesate-related-properties .outbox-title,
.opalestate-box-content.my-properties-section .outbox-title {
  padding-bottom: 15px;
}
.opalestate-box-content.opalesate-related-properties .opalesate-archive-bottom .swiper-container {
  padding: 0 15px;
  margin: -15px;
}
.opalestate-box-content > .summary,
.opalestate-box-content > .opalestate-box {
  border: 2px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.opalestate-box-content.custom .box-inner-summary {
  padding: 0;
}
.opalestate-box-content.custom .property-amenities .list-group-item-heading,
.opalestate-box-content.custom .property-facilities .list-group-item-heading,
.opalestate-box-content.custom .property-attachments .list-group-item-heading {
  font-size: 24px;
}
.opalestate-box-content.custom .property-amenities {
  margin-bottom: 30px;
}

.single-property-sidebar .opalestate-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.single-property-sidebar .opalestate-box .author-content-box {
  margin-top:63px;
  border: 2px solid #f0f2f7;
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.single-property-sidebar .opalestate-box .author-content-box + .opalestate-message-form {
  margin-top: 60px;
}
.single-property-sidebar .opalestate-box .property-equire-form-container .box-content {
  border: 2px solid #f0f2f7;
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.single-property-sidebar .opalestate-box .property-equire-form-container .box-content .opalestate-message-form {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.single-property-sidebar .box-mortgage .outbox-title + .opalestate-box {
  border: 2px solid #f0f2f7;
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.single-property-sidebar .opalestate-message-form {
  border: 2px solid #f0f2f7;
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.opalestate-single-property--version-1 .property-single-info {
  border-bottom: 1px solid #f0f2f7;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.opalestate-single-property--version-1 .group-items .property-status li {
  margin-top: 0;
  margin-left: 0;
}

.opalestate-single-property--version-1 .group-items .entry-title {
  padding-top: 0;
  width: 100%;
  clear: both;
}

.opalestate-single-property--version-1 .property-view-map i {
  color: #6484C2;
}

.opalestate-single-property--version-1 ul.property-meta-list {
  padding: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opalestate-single-property--version-1 .property-meta-top__list .list-inline__print {
  border: 0;
  margin-right: 10px;
  padding-right: 10px;
}

.opalestate-single-property--version-2 .property-tab-content {
  border: 0;
}

.opalestate-rows .opal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.property-single-info {
  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;
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .group-items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.group-items .entry-title {
  margin-bottom: 0;
}
.group-items .property-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
}
.group-items .property-status span {
  margin-bottom: 0;
}

.swiper-container [class*="swiper-button-"] {
  display: block;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 10px 20px;
  opacity: 0;
  background-image: none;
  font-size: 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.swiper-container [class*="swiper-button-"]:hover {
  background-color: #6484C2;
  color: #fff;
}

.swiper-container .swiper-button-next {
  right: -42px;
}

.swiper-container .swiper-button-prev {
  left: -42px;
}

.swiper-container:hover [class*="swiper-button-"] {
  opacity: 1;
}

.swiper-container:hover .swiper-button-next {
  right: 20px;
}

.swiper-container:hover .swiper-button-prev {
  left: 20px;
}

.swiper-pagination {
  display: none !important;
}

.opalestate-single-property.opalestate_property {
  border: none;
}

.opalestate-single-property .owl-thumb-wrapper {
  padding-top: 10px;
}
.opalestate-single-property .owl-thumb-wrapper .owl-item:not(:last-of-type) {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .opalestate-single-property .entry-summary {
    padding-bottom: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
  }
}

.opalestate-single-property .entry-summary-tabs {
  background: transparent;
}

.opalestate-single-property .property-meta-list {
  border-bottom: 1px solid #f0f2f7;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .opalestate-single-property .property-meta-list {
    padding: 30px 0 0;
    border: none;
  }
}
.opalestate-single-property .property-meta-list i {
  color: #262d44;
}
.opalestate-single-property .property-meta-list li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (min-width: 768px) {
  .opalestate-single-property .entry-content {
    font-size: 1.1em;
	padding: 30px 0 0;
  }
}

.opalestate-single-property .box-heading {
  line-height: 1;
  margin-bottom: 16px;
}

.opalestate-single-property--print .table-responsive table tr td:last-child,
.opalestate-single-property--print .table-responsive table tr th:last-child {
  display: none;
}

.opalestate-single-property--print .opalestate-tab-head {
  display: none;
}

.opalestate-single-property--print .opalestate-tab-content,
.opalestate-single-property--print .plan-name {
  display: block;
}

.opalestate-single-property--version-2 .entry-summary {
  border: none;
  padding-bottom: 0;
}
.opalestate-single-property--version-2 .entry-summary > .opalestate-tab {
  padding: 30px;
  border: 1px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.opalestate-single-property--version-2 .entry-summary > .opalestate-tab .opalestate-tab-head {
  margin-bottom: 30px;
}
.opalestate-single-property--version-2 .entry-summary > .opalestate-tab .opalestate-tabs-content .opalestate-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.opalestate-single-property--version-2 .single-property-sidebar .opalestate-box-content:first-of-type {
  margin-top: 0;
}

.opalestate-tab palestate-tab-head {
  margin-bottom: 30px;
}

.opalestate-tab-content .opalestate-box-content:first-of-type {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .property-tab-content {
    border: 1px solid #f0f2f7;
  }
}

.opalestate-single-property--version-3 .property-single-info {
  margin-bottom: 0;
  display: block;
}

.opalestate-single-property--version-3 .single-price-content .property-price {
  text-align: left;
  margin-bottom: 7px;
}
.opalestate-single-property--version-3 .single-price-content .property-price span {
  display: inline;
}

.opalestate-single-property--version-3 .entry-summary {
  padding-bottom: 0;
}

.opalestate-single-property--version-5 .property-single-info {
  margin-bottom: 0;
  display: block;
}

.opalestate-single-property--version-5 .single-price-content .property-price {
  text-align: left;
  margin-bottom: 7px;
}
.opalestate-single-property--version-5 .single-price-content .property-price span {
  display: inline;
}

.opalestate-yelp-bussines_wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}

.opalestate-yelp-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.opalestate-yelp-unit:not(:last-of-type) {
  margin-bottom: 30px;
}

.opalestate-yelp-title {
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f7;
  margin-bottom: 30px;
}

.opalestate-yelp-icon {
  display: none;
  width: 15px;
  margin-right: 15px;
}

.opalestate-yelp-category {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}

.opalestate-yelp-unit__name {
  line-height: 1;
  margin-bottom: 9px;
  margin-right: 15px;
}

.opalestate-yelp-unit-distance {
  display: none;
  line-height: 1;
  margin: 10px 0;
}

.opalestate-yelp-unit__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opalestate-yelp-unit__address {
  line-height: 1;
}

.opalestate-yelp-unit__avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.opalestate-yelp-unit__avatar img {
  width: 100%;
  height: 100%;
}

.opalestate-yelp-unit__ratings .opalestate-rating__stars {
  margin-left: auto;
}
.opalestate-yelp-unit__ratings .opalestate-rating__stars span::before {
  color: #ed192f;
}

.walkscores-logo {
  float: right;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: -75px;
}

.walk_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.walk_details:not(:last-of-type) {
  margin-bottom: 30px;
}

.text-holder {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-holder h6 {
  margin-bottom: 0;
}

.number-holder {
  margin-right: 10px;
}

.scores-label {
  margin-bottom: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #6484C2;
  color: #6484C2;
}

.walk-more-details {
  text-transform: capitalize;
}

.single-price-content .property-price {
  padding-top: 17px;
}
.single-price-content .property-price span {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .single-price-content .property-price {
    text-align: right;
  }
  .single-price-content .property-price .property-regular-price,
  .single-price-content .property-price .property-saleprice {
    font-size: 36px;
  }
  .single-price-content .property-price .property-regular-price.has-saleprice {
    font-size: 24px;
  }
  .single-price-content .property-price .property-before-price-label,
  .single-price-content .property-price .property-price-label {
    display: block;
  }
}
.single-price-content .property-price .property-price-label {
  margin-top: 12px;
}
.single-price-content .property-price .property-before-price-labelproperty-before-price-label {
  margin-bottom: 12px;
}

.single-price-content .call-to-price {
  font-size: 18px;
  font-weight: 500;
  color: #2e3652;
}

.property-meta-top {
  line-height: 52px;
}
.property-meta-top .property-meta-top__list {
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property-meta-top .property-meta-top__list .property-meta-top__button {
  width: 30px;
  text-align: center;
  margin-right: 0;
}
.property-meta-top .list-inline__print span {
  display: none;
}
@media screen and (max-width: 767px) {
  .property-meta-top .list-inline__sku {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .property-meta-top {
    border-bottom: 1px solid #f0f2f7;
  }
  .property-meta-top .property-meta-top__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .property-meta-top .property-meta-top__list li:first-child:not(.property-meta-top__button) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.property-sku {
  font-weight: 700;
  color: #2e3652;
}

.opalestate-reviews .comment-form-comment {
  margin-bottom: 10px;
}

.opalestate-reviews #respond {
  padding: 0;
}

.opalestate-rating-percent__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 11px 0;
}
.opalestate-rating-percent__item:last-of-type {
  margin-bottom: 0;
}
.opalestate-rating-percent__item:first-of-type {
  margin-top: 0;
}

.opalestate-rating-percent__label {
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 0;
}

.opalestate-process-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 13px;
  background-color: #eeeeee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opalestate-process-bar__item {
  text-align: center;
  background-color: #6484C2;
}

.opalestate-process-text {
  display: block;
  line-height: 1;
  margin-left: 17px;
  width: 34px;
}

.opalestate-rating-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .opalestate-rating-header {
    border-bottom: 1px solid #f0f2f7;
  }
}
.opalestate-rating-header > div {
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .opalestate-rating-header > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 0 0;
    border: none;
  }
}

.opalestate-rating-percent {
  padding-right: 30px;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  border-right: 1px solid #f0f2f7;
  padding-top: 30px;
}

.opalestate-overall {
  padding-left: 30px;
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
  padding-top: 25px;
}

.opalestate-overall__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 21px;
}

.opalestate-overall__point {
  margin-right: 40px;
}
.opalestate-overall__point .point-number {
  margin-bottom: 0;
  line-height: 1;
  color: #6484C2;
}

.opalestate-overall__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.opalestate-overall__star .opalestate-overall__heading {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 11px;
}
.opalestate-overall__star .opalestate-rating,
.opalestate-overall__star .opalestate-overall__rating-count {
  margin-right: 5px;
}

.opalestate-overall-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opalestate-overall-features__item {
  line-height: 1;
}
.opalestate-overall-features__item:not(:last-of-type) {
  margin-right: 53px;
}

.opalestate-overall-features__label {
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.opalestate-overall-features__percent {
  color: #2e3652;
}

.commentlist {
  padding: 0;
  margin-bottom: 28px;
  margin-top: 58px;
}
.commentlist > li {
  padding-bottom: 22px;
  display: block;
}
.commentlist > li:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f2f7;
}

.opalestate-noreviews {
  margin-bottom: 25px;
}

.comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comment_container p {
  margin-bottom: 0;
}
.comment_container .avatar {
  width: 50px;
  border-radius: 50%;
  margin-right: 28px;
}
.comment_container .comment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comment_container .meta {
  margin-bottom: 15px;
  line-height: 1;
}
.comment_container .opalestate-rating {
  display: inline-block;
}

.opalestate-review__ratings {
  margin-bottom: 31px;
}

.opalestate-review__author {
  font-weight: 500;
  color: #2e3652;
}

.comment-form-rating {
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .comment-form-rating {
    width: 33.3333%;
  }
}

.property-360-virtual-session iframe {
  width: 100%;
  min-height: 500px;
  display: block;
}
@media screen and (max-width: 767px) {
  .property-360-virtual-session iframe {
    min-height: 250px;
  }
}

.property-video-session iframe {
  display: block;
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .property-video-session iframe {
    min-height: 250px;
  }
}

/*
 * Preview layout
 */
.property-preview-custom-size {
  position: relative;
  overflow: hidden;
  height: 580px;
}
.property-preview-custom-size .property-preview-map,
.property-preview-custom-size .opalestate-tab-content,
.property-preview-custom-size iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.property-preview .swiper-pagination-images {
  margin-top: 10px;
}

.property-preview-street-map {
  height: 100%;
}

.property-abs-info {
  position: absolute;
  padding: 15px;
  bottom: 10%;
  left: 9%;
  background: #fff;
  z-index: 99;
}

.gallery-metro-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.gallery-metro-preview a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-metro-preview .no-image {
  background-color: #6484C2;
}
.gallery-metro-preview span {
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #fff;
  position: relative;
}
.gallery-metro-preview .metro-big {
  width: 50%;
}
.gallery-metro-preview .metro-group-small {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-metro-preview .metro-small {
  width: 33%;
  height: auto;
  text-align: center;
}

.opalestate-swiper-wrap {
  position: relative;
}

.swiper-slide .thumb-nav {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.property-mark-pics-preview .property-heading-top {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.property-mark-pics-preview .property-single-info {
  margin-bottom: 46px;
}

.property-mark-pics-preview .property-thumbnail {
  position: relative;
}
.property-mark-pics-preview .property-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.property-mark-pics-preview .entry-title,
.property-mark-pics-preview a,
.property-mark-pics-preview .property-single-info,
.property-mark-pics-preview .property-price > span:first-child {
  color: #fff;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.table-responsive table {
  table-layout: unset;
  text-align: center;
  margin-bottom: 0;
}
.table-responsive table th {
  padding: 14px 3px;
  border-style: solid;
  border-color: #f0f2f7;
  border-width: 0 0 1px 0;
  font-weight: 500;
}
.table-responsive table td {
  border: none;
  padding: 12px 3px 10px;
}
.table-responsive table tbody tr:nth-of-type(2n + 2) {
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    border: 1px solid #f0f2f7;
    position: relative;
    z-index: 30;
  }
  .table-responsive table {
    width: 730px;
  }
}

.agency-box-top .agency-grid-style .agency-info {
  border-bottom: none;
}

.opalestate_single_agency {
  padding-bottom: 30px;
}

.single-opalestate_agency .team-header .trusted-label,
.opalestate_agency .team-header .trusted-label {
  right: 15px;
}

.archive .opalestate-head {
  margin-bottom: 80px;
}

.opalestate-head {
  position: relative;
  background-image: url(/wp-content/plugins/opal-estate-pro/assets/images/single-agent-head-bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 440px;
}
.opalestate-head .opalestate-heading {
  color: #fff;
  text-align: center;
}
.opalestate-head .opalestate-heading p {
  margin-bottom: 50px;
}
.opalestate-head .opalestate-heading a {
  color: #fff;
}
.opalestate-head .opalestate-heading a:hover {
  color: #6484C2;
}
.opalestate-head .opalestate-head-title {
  color: #fff;
  margin-bottom: 19px;
}
.opalestate-head .search-agent-title {
  display: none;
}
.opalestate-head .opalestate-head-form {
  padding: 0 30px;
  margin-bottom: 21px;
}

.opalestate-single-agent {
  min-height: 300px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.opalestate-single-agent .opalestate-heading {
  text-align: left;
}
.opalestate-single-agent .opalestate-heading > span {
  margin-bottom: 13px;
  display: inline-block;
}
.opalestate-single-agent .opalestate-head-title {
  margin-bottom: 29px;
  display: none;
}

.opalesate-archive-top {
  margin-bottom: 30px;
  padding: 12px 0;
  border-style: solid;
  border-width: 0px 0 1px;
  border-color: #f0f2f7;
  position: relative;
}
.opalesate-archive-top .opalestate-results {
  line-height: 45px;
  font-weight: 700;
}
.opalesate-archive-top .opalestate-sortable {
  display: inline-block;
  min-width: 180px;
  text-align: left;
}
.opalesate-archive-top .opalestate-sortable .form-control,
.opalesate-archive-top .opalestate-sortable .select2-selection--single {
  padding-top: 8px;
}

.opalesate-archive-bottom {
  position: relative;
}

.display-mode {
  display: inline-block;
}
.display-mode .btn:not(:disabled):not(.disabled) {
  padding: 0;
  background-color: transparent;
  color: #ebebeb;
  margin-left: 10px;
  font-size: 18px;
}
.display-mode .btn:not(:disabled):not(.disabled).active,
.display-mode .btn:not(:disabled):not(.disabled):hover {
  background-color: transparent;
  color: #262d44;
}
@media (max-width: 991px) {
  .display-mode {
    display: none;
  }
}

.page-template-user-management.logged-in header,
.page-template-user-management.logged-in footer,
.page-template-user-management.logged-in #colophon {
  display: none;
}

.page-template-user-management article header {
  display: block !important;
}

.button-actions {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-actions a {
  background-color: #6484C2;
  color: #fff;
}
.button-actions a:hover {
  cursor: pointer;
  background-color: #262d44;
  color: #fff;
}

.my-properties .property-status {
  position: relative;
  top: 0;
  left: 0;
}

.my-properties .property-meta-list {
  padding: 0;
}

.my-properties .my-properties-bottom {
  display: none;
}

.my-properties .abs-col-item {
  padding-top: 10px;
}

.my-properties .entry-title {
  margin: 0;
}

.search-agents-wrap .opalestate-search-agents-form {
  padding-bottom: 30px;
}

.agent-grid-style {
  margin-bottom: 30px;
}
.agent-grid-style .agent-inner {
  background-color: #fff;
}
.agent-grid-style .agent-inner.team-v1 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #f0f2f7;
  padding: 30px;
margin-right: 30px;
  }
.agent-grid-style .agent-inner.team-v1 .team-header .agent-box-image {
  overflow: hidden;
  
  
  margin: 15px auto 0;
  border-radius: 3%;
}
.agent-grid-style .agent-inner.team-v1 .team-header .agent-box-image img {
  min-height: 40px;
  min-width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-grid-style .agent-inner.team-v1 .agent-box-title {
  padding-top: 0;
  font-size: 18px;
}
.agent-grid-style .agent-inner.team-v1 .agent-box-meta {
  color: #6d7881;
  margin: 30px 0 0;
  text-align: left;
}
.agent-grid-style .agent-inner.team-v1 .agent-box-meta .agent-box-phone,
.agent-grid-style .agent-inner.team-v1 .agent-box-meta .agent-box-fax {
  display: none;
}
.agent-grid-style .agent-inner.team-v1 .agent-box-meta i {
  color: #1C1C1C;
}
.agent-grid-style .agent-inner.team-v1 .button-outline-primary {
  border-color: #f0f2f7;
}
.agent-grid-style .agent-body {
  text-align: center;
  border-style: solid;
  border-width: 0;
  padding: 30px 0 0;
  font-size: 14px;
}
.agent-grid-style .agent-job {
  line-height: 1;
  color: #aeb3ba;
  font-weight: 700;
}

.agent-list-style {
  padding: 30px;
  border: 2px solid #f0f2f7;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.agent-list-style .team-info {
  margin: 15px 0 0;
}
.agent-list-style .team-header .agent-featured .agent-label {
  top: 15px;
  left: 15px;
}
.agent-list-style .team-header .agent-levels .agent-label {
  top: 15px;
  right: 15px;
}

.maps-container-fixed {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .maps-container-fixed {
    position: fixed;
    z-index: 0;
    width: 50%;
    top: 0;
    min-height: 600px;
  }
}

/** Shortcodes **/
.opalestate-search-properties .search-properies-form {
  margin-top: 30px;
}

.opalestate-my-account-form {
  position: relative;
  background: #fff;
  padding: 30px;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
}
.opalestate-my-account-form .submit a {
  display: block;
  margin-top: 10px;
}
.opalestate-my-account-form .opalestate-button {
  padding: 17px 35px 14px 35px;
  width: 100%;
}
.opalestate-my-account-form h3 {
  display: none;
}

.opalesate-properties-results {
  min-height: 800px;
}

.membership-packages {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .membership-packages {
    padding: 0 15px;
  }
  .membership-packages .row > div[class*="col-"] {
    width: 100%;
  }
}

.pricing.pricing-v3 {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
  border: 2px solid #f0f2f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.pricing.pricing-v3 .pricing-header {
  text-align: left;
  background-color: #262d44;
  color: #fff;
  position: relative;
  padding: 15px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
}
.pricing.pricing-v3 .plan-price {
  color: #fff;
  line-height: 2.3rem;
  margin-top: 15px;
  position: relative;
}
.pricing.pricing-v3 .plan-price p {
  display: inline-block;
}
.pricing.pricing-v3 .pricing-body {
  padding: 15px 40px;
}
.pricing.pricing-v3 .pricing-body .fa {
  color: #482029;
}
.pricing.pricing-v3 .pricing-body .fa.fa-check-circle-o {
  color: #6484C2;
}
.pricing.pricing-v3 .plan-figure {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.pricing.pricing-v3 .plain-info > div {
  padding: 10px 0;
  font-size: 14px;
}
.pricing.pricing-v3 .plain-info .item-info {
  border-bottom: 1px solid #f0f2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #2e3652;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing.pricing-v3 .plain-info .item-info:last-child {
  margin-bottom: 0;
}
.pricing.pricing-v3 .plain-info i {
  margin-right: 10px;
}
.pricing.pricing-v3 .membership-form-wrapper {
  color: #fff;
}
.pricing.pricing-v3 .membership-add-to-purchase {
  width: 100%;
  border: 0;
  text-align: center;
  background-color: #6484C2;
  color: #fff;
  text-transform: capitalize;
}
.pricing.pricing-v3 .membership-add-to-purchase:hover {
  background-color: #0356f9;
}
.pricing.pricing-v3 .pricing-footer {
  padding: 0 30px 40px;
  text-align: center;
}
.pricing.pricing-v3 .plan-title {
  color: #fff;
  font-size: 18px;
  margin: 0;
  border: none;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
}

.package-hightlighted .plan-subtitle {
  background-color: #57e679;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: -15px;
  display: block !important;
  margin: 0 auto;
  left: 30px;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.property-submission-form {
  background-color: #fff;
  padding: 30px;
  max-width: 100% !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.property-submission-form .alert p a {
  border: 0;
}
.property-submission-form .alert p a:hover {
  color: #6484C2 !important;
}

.opalestate-submission-tab-head .tab-item.active span::before {
  background-color: #6484C2 !important;
}

.opalestate-submission-tab-head .tab-item.passed:not(.active)::before {
  background-color: #6484C2 !important;
}

.opalestate-submission-form .submission-back-btn,
.opalestate-submission-form .submission-next-btn,
.opalestate-submission-tab button.btn.submission-next-btn,
.opalestate-submission-form .btn-submit-cmb {
  padding: 0.7rem 1.6rem !important;
}
.opalestate-submission-form .submission-back-btn:after,
.opalestate-submission-form .submission-back-btn:before,
.opalestate-submission-form .submission-next-btn:after,
.opalestate-submission-form .submission-next-btn:before,
.opalestate-submission-tab button.btn.submission-next-btn:after,
.opalestate-submission-tab button.btn.submission-next-btn:before,
.opalestate-submission-form .btn-submit-cmb:after,
.opalestate-submission-form .btn-submit-cmb:before {
  display: none !important;
}

.site-header-account .account-label {
  margin-left: 5px;
}

.site-header-account .opalestate-popup .popup-body {
  top: 25px;
  padding: 10px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.site-header-account .opalestate-popup .popup-body .account-dashboard-content:before {
  right: 20px;
}

.site-header-account .btn {
  margin-bottom: 15px;
}

.site-header-account .opalestate-social-login__buttons a {
  padding: 0 10px;
}

.site-header-account .opalestate-social-login__buttons i {
  margin-right: 10px;
  padding-right: 10px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfp-with-zoom .white-popup {
  top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfp-with-zoom.mfp-ready .white-popup {
  top: 0;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 30px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup .mfp-close {
  top: 15px;
}
.white-popup .submit a {
  display: block;
  margin-top: 10px;
}
.white-popup .opalestate-button {
  padding: 17px 35px 14px 35px;
  width: 100%;
}

.opalestate-social-login__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opalestate-social-login__buttons a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
.opalestate-social-login__buttons a:hover {
  color: #fff;
}
.opalestate-social-login__buttons li:not(:last-child) {
  margin-bottom: 15px;
}
.opalestate-social-login__buttons i {
  margin-right: 15px;
  padding: 16px 15px 14px 0;
  position: relative;
  text-align: center;
  width: 35px;
}
.opalestate-social-login__buttons i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.opalestate-social-login-facebook-btn {
  background-color: #3c5a99;
}

.opalestate-social-login-google-btn {
  background-color: #d34836;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef114c;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.cmb2-element .ui-datepicker {
  width: 350px !important;
}
.cmb2-element .ui-datepicker .ui-datepicker-month,
.cmb2-element .ui-datepicker .ui-datepicker-year {
  display: inline-block;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 3px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
  border-radius: 3px;
}
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  margin-left: -18px;
}
.rtl .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  margin-right: -18px;
  margin-left: inherit;
}
.noUi-horizontal .noUi-base .noUi-origin:first-child .noUi-handle {
  margin-left: 0px;
}
.rtl .noUi-horizontal .noUi-base .noUi-origin:first-child .noUi-handle {
  margin-right: 0px;
  margin-left: inherit;
}

.noUi-horizontal[data-mode="1"] .noUi-base {
  background: #6484C2;
}
.noUi-horizontal[data-mode="1"] .noUi-base .noUi-origin {
  background: #e9e9f6;
}
.noUi-horizontal[data-mode="1"] .noUi-base .noUi-origin:first-child .noUi-handle {
  margin-left: -9px;
}
.rtl .noUi-horizontal[data-mode="1"] .noUi-base .noUi-origin:first-child .noUi-handle {
  margin-right: -9px;
  margin-left: inherit;
}

.noUi-horizontal[data-mode="2"] .noUi-base {
  background: #eef3fe;
}
.noUi-horizontal[data-mode="2"] .noUi-base .noUi-origin {
  background: transparent;
}

.noUi-horizontal .noUi-handle {
  height: 32px;
  width: 32px;
  left: 0px;
  top: -12px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-left: -32px;
}
.rtl .noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-right: -32px;
  margin-left: inherit;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #dadada;
  border-radius: 3px;
}

.noUi-connect {
  background: #B51521;
  border-radius: 3px;
  height: 100%;
  position: absolute;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: #B51521;
  cursor: default;
  border: 11px solid #fff;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.opalestate-rating-detail-container {
  display: none;
}

.opalestate-tooltip {
  display: inline-block;
  line-height: 1;
}

.opalestate-rating-detail {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 2;
}
.opalestate-rating-detail li {
  padding: 5px 0;
}
.opalestate-rating-detail li label {
  margin-bottom: 0;
}
.opalestate-rating-detail li:not(:last-child) {
  border-bottom: 1px solid #f0f2f7;
}

body .tooltipster-sidetip .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

body .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

body .tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

body .tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

body .tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

body .tooltipster-sidetip .tooltipster-content {
  color: #482029;
  background-color: #fff;
}

body .tooltipster-sidetip .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

body .tooltipster-sidetip.tooltipster-left .tooltipster-arrow,
body .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

body .tooltipster-sidetip .tooltipster-arrow-background {
  display: none;
}

body .tooltipster-sidetip .tooltipster-arrow-border {
  border: 6px solid transparent;
}

body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: white;
}

body .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: white;
}

body .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: white;
}

body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: white;
}

body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

body .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

/***/
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 350px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white;
}

.jq-toast-single h2 {
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

/*
 *
 */
.opalestate-search-form:not([class*="opalestate-search-form--vertical"]) {
  
  padding: 0;
}

.opalestate-search-form .btn-search,
.opalestate-search-form .status-item,
.opalestate-search-form .opalestate-collapse-btn {
  margin-top: 45px;
}

.opalestate-search-form.hidden-labels .opalestate-label {
  display: none;
}

.opalestate-search-form.hidden-labels .input-search-city .opalestate-popup {
  top: 20%;
}

.opalestate-search-form.hidden-labels .select2-container,
.opalestate-search-form.hidden-labels .btn-search,
.opalestate-search-form.hidden-labels .form-control,
.opalestate-search-form.hidden-labels .opal-collapse-button,
.opalestate-search-form.hidden-labels .input-group-number {
  margin: 15px 0;
}

.opalestate-search-form.hidden-labels .opal-slide-ranger .slide-ranger-label {
  display: block;
  line-height: 2;
}

.opalestate-search-form.hidden-labels .map-remove {
  top: 10px;
}

.opalestate-search-form .opalestate-label {
  font-weight: 700;
  display: block;
  color: #2e3652;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.opalestate-search-form h6 {
  margin: 0;
}

.opalestate-search-form .searchbox-top {
  border-bottom: solid 1px #f0f2f7;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.opalestate-search-form .select2-container,
.opalestate-search-form .btn-search,
.opalestate-search-form .form-control,
.opalestate-search-form .list-property-status,
.opalestate-search-form .opal-collapse-button,
.opalestate-search-form .input-group-number {
  margin-bottom: 15px;
}

.opalestate-search-form .opal-slide-ranger {
  padding: 1px 0;
}
.opalestate-search-form .opal-slide-ranger .slide-ranger-label {
  display: block;
  line-height: 1;
  margin-bottom:7px;
}

.opalestate-search-form .list-property-status .status-item {
  cursor: pointer;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 9px 0 6px;
  color: #fff;
  background-color: #262d44;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.opalestate-search-form .list-property-status .status-item:hover,
.opalestate-search-form .list-property-status .status-item.active {
  background-color: #6484C2;
}

.opalestate-search-form .btn-search {
  width: 100%;
  
}
.opalestate-search-form .btn-search i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .opalestate-search-form .opal-slide-ranger {
    margin: 15px 0;
  }
}

.opalestate-search-form.custom-form {
  background: transparent;
  display: block;
}
.opalestate-search-form.custom-form .searchbox-top {
  display: block;
  text-align: center;
}
.opalestate-search-form.custom-form .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opalestate-archive-agent .opalestate-search-form:not([class*="opalestate-search-form--vertical"]) {
  padding: 30px !important;
  margin-top: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.opalestate-archive-search-block .opalestate-head .opalestate-head-form,
.post-type-archive-opalestate_agent .opalestate-head .opalestate-head-form {
  padding: 0;
}

.opalestate-archive-search-block .opalestate-search-form:not([class*="opalestate-search-form--vertical"]),
.post-type-archive-opalestate_agent .opalestate-search-form:not([class*="opalestate-search-form--vertical"]) {
  padding: 30px;
  margin: 30px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #f0f2f7;
}

.opalestate-archive-agency .opalestate-search-form {
  margin: 0 -30px;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.radius-status {
  color:#ED8015;
  font-size: 12px;
}

.map-remove {
  display: none;
  position: absolute;
  right: 80px;
  top: 38px;
}

.opalestate-search-opal-map.active .map-remove {
  display: block;
}
.opalestate-search-opal-map.active .map-remove:focus,
.opalestate-search-opal-map.active .map-remove:hover {
  cursor: pointer;
}

.opalestate-search-opal-map.active input[value=""] + .map-remove {
  display: none;
}

[class*="opalestate-search-form--vertical"] .btn-search {
  margin-top: 15px;
}

[class*="opalestate-search-form--vertical"] .opalestate-label {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-more-options {
  position: relative;
  margin: 30px 0 5px;
  line-height: 1;
}

a.opal-collapse-button {
  display: block;
  font-weight: 600;
}
a.opal-collapse-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  padding-right: 5px;
  color: #6484C2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.opal-collapse-button.show {
  color: #6484C2;
}
a.opal-collapse-button.show:before {
  content: "\f146";
}

.more-options-container {
  margin-top: 15px;
}

.more-options-items {
  display: inline-block;
  width: 100%;
}

.opal-collapse-container {
  width: 100%;
  display: none;
}

button.opal-collapse-button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
button.opal-collapse-button i::before {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button.opal-collapse-button:hover,
button.opal-collapse-button.show {
  outline: none;
}
button.opal-collapse-button:focus {
  outline: none;
}
button.opal-collapse-button.show i::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more-options-item {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .more-options-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .more-options-item {
    width: 100%;
  }
}

.input-search-city {
  position: relative;
}
.input-search-city .opalestate-popup {
  position: absolute;
  top: 38px;
  right: 16px;
}

.form-item--types .group-item {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}
.form-item--types .group-item .custom-checkbox-label {
  z-index: 1;
}
.form-item--types .group-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.form-item--types .group-item input[type="checkbox"]:checked ~ .custom-checkbox-label {
  background-color: #6484C2;
}
.form-item--types .group-item input[type="checkbox"]:checked ~ .custom-checkbox-label::after {
  display: block;
}
.form-item--types .group-item:hover input ~ .custom-checkbox-label {
  background-color: #ccc;
}

.opalestate-search-form--vertical .more-options-item {
  float: none;
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #B51521 !important;
}

.more-options-label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.more-options-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.more-options-label input[type="checkbox"]:checked ~ .custom-checkbox-label {
  background-color: #262d44;
}
.more-options-label input[type="checkbox"]:checked ~ .custom-checkbox-label::after {
  display: block;
}
.more-options-label:hover input ~ .custom-checkbox-label {
  background-color: #ccc;
}

.custom-checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.custom-checkbox-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-status-bar--2 .list-property-status {
  padding: 0;
  margin: 0;
}
.search-status-bar--2 .list-property-status .status-item {
  font-size: 100%;
  padding: 8px 35px 5px 35px;
  color: #2e3652;
  border-width: 1px 0 1px;
  margin-right: 0;
  margin-top: 15px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  font-weight: 700;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  background-color: transparent;
}
.search-status-bar--2 .list-property-status .status-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .search-status-bar--2 .list-property-status .status-item {
    margin-right: 40px;
  }
}
.search-status-bar--2 .list-property-status .status-item.active,
.search-status-bar--2 .list-property-status .status-item:hover {
  background-color: transparent;
  color: #6484C2;
  border-color: #6484C2;
}
.search-status-bar--2 .list-property-status .status-item.active::after {
  content: "";
  border-top: 8px solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.opalestate-search-form--vertical .select2-container,
.opalestate-search-form--vertical .input-group-number {
  margin-top: 0;
}

.opalestate-search-form--vertical .opalestate-label {
  display: inline-block;
}

.opalestate-search-form--vertical-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.opalestate-search-form--vertical-2 .opalestate-label {
  display: none;
}
.opalestate-search-form--vertical-2 .input-group-number {
  margin-top: 15px;
}
.opalestate-search-form--vertical-2 h6 {
  margin-bottom: 5px;
}
.opalestate-search-form--vertical-2 .input-search-city .opalestate-popup {
  top: 20%;
}
.opalestate-search-form--vertical-2 .opal-form-content .form-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.opalestate-search-form--vertical-2 .more-options-items .more-options-item {
  width: 100%;
}

.input-group-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0f2f7;
  padding: 0.65rem 1rem;
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.input-group-number i[class*="icon-property-"] {
  margin-right: 1rem;
}
.input-group-number .form-control {
  padding: 0;
  margin: 0;
  height: auto;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}
.input-group-number .form-control:focus {
  background-color: transparent;
}
.input-group-number .btn-actions {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
}
.input-group-number .btn-actions span {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 1px solid #f0f2f7;
}
.input-group-number .btn-actions span:hover {
  color: #262d44;
  cursor: pointer;
}

.opalestate-search-form--advanced-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.opalestate-search-form--advanced-6 .opalestate-search-form__item:not(:first-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.opalestate-search-form--advanced-6 .opalestate-search-form__item:first-child {
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.opalestate-search-form--advanced-6 .opalestate-search-form__item:first-child .select2-selection--single {
  padding-left: 10px;
  border-right: 0;
}
.opalestate-search-form--advanced-6 .opalestate-search-form__item:first-child .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.opalestate-search-form--advanced-6 .btn-search {
  width: 128px;
}

.search-agent-title {
  margin-bottom: 0;
}

.select2-container.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.65rem 1rem;
  font-size: 15px;
  line-height: 50px;
  color: #555555;
  background-color: #fff;
  border: 2px solid #ebebeb;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 40px;
}

.select2-container .select2-dropdown {
  border-color: #f0f2f7;
}

.opalestate-search-form--collapse-advanced {
  background-color: transparent !important;
}
.opalestate-search-form--collapse-advanced .searchbox-top {
  text-align: center;
  border: 0;
}
.opalestate-search-form--collapse-advanced .searchbox-top .list-inline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px 30px;
  background-color: rgba(118, 124, 145, 0.4);
  border: 1px solid #79869d;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
}
.opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item:hover,
.opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item.active {
  background-color: #fff;
  border-color: #fff;
  color: #262d44;
}
.opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item:hover:after,
.opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item.active:after {
  display: none;
}
@media (max-width: 991px) {
  .opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form--collapse-advanced .searchbox-top .list-inline .status-item {
    padding: 8px 10px;
  }
}
.opalestate-search-form--collapse-advanced .searchbox-main {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 20px;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field {
  display: inline-block;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field .form-control {
  margin: 0;
  border: 0 !important;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--city-text,
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--types,
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--categories {
  width: 24%;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--city-text .select2-container.select2-container--default .select2-selection--single,
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--types .select2-container.select2-container--default .select2-selection--single,
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--categories .select2-container.select2-container--default .select2-selection--single {
  border: 0 !important;
  font-size: 14px;
  color: #482029;
  font-weight: 700;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--types,
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--categories,
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--collapse {
  border-left: 1px solid #f0f2f7;
  padding-left: 10px;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--collapse {
  width: 6%;
}
.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--submit {
  padding-left: 10px;
  width: 20%;
}

.opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--submit2 {
  padding-left: 40px;
  width:270px;
}

@media (max-width: 991px) {
  .opalestate-search-form--collapse-advanced .searchbox-main {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  }
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--city-text,
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--types {
    width: 33%;
  }
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--categories {
    width: 32%;
  }
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--collapse {
    width: 15%;
    border: 0;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--city-text,
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--types,
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--categories {
    width: 100%;
    padding: 15px 0 0;
    border: 0;
  }
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--collapse {
    width: 26%;
    padding: 15px 0 0;
    border: 0;
    margin-right: 10px;
  }
  .opalestate-search-form--collapse-advanced .searchbox-main .searchbox-field--submit {
    width: 68%;
    padding: 15px 0 0;
    border: 0;
  }
}
.opalestate-search-form--collapse-advanced > .opal-collapse-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: absolute;
  z-index: 9;
}
.opalestate-search-form--collapse-advanced > .opal-collapse-container::before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 22%;
  top: -10px;
  border-bottom: 12px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media (max-width: 991px) {
  .opalestate-search-form--collapse-advanced > .opal-collapse-container::before {
    left: 10%;
    right: 0;
  }
}

.property-options {
  position: absolute;
  top: 20px;
  left: 20px;
}
.property-options .opalestate-ajax-gallery {
  padding: 5px 10px;
  line-height: 1rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.property-options .opalestate-ajax-gallery:hover {
  background-color: #6484C2;
}

.author-avatar img {
  border-radius: 50%;
}

.opalestate_property {
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
}
.opalestate_property.opalestate-single-property,
.opalestate_property[class*="property-featured"] {
  border: none;
  margin-bottom: 0;
}
.opalestate_property header {
  position: relative;
}

.property-box-image {
  overflow: hidden;
  position: relative;
  
  }
.property-box-image a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20,33,43,0.1);
  top: 0;
  left: 0;
  
}

.property-price .property-regular-price,
.property-price .property-saleprice {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #6484C2;
}

.property-price .property-regular-price.has-saleprice {
  font-size: 15px;
  opacity: 0.8;
}

/** ----list---- **/
.property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #f0f2f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #fff;
}
.property-list header,
.property-list .entry-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.property-list .property-box-image {
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.property-list .property-box-image img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.property-list .entry-title {
  font-size: 20px;
  margin: 15px 0 0;
}
.property-list .property-address {
  margin: 6px 0 23px;
}
.property-list ul.property-meta-list {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 15px 0 0;
  margin: 15px 0;
  border-bottom: 2px solid #f0f2f7;
}
.property-list ul.property-meta-list > li {
  margin-right: 0;
  width: 25%;
  text-align: center;
list-style-type:none;
  }
.property-list ul.property-meta-list .icon-box {
  font-size: 30px;
  width: auto;
  display: block;
  padding-bottom: 10px;
}
.property-list ul.property-meta-list .icon-box i {
  color: #959DB7 ;
  width: auto;
}
.property-list ul.property-meta-list .label-content {
  font-weight: 500;
  color: #262d44;
}
.property-list .entry-content {
  
  padding: 15px 30px;
}
.property-list .entry-summary {
  label-contentdisplay: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 5em;
}

.property-list .entry-summary  {
  min-height: 160px;
  
}
.property-list .entry-summary h5 {
  
  font-size: 14px;
}
.property-list .entry-content-bottom {
  position: relative;
  padding-bottom: 15px;
}
.property-list .entry-content-bottom .property-toggle-favorite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #eff4ff;
  position: absolute;
  top: 0;
  right: 0;
  color: #6484C2;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.property-list .entry-content-bottom .property-toggle-favorite:hover {
  background-color: #6484C2;
  color: #fff;
}
.property-list .property-meta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}
.property-list .property-meta-bottom .property-toggle-favorite {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #6484C2;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  background-color: #eff4ff;
}
.property-list .property-meta-bottom .property-toggle-favorite:hover {
  background-color: #6484C2;
  color: #fff;
}
.property-list .author-avatar {
  width: 67px;
}
.property-list .author-avatar img {
  min-height: 52px;
  border-radius:50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.property-list .author-link {
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 9;
}
.property-list .author-name {
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
}
.property-list .meta-item:not(:last-of-type) {
  margin-right: 5px;
}
.property-list .property-label,
.property-list .property-status-item {
  display: inline-block;
}
.property-list .property-group-label {
  top: 10px;
  left: 10px;
  bottom: auto;
}
.property-list .property-group-status {
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 992px) {
  .property-list {
    padding: 15px;
  }
  .property-list header,
  .property-list .entry-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .property-list .abs-col-item {
    padding: 15px 0 0;
  }
}

.property-list-style-v1 header {
  padding-bottom: 0;
}

.property-list-style-v1 .property-list {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .container-cols-3 .abs-col-item {
    border-right: 1px solid #f0f2f7;
  }
}

.property-list-style-v2 .property-list {
  padding: 0;
  border: 1px solid #f0f2f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.property-list-style-v2 .property-list header {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.property-list-style-v2 .abs-col-item {
  padding: 15px 30px 0;
  border: none;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.property-list-style-v2 .entry-content {
  width: 100%;
  padding: 0;
}

.property-list-style-v2 .entry-title {
  margin: 16px 0 0;
}

.property-list-style-v2 .property-address {
  margin: 6px 0 0;
}

.property-list-style-v2 .property-meta-list {
  padding: 0;
  margin-top: 9px;
}
.property-list-style-v2 .property-meta-list li {
  margin-top: 19px;
  margin-bottom: 8px;
}
.property-list-style-v2 .property-meta-list li:not(:last-child) {
  margin-right: 30px;
}
.property-list-style-v2 .property-meta-list .label-property {
  display: none;
}

.property-agency-section .property-list-style-v2 .property-list .property-meta-list li:not(:last-child) {
  margin-right: 0;
}



/** Grid **/
.property-grid {
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.property-grid .entry-content {
  padding: 15px 20px 15px;
}
.property-grid .entry-title {
  margin: 0 0 6px;
}
.property-grid .property-address {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 1.8em;
}
.property-grid .property-address span.property-view-map {
  color: #6484C2;
}
.property-grid .property-meta-list.list-inline li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 0;
}
.property-grid .property-price .property-regular-price,
.property-grid .property-price .property-saleprice {
  letter-spacing: -0.5px;
  color: #262626;
}
@media screen and (min-width: 768px) {
  .property-grid .property-price .property-regular-price,
  .property-grid .property-price .property-saleprice {
    font-size: 23px;
  }
}
.property-grid .property-price .property-regular-price.has-saleprice {
  font-size: 15px;
}
.property-grid .entry-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f2f7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.property-grid .entry-content-bottom > *:not(:first-child) {
  position: relative;
  padding: 11px 0;
  border-left: 1px solid #f0f2f7;
}
.property-grid .entry-content-bottom > *:first-child {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.property-grid .property-toggle-favorite {
  width: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .property-grid .entry-content {
    padding: 30px 15px 15px;
  }
  .property-grid .property-meta-list {
    padding: 23px 15px 17px 15px;
  }
  .property-grid .property-meta-bottom {
    margin-left: 15px;
  }
  .property-grid .property-group-label {
    left: 15px;
  }
}
.property-grid .author-avatar {
  width: 40px;
}
.property-grid .author-avatar img {
 border-radius: 50%;
 margin-bottom: 35px;
 min-height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
}

.property-grid .author-link,
.property-featured .author-link {
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
}
.property-grid .author-link:hover,
.property-featured .author-link:hover {
  color: #6484C2;
}

.property-grid .author-avatar,
.property-featured .author-avatar {
  width: 64px;
  margin-right: 8px;
}

.property-grid .author-name,
.property-featured .author-name {
  font-size: 14px;
  font-weight: 700;
}

/** Grid Layout 1**/
.property-grid-v1 .property-box-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.property-grid-v1 .author-link {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
}

.property-grid-v1 .entry-summary {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 0;
}
.property-grid-v1 .entry-summary .property-meta {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.property-grid-v1 .entry-summary ul.property-meta-list {
  padding: 0;
}
.property-grid-v1 .entry-summary ul.property-meta-list.list-inline li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
}
.property-grid-v1 .entry-summary ul.property-meta-list.list-inline li i {
  display: none;
}
.property-grid-v1 .entry-summary ul.property-meta-list.list-inline li .label-content {
  font-weight: 700;
  color: #262d44;
}

.property-grid-v1 .property-meta {
  text-align: right;
}

.property-grid-v1 .author-link,
.property-grid-v1 .property-label-bedrooms,
.property-grid-v1 .property-label-bathrooms,
.property-grid-v1 .property-label-amountrooms {
  display: none;
}

/** Grid Layout 2**/
.property-grid-v2 .author-name {
  display: none;
}

.property-grid-v2 .property-meta-list.list-inline li {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}
.property-grid-v2 .property-meta-list.list-inline li:not(:last-child) {
  margin-right: 25px;
}

.property-grid-v2 .property-box-image {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.property-grid-v2 .entry-summary {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 2em;
}

.property-grid-v2 .property-price {
  color: #6484C2;
  line-height: 1;
  font-weight: 700;
}
.property-grid-v2 .property-price .property-regular-price,
.property-grid-v2 .property-price .property-saleprice {
  color: #6484C2;
  font-size: 24px;
  font-weight: 700;
}
.property-grid-v2 .property-price .property-price-label,
.property-grid-v2 .property-price .property-before-price-label {
  font-size: 14px;
  color: #aeb3ba;
}
.property-grid-v2 .property-price .property-regular-price.has-saleprice {
  font-size: 15px;
}

.property-grid-v2 .property-grid .entry-content {
  padding: 30px 15px 0;
}

.property-grid-v2 .property-meta-bottom {
  position: relative;
  width: 100%;
}

.property-grid-v2 .author-avatar {
  margin: 0;
  width: 30px;
  padding: 11px 0;
}

.column-sidebar .property-grid-v2 .property-grid .entry-content-bottom,
.column-sidebar .property-grid-v2 .property-grid .property-meta-list {
  display: none;
}

.widget-properties .opalestate_property .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget-properties .opalestate_property .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.property-price {
  color: #6484C2;
  line-height: 1;
  font-weight: 700;
}
.property-price .property-regular-price,
.property-price .property-saleprice {
  color: #B51521;
  font-size: 18px;
  font-weight: 600;
}
.property-price .property-price-label,
.property-price .property-before-price-label {
  font-size: 18px;
}
.property-price .property-regular-price.has-saleprice {
  font-size: 15px;
}

/** Grid Layout 3**/
.property-grid-v3 .entry-title {
  margin: 0 0 6px;
  font-size: 16px;
}

.property-grid-v3 header {
  padding: 0;
}
.property-grid-v3 header .property-box-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.property-grid-v3 .entry-summary {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 2em;
}

.property-grid-v3 .entry-content {
  padding: 15px 15px 0;
}

.property-grid-v3 .property-meta-bottom {
  position: relative;
  width: 100%;
  padding: 30px 15px 15px;
  margin-top: 0;
}
.property-grid-v3 .property-meta-bottom .property-toggle-favorite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #eff4ff;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #6484C2;
  font-size: 18px;
  line-height: 40px;
}
.property-grid-v3 .property-meta-bottom .property-toggle-favorite:hover {
  background-color: #6484C2;
  color: #fff;
}

.property-grid-v3 .author-name {
  color: #fff;
display:none;
  }

.property-grid-v3 .property-meta-list.list-inline {
  padding: 0;
}
.property-grid-v3 .property-meta-list.list-inline .info-meta i {
  display: none;
}
.property-grid-v3 .property-meta-list.list-inline li {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}
.property-grid-v3 .property-meta-list.list-inline li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .property-grid-v3 .property-meta-list.list-inline li:not(:last-child) {
    margin-right: 20px;
  }
}
.property-grid-v3 .property-meta-list.list-inline li i {
  display: none;
}
.property-grid-v3 .property-meta-list.list-inline li .label-content {
 font-size: 14px;
 font-weight: 600;
  color: #B51521;
}

.property-grid-v3 .entry-content-bottom {
  border: none;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 2px solid #f0f2f7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.property-grid-v3 .entry-content-bottom > *:not(:first-child) {
  border: none;
  padding: 0;
  width: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #482029;
}
.property-grid-v3 .entry-content-bottom > *:not(:first-child):hover {
  color: #482029;
}
.property-grid-v3 .entry-content-bottom > *:first-child {
  margin-left: 0;
}

.property-mark-hover-item {
  min-height: 245px;
}
.property-mark-hover-item .list-inline {
  padding: 0;
}
.property-mark-hover-item header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.95)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.95));
  z-index: 1;
}
.property-mark-hover-item .property-price-wrapper,
.property-mark-hover-item .property-areasize {
  display: inline-block;
  margin-right: 30px;
}
.property-mark-hover-item .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 15px 15px;
  color: #fff;
}
.property-mark-hover-item .entry-title {
  color: inherit;
}
.property-mark-hover-item .entry-title a {
  color: inherit;
}
.property-mark-hover-item .property-price .property-regular-price,
.property-mark-hover-item .property-price .property-saleprice {
  font-size: 18px;
  color: inherit;
}

/** Featured Property **/
.property-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.property-featured .featured-info {
  background-color: #fff;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .property-featured .featured-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.property-featured .property-group-label,
.property-featured .agency-label {
  left: 52%;
}
@media (max-width: 767px) {
  .property-featured .property-group-label,
  .property-featured .agency-label {
    left: 70%;
  }
}
.property-featured .author-name {
  color: #fff;
}
.property-featured .author-link {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.property-featured header {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .property-featured header {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.property-featured ul.property-meta-list {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #f0f2f7;
}
.property-featured ul.property-meta-list > li {
  margin-right: 0;
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .property-featured ul.property-meta-list > li {
    width: 50%;
  }
}
.property-featured ul.property-meta-list .icon-box {
  font-size: 30px;
  width: auto;
  display: block;
  padding-bottom: 10px;
}
.property-featured ul.property-meta-list .icon-box i {
  color: #6484C2;
  width: auto;
}
.property-featured .entry-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
}
.property-featured .property-address {
  margin: 0 0 20px;
}
.property-featured .property-address .property-view-map i {
  color: #6484C2;
}
.property-featured .info-meta .label-content {
  color: #000;
  font-weight: 700;
}
.property-featured .property-description {
  margin-bottom: 30px;
  label-contentdisplay: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 7em;
}
.property-featured .property-price .property-regular-price,
.property-featured .property-price .property-saleprice {
  font-size: 18px;
}
.property-featured .property-price .property-regular-price.has-saleprice {
  font-size: 18px;
}
.property-featured .property-toggle-favorite {
  display: none;
  width: 22px;
  line-height: 22px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  background-color: #2e3652;
  position: absolute;
  right: 10px;
  top: 10px;
}
.property-featured .property-toggle-favorite:hover {
  background-color: #6484C2;
}

header:hover .property-bg-thumbnail a {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.property-bg-thumbnail {
  height: 100%;
  overflow: hidden;
}
.property-bg-thumbnail a {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  min-height: 340px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  background-position: center center;
}
.property-bg-thumbnail a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}






.opalestate-pagination {
  text-align: left;
  margin: 30px 0;
  text-align: center;
}
.opalestate-pagination ul {
  margin: 0 auto;
  padding-left: 0;
}
.opalestate-pagination ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.opalestate-pagination ul li .page-numbers {
  padding: 5px 15px;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #eff4ff;
  color: #959db7;
}
.opalestate-pagination ul li .page-numbers:hover,
.opalestate-pagination ul li .page-numbers.current {
  color: #262d44;
}



.opalesate-property-collection .elementor-slick-slider-row.slick-arrows-inside .slick-arrow {
  top: 50% !important;
}
.opalesate-property-collection .elementor-slick-slider-row.slick-arrows-inside .slick-arrow.slick-prev {
  left: 0;
}

.opalestate_agency {
  margin-bottom: 30px;
}
.opalestate_agency.agency-grid-style {
  border: 2px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 30px;
}
.opalestate_agency .agency-box-top,
.opalestate_agency .agency-nav-tabs {
  border: 2px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 30px;
}
.opalestate_agency .agency-nav-tabs .opalestate-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.opalestate_agency .agency-nav-tabs .opalestate-tab-head {
  margin-bottom: 30px;
}
.opalestate_agency .agency-contact-form {
  padding: 0;
}
.opalestate_agency .agency-contact-form .property-equire-form-container {
  border: 2px solid #f0f2f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 30px;
}

.trusted-label {
  font-size: 20px;
  color: #6484C2;
  text-align: center;
  line-height: 1;
}

.team-header .trusted-label {
  position: absolute;
  right: 28%;
  background-color: #eff4ff;
  border-radius: 50%;
  top: -20%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border: 1px solid #f0f2f7;
  width: 40px;
  line-height: 40px;
}

.property-agent-info .team-header .trusted-label {
  top: auto;
  bottom: 0;
  right: 15px;
}

.property-agent-contact .team-header .trusted-label {
  top: auto;
  bottom: 0;
  right: 15px;
display:none;
  }

.property-agent-contact .team-header .agent-featured .agent-label {
  top: 15px;
  left: 15px;
}

.property-agent-contact .team-header .agent-levels .agent-label {
  top: 15px;
  right: 15px;
}

.agency-box-title {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}

.agency-address {
  margin-bottom: 0;
}

.agency-box-meta [class*="agency-box-"] i {
  width: 15px;
  margin-right: 12px;
  display: inline-block;
}

.agency-box-meta a {
  color: inherit;
}
.agency-box-meta a:hover {
  color: #6484C2;
}

.agency-grid-style .agency-body-content {
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.agency-grid-style .agent-box-image {
  max-height: 200px;
  overflow: hidden;
}

.agency-grid-style .agency-logo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
}

.agency-grid-style .agency-info {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #f0f2f7;
}

.agency-grid-style .agency-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.agency-grid-style .agency-box-meta {
  padding: 30px 0 0;
}
.agency-grid-style .agency-box-meta [class*="agency-box-"] {
  line-height: 1;
}
.agency-grid-style .agency-box-meta [class*="agency-box-"]:not(:last-of-type) {
  margin-bottom: 13px;
}

.agency-grid-style .agency-box-title {
  margin-bottom: 9px;
  margin-right: 0;
  display: block;
}

.agency-grid-style .agency-address {
  font-size: 13px;
}

.agency-list-style .agency-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  border: 2px solid #f0f2f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.agency-list-style .agent-box-image {
  height: 100%;
}
.agency-list-style .agent-box-image img {
  height: 100%;
}

.agency-list-style .agency-header {
  margin: 0 30px;
}

.agency-list-style .agency-body-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 0 0;
}

.agency-list-style .agency-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #f0f2f7;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 30px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.agency-list-style .agency-info {
  position: relative;
  padding: 0 30px 18px;
  border-bottom: 1px solid #f0f2f7;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .agency-list-style .agency-box-meta {
    padding: 0 30px;
  }
}

.agency-list-style .agency-box-title {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .agency-list-style .agency-body-content {
    padding: 0 0 0 10px;
  }
  .agency-list-style .agency-header {
    max-width: 240px;
  }
  .agency-list-style .agency-info {
    padding: 0 0 18px;
  }
}

.agent-description {
padding: 30px;
  border: 1px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  
}



.agent-address-map {
  padding: 30px;
  border: 1px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display:none;
  }

.floating-keep-top {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.admin-bar .floating-keep-top {
  top: 32px;
}

.hide {
  display: none !important;
}

.highlight-text {
  font-weight: 700;
}

ul.property-status {
  padding: 0;
  margin: 0;
  display: inline-block;
}
ul.property-status li {
  list-style: none;
  display: inline-block;
}
ul.property-status li:not(:last-child) {
  margin-right: 5px;
}

.keep-top-bars {
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border-bottom: 1px solid #f0f2f7;
}
.keep-top-bars ul {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.keep-top-bars ul:not(.opalestate-scroll-elements) {
  padding: 10px 0;
}
.keep-top-bars ul li:not(:last-child) {
  margin-right: 50px;
}
.keep-top-bars.floating-keep-top {
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.keep-top-bars .single-property-buttons {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.keep-top-bars .single-property-buttons a {
  position: relative;
  margin-left: 20px;
  text-transform: capitalize;
}
.keep-top-bars .single-property-buttons a i {
  margin-right: 18px;
  padding-right: 20px;
  display: none;
}
.keep-top-bars .single-property-buttons a::before {
  content: "";
  width: 52px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: none;
}

.opalestate-scroll-elements a:not(.btn-primary) {
  display: block;
  padding: 21px 0 17px;
  border-bottom: 3px solid transparent;
  color: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.opalestate-scroll-elements a:not(.btn-primary):focus,
.opalestate-scroll-elements a:not(.btn-primary):hover {
  border-color: #6484C2;
  color: inherit;
}

.opalestate-rating__stars {
  position: relative;
  overflow: hidden;
  height: 15px;
  font-size: 15px;
  width: calc(15px * 5 - 5px);
  line-height: 1;
}
.opalestate-rating__stars::before {
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  content: "\f005\f005\f005\f005\f005";
  font-weight: 400;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.opalestate-rating__stars span {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  color: transparent;
  padding-top: 20px;
}
.opalestate-rating__stars span::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  content: "\f005\f005\f005\f005\f005";
  font-weight: 400;
  color: #f6be15;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(15px * 5);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f005";
  text-indent: 0;
}
p.stars a:hover ~ a::before {
  font-weight: 400;
  content: "\f005";
}

p.stars:hover a::before {
  content: "\f005";
  font-weight: 900;
}

p.stars.selected a.active::before {
  font-weight: 900;
  content: "\f005";
}

p.stars.selected a.active ~ a::before {
  font-weight: 400;
  content: "\f005";
}

p.stars.selected a:not(.active)::before {
  font-weight: 900;
  content: "\f005";
}

.opalestate-mortgage-chart-svg {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
}
.opalestate-mortgage-chart-svg::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #fff;
}

.opalestate-loan-amount {
  display: none;
}

.opal-form-group {
  margin-top: 16px;
}
.opal-form-group label {
  margin-bottom: 0;
  cursor: pointer;
  display: block;
  padding-left: 25px;
}

/**
* SOCIAL ICONS
**/
.opalestate-social-icons {
  margin: 15px -30px 0 -30px;
  padding: 0 30px;
}
.opalestate-social-icons [class^="opalestate-social-"] {
  font-size: 13px;
  color: #6484C2;
  display: inline-block;
  margin: 10px 5px 0 0;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 32px;
  width: 34px;
  height: 34px;
  background-color: #ecf3ff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.opalestate-social-icons [class^="opalestate-social-"]:last-of-type {
  margin-right: 0;
}
.opalestate-social-icons [class^="opalestate-social-"]:hover {
  background-color: #6484C2;
  border-color: #6484C2;
  color: #fff;
}
.opalestate-social-icons .opalestate-social-white {
  background: #ffffff;
  color: #482029;
  border: 2px solid #f0f2f7;
}
.opalestate-social-icons .opalestate-social-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.opalestate-social-icons .opalestate-social-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}
.opalestate-social-icons .opalestate-social-outline-light:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.opalestate-social-icons:first-child [class*="opalestate-social-"] {
  margin-top: 0;
}
.opalestate-social-icons:last-child [class*="opalestate-social-"] {
  margin-bottom: 0;
}
.opalestate-social-icons.opalestate-sicolor [class*="opalestate-social-"] {
  color: #ffffff;
}

/**
 * Tabs
 */
.opalestate-tab-head {
  background-color: transparent;
}

.tab-item {
  color: #262d44;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 14px 18px 15px;
  font-weight: 700;
}
.tab-item.active,
.tab-item:hover {
  border-color: #6484C2;
  color: #262d44;
}

.entry-summary-tabs,
.agency-nav-tabs {
  background: transparent;
}
.entry-summary-tabs .tab-item,
.agency-nav-tabs .tab-item {
  margin-right: 10px;
  text-transform: uppercase;
  padding: 12px 28px 10px;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #f0f2f7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.entry-summary-tabs .tab-item.active,
.entry-summary-tabs .tab-item:hover,
.agency-nav-tabs .tab-item.active,
.agency-nav-tabs .tab-item:hover {
  color: #B51521;
}
.entry-summary-tabs .opalestate-box-content,
.agency-nav-tabs .opalestate-box-content {
  margin: 0 !important;
}

.opalestate-tab-content {
  display: none;
  clear: both;
}
.opalestate-tab-content.active {
  display: block;
}
.opalestate-tab-content .property-list-style-v2 .property-list {
  margin-bottom: 30px;
}

.opalmembership-login-form-wrapper {
  text-align: center;
}

.opalmembership-box,
.opalmembership-notice,
.opalmembership-hidden.in {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 60px;
  border: 1px solid #f0f2f7;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.opalmembership-box .alert,
.opalmembership-notice .alert,
.opalmembership-hidden.in .alert {
  margin-top: 15px;
}

abbr.required,
.input-error {
  color: red;
}

.list-tabs {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0;
}
.list-tabs ul {
  padding: 0;
  margin: 0;
}
.list-tabs ul li {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.list-tabs ul li a {
  display: block;
  padding: 5px 20px;
}
.list-tabs ul li.active a,
.list-tabs ul li:hover a {
  color: #fff;
  background-color: #6484C2;
}

/**
 * end Tabs
 */
.property-group-label,
.agency-label {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  line-height: 1;
}

.property-group-status {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  line-height: 1;
}

.property-group-status + .property-meta-bottom {
  top: 45px;
  right: 10px;
  z-index: 9;
}

.agency-header {
  position: relative;
}

.label {
  display: inline-block;
  padding: 4px 10px;
  line-height: 14px;
  font-size: 13px;
  font-weight: 700;
  
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;

  }

.property-label,
.property-status-item {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 14px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.property-label .property-label-item:not(last-child),
.property-status-item .property-label-item:not(last-child) {
  margin-right: 5px;
}

.property-status-for-rent,
.property-status-for-sale,
.property-label-for-sale {
  background-color: #efc065;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.property-status-rented,
.property-label-rented,
.property-label-for-rent {
  background-color: #555c74;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.property-status-sold,
.property-label-sold {
  background-color: #555c74;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.label-featured {
  background-color: #e55c67;
  color: #fff;
  font-size:12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 5px;
}

.property-grid .property-label,
.property-grid .property-status {
  display: inline-block;
}

.property-grid .label-featured {
  margin-bottom: 5px;
}

.single .label-featured {
  margin-bottom: 0;
  margin-right: 5px;
}

.label-danger {
  background-color: #6484C2;
  color: #fff;
}

.property-meta-list > li {
  vertical-align: middle;
}

.property-meta-list .icon-box {
  display: inline-block;
}

.property-meta-list .info-meta {
  display: inline-block;
}

.map-info-preview {
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 15px;
  max-width: 300px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.map-info-preview:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-opposite-position(bottom): 25px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -14px;
  margin-left: -34px;
}
.map-info-preview a img {
  max-width: 240px;
  width: 240px;
}
.map-info-preview .media-top {
  position: relative;
}
.map-info-preview .property-status {
  top: 10px;
  left: 10px;
  position: absolute;
  line-height: 1;
}
.map-info-preview .label-property {
  visibility: hidden;
}

.label-property {

font-size: 14px;
color: #959db7;
font-weight:600;
}

.map-info-preview .info-container .prop-title {
  text-transform: uppercase;
  margin: 15px 0 8px;
}
.map-info-preview .info-container p {
  line-height: 22px;
}
.map-info-preview .info-container p em {
  font-style: normal;
}
.map-info-preview .property-meta-list.list-inline {
  border-top: 1px solid #f0f2f7;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-info-preview .property-meta-list.list-inline > li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0;
  margin: 15px 0 0;
}
.map-info-preview .property-meta-list.list-inline > li i {
  width: 20px;
}
.map-info-preview .arrow-down {
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -13px;
  height: 0;
  left: 112px;
  position: absolute;
  width: 0;
  border-color: #6484C2;
  display: none;
}

.opalestate-map-preview-wrap .gm-style img {
  max-width: inherit !important;
}

.infoBox > img {
  position: absolute !important;
  z-index: 99;
  right: -5px;
  top: -10px;
}

#block-floor-plans {
  margin-bottom: 30px;
}

.opalestate-popup {
  position: relative;
}
.opalestate-popup .popup-head {
  position: relative;
}
.opalestate-popup .popup-head > span {
  cursor: pointer;
}
.opalestate-popup .popup-head .notify {
  background-color: #00bcd4;
  padding: 1px 6px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 8px;
  color: #fff;
}
.opalestate-popup .popup-head .notify.active {
  top: auto;
  bottom: 0px;
  padding: 5px;
  background-color: #6484C2;
}
.opalestate-popup .popup-body {
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 280px;
  top: 40px;
  margin: 0;
  right: 0;
  left: auto;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .opalestate-popup .popup-body {
    
  }
}
.opalestate-popup .popup-body h6 {
  margin-bottom: 15px;
}
.opalestate-popup .popup-body label {
  text-transform: uppercase;
}
.opalestate-popup .popup-body button {
  margin-top: 20px;
}
.opalestate-popup .popup-body .account-dashboard-content {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 300px;
}
.opalestate-popup .popup-body .account-dashboard-content:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.opalestate-popup.active .popup-body {
  display: block;
  padding-top: 30px;
  min-width: 280px;

  }
.opalestate-popup.hover-align-right:hover .popup-body {
  display: block;
  padding-top: 30px;
  min-width: 280px;
}
.opalestate-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #B51521;
  cursor: pointer;
}



.pagination li {
  display: block;
  min-width: 40px;
  text-align: center;
  padding: 5px 15px;
  font-weight: 500;
  color: #482029;
}
.pagination li.current,
.pagination li:hover {
  background-color: #B51521;
}
.pagination li.current a,
.pagination li:hover a {
  color: #fff;
}



.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opalestate-dropdown {
  position: relative;
}
.opalestate-dropdown .dropdown-body {
  position: absolute;
  display: none;
  background: #fff;
  min-width: 250px;
  right: 0;
  top: 50px;
}
.opalestate-dropdown:hover .dropdown-body {
  display: block;
}

.agent-box-list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.agent-box-list .inner .agent-preview {
  width: 80px;
  margin-right: 15px;
}
.agent-box-list .inner .agent-preview img {
  border-radius: 50%;
  min-height: 65px;
  -o-object-fit: cover;
  object-fit: cover;
}

.agent-box-list .opalestate-social-icons {
  padding-top: 15px;
  border-top: 2px solid #f0f2f7;
}

.agent-box-image {
  overflow: hidden;
}

.property-agent-info .team-header {
  text-align: center;
}

.property-agent-contact .agent-preview {
  margin-bottom: 0;
}

.property-agent-contact .team-header {
  margin-bottom: 30px;
}
.property-agent-contact .team-header img:not(.agent-avatar) {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.team-header {
  position: relative;
}
.team-header .agent-label {
  position: absolute;
  text-transform: uppercase;
  padding: 0 10px;
  color: #fff;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
}
.team-header .agent-label li {
  list-style: none;
}
.team-header .agent-featured .agent-label {
  top: -30px;
  left: 0;
  background-color: #6484C2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.team-header .agent-levels .agent-label {
  top: -30px;
  right: 0;
  background-color: #555c74;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.agent-preview {
  margin-bottom: 30px;
  position: relative;
}
.agent-preview .agent-avatar {
  position: relative;
  
  width: 205px;
  border-radius: 50%;
}

.agent-box-job {
  display: none;
}

.agent-box-meta {
  color: #666666;
}
.agent-box-meta div[class*="agent-box-"] {
  line-height: 1;
  padding: 8px 1px;
}
.agent-box-meta div[class*="agent-box-"]:first-of-type {
  padding-top: 0;
}
.agent-box-meta div[class*="agent-box-"]:last-of-type {
  padding-bottom: 0;
}
.agent-box-meta div[class*="agent-box-"] i {
  width: 15px;
  margin-right: 6px;
}
.agent-box-meta a {
  color: inherit;
}

.gallery-summery-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-summery-style a {
  display: block;
  width: 20%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}

.my-featured-section .opalestate_property {
  margin-right: 1px;
}

.property-floorplans-session .opalestate-tab-head,
.tabl-simple-style .opalestate-tab-head {
  line-height: 1;
  border-bottom: 1px solid #f0f2f7;
  margin-bottom: 16px;
  margin-top: 0;
  background-color: transparent;
}

.property-floorplans-session .tab-item,
.tabl-simple-style .tab-item {
  background-color: transparent;
  color: #2e3652;
  display: inline-block;
  padding-bottom: 19px;
  font-weight: 700;
  border-bottom: 0;
  margin-bottom: -2px;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.property-floorplans-session .tab-item:not(:last-of-type),
.tabl-simple-style .tab-item:not(:last-of-type) {
  margin-right: 28px;
}
.property-floorplans-session .tab-item.active,
.property-floorplans-session .tab-item:hover,
.tabl-simple-style .tab-item.active,
.tabl-simple-style .tab-item:hover {
  color: #6484C2;
}

.plan-name,
.plan-content {
  display: none;
}

.plan-image {
  padding: 24px;
}

.property-category {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.property-category .static-content {
  padding: 30px;
  position: relative;
  background-color: #e1e5f0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.property-category .static-content a {
  font-size: 20px;
  color: #2e3652;
}
.property-category .property-category-count {
  color: #2e3652;
  font-size: 14px;
}
.property-category .property-category-title {
  margin-bottom: 10px;
}
.property-category .property-category-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.property-category .category-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.property-category:hover .property-category-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.property-category .property-category-bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.property-category-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  min-height: 370px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  background-position: center center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.property-category-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.property-category {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.property-category:hover .property-category-bg::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom .property-category-bg {
  min-height: 240px;
}

.property-city {
  position: relative;
  overflow: hidden;
}
.property-city .static-content {
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property-city .static-content a {
  color: #fff;
}
.property-city .property-city-count {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.property-city .property-city-title {
  margin-bottom: 10px;
}
.property-city .property-city-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.property-city .city-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.property-city:hover .property-city-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.property-city-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  min-height: 510px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  background-position: center center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.property-city-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.property-city {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.property-city:hover .property-city-bg::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom .property-city-bg {
  min-height: 240px;
}

#opalestate-map-preview .cluster img + div {
  line-height: 30px !important;
}

.post-type-archive-opalestate_agency .opal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opalestate-social-login-facebook-btn i,
.opalestate-social-login-google-btn i {
  color: #fff !important;
}

.opalestate-note {
  font-size: 90%;
  color: #888;
}

.list-inline {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-inline li:not(:last-child) {
  margin-right: 30px;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.property-toggle-favorite {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.property-toggle-favorite:hover {
  color: #6484C2;
}

header#masthead {
  position: relative;
}

.pull-right {
  float: right !important;
}

@media screen and (min-width: 1200px) {
  .ajax-map-search-split .split-maps-container {
    padding-left: 0;
  }
}

.ajax-map-search-split .opalestate-search-form {
  margin: 15px 0;
  padding: 15px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.split-maps-container {
  left: 0;
  right: auto;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .split-maps-container {
    position: fixed !important;
  }
}

@media screen and (min-width: 1200px) {
  .split-search-container {
    padding-right: 30px;
  }
}

.opalestate-loading {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.opalestate-loading::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.dashboard-grid.opal-row > div {
  margin-bottom: 30px;
}

.opalestate-admin-box {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.opalestate-admin-box h3 {
  border-bottom: 1px #f0f2f7 solid;
  padding-bottom: 15px;
  padding-top: 30px;
  font-size: 150%;
}

/** CMD BOX 2 */
.select2-search-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select2-search-member .member-meta {
  margin-left: 12px;
  font-weight: 500;
}

.cmb2-wrap .field-row-2 .cmb-row {
  display: inline-block;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .cmb2-wrap .field-row-2 .cmb-row:nth-child(even) > div {
    padding-left: 12px;
  }
}

.cmb2-wrap .cmb-td {
  padding: 4px 0;
}

.alert.alert-success {
  background: #0f93fa;
}

.alert.alert-danger {
  background: #f55753;
}

.alert.alert-warning {
  background: #ffca28;
}

/**
 *
 * Dashboard Page
 */
@media (max-width: 767px) {
  .user-dasboard-sidebar {
    display: none;
  }
  body.active .user-dasboard-sidebar {
    display: block;
  }
  .page-template-user-management {
    margin-left: 0 !important;
  }
  #show-user-sidebar-btn {
    display: block !important;
  }
}

.navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opalestate-user-greeting .howdy {
  padding-right: 5px;
  padding-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.opalestate-user-greeting .popup-head {
  float: right;
}

.opalestate-user-greeting .popup-head a {
  color: #fff;
  text-align: right;
  float: right;
  position: relative;
}
.opalestate-user-greeting .popup-head a .opalestate-user-image {
  position: relative;
  width: 40px;
  height: 40px;
}
.opalestate-user-greeting .popup-head a .opalestate-user-image img {
  min-height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.opalestate-user-greeting .popup-head a i {
  padding: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
}

.opalestate-user-greeting ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.opalestate-user-greeting ul li:hover .count {
  background-color: #6484C2;
  color: #fff;
}

.opalestate-user-greeting .count {
  color: #6484C2;
  padding: 3px 8px;
  font-size: 11px;
  min-width: 20px;
  text-align: center;
  background-color: #f0f2f7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 5px;
}

.dashboard-navbar {
  background-color: #1d2329;
  padding: 20px 30px;
  border-left: 1px solid #181c21;
  margin-bottom: 15px;
}
.dashboard-navbar ul {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-user-management .opalestate-box {
    margin-right: 15px;
  }
}

.page-template-user-management.logged-in {
  margin-left: 251px;
  background: #f1f1f1;
}

.page-template-user-management #content {
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-user-management #show-user-sidebar-btn {
  display: none;
  margin-right: 15px;
}

.page-template-user-management .opalestate-panel-myaccount {
  padding-top: 45px;
  padding-bottom: 45px;
}

.opalmembership-dashboard .btn-link {
  background-color: #262d44;
  color: #fff;
}
.opalmembership-dashboard .btn-link:hover {
  background-color: #6484C2;
}

.bg-primary {
  background-color: #fff !important;
}

.bg-info {
  background-color: #fff !important;
}

.bg-warning {
  background-color: #fff !important;
}

.page-template-user-management .body-inner {
  background-color: #f8f8f8;
}

.page-template-user-management .opalestate-popup .popup-body {
  padding: 0 !important;
  top: 59px;
}
.page-template-user-management .opalestate-popup .popup-body .account-dashboard-content a {
  font-size: 14px;
}
.page-template-user-management .opalestate-popup .popup-body .account-dashboard-content a:not(:hover) {
  color: #482029;
}
.page-template-user-management .opalestate-popup .popup-body .account-dashboard-content::before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: -15px;
  top: -14px;
  border-bottom: 25px solid white;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.page-template-user-management .opalestate-user-management .user-dasboard-sidebar {
  padding-top: 30px;
}

.page-template-user-management .opalestate-box {
  background-color: #fff;
  padding: 30px;
}

.page-template-user-management .opalmembership-box {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.page-template-user-management .property-submission-form {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

@media (min-width: 1200px) {
  .page-template-user-management .cmb2-wrap input,
  .page-template-user-management .cmb2-wrap textarea {
    min-width: 500px;
  }
}

.card-item {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px;
}
.card-item .heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.card-item .heading i {
  background: #6484C2;
  color: #fff;
  padding: 10px;
  min-width: 32px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-item .heading span {
  font-size: 16px;
  color: #23282d;
  font-weight: 500;
}
.card-item .heading .dash-view-all {
  float: right;
  color: #6484C2;
}
.card-item h5 {
  font-size: 200%;
  text-align: center;
}
.card-item .opalestate-admin-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-item.dash-widget {
  padding: 50px 40px;
  position: relative;
}
.card-item.dash-widget h5 {
  text-align: left;
  color: #fff;
  font-size: 48px;
  margin: 0;
}
.card-item.dash-widget .heading {
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
}
.card-item.dash-widget .heading span {
  color: #fff;
}
.card-item.dash-widget .dash-widget-icon {
  position: absolute;
  top: 15px;
  right: 30px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 75px;
}
.card-item.dash-widget.dash-published-listings {
  background-color: #6484C2;
}
.card-item.dash-widget.dash-featured-listings {
  background-color: #6484C2;
}
.card-item.dash-widget.dash-pending-listings {
  background-color: #7da9fe;
}

.opalestate-user-management {
  min-height: 742px;
}
.opalestate-user-management .property-submission-form .opalestate-box {
  margin-right: 0;
}
.opalestate-user-management .user-dasboard-sidebar {
  background-color: #1d2329;
  min-height: 900px;
  position: fixed;
  width: 251px;
  height: 100%;
  z-index: 100;
  top: 0px;
  left: 0;
  border-right: 1px solid #21272e;
}
.opalestate-user-management .user-dasboard-sidebar .navbar-brand {
  text-align: center;
  margin: 30px 0;
}
.opalestate-user-management .user-dasboard-sidebar .user-dasboard-sidebar-inner {
  padding-top: 20px;
}
.opalestate-user-management .navbar-brand {
  padding: 32px 15px;
}
.opalestate-user-management .account-links {
  list-style: none;
  padding: 0;
  margin: 0 15px;
  max-height: 530px;
  overflow-y: scroll;
  font-size: 14px;
}
@media (max-width: 991px) {
  .opalestate-user-management .account-links {
    max-height: 400px;
  }
}
.opalestate-user-management .account-links::-webkit-scrollbar {
  width: 8px;
  background-color: #1d2329;
}
.opalestate-user-management .account-links::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #555;
}
.opalestate-user-management .account-links a {
  padding: 8px 20px;
  width: 100%;
  display: block;
  font-weight: 500;
  color: #616a75;
  font-size: 13px;
}
.opalestate-user-management .account-links a i {
  margin-right: 6px;
  color: #616a75;
}
.opalestate-user-management .account-links a .count {
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  min-width: 20px;
  text-align: center;
  background-color: #6484C2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 5px;
}
.opalestate-user-management .account-links a:hover,
.opalestate-user-management .account-links a:focus {
  background-color: #6484C2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
}
.opalestate-user-management .account-links a:hover i,
.opalestate-user-management .account-links a:focus i {
  color: #fff;
}
.opalestate-user-management .account-links a:hover .count,
.opalestate-user-management .account-links a:focus .count {
  background-color: #262d44;
}
.opalestate-user-management .account-links li.active a {
  background-color: #6484C2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
}
.opalestate-user-management .account-links li.active a i {
  color: #fff;
}
.opalestate-user-management .account-links li.active a .count {
  background-color: #262d44;
}
.opalestate-user-management .site-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.opalestate-my-reviews .commentlist {
  margin: 0;
}

.opalestate-my-reviews .meta {
  margin-bottom: 10px;
}

.opalestate-my-reviews .opalestate-review__ratings {
  margin-bottom: 0;
}

.opalestate-my-reviews-item_property-name {
  margin-bottom: 5px;
}

.opalestate-my-reviews-item_property-view {
  font-size: 12px;
  font-style: italic;
}

.my-property-list .entry-content {
  width: 100%;
}

.my-property-list .property-group-status + .property-meta-bottom {
  top: 40px;
}

.my-property-list .button-actions {
  top: 15px;
  right: 15px;
}
.my-property-list .button-actions a {
  margin-left: 5px;
  padding: 5px 14px;
}

.my-property-list .my-properties-bottom {
  display: block;
}
.my-property-list .my-properties-bottom span {
  background: #6484C2;
  position: absolute;
  top: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.my-property-list .abs-col-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media screen and (max-width: 992px) {
  .page-template-user-management .opalestate-submission-tab-head .tab-item {
    -ms-flex-preferred-size: 34% !important;
    flex-basis: 34% !important;
  }
  .page-template-user-management .opalestate-my-reviews-item_property-name a {
    font-size: 12px;
  }
  .page-template-user-management .property-submission-form .submission-heading h1 {
    font-size: 40px;
  }
  .page-template-user-management .my-property-list .abs-col-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page-template-user-management .my-property-list .button-actions {
    top: auto;
    right: 15px;
    bottom: 5px;
  }
  .page-template-user-management .my-property-list .my-properties-bottom span {
    top: 55px;
    left: 25px;
  }
}

@media (max-width: 767px) {
  .page-template-user-management .dashboard-navbar .navbar-left {
    max-width: 100px;
    display: inline-block;
  }
  .opalestate-user-management .user-dasboard-sidebar {
    right: 0;
    left: auto;
  }
}

.form-control {
    display: block;
    width: 100%;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #7f7f7f;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.couleuricons {
    
	font-size: 1.1rem;
    line-height: 1;
    color: #B51521;
    
	}

.titretaille {
    
	font-size: 1.2rem;
    font-family: Nunito;
	color: #6A6A6A;
    margin-bottom: 10px;
	
	}
	
	
	.titreref {
    
	font-size: .9rem;
    
    font-family: Nunito;
	color: #6A6A6A;
    
	}
	
	
	
	ul.property-meta-list {
  padding: 30px 20px 0;
  margin: 0;
}
ul.property-meta-list li {
  line-height: 1;
  margin-bottom: 30px;
  font-size:82%;
  font-family: Nunito;
  color:#6A6A6A;
  }
ul.property-meta-list i {
  margin-right: 5px;
  width: 20px;
  display: inline-block;
  font-style: unset;
}




