
@media (max-width: 778px) {
 #test-back-button {
     display: none !important;
 }
}

@media (max-width: 448px) {
.field-validation-error #Phone-error hr {
    margin-top: 0;
    margin-bottom: 0;
}


.phone-code-col.editContactDetails [data-valmsg-for="Phone"], .phone-code-col.editContactDetails [data-valmsg-for="PhoneCode"] {
    position: relative;
    bottom: 0;
    width: 100% !important;
}
}