body {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: #2A2A2A;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.investRange .btn-group {
  width: 100% !important;
}
.investRange .btn-group .btnClear a {
  color: #000000;
}
.investRange .btn-group span {
  color: #000000;
}
.investRange .btn-group #min-max-price-range {
  min-height: 47px !important;
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
  background-color: #FFFFFF !important;
}
.investRange .btn-group .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 20px;
}
.investRange .btn-group .dropdown-menu {
  width: 100% !important;
  padding: 10px 10px 0 10px;
  top: 50px !important;
  transform: translate3d(0px, 0, 0px) !important;
  border-radius: 0;
}
.investRange .btn-group .dropdown-menu .freeformPrice .form-control {
  margin-bottom: 5px !important;
}

.arrow {
  color: #ccc;
  background-color: #ccc;
  display: inline-block;
  height: 1px;
  width: 12px;
  position: relative;
}

.max_value {
  padding: 6px 6px 6px 30px;
}

.price_Ranges {
  float: right;
  width: 50%;
}

.price_Ranges a {
  display: block;
  text-align: left;
  padding: 6px 0 6px 0;
  color: #000000;
}

.price_Ranges a.max_value {
  text-align: right;
}

.price_Ranges a.disabled {
  pointer-events: none;
  cursor: default;
  color: #E5E4E2;
}

.price_Ranges a:hover {
  background: #0074e4;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.btnClear {
  clear: both;
  border-top: 1px solid #dadada;
  padding: 5px 0 0 0;
  text-align: center;
}

input.inputError,
input.inputError:focus {
  border-color: #e2231a;
  background-color: white;
  color: #e2231a;
  box-shadow: inset 0 0 5px #F7BDBB;
  border-radius: 0;
}

.property-listing .map-view .map-view-inner .map-block .mapboxgl-canvas {
  height: 90vh !important;
  width: 100% !important;
}

.mapboxgl-popup.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-right, .mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup {
  max-width: 300px !important;
  width: 100%;
}

.mapboxgl-popup-close-button {
  font-size: 25px;
  z-index: 1;
  padding: 5px !important;
}

.mapboxgl-popup-content {
  padding: 5px !important;
}

.property-popup {
  min-height: 250px;
  max-width: 350px;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border: 5px solid #FFFFFF;
}
.property-popup .property-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.property-popup .property-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-popup .details {
  position: relative;
  padding: 15px;
}
.property-popup .details h4.price {
  color: #FFFFFF;
  font-weight: 500;
}
.property-popup .details .sale {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #156F9E;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 2px 5px;
  display: block;
}
.property-popup .prop-details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
}
.property-popup .prop-details h5.name {
  color: #FFFFFF;
  font-weight: 500;
}
.property-popup .prop-details ul {
  position: relative;
  margin-bottom: 0;
}
.property-popup .prop-details ul li {
  color: #FFFFFF;
  font-size: 18px;
}
.property-popup .prop-details ul li img {
  filter: invert(0) brightness(200%);
  margin-right: 5px;
  vertical-align: baseline;
}
.property-popup .prop-details a.details {
  color: #FFFFFF;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  font-weight: 500;
  padding: 3px 10px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.prop-modal .modal-dialog {
  border-radius: 0;
  max-width: 350px !important;
  margin: 0 auto;
}
.prop-modal .modal-dialog .modal-content .modal-body {
  background-size: cover;
  padding: 0;
}

.property-popup-two {
  min-height: 250px;
  max-width: 500px;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border: 5px solid #FFFFFF;
}
.property-popup-two .carousel .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.property-popup-two .carousel .carousel-control-next, .property-popup-two .carousel .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  opacity: 1 !important;
}
.property-popup-two .carousel .carousel-control-next-icon, .property-popup-two .carousel .carousel-control-prev-icon {
  width: 12px;
  height: 12px;
}
.property-popup-two .modal-details {
  display: flex;
  width: 100%;
  padding: 5px;
}
.property-popup-two .modal-details .details {
  display: inline-block;
  width: calc(100% - 132px);
}
.property-popup-two .modal-details .details ul {
  margin-bottom: 0;
}
.property-popup-two .modal-details .details ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.property-popup-two .modal-details .details ul li img {
  max-height: 15px;
  vertical-align: baseline;
  margin-right: 5px;
}
.property-popup-two .modal-details .details ul li span {
  color: #6c6d71;
  font-weight: 500;
  font-size: 15px;
}
.property-popup-two .modal-details .details a.name {
  color: #212529;
  text-decoration: none;
  font-size: 14px;
}
.property-popup-two .modal-details .more {
  display: inline-block;
  width: 132px;
  position: relative;
}
.property-popup-two .modal-details .more a {
  padding: 5px 10px;
  display: block;
  border: none !important;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #156F9E;
  color: #FFFFFF;
  text-align: center;
  margin: 3px auto 0 auto;
}

.prop-modal-two {
  padding: 0;
}
.prop-modal-two .modal-dialog {
  border-radius: 0;
  max-width: 500px !important;
  margin: 0 auto;
}
.prop-modal-two .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.prop-modal-two .modal-dialog .modal-content .modal-header button {
  outline: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: -22px;
  z-index: 1;
  padding: 0;
  opacity: 1;
}
.prop-modal-two .modal-dialog .modal-content .modal-header button span {
  font-size: 35px;
  text-shadow: 0px 1px #000;
  color: #ffffff;
  font-weight: 100;
}
.prop-modal-two .modal-dialog .modal-content .modal-body {
  background-size: cover;
  padding: 0;
}

#consultation-modal {
  background: rgba(0, 0, 0, 0.8);
}
#consultation-modal .modal-dialog {
  max-width: 810px !important;
  margin: 0 auto;
}
#consultation-modal .modal-dialog .modal-content {
  background: #00214b;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0 !important;
  position: relative;
}
#consultation-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  right: 0;
  z-index: 1;
}
#consultation-modal .modal-dialog .modal-content .modal-header button {
  border: none;
  outline: none;
  opacity: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#consultation-modal .modal-dialog .modal-content .modal-header button span {
  color: #FFFFFF;
  text-align: right;
  float: right;
  padding: 0 10px 0 0;
  font-size: 30px;
}
#consultation-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#consultation-modal .modal-dialog .modal-content .body-inner {
  display: flex;
  width: 100%;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left {
  position: relative;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left img {
  max-height: 426px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
  position: absolute;
  left: -110px;
  top: 40%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 37px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #FFFFFF;
  width: 281px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
  padding: 50px 50px 50px 10px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left, #consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
  width: 50%;
  display: inline-block;
  position: relative;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left h2, #consultation-modal .modal-dialog .modal-content .body-inner .inner-right h2 {
  font-size: 21px;
  margin-top: 25px;
  color: #FFFFFF;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form input, #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form input {
  margin-bottom: 10px;
  height: 51px;
  width: 100%;
  border-radius: 0;
  border: none;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form input[type=checkbox], #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form input[type=checkbox] {
  height: auto !important;
  width: auto;
  margin-bottom: 0;
  position: relative;
  top: 3px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form .form-check, #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form .form-check {
  bottom: 6px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form .form-check label, #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form .form-check label {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  padding-left: 5px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form .form-check label a, #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form .form-check label a {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: underline;
  margin-left: 5px;
}
#consultation-modal .modal-dialog .modal-content .body-inner .inner-left form input[type=submit], #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form input[type=submit] {
  text-transform: uppercase;
  background: #156F9E;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
}

#thanks-modal {
  background: rgba(0, 0, 0, 0.8);
}
#thanks-modal .modal-dialog {
  max-width: 780px !important;
  margin: 0 auto;
}
#thanks-modal .modal-dialog .modal-content {
  background: #00214b;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0 !important;
  position: relative;
}
#thanks-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  right: 0;
  z-index: 1;
}
#thanks-modal .modal-dialog .modal-content .modal-header button {
  border: none;
  outline: none;
  opacity: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#thanks-modal .modal-dialog .modal-content .modal-header button span {
  color: #FFFFFF;
  text-align: right;
  float: right;
  padding: 0 10px 0 0;
  font-size: 30px;
}
#thanks-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#thanks-modal .modal-dialog .modal-content .body-inner {
  display: flex;
  width: 100%;
  min-height: 346px;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left {
  position: relative;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left img {
  max-height: 345px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
  position: absolute;
  left: -110px;
  top: 40%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 37px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #FFFFFF;
  width: 281px;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
  padding: 75px 10px 10px 10px;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left, #thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
  width: 50%;
  display: inline-block;
  position: relative;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left h2, #thanks-modal .modal-dialog .modal-content .body-inner .inner-right h2 {
  font-size: 26px;
  margin-top: 25px;
  color: #FFFFFF;
}
#thanks-modal .modal-dialog .modal-content .body-inner .inner-left p, #thanks-modal .modal-dialog .modal-content .body-inner .inner-right p {
  font-size: 18px;
  color: #FFFFFF;
}

#request-info-modal .modal-dialog {
  max-width: 769px;
  width: 100%;
  margin: 0 auto;
}
#request-info-modal .modal-dialog .modal-content {
  padding: 25px 50px;
}
#request-info-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  position: relative;
}
#request-info-modal .modal-dialog .modal-content form {
  padding: 15px 0;
}
#request-info-modal .modal-dialog .modal-content form input {
  height: 46px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  margin-bottom: 15px;
}
#request-info-modal .modal-dialog .modal-content form input[type=submit] {
  background: #00214b;
  color: #ffffff;
  font-size: 17px;
  font-family: "oscinetrialw04-boldregular";
  margin-bottom: 0;
}
#request-info-modal .modal-dialog .modal-content form p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0D1926;
  font-family: "oscinetrialw04-boldregular";
}
#request-info-modal .modal-dialog .modal-content form .pretty {
  margin-bottom: 15px;
}
#request-info-modal .modal-dialog .modal-content form .pretty .state label {
  font-size: 17px;
  color: #002753;
}
#request-info-modal .modal-dialog .modal-content form .pretty .state label:before {
  border-color: #156F9E;
  height: 14px;
  width: 14px;
  top: 2px;
}
#request-info-modal .modal-dialog .modal-content form .pretty.p-default input:checked ~ .state label:after {
  background-color: #156F9E !important;
  height: 10px;
  width: 10px;
  transform: scale(1);
  top: 4px;
  left: 2px;
}

#request-info .modal-dialog {
  max-width: 769px;
  width: 100%;
}
#request-info .modal-dialog .modal-content {
  padding: 25px 50px;
}
#request-info .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  position: relative;
}
#request-info .modal-dialog .modal-content form {
  padding: 15px 0;
}
#request-info .modal-dialog .modal-content form input {
  height: 46px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  margin-bottom: 15px;
}
#request-info .modal-dialog .modal-content form input[type=submit] {
  background: #156F9E;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 0;
}
#request-info .modal-dialog .modal-content form p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0D1926;
}
#request-info .modal-dialog .modal-content form .pretty {
  margin-bottom: 15px;
}
#request-info .modal-dialog .modal-content form .pretty .state label {
  font-size: 16px;
  color: #3E3E3E;
}
#request-info .modal-dialog .modal-content form .pretty .state label:before {
  border-color: #156F9E;
}
#request-info .modal-dialog .modal-content form .pretty.p-default input:checked ~ .state label:after {
  background-color: #156F9E !important;
}

.blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.navbar {
  background-color: rgba(0, 33, 75, 0.5);
}
.navbar .navbar-brand {
  margin-right: 50px;
}
.navbar .navbar-nav li.nav-item:not(:last-child) {
  margin-right: 30px;
}
.navbar .navbar-nav li.nav-item .dropdown-toggle::after {
  margin-left: 8px !important;
}
.navbar .navbar-nav li.nav-item .dropdown-menu a {
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .navbar-nav li.nav-item a.nav-link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .navbar-nav li.nav-item a.nav-link.border-link {
  border: 1px solid #ffff;
  display: block;
  padding: 8px 20px;
  border-radius: 4px;
}

.banner-common {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.banner-common .banner-image {
  position: relative;
}
.banner-common .banner-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 40, 61, 0.5);
}
.banner-common .banner-image img {
  width: 100%;
}
.banner-common .banner-form {
  bottom: 50px;
}
.banner-common h1 {
  position: absolute;
  left: 50%;
  width: max-content;
  padding: 15px;
  bottom: 35px;
  transform: translateX(-50%);
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

ul.points {
  list-style: none;
  padding-left: 15px;
}
ul.points li {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
ul.points li:before {
  position: absolute;
  left: 0;
  top: 5px;
  height: 11px;
  width: 11px;
  border: 2px solid #88C340;
  border-radius: 50%;
  content: "";
}

footer {
  position: relative;
}
footer .footer-top {
  background-color: #10222B;
  padding: 50px 0;
}
footer .footer-top h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .footer-top p {
  color: #FFFFFF;
}
footer .footer-top form {
  display: flex;
  margin: 25px 0;
}
footer .footer-top form .form-control {
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
footer .footer-top form input[type=submit] {
  width: 130px;
  color: #FFFFFF;
  background-color: #88C340 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
footer .footer-top form input {
  width: calc(100% - 130px);
  display: inline-block;
  height: 60px;
  background-color: #153544 !important;
}
footer .footer-top ul.contact {
  list-style: none;
  padding: 0;
}
footer .footer-top ul.contact li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  color: #FFFFFF;
  font-size: 18px;
}
footer .footer-top ul.contact li.phone:before {
  background-image: url("../../assets/img/phone.png");
}
footer .footer-top ul.contact li.email:before {
  background-image: url("../../assets/img/email.png");
}
footer .footer-top ul.contact li.address:before {
  background-image: url("../../assets/img/place.png");
}
footer .footer-top ul.contact li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: contain;
  width: 25px;
  background-repeat: no-repeat;
  height: 25px;
  background-position: center;
}
footer .footer-top ul.contact li a {
  color: #FFFFFF;
  font-size: 18px;
}
footer .footer-top .to-top {
  display: block;
  margin-left: auto;
  width: max-content;
}
footer .footer-bottom {
  background-color: #091921;
  padding: 30px 0;
}
footer .footer-bottom ul.quick-links li:not(:last-child) {
  margin-right: 30px;
}
footer .footer-bottom ul.quick-links li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}
footer .footer-bottom p {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-bottom h6 {
  color: #FFFFFF;
  font-size: 15px;
  text-align: right;
}
footer .footer-bottom ul.social {
  text-align: right;
}
footer .footer-bottom ul.social li:not(:last-child) {
  margin-right: 20px;
}
footer .footer-bottom ul.social li a {
  color: #FFFFFF;
}

h3.common-head {
  font-size: 23px;
  font-weight: 700;
  color: #2A2A2A;
  text-transform: uppercase;
}

.page {
  margin-bottom: 50px;
}

#accordion-two {
  padding: 50px 0;
}
#accordion-two .card {
  background: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
}
#accordion-two .card .card-header {
  background: #F2F2F2;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
  border-top: 1px solid #E8E8E8;
}
#accordion-two .card .card-header button {
  padding: 15px 65px 15px 15px;
  color: #000000de;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 20px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
#accordion-two .card .card-header button:before {
  position: absolute;
  right: 10px;
  top: 30px;
  height: 26px;
  width: 52px;
  transform: translateY(-50%);
  transition: all 0.2s;
  content: "";
  background-image: url("../../assets/img/hide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#accordion-two .card .card-header button.collapsed:before {
  background-image: url("../../assets/img/show.svg");
}
#accordion-two .card .card-body {
  padding: 10px 0;
}
#accordion-two .card .card-body h6 {
  font-size: 15px;
}
#accordion-two .card .card-body p {
  color: #0000008a;
  font-size: 15px;
  font-weight: 600;
}

