.prop-label.open {
    background: #dd3830;
}

.prop-label.sold {
    background: #dd3830;
}

.prop-label {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    color: #fff;
    background: #dd3830;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 15px;
    z-index: 3;
    padding: 5px 20px;
    border-radius: 20px;
}

#slider .caption {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #dd3830;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 10px;
    line-height: 1.2;
}

#slider {
    padding-top: 160px;
}

#slider img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

#slider .wrapper {
    padding: 0 20px;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
    outline: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 100%;
    overflow: hidden;
    min-width: 45px;
    min-height: 45px;
    background: transparent;
    transition: 0.4s all ease;
    border: 2px solid #fff;
}

#slider .swiper-button-next:hover,
#slider .swiper-button-prev:hover {
    background: #fff;
    color: #000;
}

#slider .swiper-button-prev:after,
#slider .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#slider .swiper-button-prev {
    top: unset;
    bottom: 20px;
    left: 45px;
}

#slider .swiper-button-next {
    right: unset;
    left: 100px;
    bottom: 20px;
    top: unset;
}

#property .block h4 {
    font-family: inherit;
    font-size: 28px;
}

#property .block {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
}

.social-circle li a {
    background-color: #ccc;
    color: #fff;
}

.social-circle li i {
    margin: 0;
    line-height: 37px;
    text-align: center;
}

#property th.prop-table {
    background-color: #393f3f;
    color: #fff;
    border-top: none;
    font-family: inherit;
}

#property .table td,
#property .table th {
    border-top: none;
}

#map,
#streetMap,
#singleMap {
    width: 100%;
    height: 500px;
}

#property {
    padding-top: 80px;
}

#property ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#property .info ul li {
    display: inline-block;
    padding: 0 8px;
    font-weight: 500;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline-block;
    margin: 0 5px;
}

#property .info .btn-wrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#property .block::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #000;
    opacity: 0.2;
}

.homeEvalutation h2.title {
    font-size: 20px !important;
}

.homeEvalutation h1 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.homeEvalutation h2 {
    font-size: 18px;
}

.homeEvalutation fieldset {
    display: none;
    padding: 20px 0;
}

.homeEvalutation #first {
    display: block;
}

.homeEvalutation #first input[type='text'] {
    margin-bottom: 0;
}

.homeEvalutation input[type='text'],
.homeEvalutation select {
    height: 45px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px;
}

.homeEvalutation input[type='submit'],
.homeEvalutation input[type='button'] {
    padding: 17px 40px;
    min-width: 220px;
    background: #dd3830;
    text-transform: uppercase;
    font-size: 17px;
    border-color: #dd3830;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: var(--trans);
    border: none;
}

.homeEvalutation #first input[type='button'] {
    width: 100%;
    display: block;
}

.homeEvalutation input[type='submit']:hover,
.homeEvalutation input[type='button']:hover,
.homeEvalutation input[type='submit']:focus,
.homeEvalutation input[type='button']:focus {
    background: #000;
    color: #fff;
}

.homeEvalutation h2,
.homeEvalutation p {
    text-align: center;
}

.homeEvalutation li {
    margin-right: 52px;
    display: inline;
    color: #fff;
    display: block;
    font-weight: bold;
}

.homeEvalutation li.s1:before {
    text-align: center;
    content: '';
    height: 57px;
    display: none;
}

.homeEvalutation li.active.s1:before {
    text-align: center;
    content: '';
    height: 57px;
    display: none;
}

.homeEvalutation li.s2:before {
    text-align: center;
    content: '';
    height: 57px;
    display: none;
}

.homeEvalutation li.active.s2:before {
    text-align: center;
    content: '';
    height: 57px;
    display: none;
}

.homeEvalutation li.s3:before {
    text-align: center;
    content: '';
    height: 57px;
    display: none;
}

.homeEvalutation #second .title-wrapper {
    margin-bottom: 30px;
}

