@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,200,900,700italic,700,600italic,600,400italic,300italic,300,200italic");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ddf {
    font-family: "Titillium Web", sans-serif !important;
}
.ddf-container {
    max-width: 1200px;
    margin: 0 auto;
}
h1.ddf-page-title {
    font-size: 42px;
}
.ddf-page-header {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ddf-content ul {
    padding-top: 20px;
}

/* Filter style 2  */
.ddf-filters.filter-style-2 {
    background: #000000;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.ddf-filters.filter-style-2 form {
    padding: 36px 80px;
}
.ddf-filters.filter-style-2 label {
    font-size: 14px;
    font-weight: 500;
    color: #F1F1F1;
    display: block;
    margin-bottom: 6px;
    line-height: 1.5;
}
.ddf-filters.filter-style-2 select {
    border: 1px #636363 solid !important;
    background: #000 !important;
    min-height: 40px;
}
.ddf-filters.filter-style-2 button {
    min-height: 40px;
}
.ddf-filters.filter-style-2 select,
.ddf-filters.filter-style-2 input,
.ddf-filters.filter-style-2 button,
.ddf-filters.filter-style-2 .ms-options-wrap > button:focus {
    border: 1px #636363 solid !important;
    background: #000;
    border-radius: 6px;
    padding: 9px 12px;
    color: #fff;
    appearance:none;
    outline: 0;
    width: 100%;
    font-size: 14px;
    height: auto !important;
    vertical-align: top;
}
.ddf-filters.filter-style-2 #Provinces {
    display: none !important;
}
.ddf-filters.filter-style-2 select option,
.ddf-filters.filter-style-2 .ms-options-wrap > .ms-options {
    background: #000000;
}
.ddf-filters.filter-style-2 .ms-options-wrap > button:after {
    right: 10px;
}
.ddf-filters.filter-style-2 .ddf-row {
    display: flex;
    /* grid-template-columns: repeat(6, 1fr); */
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ddf-filters.filter-style-2 .large-2.form-ddf-column {
    flex-basis: calc(20% - 16px);
   flex-grow: 0;
}
.ddf-filters.filter-style-2 .form-ddf-column {
    flex: 1 1 200px;
}
.ddf-filters.filter-style-2 select {
    background: url('../images/selectArrow.svg') 95% 50% no-repeat !important;
}
.ddf-filters.filter-style-2 .ms-options button:focus,
.ddf-filters.filter-style-2 .ms-options button,
.ddf-filters.filter-style-2 .ms-options input {
    background-color: transparent;
    width: auto;
}
.ddf-filters.filter-style-2 .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: static;
    appearance: auto;
    vertical-align: middle;
}
.ddf-filters.filter-style-2 .ms-options-wrap > .ms-options > ul label.focused,
.ddf-filters.filter-style-2 .ms-options-wrap > .ms-options > ul label:hover,
.ddf-filters.filter-style-2 .ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #0077ed;
}
.ddf-filters.filter-style-2 .ms-options-wrap.ms-has-selections > button {
    color: #fff;
}
.ddf-filters.filter-style-2 .ms-options ul li {
    line-height: 0;
}
.ddf-filters.filter-style-2 .features-checkbox {
    display: flex;
    gap: 0 15px;
    margin-bottom: 0;
    padding-left: 0;
    margin: 0;
}
.ddf-filters.filter-style-2 .checkboxes {
    font-size: 14px;
    color: #fff;
}
.ddf-filters.filter-style-2 .features-checkbox input {
    width: auto;
    appearance: auto;
    vertical-align: middle;
}
.ddf-filters.filter-style-2 ul {
    list-style-type: none;
}
.ddf-filters.filter-style-2 .features-checkbox label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: middle;
}
.ddf-filters.filter-style-2 .large-2.checkboxes input {
    appearance: auto;
    width: auto;
    margin-right: 5px;
    margin-bottom: 6px;
}
.ddf-filters.filter-style-2 .ms-options-wrap > .ms-options > ul label {
    padding-left: 10px;
}
.ddf-filters.filter-style-2 input:focus,
.ddf-filters.filter-style-2 input:hover,
.ddf-filters.filter-style-2 button:focus,
.ddf-filters.filter-style-2 button:hover {
    color: #fff;
    background-color: inherit;
}
.ddf-filters.filter-style-2 .large-12.ddf-column.form-ddf-column.checkboxes.item-baseline {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ddf-filters.filter-style-2 .large-12.ddf-column.form-ddf-column.checkboxes .label label {
    margin-bottom: 0;
}
.ddf-filters.filter-style-2 input#find-property {
    background: #556EE6;
    color: #fff;
    border: 0;
    max-width: 200px;
    padding: 16px;
    display: inline-block;
    cursor: pointer;
    margin-top: 0;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
    padding: 12px 10px;
}
.ddf-filters.filter-style-2 input#find-property:hover {
    background: #2D409A;
}
.ddf-filters.filter-style-2 .copy-message {
    font-size: 14px;
    color: #fff;
}
.ddf-filters.filter-style-2 .toogle-filter {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #2C2C2C;
    max-width: 160px;
    padding: 10px;
    cursor: pointer;
    margin-left: auto;
    font-family: "Titillium Web", sans-serif;
}
.ddf-filters.filter-style-2 .share-wrap {
    position: relative;
}
.ddf-filters.filter-style-2 .share-wrap label {
    position: absolute;
    display: block;
    background: #333;
    padding: 11px 10px;
    right: 1px;
    top: 1px;
    font-size: 14px;
    height: 40px;
    line-height: 16px;
    margin-bottom: 0;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.ddf-filters.filter-style-2 .share-wrap label:hover {
    background: #000;
}
.ddf-filters.filter-style-2 .share-wrap input {
    height: 42px;
    border: 1px #636363 solid !important;
    background: #000000;
    font-size: 12px !important;
}
#search-content img {
    vertical-align: middle;
}

