<style>
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.search-container {
    background-image: url(8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 400px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px; */
}

label,
select,
option {
    margin-right: 10px;

    font-size: 15px;
    font-weight: 600;

}

select {
    padding: 4px !important;
    color: navy;
}

.search-container button {
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-container button:hover {
    background-color: #45a049;
}

.property-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.property {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.property img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.property h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.property p {
    margin: 0;
    color: #555;
}

.searchboxbottom {
    background-color: #343a40;
    color: #ffffff;
    padding: 20px;
}

.searchboxbinner {
    max-width: 1200px;
    margin: 0 auto;
}

h4 {
    font-size: 24px;
}

.searchboxdiv {
    margin-top: 20px;
}

.col-md-2 {
    padding: 10px;
}

.searchpic img {
    width: 100%;
    height: auto;
}

.searchtext {
    text-align: center;
    margin-top: 10px;
    color: #17a2b8;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #17a2b8;
}

input {
    border: 2px solid #4CAF50;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
}

p.match-message {
    color: green;
    font-weight: bold;
}

.filter-container {
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pot {
    display: flex;
    justify-content: space-evenly;
}

.searchboxbottom_a p {

    background-color: transparent !important;
    color: #1a1a1a;

}

#searchButton {
    background-color: #ed1b24;
    text-transform: uppercase;
}


footer {
    padding: 30px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
}

iframe {
    width: 650px !important;
    height: 200px;
    border: 2px solid #dcdcdc;
    border-radius: 10px 10px;
}

.quick-enquiry {
    cursor: pointer;
}

.mainn {
    display: flex;
    flex-direction: row;
}



.navv {
    font-size: 20px;
    font-weight: 700;
}


@media (max-width: 767px) {
    .filter-container {
        padding: 1rem;
        /* Adjust padding as needed */
    }

    .ony {
        margin-top: 10px;
    }

    .mainn {
        /* display: flex !important; */
        flex-direction: column !important;
        align-items: center;
    }

    .filter-container label,
    .filter-container select {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        /* Adjust margin as needed */
    }

    #searchButton {
        width: 100%;
    }

    .one {
        justify-content: center;
    }


    iframe {
        width: 340px !important;
    }

    .numi {
        margin-left: 50px !important;
    }
}

.logo {
    width: 85px;
    height: 65px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
}


.foot {
    padding-left: 10px;
}

.card-footer p {
    font-size: 1.5rem;
    font-weight: 500;
    color: gray;
    ;
}

.top-bar {
    /* height: 55px; */
    background-color: #ed1b24;
}

.contact-details a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    background-color: transparent;
}

/* .numi{
margin-left: 75px !important;
} */

.flow {
    margin-top: 148px;
}
</style>