.close {
    border: 0;
    background: none;
    font-size: 1.5em;
}
.textme_name::placeholder,
.textme_phone::placeholder
{
    font-weight: bold;
    /* background: rgb(223, 223, 223); */
}

.textme_name_cont>.form-control,
.textme_phone_cont>.form-control
{
    background:  rgb(223, 223, 223);
}

.textme_container {
    border: 1px solid rgba(36,39,44,.1);
    border-radius: 4px;
}

.all_cont {
    margin-right: 15px;
    margin-left: 15px;
}

.textme_sms {
    height: 48px;
    width: 48px;
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(305deg) brightness(20%) contrast(30%);
}

.textme_title {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .textme_container {
        border-radius: 12px;
    }

    .all_cont {
        margin-right: 0;
        margin-left: 0;
    }
}