.table-main-heading {
    text-align: center;
}

.banner {
    /* background: linear-gradient(rgb(35 35 35 / 37%), rgb(0 0 0 / 36%)), url(../img/RohaanAshokaindoor2.jpg) !important; */
    /* background: linear-gradient(rgb(235 235 235 / 37%), rgb(97 97 97 / 36%)), url("../img/47.jpg") !important; */
    background: linear-gradient(to top, rgba(1, 1, 1, 1) 0.5%, rgba(1, 1, 1, 1) 0.90%, rgba(1, 1, 1, 0.100) 100%, rgba(1, 1, 1, 1) 1%), url("../img/47.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 50px;
    justify-content: space-between;
}

.banner-description {
    text-align: left !important;
}

/* input[type=text],
input[type=email] {
    width: auto !important;
    border: none !important;
} */

.input-width {
    width: 230px !important;
    outline: none !important;
    border: none !important;
}

.responsive-map-container iframe {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    margin-top: -100px;
    height: 100%;
    border: 0;
}

.commerical-wrapper {
    width: clamp(320px, 80%, 1200px);
    margin: auto;
    padding: 50px;
    text-align: center;
}

.commerical-wrapper h2 {
    font-size: clamp(20px, 1.6vw, 40px);
    text-align: center;
}

/* 
.property-details {
    height: 400px !important;
} */

.form-container1 input,
.form-container1 select {
    padding: 10px;
    width: 230px !important;
    background: #ffffff54;
    border: none;
    font-size: 16px;
}

#filter-buttons button {
    color: gray !important;
}

#filter-buttons button.active {
    color: white !important;
}

.filter-buttons-wrapper {
    align-items: center;
}

/* .banner-new{
    width: 1500px;
    height: 400px;
    background: white;
} */
@media (min-width: 320px) and (max-width: 767px) {
    .banner-content {
        width: 350px;
        margin: auto !important;
        top: -30% !important;
        left: 5% !important;
    }

    .banner-description {
        width: 350px;
    }

    .banner {
        padding: 0 20px;
        height: 650px !important;
    }

    .text-primary {
        font-size: 20px !important;
        padding: 0px !important;
    }

    .responsive-map-container iframe {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        margin-top: -100px;
        height: 100%;
        border: 0;
    }

    .fliter-container {
        width: auto !important;
        /* margin-top: 385px; */
    }

    .commerical-wrapper {
        width: clamp(320px, 80%, 1200px);
        margin: 10px auto auto auto;
        padding: 20px;
        text-align: center;
    }

    .banner-form {
        width: 280px !important;
    }

    .contact-form {
        top: 60% !important;
        right: auto !important;

    }

    .form-container1 button {
        width: 230px !important;
    }

    .form-container1 input {
        margin: 0px !important;
    }


    .filter-buttons-wrapper {
        margin: auto;
        width: 320px;
    }

    .banner-villa {
        height: 650px !important;
    }

    .image-container {
        width: auto !important;
    }

    .property-info {
        width: auto !important;
    }

    #filterable-cards .card {
        width: auto !important;
    }
}