#area-page {
    margin-top: 90px;
    overflow: hidden;
}

.row-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

#breadcrumbs {
    margin-top: 20px;
}

.active {
    padding: 0px 10px 0px 10px;
}

.breadcrumb li {
    padding: 0px 5px 0px 5px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.area-page-banner {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0px;
}

.area-page-banner::before {
    content: '';
    background-color: #4c3e229c;
    position: absolute;
    width: 100%;
    height: 100%;
}

.area-page-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.banner-text h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.banner-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

.banner-text a {
    background-color: #022148;
    color: white;
    padding: 10px;
}

.banner-text a:hover {
    background-color: #fec90f;
    color: #022148;
}

.banner-text {
    position: absolute;
    right: 50%;
    top: 6vw;
    transform: translate(50%, 0px);
    color: white;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 100px;
}

.banner-text h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-right: 23vw;
    margin-bottom: 25px;
}

#area-page .container {
    max-width: 1000px;
}

.area-page-text {
    padding: 0px 40px;
}

.area-page-box {
    text-align: center;
}

.area-page-box i{
    font-size: 2rem;
}

.area-page-box h4{
    margin-bottom: 20px;
}

.banner-message {
    background: #002f6c;
    color: white;
    text-align: center;
    padding: 70px 20px;
}

.area-page-box svg {
    font-size: 2.5rem;
    padding: 15px;
}

.area-page-info a {
    background-color: #fec90f;
}

.properties-carousel {
    margin-bottom: 25px;
}

.owl-container {
    max-width: 90% !important;
    padding: 0px;
}

.owl-carousel-heading {
    color: #022148;
    margin-bottom: 30px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item {
    display: flex;
    margin-bottom: 10px;
    height: 120px;
}

.property-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.property-info h6 {
    font-weight: 400;
}

.property-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-price p {
    margin-bottom: 0px;
}

.property-title a {
    text-decoration: none;
}

.popular-properties-btn {
    background-color: #022148 !important;
    color: white !important;
}

@media only screen and (min-width: 1921px) {}

@media only screen and (max-width: 1921px) {}

@media screen and (max-width: 1680px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
    .banner-text {
        padding: 0px;
    }
    
}

@media only screen and (max-width: 768px) {
    .area-page-text {
        text-align: center;
    }

    .area-page-heading {
        text-align: center;
    }

    .column {
        flex-direction: row;
    }
}

@media only screen and (max-width: 576px) {
    
    
}

@media only screen and (max-width: 480px) {
    .banner-text {
        right: 5%;
        top: 21vw;
        transform: translate(3%, 0px);
        padding: 0px 13px;
    }

    .column {
        display: block;
    }
}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {}