@media screen and (max-width:530px) {
    .people_search_simple_by_phone_relavite {
        display: flex !important;
        flex-direction: column;
    }

    .test_people_search_simple_by_phone_input {
        width: 266px !important;
    }

    .test_people_search_simple_by_phone_btn {
        margin-top: 12px;
        width: 266px !important;
        margin-left: 0px !important;
    }
    .test_people_search_simple_phone_form {
        display: flex;
    }
}
.ppp{
    color:red;
}
.test_people_search_simple_phone_form {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 0rem !important; */
    background: #ffffff;
    border-radius: .5625rem;
}

.test_people_search_simple_by_phone_input {
    max-width: 276px;
    min-width: 80px;
    width: 250px;
    height: 50px;
    border: 2px solid #97A0B1;
    border-radius: 4px !important;
    background: #ffffff !important;
    font-size: 19px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #31354E !important;
    padding-left: 60px !important;
}

.test_people_search_simple_by_phone_input::placeholder {
    color: #97A0B1;
}

.test_people_search_simple_by_phone_input:focus {
    border-color: #67a4ff;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.test_people_search_simple_by_phone_input.people_search_error {
    background-image: url(/wp-content/plugins/easeware_people_search_social/image/check-error.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;

}

.test_people_search_simple_by_phone_input.people_search_success {
    background-image: url(/wp-content/plugins/easeware_people_search_social/image/check-success.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
}

.test_people_search_simple_by_phone_btn {
    width: 150px;
    margin-left: 11px;
    height: 50px;
    border-radius: 4px !important;
    border: 2px solid #61ca87;
    background-color: #61ca87 !important;
    padding: 0px !important;
    font-size: 19px !important;
    color: white !important;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.people_search_simple_by_phone_relavite {
    position: relative;
    display: inline;
}

.usa-flag-by-phone {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
    left: 6px;
    top: 8px;
    background: url(../../../easeware_people_search_by_name_simple/image/flag-usa.svg) no-repeat;
}