.single-property-tags {
    display: flex;
}

.single-property-tags div {
    margin-right: 5px;
}

.mt-40 {
    margin-top: 40px;
}

.pxp-results-card-1-tags {
    position: absolute;
    right: 15px !important;
    top: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: bold;

}

.tag-label {
    background: #333;
    border-radius: 50px;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px;
    width: fit-content;
}

.features-label {
    background-color: black;
}

.new-label {
    background-color: #0d6efd;
    color: white;
}

.for_sale-label {
    background-color: green;
    color: white;
}

.for_rent-label {
    background-color: green;
    color: white;
}

.hotDeal-label {
    background-color: red;
    color: white;
}

.exclusive-label {
    background-color: orange;
    color: white;
}

.reserved-label {
    background-color: mediumpurple;
    color: white;
}

.sold-label {
    background-color: red;
    color: white;
}

.rented-label {
    background-color: red;
    color: white;
}

.pxp-sp-amenities-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.overlay-confidential-property {
    z-index: 16;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pxp-sp-gallery-main-one-img{
    width: 100% !important;
    height: 650px !important;
}
.pxp-sp-gallery-main-two-img{
    width: 50% !important;
    height: 650px !important;
}
.overlay-confidential-property{
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .reverseOrderInMobile {
        flex-direction: column-reverse;
    }
    .why-us-text{
        width: 100%;
    }
}

@media (min-width: 992px) {
    .reverseOrderInMobile {
        flex-direction: row;
    }

    .why-us-text {
        width: 50%;
    }
}
.btn-primary-black{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333 !important;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
}

.btn-primary-danger {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #B11116 !important;
    height: 46px;
    padding: 0 20px;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
}

.btn-warning-orange {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #FFD503 !important;
    height: 46px;
    padding: 0 20px;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
}


@media (max-width: 600px) {
    .mobile-menu {
        height: 60px;
        background-color: black;
        color: wheat;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
}

@media (min-width: 601px) {
    .mobile-menu {
display: none;
    }
}


@media (max-width: 991px) {
    .street-view-button-position {
        top: 119px !important;
        right: 80px !important;

    }
}

@media (min-width: 992px) {
    .street-view-button-position {
        top: 112px !important;
        right: 80px !important;
    }
}

@media (max-width: 600px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        padding-left: 20px;

    }
}

@media (max-width: 991px) {
    .favorite-properties-buttons {
        display: flex;
        flex-direction: column;
    }
    .favorite-properties-header{
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .favorite-properties-buttons {
        display: flex;
        flex-direction: row;
    }

    .favorite-properties-header {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 601px) {
    .footer-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }
}
/*@media (min-width: 600px) and (max-width: 992px) {*/
/*    .footer-items{*/
/*        min-width: 50%;*/
/*    }*/
/*}*/

.st-custom-button img {
    width: 35px;
}

.st-custom-button {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}

.st-custom-button:hover,
.st-custom-button:focus {
    opacity: 0.5;
}

.st-custom-button[data-network] {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}

.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
    opacity: 0.5;
}

.swal2-default-outline:focus {
    box-shadow: none !important;
}