/*  */
.ddf-filters.filter-style-2 h1,.ddf-filters.filter-style-2 h2,.ddf-filters.filter-style-2 h3,.ddf-filters.filter-style-2 h4,.ddf-filters.filter-style-2 h5,.ddf-filters.filter-style-2 h6,.ddf-filters.filter-style-2 p,.ddf-filters.filter-style-2 a,.ddf-filters.filter-style-2 span,.ddf-filters.filter-style-2 div,
.listing-style-2 h1,.listing-style-2 h2,.listing-style-2 h3,.listing-style-2 h4,.listing-style-2 h5,.listing-style-2 h6,.listing-style-2 p,.listing-style-2 a,.listing-style-2 span,.listing-style-2 div,
.ddf.ddf-single-style- h1,.ddf.ddf-single-style- h2,.ddf.ddf-single-style- h3,.ddf.ddf-single-style- h4,.ddf.ddf-single-style- h5,.ddf.ddf-single-style- h6,.ddf.ddf-single-style- p,.ddf.ddf-single-style- span,.ddf.ddf-single-style- a,.ddf.ddf-single-style- div,
.ddf.ddf-single-style-1 h1,.ddf.ddf-single-style-1 h2,.ddf.ddf-single-style-1 h3,.ddf.ddf-single-style-1 h4,.ddf.ddf-single-style-1 h5,.ddf.ddf-single-style-1 h6,.ddf.ddf-single-style-1 p,.ddf.ddf-single-style-1 span,.ddf.ddf-single-style-1 a,.ddf.ddf-single-style-1 div,
.ddf.ddf-single-style-2 h1,.ddf.ddf-single-style-2 h2,.ddf.ddf-single-style-2 h3,.ddf.ddf-single-style-2 h4,.ddf.ddf-single-style-2 h5,.ddf.ddf-single-style-2 h6,.ddf.ddf-single-style-2 p,.ddf.ddf-single-style-2 span,.ddf.ddf-single-style-2 a,.ddf.ddf-single-style-2 div {
    font-family: "Titillium Web", sans-serif !important;
}

.ddf-filters.filter-style-2 input,
.ddf-filters.filter-style-2 select,
.ddf-filters.filter-style-2 button,
.ddf-filters.filter-style-2 textarea,
.ddf.ddf-single-style- input,
.ddf.ddf-single-style-1 input,
.ddf.ddf-single-style-2 input,
.ddf.ddf-single-style- select,
.ddf.ddf-single-style-1 select,
.ddf.ddf-single-style-2 select,
.ddf.ddf-single-style- button,
.ddf.ddf-single-style-1 button,
.ddf.ddf-single-style-2 button,
.ddf.ddf-single-style- textarea,
.ddf.ddf-single-style-1 textarea,
.ddf.ddf-single-style-2 textarea {
    font-family: "Titillium Web", sans-serif !important;
}