.banner-form {
  max-width: 1155px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 3;
}
.banner-form h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  transform: none;
  position: initial;
  padding: 0;
  width: auto;
}
.banner-form form {
  border-radius: 4px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-form form .block {
  display: inline-block;
  width: calc((100% - 60px) / 5);
}
.banner-form form .block:not(:last-child) {
  margin-right: 15px;
}
.banner-form form .block.select-block {
  display: flex;
}
.banner-form form .block.select-block select {
  display: inline-block;
  width: calc((100% - 15px) / 2);
}
.banner-form form .block.select-block select:nth-child(1) {
  margin-right: 15px;
}
.banner-form form .form-control, .banner-form form .investRange .btn-group #min-max-price-range {
  padding: 5px;
  min-height: 44px;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: #495057;
}
.banner-form form .investRange .btn-group .dropdown-menu {
  min-width: 250px;
  background: #FFFFFF;
  z-index: 1030;
}
.banner-form form .price_Ranges a {
  font-size: 13px;
}
.banner-form form select {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.banner-form form button {
  background-color: #0081C5;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-form form button img {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.index .banner {
  position: relative;
  margin-bottom: 50px;
}
.index .recent-listings {
  padding-left: 15px;
  padding-bottom: 75px;
}
.index .recent-listings .recent-slider {
  position: relative;
  padding-top: 15px;
}
.index .recent-listings .recent-slider .owl-nav {
  position: absolute;
  top: -10px;
  right: 20%;
  transform: translateY(-100%);
}
.index .recent-listings .recent-slider .owl-nav button {
  width: 40px;
  height: 33px;
  background-color: #88C340;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: none;
}
.index .recent-listings .recent-slider .owl-nav button span {
  content: url("../../assets/img/arrow-right.svg");
  padding-top: 5px;
}
.index .recent-listings .recent-slider .owl-nav button.owl-next span {
  padding-left: 5px;
}
.index .recent-listings .recent-slider .owl-nav button.owl-prev span {
  content: url("../../assets/img/arrow-left.svg");
  padding-right: 5px;
}
.index .recent-listings .recent-slider .slider-item {
  margin: 10px 0;
  transition: all 0.25s;
  overflow: hidden;
}
.index .recent-listings .recent-slider .slider-item:hover {
  -moz-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
}
.index .recent-listings .recent-slider .slider-item:hover .carousel .carousel-control-next, .index .recent-listings .recent-slider .slider-item:hover .carousel .carousel-control-prev {
  opacity: 1;
}
.index .recent-listings .recent-slider .slider-item:hover a.read-more {
  opacity: 1;
}
.index .recent-listings .recent-slider .slider-item:hover .property-image-slider .owl-nav {
  opacity: 1;
}
.index .recent-listings .recent-slider .slider-item .property-details {
  padding: 15px;
  border: 1px solid #E4E4E4;
}
.index .recent-listings .recent-slider .slider-item .property-details h5 {
  font-size: 20px;
  font-weight: 600;
}
.index .recent-listings .recent-slider .slider-item .property-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.index .recent-listings .recent-slider .slider-item .property-details ul li {
  font-size: 14px;
}
.index .recent-listings .recent-slider .slider-item .carousel {
  position: relative;
}
.index .recent-listings .recent-slider .slider-item .carousel .carousel-item img {
  height: 241px;
  object-fit: cover;
  width: 100%;
}
.index .recent-listings .recent-slider .slider-item .carousel .carousel-control-next {
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #156F9E;
  opacity: 0;
  transition: all 0.25s;
}
.index .recent-listings .recent-slider .slider-item .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../assets/img/arrow-right.svg");
}
.index .recent-listings .recent-slider .slider-item .carousel .carousel-control-prev {
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #156F9E;
  opacity: 0;
  transition: all 0.25s;
}
.index .recent-listings .recent-slider .slider-item .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../../assets/img/arrow-left.svg");
}
.index .recent-listings .recent-slider .slider-item a.read-more {
  border: 1px solid #E4E4E4;
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  color: #4F778D;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
.index .recent-listings .recent-slider .slider-item a.read-more img {
  max-width: 21px;
  margin-left: 5px;
  display: inline-block;
}
.index .recent-listings .recent-slider .property-image-slider {
  position: relative;
}
.index .recent-listings .recent-slider .property-image-slider .item img {
  height: 241px;
  object-fit: cover;
  width: 100%;
}
.index .recent-listings .recent-slider .property-image-slider .owl-nav {
  position: initial;
  transform: none;
  opacity: 0;
  transition: all 0.25s;
  margin-top: 0;
}
.index .recent-listings .recent-slider .property-image-slider .owl-nav button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #156F9E;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
.index .recent-listings .recent-slider .property-image-slider .owl-nav button span {
  content: url("../../assets/img/arrow-right.svg");
  padding-top: 5px;
}
.index .recent-listings .recent-slider .property-image-slider .owl-nav button.owl-next span {
  padding-left: 5px;
}
.index .recent-listings .recent-slider .property-image-slider .owl-nav button.owl-prev {
  right: auto !important;
  left: 0 !important;
}
.index .recent-listings .recent-slider .property-image-slider .owl-nav button.owl-prev span {
  content: url("../../assets/img/arrow-left.svg");
  padding-right: 5px;
}
.index .featured-cities {
  padding: 50px 0;
  background-color: #E3EFF5;
  text-align: center;
}
.index .featured-cities .cities {
  margin: 50px 0 0 0;
  overflow: hidden;
  max-height: 540px;
}
.index .featured-cities .cities.main {
  max-height: initial;
}
.index .featured-cities .cities .city-block {
  position: relative;
  margin-bottom: 30px;
}
.index .featured-cities .cities .city-block .city-image {
  position: relative;
}
.index .featured-cities .cities .city-block .city-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 17, 64, 0.5);
}
.index .featured-cities .cities .city-block h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
}
.index .featured-cities .cities .city-block a.hover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}
.index .featured-cities a.show-all {
  display: block;
  width: max-content;
  margin: 15px auto 0 auto;
  font-weight: 600;
  font-size: 14px;
  color: #5B5B5B;
  text-decoration: none;
}
.index .featured-cities a.show-all.main img {
  transform: rotate(180deg);
}
.index .featured-cities a.show-all img {
  margin-left: 5px;
  transition: all 0.25s;
}
.index .find-home {
  padding: 50px 0;
}
.index .find-home h3 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
}
.index .find-home ul {
  margin-bottom: 0;
}
.index .find-home ul li {
  margin-bottom: 10px;
}
.index .find-home ul li a {
  border-radius: 4px;
  display: block;
  border: 2px solid #156F9E;
  padding: 7px 25px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #156F9E;
  color: #FFFFFF;
  text-decoration: none;
}
.index .find-home ul li:nth-child(even) a {
  background-color: #FFFFFF;
  color: #156F9E;
}
.index .bg-image-block {
  text-align: center;
  padding: 100px 0;
  color: #FFFFFF;
  background-image: url("../../assets/img/bg-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.index .bg-image-block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 31, 57, 0.65);
  content: "";
  left: 0;
  top: 0;
}
.index .bg-image-block .inner-content {
  position: relative;
}
.index .bg-image-block p {
  color: #FFFFFF;
}
.index .bg-image-block h3 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index .bg-image-block a {
  border-radius: 4px;
  display: block;
  border: 2px solid #156F9E;
  padding: 7px 25px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #156F9E;
  color: #FFFFFF;
  text-decoration: none;
  width: max-content;
  margin: 0 auto;
}
.index .market-status {
  padding: 50px 0;
}
.index .market-status h3 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.index .market-status table {
  width: 100%;
  margin: 25px 0;
}
.index .market-status table.main tbody tr {
  display: table-row !important;
}
.index .market-status table tr {
  border-bottom: 1px solid #FFFFFF;
}
.index .market-status table thead {
  background-color: #E3EFF5;
}
.index .market-status table thead tr th {
  color: #156F9E;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 5px;
  font-size: 22px;
}
.index .market-status table tbody tr {
  display: none;
}
.index .market-status table tbody tr:nth-child(1), .index .market-status table tbody tr:nth-child(2), .index .market-status table tbody tr:nth-child(3), .index .market-status table tbody tr:nth-child(4), .index .market-status table tbody tr:nth-child(5), .index .market-status table tbody tr:nth-child(6), .index .market-status table tbody tr:nth-child(7), .index .market-status table tbody tr:nth-child(8) {
  display: table-row;
}
.index .market-status table tbody tr td {
  padding: 8px 5px;
  font-size: 18px;
}
.index .market-status table tbody tr td img {
  vertical-align: initial;
  margin-left: 5px;
}
.index .market-status .table-show-all {
  display: block;
  width: max-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  color: #5B5B5B;
  text-decoration: none;
}
.index .market-status .table-show-all.main img {
  transform: rotate(180deg);
}
.index .market-status .table-show-all img {
  margin-left: 5px;
  transition: all 0.25s;
}
.index .find-out {
  background-image: url("../../assets/img/find-bg.png");
  background-size: 484px auto;
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
}
.index .find-out:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 171px;
  height: 142px;
  background-image: url("../../assets/img/dots.png");
  background-size: cover;
}
.index .find-out:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 171px;
  height: 142px;
  background-image: url("../../assets/img/dots.png");
  background-size: cover;
}
.index .find-out h3 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.index .find-out p {
  text-align: center;
  font-weight: 600;
}
.index .find-out .image-block {
  max-width: 1012px;
  width: 100%;
  margin: 25px auto 0 auto;
  position: relative;
  z-index: 2;
}
.index .find-out .image-block .content {
  background-color: #156F9E;
  padding: 30px;
}
.index .find-out .image-block .content p {
  color: #FFFFFF;
  text-align: left;
}
.index .find-out .image-block .content a {
  color: #FFFFFF;
}
.index .find-out .image-block .content a img {
  margin-left: 5px;
  filter: invert(1) brightness(200%);
}
.index .reviews {
  background-color: #E3EFF5;
  padding: 50px 0;
}
.index .reviews .review {
  text-align: center;
}
.index .reviews .review h3 {
  font-size: 29px;
  margin: 15px 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.index .reviews .review .design-element {
  display: block;
  margin: 0 auto;
  border: 1px solid #BAD0DB;
  width: 126px;
}
.index .reviews .review p {
  font-weight: 600;
  text-align: center;
}
.index .reviews .review .review-slider {
  text-align: center;
  padding: 25px;
}
.index .reviews .review .review-slider .slider-item {
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
}
.index .reviews .review .review-slider img.profile {
  width: 118px;
  height: 118px;
  display: block;
  margin: 15px auto;
  border-radius: 50%;
  object-fit: cover;
}
.index .reviews .review .review-slider h6 {
  font-weight: 600;
  font-size: 17px;
  color: #474747;
  margin-bottom: 0;
}
.index .reviews .review .review-slider .owl-dots button {
  outline: none;
  box-shadow: none;
}
.index .reviews .review .review-slider .owl-dots button.active span {
  width: 15px !important;
  transition: all 0.25s;
}
.index .reviews .review .review-slider .owl-dots button.active span {
  background-color: #88C340;
  width: 11px;
  height: 11px;
  transition: all 0.25s;
  transition-delay: 0.15s;
}
.index .reviews .review .review-slider .owl-nav button {
  width: 35px;
  height: 88px;
  background-color: #156F9E;
  border-radius: 18px;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index .reviews .review .review-slider .owl-nav button span {
  content: url("../../assets/img/arrow-right.svg");
  padding-top: 5px;
}
.index .reviews .review .review-slider .owl-nav button.owl-next span {
  padding-left: 5px;
}
.index .reviews .review .review-slider .owl-nav button.owl-prev {
  right: auto;
  left: 0 !important;
}
.index .reviews .review .review-slider .owl-nav button.owl-prev span {
  content: url("../../assets/img/arrow-left.svg");
}

.about p {
  font-weight: 600;
}
.about h6 {
  padding-left: 15px;
  font-size: 15px;
  font-weight: 700;
}
.about ul.points li {
  text-transform: uppercase;
}

.contact h3 {
  margin-bottom: 25px;
}
.contact ul.contact-info {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  justify-content: center;
  margin-bottom: 50px;
}
.contact ul.contact-info li {
  display: inline-block;
  position: relative;
}
.contact ul.contact-info li:not(:last-child) {
  padding-right: 50px;
  margin-right: 50px;
}
.contact ul.contact-info li:not(:last-child):after {
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #5B5B5B;
}
.contact ul.contact-info li h6 {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contact ul.contact-info li p, .contact ul.contact-info li a {
  font-size: 16px;
  font-weight: 700;
  color: #00214B;
  margin-bottom: 0;
  display: block;
}
.contact form .form-control {
  margin-bottom: 15px;
  min-height: 62px;
  border-radius: 4px;
}
.contact form textarea {
  height: 200px;
}
.contact form button {
  background-color: #064A6E;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  padding: 0 25px;
  width: 253px;
}

a.hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.property-listing .head-block {
  margin-bottom: 25px;
}
.property-listing .head-block form {
  display: flex;
}
.property-listing .head-block form select {
  width: 100%;
  max-width: 250px;
  display: inline-block;
  min-height: 39px;
  padding: 0 5px;
}
.property-listing .head-block form select:first-child {
  margin-right: 10px;
}
.property-listing .list-inner .slider-item {
  transition: all 0.25s;
  overflow: hidden;
  margin-bottom: 30px;
}
.property-listing .list-inner .slider-item:hover {
  -moz-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
}
.property-listing .list-inner .slider-item:hover .property-image-slider .owl-nav {
  opacity: 1;
}
.property-listing .list-inner .slider-item .property-details {
  padding: 15px;
  border: 1px solid #E4E4E4;
}
.property-listing .list-inner .slider-item .property-details h5 {
  font-size: 20px;
  font-weight: 600;
}
.property-listing .list-inner .slider-item .property-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.property-listing .list-inner .slider-item .property-details ul li {
  font-size: 14px;
}
.property-listing .list-inner .slider-item .property-image img {
  width: 100%;
}

.listing .listing-inner {
  max-width: 777px;
  width: 100%;
  margin: 0 auto;
}
.listing .listing-inner .tab-sec .nav-tabs {
  display: flex;
  width: 100%;
  border: none !important;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item {
  display: inline-block;
  width: calc(100% / 2);
  margin-right: 0 !important;
  text-align: center;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item p {
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  font-weight: 600;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link {
  border: none !important;
  background-color: #FFFFFF;
  color: #2A2A2A;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link img {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
  transition: all 0.25s;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link span {
  font-weight: 600;
  text-transform: uppercase;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link.active {
  color: #FFFFFF;
  background-color: #156F9E;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  transition: all 0.25s;
}
.listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link.active img {
  filter: invert(1) brightness(200%);
  transition: all 0.25s;
}
.listing .listing-inner .tab-sec .tab-content {
  padding: 30px 0;
  margin-top: 30px;
}
.listing .listing-inner .tab-sec .tab-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.listing .listing-inner .tab-sec .tab-content ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.listing .listing-inner .tab-sec .tab-content :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.listing .listing-inner .tab-sec .tab-content :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.listing .listing-inner .tab-sec .tab-content hr {
  border-top: 1px solid #CCCCCC;
  margin: 15px 0;
  width: 100%;
}
.listing .listing-inner .tab-sec .tab-content h4.common-head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
  color: #156F9E;
}
.listing .listing-inner .tab-sec .tab-content h5.common-head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 20px 0 15px 0;
  color: #156F9E;
}
.listing .listing-inner .tab-sec .tab-content button {
  background-color: #156F9E;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  width: 201px;
  text-align: center;
}
.listing .listing-inner .tab-sec .tab-content .upload {
  max-width: 185px;
  width: 100%;
  height: 146px;
  display: block;
  background-color: #F2F2F2;
  position: relative;
  margin-bottom: 30px;
}
.listing .listing-inner .tab-sec .tab-content .upload input {
  display: none;
}
.listing .listing-inner .tab-sec .tab-content .upload a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.listing .listing-inner .tab-sec .tab-content .upload a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listing .listing-inner .tab-sec .tab-content .uploaded-image ul {
  display: flex;
  flex-wrap: wrap;
}
.listing .listing-inner .tab-sec .tab-content .uploaded-image ul li {
  width: calc((100% - 15px) / 4);
  display: inline-block;
}
.listing .listing-inner .tab-sec .tab-content .uploaded-image ul li:nth-child(4n+4) {
  margin-right: 0 !important;
}
.listing .listing-inner .tab-sec .tab-content .uploaded-image ul li img {
  width: 100%;
  object-fit: cover;
  height: 100px;
}
.listing .listing-inner .tab-sec .tab-content .uploaded-image ul li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
.listing .listing-inner .tab-sec .tab-content .form-control {
  margin-bottom: 15px;
  min-height: 44px;
  text-transform: capitalize;
  box-shadow: none;
  outline: none;
  position: relative;
}
.listing .listing-inner .tab-sec .tab-content .required {
  border-color: red !important;
}
.listing .listing-inner .tab-sec .tab-content select {
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
}
.listing .listing-inner .tab-sec .tab-content textarea {
  min-height: 122px !important;
}
.listing .listing-inner .tab-sec .tab-content textarea.description {
  height: 240px;
}
.listing .listing-inner .tab-sec .tab-content .pretty {
  margin-bottom: 20px;
}
.listing .listing-inner .tab-sec .tab-content .pretty label {
  padding-left: 5px;
  font-size: 13px;
  font-weight: 600;
}
.listing .listing-inner .tab-sec .tab-content .pretty label:after {
  transform: scale(1.5);
}
.listing .listing-inner .tab-sec .tab-content .pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
  transform: scale(0.8);
  margin-left: -1px;
  margin-top: 1px;
}
.listing .listing-inner .tab-sec .tab-content .state label:before {
  border: 1px solid #B7B7B7 !important;
  display: block !important;
  transform: scale(1.5);
  border-radius: 4px;
  top: 2px !important;
}
.listing .listing-inner .tab-sec .tab-content input:checked ~ .state label:after {
  background-color: #FFFFFF !important;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  top: 2px !important;
}
.listing .listing-inner .tab-sec .tab-content input:checked ~ .state label:before {
  border-color: #B7B7B7 !important;
}
.listing .listing-inner .tab-sec .tab-content a.add-unit {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  color: #156F9E;
  display: block;
  width: max-content;
  margin: 15px 0;
}
.listing .listing-inner .tab-sec .tab-content a.add-unit img {
  position: relative;
  margin-left: 5px;
  bottom: 2px;
}
.listing #accordion-one {
  padding: 15px 0 0 0;
}
.listing #accordion-one .card {
  background: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
}
.listing #accordion-one .card .card-header {
  padding: 0;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
.listing #accordion-one .card .card-header button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  color: #156F9E;
  padding: 0 35px 0 0;
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.listing #accordion-one .card .card-header button:before {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.2s;
  content: "";
  background-image: url("../../assets/img/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.listing #accordion-one .card .card-header button.collapsed:before {
  transform: translateY(-50%) rotate(0);
  background-image: url("../../assets/img/plus.svg");
}
.listing #accordion-one .card .card-body {
  padding: 10px 0;
}
.listing #accordion-one .card .card-body h6 {
  font-size: 15px;
}
.listing #accordion-one .card .card-body p {
  color: #0000008a;
  font-size: 15px;
}

