@media screen and (max-width: 320px) {
  .banner-sm {
    background-position-y: -195px !important;
  }
}

@media screen and (max-width: 450px) {
  .about-card-responsive div:nth-child(1) {
    width: 100% !important;
  }
  .about-card-responsive div:nth-child(2) {
    width: 100% !important;
  }
  .about-card-responsive div:nth-child(2) h3 {
    text-align: center !important;
  }
  .about-card-responsive div:nth-child(2) p {
    text-align: justify !important;
  }
  .about-card-responsive div:nth-child(2) a {
    text-align: center !important;
  }
}

@media screen and (max-width: 500px) {
  .banner-sm {
    padding-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .about-card-responsive {
    padding-bottom: 46px !important;
  }
  .about-card-responsive div:nth-child(2) {
    min-height: 165px;
    position: relative;
  }
  .about-card-responsive div:nth-child(2) a {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
  }
}

@media screen and (max-width: 1130px) and (min-width: 992px) {
  .about-card-responsive div:nth-child(2) {
    min-height: 223px;
  }
}

@media screen and (max-width: 1520px) {
  .banner-sm {
    background-position-y: -400px !important;
    background-position-x: 0 !important;
  }
}

@media screen and (max-width: 1520px) {
  .about-card-responsive {
    margin-top: 15px !important;
  }
}

@media screen and (max-height: 681px) {
  .banner-sm {
    background-position-y: -0px !important;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-content {
    padding-bottom: 30px !important;
    min-height: 30vh !important;
  }
  .sitemap-content .pt-60 {
    padding-top: 30px !important;
  }
}

section.dashboard-menu-bar {
  font-family: 'Poppins',sans-serif;
  position: absolute;
  top: 655px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 11px #00000014;
          box-shadow: 0px 5px 11px #00000014;
  z-index: 100;
}

section.dashboard-menu-bar ul li {
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

section.dashboard-menu-bar ul li.active a {
  background-color: transparent;
  color: #606060;
  font-size: 1.2em;
}

section.dashboard-menu-bar ul li a {
  color: #c0c0c0;
  font-size: 1.2em;
}

section.dashboard-menu-bar ul li a:hover {
  background-color: transparent;
  color: #606060;
  font-size: 1.2em;
}

section.dashboard-menu-bar ul li.dropdown-item {
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

section.dashboard-menu-bar ul li.dropdown-item a {
  font-size: 1.2em !important;
  padding: 0px !important;
}

section.dashboard-menu-bar ul.dropdown-menu {
  border-color: #fff;
}

section.dashboard-menu-bar-mobile {
  display: none;
}

section.dashboard-v3 {
  height: 100%;
  padding-top: 175px;
  background-color: #f2f2f2;
  font-family: 'Poppins',sans-serif;
}

section.dashboard-v3 .profile-user-banner {
  width: 100%;
  height: 480px;
  background-color: grey;
}

section.dashboard-v3 .profile-user-banner .overlay {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.875)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.875) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  height: 100%;
}

section.dashboard-v3 .custom-header-nav-container {
  width: 86% !important;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row {
  margin-top: -300px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar {
  z-index: 101;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar {
  content: ' ';
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: auto;
  margin: 10px;
  opacity: 1;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  height: 360px;
  width: 100%;
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay a {
  height: 360px;
  color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay a i {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px;
  border-radius: 200px;
  margin-top: 45%;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay:hover {
  opacity: 1;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile {
  display: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .company-patch {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  right: 40px;
  bottom: 20px;
  border-radius: 0px;
  border: 0px;
  width: 90px;
  height: 90px;
  max-height: 90px;
  float: right;
  right: 15px;
  bottom: 30px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .company-patch .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  height: 90px;
  width: 100%;
  -webkit-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .company-patch .overlay a {
  height: 90px;
  color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .company-patch .overlay a i {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  padding: 15px;
  margin: 24%;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .company-patch .overlay:hover {
  opacity: 1;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel {
  padding: 30px;
  margin: 10px;
  margin-bottom: 0px;
  margin-top: -10px;
  padding-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px  #00000014;
          box-shadow: 0px 6px 10px  #00000014;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel .bio-heading {
  font-size: 1.25em;
  margin-top: 10px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel p {
  color: #aaaaaa;
  line-height: 1.65em;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel .moreless-button-profile {
  background-color: #eeeaeb;
  color: #757374;
  border-color: #eeeaeb;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel blockquote.bq_quote {
  border-color: #fbe0d7;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel blockquote.bq_quote p {
  color: #d77d62;
  font-style: italic;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel blockquote.bq_quote p i.fa-edit {
  color: #434343;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel .list-property-btn {
  background-color: #d77c5d;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile {
  display: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-header {
  margin: 10px;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #fbe0d7;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-header h3 {
  color: #d77c5d;
  margin-top: 10px;
  font-size: 1.25em;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px  #00000014;
          box-shadow: 0px 6px 10px  #00000014;
  padding: 10px;
  margin: 10px;
  margin-top: 0px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main {
  padding: 20px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main b {
  color: #686868;
  font-weight: 500;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main span {
  color: #9b9b9b;
  width: inherit;
  word-wrap: break-word;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main .btn-copy {
  border-radius: 50px;
  background-color: #dddddd;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main #link_hidden_copy {
  visibility: hidden;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .bq_quote_mobile {
  display: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container {
  background-color: transparent;
  margin-top: 50px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container #ol-list-dv {
  max-width: none;
  background-color: transparent;
  width: 100%;
  border-right: 0px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container #ol-list-dv #txt_search_ol {
  background-color: #e5e5e5;
  color: #a1a1a1;
  padding: 20px;
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container #ol-list-dv .lblshow label {
  font-weight: 400;
  margin-top: 7px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container #ol-list-dv #sel_search_ol {
  text-align-last: right;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.05em;
  padding: 3px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container #ol-list-dv #sel_search_ol option {
  direction: rtl;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details {
  color: #666;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details h1.user-heading {
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  padding-top: 30px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container {
  height: 170px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container .stars-div {
  padding-left: 0px;
  padding-bottom: 10px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container .stars-div .num-raters {
  margin-left: 140px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container p {
  font-size: 1.125em;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container a.update-profile-btn {
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 100px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.55);
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content {
  margin-top: 220px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content #content {
  padding: 20px;
  min-height: auto;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel {
  width: 95%;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  padding: 20px;
  margin-bottom: 10px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form {
  display: contents;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .dashboard-post-search {
  max-width: 300px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .dashboard-post-search input {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #ababab;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .dashboard-post-search button {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #ababab;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter {
  margin-right: 2rem;
  /* ul {
                                        display: flex;
                                        font-size: 10px;
                                        padding-left: 0;

                                        li {
                                            border: 2px solid #afaeae;
                                            border-radius: 13px;
                                            padding: 5px 3px;
                                            margin-left: 5px;
                                            cursor: pointer;
                                        }

                                        .active {
                                            border: 2px solid #22AB01;
                                        }
                                    } */
  /* .tag-dropdown:hover {
                                        background-color: #d47d5f;
                                        color: #fff;
                                    } */
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-container {
  display: block;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .open > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown {
  border: 1px solid #afaeae;
  padding: 5px 50px;
  padding-left: 15px;
  border-radius: 7px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-active {
  background-color: #d47d5f;
  color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu {
  width: 200px;
  margin-top: 0px;
  padding-top: 0px;
  border: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu .tags-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem 0;
  font-size: 16px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu .dropdown-item {
  padding: 5px;
  width: 55%;
  margin: auto;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu .dropdown-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 200;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu .dropdown-item label input {
  height: 18px;
  width: 18px;
  margin: 0;
  border-radius: 14px;
  margin-right: 8px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu .active {
  color: #22AB01;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .tags-filter .tag-dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel {
  width: 95%;
  background-color: #fff;
  border-color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-header {
  background-color: #fff;
  padding: 20px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-header .user-link {
  font-weight: 500;
  color: #d87e5c;
  font-size: 1.025em;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-header .delete_post_btn {
  margin-left: 10px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-header .timeline-row {
  display: -ms-flexbox;
  display: contents;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-header .timeline-row .timeline-name-col {
  padding: 0px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-body .post-type a.link-options {
  font-size: 1.125em !important;
  font-weight: 300;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-body .edit_container {
  margin: 20px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-footer {
  background-color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel div.timeline-footer .view_comments_link {
  color: #8e8e8e;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .timeline-message {
  color: #aaaaaa;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .timeline-share-box .share {
  border: .75px solid #e7e7e7;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .time-ago {
  color: #a3a3a3;
  font-weight: 300;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .link-options {
  color: #8d8d8d;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .button-loading {
  display: none;
  position: relative;
  width: 15px;
  top: 24px;
  left: 13px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .post-btn {
  background-color: #eeeaeb;
  color: #757575;
  border-color: #eeeaeb;
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 100px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .post-btn:hover {
  background-color: #616161;
  border-color: #616161;
  color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .reply-username {
  font-weight: 500;
  color: #d87e5c;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .tags-t {
  display: block;
  font-size: 12px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li div.timeline-panel .tags-t i {
  margin-right: 10px;
  color: #868383;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 7px #00000014;
          box-shadow: 0px 3px 7px #00000014;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel h3.heading-panel {
  margin-top: 10px;
  font-weight: 400;
  padding-left: 15px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .search-btn {
  background-color: #ecebe9;
  color: #6c6b69;
  border-color: #ecebe9;
  border-radius: 200px;
  width: 100%;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .btn-option {
  background: #cccccc;
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), to(#eae9e7));
  background: linear-gradient(0deg, #cccccc 0%, #eae9e7 100%);
  border-color: transparent;
  text-align: left;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel table#properties_list th {
  border-bottom: 0px;
  font-weight: 400;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel table#properties_list h4 {
  font-weight: 400;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel table#properties_list ul.details-list li {
  margin-bottom: 5px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel table#properties_list ul.status-list li:first-child {
  margin-top: 5px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel table#properties_list ul.status-list li {
  margin-bottom: 5px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.prop-inquiry-tabs, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.settings-tabs {
  border: 1px solid #d5d5d5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  display: table;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.prop-inquiry-tabs li a, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.settings-tabs li a {
  background-color: transparent;
  border-color: transparent;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.prop-inquiry-tabs li:first-child a, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.settings-tabs li:first-child a {
  border-right: 1px solid #d5d5d5;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.prop-inquiry-tabs li.active a, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel ul.settings-tabs li.active a {
  color: #055bc0;
  font-weight: 500;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .inquiries_cont {
  border: 0px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #prop_inquiries_list th, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #proj_inquiries_list th {
  border-bottom: 0px;
  font-weight: 400;
  padding-bottom: 40px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #prop_inquiries_list tbody tr td, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #proj_inquiries_list tbody tr td {
  padding: 8px;
  padding-top: 2px;
  padding-bottom: auto;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #prop_inquiries_list tbody tr td button, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #proj_inquiries_list tbody tr td button {
  width: 100%;
  text-align: left;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #prop_inquiries_list tbody tr td h4, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #proj_inquiries_list tbody tr td h4 {
  font-weight: 400;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #saved_table .svg-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #saved_table .affiliate-logo {
  height: 50px;
  margin-top: 15px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .svg-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .affiliate-logo {
  height: 50px;
  margin-top: 15px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #testi_tbl .testi-approved {
  background-color: transparent;
  color: #48be50;
  padding: 20px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #testi_tbl .testi-rejected {
  background-color: transparent;
  color: #f94340;
  padding: 20px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #testi_tbl .testi-pending {
  background-color: transparent;
  color: #e7973c;
  padding: 20px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .btn-send-message {
  position: relative;
  bottom: 135px;
  right: 10px;
  background-color: transparent;
  border-color: transparent;
  color: #3975e7;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .message-text {
  color: #adadad;
  font-size: .85em;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .time-ago {
  color: #b9b9b9;
  font-size: .75em;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel .address {
  font-size: .85em;
  color: #9b9b9b;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #feedback_tbl thead tr th {
  font-weight: 400;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 7px #00000014;
          box-shadow: 0px 3px 7px #00000014;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .message_receiver {
  border: 1px solid #f0f0f0;
  border-left: 0px;
  border-right: 0px;
  padding: 15px;
  margin: -1px;
  border-radius: 0px;
  background-color: #fff;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .message_receiver:hover, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .message_receiver:focus, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .message_receiver.unread {
  border-left: 7px solid #fbe0d7;
  background-color: #f5f5f5;
  cursor: pointer;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .message_receiver img {
  width: 100px;
  border-color: transparent;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel:first-child {
  width: 40.66666667%;
  margin-right: 5px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel #message_list_thread .message-bubble-you {
  padding: 10px;
  background-color: #df9b84;
  color: #fff;
  border-radius: 15px;
  border-top-right-radius: 0px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel #message_list_thread .message-bubble-them {
  padding: 10px;
  background-color: #eaeaea;
  color: #282828;
  border-radius: 15px;
  border-top-left-radius: 0px;
  width: auto;
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel #message_list_thread_filter {
  visibility: hidden;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .btn-send-message {
  position: relative;
  bottom: 135px;
  right: 10px;
  background-color: transparent;
  border-color: transparent;
  color: #3975e7;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .messsage-thread-display img.heading-chat-dp {
  border-radius: 100px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .messsage-thread-display .mobile-chat-back-btn {
  display: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .search-contacts {
  background-color: #f5f3f4;
  border-color: #f5f3f4;
  border-radius: 0px;
  color: #b8b6b7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .unread-msg-lbl {
  color: #fbe0d7;
  padding-top: 30px;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .msg-rec-time-ago {
  color: #b7b7b7;
}

section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .chat-mobile {
  display: none;
}

/* LARGE HD LAPTOP */
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  section.dashboard-v3 .custom-header-nav-container .row.user-row {
    margin-top: -270px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar {
    margin-top: 45px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar {
    margin: 9px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay {
    height: auto;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay a {
    height: 100%;
    min-height: 260px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .company-patch {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .company-patch .overlay {
    height: inherit;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel p {
    line-height: 1.45em;
    font-size: .9em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content {
    margin-top: 180px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 {
    font-size: 1.275em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li .timeline-row .timeline-name-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  section.dashboard-menu-bar .custom-header-nav-container .row ul.navbar-nav.menubar-neo li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.dashboard-menu-bar .custom-header-nav-container .row ul.navbar-nav.menubar-neo li a {
    font-size: 1em;
  }
  section.dashboard-menu-bar .custom-header-nav-container .row ul.navbar-nav.menubar-neo li.dropdown ul.dropdown-menu {
    position: absolute !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 11px #00000014;
            box-shadow: 0px 5px 11px #00000014;
  }
}

/* SMALL LAPTOP */
@media only screen and (min-width: 1270px) and (max-width: 1439px) {
  section.dashboard-v3 .custom-header-nav-container {
    width: 90% !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row {
    margin-top: -270px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar {
    margin-top: 45px;
    padding-right: 10px;
    padding-left: 10px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar {
    margin: 9px;
    background-size: cover;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay {
    height: auto;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay a {
    height: 100%;
    min-height: 230px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .company-patch {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .company-patch .overlay {
    height: inherit;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel {
    padding: 20px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel h3.bio-heading {
    font-size: 1.15em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel p {
    line-height: 1.45em;
    font-size: .825em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel .moreless-button-profile {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .75em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-header {
    padding: 15px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-header h3 {
    font-size: 1.125em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel b {
    font-size: .875em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main span {
    font-size: .75em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main .btn-copy {
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: .7em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar #ol-list-dv h3 {
    font-size: 1.25em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container .stars-div {
    padding-bottom: 0px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content {
    margin-top: 180px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content ul.timeline li .timeline-row .timeline-name-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 {
    font-size: 1.125em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel h3.heading-panel {
    padding-left: 10px;
    font-size: 1.125em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #theme .theme-top-menus .theme-menu-item .mthumb2:hover .mlink {
    padding: 62px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .row-panel #theme .theme-top-menus .theme-menu-item .mthumb2.active .mlink {
    padding: 62px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel #message_list .msg-list-name {
    font-size: .95em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .messsage-thread-display #message_list_thread .message-bubble-you, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content section.account-section .neo-content .col-panel .messsage-thread-display #message_list_thread .message-bubble-them {
    font-size: .85em;
  }
  section.dashboard-menu-bar .custom-header-nav-container .row ul.navbar-nav.menubar-neo li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  section.dashboard-menu-bar .custom-header-nav-container .row ul.navbar-nav.menubar-neo li a {
    font-size: 1em;
  }
  section.dashboard-menu-bar .custom-header-nav-container .row ul.navbar-nav.menubar-neo li.dropdown ul.dropdown-menu {
    position: absolute !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 11px #00000014;
            box-shadow: 0px 5px 11px #00000014;
  }
}

/* test */
/* SMALL TABLET AND MOBILE */
@media only screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
  section.dashboard-v3 {
    padding-top: 65px;
  }
  section.dashboard-v3 .profile-user-banner {
    height: 320px;
  }
  section.dashboard-v3 .custom-header-nav-container {
    width: 100% !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row {
    margin-top: -35%;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar {
    background-size: cover;
    height: 240px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay {
    height: 240px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-avatar .overlay a {
    height: 240px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile {
    display: block;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .company-patch {
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .bio-panel {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile section.dashboard-menu-bar-mobile {
    display: block;
    z-index: 101;
    overflow-x: auto;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile section.dashboard-menu-bar-mobile .custom-header-nav-container {
    width: 100% !important;
    padding: 0px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile section.dashboard-menu-bar-mobile .custom-header-nav-container ul.menubar-neo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile section.dashboard-menu-bar-mobile .custom-header-nav-container ul.menubar-neo li {
    float: left !important;
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile section.dashboard-menu-bar-mobile .custom-header-nav-container ul.menubar-neo li a {
    font-size: 1em;
    color: #c0c0c0;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .menubar-mobile section.dashboard-menu-bar-mobile .custom-header-nav-container ul.menubar-neo li a:hover {
    background-color: transparent;
    color: #606060;
    font-size: 1em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-header {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel {
    background-color: #f2f2f2;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main {
    padding: 10px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main .bq_quote_mobile {
    display: block;
    border-color: #fbe0d7;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main .bq_quote_mobile p {
    color: #d77d62;
    font-style: italic;
    font-size: .75em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .contact-panel .contact-main .bq_quote_mobile p i.fa-edit {
    color: #434343;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .user-heading {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .stars-div h5 {
    color: #a1a1a1;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .update-profile-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #0159d5;
    font-weight: 500;
    font-size: 1em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .mobile-bio {
    margin-top: 10px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .mobile-bio p {
    text-align: justify;
    color: #ababab;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .mobile-bio .moretext-mobile {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .mobile-bio a.moreless-button-profile-mobile {
    background-color: transparent;
    border-color: transparent;
    color: #a7a7a7;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .user-details-mobile .user-details-container .mobile-bio .list-property-btn {
    background-color: #d77c5d;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-sidebar .chat_container {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .user-details-container {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content {
    margin-top: 0px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel {
    width: 100%;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 {
    font-size: 1.25em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form {
    display: contents;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .title-panel h3 form .dashboard-post-search {
    max-width: 165px !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .timeline-panel {
    width: 100% !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .timeline-panel .timeline-name-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel table#properties_list {
    min-width: auto !important;
    border-color: transparent;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel table#properties_list tbody {
    border-color: transparent;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel .faux-table-heading {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel ul.prop-inquiry-tabs, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel ul.settings-tabs {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: .875em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel select#preferred_currency {
    max-width: 180px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel .search-btn {
    border-radius: 5px !important;
    padding: 5px;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel h3.heading-panel {
    font-size: 1.25em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel .message-sender {
    font-size: 1.085em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel #theme h3 {
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel i.testi-approved, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel i.testi-rejected, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel i.testi-pending {
    display: none;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel span.testi-approved, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel span.testi-rejected, section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel span.testi-pending {
    font-size: .65em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .row-panel .testi-content {
    font-weight: 400;
    font-size: 1em;
  }
  section.dashboard-v3 .custom-header-nav-container .row.user-row .user-details .dynamic-content .neo-content .col-panel {
    width: 100% !important;
  }
  section.dashboard-menu-bar {
    display: none;
    z-index: 101;
    overflow-x: auto;
    top: 900px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.dashboard-menu-bar .custom-header-nav-container {
    width: 100% !important;
    padding: 0px;
  }
  section.dashboard-menu-bar .custom-header-nav-container ul.menubar-neo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.dashboard-menu-bar .custom-header-nav-container ul.menubar-neo li {
    float: left !important;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.dashboard-menu-bar .custom-header-nav-container ul.menubar-neo li a {
    font-size: 1em;
  }
}

/* @media only screen and (max-width: 1300px){
    .tags-filter {
        ul {
            display: none !important;
        }
    }

    .tag-dropdown-container {
        display: block !important;
    }
} */
@media only screen and (max-width: 768px) {
  .chat-desktop {
    display: none;
  }
  .chat-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #fff;
    height: calc(100vh - 65px);
    width: 100%;
    position: fixed;
    margin-top: 65px;
    padding-top: 25px;
    top: 0px;
    z-index: 105;
    -webkit-transform: translateY(1024px);
            transform: translateY(1024px);
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
  }
  .chat-mobile .messsage-thread-display {
    width: inherit;
  }
  .chat-mobile .messsage-thread-display .msg-scroll-container {
    height: 50vh;
    width: -webkit-fill-available;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .chat-mobile .messsage-thread-display .msg-scroll-container #message_list_thread .message-bubble-you {
    padding: 10px;
    background-color: #df9b84;
    color: #fff;
    border-radius: 15px;
    border-top-right-radius: 0px;
  }
  .chat-mobile .messsage-thread-display .msg-scroll-container #message_list_thread .message-bubble-them {
    padding: 10px;
    background-color: #eaeaea;
    color: #282828;
    border-radius: 15px;
    border-top-left-radius: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
  }
  .chat-mobile .messsage-thread-display #message_list_thread_filter {
    visibility: hidden;
  }
  .chat-mobile .messsage-thread-display .btn-send-message {
    position: relative;
    bottom: 135px;
    right: 10px;
    background-color: transparent;
    border-color: transparent;
    color: #3975e7;
  }
  .chat-mobile .messsage-thread-display img.heading-chat-dp {
    border-radius: 100px;
  }
  .chat-mobile .messsage-thread-display .mobile-chat-back-btn {
    display: block;
    background-color: #dddddd;
    border-radius: 20px;
    font-size: .75em;
  }
  .chat-mobile.open {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media only screen and (max-width: 470px) {
  .tags-filter {
    float: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
    margin-right: 0 !important;
  }
  .tags-filter .tag-dropdown-menu {
    right: 0 !important;
    left: unset !important;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.list-property-fixing {
  background-color: #fbe0d7;
  color: #d77c5d;
}

/* @import "./custom-css/variables/variables"; */
html, body {
  font-family: 'Poppins', sans-serif, Arial !important;
  font-size: 16px;
  /* for inner page sticky footer  https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* end sticky footer condition */
  overflow-x: hidden;
  margin: 0px;
  padding: 0px !important;
  position: relative;
  scroll-behavior: smooth;
}

#promoModal .modal-dialog {
  margin-top: 5%;
  width: 1440px;
}

#promoModal .modal-dialog button {
  position: absolute;
  top: -20px;
  right: -20px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  border: 0px;
}

#promoModal .modal-dialog img {
  min-width: 1440px;
}

@media (max-width: 1024px) {
  #promoModal .modal-dialog {
    width: 768px;
  }
  #promoModal .modal-dialog img {
    min-width: 768px;
  }
}

@media (max-width: 768px) {
  #promoModal .modal-dialog {
    margin-top: 15%;
    width: 640px;
  }
  #promoModal .modal-dialog img {
    min-width: 640px;
  }
}

@media (max-width: 425px) {
  #promoModal .modal-dialog {
    margin-top: 25%;
    width: 320px;
  }
  #promoModal .modal-dialog img {
    min-width: 320px;
  }
}

.global-blue {
  color: #035ccc !important;
}

.global-green {
  color: #21ab00 !important;
}

.global-bg-blue {
  background-color: #035ccc !important;
}

.global-bg-green {
  background-color: #21ab00 !important;
}

.next-custom1 {
  margin-right: 2%;
}

.search-input {
  width: 725px;
}

.list-group-custom {
  cursor: move;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.sel-addon {
  background-color: #e4e4e4;
  border: 1px solid #959595;
  height: 34px;
}

.sel-addon-white {
  background-color: #e4e4e4;
  border: 1px solid #959595;
  height: 34px;
}

.text-padding {
  padding: 30px 20px;
}

/* header */
.site-header {
  height: 80vh;
  /* background-color: gray; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.link-green-hover:hover {
  border-bottom-color: #21ab00;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-transition: none;
  transition: none;
}

#home_video {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0 !important;
  width: 2000px !important;
  height: auto;
  /* position: fixed; */
  /*    background-repeat: no-repeat;
    background-position: center center;*/
  /* z-index: 0 !important;
    margin: 0 auto;
    width: 100% !important; */
  /*height: 900px !important;  */
}

.custom-list li {
  border: 0;
  border-radius: 0 !important;
}

.custom-list {
  margin: 50px 50px;
}

.img-services {
  margin: 50px 50px;
}

.our_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.our_services:hover {
  background-color: #ebebeb;
}

.img-frame {
  border: #fff 10px solid;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
}

.service-icon {
  color: #21ab00 !important;
  margin: 0 60px 0 20px;
}

@media screen and (max-height: 900px) {
  #home_video {
    width: 1900px !important;
  }
}

@media screen and (max-height: 850px) {
  #home_video {
    width: 1830px !important;
  }
}

@media screen and (max-height: 800px) {
  #home_video {
    width: 1750px !important;
  }
}

@media screen and (max-height: 760px) {
  #home_video {
    width: 1700px !important;
  }
}

@media screen and (max-height: 740px) {
  #home_video {
    width: 1650px !important;
  }
}

@media screen and (max-height: 710px) {
  #home_video {
    width: 1600px !important;
  }
}

@media screen and (max-height: 680px) {
  #home_video {
    width: 1550px !important;
  }
}

@media screen and (max-height: 655px) {
  #home_video {
    width: 1500px !important;
  }
}

@media screen and (max-height: 630px) {
  #home_video {
    width: 1480px !important;
  }
}

@media screen and (max-height: 620px) {
  #home_video {
    width: 1450px !important;
  }
}

@supports (-ms-ime-align: auto) {
  #login_video {
    opacity: 1;
  }
}

.search-container {
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  overflow: hidden;
}

.search-form-wrap {
  background-color: rgba(0, 0, 0, 0.5);
}

.search-form-wrap h1 {
  color: #fff;
}

.search-form-wrap input.search-goal {
  left: -9999px;
  position: absolute;
}

.search-form-wrap label {
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  padding-top: .6em;
  background: #fff;
  height: 34px;
  cursor: pointer;
  font-weight: bold;
}

.search-form-wrap select {
  border-radius: 0;
}

.search-form-wrap a {
  color: #000;
}

.search-form-wrap a.active {
  color: white;
}

.search-form-wrap a.active label {
  background-color: #035ccc;
}

.search-form-wrap input[type="text"] {
  border-radius: 0;
}

.search-form-wrap .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-blue {
  display: inline-block;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  background-color: #035ccc;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-blue-search {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  background-color: #035ccc;
  font-weight: bold;
  text-transform: uppercase;
}

.gray {
  background-color: #b9b9b9;
}

.green-font {
  color: #21ab00 !important;
}

.parallax-bg {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center;
}

.bg-bottom {
  background-position-y: bottom !important;
}

.marketing-top-line {
  background: #035ccc;
}

.marketing-top-line h1 {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
}

.callout-row {
  color: #fff;
  background: #035ccc;
  padding: 10px 20px;
  height: auto;
  z-index: 1;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 76px !important;
}

.callout-row p {
  font-size: 1.1em;
  padding: 10px 0;
  margin: 0;
}

.callout-row a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: .7s;
  transition: .7s;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  height: auto;
}

.callout-row a:hover {
  color: rgba(0, 116, 228, 0.75);
  background-color: #fff;
  text-decoration: none;
}

.text-normal {
  font-weight: normal;
}

.hover-border-blue:hover {
  border: 1px solid rgba(0, 116, 228, 0.75);
}

.sm-radius {
  border-radius: 3px 3px 3px 3px;
}

.sm-text {
  font-size: .8em;
}

.innerpage.navbar-fixed-top + section {
  /*margin-top: 60px; */
}

.menu-active {
  background: transparent !important;
  border-color: #21ab00 !important;
  border-width: 2px !important;
}

.menu-sub {
  position: absolute;
  overflow: hidden;
  width: 0;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  color: #fff;
  border-bottom: 1px solid #959595;
  font-size: .9em;
  background-position: center 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-sub .thumb-menu img {
  width: 181px;
}

.menu-sub ul h4 a {
  padding-left: 0 !important;
}

.menu-sub h4 {
  color: #454545 !important;
}

.menu-sub ul {
  list-style-type: none !important;
}

.arrowsub {
  display: none;
}

/* Only show the mega menu for larger screens */
@media (min-width: 1200px) {
  .arrowsub {
    z-index: 9998;
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #828282;
    border-left: 20px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 28px;
  }
  .arrowsub::before {
    position: absolute;
    content: " ";
    display: block;
    height: 0px;
    width: 0px;
    border-top: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid white;
    border-left: 19px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -18px;
    left: -19px;
  }
  .arrowsub.invisible {
    opacity: 0;
    visibility: hidden;
  }
  .menu-sub li {
    margin: 20px 0 0 0 !important;
  }
  .menu-sub li:first-child {
    margin-top: 5px !important;
  }
  .menu-sub h4 {
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .menu-sub .thumb-menu {
    overflow: hidden;
    height: 85px;
  }
  .menu-sub .thumb-menu:hover {
    opacity: 0.5;
  }
  .menu-sub img {
    min-width: 100%;
    min-height: 100%;
  }
  .menu-sub .r-divider-side {
    border-right: 2px solid #0e78be;
  }
  .menu-sub::before {
    position: absolute;
    content: "";
    display: block;
    padding-top: 0px;
    border-bottom: 1px solid #b1b1b1;
    width: 100vw;
    left: -15px;
  }
}

.innerpage {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
Search filter for search page
*/
/* slider */
/* centered columns styles */
#ex2 {
  width: 100% !important;
}

/*
.slider.slider-horizontal {
    width: 1500px !important;
    margin-top: 7px;
    margin-right: 20px;
    margin-left: 10px;
}*/
.Aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-filter-submit-class {
  margin-bottom: 16px;
}

.new_filter {
  margin: 0 15%;
}

.btn-clear-filter {
  height: auto !important;
  padding: 0;
  text-transform: none !important;
}

#search-row {
  padding-top: 100px;
  padding-bottom: 20px;
}

.filter_2 {
  padding-bottom: 20px;
}

.filter_2 legend, .filter_2 span {
  border-bottom: 0px;
  color: #fff;
}

#search-row legend {
  width: auto;
  border-bottom: none;
}

#filter {
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 8px 0px #b7b7b7;
  box-shadow: 0px 3px 8px 0px #b7b7b7;
  background-color: #ffffff;
  margin-bottom: 50px;
}

#filter p {
  font-size: 21px;
}

#filter hr {
  margin-left: -20px;
  margin-bottom: 0;
  width: calc(100% + 50px);
  border-top: 1px solid #b7b7b7;
  margin-bottom: 0;
}

#filter .to {
  width: 10%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#filter legend {
  margin-top: 20px;
  border-bottom: none;
}

#filter label {
  font-size: 21px;
  margin-top: 20px;
  font-weight: normal;
}

figure.ritem-horizontal2-figure {
  overflow: hidden;
  height: 215px;
  /*width: 340px;*/
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list_of_property {
  height: 225px;
  width: 100%;
}

.truncate {
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-sm {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-v2 {
  color: #035ccc;
}

.ritem-horizontal2 {
  position: relative;
  margin-top: 25px;
}

.ritem-horizontal2:first-of-type {
  margin-top: 0;
}

.ritem-horizontal2 .rcard-horizontal h4 {
  font-size: 1em;
}

.ritem-horizontal2-figure:hover {
  opacity: 0.8;
}

.ritem-horizontal2-figure img {
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  /* height: 100%; */
  /*Rey for full bleed */
  /*width: auto;*/
}

.search-border {
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}

/*
Featured
*/
.leftgate {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-animation-name: left-gate-easein;
  animation-name: left-gate-easein;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background-position-y: bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

.leftgate-new-listings {
  background-image: url("../images/gates/left_gate.png");
}

.rightgate-new-listings {
  background-image: url("../images/gates/right_gate.png");
}

.bg-featured {
  background-image: url("../images/gates/featured.png");
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes left-gate-easein {
  from {
    left: -50%;
  }
  to {
    left: 0%;
  }
}

@keyframes left-gate-easein {
  from {
    left: -50%;
  }
  to {
    left: 0%;
  }
}

.rightgate {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-animation-name: right-gate-easein;
  animation-name: right-gate-easein;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

@-webkit-keyframes right-gate-easein {
  from {
    right: -50%;
  }
  to {
    right: 0%;
  }
}

@keyframes right-gate-easein {
  from {
    right: -50%;
  }
  to {
    right: 0%;
  }
}

.featured-properties {
  background-color: #f5f5f5;
}

.with-gate {
  position: relative;
}

.with-gate .container {
  z-index: 3;
}

.cover-pic {
  background-position: center !important;
  background-size: cover !important;
  display: block;
  margin: 0 auto;
  min-width: 100%;
  min-height: 100%;
}

.rush-sale .ritem-horizontal .rcard-horizontal {
  height: 165px;
}

.rush-sale {
  background-color: #e8e8e8;
}

.rush-sale h2 {
  color: #ff0000;
  font-size: 4em;
}

.rush-sale .heading p {
  color: #ff0000;
  text-align: center;
  font-size: 1.4em;
}

i.rush-icon {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  position: absolute;
  height: 71px;
  width: 88px;
  background-image: url("../images/hot_deal.png");
  background-size: contain;
  /* <------ */
  background-repeat: no-repeat;
  top: -32px;
  text-align: center;
  padding-top: 20px;
  padding-right: 28px;
  text-align: center;
  color: #fff;
  left: 562px;
}

i.hot-icon {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 2;
  display: block;
  position: absolute;
  width: 55px;
  height: 90px;
  background-image: url("../images/ribon.png");
  background-size: contain;
  /* <------ */
  background-repeat: no-repeat;
  top: -16px;
  text-align: center;
  text-align: center;
  color: #fff;
  left: 80%;
  font-style: normal;
  /* padding-top: 20px;
    font-size: 1em; */
  padding-top: 35px;
  font-size: .8em;
}

i.hot-icon.rented {
  font-size: 9px;
}

i.h-sold-icon {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 2;
  display: block;
  position: absolute;
  width: 55px;
  height: 90px;
  background-image: url("../images/ribon.png");
  background-size: contain;
  /* <------ */
  background-repeat: no-repeat;
  top: -16px;
  text-align: center;
  text-align: center;
  color: #fff;
  left: 5%;
  font-style: normal;
  /* padding-top: 20px;
    font-size: 1em; */
  padding-top: 35px;
  font-size: .8em;
}

i.h-sold-icon.rented {
  font-size: 9px;
}

i.hot-icon small {
  display: block;
  text-align: center;
  font-size: .9em;
}

.rowrh {
  margin-top: 80px;
}

.rowrh > div {
  margin-top: 100px;
}

.rowrh .col-md-6:first-child .rcard-horizontal {
  float: right;
}

.rowrh .col-md-6:first-child .rcard-horizontal .rush-icon {
  right: -30px;
  left: auto;
}

@media (min-width: 992px) {
  .rowrh > div {
    margin-top: 0;
  }
  .t-fix-row {
    /*news and update fix on home not stretching out as height goes larger */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*
Testimonials
*/
.testimonials {
  position: relative;
}

.testimonials::after {
  content: " ";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  /*border-bottom:55px solid #f5f5f5;*/
  border-top: 80px solid transparent;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}

.testimonials .testi_img {
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.testimonials .testi_img:hover {
  border: 5px solid #fff;
  padding: 4px;
}

canvas.firework {
  display: block;
}

.testimonials blockquote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: .9em;
}

.testimonials figure figcaption {
  font-weight: bold;
  font-size: 1.2em;
}

.testimonials figure {
  background: #ffffff;
  padding: 14px 10px 14px 14px;
  border-radius: 9px;
  min-height: 115px;
}

.testimonials figure::before {
  display: block;
  /*margin: 0 auto;*/
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  z-index: auto;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  cursor: default;
  opacity: 1;
  /*top: 42%;*/
  right: 95%;
  /*left: 18px;*/
  /*margin-left: -15px;*/
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 13px solid rgba(0, 0, 0, 0);
  border-right: 26px solid #fff;
  border-left: 0 solid;
  border-radius: 0;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: black;
  text-overflow: clip;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: left;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

#testimonials .slides h3 {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  padding-left: 20px;
  font-weight: 600;
  color: #252525;
  font-size: 2em;
}

.opensan {
  font-family: 'Poppins';
  font-size: 14px;
}

.img-circular {
  border-radius: 50%;
}

/*@media (min-width: 992px) {
    .contact_group {
      padding-right: 40px;
    }  
}
*/
/*
* Hot deals
*/
.hot-deals {
  position: relative;
  background-color: #1c1c1c !important;
  background: url("../images/hot_deals/july/bg.png") center center no-repeat;
  background-size: cover;
}

.hot-deals .light_left {
  position: absolute;
  z-index: 6;
  background-image: url("../images/hot_deals/light_left.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 131px;
  height: 489px;
  bottom: 20px;
}

.hot-deals .light_right {
  position: absolute;
  z-index: 6;
  background-image: url("../images/hot_deals/light_right.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 131px;
  height: 489px;
  bottom: 20px;
  right: 0;
}

.hot-deals .sect-h2 {
  color: #ed1c24 !important;
}

.hot-deals .sect-subheading {
  color: #fff;
  margin-top: 20px;
}

.ritemv2 .top h4.address {
  margin-top: 20px !important;
  /* width: 190px; */
}

.news-header {
  height: 480px;
  background: url("../images/v2/subscribe-banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.news-header .overlay h2 {
  color: #fff;
  padding-top: 240px;
  font-weight: 500;
  font-size: 2.25em;
}

.news-header .overlay h1 {
  color: #fff;
  font-size: 1.5em;
  margin-top: 105px;
}

.news-header .overlay h3 {
  color: #fff;
  font-weight: 400;
  font-size: .8em;
  margin-top: 3px;
}

@media (min-width: 1200px) {
  .hot-deals .margin-tb {
    top: 57px !important;
  }
  .hot-deals .ritemv2 .bottom {
    bottom: 48px !important;
  }
}

.hot_deal_left {
  margin-top: 25% !important;
}

.hot_deal_right {
  margin-top: 25% !important;
}

/* end xmas */
.cloud-anim1 {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: cloud-anim1;
          animation-name: cloud-anim1;
}

.cloud-anim2 {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: cloud-anim2;
          animation-name: cloud-anim2;
}

.cloud-anim3 {
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: cloud-anim3;
          animation-name: cloud-anim3;
}

.cloud-anim4 {
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: cloud-anim4;
          animation-name: cloud-anim4;
}

@-webkit-keyframes cloud-anim1 {
  from {
    right: -5%;
  }
  to {
    right: 105%;
  }
}

@keyframes cloud-anim1 {
  from {
    right: -5%;
  }
  to {
    right: 105%;
  }
}

@-webkit-keyframes cloud-anim2 {
  from {
    left: -5%;
  }
  to {
    left: 105%;
  }
}

@keyframes cloud-anim2 {
  from {
    left: -5%;
  }
  to {
    left: 105%;
  }
}

@-webkit-keyframes cloud-anim3 {
  from {
    left: -5%;
  }
  to {
    left: 105%;
  }
}

@keyframes cloud-anim3 {
  from {
    left: -5%;
  }
  to {
    left: 105%;
  }
}

@-webkit-keyframes cloud-anim4 {
  from {
    right: -5%;
  }
  to {
    right: 105%;
  }
}

@keyframes cloud-anim4 {
  from {
    right: -5%;
  }
  to {
    right: 105%;
  }
}

@-webkit-keyframes plane {
  from {
    right: -10%;
  }
  to {
    right: 110%;
  }
}

@keyframes plane {
  from {
    right: -10%;
  }
  to {
    right: 110%;
  }
}

/* 
headers
*/
.std h2, .std h3 {
  color: #fff;
}

.std-top h2 {
  font-size: 2em;
}

.std-top h3 {
  font-size: 3em;
}

/*
footer
*/
.footer-listings {
  background-color: #d8d8d8;
}

.footer-listings h3 {
  font-size: 1em;
  font-weight: bold;
}

.footer-listings ul li {
  list-style: none;
}

.footer-listings ul li {
  margin-bottom: 10px;
}

.footer-listings ul li:first-child {
  margin-top: 19px;
}

.footer-listings ul {
  padding-left: 0;
}

.solid-footer {
  width: 100%;
}

.innerpage-footer {
  /* height: 15vh; */
  background: #d8d8d8;
  border-top: 2px solid #959595;
}

.innerpage-footer a {
  color: #4480b7;
}

.innerpage-footer ul.links li {
  border-right: 1px solid #595858;
}

.innerpage-footer p {
  color: #595858;
}

/*
Featured properties
*/
.ritem .rcard {
  padding-bottom: 15px;
  overflow: hidden;
  height: 450px;
}

.ritem .goal {
  margin-top: 10px;
  padding-left: 10px;
}

.ritem h4 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.regmodal .modal-content {
  /*min-width: 400px;*/
  /*margin-left: 100px;    */
}

/*
searching: flex data list
*/
.flexdatalist-results span:not(:first-child):not(.highlight) {
  padding-left: 10px;
  display: inline-block;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.5);
}

/*
========== Accounts page ===========
*/
/*
    Marketing
*/
.marketing-menu {
  text-align: center;
}

.marketing-menu .mthumb {
  width: 95%;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  /*height: 230px;*/
  background-color: #ebebeb;
  -webkit-box-shadow: 0 2px 10px #a2a1a1;
          box-shadow: 0 2px 10px #a2a1a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 35px;
}

.marketing-menu .mthumb:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #000;
          box-shadow: 0 2px 10px #000;
}

.marketing-grt {
  color: #035ccc;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
}

.marketing-menu a.mlink {
  font-size: 1em;
  color: #444444;
  text-align: center;
  margin-top: 15px;
  display: block;
  font-size: 1.2em;
}

.marketing-menu .mthumb a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* marketing top menu */
ul.marketing-top-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}

ul.marketing-top-menus li {
  margin-right: 20px;
  width: 120px;
}

ul.marketing-top-menus li:last-child {
  margin-left: auto;
  width: auto;
}

.marketing-top-menus img {
  width: 100%;
}

.marketing-top-menus .marketing-menu-item .mthumb2 {
  width: 100px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  height: 100px;
  background-color: #ebebeb;
  -webkit-box-shadow: 0 2px 10px #a2a1a1;
          box-shadow: 0 2px 10px #a2a1a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 10px;
}

.mthumb2.active {
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 10px #000 !important;
          box-shadow: 0 2px 10px #000 !important;
}

.marketing-top-menus a.mlink {
  color: #444444;
  text-align: center;
  margin-top: 15px;
  display: block;
  font-size: .9em;
}

.marketing-menu-item .mthumb2:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #000;
          box-shadow: 0 2px 10px #000;
}

/*
 Edit profile
*/
section.account-section {
  /* for inner page sticky footer */
  /* source: https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.account-section .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.account-section .form-search .input-group .input-group-btn button {
  border-left: unset;
  border-right: 1px solid #e4e4e2;
  border-top: 1px solid #e4e4e2;
  border-bottom: 1px solid #e4e4e2;
  border-radius: 4px 4px 4px 4px;
}

section.account-section .form-search .input-group .input-group-btn button i {
  font-size: 16px;
  color: #757573;
  font-weight: 900;
}

section.account-section .form-search .input-group .input-group-btn button::hover {
  background-color: #fcfcfa;
}

section.account-section .form-search .search_callback {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.account-section .form-search .search_callback i {
  display: none;
}

section.account-section .form-search .search_callback label {
  margin-left: 10px;
  display: none;
}

.account-section .leftnav .list-group-item {
  border: none;
  background: transparent;
}

.account-section .leftnav li {
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

.account-section .leftnav li.active {
  background-color: #4480b7;
}

.account-section .leftnav li a {
  display: block;
  color: #1f1f1f !important;
}

.account-section .leftnav li a:hover {
  text-decoration: none;
}

.account-section .leftnav li:hover {
  background-color: rgba(68, 128, 183, 0.5);
}

.marketing-section.account-section li.active {
  background-color: rgba(68, 128, 183, 0.5);
}

.account-section .sidebar {
  background-color: #e8e8e8;
}

.account-section {
  background-color: #f5f5f5;
}

.account-section label {
  font-weight: 600;
  font-size: .9em;
}

.account-section .photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.account-section .photo img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* test rey to be removed soon because it's being stretched*/
  min-width: 180px;
  min-height: 180px;
  max-width: 100%;
}

.account-section .form-control {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e4e4e2;
  border-right: unset;
}

.account-section .form-control ::focus {
  border-right: unset;
}

.account-section a#update-pic {
  bottom: 40px;
  position: absolute;
  color: #444444;
}

.account-section .container {
  min-height: 75vh;
}

.account-section .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.avatar-upload .avatar-upload-wrap,
.avatar-upload .upload-result,
.avatar-upload.ready .upload-msg {
  display: none;
}

.avatar-upload.ready .avatar-upload-wrap {
  display: block;
}

.avatar-upload.ready .upload-result {
  display: inline-block;
}

.avatar-upload-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.company-logo-upload .company-logo-upload-wrap,
.company-logo-upload .upload-result,
.company-logo-upload.ready .upload-msg {
  display: none;
}

.company-logo-upload.ready .company-logo-upload-wrap {
  display: block;
}

.company-logo-upload.ready .upload-result {
  display: inline-block;
}

.company-logo-upload-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.upload-msg {
  text-align: center;
  padding: 50px;
  font-size: 22px;
  color: #aaa;
  width: 260px;
  margin: 50px auto;
  border: 1px solid #aaa;
}

.dropzone {
  border: 2px solid #959595;
  border-radius: 4px 4px 4px 4px;
  border-style: dashed !important;
}

.width-250 {
  width: 250px;
}

.dropPhoto {
  min-height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-control:focus, .carousel-control:hover {
  color: #035ccc;
}

/* 
* Carousel fixes 
*/
.carousel-left-control {
  font-size: 65px;
  opacity: 1;
  left: -12% !important;
  margin-top: 17%;
}

.carousel-right-control {
  font-size: 65px;
  opacity: 1;
  right: -12% !important;
  margin-top: 17%;
}

.carousel-left-control span, .carousel-right-control span {
  font-size: 65px !important;
}

.rcard-horizontal {
  width: 590px !important;
  position: relative;
}

.rrt-carousel .carousel-control {
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#carousel-rush-sale .carousel-control {
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d80000;
}

#carousel-new-listings .carousel-indicators {
  bottom: -68px;
}

#carousel-new-listings .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: #cbcbcb;
  margin: 0 5px;
}

#carousel-new-listings .carousel-indicators li.active {
  background-color: #919191;
}

#carousel-new-listings .item {
  padding-bottom: 20px;
}

#carousel-testimonials .item {
  padding-left: 50px;
  padding-right: 50px;
}

#carousel-testimonials .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  margin: 0 5px;
}

#carousel-testimonials .carousel-indicators li.active {
  background-color: #7fa6c3;
}

#carousel-testimonials .carousel-indicators {
  bottom: -68px;
}

/*--------------------------------------------------------------
	Single Property
--------------------------------------------------------------*/
.gallery-wrapper img {
  -webkit-transition: .4s;
  transition: .4s;
}

.gallery-wrapper img:hover {
  opacity: 0.7;
}

.gallery-wrapper {
  border: 1px solid #959595;
  -webkit-box-shadow: 0px 3px 8px 0px #b7b7b7;
  box-shadow: 0px 3px 8px 0px #b7b7b7;
  /*padding: 5px;  */
}

.gallery-specs {
  padding: 20px;
}

.gallery-specs p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2em;
}

ul.product-gallery img {
  height: auto !important;
  width: 100%;
}

ul.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  /* margin-top: 10px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin: 0;
}

ul.product-gallery li {
  overflow: hidden;
  width: calc(100% / 4);
  margin: 0 2px;
  /*height: auto;*/
  position: relative;
  max-height: 150px;
}

ul.product-gallery li:last-child {
  margin-right: 0;
}

ul.product-gallery li:first-child {
  margin-left: 0;
}

ul.product-gallery i.overlay {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  color: #fff;
  text-align: center;
  font-style: normal;
  padding-top: 20px;
  /*line-height: 120px; */
  /* match height of the parent to center the text vertically */
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star {
  font-size: 1.5em;
}

#extab3 .det-specs li {
  margin-left: 20px;
  padding-right: 45px;
}

.location-bc {
  display: table;
  margin: 25px auto;
}

.contact-agent-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-agent-details div:first-child {
  margin-right: 20px;
}

/*
My properties
*/
table.my-properties ul {
  padding-left: 0;
}

table.my-properties span.broomicon {
  display: inline-block;
  width: 25px;
}

table.my-properties thead tr th:first-child, table.my-properties tbody tr td:first-child {
  padding-left: 0 !important;
}

table.my-properties thead tr th:first-child, table.my-properties tbody tr td:first-child + td {
  padding-top: 0 !important;
}

table.my-properties .btn-edit {
  border-radius: 0;
  padding: 3px 15px;
}

table.my-properties .status {
  font-weight: bold;
  margin-bottom: 10px;
}

table.my-properties .status-gray {
  color: #949191;
}

table.my-properties .status-blue {
  color: #035ccc;
}

table.my-properties .status-green {
  color: #5cb85c;
}

.account-section #search-row {
  padding-top: 0px;
  padding-bottom: 20px;
}

.account-section #search-row .form-control {
  border-radius: 0;
}

.account-section #search-row .btn-edit {
  border-radius: 0 !important;
}

/*
misc
*/
.zindex-1 {
  z-index: 1 !important;
}

/* summernote fix when inside modal*/
.modal .note-editing-area {
  padding-top: 15%;
}

.map-info-heading {
  color: #035ccc;
  font-size: 12px;
}

.map-info-heading:hover {
  text-decoration: underline;
}

.carousel-ads {
  text-align: center;
  line-height: 0;
}

.carousel-ads a {
  display: inline-block;
}

.btn-eh {
  cursor: pointer;
}

.btn-eh:hover {
  color: #035ccc;
}

/* margin column */
.col-ml-5 {
  margin-left: 5% !important;
}

.strong {
  font-weight: bold;
}

.price-lg {
  font-size: 1.5em;
  font-weight: bold;
}

.price-lg2 {
  font-size: 2em;
  font-weight: bold;
}

.ls-2 {
  letter-spacing: 2px;
}

.f5-bg {
  background-color: #f5f5f5;
}

.text-900 {
  font-weight: 900 !important;
}

.rline {
  width: 60px;
  background: #035ccc;
  height: 2px;
  border: none;
  margin: 5px 15px;
  display: inline-block;
}

.rline-dual {
  border: 1px solid black;
  background: #035ccc;
  height: 10px;
  border: none;
  margin: 5px 15px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.rline-dual .left-color {
  background: #0a3256;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.rline-dual .right-color {
  background: #2387cb;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.sect-subheading {
  color: #868481;
  font-size: 1.4em;
}

.w-max-45 {
  max-width: 45%;
}

.no-border {
  border: none !important;
}

.blue-text {
  color: #035ccc !important;
}

.border-gray {
  border: 1px solid #969593 !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.full-height {
  height: auto !important;
}

.auto-width {
  width: auto !important;
}

.flex-align-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.no-radius {
  border-radius: 0 !important;
}

.xl-btn {
  min-width: 200px !important;
  background-color: #d8d8d8;
}

.large-btn {
  min-width: 150px;
}

.gray-btn.active {
  background-color: #337ab7 !important;
}

.btn-group-normal .btn {
  position: relative;
  float: none !important;
}

.btn-group-normal > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-gray {
  border: none !important;
  color: #333;
}

.btn-gray:hover {
  background-color: #d8d8d8 !important;
  color: #333;
}

.btn-gray.active {
  background-color: #035ccc !important;
}

/*override radius on form control */
.form-control {
  border-radius: 0;
}

.button-shadow {
  -webkit-box-shadow: 0px 12px 8px -8px #313130;
  box-shadow: 0px 12px 8px -8px #313130;
}

.font-large {
  /* font-weight: bold; */
  font-size: 2em;
}

.font-larger {
  font-size: 1.4em;
}

.social a:hover {
  opacity: 0.5;
}

i.new-property {
  display: block;
  position: absolute;
  height: 51px;
  width: 105px;
  background: url("../images/new.png") transparent no-repeat top left;
  right: 16px;
  top: 0;
}

i.sale-property {
  display: block;
  position: absolute;
  height: 51px;
  width: 105px;
  background: url("../images/sale.png") transparent no-repeat top left;
  right: 16px;
  top: 0;
}

.btn-blue-color {
  background: #035ccc;
  color: #fff;
}

.graybg {
  background-color: #e8e8e8;
  color: #1f1f1f;
}

.bold {
  font-weight: bold !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.width-auto {
  width: auto;
}

.agent-photo {
  border-radius: 50%;
}

.agent-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  overflow: visible;
  /* float: right; */
}

.agent-photo img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* test rey to be removed soon because it's being stretched*/
  min-width: 80px;
  min-height: 80px;
}

.my-property-photo {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.my-property-photo img {
  width: 150px;
  height: auto;
  position: absolute;
  margin: auto;
  /* test rey to be removed soon because it's being stretched*/
  min-width: 100%;
  min-height: 100%;
}

.rline {
  width: 60px;
  background: #035ccc;
  height: 2px;
  border: none;
  margin: 5px 15px;
  display: inline-block;
}

.text-left {
  text-align: left;
}

.text-dgray {
  color: #454545 !important;
}

.animation-sweet {
  -webkit-animation-duration: 2.25s !important;
  animation-duration: 2.25s !important;
}

.animation-2s {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}

.animation-3s {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}

.animation-4s {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}

.animation-testi {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/* text kerning */
.tk-1 {
  letter-spacing: 1px;
}

.banner-sm {
  height: 450px;
  background: url("../images/header/header.jpg");
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}

.terms-header {
  font-family: 'Poppins',sans-serif;
  height: 480px;
  background: url("../images/v2/terms-header.jpg");
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: bottom;
}

.terms-header .overlay {
  background-color: rgba(112, 115, 114, 0.4);
  height: 480px;
}

.terms-header .overlay h2 {
  color: #fff;
  padding-top: 240px;
  font-weight: 500;
  font-size: 2.25em;
}

.terms-content {
  font-family: 'Poppins',sans-serif;
}

.privacy-header {
  font-family: 'Poppins',sans-serif;
  height: 480px;
  background: url("../images/v2/privacy-header.jpg");
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: bottom;
}

.privacy-header .overlay {
  background-color: rgba(112, 115, 114, 0.4);
  height: 480px;
}

.privacy-header .overlay h2 {
  color: #fff;
  padding-top: 240px;
  font-weight: 500;
  font-size: 2.25em;
}

.privacy-content {
  font-family: 'Poppins',sans-serif;
}

.sitemap-header {
  font-family: 'Poppins',sans-serif;
  height: 450px;
  background: url("../images/v2/new-sitemap-banner.jpg");
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 0px -170px;
}

.sitemap-header .overlay {
  background-color: rgba(112, 115, 114, 0.4);
  height: 450px;
}

.sitemap-header .overlay h2 {
  color: #fff;
  padding-top: 240px;
  font-weight: 500;
  font-size: 2.25em;
}

.sitemap-content {
  font-family: 'Poppins',sans-serif;
}

.sitemap-content h2 {
  color: #035ccc;
}

.faq-header {
  height: 480px;
  background: url("../images/v2/faq-header.jpg");
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position-y: 0px;
}

.faq-header .overlay {
  background-color: rgba(112, 115, 114, 0.4);
  height: 480px;
}

.faq-header .overlay h2 {
  color: #fff;
  padding-top: 240px;
  font-weight: 500;
  font-size: 2.25em;
}

.faq-content {
  font-family: 'Poppins',sans-serif;
}

.faq-content .faq-card {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 2px 5px #c3c3c3;
          box-shadow: 0px 2px 5px #c3c3c3;
}

.overflow-hidden {
  overflow: hidden;
}

.file-button {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-18 {
  padding: 18px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 60px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.z-50 {
  position: relative;
  z-index: 50;
}

@media (min-width: 1200px) {
  .container-wider {
    width: 1250px;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.red {
  color: #ff0000 !important;
}

.cr-slider::-webkit-slider-thumb {
  background: #035ccc;
}

.cr-slider::-moz-range-thumb {
  background: #035ccc;
}

.cr-slider::-ms-thumb {
  background: #035ccc !important;
}

.lnk-blue-hover:focus {
  outline: none;
}

.lnk-blue-hover:hover {
  color: #035ccc !important;
}

.hot-deal-fire {
  color: #ff0000;
}

/* Border Animation Home */
.leftAnimBorder {
  top: 90px;
  left: -15%;
  position: absolute;
  border-left: 10px solid #0a3256;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.leftAnimTopBorder {
  top: 90px;
  left: -15%;
  position: absolute;
  width: 40%;
  border-top: 10px solid #0a3256;
}

.rightAnimBorder {
  top: 90px;
  right: -15%;
  position: absolute;
  border-right: 10px solid #0a3256;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.rightAnimTopBorder {
  top: 90px;
  right: -15%;
  position: absolute;
  width: 40%;
  border-top: 10px solid #0a3256;
}

.draw-side {
  -webkit-animation-name: side-border;
  animation-name: side-border;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes side-border {
  from {
    height: 0;
  }
  to {
    height: 90%;
  }
}

@keyframes side-border {
  from {
    height: 0;
  }
  to {
    height: 90%;
  }
}

.draw-top {
  -webkit-animation-name: draw-top;
  animation-name: draw-top;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes draw-top {
  from {
    width: 0;
  }
  to {
    height: 30%;
  }
}

@keyframes draw-top {
  from {
    width: 0;
  }
  to {
    height: 30%;
  }
}

.mod_panel {
  border-width: 1px;
  border-style: solid;
  padding: 18px;
  border-color: #a7bcce;
}

.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px 0;
  margin-bottom: 10px;
}

.x_title label {
  font-size: 20px;
}

.modal-title {
  font-weight: bold;
}

.field-icon {
  float: right;
  margin-right: 8px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-no-grow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.toggle-password {
  cursor: pointer;
}

.toggle-password path {
  pointer-events: none;
}

.text-justify {
  text-align: justify;
}

.modal_alert_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_alert_msg {
  float: left;
  max-width: 500px;
  min-width: 300px;
  padding-left: 15px;
}

.modal_alert_icon {
  float: left;
}

.mh-80 {
  min-height: 80vh;
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-404 p {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}

.guideline-img {
  font-size: .8em;
}

.mktg-db-container {
  background: #fff;
  /*box-shadow: 1px 2px 7px #ccc;*/
  border-left: 1px solid #cdcdcd;
  border-right: 1px  solid #cdcdcd;
}

.eh-fa {
  color: #8dbde4 !important;
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4C69BA), to(#3B55A0));
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5B7BD5), to(#4864B1));
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Calendar */
.fc-event:hover {
  cursor: pointer;
}

/* GDPR */
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 20px;
  bottom: 30px;
  max-width: 375px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 9999;
}

#gdpr-cookie-message h4 {
  color: #035ccc;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: #035ccc;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: #3B3646;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: #035ccc;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: #21ab00;
  border-bottom-color: #035ccc;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #035ccc;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  float: left;
}

#gdpr-cookie-message button:hover {
  background: white;
  color: #035ccc;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  color: #035ccc;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/* misc */
/* SELECT2 AJAX on add information (property dropdown for devs) for future use
.select2-result-repository__avatar{float:left;width:60px;margin-right:10px}.select2-result-repository__avatar img{width:100%;height:auto;border-radius:2px}.select2-result-repository__meta{margin-left:70px}.select2-result-repository__title{color:black;font-weight:700;word-wrap:break-word;line-height:1.1;margin-bottom:4px}.select2-result-repository__forks,.select2-result-repository__stargazers{margin-right:1em}.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers{display:inline-block;color:#aaa;font-size:11px}.select2-result-repository__description{font-size:13px;color:#777;margin-top:4px}.select2-results__option--highlighted .select2-result-repository__title{color:white}.select2-results__option--highlighted .select2-result-repository__forks,.select2-results__option--highlighted .select2-result-repository__stargazers,.select2-results__option--highlighted .select2-result-repository__description,.select2-results__option--highlighted .select2-result-repository__watchers{color:#c6dcef}
*/
.limited-offer {
  font-size: 1.2em !important;
  color: #FF0 !important;
}

.clickable {
  cursor: pointer;
}

.owl-brokers .item {
  cursor: pointer;
}

/* rey.css v1 */
.m-15 {
  margin: 15px !important;
}

.icon-hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.icon-hover:hover {
  margin-top: -15px !important;
}

/* for inside agent photo */
span.certified-user-ic {
  display: block;
  background-image: url("../images/certified.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -10px;
}

/* for plain inline text */
i.certified-user-ic2 {
  display: inline-block;
  background-image: url("../images/certified.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  color: #fff;
  margin-right: 3px;
}

.filter_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px !important;
}

.filter_v22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-star:hover {
  color: #035ccc;
}

.ritemv2 .top h4.address {
  line-height: 1.2em;
}

.account-section a.update-lnk {
  color: #444444;
  outline: none;
}

.account-section a.update-lnk:hover, .account-section a.update-lnk:focus {
  color: #035ccc !important;
  text-decoration: none;
  outline: none;
}

.status-gray {
  opacity: 0.5;
}

.bq_quote {
  font-size: .9em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bq_quote_fixing {
  border-color: red;
  color: red;
}

.messages .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.messages .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.messages .list-group .checkbox {
  display: inline-block;
  margin: 0px;
}

.messages .list-group input[type="checkbox"] {
  margin-top: 2px;
}

.messages .list-group .glyphicon {
  margin-right: 5px;
}

.messages .list-group .glyphicon:hover {
  color: #FFBC00;
}

a.list-group-item.read {
  color: #222;
  background-color: #F3F3F3;
}

hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.ad {
  padding: 5px;
  background: #F5F5F5;
  color: #222;
  font-size: 80%;
  border: 1px solid #E5E5E5;
}

.ad a.title {
  color: #15C;
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
}

.ad a.url {
  color: #093;
  text-decoration: none;
}

.msg-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
  padding: 0;
}

.msg-item {
  padding: 5px;
  border-top: 1px solid #ddd;
  margin: 0;
}

.msg-item:nth-child(even) {
  background-color: #F4F6F8;
}

.msg-item:nth-child(odd) {
  background-color: #FFFFFF;
}

.msg-item .author {
  border-right: 1px solid #ddd;
}

.msg-wrap {
  padding: 10px;
}

.msg-wrap .thread-title {
  font-size: 22px;
  font-weight: 400;
  color: #222222;
  padding: 0 0 0 10px;
}

.send-wrap {
  border-top: 1px solid #eee;
  padding: 10px;
  /*background: #f8f8f8;*/
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.msg-wrap .media-heading {
  color: #035ccc;
  font-weight: 700;
}

.msg-date {
  background: none;
  text-align: center;
  color: #aaa;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ddd;
}

/* fix for the "dancing" issue */
.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.testi-item .content {
  /*border-left: 1px solid #4283b9;*/
  min-height: 64px;
  font-size: 1.2em;
}

.btn-square-blue {
  color: #fff;
  background-color: #035ccc;
  border-radius: 0 !important;
}

.btn-square-blue:focus, .btn-square-blue:hover {
  color: #fff !important;
  background-color: #286090 !important;
}

/* Dashboard timeline */
.timeline {
  list-style: none;
  padding: 30px 0 20px;
  position: relative;
  overflow: auto;
}

.profile-cover {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 90%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-add-post > .timeline-panel:after {
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 95%;
  margin-left: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
*/
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge > a {
  color: #C5C7C5 !important;
}

.timeline-badge a:hover {
  color: #FF531F !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  padding: 20px;
  margin-bottom: 0;
  background: #fff;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-footer {
  padding: 20px;
  background-color: #f4f4f4;
}

.timeline-header {
  background-color: #f4f4f4;
}

.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}

.timeline-heading {
  background: #fff;
}

.timeline-header .user-link {
  display: block;
}

.timeline textarea {
  border: none !important;
}

.timeline-share-box {
  width: 100%;
}

.timeline-share-box .share-form {
  padding: 2%;
}

.timeline-share-box .share {
  -webkit-transition: 0.1s ease-out height;
  transition: 0.1s ease-out height;
  clear: both;
  background: white;
  border: 2px solid #dddddd;
  margin-bottom: 10px;
  position: relative;
}

.timeline-share-box .share .arrow {
  background: url(../img/arrow.png) no-repeat #dddddd;
  position: absolute;
  width: 14px;
  height: 10px;
  left: 4px;
  display: inline;
  top: -10px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.timeline-share-box .post-types li a {
  text-decoration: none;
}

.timeline-share-box .post-types li a.active {
  color: #404040;
}

.timeline-share-box .post-types {
  padding-left: 5px;
}

.timeline-share-box .post-types ul.notification-dropdown {
  width: 240px;
  position: absolute;
  left: -70px;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 10px;
}

.timeline-share-box .post-types ul.notification-dropdown li {
  display: block;
  margin-right: 10px;
  max-width: 240px;
  overflow-wrap: break-word;
  padding-bottom: 10px;
}

.timeline-share-box .post-types ul.notification-dropdown li a {
  max-width: 240px;
  overflow-x: auto;
  white-space: pre-wrap;
  padding-left: 0px !important;
  font-size: 1em !important;
  color: #666666;
}

.timeline-share-box .post-types .dropdown > a:hover {
  color: #777;
}

.timeline .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}

.timeline .dropdown-menu > li > a {
  display: inline;
}

.timeline-share-box ul {
  list-style: none;
  margin-bottom: 9px;
}

.timeline-share-box .post-types li {
  display: inline;
  margin-right: 10px;
}

.timeline .dp {
  width: auto;
  max-height: 60px;
}

.timeline .timeline-footer .dp {
  width: auto;
  max-height: 40px;
}

.timeline .timeline-footer a:hover {
  color: #035ccc;
}

.timeline .timeline-reply {
  font-size: .9em;
}

.message {
  border-radius: 0;
  border: none;
}

.timeline-images {
  margin: 2px;
}

.timeline-add-post .div-ads {
  width: 100%;
}

.timeline-add-post .div-ads a {
  width: inherit;
}

.timeline-add-post .div-ads a img {
  width: 95%;
}

.timeline-add-post .title-panel {
  width: 95% !important;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.neg-ml-20 {
  margin-left: -20px !important;
}

ul.theme-top-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}

ul.theme-top-menus li {
  margin-right: 20px;
  width: 120px;
}

ul.theme-top-menus li:last-child {
  margin-left: auto;
  width: auto;
}

.theme-menu-item {
  padding: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.theme-top-menus img {
  width: 100%;
}

.theme-top-menus .theme-menu-item .mthumb2 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 160px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.theme-top-menus .theme-menu-item .mthumb2:hover .mlink, .theme-top-menus .theme-menu-item .mthumb2.active .mlink {
  background-color: rgba(0, 110, 255, 0.8);
  bottom: 0px;
  padding: 71px;
}

.theme-top-menus .mlink {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  display: block;
  font-size: .8em;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 10px;
  position: relative;
  bottom: -122px;
}

.theme-menu-item .mthumb2:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #000;
          box-shadow: 0 2px 10px #000;
}

.theme-bg-left {
  z-index: 1;
  background-position: left bottom;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

.theme-bg-right {
  z-index: 1;
  background-position: right bottom;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

.theme-bg-whole {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.account-section {
  position: relative;
}

.account-section .container {
  z-index: 2;
  position: relative;
}

.timeline a[aria-expanded="true"] {
  color: #035ccc;
  background: none;
}

.timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .timeline {
    .post-li {
        display: flex;
        justify-content: center;
    } 
} */
.accnt-h2 {
  font-size: 1em;
  font-weight: bold;
  color: #444444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#ol-list-dv {
  min-width: 250px;
  max-width: 250px;
  background-color: #e8e8e8;
  color: #444444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid #cdcdcd;
  -webkit-transition: none;
  transition: none;
}

#ol-list-dv ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#ol-list-dv .lblshow {
  width: 50px;
  float: left;
}

#ol-list-dv .selfilter {
  width: 150px;
  float: left;
}

#ol-list-dv #search-ol {
  border-bottom: 1px solid #a5a5a5;
}

#ol-list-dv img {
  width: 30px;
  height: 30px;
}

#ol-list-dv ul {
  font-size: 14px;
  list-style-type: none;
  padding-left: 15px;
}

#ol-list-dv ul li {
  margin-bottom: 10px;
}

#ol-list-dv ul li img {
  margin-left: 8px;
  margin-right: 8px;
}

/*vince*/
.title:hover {
  text-decoration: underline;
}

.saved_img {
  margin: 10px;
  width: auto;
  height: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cursor-pointer {
  cursor: pointer;
}

.silver {
  background: #d7d7d7;
}

.thumbnail_property {
  height: 120px;
  width: 100%;
}

.profile_let {
  position: absolute;
  top: 20%;
  left: 28%;
  /*background-color: black;*/
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50pt;
}

.client_dev {
  max-width: 80px;
}

.dev_logo {
  width: 90px !important;
  margin: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.75);
}

.banner_devs_landing {
  height: 460px !important;
  background-position: center;
  background-size: cover;
}

.devs_bg {
  background-image: url("../images/devs.jpg");
}

.dev_text {
  color: #ffffff;
  text-shadow: -1px 2px 0px black;
  position: absolute;
  top: 380px;
}

@media screen and (max-width: 411px) and (max-height: 731px) {
  .dev_text {
    top: 260px;
  }
}

@media screen and (max-width: 414px) and (max-height: 736px) {
  .dev_text {
    top: 280px;
  }
}

@media screen and (max-width: 360px) {
  .dev_text {
    top: 200px;
  }
}

.testi-img {
  max-width: 64px;
}

#properties_list {
  min-width: 600px !important;
}

.badge {
  background-color: #b61827 !important;
}

.broker-left {
  background-color: #0e3054;
}

.broker-right {
  background-color: #2c82c8;
  padding-left: 7px !important;
  -webkit-clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0 100%);
}

.properties-section {
  background-color: #f5f5f5;
  z-index: 1 !important;
  overflow: hidden !important;
  position: relative;
}

.properties-section .sect-h2 {
  color: #4e4e4e;
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 2.5em;
}

.properties-section .sect-subheading {
  font-family: 'Poppins',sans-serif;
}

.properties-section ul {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 100px;
  margin-bottom: 60px !important;
}

.properties-section .paginate_button a {
  color: #9a9a9a;
  background-color: transparent;
  border-color: transparent;
  height: 34px;
  width: 34px;
  margin: 3px;
}

.properties-section .paginate_button.previous.disabled > a {
  color: #ddd !important;
}

.properties-section .paginate_button.previous > a {
  color: #21ab00 !important;
  width: auto;
}

.properties-section .paginate_button.next.disabled > a {
  color: #ddd !important;
}

.properties-section .paginate_button.next a {
  color: #21ab00 !important;
  width: auto;
}

.properties-section .pagination > .active > a, .properties-section .pagination > .active > a:focus, .properties-section .pagination > .active > a:hover, .properties-section .pagination > .active > span, .properties-section .pagination > .active > span:focus, .properties-section .pagination > .active > span:hover {
  color: #fff !important;
  background-color: #035ccc !important;
  border-color: transparent;
  border-radius: 100px;
  height: 34px;
  width: 34px;
  margin: 3px;
  text-align: center;
}

.agent-photo img {
  border-radius: 50% !important;
  border: 3px solid #035ccc;
}

.table {
  background: #ffffff;
}

.link_name:hover {
  color: #035ccc;
  text-decoration: underline;
}

.update-profile-pic {
  position: absolute;
  margin-top: -20px;
}

.update-company-pic {
  /*rey*/
  position: relative;
  left: 168px;
  top: -20px;
}

.bio_th {
  background-color: #1a4e79;
}

.bio_td {
  background-color: #ffffff;
}

.contact_td {
  background-color: #ffffff;
}

.company-patch {
  border-radius: 50%;
  max-height: 70px;
  margin-top: -70px;
  margin-left: 100px;
  position: absolute;
  border: 3px solid #1a4e79;
  background-color: #ffffff;
}

.top-profile {
  background-color: #035ccc;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-message {
  border-radius: 50%;
  border: 1px #035ccc solid;
}

.message_cont:hover {
  background-color: #f9f9f9;
}

#message_list {
  margin-right: 10px;
}

#message_list_wrapper .dataTables_filter, #message_list_wrapper .dataTables_info {
  display: none;
}

/*rey, fix so we do not need to disable bfilter for filtering, just hide it */
.inquiries_img {
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inquiry-btn {
  background-color: #457fb7;
  color: #ffffff;
}

/*.unread-btn { color: #ffffff }*/
.inquiries_cont {
  border: 1px #b7b7b7 solid;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  /*added by rey*/
}

/*added by rey*/
.inquiries_cont:hover {
  background-color: #f9f9f9;
}

.news_upate {
  background-color: #ffffff;
  min-height: 700px;
}

.bar-mem {
  color: #fff;
  border-radius: 25px;
  margin: 0px 30px;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.silver-mem {
  background-image: url("../images/bg-silver.jpg");
  border: 2px #7d7d7d solid;
}

.plat-mem {
  background-image: url("../images/bg-plat.jpg");
  border: 2px #131313 solid;
}

.gold-mem {
  background-image: url("../images/bg-gold.jpg");
  border: 2px #e79e00 solid;
}

.silver-btn {
  background: #3f3f3f;
  background: -webkit-gradient(linear, left bottom, left top, from(#3f3f3f), to(#969696));
  background: linear-gradient(0deg, #3f3f3f 0%, #969696 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f",endColorstr="#969696",GradientType=1);
  border: solid #434343 1px;
  margin: 15px auto;
}

.silver-btn:active {
  background: #969696;
  background: -webkit-gradient(linear, left bottom, left top, from(#969696), to(#3f3f3f));
  background: linear-gradient(0deg, #969696 0%, #3f3f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#969696",endColorstr="#3f3f3f",GradientType=1);
}

.plat-btn {
  background: #0f0f0f;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), to(#454545));
  background: linear-gradient(0deg, #0f0f0f 0%, #454545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0f0f",endColorstr="#454545",GradientType=1);
  border: solid #434343 1px;
  margin: 15px auto;
}

.plat-btn:active {
  background: #454545;
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(#0f0f0f));
  background: linear-gradient(0deg, #454545 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#454545",endColorstr="#0f0f0f",GradientType=1);
}

.gold-btn {
  background: #856400;
  background: -webkit-gradient(linear, left bottom, left top, from(#856400), to(#dca500));
  background: linear-gradient(0deg, #856400 0%, #dca500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#856400",endColorstr="#dca500",GradientType=1);
  border: solid #434343 1px;
  margin: 15px auto;
}

.gold-btn:active {
  background: #dca500;
  background: -webkit-gradient(linear, left bottom, left top, from(#dca500), to(#856400));
  background: linear-gradient(0deg, #dca500 0%, #856400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dca500",endColorstr="#856400",GradientType=1);
}

.mem-btn {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mem-btn:focus, .mem-btn:hover, .mem-btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mem-btn:hover {
  -webkit-box-shadow: 1px 1px 10px #000 !important;
          box-shadow: 1px 1px 10px #000 !important;
}

.mem-btn:focus {
  opacity: 1;
}

.mem-price {
  font-size: 55pt;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.membershp-pack {
  background-image: url("../images/member-pack.jpg");
  position: relative;
}

.backg-footer {
  background-color: #c8c8c8;
  background-image: url("../images/bldg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  /*    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);*/
}

.feabroker-photo img {
  max-width: 100px !important;
  max-height: 100px !important;
  border-radius: 50%;
}

.featured-broker img {
  max-width: 70px !important;
  max-height: 70px !important;
  border-radius: 50%;
  margin-top: 7px;
  border: solid white 1px;
}

.featured-developer img {
  max-width: 70px !important;
  max-height: 70px !important;
  margin-top: 7px;
  border: solid white 1px;
}

.feabroker-name {
  font-size: 17pt;
}

.feabroker-info {
  /*font-size: 17pt;*/
  margin: 0;
}

.heigth-100 {
  height: 100%;
}

.dashboard_boxes {
  /*margin-bottom: 30px;*/
  /* margin: 7px; */
}

.table_respond_scroll {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
}

.div_scroll {
  height: 800px;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

/*side navigation*/
.btn-info {
  background-color: #035ccc !important;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wrappe_serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background-color: #e8e8e8;
  color: #444444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

/* #sidebar.active {
    margin-left: -250px;
} */
#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  border-bottom: 1px solid #cdcdcd;
}

#sidebar ul li a:hover {
  color: #fff;
  background: #035ccc;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #ffffff;
  background: #035ccc;
}

/*a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}
*/
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  /*background: #4283b9;*/
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article, a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  padding: 20px 20px 0px 20px;
  min-height: 80vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-right: 1px solid #cdcdcd;
}

#content-public {
  padding: 20px 20px 0px 20px;
  min-height: 80vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background-color: #f5f5f5;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.navbar-btn {
  /* display: none; */
}

/*side navigation*/
.filter_btn_cont {
  margin-left: 10px;
}

.the_logo {
  /*padding-right: 50px !important;*/
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
  /*position: absolute;*/
  cursor: pointer;
}

.the_logo path {
  fill: #fff;
}

.the_logo_footer {
  /*padding-right: 50px !important;*/
  height: 50px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px;
  /*position: absolute;*/
  cursor: pointer;
}

.footer-text {
  text-align: left;
}

.follow-us {
  font-size: 18pt;
  margin-top: -10px !important;
}

.margin-tb {
  /*margin: 40px;*/
}

.search_spacing {
  padding: 3px !important;
}

#search_heading {
  margin-top: 20px !important;
  color: #21ab00;
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 4em;
}

.search_spcng {
  padding: 3px;
}

#property-type-id {
  margin-bottom: 5px;
}

.search_text {
  text-align: right;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.ss_med_2 {
  display: none;
}

.ss_med_1 {
  display: block;
}

.filter-txt {
  font-size: 13pt;
}

.margin-tb-cont {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.contact_group_v2_cat {
  /* float: right;
    margin-right: -60px; */
}

.link-u-hover:hover {
  text-decoration: underline !important;
}

/*responsive to device*/
@media screen and (max-width: 1657px) {
  .solid-footer {
    min-height: 140px;
  }
}

@media screen and (max-width: 1600px) {
  /* .search-top-container,.container-fluid-v2 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    } */
}

@media screen and (max-width: 1560px) {
  /*    .margin-foo-l{
        margin-left: -50px;
    }*/
  .filter_btn_cont {
    margin-left: 0px;
  }
  .filter_btn_m {
    margin-bottom: 10px;
  }
  .filter-size {
    width: 50% !important;
    margin: 0 auto;
  }
  .filter_v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .filter_v22 {
    display: none;
    width: 100%;
  }
  .Aligner {
    display: block !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1440px) and (max-height: 800px) {
  .testimonials figure::before {
    right: 93% !important;
  }
  .footer-text {
    font-size: 11pt;
    text-align: left;
  }
  .thumbnail_property {
    height: 100px;
    width: 100%;
  }
  .slider.slider-horizontal {
    width: 400px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
  .ss_med_2 {
    display: block;
  }
  .ss_med_1 {
    display: none;
  }
  .filter-size {
    width: 70% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1520px) {
  .menu-sub {
    display: none !important;
  }
  .arrowsub {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  .sect-subheading {
    font-size: 15pt;
  }
  #search_heading {
    font-size: 4em;
  }
}

@media screen and (max-width: 1350px) {
  .slider.slider-horizontal {
    width: 400px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1230px) {
  .slider.slider-horizontal {
    width: 400px !important;
  }
  /* #property-specs-section {
        padding: 0 20px;
    } */
}

@media screen and (max-width: 331px) {
  #search_heading {
    margin-top: 75px !important;
    font-size: 1.65em !important;
    text-align: center;
  }
  #search_sub_heading {
    text-align: center;
  }
}

@media (min-width: 331px) and (max-width: 424px) {
  #search_heading {
    margin-top: 75px !important;
    font-size: 1.95em !important;
    text-align: center;
    max-width: 315px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #search_sub_heading {
    text-align: center;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  #search_heading {
    margin-top: 75px !important;
    font-size: 2.3em !important;
    text-align: center;
  }
  #search_sub_heading {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .slider.slider-horizontal {
    width: 310px !important;
  }
  .solid-footer {
    min-height: 250px;
  }
  .profile_let {
    top: 20%;
    left: 9%;
  }
  .feabroker-name, .feabroker-info {
    text-align: center;
  }
  .broker-right {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  .contact_td {
    font-size: 11pt;
  }
  .contact-info {
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .footer-listings {
    display: none;
  }
  .footer-text {
    text-align: center;
  }
  .testimonials figure::before {
    right: 97% !important;
  }
  #search_heading {
    font-size: 3em;
  }
  #search_heading .char29 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #header_arrow {
    width: 25em !important;
  }
  .the_logo {
    position: absolute;
  }
  .log_name {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dropdown-log {
    padding-top: 0;
    padding-bottom: 0;
  }
  .search_text {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  div.baboy_sale {
    right: 5% !important;
  }
  div.baboy_rent {
    right: 5% !important;
  }
  .filter-size {
    width: 80% !important;
    margin: 0 auto;
  }
  .testimonials figure::before {
    opacity: 0;
  }
  .margin-tb {
    margin: 40px;
  }
  .margin-tb-cont {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
  .desc-divider-x {
    display: block !important;
    margin-bottom: 20px;
  }
  .desc-divider {
    display: none;
  }
  .prop-contact-divider {
    border-right: 0px !important;
  }
  .contact_group_text {
    padding: 0 40px;
  }
  .filter_v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter_v22 {
    display: none;
  }
  .Aligner {
    display: block !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-filter-submit-class {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .slider.slider-horizontal {
    width: 630px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .side_bg {
    display: none;
  }
  .wrappe_serv {
    display: block;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .search_spcng {
    padding: 5px 10px;
  }
  div#cny_chinese {
    margin-top: -40px;
  }
  .inquiries_img {
    height: 200px;
  }
  .profile_let {
    top: 20%;
    left: 50px;
  }
  .sect-h2 {
    font-size: 23pt;
  }
  .sect-subheading {
    font-size: 15pt;
  }
  .bar-mem {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .arrow-offertype {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    /* margin-top: 20px; */
  }
  .property_comp {
    margin: 0 auto !important;
  }
  .left-about {
    background: #F6F6F6;
    background-image: none !important;
  }
  .right-about {
    background: #21ab00;
    background-image: none !important;
  }
  .search-offertype {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
}

@media screen and (max-width: 983px) {
  .prev-custom {
    margin-left: 0%;
  }
  .next-custom {
    margin-right: 0%;
  }
}

@media screen and (max-width: 979px) {
  /*    .site-footer {
        height: 115px;
        margin-bottom: -50px;
    }*/
}

@media screen and (max-width: 844px) {
  .thumbnail_property {
    height: 80px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .slider.slider-horizontal {
    width: 650px !important;
  }
  .filter-size {
    width: 50% !important;
    margin: 0 auto;
  }
  .testi-approved, .testi-pending {
    max-width: 400px;
    margin: 0 auto;
  }
  .mv_about {
    font-size: 15pt;
  }
  .p_text {
    font-size: 10.5pt;
  }
  .mem-t-1 {
    font-size: 23pt;
  }
  .mem-t-2 {
    font-size: 15pt;
  }
  .mem-price {
    font-size: 40pt;
  }
  .mem-btn {
    font-size: 10pt;
  }
  .right-about, .left-about {
    display: block !important;
    text-align: center !important;
    padding-top: 20px;
  }
  .left-about img {
    position: relative !important;
  }
  .Aligner {
    display: block !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .location-bcV2-btn {
    display: block;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  .vcenter {
    text-align: center;
    display: inline-block;
    /* vertical-align: middle; */
    float: none !important;
  }
}

@media screen and (max-width: 698px) {
  .slider.slider-horizontal {
    width: 560px !important;
  }
  div.baboy_sale {
    right: 0 !important;
    bottom: 68%;
  }
}

@media screen and (max-width: 654px) {
  .solid-footer {
    min-height: 280px;
  }
}

@media screen and (max-width: 650px) {
  .sect-h2 {
    font-size: 6.3vw !important;
  }
  .tab_navi {
    font-size: 10pt !important;
    margin-right: 0px !important;
    margin-left: 10px !important;
  }
  .sect-subheading {
    font-size: 11pt;
  }
  .thumbnail_property {
    height: 60px;
    width: 100%;
  }
  .filter-size {
    width: 80% !important;
    margin: 0 auto;
  }
  .slider.slider-horizontal {
    width: 1500px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 530px) {
  .ss_med_2 {
    display: block;
  }
  .ss_med_1 {
    display: none;
  }
  .mem-t-1 {
    font-size: 18pt;
  }
  .mem-t-2 {
    font-size: 11pt;
  }
  .mem-price {
    font-size: 25pt;
  }
  .mem-btn {
    font-size: 10pt;
  }
  .ritemv2 .rcard {
    height: 300px;
    /*margin: 0px -20px;*/
  }
  .company-patch {
    border-radius: 50%;
    max-height: 60px;
    margin-top: -60px;
    margin-left: 80px;
    position: absolute;
    border: 3px solid #1a4e79;
    background-color: #ffffff;
  }
  .update-company-pic {
    /*rey*/
    position: relative;
    left: 130px;
    top: -20px;
  }
  .custom-list {
    margin: 50px 0px;
  }
  .img-services {
    margin: 50px 0px;
  }
}

@media screen and (max-width: 500px) {
  .thumbnail_property {
    height: 50px;
    width: 100%;
  }
  .contact_group_text {
    padding: 0px;
  }
  .contact_group {
    padding: 0px;
  }
  .slider.slider-horizontal {
    width: 330px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
  .filter-size {
    width: 100% !important;
    margin: 0 auto;
  }
  .glitch_scroll {
    width: 330px;
    overflow-x: auto;
    border: 1px solid gray;
  }
}

@media screen and (max-width: 400px) {
  .inquiries_cont h4 {
    font-size: 10pt;
  }
  .inquiries_cont h5 {
    font-size: 8pt;
  }
  .inquiries_cont button {
    font-size: 8pt;
    text-align: right;
  }
  .featured-broker {
    padding-right: 7px;
  }
  .glitch_scroll {
    width: 280px;
    overflow-x: auto;
  }
  .triangle-tooltip-agent-search {
    border-color: transparent transparent transparent !important;
    border-style: solid;
    border-width: 0px 10px 14px 10px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -12px;
    left: 63px;
    z-index: 1000;
  }
  .triangle-tooltip-agent-search-after {
    border-color: transparent transparent !important;
    border-style: solid;
    border-width: 0px 10px 15px 10px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -15px;
    left: 63px;
    z-index: 1100;
  }
  .prev-custom {
    margin-left: 0%;
  }
  .next-custom {
    margin-right: 0%;
  }
}

@media screen and (max-width: 387px) {
  .solid-footer {
    min-height: 290px;
  }
}

@media screen and (max-width: 380px) {
  .slider.slider-horizontal {
    width: 270px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
  .glitch_scroll {
    width: 230px;
    overflow-x: auto;
  }
}

@media screen and (max-width: 350px) {
  .slider.slider-horizontal {
    width: 220px  !important;
    margin-right: 20px;
    margin-left: 10px;
  }
}

/*chat vince*/
/*icons*/
/*icons*/
.l_c_h {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #fff;
  border-radius: 3px;
  z-index: 5000;
  display: block;
  border-radius: 10px 10px 0 0;
}

.l_c_h .c_h {
  cursor: pointer;
  line-height: 34px;
  border-radius: 10px 10px 0 0;
}

.l_c_h .left_c {
  color: #444444;
  background-color: #bbbbbb;
  width: 150px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.l_c_h .right_c {
  text-align: center;
  background: #444444;
  line-height: 36px;
  width: 40px;
  border-radius: 10px 0 0 0;
}

.l_c_h .right_c a {
  color: #ebebeb;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  cursor: pointer !important;
  font-size: 16px;
  line-height: normal !important;
  margin-top: 0 !important;
  padding: 1px 0px !important;
  text-align: center !important;
  text-decoration: none;
  font-weight: 600;
}

.clear {
  clear: both;
}

.chat_container {
  /*        display:none;*/
  /*padding:5px 26px;*/
  background-color: #e8e8e8;
}

.chat_container .no_provider {
  text-align: left;
  color: #5E5652;
  font-size: 12px;
  width: 300px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

.chat_container .footer_c {
  text-align: left;
  color: #5E5652;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.chat_container .footer_c a {
  text-decoration: underline;
  color: #777;
  font-size: 11px;
}

.chat_container .chat_entry {
  margin: 10px;
  margin-top: 0px;
}

.chat_container .chat_entry p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.chat_container .chat_entry h4 {
  text-align: left;
  color: #1A1A1A;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0px;
}

.chat_container .chat_entry input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #999;
  font-size: 13px;
  padding: 8px 8px;
  margin-bottom: 5px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  /*     height:30px; */
  font-family: Arial, Helvetica, sans-serif;
}

.chat_container .chat_entry input[type="text"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  border-color: #66afe9;
}

.chat_container .chat_entry input[type="submit"] {
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  /*background-color: #DD4A4A;*/
  background-color: #2dc3e8 !important;
  font-family: Arial, Helvetica, sans-serif;
}

.chat_container .chat_entry input[type="submit"]:hover {
  background-color: #C64545;
}

.form-error {
  display: none;
}

.chat_message {
  height: 250px;
  overflow-y: scroll;
  padding: 10px;
  border-bottom: 1px solid #222222;
  padding-top: 10px;
}

.chat_message .message_contain {
  margin: 5px;
  background: #FCF8E2;
  padding: 5px;
}

.chat_message .user_message {
  background: #F5F5F5;
}

.chat_message .message_contain .header_image {
  float: left;
  width: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.chat_message .message_contain .chat_mess {
  font-size: 13px;
  color: #444444;
  margin-top: 0px;
}

.chat_message .message_contain .chat_date {
  color: #777;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.chat_text_area {
  margin: 5px;
}

.chat_text_area .messag_send {
  width: 100%;
  resize: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  padding: 5px;
  font-size: 13px;
  height: 35px;
}

.chat_text_area .messag_send:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  border-color: #66afe9;
}

.left {
  float: left;
}

.right {
  float: right;
}

.left_icons {
  width: 35px;
  height: auto;
  text-align: center;
  color: #999;
  /*background:#DE4A4A;*/
  background: #ff8f32;
  font-size: 15px;
}

.left_icons a {
  color: #fff;
  font-weight: normal;
}

.center_icons {
  text-align: center;
  padding: 2px 0px 0px 5px;
}

.logout img {
  margin-top: 8px;
}

.arrow-offertype {
  background: url("../images/arrow-offer.png") transparent no-repeat top left;
  background-size: cover !important;
  background-position: center;
  width: 118px;
  height: 36px;
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin-left: -20px;
}

.arrow-offertype-2nd {
  background: url("../images/arrow-offer.png") transparent no-repeat top left;
  background-size: cover !important;
  background-position: center;
  width: 118px;
  height: 36px;
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin-left: -20px;
  margin-top: 50px;
  display: none;
}

.prop-spec-counts {
  text-align: center;
  line-height: 34px;
}

.prop-spec-counts .eh-fa {
  color: #333 !important;
}

.spec-count {
  font-size: 1.5em;
  font-weight: bold;
  color: #333 !important;
  display: block;
}

.spec-count-ext {
  display: block;
}

.prop-spec-counts .ico-count {
  color: #88bb40;
}

#property-about-user .link-profile {
  font-size: 2em;
  font-weight: bold;
}

#property-desc-section {
  color: #686868;
  position: relative;
  padding-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  min-height: 350px;
  background-image: url("../images/v2/agent_profile_banner.jpg");
  background-attachment: fixed;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#property-desc-section .sec_div {
  padding-left: 10px;
  padding-right: 10px;
}

#property-desc-section .desc-card {
  height: 400px;
  border-radius: 20px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}

#property-desc-section .desc-card .desc-icon-1 {
  border: 4px #FFFFFF solid;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 14px;
  padding-bottom: 15px;
  border-radius: 40px;
  text-align: center;
  color: #21ab00;
}

#property-desc-section .desc-card .desc-icon {
  border: 4px #FFFFFF solid;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 14px;
  padding-bottom: 15px;
  border-radius: 40px;
  text-align: center;
  color: #21ab00;
}

#property-desc-section .desc-card h3 {
  font-weight: 600;
  color: #fff;
}

#property-desc-section ul {
  padding: 20px;
  list-style-type: none;
  line-height: 2em;
  max-height: 220px;
  overflow-x: auto;
}

#property-desc-section ul > li {
  font-size: 1em;
  color: #fff;
}

#property-desc-section ::-webkit-scrollbar {
  width: 5px;
}

#property-desc-section ::-webkit-scrollbar-track {
  background: #424242;
}

#property-desc-section ::-webkit-scrollbar-thumb {
  background: #727272;
}

#property-desc-section ::-webkit-scrollbar-thumb:hover {
  background: #21ab00;
}

.prop-desc-accordion-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  -webkit-transition: height;
  transition: height;
}

#property-desc-section h4 {
  font-size: 2.2em;
}

.desc-divider {
  height: 250px;
  background: white;
  width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
}

.desc-divider-x {
  height: 2px;
  background: white;
  width: 100% !important;
  display: none;
  margin-top: 38px;
}

div.bottom-line {
  border-top: 1px solid #fff;
  text-align: center;
  padding-top: 10px;
}

.about-user-company-divider {
  border-left: 2px solid #88bb40;
}

/* #property-about-user {
    padding-top: 50px;
    padding-bottom: 50px;
} */
.agent-photoV2 img {
  border-radius: 50% !important;
  border: 3px solid #21ab00;
}

.agent-photoV2 {
  border-radius: 50%;
}

.agent-photoV2-prop img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  /* float: right; */
}

.agent-photoV2-large {
  min-width: 200px;
  min-height: 200px;
  margin-bottom: 20px;
}

.agent-photoV2 img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* test rey to be removed soon because it's being stretched*/
  min-width: 80px;
  min-height: 80px;
}

.blue-icon {
  color: #035ccc !important;
}

.green-icon {
  color: #21ab00 !important;
}

#property-about-user .company-info p {
  font-size: 2em;
  font-weight: bold;
  margin-left: 20px;
}

#property-about-user {
  color: #333333;
}

i.certified-user-icV2 {
  display: inline-block;
  background-image: url(../images/certified.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 100px;
  margin-right: 3px;
  margin-bottom: -4px;
  font-size: 16px;
}

#property-about-user .link-profilelink-profile {
  font-size: 2em;
  font-weight: bold;
}

#property-about-user .member-since-ico {
  font-size: 1.2em;
}

#property-desc-social h4 {
  font-size: 2.2em;
}

#property-social-section {
  text-align: center;
}

.sectionV2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sectionV2 h4 {
  font-size: 2.2em;
  text-align: center;
  color: #fff;
}

.rline-white {
  width: 120px;
  background: #fff;
  height: 5px;
  border: none;
  margin: 5px;
  display: inline-block;
  margin-bottom: 30px;
}

#property-social-section .at-style-responsive .at-share-btn {
  margin: 0 20px !important;
}

#property-mort-calc h4 {
  color: #333;
  font-size: 1.8em;
  margin-bottom: 20px;
}

#property-mort-calc {
  padding-bottom: 60px;
}

#property-mort-calc .monthly-boxV2 {
  color: #21ab00;
  padding: 25px 20px;
  border: #979797 1px solid;
}

.the_agents {
  background-color: #F6F6F6;
  border-top: #979797 1px solid;
  border-bottom: #979797 1px solid;
}

.monthly-boxV2 label {
  color: #333;
}

#property-contact-broker {
  background-color: rgba(0, 0, 0, 0.5);
}

.prop-contact-divider {
  border-right: 3px solid #88bb40;
}

.link-profile:hover {
  text-decoration: underline;
}

.link-profile-contact {
  font-size: 1.4em;
  font-weight: bold;
}

.link-profile-contact:hover {
  text-decoration: underline !important;
}

#property-contact-broker .contact-left-info {
  color: #fff;
  font-size: .9em;
}

.location-bc-v2 {
  display: table;
  margin: 25px auto;
}

#property-similar h4.prop-similar-heading {
  font-size: 2.2em;
  font-weight: bold;
  color: #0b77be;
}

.btn-blueV2 {
  display: inline-block;
  height: 34px;
  width: 100%;
  border-radius: 0;
  background-color: #0b77be;
  font-weight: bold;
  text-transform: uppercase;
}

#prop-slider {
  position: relative;
}

.owl-nav {
  font-size: 5em;
  color: #88bb40;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: .2em;
  left: -0.8em;
  display: block !important;
  border: 0px solid black;
  outline: none;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: .2em;
  right: -0.4em;
  display: block !important;
  border: 0px solid black;
  outline: none;
}

#prop-slider-section {
  border-top: 1px solid #707070;
  min-height: 70vh;
  position: relative;
  background-attachment: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
}

#prop-slider-section .shade-slider {
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 18px;
}

.location-bcV2-btn {
  display: table;
  /* margin: 20px auto;  */
  float: right;
}

.location-bcV2 {
  display: table;
  margin: 25px auto;
}

.location-bcV2 li {
  padding-left: 18px;
  padding-right: 18px;
  border-right: 2px solid #333;
  font-weight: bold;
  color: #035ccc;
}

.location-bcV2 li:last-child {
  border-right: none;
}

.location-bcV2 li a:hover {
  text-decoration: underline;
}

#prop-slider .item {
  height: 9em;
}

.prop-video video {
  width: 100%    !important;
  height: auto   !important;
}

.prop-video iframe {
  width: 100%    !important;
  height: 100%   !important;
}

/* earthauz v2 updates */
.property_comp {
  max-height: 200px;
  margin-left: 2em;
}

.comp-text {
  margin-top: 20px;
}

.left-about {
  background: url("../images/v2/about_arrow_left.png") right center no-repeat #F6F6F6;
  background-size: contain;
}

.right-about {
  background: url("../images/v2/about_arrow_right.png") left center no-repeat #21ab00;
  background-size: contain;
  margin-left: -1px;
  padding-right: 2em;
}

.btn-heart {
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent !important;
  border: none;
  outline: none;
  font-size: 3em;
  color: #5e5e5e;
}

.spec-count-sqm {
  /* margin: 0 !important;
    padding: 0 !important; */
}

.spec-count-all {
  margin-bottom: -7px;
}

.btn-heart:hover {
  color: #035ccc;
}

.search-v2 .graybg {
  background-color: #096caf;
  background: url(../images/v2/agent_profile_banner.jpg) no-repeat center center fixed;
  background-size: cover;
}

ul.search-offertype {
  padding: 0;
  margin-left: 90px;
  margin-bottom: 5px;
}

ul.search-offertype li {
  display: inline-block;
  list-style-type: none;
}

ul.search-offertype li a {
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

ul.search-offertype li:nth-child(2) {
  padding-left: 20px;
}

ul.search-offertype li a {
  -webkit-transition: none;
  transition: none;
}

ul.search-offertype li.active a {
  border-bottom: #21ab00 2px solid;
}

ul.search-offertype li a:hover {
  border-bottom: #21ab00 2px solid;
}

.search-location {
  font-size: 15px;
}

.offer-type-text {
  text-transform: uppercase;
  font-size: 12px;
}

.search-form {
  display: inline-block;
}

.search-form > input {
  width: 200px;
}

.search-form > button {
  width: 100px;
}

/*custom sliders*/
#slider12c .slider-selection {
  background: #01c5c5;
}

#bathroom_label {
  width: 100px;
  padding-right: 15px;
}

.slider-handle {
  background-color: #01c5c5 !important;
  background-image: none !important;
}

.slider.slider-horizontal .slider-track {
  height: 6px !important;
  margin-top: -3px !important;
}

.custom-carousel-item {
  height: 60vh;
}

.dev-carousel-item {
  background-size: cover;
  background-position: bottom;
}

.agent-search-bar {
  max-width: 800px;
}

.agent-search-bar-height {
  height: 50px;
}

.triangle-tooltip-agent-search {
  border-color: transparent #d8d8d8 #fff;
  border-style: solid;
  border-width: 0px 10px 14px 10px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -12px;
  left: 85px;
  z-index: 1000;
}

.triangle-tooltip-agent-search-after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 0px 10px 15px 10px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -15px;
  left: 85px;
  z-index: 1100;
}

.list-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feat_agents_blue {
  color: #035ccc;
  text-transform: uppercase;
  font-weight: 600;
}

.feat_agents_blue .sort-by-agents {
  color: #666;
}

.featured-agents-card {
  height: auto;
  border: 1px solid #c3c3c3;
  border-radius: 3px 3px 0 0;
}

.featured-agents-card-bottom {
  height: 70px;
  border: 1px solid #096caf;
  background-color: #096caf;
  border-radius: 0 0 3px 3px;
}

.featured-agents-card-bottom > p {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.featured-agents-dashed-row {
  height: auto;
  border-bottom: 1px dashed #c3c3c3;
}

.featured-agents-dashed-row:first-child {
  /* border-top: 1px dashed #c3c3c3; */
}

.featured-agents-dashed {
  border-top: 1px dashed #c3c3c3;
}

.feat-agent-tbl-photo {
  max-width: 100px;
  border-radius: 500px;
  padding: 10px;
}

.star-span > .fa-star {
  color: #21ab00;
}

.agent-detail-tbl-container {
  /* position: absolute;
    top:10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; */
}

.agent-comment-date {
  font-size: 11px;
  font-weight: 600px;
  color: #096caf;
}

.custom-tick-start {
  font-size: 12px;
  position: inherit;
  top: -10px;
  z-index: 99;
  left: -15px;
  color: #fff;
}

.custom-tick-end {
  font-size: 12px;
  position: inherit;
  top: -10px;
  z-index: 99;
  right: -15px;
  color: #fff;
}

section.hot-deals {
  position: relative;
  overflow: hidden;
  /* animate the drops*/
}

section.hot-deals .drop {
  background: -moz-linear-gradient(top, #0d343a 0%, rgba(255, 255, 255, 0.6) 100%);
  width: 1px;
  height: 89px;
  position: absolute;
  bottom: 200px;
  -webkit-animation: fall 2s linear infinite;
  -moz-animation: fall 2s linear infinite;
}

@-webkit-keyframes fall {
  to {
    margin-top: 900px;
  }
}

@media (min-width: 1200px) {
  section.hot-deals {
    /*
        .basket-left {
            position: absolute;
            background: url('../images/hot_deals/flores/sprite.png') -8px -354px no-repeat;
            width: 83px;
            height: 166px;
            top: 0;
            left: 50px;
            animation: swing ease-in-out 1s infinite alternate;
            transform-origin: center -50px;
        }

        .basket-right {
            position: absolute;
            background: url('../images/hot_deals/flores/sprite.png') -102px -353px no-repeat;
            width: 82px;
            height: 168px;
            top: 0;
            right: 50px;
            animation: swing ease-in-out 1s infinite alternate;
            transform-origin: center -50px;        
        }

        .basket-square-left {
            position: absolute;
            background: url('../images/hot_deals/flores/sprite.png') -466px 0 no-repeat;
            width: 70px;
            height: 200px;
            top: 0;
            left: 150px;
            animation: swing2 ease-in-out 1.5s infinite alternate;
            transform-origin: center -50px;        
        }
        
        .basket-square-right {
            position: absolute;
            background: url('../images/hot_deals/flores/sprite.png') -545px 0 no-repeat;
            width: 71px;
            height: 200px;
            top: 0;
            right: 150px;
            animation: swing2 ease-in-out 1.5s infinite alternate;
            transform-origin: center -50px;            
        }

        

        .fall1 {
            background: url('../images/hot_deals/flores/falling/flower.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }
        .fall2 {
            background: url('../images/hot_deals/flores/falling/flower2.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }
        .fall3 {
            background: url('../images/hot_deals/flores/falling/flower3.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }
        .fall4 {
            background: url('../images/hot_deals/flores/falling/flower4.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }
        .fall5 {
            background: url('../images/hot_deals/flores/falling/flower5.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }
        .fall6 {
            background: url('../images/hot_deals/flores/falling/leaf.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }
        .fall7 {
            background: url('../images/hot_deals/flores/falling/leaf2.png') no-repeat;
            width: 100%;
            height: 100%;
            background-size: contain;
            display: block;
            position: absolute;
        }

        */
  }
  section.hot-deals .art-left {
    position: absolute;
    background: url("../images/hot_deals/july/sprite.png") 10px -281px no-repeat;
    background-size: 190% 125%;
    width: 50em;
    top: 25px;
    height: 670px;
    bottom: 0px;
    left: -10px;
  }
  section.hot-deals .plane-left {
    position: absolute;
    background: url("../images/hot_deals/july/sprite.png") -1133px 0 no-repeat;
    width: 142px;
    height: 185px;
    bottom: 30px;
    left: 10%;
  }
  section.hot-deals .plane-right {
    position: absolute;
    background: url("../images/hot_deals/july/sprite.png") -975px 0 no-repeat;
    width: 150px;
    height: 190px;
    right: 6%;
    bottom: 5%;
    z-index: 99;
  }
  section.hot-deals .xy-center {
    position: absolute;
    background: url("../images/hot_deals/june/xy.gif") no-repeat;
    width: 300px;
    height: 100px;
    left: 50%;
    right: 50%;
    bottom: 0px;
  }
  section.hot-deals .flask-right {
    position: absolute;
    background: url("../images/hot_deals/june/flask.gif") no-repeat;
    width: 100px;
    height: 100px;
    right: -10px;
    top: 35%;
  }
  section.hot-deals .art-right {
    position: absolute;
    background: url("../images/hot_deals/july/sprite.png") -788px -281px no-repeat;
    background-size: 208% 120%;
    width: 45em;
    top: 59px;
    height: 700px;
    bottom: 0;
    right: -10px;
  }
  section.hot-deals .art-top-left {
    position: absolute;
    background: url("../images/hot_deals/july/sprite.png") -975px 0 no-repeat;
    width: 150px;
    height: 190px;
    top: 17%;
    left: 15%;
  }
  section.hot-deals .art-top-right {
    position: absolute;
    background: url("../images/hot_deals/july/sprite.png") -1133px 0 no-repeat;
    width: 142px;
    height: 185px;
    top: 30px;
    right: 25%;
  }
  section.hot-deals .animated-leaves {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
}

section.hot-deals::before {
  position: absolute;
  background: url("../images/hot_deals/flores/sprite.png") -699px -301px no-repeat;
  bottom: 0;
  left: 0;
  width: 301px;
  height: 269px;
  content: "";
  display: block;
}

section.hot-deals::after {
  position: absolute;
  background: url("../images/hot_deals/flores/sprite.png") -693px -15px no-repeat;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 257px;
  content: "";
  display: block;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@-webkit-keyframes swing2 {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

@keyframes swing2 {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

section.hot-deals .item {
  padding-top: 50px;
  padding-bottom: 65px;
  position: relative;
  /*

        &::before {
            top: 20px;
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 130px;
            background: url('../images/hot_deals/flores/box_top.png') no-repeat top center;
            background-size: contain;
            z-index: 2;
        }

        &::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 20px;
            width: 100%;
            height: 130px;
            background: url('../images/hot_deals/flores/box_bottom.png') no-repeat bottom center;
            background-size: contain;            
        }
        
        .leaves_left {
            position: absolute;
            background: url('../images/hot_deals/summer/summer_sprites.png') no-repeat -283px 0;
            bottom: 11px;
            width: 50px;
            height: 51px;
            z-index: 1;
            left: -11px;
        }

        .leaves_right {
            position: absolute;
            background: url('../images/hot_deals/summer/summer_sprites.png') no-repeat -171px 0;
            bottom: 11px;
            width: 50px;
            height: 51px;
            z-index: 1;
            right: -11px;            
        }

        */
}

section.hot-deals .item .top {
  left: 10% !important;
  width: 80%;
}

section.hot-deals .item .bottom {
  left: 10% !important;
  bottom: 0% !important;
  width: 80%;
}

section.hot-deals .item div.for_rent {
  position: absolute;
  z-index: 1;
  background: url("../images/hot_deals/july/sprite.png") -620px 0;
  background-repeat: no-repeat;
  width: 147px;
  height: 150px;
  right: -30px;
  bottom: -5%;
}

section.hot-deals .item div.for_sale {
  position: absolute;
  z-index: 1;
  background: url("../images/hot_deals/july/sprite.png") -474px 0;
  background-repeat: no-repeat;
  width: 147px;
  height: 150px;
  right: -30px;
  bottom: -5%;
}

section.hot-deals .ritemv2 .rcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.hot-deals .ritemv2 .rcard .rcard-inner-wrapper {
  width: 100%;
  height: 90%;
  position: relative;
}

section.hot-deals .ritemv2 .rcard .rcard-inner-wrapper .ritemv2-figure {
  overflow: hidden;
  height: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid #141414;
  border-radius: 20px;
}

section.hot-deals .ritemv2 .rcard .top {
  border-radius: 20px;
}

section.hot-deals .ritemv2 .rcard .bottom {
  border-radius: 20px;
}

@media (max-width: 1024px) {
  section.hot-deals .slider.slider-horizontal {
    width: 1300 !important;
  }
  section.hot-deals .chinese_guy {
    visibility: hidden;
  }
  section.hot-deals .cny_hot_deals_tag {
    visibility: hidden;
  }
  section.hot-deals .cny_lamp_left {
    visibility: hidden;
  }
  section.hot-deals .cny_lamp_right {
    visibility: hidden;
  }
  section.hot-deals .cny_cloud {
    visibility: hidden;
  }
}

section.hot-deals .featured-slider {
  position: relative;
}

section.hot-deals .hot_detals {
  top: -155px;
  position: absolute;
  background-repeat: no-repeat;
  background: url(../images/hot_deals/july/heading.png) no-repeat;
  background-size: cover;
  color: #b99d78;
  width: 360px;
  left: 50%;
  right: 50%;
  margin-top: 15px;
  margin-left: -175px;
  height: 68px;
}

@media (min-width: 1200px) {
  section.hot-deals .hot_detals {
    height: 210px;
    width: 385px;
    left: 50%;
    right: 50%;
    margin-left: -180px;
  }
}

section.hot-deals .rrt-carousel .carousel-left-control {
  color: #767676;
}

section.hot-deals .rrt-carousel .carousel-right-control {
  color: #767676;
}

section.hot-deals .ritemv2 .top h4.address {
  padding-left: 20px;
  padding-right: 20px;
}

section.hot-deals .hot-deals-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  section.hot-deals .hot-deals-container {
    width: 830px;
  }
}

@media (min-width: 992px) {
  section.hot-deals .hot-deals-container {
    width: 1050px;
  }
}

@media (min-width: 1200px) {
  section.hot-deals .hot-deals-container {
    width: 1330px;
  }
}

.property-video {
  margin-top: 1%;
  margin-bottom: 2%;
}

.view-all-text {
  font-size: 3em !important;
  top: 45% !important;
}

@media (min-width: 1475px) {
  .currency_icon {
    background: url("../images/v2/header_sprite.png");
    background-position-x: 5px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 270% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    left: -30px;
  }
}

@media (max-width: 1475px) {
  .currency_icon {
    background: url("../images/v2/header_sprite_mobile.png");
    background-position-x: 5px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 270% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    left: 10px;
  }
}

.affiliate_logo {
  -webkit-filter: grayscale(98%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(98%);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.affiliate_logo:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

#search_sub_heading {
  font-size: 1.25em;
  color: #fff;
}

#search_sub_heading span {
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .featured_property_tabs {
    width: 95vw;
    position: relative;
    right: 20%;
  }
}

.featured_property_tabs a {
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
  color: #c3c3c3;
  font-size: 1.275em;
}

.featured_property_tabs a:hover, .featured_property_tabs a.active {
  border-bottom: 3px solid #21ab00;
  color: #21ab00;
  cursor: pointer;
}

.properties-section {
  font-family: 'Poppins',sans-serif;
}

.properties-section .property-panel {
  height: 410px;
  max-height: 420px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*FOR SAFARI BROWSER*/
  /*FOR SAFARI BROWSER*/
}

.properties-section .property-panel .panel-body {
  max-height: 380px;
  padding: 0px !important;
}

.properties-section .property-panel .panel-body .prop_img {
  height: 240px;
  width: auto;
  max-height: 311px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
}

.properties-section .property-panel .img-overlay {
  color: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  position: relative;
  top: -240px;
  height: 240px;
  padding: 73px 20px 20px 20px;
  opacity: 0;
}

.properties-section .property-panel .img-overlay p {
  padding: 5px;
  border-bottom: .75px solid #fff;
}

.properties-section .property-panel .img-overlay p i {
  padding: 5px;
}

.properties-section .property-panel .img-overlay p span {
  font-size: 0.9em;
}

.properties-section .property-panel .img-overlay p:last-child {
  border-bottom: 0px;
}

.properties-section .property-panel .img-overlay.blue {
  background-color: rgba(0, 0, 0, 0.7);
}

.properties-section .property-panel .img-overlay.green {
  background-color: rgba(0, 0, 0, 0.7);
}

.properties-section .property-panel .img-overlay:hover {
  opacity: .975;
  cursor: pointer;
}

.properties-section .property-panel .prop_heading {
  position: relative;
  top: -240px;
  border-bottom: 2px dashed #d7d7d7;
  padding: 5px 5px 0px 5px;
  margin: 7px;
  margin-top: 5px;
  max-height: 80px;
}

@media (max-width: 1440px) {
  .properties-section .property-panel .prop_heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 425px) {
  .properties-section .property-panel .prop_heading h3 {
    padding: 5px 10px 0px 15px;
    font-size: .95em;
    margin-top: 0px;
    vertical-align: top;
  }
}

@media (max-width: 425px) {
  .properties-section .property-panel .prop_heading h3 {
    padding: 5px 10px 0px 15px;
    font-size: .75em;
    margin-top: 0px;
    vertical-align: top;
    overflow: hidden;
  }
}

.properties-section .property-panel .prop_heading h3 p {
  font-size: .75em;
  font-weight: 300;
}

.properties-section .property-panel .prop_banner_sale {
  position: absolute;
  top: 20px;
  left: 4px;
  color: #004ebc;
  content: ' ';
  width: 140px;
  height: 45px;
  background-color: #2c2c2c;
}

.properties-section .property-panel .prop_banner_sale span {
  padding: 12px 12px 12px 30px;
  position: absolute;
}

.properties-section .property-panel .prop_banner_sale::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.75px 8.5px 0;
  border-color: transparent #1c1b19 transparent transparent;
  content: ' ';
  position: absolute;
  top: 45px;
}

.properties-section .property-panel .prop_banner_rent {
  position: absolute;
  top: 20px;
  left: 4px;
  color: #21ab00;
  content: ' ';
  width: 140px;
  height: 45px;
  background-color: #2c2c2c;
}

.properties-section .property-panel .prop_banner_rent span {
  padding: 12px 12px 12px 30px;
  position: absolute;
}

.properties-section .property-panel .prop_banner_rent::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.75px 8.5px 0;
  border-color: transparent #1c1b19 transparent transparent;
  content: ' ';
  position: absolute;
  top: 45px;
}

.properties-section .property-panel .prop_avatar {
  border-radius: 100px;
  border: 3px solid #ededed;
  height: 65px;
  width: 65px;
  margin-bottom: 10px;
}

.properties-section .property-panel .prop_button {
  position: relative;
  top: -230px;
}

.properties-section .property-panel .prop_button a {
  width: 165px;
  background-color: #eeeeee;
  color: #666;
  border-radius: 50px;
  border: 0px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.075em;
}

.properties-section .property-panel .prop_button .sell:hover {
  background-color: #1c1b19;
  color: #fff;
}

.properties-section .property-panel .prop_button a:hover {
  background-color: #1c1b19;
  color: #fff;
}

.properties-section .not_available {
  color: #666;
}

.about_us_section {
  font-family: 'Poppins',sans-serif;
  height: 880px;
}

.about_us_section .side_bg {
  height: 880px;
  background-color: #666;
  background: url("../images/v2/about.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: left;
  background-repeat: no-repeat;
  content: '';
}

.about_us_section .site_content .artifact-1 {
  background: url("../images/v2/about_us_sprite.png");
  background-position-x: 0px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  position: relative;
  width: 60px;
  height: 55px;
  top: 0px;
  left: 0px;
}

.about_us_section .site_content .artifact-2 {
  background: url("../images/v2/about_us_sprite.png");
  background-position-x: -60px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 250% 100%;
  position: relative;
  width: 70px;
  height: 50px;
  top: 0px;
  left: -5px;
}

.about_us_section .site_content .artifact-3 {
  background: url("../images/v2/about_us_sprite.png");
  background-position-x: -145px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  position: relative;
  width: 65px;
  height: 55px;
  top: 0px;
  left: 0px;
}

.about_us_section .site_content .text_content {
  margin: 40px 80px 30px 20px;
}

.about_us_section .site_content h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #505050;
}

.about_us_section .site_content p {
  font-size: 1em;
  color: #868481;
  text-align: justify;
}

.about_us_section .site_content ul {
  font-size: 1em;
  color: #868481;
  padding-left: 0;
}

.about_us_section .site_content ul li {
  list-style: none;
}

.about_us_section .site_content h3 {
  color: #505050;
}

.about_us_section .about_col_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 10px;
}

.about_us_section .about_col_header h3 {
  margin-left: 10px;
  position: relative;
  top: -15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_us_section {
    height: auto;
  }
  .about_us_section h2 {
    text-align: center;
  }
  .about_us_section .site_content .text_content {
    margin: 40px 40px 30px 40px;
  }
  .about_us_section .site_content .about_heading {
    background-color: #eeeeee;
    padding: 10px;
    margin-bottom: 10px;
  }
  .about_us_section .site_content .about_heading .about_heading_icon {
    top: 15px;
    right: 15px;
    position: relative;
    color: #a1a1a1;
  }
  .about_us_section .site_content .artifact-1 {
    background: url(../images/v2/about_us_sprite.png);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 300% 100%;
    position: relative;
    width: 40px;
    height: 35px;
    top: 0px;
    left: 0px;
  }
  .about_us_section .site_content .artifact-2 {
    background: url(../images/v2/about_us_sprite.png);
    background-position-x: -42px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 250% 100%;
    position: relative;
    width: 50px;
    height: 35px;
    top: 0px;
    left: -5px;
  }
  .about_us_section .site_content .artifact-3 {
    background: url(../images/v2/about_us_sprite.png);
    background-position-x: -123px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 300% 100%;
    position: relative;
    width: 55px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
}

.about-us-banner {
  background-image: url("../images/v2/about-us-header.jpg");
  background-position-y: -560px;
}

.about-us-banner .overlay {
  height: inherit;
  background-color: rgba(112, 115, 114, 0.4);
}

.about-us-banner .overlay h2 {
  font-family: 'Poppins',sans-serif;
  padding-top: 240px;
  color: #fff;
  text-transform: uppercase;
}

section.about-us-page {
  font-family: 'Poppins',sans-serif;
  background-color: #fff;
}

section.about-us-page .svg-logo {
  height: 120px;
}

section.about-us-page .about-content {
  color: #8a8a8a;
  text-align: justify;
}

section.about-us-page .about-card {
  margin: 15px;
  margin-top: 40px;
  padding: 20px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

section.about-us-page .about-card h3 {
  text-transform: uppercase;
  text-align: center;
}

section.about-us-page .about-card p {
  color: #9c9c9c;
  margin: 15px;
}

section.about-us-page .about-card ul {
  list-style: none;
  padding-left: 0px;
}

section.about-us-page .about-card ul li {
  text-align: center;
  color: #9c9c9c;
  font-weight: 400 !important;
}

section.about-us-page .about-card a {
  text-transform: uppercase;
  color: #035ccc;
  text-align: center;
}

section.subscription-header {
  font-family: 'Poppins',sans-serif;
  background: url("../images/v2/subscribe-banner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  height: 257px;
}

section.subscription-header .row {
  height: 480px;
}

section.subscription-header .row .container h1 {
  color: #fff;
  font-size: 1.5em;
}

section.subscription-header .row .container h3 {
  color: #fff;
  font-weight: 400;
  font-size: .8em;
  margin-top: 3px;
}

section.subscription-plans {
  font-family: 'Poppins',sans-serif;
  background-color: #eeeeee;
}

section.subscription-plans .custom-package {
  margin-top: -140px;
}

section.subscription-plans .custom-package .owl-item {
  width: 379px !important;
}

section.subscription-plans .custom-package .owl-stage-outer {
  height: 500px;
}

section.subscription-plans .price-card-feature {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 11px #c7c7c761;
          box-shadow: 0px 4px 11px #c7c7c761;
}

section.subscription-plans .price-card-feature button.subscribe-btn {
  background-color: #004ebc !important;
}

section.subscription-plans .subscribe-featured-list {
  background: #8f8f8f;
  height: 500px;
  position: relative;
  overflow: hidden;
  /* top: 10px; */
  bottom: 20px;
  border-radius: 0px 40px 40px 0px;
  color: #fff;
  padding: 25px;
}

section.subscription-plans .subscribe-featured-list h4 {
  margin-left: 20px;
}

@media (max-width: 991px) {
  section.subscription-plans .subscribe-featured-list {
    display: none;
  }
}

section.subscription-plans .price-card {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 4px #81808061;
          box-shadow: 0px 4px 4px #81808061;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 450px;
  max-height: 600px;
  margin-right: 20px;
  margin-left: 20px;
}

section.subscription-plans .price-card button.subscribe-btn {
  background-color: #004ebc;
}

section.subscription-plans .price-card.active {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 11px #c7c7c761;
          box-shadow: 0px 4px 11px #c7c7c761;
}

section.subscription-plans .price-card:hover {
  background-color: #fff;
  background-image: url("../images/gates/background-on-select.png");
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 11px #c7c7c761;
          box-shadow: 0px 4px 11px #c7c7c761;
  background-size: contain;
  background-repeat: no-repeat;
}

section.subscription-plans .price-card:hover button.subscribe-btn {
  background-color: #004ebc;
  color: #fff;
}

section.subscription-plans .price-card:hover .subscribe-featured-list {
  background: #004ebc;
  color: #fff;
}

section.subscription-plans .price-card h3.subs-type {
  text-transform: uppercase;
  color: #004ebc;
  text-align: center;
  font-weight: 600;
}

section.subscription-plans .price-card h1.subs-price {
  font-size: 3em;
  text-align: center;
}

section.subscription-plans .price-card h1.subs-price span.currency {
  font-size: .5em;
  vertical-align: super;
}

section.subscription-plans .price-card h1.subs-price small.month {
  font-size: .25em;
  vertical-align: super;
}

section.subscription-plans .price-card p.subs-price-detail {
  font-size: 0.75em;
  text-align: center;
}

section.subscription-plans .price-card div.dashed-divider {
  content: ' ';
  width: auto;
  margin: 25px;
  border-bottom: 1.5px dashed #c3c3c3;
}

section.subscription-plans .price-card ul.subs-inclusions {
  padding: 20px;
  padding-top: 16px;
  padding-left: 48px;
  padding-right: 50px;
  list-style: none;
  height: 100%;
  overflow-y: auto;
}

section.subscription-plans .price-card ul.subs-inclusions:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #d4d4d4;
  position: absolute;
  left: 34px;
  top: 25px;
  height: calc(100% - 70px);
}

section.subscription-plans .price-card ul.subs-inclusions li {
  font-size: .9em;
  position: relative;
  margin-bottom: 8px;
}

section.subscription-plans .price-card ul.subs-inclusions li::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

section.subscription-plans .price-card ul.subs-inclusions li:nth-child(3n+1)::before {
  background-color: black;
}

section.subscription-plans .price-card ul.subs-inclusions li:nth-child(3n+2)::before {
  background-color: #035ccc;
}

section.subscription-plans .price-card ul.subs-inclusions li:nth-child(3n+3)::before {
  background-color: #21ab00;
}

section.subscription-plans .price-card ul.subs-inclusions::-webkit-scrollbar {
  width: 5px;
}

section.subscription-plans .price-card ul.subs-inclusions::-webkit-scrollbar-thumb {
  background-color: #004ebc;
}

section.subscription-plans .price-card ul.inclusions-desc {
  padding-left: 20px;
  padding-right: 0px;
  height: 300px;
}

section.subscription-plans .price-card ul.inclusions-desc::-webkit-scrollbar {
  width: 5px;
}

section.subscription-plans .price-card ul.inclusions-desc::-webkit-scrollbar-thumb {
  background-color: #fff;
}

section.subscription-plans .price-card ul.inclusions-desc p {
  font-size: 12px;
}

section.subscription-plans .price-card button.subscribe-btn {
  background-color: #ffffff;
  color: #004ebc;
  border-color: #004ebc;
  padding: 10px 40px 10px 40px;
  border-radius: 10px;
  font-weight: 600;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

section.subscription-plans .price-card button.subscribe-btn.active {
  background-color: #004ebc;
  color: #ffffff;
}

section.subscription-plans .price-card button.subscribe-btn:hover {
  background-color: #004ebc;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  section.subscription-plans .price-card {
    min-height: 364px;
  }
  section.subscription-plans .custom-package {
    margin-top: -140px;
  }
  section.subscription-plans .custom-package .owl-item {
    width: 314px !important;
  }
  section.subscription-plans .custom-package .owl-stage-outer {
    height: 400px;
  }
}

@media only screen and (max-width: 425px) {
  section.subscription-plans .price-card {
    min-height: 364px;
  }
  section.subscription-plans .custom-package {
    margin-top: -140px;
  }
  section.subscription-plans .custom-package .owl-item {
    width: 314px !important;
  }
  section.subscription-plans .custom-package .owl-stage-outer {
    height: 400px;
  }
}

section.subscription-addons {
  font-family: 'Poppins',sans-serif;
  background-color: #eeeeee;
}

section.subscription-addons .container div.header-row {
  text-align: center;
}

section.subscription-addons .container div.header-row h2 {
  font-weight: 600;
  color: #21ab00;
}

section.subscription-addons .container div.header-row p {
  color: #a6a6a6;
  margin-bottom: 40px;
}

section.subscription-addons .container div.table-row {
  overflow-x: auto;
}

section.subscription-addons .container div.table-row table {
  background-color: #eeeeee;
  width: 100%;
}

section.subscription-addons .container div.table-row table thead th {
  font-size: 1.25em;
  font-weight: 500;
  color: #004ebc;
  border-bottom: 1.5px dashed #c3c3c3;
}

section.subscription-addons .container div.table-row table tbody tr:hover {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 11px #c7c7c761;
          box-shadow: 0px 4px 11px #c7c7c761;
}

section.subscription-addons .container div.table-row table tbody tr:hover td.action button {
  background-color: #21ab00;
  color: #fff;
}

section.subscription-addons .container div.table-row table tbody tr td {
  border-top: 1.5px dashed #c3c3c3 !important;
  vertical-align: middle;
}

section.subscription-addons .container div.table-row table tbody tr td.revenue {
  font-weight: 100;
  font-size: 1.5em;
}

section.subscription-addons .container div.table-row table tbody tr td.terms {
  color: #a6a6a6;
  font-size: .85em;
}

section.subscription-addons .container div.table-row table tbody tr td.action {
  text-align: center;
}

section.subscription-addons .container div.table-row table tbody tr td.action button {
  background-color: #eeeeee;
  color: #666;
  border: 0px;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  font-weight: 600;
}

section.subscription-addons .container div.table-row table tbody tr td.action button.active {
  background-color: #21ab00;
  color: #fff;
}

section.subscription-addons .container div.table-row table tbody tr td.action button:hover {
  background-color: #21ab00;
  color: #fff;
}

.banner_dev_landings {
  height: 640px;
}

.status_switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 24px;
}

.status_switch input {
  display: none;
}

.status_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.status_slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 21px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .status_slider {
  background-color: #035ccc;
}

input:focus + .status_slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .status_slider:before {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on, .off {
  color: white;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 10%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .status_slider .on {
  display: block;
}

input:checked + .status_slider .off {
  display: none;
}

/*--------- END --------*/
/* Rounded sliders */
.status_slider.round {
  border-radius: 34px;
}

.status_slider.round:before {
  border-radius: 50%;
}

.status_switch_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* My Broker Cards CSS */
.profile_details:nth-child(3n) {
  clear: both;
}

.profile_details .profile_view {
  display: inline-block;
  padding: 10px 0 0;
  background: #fff;
}

.profile_details .profile_view .divider {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.profile_details .profile_view .ratings {
  margin-bottom: 0;
}

.profile_details .profile_view .bottom {
  background: #F2F5F7;
  padding: 9px 0;
  border-top: 1px solid #E6E9ED;
}

.profile_details .profile_view .left {
  margin-top: 20px;
}

.profile_details .profile_view .left p {
  margin-bottom: 3px;
}

.profile_details .profile_view .right {
  margin-top: 0px;
  padding: 10px;
}

.profile_details .profile_view .img-circle {
  border: 1px solid #E6E9ED;
  padding: 2px;
}

.profile_details .profile_view h2 {
  margin: 5px 0;
}

.profile_details .profile_view .ratings {
  text-align: left;
  font-size: 16px;
}

.profile_details .profile_view .brief {
  margin: 0;
  font-weight: 300;
}

.profile_details .profile_left {
  background: white;
}

.profile_details h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.profile_details .list-unstyled {
  font-size: 14px;
}

.profile_details .fa-star {
  color: #f6bd00;
}

.profile_details .stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

.profile_details .stars-outer::before {
  color: #f8ce0b;
}

.profile_details .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.profile_details .stars-inner::before {
  color: #f8ce0b;
}

.profile_details .approve_reject_btn {
  width: 74px;
}

.profile_details .remove_broker_btn {
  text-align: right;
}

@media (max-width: 425px) {
  .profile_details .remove_broker_btn {
    text-align: center;
  }
}

.moretext {
  display: none;
  opacity: 0;
}

.moreless-button {
  margin-top: 10px;
  color: #035ccc;
  font-weight: 500;
}

/* My Broker Cards CSS */
section.checkout-page {
  font-family: 'Poppins',sans-serif;
  background-color: #eeeeee;
}

@media (max-width: 425px) {
  section.checkout-page .ptop {
    padding-top: 39px;
  }
}

section.checkout-page .tab-content {
  margin-top: -50px;
}

section.checkout-page .custom-agent-container {
  border-radius: 20px;
  background-color: #ffff;
}

section.checkout-page ul.nav-tabs {
  border-bottom: 0px !important;
  margin-top: -20px;
}

section.checkout-page ul.nav-tabs li:first-child a {
  margin-left: 0px;
}

section.checkout-page ul.nav-tabs li:nth-child(2), section.checkout-page ul.nav-tabs li:nth-child(3), section.checkout-page ul.nav-tabs li:nth-child(4) {
  margin-left: 5px;
}

section.checkout-page ul.nav-tabs li:nth-child(2)::before, section.checkout-page ul.nav-tabs li:nth-child(3)::before, section.checkout-page ul.nav-tabs li:nth-child(4)::before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 30px 25px;
  border-color: transparent transparent transparent #eeeeee;
  position: absolute;
  left: -25px;
  bottom: 0px;
  z-index: 98;
}

section.checkout-page ul.nav-tabs li > a {
  background-color: #e1e1e1 !important;
  padding: 20px;
  padding-left: 50px;
  margin-right: 25px;
  margin-left: -25px;
  text-transform: uppercase;
  pointer-events: none;
}

section.checkout-page ul.nav-tabs li.active > a {
  background-color: #21ab00 !important;
  color: #fff;
}

section.checkout-page ul.nav-tabs li::after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 30px 25px;
  border-color: transparent transparent transparent #e1e1e1;
  position: absolute;
  right: 1px;
  bottom: 0px;
  z-index: 99;
}

section.checkout-page ul.nav-tabs li.active::after {
  border-color: transparent transparent transparent #21ab00;
}

@media (max-width: 1024px) {
  section.checkout-page ul.nav-tabs li > a {
    padding: 5px;
    padding-left: 15px;
    margin-right: 22px;
    text-transform: uppercase;
    pointer-events: none;
    font-size: 1.2em;
  }
  section.checkout-page ul.nav-tabs li::after {
    border-width: 11px 0 11px 12px;
    position: absolute;
    right: 13px;
    bottom: 0px;
    z-index: 99;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2), section.checkout-page ul.nav-tabs li:nth-child(3), section.checkout-page ul.nav-tabs li:nth-child(4) {
    margin-left: 5px;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2)::before, section.checkout-page ul.nav-tabs li:nth-child(3)::before, section.checkout-page ul.nav-tabs li:nth-child(4)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #eeeeee;
    position: absolute;
    left: -25px;
    bottom: 0px;
    z-index: 98;
  }
}

@media (max-width: 768px) {
  section.checkout-page ul.nav-tabs li > a {
    padding: 5px;
    padding-left: 15px;
    margin-right: 22px;
    text-transform: uppercase;
    pointer-events: none;
    font-size: .95em;
  }
  section.checkout-page ul.nav-tabs li::after {
    border-width: 11px 0 11px 12px;
    position: absolute;
    right: 13px;
    bottom: 0px;
    z-index: 99;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2), section.checkout-page ul.nav-tabs li:nth-child(3), section.checkout-page ul.nav-tabs li:nth-child(4) {
    margin-left: 5px;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2)::before, section.checkout-page ul.nav-tabs li:nth-child(3)::before, section.checkout-page ul.nav-tabs li:nth-child(4)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #eeeeee;
    position: absolute;
    left: -25px;
    bottom: 0px;
    z-index: 98;
  }
}

@media (max-width: 425px) {
  section.checkout-page ul.nav-tabs li > a {
    padding: 10px;
    padding-left: 15px;
    margin-right: 22px;
    text-transform: uppercase;
    pointer-events: none;
    font-size: .58em;
  }
  section.checkout-page ul.nav-tabs li::after {
    border-width: 19px 0 19px 17px;
    position: absolute;
    right: 8px;
    bottom: 0px;
    z-index: 99;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2), section.checkout-page ul.nav-tabs li:nth-child(3), section.checkout-page ul.nav-tabs li:nth-child(4) {
    margin-left: 5px;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2)::before, section.checkout-page ul.nav-tabs li:nth-child(3)::before, section.checkout-page ul.nav-tabs li:nth-child(4)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 17px;
    border-color: transparent transparent transparent #eeeeee;
    position: absolute;
    left: -25px;
    bottom: 0px;
    z-index: 98;
  }
  section.checkout-page .order-details table, section.checkout-page .order-details p {
    font-size: .8em;
  }
}

@media (max-width: 375px) {
  section.checkout-page ul.nav-tabs li > a {
    padding: 5px;
    padding-left: 15px;
    margin-right: 22px;
    text-transform: uppercase;
    pointer-events: none;
    font-size: .45em;
  }
  section.checkout-page ul.nav-tabs li::after {
    border-width: 11px 0 11px 12px;
    position: absolute;
    right: 13px;
    bottom: 0px;
    z-index: 99;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2), section.checkout-page ul.nav-tabs li:nth-child(3), section.checkout-page ul.nav-tabs li:nth-child(4) {
    margin-left: 5px;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2)::before, section.checkout-page ul.nav-tabs li:nth-child(3)::before, section.checkout-page ul.nav-tabs li:nth-child(4)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #eeeeee;
    position: absolute;
    left: -25px;
    bottom: 0px;
    z-index: 98;
  }
}

@media (max-width: 320px) {
  section.checkout-page ul.nav-tabs li > a {
    padding: 5px;
    padding-left: 15px;
    margin-right: 22px;
    text-transform: uppercase;
    pointer-events: none;
    font-size: .33em;
  }
  section.checkout-page ul.nav-tabs li::after {
    border-width: 11px 0 11px 12px;
    position: absolute;
    right: 13px;
    bottom: 0px;
    z-index: 99;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2), section.checkout-page ul.nav-tabs li:nth-child(3), section.checkout-page ul.nav-tabs li:nth-child(4) {
    margin-left: 5px;
  }
  section.checkout-page ul.nav-tabs li:nth-child(2)::before, section.checkout-page ul.nav-tabs li:nth-child(3)::before, section.checkout-page ul.nav-tabs li:nth-child(4)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #eeeeee;
    position: absolute;
    left: -25px;
    bottom: 0px;
    z-index: 98;
  }
}

section.checkout-page .subsbck {
  margin-left: 105px;
  color: #035ccc;
}

@media (max-width: 1024px) {
  section.checkout-page .subsbck {
    margin-left: 90px;
  }
}

@media (max-width: 768px) {
  section.checkout-page .subsbck {
    margin-left: -1px;
  }
}

@media (max-width: 425px) {
  section.checkout-page .subsbck {
    margin-left: 20px;
  }
}

section.checkout-page .back-btn {
  background-color: #035ccc;
  border: 1px solid #035ccc;
  border-radius: 8px;
  margin-left: 20px;
}

section.checkout-page .back-btn:hover {
  background-color: #21ab00;
  border: 1px solid #21ab00;
}

@media (max-width: 1440px) {
  section.checkout-page .ml-66 {
    margin-left: -42px !important;
  }
}

@media (max-width: 768px) {
  section.checkout-page .ml-66 {
    margin-left: -113px !important;
  }
}

@media (max-width: 425px) {
  section.checkout-page .mtoptots {
    margin-top: -70px;
  }
}

section.checkout-page .custom-panel {
  border-radius: 20px;
  margin-top: -15px;
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel {
    margin-top: 35px;
  }
}

section.checkout-page .custom-panel .custom-panel-header {
  padding: 10px;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

section.checkout-page .custom-panel .custom-panel-header .tots {
  margin-left: -43px !important;
}

@media (max-width: 1440px) {
  section.checkout-page .custom-panel .custom-panel-header .tots {
    margin-left: 2px !important;
  }
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-header .tots {
    margin-left: 110px !important;
  }
}

section.checkout-page .custom-panel .custom-panel-header h4 {
  color: #2a2a2a;
}

section.checkout-page .custom-panel .custom-panel-content {
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -39px;
}

@media (max-width: 768px) {
  section.checkout-page .custom-panel .custom-panel-content {
    width: 461px;
  }
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-content {
    width: 336px;
  }
}

@media (max-width: 320px) {
  section.checkout-page .custom-panel .custom-panel-content {
    width: 288px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details {
  overflow: auto;
  padding: 20px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .p_overflow {
  max-height: 150px;
  overflow: auto;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .sub_text_1 {
  display: none;
}

@media (max-width: 1200px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .sub_text_1 {
    display: block;
  }
}

@media (max-width: 768px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .sub_text_1 {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .sub_text_1 {
    font-size: 12px;
    margin-top: -10px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .sub_text_2 {
  display: block;
}

@media (max-width: 1200px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .sub_text_2 {
    display: none;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .row-well {
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/gates/checkout.png");
  height: 190px;
}

@media (max-width: 1440px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .row-well {
    height: 226px;
  }
}

@media (max-width: 1024px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .row-well {
    height: 226px;
    background-size: contain;
  }
}

@media (max-width: 768px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .row-well {
    height: 99px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .row-wella {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}

@media (max-width: 320px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .row-wella {
    padding: 6px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .row-wella h4 {
  font-weight: bold;
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .row-wella h4 {
    margin-top: -38px;
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .row-wella h4 {
    margin-top: -38px;
    font-size: 12px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .divider-left {
  border-left: 1px solid #c3c3c3;
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details .divider-left {
    margin-top: -23px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price {
  font-size: 4.5em;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1024px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price {
    font-size: 3.5em;
  }
}

@media (max-width: 768px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price {
    font-size: 2.4em;
    margin-top: -5px;
  }
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price {
    font-size: 1.5em;
  }
}

@media (max-width: 320px) {
  section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price {
    font-size: 1.2em;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price span.currency {
  font-size: .5em;
  vertical-align: super;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details h1.subs-price span.month {
  font-size: .25em;
  vertical-align: super;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .features-row {
  padding: 20px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .features-row h4 {
  font-weight: bold;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions {
  padding-left: 0px;
  list-style: none;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #d4d4d4;
  position: absolute;
  left: -14px;
  top: 50px;
  height: calc(100% - 70px);
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions li {
  font-size: 1em;
  position: relative;
  margin-bottom: 8px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions li::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions li:nth-child(3n+1)::before {
  background-color: black;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions li:nth-child(3n+2)::before {
  background-color: #035ccc;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details ul.subs-inclusions li:nth-child(3n+3)::before {
  background-color: #21ab00;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details div.payment-methods button.select-payment {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 120px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details div.payment-methods button.select-payment:hover, section.checkout-page .custom-panel .custom-panel-content div.order-details div.payment-methods button.select-payment:focus, section.checkout-page .custom-panel .custom-panel-content div.order-details div.payment-methods button.select-payment.active {
  border: 1px solid #004ebc;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details div.payment-methods button.select-payment img {
  height: auto;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details #selected_payment_method_img {
  width: 125px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details p.sub-heading {
  color: #035ccc;
  font-size: 1.125em;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .add-new-account-form {
  padding: 25px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .add-new-account-form .form-group p {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .add-new-account-form .form-group textarea {
  width: 206px;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .add-new-account-form.disabled .form-group p {
  color: #c5c5c5;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .confirm-block i, section.checkout-page .custom-panel .custom-panel-content div.order-details .confirm-block h2 {
  color: #21ab00;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .confirm-block h2 {
  text-transform: uppercase;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .confirm-block h4 {
  color: #a1a1a1;
  line-height: 1.75em;
}

section.checkout-page .custom-panel .custom-panel-content div.order-details .confirm-block a.btn {
  background-color: #035ccc;
  border-color: #035ccc;
  border-radius: 0px;
}

section.checkout-page .custom-panel .custom-panel-content div.checkout-total {
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  margin-top: 33px;
  width: 258px;
  margin-left: -32px;
}

@media (max-width: 425px) {
  section.checkout-page .custom-panel .custom-panel-content div.checkout-total {
    margin-left: 121px !important;
  }
}

@media (max-width: 1440px) {
  section.checkout-page .custom-panel .custom-panel-content div.checkout-total {
    margin-left: 11px;
  }
}

section.checkout-page .custom-panel .custom-panel-content div.checkout-total input {
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}

section.checkout-page .custom-panel .custom-panel-content div.checkout-total .btn-primary {
  width: 100%;
  background-color: #035ccc;
  border-radius: 8px;
  border: 0px;
}

section.checkout-page .custom-panel .custom-panel-content div.checkout-total .btn-primary:hover {
  background-color: #21ab00;
}

section.checkout-page .custom-panel .custom-panel-content div.checkout-total .divider-bottom {
  border-bottom: 1px solid #c3c3c3;
}

section.checkout-page .custom-panel .custom-panel-content div.checkout-total p span {
  font-weight: 600;
}

.contract-radio {
  display: none;
}

/* simulate radiobutton appearance using pseudoselector */
.contract-radio + .label-radio:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 3px;
  margin-right: 7px;
  /* background-color only for content */
  background-clip: content-box;
  border: 3px solid white;
  background-color: white;
  border-radius: 50%;
  background: white;
}

/* appearance of checked radiobutton */
.contract-radio:checked + .rent:before {
  background-color: #21ab00;
}

.contract-radio:checked + .buy:before {
  background-color: #035ccc;
}

.contract-radio:checked + .sale:before {
  background-color: #7c7c7c;
}

/* resetting default box-sizing */
.label-radio,
.label-radio:before,
.label-radio:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.label-radio {
  margin: 7px !important;
  font-size: 16px !important;
}

.add-new-account-form #biller_telephone::-webkit-inner-spin-button,
.add-new-account-form #biller_telephone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mylivechat_collapsed, .mylivechat_expanded, .mylivechat_offline_submit_button {
  background-color: #035ccc !important;
  border-color: #035ccc !important;
}

#features, #features_edit {
  max-height: 750px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vat_include {
  font-size: .25em;
}

@media (max-width: 540px) {
  .vat_include {
    display: block;
  }
}

.dev_comp_h2 {
  font-family: 'Poppins',sans-serif;
  color: #21ab00;
}

section.contact-us-section {
  font-family: 'Poppins',sans-serif;
  background-color: #f6f6f6;
}

section.contact-us-section .row {
  height: 740px;
}

section.contact-us-section .row .contact-map {
  height: inherit;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}

section.contact-us-section .row #map {
  height: inherit;
  width: initial;
}

section.contact-us-section .row .contact-form {
  padding: 45px;
}

section.contact-us-section .row .contact-form h2 {
  font-weight: 400;
}

section.contact-us-section .row .contact-form input, section.contact-us-section .row .contact-form textarea {
  max-width: 600px;
  padding: 20px;
  margin-bottom: 15px;
  border-color: #f6f6f6;
}

section.contact-us-section .row .contact-form textarea {
  height: 180px;
}

section.contact-us-section .row .contact-form .submit_btn {
  background-color: #21ab00;
  border-color: #21ab00;
  border-radius: 0px;
  padding: 15px;
  margin-top: 15px;
  font-size: 1.25em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  /* HOMEPAGE START */
  .modal-header .close_login {
    right: 20px !important;
    top: 0px !important;
  }
  .mylivechat_inline {
    display: none;
  }
  section.social-mobile-responsive {
    display: block;
    background-color: #fff;
    height: auto;
    padding: 10px;
    z-index: 98;
    -webkit-box-shadow: 0px 2px 5px #c3c3c3;
            box-shadow: 0px 2px 5px #c3c3c3;
  }
  section.social-mobile-responsive .social-media-icons {
    padding-right: 0px;
  }
  section.social-mobile-responsive .social-media-icons a {
    margin-left: 10px;
    margin-right: 10px;
  }
  section.social-mobile-responsive .social-media-icons a img {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
  }
  #at-share-dock {
    z-index: 99;
  }
  /* HOMEPAGE END */
  /* SEARCH PROPERTY END*/
  /*PROPERTY INNER PAGE*/
  /*PROPERTY INNER PAGE ENDddd*/
  /*OTHER PAGES*/
  /*sample comment*/
  .privacy-header, .terms-header, .faq-header, .about-us-banner, .news-inner-header, .sitemap-header, .news-header {
    height: 280px;
    background-position: center;
  }
  .privacy-header .overlay, .terms-header .overlay, .faq-header .overlay, .about-us-banner .overlay, .news-inner-header .overlay, .sitemap-header .overlay, .news-header .overlay {
    height: inherit;
  }
  .privacy-header .overlay h2, .terms-header .overlay h2, .faq-header .overlay h2, .about-us-banner .overlay h2, .news-inner-header .overlay h2, .sitemap-header .overlay h2, .news-header .overlay h2 {
    padding-top: 105px;
    font-size: 1.25em;
  }
  section.about-us-page {
    background-color: #f5f5f5;
  }
  section.about-us-page .about-card {
    background-color: #fff;
    height: auto;
    margin: 5px;
  }
  section.about-us-page .about-card h3 {
    text-align: left;
  }
  section.about-us-page .about-card p#mission-text, section.about-us-page .about-card #vision-text, section.about-us-page .about-card ul {
    margin-left: 0px;
    font-size: 0.75em;
  }
  section.about-us-page .about-card a {
    text-align: left;
  }
  .banner_devs {
    height: 320px !important;
  }
  .sitemap-content h2 {
    font-size: 1.125em;
  }
  .sitemap-content .breadcrumbs {
    display: none;
  }
}

@media (max-width: 500px) {
  .advanced-search-filter .blank-label {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .faq-header {
    background-position: bottom;
  }
}

.agency-dropdown .multiselect-container {
  max-height: 400px;
  overflow: auto;
}

.btn-show-liked {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .timeline-add-post .div-ads a img {
    width: 100%;
  }
  .timeline-add-post .title-panel {
    width: 100% !important;
  }
}

.tags-list .select2 {
  width: 100% !important;
}
/*# sourceMappingURL=main.css.map */