.contactUsGreen {
  background-color: #6BB31D;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
}

.contactUsGreen:hover {
  background: #fff;
  color: #6BB31D;
  border: 2px solid #6BB31D;
}

.share_list_btn {
  background-color: #DC3545;
  color: #fff;
  border: none;
  padding: 5px 7px;
}

.share_property_box {
  display: none;
  border: 1px solid #DC3545;
  width: 250px;
}

.share_property_box p {
  background-color: transparent;
  color: #2b2b2b;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .property-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .property-section .property-list-column {
    width: 100% !important;
  }
  .property-section .property-list-column .property_list-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .property-section .property-list-column .property_list-row .single-property {
    width: 100% !important;
  }
  .property-section .property-list-column .property_list-row .single-property .image-sec {
    width: 100%;
  }
  .property-section .property-list-column .property_list-row .single-property .detail-sec {
    width: 100%;
    margin-top: .5rem;
  }
  .property-section .recommended-list {
    width: 100% !important;
    background-color: #fff;
  }
  .property-section .property-recommended-list {
    width: 100% !important;
    background-color: #fff;
  }
  .single-property {
    margin: 0px;
  }
  .property-div {
    width: 90% !important;
  }
  .mobile-filter-form {
    display: block !important;
  }
}

.filter-navbar {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  z-index: 99;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.filter-navbar::-webkit-scrollbar {
  display: none;
}

.filter-navbar .combine-box {
  background-color: #fff;
  padding-right: 5px;
  padding-left: 5px;
  border: .5px solid #ccc;
}

.filter-navbar .combine-box input,
.filter-navbar .combine-box select {
  width: 100px;
  border: none;
}

.filter-navbar .max-width select {
  width: 150px;
}

.filter-navbar .roow {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Chrome, Safari, Edge, Opera */
}

.filter-navbar .roow .colo {
  width: 250px;
}

.filter-navbar .roow .city_drop_div {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
}

.filter-navbar .roow .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  padding: 0.5rem;
  border: 0.5px solid #ccc;
  border-radius: 0;
  font-size: 13px;
}

.filter-navbar .roow .bootstrap-select > .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  outline-offset: 0;
}

.filter-navbar .roow .dropdown-menu li a {
  font-size: 12px;
  padding: 7px 12px;
}

.filter-navbar .roow .search-by-keyword {
  background-color: transparent;
  width: 350px;
  border: none;
  border: .5px solid #ccc;
  padding: .35rem;
  position: relative;
}

.filter-navbar .roow .search-by-keyword .locality_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 5px;
}

.filter-navbar .roow .search-by-keyword .locality_toggle p {
  margin-bottom: 0;
}

.filter-navbar .roow .search-by-keyword .localityListDiv {
  display: none;
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  top: 2rem;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter-navbar .roow .search-by-keyword .localityListDiv .multiselect-dropdown-list input {
  width: auto;
}

.filter-navbar .roow .search-by-keyword .property_search_suggestion {
  display: none;
  position: absolute;
  padding: 1rem;
  width: 100%;
  left: 0;
  top: 2.3rem;
  overflow: hidden;
  background: #fff;
  height: 300px;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0px 13px 12px;
          box-shadow: rgba(26, 26, 26, 0.1) 0px 13px 12px;
  overflow-y: auto;
  z-index: 9;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
}

.filter-navbar .roow .search-by-keyword .property_search_suggestion::-webkit-scrollbar {
  display: none;
}

.filter-navbar .roow .search-by-keyword .property_search_suggestion li {
  list-style: none;
  font-size: 15px;
  padding: 5px;
  margin: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #202020;
  text-align: left;
}

.filter-navbar .roow .search-by-keyword .property_search_suggestion li:hover {
  background: #dbdada;
}

.filter-navbar .roow .search-by-keyword .property_search_suggestion li i {
  color: #5e5d5d;
  font-size: 13px;
  margin-right: 5px;
}

.filter-navbar .roow .search-by-keyword .property_search_suggestion .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 10px;
  height: 10px;
}