.homeEvalutation li.active.s3:before {
    text-align: center;
    content: '';
    height: 57px;
    display: none;
}

.homeEvalutation .single-s {
    padding: 15px;
    text-transform: uppercase;
    background: #f0f0f0;
    color: #000;
}

.homeEvalutation .single-s.active {
    color: #fff;
    background: #dd3830;
}

.homeEvalutation .agent-profile {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}

.homeEvalutation .agent-profile img {
    float: left;
    padding: 15px;
    width: 120px;
    border-radius: 30px;
}

.homeEvalutation .agent-profile p {
    color: black;
    text-align: left;
    font-weight: 600;
}

.homeEvalutation .agent-profile div {
    display: inline-block;
    float: left;
}

.homeEvalutation .agent-profile div.info {
    width: 230px;
    border-right: 2px solid #ddd;
    margin: 15px;
}

.homeEvalutation .agent-profile div.info p {
    margin: 0 0 13px;
}

.homeEvalutation .agent-profile div.text {
    width: 500px;
    padding: 15px;
}

#homeEval p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.homeEvalutation #map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.mix-container {
    display: flex;
    flex-wrap: wrap;
}

.mr-20 {
    margin-right: 20px;
}

.single-grid a {
    display: block;
    position: relative;
    color: #000;
}

.single-grid a:hover .info {
    top: -60px;
}

.single-grid a:hover .list {
    bottom: 0;
    top: calc(100% - 60px);
}

.single-grid a:hover .price {
    bottom: 40px;
}

.Caption__Announcement {
    display: block;
    width: 100%;
    background: #dd3830;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px 10px;
}

#property .badge-info {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

#property.crea .table th {
    background: #dd3830;
    color: #fff;
}

.resp-table,
.resp_table {
    overflow-x: auto;
}

#property .sp-address {
    font-size: 30px;
}

#property .Caption__Price {
    font-size: 30px;
    font-weight: 500;
}

.single-grid {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.single-grid ul {
    list-style: none;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
}

.single-grid .list {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    transition: 0.4s all ease;
}

.single-grid ul li {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.single-grid ul li span {
    display: block;
}

.single-grid .address {
    font-weight: 600;
    text-transform: uppercase;
}

.single-grid a {
    border-radius: 20px;
    transition: 0.4s all ease;
}

.single-grid .address span {
    font-weight: 400;
    text-transform: none;
}

.single-grid .floating {
    color: #fff;
    width: 100%;
    transition: 0.4s all ease;
    background: #222;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.single-grid .info {
    position: relative;
    transition: 0.4s all ease;
    top: 0;
    padding: 15px;
    font-size: 16px;
}

.single-grid .price {
    font-size: 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    transition: 0.4s all ease;
}

.single-grid .img::before {
    background: linear-gradient(to top, #222 0%, rgba(221, 56, 48, 0) 40%);
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
}

.single-grid .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.pagination .btn-default {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    background: #dd3830;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    transition: 0.4s all ease;
    border: none;
}

.pagination .current-page-pagination,
.pagination .btn-default:hover {
    background: #dd3830;
    color: #fff;
}

.open-house {
    background: #dd3830;
}

.separation-line {
    border-top: 1px solid #dd3830;
    padding-top: 20px;
}

#property .table > thead tr th {
    background: #393f3f;
    color: #fff;
}

.form--inputs label {
    font-size: 15px;
    font-weight: 600;
    color: #dd3830;
    text-transform: uppercase;
}

#my-prop-search {
    background: #dd3830;
    padding: 40px;
    border-radius: 15px;
}

#my-prop-search button {
    background: #dd3830;
    color: #fff;
}

#my-prop-search button:hover {
    background: #000;
}

.autocomplete-suggestions {
    background: white;
    padding: 10px;
    overflow: auto;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px;
    border-bottom: 1px solid #dd3830;
    cursor: pointer;
}

