/* Featured Listing */
.featured-row.solds, .featured-row.available {
    max-width: 1200px;
    margin: 0px auto;
}

.featured-column-wrapper {

}

.featured-column .featured-listing-image {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.featured-row :hover img.featured-listing-image {
    transition: 0.5s;
}

.featured-info h3 {
    font-size: 22px;
}

.featured-column {
    position: relative;
    padding: 10px;
}

.featured-column .listing-image {
    height: 250px;
}

.featured-column .listing-image {
    box-shadow: 9px 2px 10px 0px rgb(0 0 0 / 19%);
}

.featured-info {
    padding: 5px 0px;
    text-align: left;
}

.featured-info h4 {
    font-weight: 700;
}

p.featured-listing-address {
    padding-top: 5px;
    margin-top: 5px;
}

.featured-row > div {
    width: 25%;

}

.featured-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 600px) {
    .featured-row > div {
        width: 100%;
    }

    .featured-row {
        flex-direction: column;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .featured-row > div {
        width: 50%;

    }

    .featured-row {
        flex-direction: row;
    }
}

.solds-icon {
    content: "Sold";
    position: absolute;
    padding: 5px 20px;
    transform: rotate(-35deg);
    background-color: #001f49;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
    overflow: hidden;
    top: 40px;
    left: 20px;
}

/* Featured Listing End */

.listing .agent-details {
    font-weight: 800;
    display: flex;
    flex-direction: column;
}


.agent-chunk img.agent-image {
    height: 140px;
    padding-right: 10px;
    width: 140px;
    object-fit: cover;
    border-radius: 70px;

}

.agent-chunk {
    display: flex;
    padding: 10px;
}

.feature-table .feature-table.data {
    word-break: break-word;
}

p.listing-body {
    word-break: break-word;
}

.listing {
    background-color: white;
    font-family: sans-serif;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

/*Listings gallery*/
.listings-flex-container > div:not(.listing) {
    width: 100%;
    text-align: center;
    margin: 10px;
}

.listings-flex-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-around;
    margin: 20px auto 0px auto;
}

.listing-image-wrapper, .listing-details-wrapper {
    width: 100%;
}

@media (max-width: 900px) {
    .listing {
        width: 70%;
        margin: 1% auto;
        padding-bottom: 40px;
        position: relative;
    }

}

@media (max-width: 600px) {
    .listing {
        width: 98%;
        margin: 1% auto;
        padding-bottom: 40px;
        position: relative;
    }

}

@media (min-width: 901px) {
    .listing {
        width: 48%;
        margin: 1% auto;
        position: relative;
        overflow: visible;
    }
}

.detail-bar {
    background-color: #000;
    height: 45px;
    padding: 10px 10px;
}

.detail-bar .icons span {
    color: #fff;

}

.listing .agent-details span.agent-name {
    color: #fff;
}

.listing .agent-details span.exclusive-listing {
    color: #b9b9b9;
}

.listing .agent-details span {
    width: 100%;
    display: block;
    line-height: 1.3;
}

@media only screen  and (max-width: 400px) {
    .listing .icons span img {
        height: 16px;
        margin: 0px 5px 0px 0px;
    }
}

/*Listings Gallery End*/
.agent-details p {
    line-height: 1.2;
}

.agent-name {
    color: #000;
    font-size: 1.3em;
    margin-top: 0px;
}

.listing .icons {
    /* float: right; */
    display: flex;
    width: 100%;
    /* align-items: center; */
}

.listing-content .icons span, .listing .icons span {
    display: inline;
    margin-right: 5px;
    font-weight: 800;
}

.listing-content .icons span img, .listing .icons span img {
    display: inline-block;
    margin: 0px 5px;
}

.listing-content h3, .listing h3 {
    letter-spacing: 0px;
    margin: 10px 0px;
    line-height: 1.2;
}


.icons.single-listing {
    float: none;
}

.icons.single-listing span {
    color: black;
}

.icons.single-listing span img {
    filter: none;
}

.listingCTA {
    text-align: left;
    bottom: 0px;
    width: 100%;
    display: inline-block;
}

.listingCTA a {
    font-weight: 600;
    font-size: 20px;
    color: #F4B5FB;
}

.button-icons {
    padding-top: 10px;
    padding-bottom: 20px;
}

.Description {
    font-size: 14px;
}

.listing-image {
    object-fit: cover;
    width: 100%;
    display: block;
    height: 350px;
}


.listing p, .listing h3, .Address {
}

.listing h3 {
    margin-bottom: 0px;
}

p.more-features:hover {
    cursor: pointer;
    background-color: #000;
    transition: 0.3s;
}

p.more-features {
    font-weight: 800;
    font-size: 16px;
    background-color: #001f49;
    margin-top: 0px !important;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
}

.listing p.Address {
    margin: 0px;
}

.listing-content .listing-address, span.Address {
    font-size: 16px;
    font-weight: 800;
}

.address {
    margin-left: 20px;
    margin-right: 20px;
}

/* Map */

.gm-style img {

}

#map {
    width: 100% !important;
    box-sizing: content-box !important;
    height: 400px;
    display: none;

}

