.massage_box textarea{
background: var(--black-5) !important;
outline: none !important;
border: none;
border-radius: 0 !important;
color: var(--white) !important;
font-size: 18px;
font-weight: 400;
padding: 0px 20px;
width: 100%;
height:72px;
}
.massage_box::before{
    content: '';
    width: calc(100% - 13px);
    height: 7px;
    right: -5px;
    bottom: -38px;
    position: absolute;
    background: var(--p-color);
    opacity: 0;
    z-index: -1;
}
.massage_box::after{

    content: '';
    width: 7px;
    height: calc(100% + 23px);
    right: -5px;
    top: 15px;
    position: absolute;
    background: var(--p-color);
    opacity: 0;
    z-index: -1;
}
.google_map img{
    width :100%;
    height: auto;
}
.contact  a,.contact span{
    color: var(--black);
}