.google-map iframe {
    width: 100%;
    display: block;
    height: 70vh;
}
.contact-wrp form img {
    width: 100px;
    /* display: flex; */
    /* justify-content: center; */
    margin-bottom: 20px;
}
/*-------------------------------suggestion page---------------------------*/
.customer-form label {
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    .google-map iframe {
    height: 44vh;
}
}

@media (min-width: 992px) {
    .google-map iframe {
    height: 68vh;
}
}

@media (min-width:1200px) {
.contact-form {
    padding-left: 50px;
}
}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width:1920px) {}