
.area-property-details .listing-heading a {
  color: #28b16d;
  float: left;
  padding-right: 90px;
  text-transform: initial !important;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

body.rtl .area-property-details .listing-heading a {
  float: right;
  padding: 0 0 0 90px;
  z-index: 2;
}

.view-all-prop {
  float: left;
  margin: 5px 0 0 -80px;
  font-size: 14px;
  padding-left: 10px;
  border-left: 1px solid #eeeeee;
}

body.rtl .view-all-prop {
  float: right;
  margin: 5px -80px 0 0 ;
  padding: 0 10px 0 0;
  border-left: none;
  border-right: 1px solid #eeeeee;
}

body.rtl .view-all-prop i {
  transform: rotate(180deg);
  z-index: 1;
}

.area-property-details .property-header .title {
  font-size: 20px;
  margin: 0;
}

.area-property-details .property-header .location {
  font-size: 15px;
  margin-top: 10px;
  float: left;
}

.area-property-details .property-header .location svg {
  width: 16px;
  height: 18px;
  display: block;
  background-size: 16px;
  float: left;
  margin: 5px 3px 0 0;
}

.area-property-details .property-header .details {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: right;
}

.area-property-details .property-header .details li {
  display: inline-block;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #8e8e8e;
  padding: 4px 20px;
  border-radius: 20px;
  margin-right: 2px;
}

.area-property-details .property-header .details li:last-child {
  margin-right: 0;
}

.area-property-details .property-header .details li svg {
  width: 16px;
  height: 16px;
  display: block;
  background-size: 16px;
  margin: 6px 4px 0 0;
  float: left;
}

.area-property-details .property-header .price {
  font-weight: 700;
  font-size: 38px;
  margin-top: 10px;
}

.area-property-details .property-header .price .currency {
  font-size: 20px;
}

.area-property-details .property-main-image {
  margin-top: 10px;
  width: 100%;
  height: 528px;
  position: relative;
  overflow: hidden;
}

.area-property-details .property-main-image img {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.area-property-details .property-main-image.portrait img {
  width: 100%;
  height: auto;
}

.area-property-details .property-main-image.landscape img {
  width: auto;
  height: 100%;
}

.area-property-details .property-description {
  white-space: pre-line;
}

.area-property-details .property-description .description {
  height: 60px;
  overflow: hidden;
}

.area-property-details .property-description .description p {
  margin-top: 0px;
}

.area-property-details .property-description .read-more {
  font-size: 13px;
  color: #868686;
  display: flex;
  cursor: pointer;
}

.area-property-details .property-description .read-more svg {
  width: 10px;
  height: 10px;
  display: block;
  background-size: 16px;
  margin: 10px 0 0 5px;
}

.area-property-details .property-description .read-more.expand svg {
  transform: rotate(180deg);
}

.area-property-details .property-description .read-more .less {
  display: none;
}

.area-property-details .property-description .read-more.expand .more {
  display: none;
}

.area-property-details .property-description .read-more.expand .less {
  display: block;
}

.area-property-details .property-description .description.expand {
  height: auto;
}

.area-property-details .property-information .details {
  border: 1px solid #ebebeb;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  overflow: auto;
  font-size: 14px;
  border-radius: 4px;
}

.area-property-details .property-information li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.area-property-details .property-information li:nth-child(odd) {
  border-right: 1px solid #ebebeb;
}

.area-property-details .property-information li:last-child {
  border-bottom: none;
}

.area-property-details .property-information .label {
  width: 100px;
  float: left;
  text-align: left;
  padding-left: 10px;
}

.area-property-details .property-information .value {
  width: calc(100% - 110px);
  float: left;
  font-weight: 700;
}

.area-property-details .section-heading {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.area-property-details .property-amenities ul {
  margin: 10px 0 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.area-property-details .property-amenities ul li {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  width: calc(50% - 5px);
  padding: 10px;
  margin: 5px 0;
}

.area-property-details .property-amenities ul li:nth-child(odd) {
  float: left;
}

.area-property-details .property-amenities ul li:nth-child(even) {
  float: right;
}

.area-property-details .property-amenities svg {
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 5px 0 0px;
}

.area-property-details .property-amenities .icon {
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 5px 0 0px;
}

.area-property-details .property-amenities .amenity {
  float: left;
}

.area-property-details .property-amenities .hidden-amenities {
  display: none;
}

.area-property-details .property-amenities ul.expand .hidden-amenities {
  display: block;
}

.area-property-details .property-amenities .view-all-amenities {
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
  position: relative;
}

.area-property-details .property-amenities .view-all-amenities .view-all-wrapper {
  position: absolute;
  text-align: center;
  background: #fff;
  top: -14px;
  right: calc(50% - 80px);
  font-size: 13px;
  color: #868686;
  padding: 0 20px;
  cursor: pointer;
}

.area-property-details .property-amenities .view-all-amenities svg {
  width: 10px;
  height: 10px;
  display: block;
  background-size: 16px;
  float: right;
  margin: 10px 0 0 5px;
}

.area-property-details .property-amenities .view-all-amenities .view-fewer {
  display: none;
}

.area-property-details .property-amenities .view-all-amenities.expand svg {
  transform: rotate(180deg);
}

.area-property-details .property-amenities .view-all-amenities.expand .view-fewer {
  display: inline-block;
}

.area-property-details .property-amenities .view-all-amenities.expand .view-all {
  display: none;
}

.area-property-details .property-map {
  overflow: hidden;
}

.area-property-details .property-map .map {
  float: left;
  width: 550px;
  margin-top: 10px;
}

.area-property-details .property-map .nearby {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  width: calc(100% - 570px);
  margin-top: 10px;
}

.area-property-details .property-map .nearby li {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
  height: 80px;
}

.area-property-details .property-map svg {
  width: 20px;
  height: 16px;
  float: left;
  margin: 33px 5px 0 20px;
}

.area-property-details .property-map .loc {
  float: left;
  margin: 28px 0 0;
}

.area-property-details .property {
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  overflow: auto;
  margin: 10px 10px 20px 0;
  width: 95%;
  float: left;
  position: relative;
  overflow: hidden;
}

.area-property-details .property:last-child {
  margin-right: 0;
}

.area-property-details .property .property-image {
  width: 100%;
  height: 126px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.area-property-details .property .property-details {
  padding: 10px;
  pointer-events: none;
  position: relative;
}

.area-property-details .property .property-details .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  margin-top: 10px;
}

.area-property-details .property .property-image img {
  width: 100%;
  max-width: initial;
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.area-property-details .property .property-details .location {
  line-height: 14px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px 0 0;
  color: #888888;
}

.area-property-details .property .property-details .property-type {
  font-size: 12px;
  color: #888888;
  line-height: 16px;
  margin-top: 5px;
}

.area-property-details .property .property-details .location svg {
  width: 16px;
  height: 18px;
  display: block;
  background-size: 16px;
  float: left;
  margin: -2px 3px 0 0;
  padding-top: 4px;
}

.area-property-details .property .property-details .details {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #3f3f3f;
  font-size: 10px;
  margin-top: 3px
}

body.rtl .area-property-details .property .property-details .details {
  direction: rtl;
  display: flex;
}

.area-property-details .property .property-details .details li {
  display: block;
  margin: 0;
  float: left;
  letter-spacing: .5px;
  font-weight: 700;
}

.area-property-details .property .property-details .details li.breaker {
  margin: 0 5px;
  font-weight: 400;
}


.area-property-details .property .property-details .details .fa-circle {
  margin: 7px 5px 0;
  float: left;
  opacity: .4;
}

.area-property-details .property .property-details .details li .count {
  padding: 6px 2px;
  display: inline-block;
  font-size: 12px;
}

.area-property-details .property .property-details .details li:last-child {
  margin-right: 0;
}

.area-property-details .property .property-details .details li svg {
  width: 16px;
  height: 16px;
  display: block;
  background-size: 16px;
  margin: 6px 4px 0 0;
  float: left;
}

.area-property-details .property .listing-property-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.area-property-details .property .listing-property-link a {
  text-decoration: none;
  color: #222222;
}

.area-property-details .property .listing-property-link a div {
  width: 100%;
  height: 100%;
}

.area-property-details .property .property-details .price {
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  color: #3f3f3f;
}

body.rtl .area-property-details .property .property-details .price {
  display: flex;
}

.area-property-details .property .property-details .price .currency {
  font-size: 12px;
}

body.rtl .area-property-details .property .property-details .price .currency {
  order: 2;
  margin-right: 5px;
}

.area-property-details .property-details .about-property {
  height: 70px;
}

.area-property-details .property .property-details .cta {
  margin-top: 10px;
  overflow: hidden;
  pointer-events: none;
}

.area-property-details .property .property-details .call .btn-text,
.area-property-details .property .property-details .email {
  padding: 5px 0;
  background-color: #276068;
  border: 1px solid #276068;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  pointer-events: auto;
}

.area-property-details .property .property-details .call i,
.area-property-details .property .property-details .email i {
  color: #56ac71;
}

.area-property-details .property .property-details .call .btn-text {
  width: 100%;
}

.area-property-details .property .property-details .email {
  width: calc(50% - 5px);
}

.area-property-details .property .property-details .call {
  margin-right: 10px;
  float: left;
  width: calc(50% - 5px);
  pointer-events: auto;
}

.area-property-details .property .property-details .call .tooltip {
  display: none;
  position: absolute;
  bottom: 45px;
  color: #5d5d5d;
  font-size: 11px;
  left: -5px;
  padding: 6px 10px;
  background-color: #ffffff;
  width: 130px;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.area-property-details .property .property-details .call .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.area-property-details .property .property-details .call .tooltip svg {
  width: 10px;
  height: 10px;
  display: block;
  background-size: 16px;
  margin: 10px 4px 0 0;
  float: left;
}

.area-property-details .property .property-details .call.view-number .tooltip {
  display: block;
}

.listing_section_details .form-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #ebebeb;
  width: 100%;
  margin-top: 122px;
}

.listing_section_details .form-content .register_form {
  overflow: hidden;
}

.listing_section_details .form-content .register_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing_section_details .form-content .register_form li {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
}

.listing_section_details .form-content .register_form li span.validate {
  position: absolute;
  background: red;
  padding: 8px;
  color: #ffffff;
  width: fit-content;
  bottom: 10px;
  margin-left: 10px;
}

.listing_section_details .form-content .register_form label {
  display: block;
  margin-bottom: 3px;
}

.listing_section_details .form-content .register_form input[type="text"],
.listing_section_details .form-content .register_form input[type="email"],
.listing_section_details .form-content .register_form input[type="number"],
.listing_section_details .form-content .register_form textarea {
  width: 100%;
  font-size: 12px;
  border: 0;
  padding: 5px;
}

.listing_section_details .form-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

.listing_section_details .form-content .email-btn {
  width: 130px;
  height: 40px;
  background-color: #276068;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  float: right;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.listing_section_details .form-content .call-btn {
  color: #276068;
  font-size: 16px;
  font-weight: 700;
  float: left;
  border: none;
  padding: 6px 0 5px;
  cursor: pointer;
}

.listing_section_details .form-content .call-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 7px 5px 0 0;
}

.listing_section_details .form-content .call-btn .btn-number {
  display: none;
  color: #276068;
}

.listing_section_details .form-content .call-btn .btn-number:hover {
  color: #276068;
  text-decoration: underline;
}

.listing_section_details .form-content .call-btn.view-number .btn-number {
  display: inline-block;
}

.listing_section_details .form-content .call-btn.view-number .btn-text {
  display: none;
}

.modal-popup {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-popup.displayBlock {
  display: block;
}

.modal-popup .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
}

.modal-popup .popup-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-popup .popup-close:hover,
.modal-popup .popup-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-popup .register_form {
  overflow: hidden;
}

.modal-popup .register_form .fileds {
  margin: 0 0 20px;
  padding: 0;
}

.modal-popup .register_form ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.modal-popup .register_form li {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.modal-popup .register_form li span.validate {
  position: absolute;
  background: red;
  padding: 0 8px;
  color: #ffffff;
  width: fit-content;
  margin: 5px 0 0 10px;
  font-size: 12px;
}

.modal-popup .register_form label {
  display: block;
  margin-bottom: 3px;
}

.modal-popup .register_form input[type="text"],
.modal-popup .register_form input[type="email"],
.modal-popup .register_form input[type="number"],
.modal-popup .register_form textarea {
  width: 100%;
  font-size: 12px;
  border: 0;
  padding: 5px;
}

.modal-popup .modal-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  line-height: inherit;
}

.modal-popup .modal-content .email-btn {
  width: 150px;
  height: 40px;
  background-color: #276068;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  float: right;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.modal-popup .modal-content .call-btn {
  color: #276068;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  float: left;
  border: none;
  padding: 6px 0 5px;
  cursor: pointer;
}

.modal-popup .modal-content .call-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 7px 5px 0 0;
}

.modal-popup .modal-content .call-btn .btn-number {
  display: none;
  color: #276068;
}

.modal-popup .modal-content .call-btn .btn-number:hover {
  color: #276068;
  text-decoration: underline;
}

.modal-popup .modal-content .call-btn.view-number .btn-number {
  display: inline-block;
}

.modal-popup .modal-content .call-btn.view-number .btn-text {
  display: none;
}

.bayut-response-msgdetail {
  font-size: 14px;
  font-weight: 700;
}

.bayut-response-msgdetail.success {
  color: #276068;
}

.bayut-response-msgdetail.error {
  color: red;
}

.bayut-response-msg {
  font-size: 14px;
  font-weight: 700;
}

.bayut-response-msg.success {
  color: #276068;
}

.bayut-response-msg.error {
  color: red;
}


@media screen and (max-width: 910px) {
  .owl-carousel {
    width: 70% !important;
    margin: auto;
  }
}

@media screen and (min-width: 910px) {
  .owl-theme .custom-nav .owl-prev {
    margin-left: -50px;
  }
  
  .owl-theme .custom-nav .owl-next {
    margin-right: -50px;
  }

  body.rtl .owl-theme .custom-nav .owl-prev {
    margin-left: initial;
    margin-right: -50px;
  }
  
  body.rtl .owl-theme .custom-nav .owl-next {
    margin-right: initial;
    margin-left: -50px;
  }
}

@media screen and (max-width: 910px) {
  
  .owl-theme .custom-nav .owl-prev {
    margin-left: 10px;
  }
  
  .owl-theme .custom-nav .owl-next {
    margin-right: 10px;
  }

  body.rtl .owl-theme .custom-nav .owl-prev {
    margin-left: initial;
    margin-right: 10px;
  }
  
  body.rtl .owl-theme .custom-nav .owl-next {
    margin-right: initial;
    margin-left: 10px;
  }
}



.area-property-details {
  position: relative;
  width: 80%;
  margin: 0 10%;
}

.view-all-prop a {
  font-weight: bold;
  color: #28b16d !important;
  text-transform: uppercase;
}



.area-property-details .owl-dots {
  display: none;
}

.owl-theme .custom-nav {
  position: absolute;
  top: 50%;
  left: -3%;
  right: -1.5%;
}

.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  z-index: 1;
  padding: 0px;
  border: 1px solid #F5F5F5;
  padding: 15px 20px;
  border-radius: 40px;
  cursor: pointer;
}

.owl-theme .custom-nav .owl-prev i,
.owl-theme .custom-nav .owl-next i {
  font-size: 1.5rem;
  color: #222;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

body.rtl .owl-prev {
  left: initial;
  right: 0;
  transform: rotate(180deg);
}

body.rtl .owl-next {
  left: 0;
  right: initial;
  transform: rotate(180deg);
}

.property-search-widget .wrapper.fixed {
  position: fixed;
  top: 20px;
  width: 100%;
}

.property-search-widget .search-widget-wrapper {
  background-color: #F0FAFC;
  position: relative;
  border-radius: 8px;
  max-width: 350px;
}

.property-search-widget .search-widget-wrapper::before, .property-search-widget .search-widget-wrapper::after {
  content: '';
  display: block;
  width: auto;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.property-search-widget .search-widget-wrapper::before {
  background-image: url(../images/property-widget-top-bg.png);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.property-search-widget .search-widget-wrapper::after {
  background-image: url(../images/property-widget-bottom-bg.png);
  background-position: bottom;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
  position: relative;
  margin-top: -10px;
}

.property-search-widget .logo {
  background: url(../images/bayut-logo-en.svg) no-repeat;
  background-size: contain;
  position: absolute;
  height: 50px;
  width: 160px;
  top: 30px;
  left: 30px;
}

.property-search-widget .purpose-selection {
  background: #E6F1F0;
  display: flex;
  padding: 10px;
  width: fit-content;
  gap: 10px;
  border-radius: 24px;
  color: #767676;
  margin-left: 30px;
  margin-top: 10px;
}

.property-search-widget .purpose {
  padding: 0 15px;
  border-radius: 15px;
  cursor: pointer;
}

.property-search-widget .purpose.selected {
  background: #FEFEFE;
  color: #000;
  font-weight: 700;
}

.property-search-widget .illustration {
  background: url(../images/property-widget-Illustration.svg) no-repeat;
  height: 140px;
  width: 125px;
  position: absolute;
  right: 10px;
  background-size: contain;
  bottom: 60px;
}

.property-search-widget .location-input-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  width: calc(100% - 60px);
  margin: 0 30px;
  z-index: 2;
  bottom: 30px;
  padding: 5px 10px 5px 0px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.property-search-widget .location-input-wrapper input {
  width: 100%;
  border: 0;
  font-size: 16px;
}

.property-search-widget .location-input-wrapper .search-icon {
  background: url(../images/property-widget-search.svg) no-repeat;
  display: block;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  cursor: pointer;
}

body.rtl .property-search-widget .search-widget-wrapper::before,  body.rtl .property-search-widget .search-widget-wrapper::after {
  transform: scaleX(-1);
}

body.rtl .property-search-widget .logo {
  background-image: url(../images/bayut-logo-ar.svg);
  left: initial;
  right: 30px;
  width: 154px;
}

body.rtl .property-search-widget .purpose-selection {
  margin-left: initial;
  margin-right: 30px;
}

body.rtl .property-search-widget .illustration {
  right: initial;
  left: 10px;
}

body.rtl .property-search-widget .location-input-wrapper {
  padding: 5px 0 5px 10px;
}

.ui-widget.ui-widget-content {
  width: calc(100% - 60px) !important;
  border: 0 !important;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 10px;
  max-height: 200px;
  overflow: auto;
  box-shadow: 0px 4px 5px 1px rgba(0,0,0,.3);
  font-size: 16px;
  color: #767676;
  top: 215px !important;
  scrollbar-color: #C1BFBF #DBDBDB;
}

.ui-menu .ui-state-active {
  border: 1px solid #E9F7F0 !important;
  background: #E9F7F0 !important;
  color: #28B16D !important;
  font-weight: 700 !important;
}

.ui-widget.ui-widget-content li {
  padding: 0 10px;
}

.ui-menu .ui-menu-item-wrapper {
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 670px) {

  .area-property-details .listing-heading a, body.rtl .area-property-details .listing-heading a {
    float: none;
    padding-right: 0;
    padding-bottom: 40px;
    font-size: 16px;
  }

  body.rtl .area-property-details .listing-heading a {
    padding-left: 0;
  }

  .area-property-details h2 {
    margin: 0;
  }

  .area-property-details .property .property-image {
    height: 160px;
  }

  .listings-marina-property {
    padding: 5px;
  }

  .listings-marina-property .property-image {
    width: 165px;
    height: 110px;
  }

  .listings-marina-property .property-details {
    width: calc(100% - 175px);
    margin-left: 10px;
    padding: 0;
  }

  .listings-marina-property .property-details .title {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .listings-marina-property .property-details .location {
    font-size: 10px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .listings-marina-property .property-details .location svg {
    width: 8px;
    height: 10px;
    padding-top: 0;
  }

  .listings-marina-property .property-details .details {
    margin-top: 0;
  }

  .listings-marina-property .property-details .details li {
    font-size: 10px;
    padding: 0 5px;
    border-radius: 10px;
    line-height: 20px;
  }

  .listings-marina-property .property-details .details li svg {
    width: 12px;
    height: 12px;
    margin-top: 4px;
  }

  .listings-marina-property .property-details .price {
    font-weight: 700;
    font-size: 16px;
    float: initial;
    margin-top: 0;
    line-height: 22px;
    position: relative;
  }

  .listings-marina-property .property-details .price .currency {
    font-size: 8px;
  }

  .listings-marina-property .property-details .cta {
    margin-top: 0;
  }

  .listings-marina-property .property-details .email {
    width: 60px;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
  }

  .listings-marina-property .property-details .call .btn-text-mobile {
    width: 60px;
    background-color: #276068;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    pointer-events: auto;
  }

  .listings-marina-property .property-details .call {
    margin-right: 5px;
  }

  .listings-marina-property .property-details .about-property {
    height: initial;
  }

  .bayut-recommeded-msg {
    font-size: 12px;
    margin-top: 50px;
  }

  .listing_section .page-heading {
    font-size: 20px;
    margin: 20px 0 0px;
  }

  .listing_section .list-view {
    display: none;
  }

  .listing_section .location-wrapper {
    overflow-y: auto;
  }

  .listing_section .locations {
    display: block;
    width: max-content;
  }

  .listing_section .locations li {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
  }

  .listing_section .locations.all-locs li:nth-child(n + 2) {
    margin: 10px 5px 0 0;
  }

  .listing_section .locations.expand {
    width: auto;
    max-height: 60vh;
    overflow: auto;
  }

  .listing_section .locations li a {
    font-size: 11px;
  }

  .listing_section .view-all-locations {
    margin: 10px 0;
  }

  /*.listing_section .view-all-locations svg { margin: 6px 0 0 5px; }*/
  .listing_section .view-all-locations .view-all-wrapper {
    font-size: 11px;
  }

  .listing_section .number-properties {
    font-size: 14px;
    width: calc(100% - 100px);
    line-height: 20px;
    margin: 0;
  }

  .listing_section .list-title {
    padding: 15px 0;
  }

  .listing_section .default_widgets_container {
    position: absolute;
    right: 0;
    padding: 0 15px;
  }

  .listing_section .aside-heading {
    float: right;
    border: 1px solid #276068;
    padding: 0 10px;
    font-size: 11px;
    color: #276068;
    border-radius: 4px;
  }

  .listing_section .aside-property-type {
    width: 100%;
    background-color: #ffffff;
    overflow: auto;
    padding: 10px;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
  }

  .listing_section .aside-property-type li {
    padding: 0px 10px;
    margin: 5px 5px 0 0;
    font-size: 11px;
  }

  .listing_section .default_widgets_container.expand .aside-property-type {
    display: block;
  }

  .modal-popup .modal-content {
    width: calc(100% - 40px);
  }

  .modal-popup .modal-content .email-btn {
    width: 110px;
    font-size: 14px;
  }

  .modal-popup .modal-content .call-btn {
    font-size: 14px;
    background: none;
  }

  .modal-popup .register_form li span.validate {
    position: relative;
    background: none;
    color: red;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .area-property-details {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    width: 100%;
    overflow: hidden;
  }

  .area-property-details .section-heading {
    font-size: 16px;
  }

  .area-property-details .property-details .about-property {
    height: auto;
  }

  .area-property-details .property-header .title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
  }

  .area-property-details .property-header .price {
    font-size: 24px;
    margin-top: 5px;
  }

  .area-property-details .property-header .price .currency {
    font-size: 14px;
  }

  .area-property-details .property-header .location {
    font-size: 11px;
    margin-top: 0;
    float: initial;
  }

  .area-property-details .property-header .location svg {
    width: 12px;
    height: 14px;
    margin-top: 6px;
  }

  .area-property-details .property-header .details {
    float: initial;
  }

  .area-property-details .property-header .details li {
    font-size: 10px;
    padding: 0 10px;
  }

  .area-property-details .property-header .details li svg {
    width: 12px;
    height: 12px;
    margin-top: 8px;
  }

  .area-property-details .property-information .details {
    font-size: 12px;
  }

  .area-property-details .property-information li {
    padding: 5px 0;
  }

  .area-property-details .property-information .label,
  .area-property-details .property-information .value {
    width: 100%;
    float: initial;
    text-align: left;
    padding: 0 5px;
    line-height: 14px;
  }

  .area-property-details .property-main-image {
    height: 250px;
  }

  .area-property-details .property-amenities ul li {
    font-size: 12px;
    padding: 5px;
  }

  .area-property-details .property-amenities svg {
    width: 14px;
    height: 14px;
    margin-top: 6px;
  }

  .area-property-details .property-map .nearby {
    width: 100%;
    margin: 0;
  }

  .area-property-details .property-map .nearby li {
    height: 40px;
    width: calc(50% - 5px);
    float: left;
    font-size: 12px;
    margin: 10px 0 0;
  }

  .area-property-details .property-map .nearby li:nth-child(odd) {
    margin-right: 10px;
  }

  .area-property-details .property-map svg {
    width: 16px;
    height: 14px;
    margin-top: 13px;
  }

  .area-property-details .property-map .loc {
    margin-top: 6px;
  }

  .area-property-details .property {
    width: 95%;
    margin: 10px 0 0;
  }

  .area-property-details .property .property-details .location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 16px;
  }

  .area-property-details .property .property-details .location svg {
    width: 8px;
    height: 12px;
    padding-top: 2px;
    margin-top: 0;
  }

  .area-property-details .property .property-details .property-type {
    margin-top: 10px;
  }

  .area-property-details .property .property-details .details {
    min-width: 240px;
    max-width: 280px;
  }

  .area-property-details .property .property-details .details li {
    font-size: 12px;
    border-radius: 10px;
    line-height: 20px;
  }

  .area-property-details .property .property-details .details li svg {
    width: 12px;
    height: 12px;
  }

  .area-property-details .property .property-details .price {
    font-weight: 700;
    font-size: 18px;
    float: initial;
    margin-top: 5px;
    line-height: 22px;
  }

  .area-property-details .property .property-details .title {
    margin: 10px 0;
  }

  .area-property-details .property .property-details .cta {
    margin-top: 0;
  }

  .area-property-details .property .property-details .call .btn-text-mobile {
    background-color: #276068;
    color: #ffffff;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
  }

  .area-property-details .property .property-details .email {
    padding: 0;
    font-size: 12px;
  }

  .area-property-details .property .property-details .email i {
    display: none;
  }

  .owl-theme .custom-nav .owl-next,
  .owl-theme .custom-nav .owl-prev {
    display: none;
  }

  .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .view-all-prop, body.rtl .view-all-prop {
    float: none;
    margin: 0;
    font-size: 14px;
    padding-left: 0;
    border: none;
  }

  .property-search-widget .search-widget-wrapper {
    max-width: initial;
  }

}

@media screen and (max-width: 669px) {
  .owl-carousel {
    margin: 0;
  }
}