

/*# sourceMappingURL=custom.css.map */


/* for queen necklace project */

.project-logo-v2{
    width: 210px;
}

.location-img{
    height: 480px;
    width: 100%;
}

.gallery-images{
    height:200px;
    width: 244px;
}

.mobile{
    display: none;
}

.padding-p-logo-div{
    padding: 0px 10px;
}

.project-partnership{
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    background: #ddd;
    padding: 25px 0;
    font-weight: 700;
}

.project-scroll-list img{
    width: 210px;
}

.rera-logo{
    width: 100px;
}

@media only screen and (max-width: 992px) {
    .padding-p-logo-div{
        padding: 15px;
    }

    .project-head-image{
        height: 450px !important;
    }

    .location-img {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .project-logo-v2{
        width: 150px;
    }

    .location-img{
        height: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .gallery-images{
        height: 250px;
        width: 100%;
    }

    .mobile{
        display: block;
    }

    .desktop{
        display: none;
    }

    .padding-p-logo-div{
        padding: 15px;
    }

    .project-head-image{
        height: 250px !important;
    }
    .project-partnership {
        line-height: 45px;
        font-size: 16px;
        text-align: center;
        background: #ddd;
        padding: 25px 0;
        font-weight: 700;
    }
}

/* for queen necklace project */