.buyer-section-content{
    width: fit-content;
    padding: 24px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.buyer-section-background{
    background-color: rgba(0, 0 , 0 , 0.6);
    padding: 24px;
    text-align: center;
}
.buyer-section-title{
    text-transform: uppercase;
    color: white;

}
.buyer-button{
    background-color: #fdb813;
    padding: 10px 40px;
    color: white;
}
.buyer-button-2{
    background-color: #b11116;
    border-color: #b11116;
    padding: 10px 40px;
    color: white;
}
.agent-section-content{
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}
.neighborhood-description{
    display: none;
}
.pxp-cover:hover + .neighborhood-description{
    display: block;
    color: white;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    padding: 10px;

}
.page-item{

}
.fixed-whatsap-icon{
    /*background-image: url("/assets/images/icons/whatsapp-icon.svg");*/
    position:fixed;
    bottom: 11px;
    right: 12px;
	text-align:center;
  font-size:30px;
  z-index:100;
    width: 53px;
}

.fixed-whatsap-icon:hover {
    /*background-image: url("/assets/images/icons/whatsapp-icon.svg");*/
    opacity: 0.5;
    cursor: pointer;
}
.whatsap-float-icon{
	margin-top:16px;
}
.contact-agent-whatsap-icon{
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 6px 9px;
}
.whatsap-contact-agent-icon{
	margin-top:11px;
}
@media (max-width: 991px) {
    .pxp-map-side{
        position: inherit !important;
        width: 100%;
        height: 580px;
    }
}

@media (max-width: 991px) {
    .narea-logo {
        width: 150px;

    }
}
@media (min-width: 992px) {
    .narea-logo {
        width: 100%;

    }
}

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