.property-detail-page .prop-details {
  margin-bottom: 50px;
}
.property-detail-page .prop-details .prop-slider .carousel {
  position: relative;
  margin-bottom: 15px;
}
.property-detail-page .prop-details .prop-slider .carousel .carousel-control-next {
  right: 15px;
  top: 50%;
  width: 16px;
  height: 48px;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.25s;
}
.property-detail-page .prop-details .prop-slider .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../assets/img/arrow-right.svg");
  width: 16px;
  height: 48px;
}
.property-detail-page .prop-details .prop-slider .carousel .carousel-control-prev {
  left: 15px;
  top: 50%;
  width: 16px;
  height: 48px;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.25s;
}
.property-detail-page .prop-details .prop-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../../assets/img/arrow-left.svg");
  width: 16px;
  height: 48px;
}
.property-detail-page .prop-details .prop-slider .carousel .carousel-item img {
  object-fit: cover;
  height: 475px;
  width: 100%;
}
.property-detail-page .prop-details .prop-content h3.name {
  font-size: 24px;
  font-weight: 600;
}
.property-detail-page .prop-details .prop-content p.location {
  font-weight: 600;
}
.property-detail-page .prop-details .prop-content p.location img {
  max-height: 17px;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
.property-detail-page .prop-details .prop-content ul.info {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
.property-detail-page .prop-details .prop-content ul.info li:not(:last-child) {
  margin-right: 20px;
}
.property-detail-page .prop-details .prop-content ul.info li h6 {
  font-size: 12px;
  font-weight: 600;
  color: #5B5B5B;
  margin-bottom: 0;
  text-transform: uppercase;
}
.property-detail-page .prop-details .prop-content ul.info li p {
  font-weight: 700;
  color: #2A2A2A;
  margin-bottom: 0;
}
.property-detail-page .prop-details .prop-content ul.pets li:not(:last-child) {
  margin-right: 20px;
}
.property-detail-page .prop-details .prop-content ul.pets li h6 {
  font-size: 12px;
  font-weight: 600;
  color: #5B5B5B;
  margin-bottom: 0;
  text-transform: uppercase;
}
.property-detail-page .prop-details .prop-content ul.pets li p.head {
  font-weight: 700;
  color: #2A2A2A;
  margin-bottom: 10px;
}
.property-detail-page .prop-details .prop-content ul.pets li p {
  margin-bottom: 5px;
  font-size: 14px;
}
.property-detail-page .prop-details .prop-content ul.pets li a {
  font-weight: 700;
  font-size: 12px;
  color: #156F9E;
  text-transform: capitalize;
  position: relative;
  padding-right: 30px;
}
.property-detail-page .prop-details .prop-content ul.pets li a:after {
  background-color: #156F9E;
  height: 2px;
  width: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
.property-detail-page .prop-details .prop-content p.head {
  font-weight: 700;
  color: #2A2A2A;
  margin-bottom: 10px;
}
.property-detail-page .prop-details .prop-content ul.social a {
  display: block;
  width: 45px;
  height: 41px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #BEBEBE;
}
.property-detail-page .prop-details .prop-content ul.social a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.property-detail-page .prop-details .prop-content a.contact-us {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  background-color: #0081C5;
  border-radius: 4px;
  width: 175px;
  text-align: center;
  height: 44px;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-header {
  border-bottom: none;
  padding: 15px;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-header button {
  outline: none;
  border: none;
  box-shadow: none;
  padding: 5px 10px;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body {
  padding: 0 10px 10px 10px;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body h4 {
  color: #156F9E;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 5px;
  font-size: 20px;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form textarea {
  height: 100px;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form .form-control {
  margin-bottom: 15px;
  min-height: 44px;
  text-transform: capitalize;
  box-shadow: none;
  outline: none;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  font-weight: 600;
  color: #5B5B5B;
  text-transform: capitalize;
}
.property-detail-page .prop-details .prop-content #contact-modal .modal-body form button {
  background-color: #156F9E;
  color: #FFFFFF;
  text-transform: uppercase !important;
  font-weight: 700;
  width: 201px;
  text-align: center;
}
.property-detail-page table {
  width: 100%;
  margin: 50px 0;
  background-color: #E3ECF1;
}
.property-detail-page table tr th {
  background-color: #D4E2E9 !important;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
}
.property-detail-page table tr th:not(:first-child) {
  text-align: center;
}
.property-detail-page table tr td {
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
  vertical-align: top;
}
.property-detail-page table tr td.blue {
  color: #156F9E;
  font-weight: 700;
}
.property-detail-page table tr td span {
  font-size: 12px;
}
.property-detail-page table tbody tr:nth-child(odd) {
  background-color: #EEF5F8;
}
.property-detail-page table tbody tr td:not(:first-child) {
  text-align: center;
}
.property-detail-page #accordion-two {
  padding: 25px 0;
}
.property-detail-page #accordion-two ul.features li {
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
}
.property-detail-page #accordion-two ul.features li:not(:last-child) {
  border-right: 1px solid #E4E4E4;
  margin-right: 0;
}
.property-detail-page .recent-slider-two {
  position: relative;
  padding-top: 15px;
}
.property-detail-page .recent-slider-two .owl-nav {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translateY(-100%);
}
.property-detail-page .recent-slider-two .owl-nav button {
  width: 40px;
  height: 33px;
  background-color: #88C340 !important;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: none;
}
.property-detail-page .recent-slider-two .owl-nav button span {
  content: url("../../assets/img/arrow-right.svg");
  padding-top: 5px;
}
.property-detail-page .recent-slider-two .owl-nav button.owl-next span {
  padding-left: 5px;
}
.property-detail-page .recent-slider-two .owl-nav button.owl-prev span {
  content: url("../../assets/img/arrow-left.svg");
  padding-right: 5px;
}
.property-detail-page .recent-slider-two .slider-item {
  margin: 10px 0;
  transition: all 0.25s;
  overflow: hidden;
}
.property-detail-page .recent-slider-two .slider-item:hover {
  -moz-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
}
.property-detail-page .recent-slider-two .slider-item:hover .carousel .carousel-control-next, .property-detail-page .recent-slider-two .slider-item:hover .carousel .carousel-control-prev {
  opacity: 1;
}
.property-detail-page .recent-slider-two .slider-item:hover a.read-more {
  opacity: 1;
}
.property-detail-page .recent-slider-two .slider-item:hover .property-image-slider .owl-nav {
  opacity: 1;
}
.property-detail-page .recent-slider-two .slider-item .property-details {
  padding: 15px;
  border: 1px solid #E4E4E4;
}
.property-detail-page .recent-slider-two .slider-item .property-details h5 {
  font-size: 20px;
  font-weight: 600;
}
.property-detail-page .recent-slider-two .slider-item .property-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.property-detail-page .recent-slider-two .slider-item .property-details ul li {
  font-size: 14px;
}
.property-detail-page .recent-slider-two .slider-item .carousel {
  position: relative;
}
.property-detail-page .recent-slider-two .slider-item .carousel .carousel-item img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.property-detail-page .recent-slider-two .slider-item .carousel .carousel-control-next {
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #156F9E;
  opacity: 0;
  transition: all 0.25s;
}
.property-detail-page .recent-slider-two .slider-item .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../assets/img/arrow-right.svg");
}
.property-detail-page .recent-slider-two .slider-item .carousel .carousel-control-prev {
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #156F9E;
  opacity: 0;
  transition: all 0.25s;
}
.property-detail-page .recent-slider-two .slider-item .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../../assets/img/arrow-left.svg");
}
.property-detail-page .recent-slider-two .slider-item a.read-more {
  border: 1px solid #E4E4E4;
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  color: #4F778D;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
.property-detail-page .recent-slider-two .slider-item a.read-more img {
  max-width: 21px;
  margin-left: 5px;
  display: inline-block;
}
.property-detail-page .recent-slider-two .property-image-slider {
  position: relative;
}
.property-detail-page .recent-slider-two .property-image-slider .item img {
  height: 241px;
  object-fit: cover;
  width: 100%;
}
.property-detail-page .recent-slider-two .property-image-slider .owl-nav {
  position: initial;
  transform: none;
  opacity: 0;
  transition: all 0.25s;
  margin-top: 0;
}
.property-detail-page .recent-slider-two .property-image-slider .owl-nav button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #156F9E;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
.property-detail-page .recent-slider-two .property-image-slider .owl-nav button span {
  content: url("../../assets/img/arrow-right.svg");
  padding-top: 5px;
}
.property-detail-page .recent-slider-two .property-image-slider .owl-nav button.owl-next span {
  padding-left: 5px;
}
.property-detail-page .recent-slider-two .property-image-slider .owl-nav button.owl-prev {
  right: auto !important;
  left: 0 !important;
}
.property-detail-page .recent-slider-two .property-image-slider .owl-nav button.owl-prev span {
  content: url("../../assets/img/arrow-left.svg");
  padding-right: 5px;
}

.find-property {
  background-image: url("../../assets/img/find-prop.jpg");
  background-size: cover;
  padding: 125px 0 30px 0;
}
.find-property h2 {
  font-size: 33px;
  color: #FFFFFF;
}
.find-property .search-by-top {
  margin-bottom: 15px;
  position: relative;
  height: 61px;
  border: 2px solid #00214b;
  max-width: 1000px;
  margin: 30px auto;
  width: 100%;
  display: flex;
}
.find-property .search-by-top form {
  width: 100%;
}
.find-property .search-by-top input[type=text] {
  display: inline-block;
  border: none;
  height: 57px;
  left: 31px !important;
  background: #FFFFFF;
  width: 76%;
  border-radius: 0;
}
.find-property .search-by-top input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
.find-property .search-by-top select {
  height: 57px;
  float: left;
  display: inline-block;
  width: 20%;
  border-right: 2px solid #00214b;
  border-radius: 0;
}
.find-property .search-by-top select:focus {
  outline: none;
  box-shadow: none;
}
.find-property .search-by-top button {
  position: absolute;
  right: 0;
  width: 20%;
  height: 57px;
  float: right;
  background: #00214b;
  color: #FFFFFF;
  outline: none;
  border: none;
  font-size: 17px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
}
.find-property .search-by-top button img {
  position: relative;
  bottom: 5px;
  margin-right: 10px;
}
.find-property .advanced-search {
  text-align: center;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize;
}
.find-property .advanced-search.main img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.find-property .advanced-search img {
  margin-left: 5px;
  transition: all 0.3s;
  position: relative;
  bottom: 3px;
  filter: brightness(500%);
}
.find-property .search-by-bottom {
  display: none;
}
.find-property .search-by-bottom.main {
  display: block;
}
.find-property .search-by-bottom select, .find-property .search-by-bottom input[type=text] {
  height: 47px;
  margin-bottom: 30px;
  border-color: #B9B9B9;
  border-radius: 0;
}
.find-property .search-by-bottom select:focus, .find-property .search-by-bottom select:visited, .find-property .search-by-bottom select:active, .find-property .search-by-bottom select:hover, .find-property .search-by-bottom input[type=text]:focus, .find-property .search-by-bottom input[type=text]:visited, .find-property .search-by-bottom input[type=text]:active, .find-property .search-by-bottom input[type=text]:hover {
  border-color: #B9B9B9 !important;
  box-shadow: none !important;
  outline: none;
}
.find-property .search-by-bottom select {
  width: 100%;
  padding: 0 10px;
  background: #FFFFFF;
}
.find-property .search-by-bottom .keywords {
  height: 47px;
  overflow: hidden;
  display: flex;
  position: relative;
  background: #FFFFFF;
}
.find-property .search-by-bottom .keywords span, .find-property .search-by-bottom .keywords input[type=text], .find-property .search-by-bottom .keywords input[type=submit] {
  display: inline-block;
  height: 47px;
}
.find-property .search-by-bottom .keywords span:focus, .find-property .search-by-bottom .keywords input[type=text]:focus, .find-property .search-by-bottom .keywords input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}
.find-property .search-by-bottom .keywords span {
  padding: 10px;
  border-right: 1px solid #B9B9B9;
  width: 15%;
  text-align: center;
}
.find-property .search-by-bottom .keywords input[type=text] {
  border: none;
  width: 85%;
  padding: 10px;
}
.find-property .search-by-bottom .keywords input[type=submit] {
  width: 15%;
  text-align: center;
  background: #156F9E;
  border: none;
  color: #FFFFFF;
  float: right;
  outline: none;
  font-size: 17px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
}
.find-property .search-by-bottom .price-range {
  margin-bottom: 30px;
}
.find-property .search-by-bottom .price-range label {
  color: #FFFFFF;
}
.find-property .search-by-bottom .price-range .ui-slider-horizontal {
  height: 7px;
  background: #E2E2E2;
}
.find-property .search-by-bottom .price-range .ui-widget-header {
  background: #00214b;
  height: 7px;
}
.find-property .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #E2E2E2;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  border: 1px solid #B1B1B1;
}
.find-property .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default:hover, .find-property .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
  border: 1px solid #B1B1B1;
  box-shadow: none;
}
.find-property .search-by-bottom .price-range p {
  margin-bottom: 4px;
}
.find-property .search-by-bottom .price-range p input {
  margin-bottom: 0;
  height: auto;
  border: none !important;
  outline: none;
  font-weight: initial !important;
  color: #FFFFFF !important;
  background: transparent;
}

.property-list-page {
  min-height: 500px;
}
.property-list-page .property-lists {
  margin-top: 25px;
  position: relative;
  min-height: 400px;
}
.property-list-page .property-lists.sold {
  padding-top: 50px;
}
.property-list-page .property-lists .center {
  width: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.property-list-page .property-lists h2 {
  font-size: 26px;
  display: inline-block;
  text-transform: capitalize;
  color: #4B5A6A;
  margin-bottom: 15px;
  margin-right: 5px;
}
.property-list-page .property-lists a.back-button {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #00335C;
  padding: 10px 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.property-list-page .property-lists ul.toggle-links {
  display: inline-block;
  float: right;
}
.property-list-page .property-lists ul.toggle-links li a img {
  max-height: 17px;
}
.property-list-page .property-lists a.view-more {
  max-width: 95px;
  font-size: 13px;
  color: #888796;
  margin: 10px auto;
  display: block;
  text-transform: uppercase;
}
.property-list-page .property-lists a.view-more img {
  margin-left: 6px;
  position: relative;
  bottom: 3px;
}
.property-list-page .property-lists .props-lists .props-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
  justify-content: start;
}
.property-list-page .property-lists .props-lists .props-list .property {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  margin-bottom: 15px;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details {
  padding: 30px;
  background: #F2F2F2;
  transition: all 0.4s;
  width: 100%;
  position: relative;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.sold {
  color: #FFFFFF;
  background-color: red;
  border-radius: 10px;
  padding: 0 10px;
  text-transform: capitalize;
  width: max-content;
  font-weight: 500;
  font-size: 14px;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.location {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.location:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  background-image: url("../../assets/img/place.png");
  background-repeat: no-repeat;
  height: 17px;
  width: 15px;
  background-size: 100%;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p {
  color: #3E3E3E;
  transition: all 0.3s;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.sold-price {
  color: red;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p:last-child {
  margin-bottom: 0;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p:before {
  position: absolute;
  left: 0;
  content: "";
  height: 15px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.price:before {
  background-image: url("../../assets/img/price-tag.png");
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.bed:before {
  background-image: url("../../assets/img/bedroom.png");
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.bath:before {
  background-image: url("../../assets/img/bathtub.png");
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details p.sqft:before {
  background-image: url("../../assets/img/sqft.png");
}
.property-list-page .property-lists .props-lists .props-list .property .slider-details h4 {
  color: #3E3E3E;
  transition: all 0.3s;
  margin-bottom: 5px;
  font-size: 19px;
  padding-left: 0;
}
.property-list-page .property-lists .props-lists .props-list .property:hover .slider-details {
  background: #FFFFFF !important;
  transition: all 0.3s;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
}
.property-list-page .property-lists .props-lists .props-list .property:hover .property-list-slider .owl-nav {
  opacity: 1;
  transition: all 0.4s;
}
.property-list-page .property-lists .props-lists .props-list .property:hover .property-list-slider .slider-image:before {
  background: rgba(0, 0, 0, 0.25) !important;
  transition: all 0.3s;
}
.property-list-page .property-lists .props-lists .props-list .property:nth-child(4n) {
  margin-right: 0;
}
.property-list-page .property-lists .props-lists .props-list .property .carousel .carousel-inner img {
  height: 405px;
  object-fit: cover;
}
.property-list-page .property-lists .props-grid .property {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.property-list-page .property-lists .props-grid .property:hover .owl-nav {
  opacity: 1;
  transition: all 0.4s;
}
.property-list-page .property-lists .props-grid .property:hover .slider-image:before {
  background: rgba(0, 0, 0, 0.25) !important;
  transition: all 0.3s;
}
.property-list-page .property-lists .props-grid .property:hover .slider-details {
  background: #FFFFFF;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.property-list-page .property-lists .props-grid .property .carousel .carousel-inner img {
  height: 340px;
  object-fit: cover;
  width: 100%;
}
.property-list-page .property-lists .props-grid .property .property-list-slider, .property-list-page .property-lists .props-grid .property .carousel {
  width: 50%;
  display: inline-block;
  height: 100%;
}
.property-list-page .property-lists .props-grid .property .property-list-slider .property-slider-block .slider-image, .property-list-page .property-lists .props-grid .property .carousel .property-slider-block .slider-image {
  position: relative;
}
.property-list-page .property-lists .props-grid .property .property-list-slider .property-slider-block .slider-image img, .property-list-page .property-lists .props-grid .property .carousel .property-slider-block .slider-image img {
  position: relative;
  height: 263px;
  width: 100%;
  object-fit: cover;
}
.property-list-page .property-lists .props-grid .property .property-list-slider .property-slider-block .slider-image img:before, .property-list-page .property-lists .props-grid .property .carousel .property-slider-block .slider-image img:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.property-list-page .property-lists .props-grid .property .slider-details {
  width: 50%;
  display: inline-block;
  background: #F2F2F2;
  padding: 30px;
  transition: all 0.3s;
}
.property-list-page .property-lists .props-grid .property .slider-details p.sold {
  color: #FFFFFF;
  background-color: red;
  border-radius: 10px;
  padding: 0 10px;
  text-transform: capitalize;
  width: max-content;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.property-list-page .property-lists .props-grid .property .slider-details h4 {
  color: #3E3E3E;
  transition: all 0.3s;
  margin-bottom: 10px;
  font-size: 20px;
  padding-left: 0;
}
.property-list-page .property-lists .props-grid .property .slider-details span {
  color: #686868;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 75px;
}
.property-list-page .property-lists .props-grid .property .slider-details p.location {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.property-list-page .property-lists .props-grid .property .slider-details p.location:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  background-image: url("../../assets/img/place.png");
  background-repeat: no-repeat;
  height: 17px;
  width: 15px;
  background-size: 100%;
}
.property-list-page .property-lists .props-grid .property .slider-details p.location span {
  height: auto;
  margin-bottom: 0;
  display: inline-block;
  font-size: 15px;
  color: #212529;
  vertical-align: bottom;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li {
  margin-bottom: 10px;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li:not(:last-child) {
  margin-right: 20px;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p {
  color: #3E3E3E;
  transition: all 0.3s;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p.sold-price {
  color: red;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p:last-child {
  margin-bottom: 0;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p:before {
  position: absolute;
  left: 0;
  content: "";
  height: 15px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p.price:before {
  background-image: url("../../assets/img/price-tag.png");
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p.bed:before {
  background-image: url("../../assets/img/bedroom.png");
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p.bath:before {
  background-image: url("../../assets/img/bathtub.png");
}
.property-list-page .property-lists .props-grid .property .slider-details ul li p.sqft:before {
  background-image: url("../../assets/img/sqft.png");
}
.property-list-page .property-lists .props-grid .property .slider-details a.read-more {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #00335C;
  padding: 10px 25px;
  font-size: 14px;
}
.property-list-page .property-lists .map-view {
  display: block;
  padding-bottom: 10px;
}
.property-list-page .property-lists .map-view .map-view-inner {
  display: flex;
  width: 100%;
}
.property-list-page .property-lists .map-view .map-view-inner .map-block {
  width: 50%;
  display: inline-block;
  height: 90vh;
}
.property-list-page .property-lists .map-view .map-view-inner .map-block iframe {
  height: 100%;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property {
  width: 50%;
  display: inline-block;
  padding-left: 15px;
  height: 90vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
  justify-content: start;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property:nth-child(2n) {
  margin-right: 0;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details {
  padding: 30px;
  background: #F2F2F2;
  transition: all 0.4s;
  width: 100%;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p {
  color: #3E3E3E;
  transition: all 0.3s;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p.sold-price {
  color: red;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p:last-child {
  margin-bottom: 0;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p:before {
  position: absolute;
  left: 0;
  content: "";
  height: 15px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p.price:before {
  background-image: url("../../assets/img/price-tag.png");
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p.bed:before {
  background-image: url("../../assets/img/bedroom.png");
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p.bath:before {
  background-image: url("../../assets/img/bathtub.png");
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p.sqft:before {
  background-image: url("../../assets/img/sqft.png");
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details p.sold {
  color: #FFFFFF;
  background-color: red;
  border-radius: 10px;
  padding: 0 10px;
  text-transform: capitalize;
  width: max-content;
  font-weight: 500;
  font-size: 14px;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .slider-details h4 {
  color: #3E3E3E;
  transition: all 0.3s;
  margin-bottom: 5px;
  font-size: 19px;
  padding-left: 0;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property:hover .slider-details {
  background: #FFFFFF !important;
  transition: all 0.3s;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property:hover .property-list-slider .owl-nav {
  opacity: 1;
  transition: all 0.4s;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property:hover .property-list-slider .slider-image:before {
  background: rgba(0, 0, 0, 0.25) !important;
  transition: all 0.3s;
}
.property-list-page .property-lists .map-view .map-view-inner .map-property .properties .property .carousel .carousel-inner img {
  height: 300px;
  object-fit: cover;
}

.property-detail .image-slider {
  margin-bottom: 50px;
}
.property-detail .image-slider .properties-slider-detail img {
  height: 549px;
  object-fit: cover;
}
.property-detail .property-detail-inner {
  padding-bottom: 50px;
}
.property-detail .property-detail-inner .container {
  max-width: 1375px;
}
.property-detail .property-detail-inner .property-main {
  margin-bottom: 30px;
}
.property-detail .property-detail-inner .property-main h3 {
  font-size: 21px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .property-main ul {
  margin-bottom: 0;
}
.property-detail .property-detail-inner .property-main ul li {
  font-size: 15px;
  color: #444444;
  font-weight: 600;
  position: relative;
}
.property-detail .property-detail-inner .property-main ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 11px;
}
.property-detail .property-detail-inner .property-main ul li:not(:last-child):after {
  position: absolute;
  right: 0;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  background: #C1C1C1;
}
.property-detail .property-detail-inner .property-main p {
  margin-bottom: 10px;
}
.property-detail .property-detail-inner .property-main .main-right {
  text-align: right;
}
.property-detail .property-detail-inner .property-main .main-right p {
  color: #AAAAAA;
}
.property-detail .property-detail-inner .property-main .main-right p.sold {
  color: #FFFFFF;
  background-color: red;
  border-radius: 10px;
  padding: 0 10px;
  text-transform: capitalize;
  width: max-content;
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
}
.property-detail .property-detail-inner .bg-common {
  background: #F8F8F8;
  padding: 30px;
}
.property-detail .property-detail-inner .bg-common h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  text-transform: capitalize;
}
.property-detail .property-detail-inner .bg-common .property {
  margin-top: 15px;
}
.property-detail .property-detail-inner .bg-common .property .property-image {
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.property-detail .property-detail-inner .bg-common .property .property-image img {
  width: 100%;
  height: 149px;
  object-fit: cover;
}
.property-detail .property-detail-inner .bg-common .property .property-image span.sale {
  color: #FFFFFF;
  background: #156F9E;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.property-detail .property-detail-inner .bg-common .property .property-image a.fav {
  position: absolute;
  right: 5px;
  top: 5px;
}
.property-detail .property-detail-inner .bg-common .property .property-image a.fav.active i {
  color: #D50116;
  transition: all 0.3s;
}
.property-detail .property-detail-inner .bg-common .property .property-image a.fav i {
  color: #FFFFFF;
  transition: all 0.3s;
}
.property-detail .property-detail-inner .bg-common .property p.home {
  font-size: 12px;
}
.property-detail .property-detail-inner .bg-common .property p.home i {
  margin-right: 3px;
}
.property-detail .property-detail-inner .bg-common .property ul {
  margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .property ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .property ul li span {
  font-weight: 700;
}
.property-detail .property-detail-inner .bg-common .property a h5 {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  height: 19px;
  overflow: hidden;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .property a p {
  color: #111111;
  font-size: 14px;
  margin-bottom: 0;
  height: 20px;
  overflow: hidden;
}
.property-detail .property-detail-inner .bg-common:not(:last-child) {
  margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common p {
  font-size: 15px;
}
.property-detail .property-detail-inner .bg-common ul.about-property {
  list-style: none;
  padding: 0;
  -webkit-column-count: 2;
  column-count: 2;
  margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common ul.about-property li {
  margin-bottom: 10px;
  width: 100%;
}
.property-detail .property-detail-inner .bg-common ul.about-property li span {
  width: 40%;
  display: inline-block;
  vertical-align: text-top;
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common ul.about-property li span:nth-child(2) {
  width: 60%;
  font-weight: 400;
}
.property-detail .property-detail-inner .bg-common ul.update {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common ul.update li {
  margin-bottom: 5px;
  width: 100%;
}
.property-detail .property-detail-inner .bg-common ul.update li span {
  display: inline-block;
  vertical-align: text-top;
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common ul.update li span:nth-child(2) {
  padding-left: 50px;
  font-weight: 400;
}
.property-detail .property-detail-inner .bg-common h3.up-coming {
  font-size: 20px;
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common h3.up-coming span {
  font-size: 16px;
  font-weight: 400;
}
.property-detail .property-detail-inner .bg-common .schedule {
  padding-left: 60px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.property-detail .property-detail-inner .bg-common .schedule .image {
  border: 1px solid #E2E2E2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 7px;
  background: #FFFFFF;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.property-detail .property-detail-inner .bg-common .schedule h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #444444;
}
.property-detail .property-detail-inner .bg-common .schedule p {
  margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .detail-block {
  margin-bottom: 50px;
  display: block;
}
.property-detail .property-detail-inner .bg-common .detail-block.main {
  display: none;
}
.property-detail .property-detail-inner .bg-common .detail-block h4 {
  margin-bottom: 20px;
}
.property-detail .property-detail-inner .bg-common .detail-block ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.property-detail .property-detail-inner .bg-common .detail-block ul li {
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .detail-block ul li span {
  font-size: 15px;
}
.property-detail .property-detail-inner .bg-common .detail-block ul li span:nth-child(1) {
  font-weight: 600;
  margin-right: 10px;
}
.property-detail .property-detail-inner .bg-common .detail-block.full table {
  width: 100%;
}
.property-detail .property-detail-inner .bg-common .detail-block.full table tr td {
  width: 25%;
  vertical-align: top;
  font-size: 15px;
  padding: 5px 5px 5px 0;
}
.property-detail .property-detail-inner .bg-common .detail-block.full table tr td:nth-child(1) {
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common .detail-block.full table tr td p {
  font-weight: 400;
  margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .detail-block.full table tr td:nth-child(3) {
  width: 50% !important;
}
.property-detail .property-detail-inner .bg-common a.show-less {
  display: block;
  padding: 10px;
  background: #FFFFFF;
  color: #111111;
  text-align: center;
  width: 100%;
  border: 1px solid #DCDCDC;
  font-size: 15px;
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common a.show-less span {
  display: inline-block;
}
.property-detail .property-detail-inner .bg-common a.show-less span:nth-child(2) {
  display: inline-block;
}
.property-detail .property-detail-inner .bg-common a.show-less span:nth-child(1) {
  display: none;
}
.property-detail .property-detail-inner .bg-common a.show-less img {
  transform: rotate(-180deg);
  transition: all 0.2s;
}
.property-detail .property-detail-inner .bg-common a.show-less.main span:nth-child(1) {
  display: inline-block;
}
.property-detail .property-detail-inner .bg-common a.show-less.main span:nth-child(2) {
  display: none;
}
.property-detail .property-detail-inner .bg-common a.show-less.main img {
  transition: all 0.2s;
  transform: rotate(0deg);
}
.property-detail .property-detail-inner .bg-common .price-history h4 {
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .price-history .divider {
  margin: 15px 0;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.property-detail .property-detail-inner .bg-common .price-history p a {
  color: #156F9E;
  font-weight: 700;
}
.property-detail .property-detail-inner .bg-common .price-history p img {
  vertical-align: top;
}
.property-detail .property-detail-inner .bg-common .price-history table {
  width: 100%;
}
.property-detail .property-detail-inner .bg-common .price-history table tr th {
  width: 25%;
}
.property-detail .property-detail-inner .bg-common .price-history table tr td {
  padding: 5px 0;
  position: relative;
}
.property-detail .property-detail-inner .bg-common .price-history table tr td.price:after {
  position: absolute;
  right: auto;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background: #71bf44;
  border-radius: 50%;
  margin-left: 5px;
}
.property-detail .property-detail-inner .bg-common .home-value h4 {
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .home-value h6 {
  color: #A1A1A1;
  font-size: 15px;
  margin-bottom: 25px;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block {
  position: relative;
  width: 100%;
  padding-left: 60px;
  margin: 30px 0;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block .icon-image {
  position: absolute;
  left: 0;
  top: 3px;
  width: 41px;
  height: 41px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  text-align: center;
  padding-top: 7px;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .home-value .icon-block p {
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section {
  margin: 50px 0;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs {
  border-bottom: none;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item {
  border-bottom: none;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item:not(:last-child) {
  margin-right: 25px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  display: inline-block;
  padding: 10px 0;
  border: none;
  position: relative;
  transition: all 0.2s;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link:before {
  width: 0 !important;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #156F9E;
  transition: all 0.2s;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link.active, .property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: #156F9E;
  transition: all 0.2s;
  background: transparent;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link.active:before, .property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .nav-tabs .nav-item .nav-link:hover:before {
  width: 100% !important;
  transition: all 0.2s;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content {
  padding-top: 25px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table {
  margin: 0 0 15px 0;
  width: 100%;
  border: none;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr:not(:last-child) {
  border-bottom: 1px solid #E8E8E8 !important;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr th {
  padding: 10px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td {
  padding: 10px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td:nth-child(2) span {
  color: #71bf44;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td:nth-child(3) span {
  color: #e32;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content table tr td span {
  color: #0000008a;
  font-size: 14px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content p.note {
  font-size: 12px;
  color: #0000008a;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content ul.related li a {
  padding: 10px 15px;
  color: #0000008a;
  border: 1px solid #cccccc;
  text-decoration: none;
  background: #FFFFFF;
  display: inline-block;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card {
  background: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header {
  background: transparent;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button {
  padding: 10px 30px 10px 50px;
  color: #000000de;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 17px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button .icon {
  position: absolute;
  background: #FFFFFF;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button .icon i {
  font-size: 20px;
  padding-top: 10px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button .icon img {
  height: 30px !important;
  width: auto !important;
  padding-top: 10px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button span {
  font-size: 12px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button:before {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 19px;
  width: 19px;
  transform: translateY(-50%) rotate(138deg);
  transition: all 0.2s;
  content: "";
  background-image: url("../../assets/img/plus.svg");
  background-size: auto;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-header button.collapsed:before {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 19px;
  width: 19px;
  transform: translateY(-50%);
  transition: all 0.2s;
  content: "";
  background-image: url("../../assets/img/plus.svg");
  background-size: auto;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-body h6 {
  font-size: 15px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .card .card-body p {
  color: #0000008a;
  font-size: 15px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block {
  padding-left: 75px;
  position: relative;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block .count {
  position: absolute;
  background: #FFFFFF;
  left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block .count.yellow-text {
  color: #fdb725 !important;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .school-block .count.green-text {
  color: #71bf44 !important;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block {
  padding-left: 75px;
  position: relative;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block .commute-icon {
  background: #FFFFFF;
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block h6 {
  margin-bottom: 3px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block h6 span {
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block ul li {
  font-size: 12px;
  color: #00000061;
}
.property-detail .property-detail-inner .bg-common .neighbourhood .tab-section .tab-content .commute-block ul li i {
  color: #00000061;
  vertical-align: text-top;
  font-size: 12px;
  margin-right: 5px;
}
.property-detail .property-detail-inner .bg-common .affordability h4 {
  margin-bottom: 25px;
}
.property-detail .property-detail-inner .bg-common .affordability .afford {
  margin: 25px 0;
  padding: 25px 0;
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  display: flex;
  width: 100%;
  position: relative;
}
.property-detail .property-detail-inner .bg-common .affordability .afford:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DFDFDF;
}
.property-detail .property-detail-inner .bg-common .affordability .afford .block {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.property-detail .property-detail-inner .bg-common .affordability .afford .block p {
  margin-bottom: 0;
  font-size: 16px;
}
.property-detail .property-detail-inner .bg-common .affordability .afford .block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .affordability p.plan {
  text-align: center;
  font-size: 18px;
}
.property-detail .property-detail-inner .bg-common .affordability p.plan span {
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common .affordability p.score {
  text-align: center;
  font-size: 18px;
}
.property-detail .property-detail-inner .bg-common .affordability p.score span {
  color: #D50116;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block {
  width: 100%;
  display: flex;
  position: relative;
  padding: 25px 0;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block:after {
  position: absolute;
  right: 0;
  top: 0;
  content: url("../../assets/img/place-dark.png");
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li {
  width: calc((50% - 10px) / 2);
  display: inline-block;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li p {
  font-size: 12px;
  margin: 5px 0;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li .progress {
  height: 8px;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li:first-child {
  width: 50%;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li:first-child .progress .progress-bar {
  background-color: #71bf44 !important;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li:nth-child(2) .progress .progress-bar {
  background-color: #fdb725 !important;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li:nth-child(3) .progress .progress-bar {
  background-color: #e32 !important;
}
.property-detail .property-detail-inner .bg-common .affordability ul.progress-block li:not(:last-child) {
  margin-right: 5px;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block {
  margin: 50px 0;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-left, .property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right {
  width: 50%;
  display: inline-block;
  position: relative;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-left label, .property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right label {
  padding-top: 8px;
  margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right .form-control {
  margin-bottom: 0;
  background: #fafafa !important;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right.dollor {
  position: relative;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right.dollor .form-control {
  padding-left: 15px;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right.dollor:after {
  position: absolute;
  left: 3px;
  top: 8px;
  content: "$";
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right.percentage {
  position: relative;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right.percentage .form-control {
  padding-right: 15px;
}
.property-detail .property-detail-inner .bg-common .affordability .form-block .block .block-right.percentage:after {
  position: absolute;
  right: 3px;
  top: 8px;
  content: "%";
}
.property-detail .property-detail-inner .bg-common .affordability .coach h5 {
  font-size: 15px;
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common .affordability .coach ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.property-detail .property-detail-inner .bg-common .affordability .coach ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
.property-detail .property-detail-inner .bg-common .affordability .coach ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  background: #156F9E;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now {
  border: 2px solid #45AA13;
  padding: 30px;
  position: relative;
  display: flex;
  border-radius: 7px;
  padding-left: 100px;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now .block {
  width: 200px;
  display: inline-block;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now .block a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  background: #156F9E;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-radius: 4px;
  text-transform: capitalize;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now .block:nth-child(1) {
  width: calc(100% - 200px);
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now p {
  margin-bottom: 0;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now p span {
  font-size: 25px;
  font-weight: 600;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .bg-common .affordability .apply-now:before {
  position: absolute;
  left: 30px;
  top: 30px;
  content: url("../../assets/img/grren-tick.png");
}
.property-detail .property-detail-inner .faq-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card {
  background: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card .card-header {
  background: transparent;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
  border-top: 1px solid #E8E8E8;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card .card-header button {
  padding: 15px 30px 15px 0;
  color: #000000de;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 16px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card .card-header button:before {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 19px;
  width: 19px;
  transform: translateY(-50%) rotate(138deg);
  transition: all 0.2s;
  content: "";
  background-image: url("../../assets/img/plus.svg");
  background-size: auto;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card .card-header button.collapsed:before {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 19px;
  width: 19px;
  transform: translateY(-50%);
  transition: all 0.2s;
  content: "";
  background-image: url("../../assets/img/plus.svg");
  background-size: auto;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card .card-body h6 {
  font-size: 15px;
}
.property-detail .property-detail-inner .faq-card #accordion-two .card .card-body p {
  color: #0000008a;
  font-size: 15px;
}
.property-detail .property-detail-inner .ask-home {
  position: sticky;
  top: 100px;
  padding: 30px;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
}
.property-detail .property-detail-inner .ask-home h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.property-detail .property-detail-inner .ask-home form .form-control {
  height: 47px;
  margin-bottom: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.property-detail .property-detail-inner .ask-home form textarea {
  height: 108px !important;
}
.property-detail .property-detail-inner .ask-home form input[type=submit] {
  background: #156F9E;
  color: #FFFFFF;
  border-radius: 4px;
  height: 47px;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .find-property .search-by-top select {
    float: none;
  }

  #request-info .modal-dialog {
    margin: 0;
  }
  #request-info .modal-dialog .modal-content {
    padding: 0;
  }
  #request-info .modal-dialog .modal-content .modal-header .close {
    margin: 0 0 -1rem auto;
  }

  #request-info-modal .modal-dialog .modal-content {
    padding: 0;
  }

  #consultation-modal .modal-dialog .modal-content .body-inner {
    display: block;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-right, #consultation-modal .modal-dialog .modal-content .body-inner .inner-left {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-right h2, #consultation-modal .modal-dialog .modal-content .body-inner .inner-left h2 {
    margin-top: 0;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-right {
    padding: 10px;
    padding-bottom: 0;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-right form input {
    height: 45px;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-left {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 0;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-left img {
    max-height: 275px;
    left: 50%;
    position: relative;
  }
  #consultation-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
    font-size: 25px;
    top: 40%;
    width: 200px;
    left: -82px;
  }

  #thanks-modal .modal-dialog .modal-content .body-inner {
    display: block;
  }
  #thanks-modal .modal-dialog .modal-content .body-inner .inner-right, #thanks-modal .modal-dialog .modal-content .body-inner .inner-left {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #thanks-modal .modal-dialog .modal-content .body-inner .inner-right h2, #thanks-modal .modal-dialog .modal-content .body-inner .inner-left h2 {
    margin-top: 0;
  }
  #thanks-modal .modal-dialog .modal-content .body-inner .inner-right {
    padding: 10px;
    padding-bottom: 0;
  }
  #thanks-modal .modal-dialog .modal-content .body-inner .inner-left {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 0;
  }
  #thanks-modal .modal-dialog .modal-content .body-inner .inner-left img {
    max-height: 275px;
    left: 50%;
    position: relative;
  }
  #thanks-modal .modal-dialog .modal-content .body-inner .inner-left h3 {
    font-size: 25px;
    width: 200px;
    left: -82px;
  }

  .listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link {
    padding: 15px;
  }
  .listing .listing-inner .tab-sec .nav-tabs li.nav-item a.nav-link img {
    max-width: 65px;
    margin-bottom: 5px;
  }
  .listing .listing-inner .tab-sec .tab-content {
    padding: 15px 0;
    margin-top: 0;
  }

  .contact ul.contact-info {
    margin-bottom: 15px;
  }
  .contact ul.contact-info li {
    display: block;
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 5px;
  }
  .contact ul.contact-info li:after {
    display: none;
  }

  .page {
    margin-bottom: 25px;
  }

  .card .card-header button {
    font-size: 17px !important;
  }

  .navbar .navbar-brand {
    margin-right: 0;
    padding: 0;
  }
  .navbar .navbar-brand img {
    max-height: 50px;
  }
  .navbar .navbar-toggler {
    border: none !important;
    padding: 0;
    outline: none;
    box-shadow: none;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    filter: brightness(315%) invert(1);
    width: 40px;
    background-size: cover;
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .navbar-nav .dropdown-menu {
    text-align: center;
  }
  .navbar .navbar-nav li {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .navbar .navbar-nav li a.nav-link {
    width: max-content;
    margin: 0 auto;
  }

  .banner-form {
    position: initial;
    transform: none;
    padding: 15px 0;
    background-color: #ededed;
  }
  .banner-form h1 {
    color: #2A2A2A;
    font-size: 25px;
  }
  .banner-form form {
    padding: 15px;
    display: block;
    background-color: #ededed;
  }
  .banner-form form .block {
    width: 100% !important;
  }
  .banner-form form .form-control {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .banner-form form button {
    margin-bottom: 10px !important;
  }

  .index .banner {
    position: initial;
    margin-bottom: 15px;
  }
  .index .banner .banner-image img {
    object-fit: cover;
    height: 250px;
  }
  .index .recent-listings {
    padding-bottom: 25px;
  }
  .index .recent-listings .recent-slider {
    padding-top: 0;
  }
  .index .recent-listings .recent-slider .slider-item .carousel .carousel-control-prev, .index .recent-listings .recent-slider .slider-item .carousel .carousel-control-next {
    opacity: 1 !important;
  }
  .index .recent-listings .recent-slider .property-image-slider .owl-nav {
    opacity: 1 !important;
  }
  .index .recent-listings .recent-slider .property-image-slider .owl-nav button {
    opacity: 1 !important;
  }
  .index .recent-listings .recent-slider a.read-more {
    opacity: 1 !important;
  }
  .index .featured-cities {
    padding: 15px 0;
  }
  .index .featured-cities .cities {
    max-height: 700px;
    margin-top: 15px;
  }
  .index .featured-cities .cities .city-block {
    margin-bottom: 15px;
  }
  .index .featured-cities .cities .city-block .city-image img {
    object-fit: cover;
    height: 222px;
    width: 100%;
  }
  .index .market-status h3 {
    font-size: 25px;
  }
  .index .market-status table {
    margin: 15px 0;
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .index .market-status table tr th {
    font-size: 16px !important;
    width: 16.66% !important;
  }
  .index .market-status table tr td {
    font-size: 14px !important;
    width: 16.66% !important;
    text-align: center;
  }
  .index .find-home {
    padding: 25px 0;
  }
  .index .find-home h3 {
    margin-top: 15px;
    font-size: 25px;
  }
  .index .bg-image-block {
    padding: 25px 0;
  }
  .index .bg-image-block h3 {
    font-size: 25px;
  }
  .index .find-out h3 {
    font-size: 25px;
  }
  .index .find-out .image-block .content {
    padding: 15px;
  }
  .index .reviews {
    padding: 25px 0;
  }
  .index .reviews .review h3 {
    font-size: 25px;
  }
  .index .reviews .review .review-slider {
    padding: 25px 10px;
  }
  .index .reviews .review .review-slider .owl-nav button {
    width: 25px;
    height: 50px;
    right: -15px;
  }
  .index .reviews .review .review-slider .owl-nav button.owl-prev {
    right: auto;
    left: -15px !important;
  }

  footer {
    position: relative;
  }
  footer a.to-top {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  footer .footer-top {
    padding: 25px 0;
  }
  footer .footer-bottom h6 {
    text-align: left;
    margin: 10px 0;
  }
  footer .footer-bottom ul.social {
    text-align: left;
    margin-bottom: 0;
  }

  .banner-common {
    margin-bottom: 25px;
  }
  .banner-common .banner-image img {
    object-fit: cover;
    height: 200px;
    width: 100%;
  }
  .banner-common h1 {
    bottom: 15px;
  }

  .property-detail-page .prop-details {
    margin-bottom: 15px;
  }
  .property-detail-page .prop-details .prop-slider .carousel .carousel-item img {
    height: 230px !important;
  }
  .property-detail-page table {
    margin: 15px 0;
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
  }
  .property-detail-page table tr td, .property-detail-page table tr th {
    padding: 5px;
  }

  .property-list-page .find-property {
    padding: 80px 0 10px 0;
  }
  .property-list-page .props-lists .props-list .property {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .property-list-page .props-lists .props-list .property .carousel .carousel-inner img {
    height: 300px !important;
  }
  .property-list-page .props-lists .props-list .property .slider-details {
    padding: 15px !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(5n) {
    margin-right: 0 !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(4n) {
    margin-right: 0 !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(3n) {
    margin-right: 0 !important;
  }
  .property-list-page .props-grid .property {
    display: block !important;
  }
  .property-list-page .props-grid .property .property-list-slider, .property-list-page .props-grid .property .carousel {
    width: 100% !important;
  }
  .property-list-page .props-grid .property .slider-details {
    width: 100% !important;
    padding: 15px !important;
  }
  .property-list-page .map-view .map-view-inner {
    flex-wrap: wrap;
  }
  .property-list-page .map-view .map-view-inner .map-block {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .property-list-page .map-view .map-view-inner .map-property {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .property-list-page .map-view .map-view-inner .map-property .properties .property {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .find-property .search-by-top select {
    float: none;
  }

  .find-property h2 {
    font-size: 25px;
  }
  .find-property .search-by-top {
    display: block;
    width: 100%;
    border: none;
    height: initial;
  }
  .find-property .search-by-top select {
    width: 100%;
    display: block;
    border: 2px solid #00214b;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .find-property .search-by-top input[type=text] {
    width: 100%;
    display: block;
    position: initial;
    border: 2px solid #00214b;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .find-property .search-by-top button {
    display: block;
    width: 100%;
    position: initial;
    margin-bottom: 15px;
  }
  .find-property .search-by-bottom {
    padding-bottom: 15px;
  }
  .find-property .search-by-bottom .keywords {
    height: auto;
    display: block;
    border: none !important;
  }
  .find-property .search-by-bottom .keywords span {
    border: none;
    display: block;
    text-align: left;
  }
  .find-property .search-by-bottom .keywords input[type=text] {
    width: 100%;
    display: block;
    border: 1px solid #B9B9B9;
    margin-bottom: 0;
  }
  .find-property .search-by-bottom .keywords input[type=submit] {
    display: block;
    width: 100%;
  }

  .property-detail .image-slider {
    margin-bottom: 15px;
  }
  .property-detail .image-slider .properties-slider-detail img {
    height: 300px;
  }
  .property-detail .property-detail-inner .property-main {
    margin-bottom: 15px;
  }
  .property-detail .property-detail-inner .property-main .main-right {
    text-align: left;
  }
  .property-detail .property-detail-inner .property-main .main-right p.sold {
    margin-left: initial;
  }
  .property-detail .property-detail-inner .bg-common {
    padding: 15px !important;
    margin-bottom: 15px !important;
  }
  .property-detail .property-detail-inner .bg-common ul.about-property {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .property-detail .property-detail-inner .bg-common ul.about-property li {
    margin-bottom: 5px !important;
  }
  .property-detail .property-detail-inner .bg-common ul.update li span:nth-child(2) {
    padding-left: 10px;
  }
  .property-detail .property-detail-inner .bg-common .schedule {
    margin-bottom: 15px;
  }
  .property-detail .property-detail-inner .bg-common .detail-block {
    margin-bottom: 15px;
  }
  .property-detail .property-detail-inner .bg-common .detail-block h4 {
    margin-bottom: 10px;
  }
  .property-detail .property-detail-inner .bg-common .price-history table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .property-detail .property-detail-inner .bg-common .price-history table tr th {
    min-width: 110px;
  }
  .property-detail .property-detail-inner .bg-common .affordability .afford {
    display: block !important;
    padding: 15px 0;
    margin: 15px 0;
  }
  .property-detail .property-detail-inner .bg-common .affordability .afford .block {
    display: block !important;
    width: 100% !important;
  }
  .property-detail .property-detail-inner .bg-common .affordability ul.progress-block {
    padding: 15px 0;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now {
    padding: 15px;
    padding-left: 75px;
    display: block !important;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now:before {
    left: 15px;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now .block {
    width: 100% !important;
    display: block !important;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now .block a {
    margin-top: 15px;
  }
  .property-detail .property-detail-inner .ask-home {
    padding: 15px;
  }
  .property-detail .property-detail-inner .ask-home form input[type=submit] {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-common .banner-form {
    bottom: 0;
  }
  .banner-common .banner-form form {
    padding: 15px;
  }
  .banner-common .banner-image img {
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
  .banner-common h1 {
    bottom: 15px;
  }

  .navbar .navbar-toggler {
    border: none !important;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    filter: brightness(315%) invert(1);
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .navbar-nav .dropdown-menu {
    text-align: center;
  }
  .navbar .navbar-nav li {
    margin-right: 0 !important;
  }
  .navbar .navbar-nav li a.nav-link {
    width: max-content;
    margin: 0 auto;
  }

  .index .banner .banner-form {
    bottom: 0;
  }
  .index .banner .banner-form form {
    padding: 15px;
  }
  .index .recent-listings {
    padding-bottom: 25px;
  }
  .index .featured-cities {
    padding: 25px 0;
  }
  .index .featured-cities .cities {
    max-height: 310px;
  }

  .property-list-page .props-lists .props-list .property {
    width: calc((100% - 15px) / 2) !important;
  }
  .property-list-page .props-lists .props-list .property .carousel .carousel-inner img {
    height: 300px !important;
  }
  .property-list-page .props-lists .props-list .property .slider-details {
    padding: 15px !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(5n) {
    margin-right: 15px !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(4n) {
    margin-right: 15px;
  }
  .property-list-page .props-lists .props-list .property:nth-child(3n) {
    margin-right: 15px;
  }
  .property-list-page .props-lists .props-list .property:nth-child(2n) {
    margin-right: 0;
  }
  .property-list-page .props-grid .property {
    display: block !important;
  }
  .property-list-page .props-grid .property .property-list-slider, .property-list-page .props-grid .property .carousel {
    width: 100% !important;
  }
  .property-list-page .props-grid .property .slider-details {
    width: 100% !important;
    padding: 15px !important;
  }
  .property-list-page .map-view .map-view-inner .map-property .properties .property {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .property-detail .image-slider {
    margin-bottom: 20px;
  }
  .property-detail .image-slider .properties-slider-detail img {
    height: 300px;
    object-fit: cover;
  }
  .property-detail .property-detail-inner .property-main {
    margin-bottom: 15px;
  }
  .property-detail .property-detail-inner .property-main .main-right {
    text-align: left;
  }
  .property-detail .property-detail-inner .bg-common {
    padding: 15px !important;
    margin-bottom: 15px !important;
  }
  .property-detail .property-detail-inner .bg-common .property .property-image img {
    height: 100px;
  }
  .property-detail .property-detail-inner .bg-common ul.about-property {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .property-detail .property-detail-inner .bg-common ul.about-property li {
    margin-bottom: 5px !important;
  }
  .property-detail .property-detail-inner .bg-common ul.update li span:nth-child(2) {
    padding-left: 10px;
  }
  .property-detail .property-detail-inner .bg-common .schedule {
    margin-bottom: 15px;
  }
  .property-detail .property-detail-inner .bg-common .detail-block {
    margin-bottom: 15px;
  }
  .property-detail .property-detail-inner .bg-common .detail-block h4 {
    margin-bottom: 10px;
  }
  .property-detail .property-detail-inner .bg-common .price-history table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .property-detail .property-detail-inner .bg-common .price-history table tr th {
    min-width: 110px;
  }
  .property-detail .property-detail-inner .bg-common .affordability .afford {
    display: block !important;
    padding: 15px 0;
    margin: 15px 0;
  }
  .property-detail .property-detail-inner .bg-common .affordability .afford .block {
    display: block !important;
    width: 100% !important;
  }
  .property-detail .property-detail-inner .bg-common .affordability ul.progress-block {
    padding: 15px 0;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now {
    padding: 15px;
    padding-left: 75px;
    display: block !important;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now:before {
    left: 15px;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now .block {
    width: 100% !important;
    display: block !important;
  }
  .property-detail .property-detail-inner .bg-common .affordability .apply-now .block a {
    margin-top: 15px;
  }
  .property-detail .property-detail-inner .ask-home {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form {
    bottom: 0;
  }
  .banner-form form {
    padding: 15px;
  }

  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .navbar-nav .dropdown-menu {
    text-align: center;
  }
  .navbar .navbar-nav li {
    margin-right: 0 !important;
  }
  .navbar .navbar-nav li a.nav-link {
    width: max-content;
    margin: 0 auto;
  }
  .navbar .navbar-toggler {
    border: none !important;
    padding: 0;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    filter: brightness(315%) invert(1);
    width: 40px;
    background-size: cover;
  }

  .index .recent-listings {
    padding-bottom: 25px;
  }
  .index .featured-cities {
    padding: 25px 0;
  }
  .index .featured-cities .cities {
    max-height: 390px;
  }

  .banner-common .banner-form {
    bottom: 0;
  }

  .property-list-page .props-lists .props-list .property {
    width: calc((100% - 30px) / 3) !important;
  }
  .property-list-page .props-lists .props-list .property .carousel .carousel-inner img {
    height: 300px !important;
  }
  .property-list-page .props-lists .props-list .property .slider-details {
    padding: 15px !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(5n) {
    margin-right: 15px !important;
  }
  .property-list-page .props-lists .props-list .property:nth-child(3n) {
    margin-right: 0;
  }
  .property-list-page .props-lists .props-list .property:nth-child(4n) {
    margin-right: 15px !important;
  }
  .property-list-page .props-grid .property {
    display: block !important;
  }
  .property-list-page .props-grid .property .carousel {
    width: 100% !important;
  }
  .property-list-page .props-grid .property .carousel .carousel-inner img {
    height: 310px !important;
  }
  .property-list-page .props-grid .property .slider-details {
    width: 100% !important;
    padding: 15px !important;
  }
  .property-list-page .map-view .map-view-inner .map-property .properties .property {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .property-detail .image-slider {
    margin-bottom: 30px;
  }
  .property-detail .image-slider .properties-slider-detail img {
    height: 400px;
  }
  .property-detail .property-detail-inner .bg-common .property .property-image img {
    height: 115px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .property-list-page .props-lists .props-list .property .carousel .carousel-inner img {
    height: 300px !important;
  }
  .property-list-page .props-lists .props-list .property .slider-details {
    padding: 15px !important;
  }
  .property-list-page .props-grid .property .property-list-slider, .property-list-page .props-grid .property .carousel {
    width: 50% !important;
  }
  .property-list-page .props-grid .property .slider-details {
    width: 50% !important;
    padding: 15px !important;
  }

  .property-detail .image-slider {
    margin-bottom: 30px;
  }
  .property-detail .image-slider .properties-slider-detail img {
    height: 425px;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .navbar {
    padding: 10px 100px;
  }
  .navbar .navbar-brand {
    margin-right: 100px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1364px;
  }
}

/*# sourceMappingURL=style.css.map */
