@media (max-width:1370px) {
    .fixed-form {
    bottom: 69px;
}
}
@media (max-width:1224px) {
    .readmore {
        flex-wrap: wrap;
        gap: 14px 5px;
        margin-top: 20px;
    }
}
@media (max-width:1024px) {
    .readmore {
        flex-wrap: wrap;
        gap: 14px 5px;
        margin-top: 20px;
    }
    .fpHead {
        overflow: auto;
        flex-wrap: wrap;
    }
    .fpHead li {
        margin: 5px 0;
    }
}

@media (max-width:991px) {
    .header .d-flex {
        justify-content: space-between !important;
        z-index: 9999;
    }

    .overview h5 {
        margin-bottom: 1rem;
    }

    .amenBox .inner {
        padding: 10px 5px;
        min-height: 135px;
    }

    .gallery-slider,
    .carousel-item {
        height: 100%;
    }

    .gallery-slider img {
        height: 100%;
    }

    .location-img {
        height: 100%;
    }

}

@media (max-width:767px) {
    .padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .specBox
    {
        margin-top: 10px;
    }

    .h2,
    h2 {
        font-size: 1.4rem;
        text-align: center;
    }

    .h1,
    h1 {
        font-size: 1.6rem;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
        text-align: center;
    }

    .heading {
        margin-bottom: 10px;
    }

    .location-high {
        margin: 10px;
    }

    .contact-form,
    .location-high,
    .elevated-living-mt-2 {
        margin-top: 15px;
    }

    .are-you-interested-in-this-property-box {
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .fixed-form {
        position: inherit;
        width: 100%;
        text-align: center;
        padding: 10px 20px 20px;
        -webkit-transform: none;
        transform: none;
    }
    .bannerText {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        max-width: 100%;
        width: 100%;
        background-color: rgb(255 255 255);
        backdrop-filter: none;
        border-radius: 0;
        padding: 1rem;
        z-index: 9;
    }
}

@media (max-width:600px) {
    .overview p {
        text-align: center;
    }
    .bannerText .price {
        font-size: 18px;
    }
    .amenities-50 {
        flex-wrap: wrap;
        text-align: center;
    }

    .amenities-cont {
        width: 100%;
    }

    .configuration {
        flex-wrap: wrap;
        margin-bottom: 10px;

    }

    .configuration-box {
        border-botom: 1px solid #ececec;
        width: 50%;
    }

    .amenBox:nth-last-child(odd) .inner {
        border-right: none;

    }
    .bannerText h1 {
        font-size:1.2rem;

    }.logo img {
    height: auto;
}
.logo {
    width: 33%;
}
.container-lg {
    max-width: 100% !important;
}
.form-close {
	display:none;
}
.sec_title
{
	margin-top:20px;
}
.heading {
    text-align: center;
}

.charSlide img {
    height: 200px;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;

}
.configuration-box:nth-last-child(4) {
    border-bottom: 1px solid #ececec;
}
.configuration-box:nth-last-child(3) {
    border-bottom: 1px solid #ececec;
}
.configuration-box {
    border-right: 1px solid #ececec;
    padding: 1em;
    flex: auto;
    text-align: center;
    margin: 0;
}
}

@media (max-height:500px) {
.container-lg {
    max-width: 100% !important;
}
.form-close {
	display:none;
}
    .bannerText h1 {
        font-size:1.2rem;

    }
    
    .fixed-form {
        position: inherit;
        width: 100%;
        text-align: center;
        padding: 10px 20px 20px;
        -webkit-transform: none;
        transform: none;
    }
    .bannerText {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        max-width: 100%;
        width: 100%;
        background-color: rgb(255 255 255);
        backdrop-filter: none;
        border-radius: 0;
        padding: 1rem;
        z-index: 9;
    }
}

@media (max-height:350px) {
    border-style {
        font-size: 12px;
    }
    .configuration-box p {
        font-size: 12px;
        font-weight: 600;
    }
}