/* end */
/* SWIPER STYLING START*/
.swiper-button-next, .swiper-button-prev {
    color: black;

}

.swiper-pagination-bullet {
    border-radius: unset !important;
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.content-flex-container {
    max-width: 1000px;
    margin: 0px auto;
}

.swiper-container {
    height: 600px;

}

.swiper-slide {
    background-position: center center !important;
    background-size: cover !important;
    flex-shrink: 0;
    background-clip: initial;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
}

.swiper-pagination {
    color: white;
    font-family: sans-serif;
}


.swiper-container {
    height: 660px;

}

@media only screen  and (min-width: 400px) and (max-width: 600px) {
    .swiper-container {
        height: 400px;
    }
}

@media only screen and (max-width: 399px) {
    .swiper-container {
        height: 250px;
    }
}

/* SWIPER STYLING END */

.content-flex-container {
    background-color: white;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .content-flex-container {
        flex-direction: column;
    }

    .content-cola, .content-colb {
        width: 100% !important;
    }
}

.content-cola, .content-colb {
    width: 50%;
    display: inline-table;
    vertical-align: top;
}

.listing-content {
    background-color: #fff;
    align-self: stretch;
    padding: 20px;
}

.feature-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.feature-table td {
    border: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.feature-table th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.feature-table .feature-table.header {
    background-color: #001f49;
    border-color: inherit;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    border-radius: 8px 8px 0px 0px;
}

.feature-table .feature-table.data {
    border-color: #c0c0c0;
    text-align: left;
    vertical-align: top;
}

.feature-table tr:nth-child(odd) {
    background-color: #efefef;
}

.feature-table tr td:nth-child(odd) {
    width: 30%;
    font-weight: bold;
}

.feature-table tr:nth-child(1n+8) {
    display: none;
}

.pointer-cursor {
    cursor: pointer;
    display: flex;
}

/* Bottom Information */

#go-back:hover {
    cursor: pointer;
    color: #282828
}

#go-back {
    float: left;
    font-weight: 800;
    font-size: 16px
}

.listing-bottom-info {
    padding: 20px;
}

.display-listing-number {
    float: right;
}

#go-back:before {
    content: "<";
    margin-right: 5px;
}

.listing-button-wrap {
    text-align: center;
    padding-top: 40px;
}


.content-cola {
    position: relative;
    top: -15px;
}

.listing.sold:before {
    content: "Sold";
    position: absolute;
    padding: 5px 30px;
    transform: rotate(
            -35deg
    );
    background-color: #001f49;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0px;
    left: 10px;
    top: 50px;
}

span.exclusive-listing {
    position: absolute;
    padding: 5px 30px;
    background-color: #001f49;
    color: #fff;
    font-weight: bold;
}

.listing-image-wrapper {
    box-shadow: 7px 7px 10px 0px rgb(0 0 0 / 19%);
}

.listings-buttons-page-wrapper {
    max-width: 500px;
    display: flex;
    text-align: center;
    margin: 0px auto;
}

.listings-buttons-page {
    max-width: 220px;
    margin: 0px auto;
}

.listings-buttons-page a {
    min-width: 120px !important;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
