.message_container .user_heading .preview {
    color: #697488;
    font-size: 13px;
    font-family: var(--title-font-family);
    font-weight: 400;
    margin-bottom: 0;
}
.message_container .user_heading .name {
  font-size: 14px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.message_container .message_input {
  background-color: #f9fafc;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
    .message_container .message_input input.form-control {
        color: #626974;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #f3f5f6;
        height: 100px;
        padding: 20px 30px;
        width: 100%;
        outline: 0px;
    }
.message_container .message_input button.btn {
  flex: 1;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.inbox_chatting_box {
  height: auto;
  margin-right: 10px;
  max-height: 575px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.inbox_chatting_box::-webkit-scrollbar {
  background: transparent;
  border-radius: 10px;
  padding-right: 10px;
  width: 4px;
}
.inbox_chatting_box::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border-radius: 10px;
}
.inbox_chatting_box .chatting_content {
  display: inline-block;
  padding: 15px 30px 0 30px;
  position: relative;
  width: 100%;
}
.inbox_chatting_box .chatting_content li {
  display: block;
  padding: 25px 0 5px;
  margin-bottom: 0;
  clear: both;
}
    .inbox_chatting_box .chatting_content li p {
        background-color: #dcedea;
        border-radius: 8px;
        color: var(--headings-color);
        font-size: 14px;
        padding: 15px 20px;
        max-width: 456px;
    }
.inbox_chatting_box .chatting_content li.reply {
  margin: -15px 0;
}
    .inbox_chatting_box .chatting_content li.reply p {
        background-color: rgb(223 223 223);
        border-radius: 8px;
        color: #131313;
        max-width: 450px;
        padding: 15px 30px;
        text-align: right;
    }
.inbox_chatting_box .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.inbox_chatting_box small {
  color: #697488;
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
}

.inbox_user_list {
    display: inline-block;
    padding: 21px 5px 25px 16px;
    width: 100%;
}
.inbox_user_list .iu_heading {
  padding-bottom: 25px;
}
.inbox_user_list .preview {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.inbox_user_list .m_notif {
  background-color: #1967D2;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  line-height: 15px;
  height: 16px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 33px;
  width: 16px;
}
@media (max-width: 575.98px) {
  .inbox_user_list .m_notif {
    position: relative;
    right: auto;
    top: 0;
  }
}
.inbox_user_list .m_notif.online {
  background-color: #34A853;
}
.inbox_user_list .m_notif.away {
  background-color: #F9AB00;
}
.inbox_user_list .m_notif.busy {
  background-color: #e74c3c;
}

.chat-member-list {
  height: 620px;
  overflow-y: scroll;
}
.chat-member-list::-webkit-scrollbar {
  background: transparent;
  border-radius: 10px;
  padding-right: 10px;
  width: 4px;
}
.chat-member-list::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border-radius: 10px;
  height: 250px;
}
.chat-member-list img {
  width: 50px;
}
.chat-member-list .list-item {
  padding: 15px 0;
}

.chat_user_search {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.chat_user_search button {
  background-color: #F7F7F7;
  border-radius: 0;
  border: none;
  color: var(--headings-color);
  height: 50px;
  line-height: 45px;
  width: 50px;
}
    .chat_user_search input.form-control {
        background-color: #F7F7F7;
        border: none;
        border-radius: 0;
        height: 50px;
        margin-right: 0 !important;
        position: absolute;
        right: 50px;
        padding-left: 0;
        padding-right: 19px;
        /* left: 30px; */
        width: 100%;
    }
.iul_notific small {
    display: block;
    font-size: 13px;
    /* font-family: var(--title-font-family); */
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #908d8d;
 
}
@media (max-width: 575.98px) {
  .iul_notific small {
    position: relative;
    right: auto;
    top: 0;
  }
}

/*	Messages Styles  */
/*	Listings Styles  */
.listing-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-style1 .list-thumb {
  overflow: hidden;
  position: relative;
}
.listing-style1 img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-style1 .listing-fav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  color: var(--headings-color);
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  width: 36px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-style1 .list-content {
  padding: 25px 30px;
  position: relative;
  padding-top:10px;
}
@media (max-width: 1199.98px) {
  .listing-style1 .list-content {
    padding: 25px 20px;
  }
}
@media (max-width: 340px) {
  .listing-style1 .list-content {
    padding: 25px 10px;
  }
}
.listing-style1 .list-title {
  margin-bottom: 15px;
}
.listing-style1 .list-title a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-style1 .list-title a:hover {
  text-decoration: underline;
  text-decoration-color: #5BBB7B;
}
.listing-style1 .online-badge {
  background-color: #5BBB7B;
  border-radius: 50%;
  outline: 1px solid #ffffff;
  height: 7px;
  position: absolute;
  right: 0;
  width: 7px;
}
.listing-style1 hr {
  background-color: #E9E9E9;
  opacity: 1;
}
.listing-style1:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.listing-style1 .list-agent {
  position: absolute;
  right: 30px;
  top: -40px;
}
@media (max-width: 479px) {
  .listing-style1 .list-agent {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
  }
}
.listing-style1 .tag-del {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 50%;
  color: #1F4B3F;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-style1:hover .list-thumb img {
  transform: scale(1.1) rotate(-1deg);
}
.listing-style1:hover .listing-thumbIn-slider:before {
  opacity: 1;
}
.listing-style1.style2 {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border: none;
}
.listing-style1.style3 {
  border-radius: 16px;
}
.listing-style1.style4 {
  box-shadow: none;
}
.listing-style1.style4 .list-thumb {
  border-radius: 4px;
  overflow: hidden;
  margin: 10px;
}
.listing-style1.style4 .list-content {
  padding-top: 0;
}
.listing-style1.style5 {
  box-shadow: none;
  border: none;
}
.listing-style1.style5 .list-thumb {
  border-radius: 4px;
  overflow: hidden;
}
.listing-style1.style5 .list-content {
  padding-top: 10px;
}
@media (max-width: 1366px) {
  .listing-style1.list-style .list-thumb {
    width: 45%;
  }
}
@media (max-width: 1199.98px) {
  .listing-style1.list-style .list-thumb {
    width: auto;
  }
}
.listing-style1.list-style .list-content, .listing-style1.listi-style2 .list-content {
  padding: 20px;
}
.listing-style1.list-style .listing-fav, .listing-style1.listi-style2 .listing-fav {
  border: 1px solid #E9E9E9;
  right: 10px;
  top: -10px;
}
@media (max-width: 1366px) {
  .listing-style1.list-style .listing-fav, .listing-style1.listi-style2 .listing-fav {
    top: 10px;
  }
}
.listing-style1.list-style .listing-thumbIn-slider, .listing-style1.listi-style2 .listing-thumbIn-slider {
  max-width: 329px;
}
@media (max-width: 1199.98px) {
  .listing-style1.list-style .listing-thumbIn-slider, .listing-style1.listi-style2 .listing-thumbIn-slider {
    max-width: initial;
  }
}
.listing-style1.listi-style2 .listing-fav {
  top: 10px;
}
.listing-style1.style8 {
  box-shadow: none;
}
.listing-style1.style8 .list-thumb {
  border-radius: 0;
  overflow: hidden;
}
.listing-style1.style8 .list-title {
  line-height: 28px;
}
.listing-style1.style8 .list-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.listing-style1.listing-type {
  border-radius: 4px;
  display: flex;
}
@media (max-width: 767.98px) {
  .listing-style1.listing-type {
    display: block;
  }
}
.listing-style1.listing-type .list-content {
  padding: 30px;
}
.listing-style1.listing-type .list-text2 {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 13px;
  font-weight: normal;
}
.listing-style1.listing-type img {
  height: 100%;
}
.listing-style1.style12 {
  border-radius: 4px;
}
.listing-style1.sidebar-style1 {
  box-shadow: none;
}
.listing-style1.sidebar-style1 .list-thumb {
  border-radius: 8px;
}
.listing-style1.mini-style {
  border-radius: 4px;
  -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -o-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  left: 40px;
  max-width: 305px;
  position: absolute;
  top: -223px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .listing-style1.mini-style {
    position: relative;
    top: 0;
  }
}
@media (max-width: 425px) {
  .listing-style1.mini-style {
    left: 0;
  }
}
.listing-style1.mini-style .btn {
  padding: 0;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.listing-style1.mini-style .btn i {
  margin-left: 10px;
  transform: rotate(-30deg);
}
.listing-style1.mini-style .list-content {
  padding: 30px;
}
.listing-style1.at-home9-hero .list-content {
  padding: 35px 20px 20px;
}
.listing-style1.dashboard-style {
  box-shadow: none;
}
.listing-style1.dashboard-style .list-thumb {
  border-radius: 4px;
  height: 90px;
  max-width: 110px;
}
.listing-style1.dashboard-style img {
  border-radius: 4px;
}
.listing-style1.dashboard-style .list-text {
  margin-bottom: 0px;
}

.tag-del {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 50%;
  color: #1F4B3F;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.listing-thumbIn-slider:before {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 51.22%, rgba(34, 34, 34, 0.6) 100%);
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.apartment-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.apartment-style1 .apartment-content {
  padding: 20px;
}

.apartment-style2 {
  position: relative;
}
.apartment-style2 .apartment-content {
  bottom: 0;
  left: 0;
  position: absolute;
  padding-top: 40px;
  right: 0;
  top: 0;
}

.pagination_page_count {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.page_control_shorting {
  position: relative;
}
.page_control_shorting .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.page_control_shorting .dropdown-item.active, .page_control_shorting .dropdown-item:focus {
  background-color: rgba(91, 187, 123, 0.07);
  color: var(--headings-color);
}
.page_control_shorting .pcs_dropdown span {
  color: #697488;
  margin-right: -8px;
}
.page_control_shorting .btn.btn-light {
  background-color: transparent;
  border: none;
  height: auto;
  width: auto;
  outline: none !important;
}
.page_control_shorting .btn.btn-light:focus {
  box-shadow: none;
  outline: none !important;
}
.page_control_shorting a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page_control_shorting a:hover {
  font-weight: 500;
  text-decoration: underline;
}

.half_map_area_content {
  height: 850px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 20px;
}
.half_map_area_content::-webkit-scrollbar {
  background: transparent;
  border-radius: 3px;
  padding-right: 10px;
  width: 5px;
}
.half_map_area_content::-webkit-scrollbar-thumb {
  background-color: #F7F7F7;
  border-radius: 3px;
  height: 200px;
}

.map-canvas.half_style {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .map-canvas.half_style {
    height: 400px;
    position: relative;
  }
}

/* Property Signle CSS */
.property-action .icon {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.property-action .icon:hover {
  border: 1px solid #222222;
  color: #222222;
}
.property-action .price {
  font-size: 26px;
  letter-spacing: 0.02em;
}
.property-action .space {
  letter-spacing: 0.02em;
}
.property-action.dark-version .icon {
  color: #ffffff;
}
.property-action.dark-version .icon:hover {
  background-color: #ffffff;
  color: var(--headings-color);
}

.sp-img-content {
  position: relative;
}
.sp-img-content .preview-img-1 {
  border-radius: 12px 0 0 12px;
  height: 558px;
}
@media (max-width: 1199.98px) {
  .sp-img-content .preview-img-1 {
    height: 430px;
  }
}
@media (max-width: 991.98px) {
  .sp-img-content .preview-img-1 {
    border-radius: 0;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .sp-img-content .preview-img-1.sp-v3 {
    height: auto;
  }
}
.sp-img-content.at-sp-v10 .preview-img-1 {
  height: 680px;
}
@media (max-width: 991.98px) {
  .sp-img-content.at-sp-v10 .preview-img-1 {
    height: auto;
  }
}
.sp-img-content.at-sp-v10 .preview-img-2 {
  height: 220px;
}
@media (max-width: 991.98px) {
  .sp-img-content.at-sp-v10 .preview-img-2 {
    height: auto;
  }
}
.sp-img-content .preview-img-3 {
  border-radius: 0 12px 0 0;
}
@media (max-width: 991.98px) {
  .sp-img-content .preview-img-3 {
    border-radius: 0;
  }
}
.sp-img-content .preview-img-5 {
  border-radius: 0 0 12px 0;
}
@media (max-width: 991.98px) {
  .sp-img-content .preview-img-5 {
    border-radius: 0;
  }
}
.sp-img-content .all-tag {
  background-color: #ffffff;
  border-radius: 8px;
  bottom: 20px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  display: block;
  padding: 7px 20px;
  position: absolute;
  right: 20px;
}
.sp-img-content .all-tag.style2 {
  border-radius: 50%;
  height: 65px;
  line-height: 55px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 40%;
  width: 65px;
}
.sp-img-content .sp-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.sp-img-content .sp-img img {
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-img-content .sp-img:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.overview-element {
  position: relative;
}
.overview-element .icon {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  color: var(--headings-color);
  display: block;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.overview-element.dark-version .icon {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.overview-element.dark-version .icon:hover {
  background-color: #ffffff;
  color: var(--headings-color);
}

.property_video {
  background-image: url(../images/listings/listing-single-6.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  height: 350px;
  position: relative;
}
.property_video .video_popup_btn {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  display: block;
  height: 54px;
  line-height: 54px;
  outline: 1px solid #ffffff;
  outline-offset: 15px;
  text-align: center;
  width: 54px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.property_video .video_popup_btn:hover {
  outline-offset: 7px;
}

.nearby {
  position: relative;
}
.nearby .rating {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  height: 44px;
  line-height: 44px;
  outline: 3px solid #C4C640;
  text-align: center;
  width: 44px;
}
.nearby .rating.style2 {
  outline: 3px solid #EB6753;
}
.nearby .blog-single-review {
  top: 13px;
}
@media (max-width: 767.98px) {
  .nearby .blog-single-review {
    top: 0;
  }
}

.walkscore {
  position: relative;
}
.walkscore .icon {
  background-color: rgba(91, 187, 123, 0.07);
  border-radius: 50%;
  color: #5BBB7B;
  display: block;
  font-size: 30px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  width: 70px;
}

.calculator-chart-percent {
  border-radius: 12px;
  height: 12px;
  overflow: hidden;
}
.calculator-chart-percent .principal-interest-st,
.calculator-chart-percent .property-tax-st,
.calculator-chart-percent .home-insurance-st {
  height: 12px;
}
.calculator-chart-percent .principal-interest-st {
  background-color: #82DDD0;
  width: 56.2748%;
}
.calculator-chart-percent .property-tax-st {
  background-color: #80A1CC;
  width: 32.7942%;
}
.calculator-chart-percent .home-insurance-st {
  background-color: #F5DD86;
  width: 10.931%;
}

.list-result-calculator li {
  width: calc(50% - 30px);
  margin-bottom: 15px;
}
.list-result-calculator li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #82DDD0;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .list-result-calculator li {
    width: auto;
  }
}
.list-result-calculator .name-result + span {
  color: var(--headings-color);
  margin-left: auto;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
}

.sp-v5-property-details {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
.sp-v5-property-details .sp-lg-title,
.sp-v5-property-details .text,
.sp-v5-property-details .price,
.sp-v5-property-details a {
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .sp-v5-property-details .sp-lg-title,
.sp-v5-property-details .text,
.sp-v5-property-details .price,
.sp-v5-property-details a {
    color: inherit;
  }
}
.sp-v5-property-details .icon:hover {
  background-color: #5BBB7B;
  border-color: #5BBB7B;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .sp-v5-property-details {
    margin-top: 0;
  }
}

.tab-map-sp-v5 {
  position: relative;
}
.tab-map-sp-v5:before {
  background-color: rgba(34, 34, 34, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .tab-map-sp-v5:before {
    display: none;
  }
}

.sp-v9-forn {
  left: 20px;
  max-width: 390px;
  position: absolute;
  top: 20px;
  width: 100%;
}

.categories_list_section {
  border-bottom: 1px solid #E9E9E9;
  padding: 7px 0 3px;
}

.listings_category_nav_list_menu {
  position: relative;
}
.listings_category_nav_list_menu ul {
  width: 1265px;
}
.listings_category_nav_list_menu li {
  padding: 0 25px 0 0;
}
.listings_category_nav_list_menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.listings_category_nav_list_menu a {
  display: block;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  position: relative;
}
.listings_category_nav_list_menu a.active {
  font-weight: 500;
}
.listings_category_nav_list_menu a:before {
  background-color: var(--headings-color);
  bottom: -3px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listings_category_nav_list_menu a.active:before, .listings_category_nav_list_menu a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .listings_category_nav_list_menu {
    overflow-x: auto;
  }
}
.listings_category_nav_list_menu.at-home4 a:before {
  bottom: 0;
}

/* About Pages Design Content Styles */
.about-box-1 {
  position: relative;
}
.about-box-1 .list-style1 li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.about-box2 {
  background-color: rgba(91, 187, 123, 0.07);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 60px 60px 160px;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-box2 {
    padding: 40px 30px;
  }
}
.about-box2 .title {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.02em;
}
.about-box2 .img-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .about-box2 .img-1 {
    display: none;
  }
}

.freelancer-widget {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
  max-width: 345px;
  padding: 40px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .freelancer-widget {
    padding: 40px 20px;
  }
}
.freelancer-widget .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.exclusive-agent-single {
  background-color: #ffffff;
  bottom: -90px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  max-width: 250px;
  padding: 20px;
  position: absolute;
  right: 70px;
  bottom: -60px;
  right: 30px;
}
.exclusive-agent-single .agent-img {
  border-radius: 4px;
  overflow: hidden;
}

