@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .accordiondks { font-size: 1.2rem; }
    .viewDetailsButtonSection{ text-align: left}
    .viewDetailsButtonSection.footerBtn{ text-align: center}
    .text-container h1, .text-container h2 { font-size: 2rem; }
    .img-fit, .img-round{
        border-radius:10px !important;
    }
    .padding-left {
        padding-left: 0
    }

    .padding-right {
        padding-right: 0
    }

    .featured-city-box .img-box {
        height: 180px
    }

    .manushi-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../assets/images/Web-3-580_650.jpg);
        background-position: -150px 35px;
        /*        background-repeat: no-repeat;*/
    }

    .masterplan {
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../../assets/images/alive.webp);
        background-position: -350px 35px;
        /*        background-repeat: no-repeat;*/
    }

    .img-fit {
        height: auto;
        object-fit: cover;
        margin: 30px 0;
    }

    .pd-25 {
        padding: 0
    }

    .special-pd {
        padding: 50px 0;
    }

    section.section {
        padding: 80px 0;
    }

    .section-heading h2 {
        font-size: 1.75rem;
    }

    .lifestyle-crafted {
        background-position: 80px 16px;
    }

    .about-us-img-box {
        margin-left: 0;
        margin-top: 30px;
    }

    .about-us-img-box:after {
        border: 0;
    }

    .lifestyle-crafted h2 {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .banner-content form button {
        margin-top: 15px
    }

    .home-banner .banner-content {
        position: relative;
        bottom: unset;
        padding: 15px 0 30px;
        height: auto;
    }

    .text-container {}

    .text-container p {
        font-size: 0.9rem;
        font-weight: 400
    }

    .text-container h1 {
        font-size: 2rem;
        font-weight: 700;
        text-shadow: 0 3px #000;
    }
}