.map--search #map {
    height: calc(100vh - 200px);
}

.prop--details div {
    min-width: 100px;
    display: inline-block;
    position: relative;
}

.map--search .form--inputs select {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding: 0;
    font-size: 15px;
    height: 30px;
    margin: 0;
    display: none;
}

.map--search .form--inputs label {
    display: block;
}

.map--search .form--inputs input {
    border: none;
    border-bottom: 1px solid #dd3830;
    font-size: 15px;
}

.map--search .form--inputs button {
    padding: 5px;
}

.map--search .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.listProperty {
    align-items: stretch;
    background-color: #fff;
    position: relative;
    margin-bottom: 25px;
    color: #4e4e4c;
    text-decoration: none;
    border: 1px solid #dcdcdc;
    display: flex;
}

.listProperty .thumb {
    flex: 0 0 240px;
    min-height: 175px;
    background-color: #eee;
    position: relative;
    box-shadow: 1px 0 #eee;
}

.listProperty .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listProperty .details {
    padding: 30px;
    width: 100%;
}

.listProperty .details .price {
    font-size: 27px;
    color: #000;
}

.listProperty .details h4 {
    color: #707070;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

ul.nolist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.listProperty .details ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    color: #000;
}

.listProperty .details ul li span {
    text-transform: uppercase;
    font-size: 14px;
    color: #707070;
}

.map-container {
    height: 100vh;
    min-width: 50vw;
    position: sticky;
    top: 0;
    flex-grow: 1;
}

.listing--page.interactive .wrapper {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.map-error-message {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.map-error-message p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.map-sidebar {
    flex: 0 1 690px;
    padding: 20px 20px 0 20px;
}

.interactive #map {
    height: 100vh;
}

.loading-spinner {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.loading-spinner img {
    width: 200px;
}

.leaflet-popup-content .single-grid .img img {
    height: 200px;
}

.recherche_pop {
    position: fixed;
    top: 0;
    right: -700px;
    bottom: 0;
    width: 580px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    transition: right 500ms ease-out;
}

.recherche_pop.open_search {
    right: 0;
}

.form--inputs input,
.form--inputs select,
.form--inputs textarea {
    padding: 10px 20px;
    margin: 0px 0px 15px 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 0px;
    height: 46px;
    width: 100%;
    display: inline-block;
}

.form--inputs textarea {
    height: 200px;
}

.work .newsletter input {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 0px;
    height: 48px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

#slider .swiper-thumbs img {
    height: 80px;
    border-radius: 20px;
}

#pocket-swiper {
    border-radius: 20px;
}

/*autocomplete css*/

.autocomplete-suggestions {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 9999;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
}

.autocomplete-suggestions div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-suggestions div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #fff;
}

.autocomplete {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.autocomplete-suggestion {
    cursor: pointer;
}

#carte-montreal {
    font-size: 14px;
    fill: #f0f0f0;
}

#carte-montreal g a:link,
#carte-montreal a:visited {
    fill: #f0f0f0;
    color: #f0f0f0;
}

#carte-montreal a:hover {
    transform-origin: 50% 50%;
    transition: 0.4s all ease;
    fill: #dd3830 !important;
    /* transform: scale(1.03); */
}

#carte-montreal a:hover g {
}

#carte-montreal g text {
    opacity: 0;
    color: mediumseagreen !important;
    color: #fff !important;
}

#carte-montreal svg g:hover text {
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

/* .st0 {
    fill: #f0f0f0;
} */

.selected {
    opacity: 0;
}

.leaflet-container {
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
}

.leaflet-popup-content-wrapper {
    padding: 0;
}

.leaflet-popup-content {
    margin: 0;
    width: 340px !important;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    padding: 4px;
    width: 24px;
    height: 24px;
    font:
        16px/14px Tahoma,
        Verdana,
        sans-serif;
    color: #c3c3c3;
    background: #4c4d4f;
    z-index: 1;
}