.filter-navbar .roow .search-by-keyword .city_toggle {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.filter-navbar .roow .search-by-keyword .city_toggle p {
  margin-bottom: 0;
}

.filter-navbar .roow .search-by-keyword input {
  width: 70%;
  border: none;
}

.filter-navbar .roow select {
  font-size: 14px;
}

.filter-navbar .roow select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-navbar .roow select option {
  font-size: 14px;
  background-color: #fff;
  color: #2a2a2a;
  margin: 5px 0px;
  line-height: 10px;
}

.filter-navbar .roow input[type=number] {
  border: none;
  font-size: 14px;
  height: 35px;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

.filter-navbar .roow input[type=number]::-webkit-input-placeholder {
  color: #212529;
}

.filter-navbar .roow input[type=number]:-ms-input-placeholder {
  color: #212529;
}

.filter-navbar .roow input[type=number]::-ms-input-placeholder {
  color: #212529;
}

.filter-navbar .roow input[type=number]::placeholder {
  color: #212529;
}

.filter-navbar .roow input[type=number]:focus {
  border: none;
}

.filter-navbar .roow input::-webkit-outer-spin-button,
.filter-navbar .roow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-navbar .roow input[type=text] {
  font-size: 14px;
}

.filter-navbar .roow .submit-filter button {
  background-color: #2C98C7;
  /* border-radius: 4px; */
  /* border: 0.5px solid #ccc; */
  padding: 9.5px 1.7rem;
  font-size: 13px;
  margin: 0;
  border: none;
  color: #fff;
}

.filter-navbar .roow .submit-filter button i {
  color: #fff;
  margin-right: 5px;
}

.bread-crum .bred-navigation span {
  position: relative;
  margin: 0px 4px;
}

.bread-crum p {
  color: #4c4b4b;
  font-size: 12px;
}

.bread-crum p a {
  color: #4c4b4b;
  font-weight: 500;
  letter-spacing: .5px;
}

.property-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-section .property-list-column {
  width: 70%;
}

.property-section .property-list-column .property_list-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-section .recommend-sec {
  width: 24%;
}

.property-section .recommended-list {
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  height: 550px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.property-section .property-recommended-list {
  width: 25%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  height: 550px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.property-section .recommended-list::-webkit-scrollbar {
  display: none;
}

.property-section .property-recommended-list::-webkit-scrollbar {
  display: none;
}

.grid-view .property-list-column {
  gap: 1%;
}

.grid-view .property-list-column .single-property {
  width: 48% !important;
}

.grid-view .property-list-column .single-property .image-sec {
  width: 100%;
  height: 300px;
}

.grid-view .property-list-column .single-property .detail-sec {
  width: 100%;
}

.grid-view .recommended-list {
  background-color: #fff;
  overflow-y: auto;
}

.grid-view .property-recommended-list {
  background-color: #fff;
  overflow-y: auto;
}

.recommded-single {
  margin-bottom: 1rem;
}

.recommded-single p {
  margin-bottom: 5px;
}

.recommded-single .property-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.recommded-single .property-name a {
  color: #00aeef;
}

.recommded-single .category {
  font-weight: 500;
  font-size: 13px;
  color: #2a2a2a;
  line-height: 15px;
}

.recommded-single .location {
  font-weight: 400;
  font-size: 11px;
  color: #4c4b4b;
  line-height: 15px;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.looking-for {
  background-color: #fff;
  width: 100px;
  padding: 7px 10px;
  border: .5px solid #ccc;
  border-radius: 25px;
  margin-right: 10px;
}

.mobile-filter {
  display: none;
}

.mobile-filter button {
  border: none;
  background-color: transparent;
  color: #DC3545;
  font-size: 15px;
  font-weight: 600;
}

.mobile-filter-form {
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  display: none;
  position: fixed;
  height: auto;
  width: 100%;
  bottom: -1000px;
  z-index: 9999;
  -webkit-box-shadow: 1px 0px 5px;
          box-shadow: 1px 0px 5px;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
}

.mobile-filter-form .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  padding: 0.5rem;
  border: 0.5px solid #ccc;
  border-radius: 0;
  font-size: 13px;
}

.mobile-filter-form .bootstrap-select > .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  outline-offset: 0;
}

.mobile-filter-form .dropdown-menu li a {
  font-size: 12px;
  padding: 7px 12px;
}

.mobile-filter-form label {
  margin-bottom: 5px;
  font-size: 13px;
}

.mobile-filter-form select {
  font-size: 14px;
}

.mobile-filter-form select:focus {
  border: 0.5px solid #DC3545;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-filter-form button {
  background-color: #DC3545;
  color: #fff;
  font-size: 15px;
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 3px;
}

.property-div {
  width: 100%;
  margin: 0px auto;
}

.property-div .img-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.property-div .img-banner img {
  width: 100%;
  height: 100%;
}

.property-div .img-banner .overlay-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(75deg, #000000cc, transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property-div .img-banner .overlay-banner span {
  color: #fff;
  background-color: #DC3545;
  padding: 4px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}

.property-div .img-banner .overlay-banner h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.property-div .img-banner .overlay-banner h2 i {
  font-size: 1.5rem;
}

.property-div .img-banner .overlay-banner button {
  float: right;
  background: none;
  border: none;
  padding: 3px 7px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.property-div .navigation-bar {
  padding: .5rem 1rem;
  gap: 2rem;
  margin-bottom: 1rem;
  background-color: #2C98C7;
  overflow-x: auto;
}

.property-div .navigation-bar a {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}

.property-div .navigation-bar a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.property-div .navigation-bar a:hover::before {
  width: 100%;
}

.property-div .sub-heading {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
}

.property-div .first-row .property-name {
  font-size: 22px;
  font-weight: 500;
  color: #0e0e0e;
  margin-bottom: 3px;
}

.property-div .first-row .property-type {
  margin-bottom: 3px;
  background-color: #000;
  color: #fff;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 7px;
}

.property-div .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.property-div .status span {
  margin-right: 10px;
}

.property-div .status span i {
  color: #2C98C7;
}

.property-div .second-row .property-price {
  font-size: large;
  font-weight: 500;
  color: #0e0e0e;
  margin: 10px 0px;
}

.property-div .second-row .contact {
  padding: 7px 12px;
  background-color: #DC3545;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.property-div .second-row .contact:hover {
  border: 1px solid #DC3545;
  color: #DC3545;
  background-color: #fff;
}

.property-div .property-image {
  width: 50%;
  margin-bottom: 1rem;
}

.property-div .features p {
  margin-bottom: 0;
}

.property-div .features .feature-heading {
  font-size: 14px;
  color: #a3a4a5;
  font-weight: 500;
}

.property-div .features .feature-detail {
  font-weight: 500;
  font-size: 14px;
  color: #0e0e0e;
}

.proj-contact .icon {
  color: #DC3545;
  font-size: 25px;
  margin-bottom: 4px;
}

.proj-contact .icon i {
  font-size: 2rem;
}

.proj-contact a {
  color: #000;
  font-size: 14px;
}

.proj-contact .form-sec h1 {
  margin-bottom: 3px;
  text-transform: capitalize;
  color: #000;
}

.proj-contact .form-sec small {
  color: #2b2b2b;
  font-weight: 300;
}

.proj-contact .form-sec .form-group {
  margin: 1rem 0px;
}

.proj-contact .form-sec .form-group .submit-button {
  background-color: #DC3545;
  color: #fff;
  font-size: 15px;
  padding: 7px 0px;
  border: none;
  border-radius: 4px;
  margin-top: 1rem;
}

.post-property .form-group {
  margin: 10px 0px;
}

.post-property label {
  font-size: 12px;
  letter-spacing: .5px;
}

.post-property input[type=text] {
  font-size: 13px;
  height: 34px;
  margin: 4px 0px;
}

.post-property input[type=text]:focus {
  border: 0.5px solid #DC3545;
}

.post-property input[type=number] {
  font-size: 13px;
  height: 34px;
  margin: 4px 0px;
}

.post-property input[type=number]:focus {
  border: 0.5px solid #DC3545;
}

.post-property input[type=date] {
  font-size: 13px;
  height: 34px;
  margin: 4px 0px;
}

.post-property input[type=date]:focus {
  border: 0.5px solid #DC3545;
}

.post-property input[type=file] {
  font-size: 13px;
  height: 34px;
  margin: 4px 0px;
}

.post-property input[type=file]:focus {
  border: 0.5px solid #DC3545;
}

.post-property select {
  font-size: 13px;
  margin: 4px 0px;
}

.post-property select:focus {
  border: 0.5px solid #DC3545;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-property {
  margin-left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-sizing: border-box;
}

.single-property .img-sec {
  position: relative;
}

.single-property .intro {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #2d2d2dd3;
  letter-spacing: .5px;
  font-weight: 400;
}

.single-property .feature {
  margin: 1rem 0px;
}

.single-property .feature p {
  margin-bottom: 5px;
  font-size: 12px;
}

.single-property .feature p span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.single-property .bottom-line .range-details {
  margin-bottom: 5px;
  font-size: 13px;
  color: #fff;
  background-color: #DC3545;
  padding: 0px 5px;
  border-radius: 2px;
  text-transform: uppercase;
}

.single-property .bottom-line .detail-btn {
  background-color: #DC3545;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.single-property .bottom-line .detail-btn:hover {
  background-color: #fff;
  border: 1px solid #DC3545;
  color: #DC3545;
}

.single-property .image-sec {
  overflow: hidden;
  width: 40%;
  height: 286px;
  position: relative;
}

.single-property .image-sec .image-sec-overlay {
  background: linear-gradient(359deg, #000000bf, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-property .image-sec .image-sec-overlay .layer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-property .image-sec .image-sec-overlay .layer-1 button {
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
}

.single-property .image-sec .image-sec-overlay .layer-1 div {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-property .image-sec .image-sec-overlay .layer-1 div span {
  background-color: #6BB31D;
  color: #fff;
  padding: 3px 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
}

.single-property .image-sec .image-sec-overlay .layer-1 div span:nth-child(2) {
  background-color: #DC3545;
}

.single-property .image-sec .image-sec-overlay .layer-1 div p {
  margin-bottom: 0;
  background-color: #DC3545;
  color: #fff;
  padding: 0px 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
}

.single-property .image-sec .image-sec-overlay .layer-2 p {
  color: #fff;
  text-transform: capitalize;
}

.single-property .image-sec .image-sec-overlay .layer-2 .project_name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 1px;
}

.single-property .image-sec .image-sec-overlay .layer-2 .project_name a {
  color: #2b2b2b;
}

.single-property .image-sec .image-sec-overlay .layer-2 .city-tag {
  background-color: #DC3545;
  font-size: 15px;
  font-weight: 400;
  padding: 3px 10px;
  margin-top: 0.7rem;
}

.single-property .image-sec .image-sec-overlay .layer-2 .detail-btn {
  background-color: #6BB31D;
  margin-bottom: 0.5rem;
  line-height: 18px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  padding: 0px5px;
  border-radius: 2px;
  margin-right: 10px;
}

.single-property .image-sec .checkBox_overlay,
.single-property .image-sec .cityname_overlay,
.single-property .image-sec .contact_overlay {
  position: absolute;
}

.single-property .image-sec .checkBox_overlay {
  top: 1rem;
  right: 1rem;
  gap: 1rem;
}

.single-property .image-sec .cityname_overlay {
  left: 1rem;
  top: 1rem;
  background-color: #6BB31D;
  color: #fff;
  padding: 0px 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
}

.single-property .image-sec .contact_overlay {
  bottom: 5px;
  left: 1rem;
}

.single-property .image-sec .contact_overlay button {
  background-color: #DC3545;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.single-property .image-sec .property-image {
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
  width: 100%;
  height: 100%;
}

.single-property .grey_back {
  background-color: #D3D3D3;
}

.single-property .grey_back .project_alt_name {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.single-property .grey_back .contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-property .grey_back .contact-section .contact-btn {
  background-color: #DC3545;
}

.single-property .grey_back .contact-section .detail-btn {
  background-color: #6BB31D;
}

.single-property .grey_back .contact-section button,
.single-property .grey_back .contact-section a {
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 3px 1rem;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}

.single-property .detail-sec {
  width: 60%;
  background: #D3D3D3;
}

.single-property .detail-sec .contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-property .detail-sec .contact-section .contact-btn {
  background-color: #DC3545;
}

.single-property .detail-sec .contact-section .detail-btn {
  background-color: #6BB31D;
}

.single-property .detail-sec .contact-section button,
.single-property .detail-sec .contact-section a {
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 3px 1rem;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}

.single-property .first-line .price {
  font-size: larger;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.single-property .first-line .price i {
  color: #000;
}

.single-property .first-line .type {
  background-color: #000;
  padding: 0px 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: 400;
}

.single-property .property_name {
  text-transform: capitalize;
  max-width: 80%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.single-property .category {
  font-weight: 600;
  color: #DC3545;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

.single-property .detail-price {
  font-weight: 500;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 3px;
}

.single-property .area {
  margin-bottom: 3px;
  font-weight: 400;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 13px;
}

.single-property .area span {
  font-weight: 500;
  font-size: 14px;
}

.single-property .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7px;
}

.single-property .tags span {
  background-color: #6BB31D;
  color: #fff;
  padding: 0px 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
}

.single-property .tags p {
  margin-bottom: .5rem;
  line-height: 18px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
  margin-right: 10px;
  text-transform: uppercase;
}

.single-property .tags .city-tag {
  background-color: #6BB31D;
}

.single-property .tags .process-tag {
  background-color: #DC3545;
}

.single-property .post-date p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #4c4b4b;
  text-transform: uppercase;
}

.single-property .post-date p i {
  color: #DC3545;
}

.single-property .detail-btn {
  background-color: #DC3545;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.single-property .detail-btn:hover {
  background-color: #fff;
  border: 1px solid #DC3545;
  color: #DC3545;
}

.share-icon {
  background-color: #DC3545;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.share-icon .share-content {
  position: absolute;
  width: 130px;
  right: 2rem;
  display: none;
  padding: 4px 10px;
  background-color: #DC3545;
  border-radius: 3px;
}

.share-icon .share-content .links-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.share-icon .share-content .links-anchor::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: -15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(45deg);
  top: 5px;
  /* transform: translate(10px, 10px); */
  background-color: #DC3545;
}

.share-icon .share-content i {
  color: #fff;
}

.share-active .share-content {
  display: block !important;
}
.proj-contact .form-sec .form-group .submit-button:disabled {
  color: #7c7b7b;
  background-color: #c9c7c7;
  border: 1px solid #7a7878;
  pointer-events: none;
  cursor: not-allowed;
}
.thumb-output {
  width: 50%;
  margin: 40px;
}
.thumb-output img {
  width: 50%;
  display: block;
  margin: 15px auto;
}
.img-text{
  padding: 16px 0;
}
.edit-action{
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
}
.delete-action {
  background-color: rgb(235, 45, 45);
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
  border: none;
}
/*# sourceMappingURL=style.css.map */