@media screen and (max-width: 500px) {
    .intelius_text_control_phone_form input {
        max-width: 255px !important;
    }

    .intelius_text_control_phone_container h1 {
        font-size: 24px !important;
    }

    .intelius_text_control_phone_container h6 {
        font-size: 15px !important;
        margin-bottom: 16px !important;
    }

    .intelius_text_control_phone_form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .intelius_text_control_phone_form .intelius_text_control_btn {
        margin-left: 0px !important;
        margin-top: 8px !important;
        margin-bottom: 20px;
    }

    .search_title {
        font-size: 24px !important;
    }

    .de_search_box h6 {
        margin-bottom: 16px !important;
        font-size: 15px !important;
    }
}

.intelius_text_control_phone_container {
    margin-left: 0px !important;
    display: block;
    margin: 0 auto;
    max-width: 768px;
    min-height: 230px !important;
    min-width: 300px;
    background: #f5f8fb;
    text-align: center;
    border-radius: 10px;
    cursor: text;
}

.intelius_text_control_phone_container h1 {
    padding-top: 30px;
    margin: 0;
    font-size: 38px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600 !important;
    color: #31354e;
}

.intelius_text_control_phone_container h6 {
    margin-top: 17px !important;
    margin-bottom: 29px;
    font-size: 16px !important;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400 !important;
    color: #31354e;
}

.intelius_text_control_phone_form {
    position: relative;
}

.intelius_text_control_phone_form .intelius_text_control_phone_input {
    max-width: 276px;
    width: 276px;
    height: 52px;
    border: 2px solid #97a0b1;
    border-radius: 4px;
    background: #f5f8fb;
    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;
    padding-left: 55px;
    vertical-align: baseline;
}

.intelius_text_control_phone_input.people_search_error {
    background-image: url(../svg/check-error.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
}

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

.intelius_text_control_phone_form input::-webkit-input-placeholder {
    position: relative;
    left: 0px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #97a0b1;
}

.intelius_text_control_phone_form input:focus {
    border-color: #67a4ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* necessary to give position: relative to parent. */
.notAmp_style {
    display: none;
    position: relative;
}

.border_style {
    display: inline-block;
    position: relative;
}

.icon-flag {
    position: absolute;
    width: 50px;
    height: 100%;
    left: 12px;
    top: 11px;
    background: url("data:image/png;base64,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")
        no-repeat;
}

.intelius_text_control_phone_form .intelius_text_control_btn {
    display: inline-block;
    max-width: 170px;
    width: 170px;
    margin-left: 14px;
    border-radius: 4px !important;
    border: 0;
    height: 52px;
    font-size: 19px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    background: #61ca87 !important;
    color: white !important;
    vertical-align: baseline;
    cursor: pointer;
}

.intelius_text_control_btn:hover {
    transition: all 0.3s linear;
    opacity: 0.8;
}

/* input foucs style */
.test_input:focus {
    border-color: #67a4ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.empty {
    top: 90%;
    left: 20%;
    display: none;
    width: 459px;
    margin: 0 auto;
    text-align: left;
}

.fault_tip {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: Gilmer, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #f87070;
    margin-top: 5px;
}

/* Edit Style */
.edit_search_title {
    font-size: 38px !important;
    margin-bottom: 0px !important;
}

.edit_intelius_text_search_subtitle {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