/* Detail page */
.ddf.ddf-single-style-,
.ddf.ddf-single-style-1,
.ddf.ddf-single-style-2 {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.ddf.ddf-single-style- .row,
.ddf.ddf-single-style-1 .row,
.ddf.ddf-single-style-2 .row {
    display: flex;
    flex-wrap: wrap;
}
.ddf.ddf-single-style- .col-md-7,
.ddf.ddf-single-style-1 .col-md-7,
.ddf.ddf-single-style-2 .col-md-7 {
    flex-basis: 55%;
}
.ddf.ddf-single-style- .col-md-5,
.ddf.ddf-single-style-1 .col-md-5,
.ddf.ddf-single-style-2 .col-md-5 {
    flex-basis: 45%;
    padding-left: 40px;
}
.ddf.ddf-single-style- .ddf-header,
.ddf.ddf-single-style-1 .ddf-header,
.ddf.ddf-single-style-2 .ddf-header {
    margin-bottom: 30px;
}
.ddf.ddf-single-style- .ddf-header .row,
.ddf.ddf-single-style-1 .ddf-header .row,
.ddf.ddf-single-style-2 .ddf-header .row {
    justify-content: center;
}
.ddf.ddf-single-style- .ddf-header h2,
.ddf.ddf-single-style-1 .ddf-header h2,
.ddf.ddf-single-style-2 .ddf-header h2 {
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.ddf.ddf-single-style- .ddf-quick-info h2,
.ddf.ddf-single-style-1 .ddf-quick-info h2,
.ddf.ddf-single-style-2 .ddf-quick-info h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    letter-spacing: normal;
}
.ddf.ddf-single-style- .ddf-address,
.ddf.ddf-single-style-1 .ddf-address,
.ddf.ddf-single-style-2 .ddf-address {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    line-height: 24px;
}
.ddf.ddf-single-style- .ddf-price,
.ddf.ddf-single-style-1 .ddf-price,
.ddf.ddf-single-style-2 .ddf-price {
    color: #4285F4;
    font-weight: 600;
    margin-top: 12px;
    font-size: 30px;
    line-height: 1;
}
.ddf.ddf-single-style- .ddf-discription,
.ddf.ddf-single-style-1 .ddf-discription,
.ddf.ddf-single-style-2 .ddf-discription {
    margin-top: 20px;
}
.ddf.ddf-single-style- .ddf-discription p,
.ddf.ddf-single-style-1 .ddf-discription p,
.ddf.ddf-single-style-2 .ddf-discription p {
    font-size: 16px;
    line-height: 1.4;
    color: #31383E;
    margin-top: 10px;
}
.ddf.ddf-single-style- .ddf-widget h3,
.ddf.ddf-single-style-1 .ddf-widget h3,
.ddf.ddf-single-style-2 .ddf-widget h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Location Map */
.ddf.ddf-single-style- #LocationMap,
.ddf.ddf-single-style-1 #LocationMap,
.ddf.ddf-single-style-2 #LocationMap {
    height: 300px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

/* Contact Form */
.ddf.ddf-single-style- .ddf-contact-widget,
.ddf.ddf-single-style-1 .ddf-contact-widget,
.ddf.ddf-single-style-2 .ddf-contact-widget {
    background: #444c77;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ddf.ddf-single-style- .ddf-contact-widget .row,
.ddf.ddf-single-style-1 .ddf-contact-widget .row,
.ddf.ddf-single-style-2 .ddf-contact-widget .row {
    justify-content: space-between;
    gap: 15px;
}
.ddf.ddf-single-style- .ddf-contact-widget .col-6,
.ddf.ddf-single-style-1 .ddf-contact-widget .col-6,
.ddf.ddf-single-style-2 .ddf-contact-widget .col-6 {
    flex-basis: calc(50% - 14px);
}
.ddf.ddf-single-style- .ddf-contact-widget .col-12,
.ddf.ddf-single-style-1 .ddf-contact-widget .col-12,
.ddf.ddf-single-style-2 .ddf-contact-widget .col-12 {
    flex-basis: 100%;
}
.ddf.ddf-single-style- .ddf-contact-widget h3,
.ddf.ddf-single-style-1 .ddf-contact-widget h3,
.ddf.ddf-single-style-2 .ddf-contact-widget h3 {
    color: #FFF9F9;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}
.ddf.ddf-single-style- .ddf-contact-widget label,
.ddf.ddf-single-style-1 .ddf-contact-widget label,
.ddf.ddf-single-style-2 .ddf-contact-widget label {
    font-size: 14px;
    font-weight: 500;
    color: #FEFEFE;
    display: block;
    margin-bottom: 6px;
}
.ddf.ddf-single-style- .ddf-contact-widget .ddf-input,
.ddf.ddf-single-style-1 .ddf-contact-widget .ddf-input,
.ddf.ddf-single-style-2 .ddf-contact-widget .ddf-input {
    margin: 0;
    border: 0;
    color: #8C8787;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 10px;
    width: 100%;
    outline: 0;
}
.ddf.ddf-single-style- .ddf-contact-widget textarea,
.ddf.ddf-single-style-1 .ddf-contact-widget textarea,
.ddf.ddf-single-style-2 .ddf-contact-widget textarea {
    height: 80px;
}
.ddf.ddf-single-style- .ddf-contact-widget .contact-submit,
.ddf.ddf-single-style-1 .ddf-contact-widget .contact-submit,
.ddf.ddf-single-style-2 .ddf-contact-widget .contact-submit {
    background: #06204b;
    color: #fff;
    border: 0;
    max-width: 100px;
    width: 100%;
    margin-top: 0;
    padding: 10px !important;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.ddf.ddf-single-style- .ddf-contact-widget .contact-submit:hover,
.ddf.ddf-single-style-1 .ddf-contact-widget .contact-submit:hover,
.ddf.ddf-single-style-2 .ddf-contact-widget .contact-submit:hover {
    background-color: #2D409A;
    color: #fff;
}
.ddf.ddf-single-style- .ddf-contact-widget .ddf-error-message,
.ddf.ddf-single-style-1 .ddf-contact-widget .ddf-error-message,
.ddf.ddf-single-style-2 .ddf-contact-widget .ddf-error-message {
    font-size: 12px;
    color: red;
    position: relative;
    top: 5px;
    font-weight: 300;
}
.ddf.ddf-single-style- .ddf-contact-widget #contact-message,
.ddf.ddf-single-style-1 .ddf-contact-widget #contact-message,
.ddf.ddf-single-style-2 .ddf-contact-widget #contact-message {
    text-align: right;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 26px;
    font-size: 14px;
    color: #179d6c;
}
.ddf.ddf-single-style-2 .ddf-contact-widget {
    background: #F2F4FF;
    padding-top: 30px;
}
.ddf.ddf-single-style-2 .ddf-contact-widget::before {
    content: '';
    background: #7D90EB;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 10px;
}
.ddf.ddf-single-style-2 .ddf-contact-widget h3 {
    color: #1A1A1A;
}
.ddf.ddf-single-style-2 .ddf-contact-widget label {
    color: #333333;
}

/* Slider */
.ddf.ddf-single-style- .dss-single-image-gallrey,
.ddf.ddf-single-style-1 .dss-single-image-gallrey,
.ddf.ddf-single-style-2 .dss-single-image-gallrey {
    border-radius: 5px;
    overflow: hidden;
}
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-controls-direction a,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-controls-direction a,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-controls-direction a {
    background: url(../../assets/images/arrow-circle-right.svg) 0 0 no-repeat;
}
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-controls-direction a.bx-prev,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-controls-direction a.bx-prev,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-controls-direction a.bx-prev {
    background: url(../../assets/images/arrow-circle-right.svg) 0 0 no-repeat;
    transform: rotateY(180deg);
}
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-controls-direction .bx-next:hover,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-controls-direction .bx-next:hover,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-controls-direction .bx-next:hover,
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-controls-direction .bx-next:focus,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-controls-direction .bx-next:focus,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-controls-direction .bx-next:focus,
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-controls-direction .bx-prev:hover,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-controls-direction .bx-prev:hover,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-controls-direction .bx-prev:hover,
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-controls-direction .bx-prev:focus,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-controls-direction .bx-prev:focus,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-controls-direction .bx-prev:focus {
    opacity: 0.5;
}
.ddf.ddf-single-style- .dss-single-image-gallrey .bx-wrapper,
.ddf.ddf-single-style-1 .dss-single-image-gallrey .bx-wrapper,
.ddf.ddf-single-style-2 .dss-single-image-gallrey .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
}

/* Thumb Gallrey */
.ddf.ddf-single-style- .thumb-gallrey,
.ddf.ddf-single-style-1 .thumb-gallrey,
.ddf.ddf-single-style-2 .thumb-gallrey {
    overflow: hidden;
    margin-top: 10px;
}
.ddf.ddf-single-style- .thumb-gallrey ul,
.ddf.ddf-single-style-1 .thumb-gallrey ul,
.ddf.ddf-single-style-2 .thumb-gallrey ul {
    list-style-type: none;
    display: flex;
    gap: 5px;
    max-width: 600px;
    overflow-x: auto;
    height: 70px;
    cursor: grabbing;
    padding-left: 0;
    margin: 0;
}
.ddf.ddf-single-style- .thumb-gallrey ul img,
.ddf.ddf-single-style-1 .thumb-gallrey ul img,
.ddf.ddf-single-style-2 .thumb-gallrey ul img,
.ddf.ddf-single-style- .thumb-gallrey ul li a,
.ddf.ddf-single-style-1 .thumb-gallrey ul li a,
.ddf.ddf-single-style-2 .thumb-gallrey ul li a {
    width: 80px;
    height: 50px;
    object-fit: cover;
}
.ddf.ddf-single-style- .thumb-gallrey ul a,
.ddf.ddf-single-style-1 .thumb-gallrey ul a,
.ddf.ddf-single-style-2 .thumb-gallrey ul a {
    position: relative;
    display: block;
}
.ddf.ddf-single-style- .thumb-gallrey li a::before,
.ddf.ddf-single-style-1 .thumb-gallrey li a::before,
.ddf.ddf-single-style-2 .thumb-gallrey li a::before,
.ddf.ddf-single-style- .thumb-gallrey li a::after,
.ddf.ddf-single-style-1 .thumb-gallrey li a::after,
.ddf.ddf-single-style-2 .thumb-gallrey li a::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 0;
    width: 0;
    border-width: 10px 9px 0 9px;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
}
.ddf.ddf-single-style- .thumb-gallrey li a.active::after,
.ddf.ddf-single-style-1 .thumb-gallrey li a.active::after,
.ddf.ddf-single-style-2 .thumb-gallrey li a.active::after {
    border-color: #4d4d4d transparent transparent;
    top: 1px;
}
.ddf.ddf-single-style- .thumb-gallrey li a.active::before,
.ddf.ddf-single-style-1 .thumb-gallrey li a.active::before,
.ddf.ddf-single-style-2 .thumb-gallrey li a.active::before,
.ddf.ddf-single-style- .thumb-gallrey li a.active::after,
.ddf.ddf-single-style-1 .thumb-gallrey li a.active::after,
.ddf.ddf-single-style-2 .thumb-gallrey li a.active::after {
    opacity: 1;
}
.ddf.ddf-single-style- .thumb-gallrey ::-webkit-scrollbar,
.ddf.ddf-single-style-1 .thumb-gallrey ::-webkit-scrollbar,
.ddf.ddf-single-style-2 .thumb-gallrey ::-webkit-scrollbar {
    width: auto;
    height: 6px;
    border-radius: 10px;
}
.ddf.ddf-single-style- .thumb-gallrey ::-webkit-scrollbar-track,
.ddf.ddf-single-style-1 .thumb-gallrey ::-webkit-scrollbar-track,
.ddf.ddf-single-style-2 .thumb-gallrey ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.ddf.ddf-single-style- .thumb-gallrey ::-webkit-scrollbar-thumb,
.ddf.ddf-single-style-1 .thumb-gallrey ::-webkit-scrollbar-thumb,
.ddf.ddf-single-style-2 .thumb-gallrey ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    width: 100px;
}
.ddf.ddf-single-style- .thumb-gallrey ::-webkit-scrollbar-thumb:hover,
.ddf.ddf-single-style-1 .thumb-gallrey ::-webkit-scrollbar-thumb:hover,
.ddf.ddf-single-style-2 .thumb-gallrey ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Qucik Heighlights */
.ddf.ddf-single-style- .quick-highlights,
.ddf.ddf-single-style-1 .quick-highlights,
.ddf.ddf-single-style-2 .quick-highlights {
    margin-top: 25px;
}
.ddf.ddf-single-style- .quick-highlights ul,
.ddf.ddf-single-style-1 .quick-highlights ul,
.ddf.ddf-single-style-2 .quick-highlights ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}
.ddf.ddf-single-style- .quick-highlights ul li,
.ddf.ddf-single-style-1 .quick-highlights ul li,
.ddf.ddf-single-style-2 .quick-highlights ul li {
    width: auto;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    font-size: 15px;
    height: 48px;
    display: flex;
    align-items: center;
}
.ddf.ddf-single-style- .quick-highlights ul li img,
.ddf.ddf-single-style-1 .quick-highlights ul li img,
.ddf.ddf-single-style-2 .quick-highlights ul li img {
    vertical-align: middle;
    margin-right: 6px;
}
.ddf.ddf-single-style- .bg-green,
.ddf.ddf-single-style-1 .bg-green,
.ddf.ddf-single-style-2 .bg-green {
    background: linear-gradient(to bottom,  #00CB97 0%,#00A57B 100%);
}
.ddf.ddf-single-style- .bg-cyne,
.ddf.ddf-single-style-1 .bg-cyne,
.ddf.ddf-single-style-2 .bg-cyne {
    background: linear-gradient(to bottom,  #00C1CF 0%,#00A4B0 100%);
}
.ddf.ddf-single-style- .bg-blue,
.ddf.ddf-single-style-1 .bg-blue,
.ddf.ddf-single-style-2 .bg-blue {
    background: linear-gradient(to bottom,  #2E5EAC 0%,#254F93 100%);
}
.ddf.ddf-single-style- .bg-red,
.ddf.ddf-single-style-1 .bg-red,
.ddf.ddf-single-style-2 .bg-red {
    background: linear-gradient(to bottom,  #BE1E4B 0%,#A7123B 100%);
}
.ddf.ddf-single-style- .bg-black,
.ddf.ddf-single-style-1 .bg-black,
.ddf.ddf-single-style-2 .bg-black {
    background: #000;
}
.ddf.ddf-single-style- .bg-magenta,
.ddf.ddf-single-style-1 .bg-magenta,
.ddf.ddf-single-style-2 .bg-magenta {
    background: linear-gradient(to bottom,  #9F489E 0%,#8C3E8C 100%);
}


/* Tabs */
.ddf.ddf-single-style- .ddf-tabs,
.ddf.ddf-single-style-1 .ddf-tabs,
.ddf.ddf-single-style-2 .ddf-tabs {
    margin-top: 30px;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tabs-nav,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tabs-nav,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background:#000;
    border-bottom: 5px #4285F4 solid;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tabs-nav li,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tabs-nav li,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav li {
    display: inline-block;
    margin: 0;
    padding: 10px 20px 5px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tabs-nav li:hover,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tabs-nav li:hover {
    background:#4285F4;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tabs-nav li.current,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tabs-nav li.current {
    background: #4285F4;
    color: #FFF;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tab-content,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content {
    display: none;
    background: #f2f2f2;
    padding: 15px 40px 25px;
    line-height: 1.4;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tab-content.current,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content.current,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content.current {
    display: block;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tab-content ul,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content ul,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content ul {
    padding-left: 0;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tab-content li,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content li,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content li {
    padding: 4px 0;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 500;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tab-content li strong,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content li strong,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content li strong {
    font-weight: 500;
    min-width: 120px;
    padding-right: 10px;
    display: inline-block;
}
.ddf.ddf-single-style- .ddf-tabs .ddf-tab-content li span,
.ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content li span,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content li span {
    color: rgb(0 0 0 / 60%);
}

.ddf.ddf-single-style-2 .ddf-tabs {
    border: 1px #DBE1EA solid;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav {
    background: #EFEFEF;
    border: 0;
    padding: 0 20px;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav li {
    color: #463E3E;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav li.current,
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav li:hover {
    color: #556EE6;
    border-bottom: 2px #556EE6 solid;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content {
    background-color: #fff;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content ul {
    list-style-type: none;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content li {
    border-bottom: 1px rgb(0 0 0 / 10%) solid;
}
.ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content li:last-child {
    border: 0;
}
/*  */
.share-search {
    display: none;
}

/* Footer */
.ddf.ddf-single-style- .mls-image-set,
.ddf.ddf-single-style-1 .mls-image-set,
.ddf.ddf-single-style-2 .mls-image-set {
    margin-top: 50px;
    margin-bottom: 50px;
}
#footer {
    background: #EFEFEF;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}
#share-search-side {
    font-size: 16px;
    font-weight: 500;
}
#share-search-side input {
    border: 1px #DBE1EA solid;
    padding: 6px 10px;
    border-radius: 5px;
    color: #706F73;
}
#js-broker-information {
    color: #3E3E3E;
    margin: 30px 0;
    font-size: 14px;
}
#js-broker-information .property-spec {
    color: #4285F4;
}

/* Button */
.ddf.ddf-single-style- .button-set,
.ddf.ddf-single-style-1 .button-set,
.ddf.ddf-single-style-2 .button-set {
    margin-top: 20px;
}
.ddf.ddf-single-style- .button-set button,
.ddf.ddf-single-style-1 .button-set button,
.ddf.ddf-single-style-2 .button-set button {
    background: #427adb;
    padding: 10px 18px;
    border: 0;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    outline: 0;
    min-width: 120px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.ddf.ddf-single-style- .button-set button:hover,
.ddf.ddf-single-style-1 .button-set button:hover,
.ddf.ddf-single-style-2 .button-set button:hover {
    background-color: #2D409A;
    color: #fff;
}
.ddf.ddf-single-style- .button-set button img,
.ddf.ddf-single-style-1 .button-set button img,
.ddf.ddf-single-style-2 .button-set button img {
    vertical-align: middle;
    margin-right: 5px;
}
.ddf.ddf-single-style- .copy-message,
.ddf.ddf-single-style-1 .copy-message,
.ddf.ddf-single-style-2 .copy-message {
    font-size: 14px;
}
.ddf-single-style- .pp-courtesy,
.ddf-single-style-1 .pp-courtesy,
.ddf-single-style-2 .pp-courtesy {
    margin-bottom: 30px;
}


/* Map */
#map {
    height: 400px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* listing-style-2 */
.ddf-listings.listing-style-2 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.ddf-listings.listing-style-2 #listings-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    padding-left: 0;
}
.ddf-listings.listing-style-2 .ddf-list-header {
    position: relative;
}
.ddf-listings.listing-style-2 .ddf-list-header label {
    position: absolute;
    background: #303030;
    padding: 4px 6px;
    color: #fff;
    font-size: 10px;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.ddf-listings.listing-style-2 .ddf-list-header a {
    display: block;
    outline: 0;
}
.ddf-listings.listing-style-2 .ddf-list-header img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    height: 200px;
    object-fit: cover;
    vertical-align: bottom;
}
.ddf-listings.listing-style-2 #listings-area li {
    padding: 15px;
}
.ddf-listings.listing-style-2 .ddf-list-summary h3,
.ddf-listings.listing-style-2 .ddf-list-summary h3 a,
.ddf-listings.listing-style-2 .ddf-list-summary h3 a:hover {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    margin: 0;
}
.ddf-listings.listing-style-2 .ddf-list-summary a {
    text-decoration: none;
    font-size: inherit;
    display: block;
    color: inherit;
    outline: 0;
}
.ddf-listings.listing-style-2 .ddf-list-summary {
    background: #FAFAFA;
    padding: 15px 20px;
    min-height: 210px;
}
.ddf-listings.listing-style-2 .ddf-list-summary p {
    color: #495057;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.ddf-listings.listing-style-2 .ddf-list-summary p i {
    display: none;
}
.ddf-listings.listing-style-2 .ddf-list-summary p:before {
    content: "\e051";
    font-family: "shandora" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 5px;
    left: 0;
}
.ddf-listings.listing-style-2 .ddf-list-summary p span {
    font-weight: 400;
}
.ddf-listings.listing-style-2 .ddf-list-summary .ddf-list-meta {
    display: flex;
    margin-top: 6px;
}
.ddf-listings.listing-style-2 .ddf-list-summary .icon {
    font-size: 16px;
    color: #000;
}
.ddf-listings.listing-style-2 .ddf-list-summary .ddf-list-meta .icon span {
    padding-left: 10px;
    font-size: inherit;
}
.ddf-listings.listing-style-2 .ddf-list-summary .icon.bed {
    border-right: 1px #ababab solid;
    padding-right: 10px;
    margin-right: 10px;
}
.ddf-listings.listing-style-2 .ddf-list-summary .ddf-list-price {
    font-size: 20px;
    font-weight: 600;
    color: #4285F4;
    margin-top: 15px;
}
.ddf-listings.listing-style-2 .ddf-list-footer a {
    background: #303030;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 0 0 6px 6px;
    display: block;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.ddf-listings.listing-style-2 .ddf-list-footer a:hover {
    background-color: #2D409A;
    color: #fff;
}
.ddf-listings.listing-style-2 p {
    font-size: 16px;
    color: #01092E;
    font-weight: 400;
}
.ddf-listings.listing-style-2 p span {
    font-weight: 600;
}
.ddf-listings.listing-style-2 .pagination {
    list-style-type: none;
    display: flex;
    gap: 2px;
    margin-top: 10px;
}
.ddf-listings.listing-style-2 .pagination li a {
    border: 1px rgb(0 0 0 / 20%) solid;
    padding: 2px 10px;
    font-size: 14px;
    width: auto;
    min-width: 30px;
    height: 30px;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    color: #01092E;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
}
/* .ddf-listings.listing-style-2 .pagination a {
    color: inherit;
} */
.ddf-listings.listing-style-2 .pagination li a:hover {
    background: #f3f3f3;
}
.ddf-listings.listing-style-2 .pagination li.active {
    background: #556EE6;
    color: #fff;
    width: auto;
    min-width: 30px;
    height: 30px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px rgb(0 0 0 / 20%) solid;
}
.ddf-listings.listing-style-2 li.disabled {
    cursor: not-allowed;
    border: 1px rgb(0 0 0 / 20%) solid;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    color: #01092E;
    text-decoration: none;
}
.ddf-listings.listing-style-2 li.disabled span {
    border: 0;
    padding: 0px 10px;
    font-size: 14px;
    background: transparent;
}
.quick-highlights i {
    padding-right: 10px;
}
/* media querry */
@media (max-width:1200px) {
    .ddf-filters.filter-style-2 form {
        padding: 30px;
    }
    .ddf.ddf-single-style- .thumb-gallrey ul,
    .ddf.ddf-single-style-1 .thumb-gallrey ul,
    .ddf.ddf-single-style-2 .thumb-gallrey ul {
        max-width: 520px;
    }
    .ddf.ddf-single-style- .col-md-5,
    .ddf.ddf-single-style-1 .col-md-5,
    .ddf.ddf-single-style-2 .col-md-5 {
        flex-basis: 45%;
        padding-left: 30px;
    }
    .ddf-listings.listing-style-2 #listings-area li {
        padding: 8px;
    }
    .ddf-listings.listing-style-2 .ddf-list-summary {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ddf-listings.listing-style-2 .ddf-list-summary p {
        font-size: 14px;
    }
    .ddf-listings.listing-style-2 .ddf-list-summary .ddf-list-price {
        font-size: 18px;
    }
    .ddf-listings.listing-style-2 .ddf-list-header label {
        padding: 6px 20px;
        font-size: 12px;
    }


}

@media (max-width:991px) {
    .ddf-filters.filter-style-2 .large-2.form-ddf-column {
        flex-basis: calc(33% - 12px);
    }
    .ddf-filters.filter-style-2 .features-checkbox {
        gap: 0 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .ddf.ddf-single-style- .row,
    .ddf.ddf-single-style-1 .row,
    .ddf.ddf-single-style-2 .row {
        flex-direction: column;
    }
    .ddf.ddf-single-style- .dss-single-image-gallrey img,
    .ddf.ddf-single-style-1 .dss-single-image-gallrey img,
    .ddf.ddf-single-style-2 .dss-single-image-gallrey img {
        width: 100%;
    }
    .ddf.ddf-single-style- .col-md-5,
    .ddf.ddf-single-style-1 .col-md-5,
    .ddf.ddf-single-style-2 .col-md-5 {
        flex-basis: 45%;
        padding-left: 0;
    }
    .ddf-listings.listing-style-2 #listings-area {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .ddf-filters.filter-style-2 form {
        padding: 15px;
    }
    .ddf-filters.filter-style-2 .large-2.form-ddf-column {
        flex-basis: 100%;
    }
    .ddf-filters.filter-style-2 .ddf-row {
        gap: 10px;
        display: grid;
    }
    .ddf-filters.filter-style-2 .large-12.ddf-column.form-ddf-column.checkboxes.item-baseline {
        flex-direction: column;
        align-items: flex-start;
    }
    .ddf-filters.filter-style-2 .features-checkbox label {
        margin-left: 0;
        font-size: 11px;
        padding-left: 5px;
    }
    .ddf-filters.filter-style-2 input#find-property {
        background: #556EE6;
        max-width: 100%;
        padding: 12px;
    }
    .ddf-filters.filter-style-2 .share-wrap label {
        padding: 11px 8px;
        font-size: 12px;
    }
    .ddf-filters.filter-style-2 .features-checkbox input {
        width: 12px;
    }    
    .ddf.ddf-single-style- .thumb-gallrey ul,
    .ddf.ddf-single-style-1 .thumb-gallrey ul,
    .ddf.ddf-single-style-2 .thumb-gallrey ul {
        max-width: 320px;
    }
    .ddf.ddf-single-style- .quick-highlights ul li,
    .ddf.ddf-single-style-1 .quick-highlights ul li,
    .ddf.ddf-single-style-2 .quick-highlights ul li {
        padding: 6px 10px;
        font-size: 14px;
        height: 40px;
    }
    .ddf.ddf-single-style- .quick-highlights ul,
    .ddf.ddf-single-style-1 .quick-highlights ul,
    .ddf.ddf-single-style-2 .quick-highlights ul {
        gap: 4px;
    }
    .ddf.ddf-single-style- .quick-highlights ul li img,
    .ddf.ddf-single-style-1 .quick-highlights ul li img,
    .ddf.ddf-single-style-2 .quick-highlights ul li img {
        margin-right: 4px;
        max-width: 16px;
        max-height: 16px;
    }    
    .ddf.ddf-single-style- .ddf-tabs .ddf-tabs-nav,
    .ddf.ddf-single-style-1 .ddf-tabs .ddf-tabs-nav,
    .ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav {
        display: flex;
        overflow-x: auto;
        width: 100%;
    }
    .ddf.ddf-single-style- .ddf-tabs .ddf-tabs-nav li,
    .ddf.ddf-single-style-1 .ddf-tabs .ddf-tabs-nav li,
    .ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav li {
        padding: 5px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
    .ddf.ddf-single-style-2 .ddf-tabs .ddf-tabs-nav {
        padding: 0;
    }
    .ddf.ddf-single-style- .ddf-tabs .ddf-tab-content,
    .ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content,
    .ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content {
        padding: 15px 35px 25px;
    }
    .ddf.ddf-single-style- .ddf-tabs .ddf-tab-content li,
    .ddf.ddf-single-style-1 .ddf-tabs .ddf-tab-content li,
    .ddf.ddf-single-style-2 .ddf-tabs .ddf-tab-content li {
        padding: 8px 0;
        font-size: 14px;
    }
    .ddf.ddf-single-style- .ddf-header h2,
    .ddf.ddf-single-style-1 .ddf-header h2,
    .ddf.ddf-single-style-2 .ddf-header h2 {
        font-size: 22px;
    }
    .ddf.ddf-single-style- .ddf-quick-info h2,
    .ddf.ddf-single-style-1 .ddf-quick-info h2,
    .ddf.ddf-single-style-2 .ddf-quick-info h2 {
        font-size: 22px;
    }
    .ddf.ddf-single-style- .ddf-address,
    .ddf.ddf-single-style-1 .ddf-address,
    .ddf.ddf-single-style-2 .ddf-address {
        font-size: 14px;
    }
    .ddf.ddf-single-style- .ddf-price,
    .ddf.ddf-single-style-1 .ddf-price,
    .ddf.ddf-single-style-2 .ddf-price {
        font-size: 24px;
    }
    .ddf-listings.listing-style-2 #listings-area {
        grid-template-columns: repeat(1, 1fr);
    }

    .ddf-listings.listing-style-2 .pagination li.active {
        min-width: 22px;
        height: 22px;
        padding: 2px 6px;
        font-size: 12px;
    }
    .ddf-listings.listing-style-2 li.disabled {
        min-width: 22px;
        padding: 2px 6px;
        height: 22px;
        font-size: 12px;
    }
    .ddf-listings.listing-style-2 .pagination {
        gap: 1px;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .ddf-listings.listing-style-2 .pagination li a {
        min-width: 22px;
        padding: 2px 6px;
        height: 22px;
        font-size: 12px;
    }
    .ddf-listings.listing-style-2 .pagination li:first-child,
    .ddf-listings.listing-style-2 .pagination li:last-child {
        flex-basis: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .ddf-listings.listing-style-2 p {
        font-size: 12px;
    }
    .ddf-listings.listing-style-2 .ddf-list-header img {
        height: auto;
    }
    .ddf-listings.listing-style-2 .ddf-list-summary {
        min-height: auto;
        padding-bottom: 20px;
    }
    .ddf-listings.listing-style-2 .ddf-list-footer a {
        padding: 8px;
        font-size: 16px;
    }
}