.Banner__enquiryForm .enquiryNow .primaryBtn {
    border: none;
}

.Banner__enquiryForm .wpcf7-response-output{
    position: absolute;
    top: 93px;
}

.amenities .flexBox__grid .flexBox__icon img {
    object-fit: contain;
    height: 100%;
}
.moretexten{
    display: none;
}
@media (min-width: 1200px) {
    .Banner__enquiryForm .form-flex .wpcf7-form {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .Banner__enquiryForm .enquiryNow{
        margin-left: 3rem;
        position: relative;
        z-index: 9;
    }
}
@media (max-width: 767.98px)
 {
    div#livprop_chatbox {
    display: none;
}
    .gallery .gallery--js .swiper-slide a .slide__name {
    font-size: 12px;
}
.gallery .gallery--js .swiper-slide a .slide__name{
    padding: 0.4rem 0;
}
}

/* whatsapp */
@media (min-width: 1200px){
    .float {
        position: fixed;
        width: 5rem;
        height: 5rem;
        bottom: 38rem;
        right: 1rem;
        background-color: #25d366;
        border-radius: 50px;
        box-shadow: 2px 2px 3px #999;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .float img {
        max-height: 3rem;
    }
}

.hide
{
	display:none; !important
}

.Meadow .Banner__property .banner--title {
    max-width: 24rem;
    width: 100%;
    color: #000;
    font-weight: 500;
    line-height: 2.2rem;
    font-size: 1.8rem;
}

@media (min-width: 768px){
	.Meadow .Banner__property .banner--title {
    color: #fff;
    max-width: 59.6rem;
    font-size: 4.5rem;
    line-height: 4.9rem;
}
}