.claim_profile_container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}
.confirm_terms {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: flex-start;
}
.confirm_terms input {
    margin-top: 2px;
}

.lawyer_resumed_info .name {
    font-weight: bold;
}


/* Email matching */
.claim_profile_container_phase_1 .content h2, .claim_profile_container_phase_2 h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
.claim_profile_container_phase_1 .content p, .claim_profile_container_phase_2 .content p {
    font-size: 20px;
    line-height: 22px;
}
.claim_profile_form_2 {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}
.claim_profile_container_phase_1 .claim_profile_form_2 input {
    background-color: #dadada;
    border-radius: 10px;
    height: 45px;
    min-width: 250px;
}
.claim_profile_container_phase_1 .claim_profile_form_2 a, .claim_profile_container_phase_2 .claim_profile_form_2 a {
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}
.claim_profile_container_phase_2 .check-your-email {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.claim_profile_container_phase_2 .hidden_email {
    font-size: 35px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.claim_profile_container_phase_2 .dont-see-email {
    font-weight: bold;
    margin-bottom: 1rem;
}
.claim_profile_container_phase_2 .resend-email {
    font-size: 18px;
    line-height: 26px;
    color: #2F4F8E;
    font-weight: 500;
    display: block;
}
hr {
    margin: 2rem 0;
}
/* / Email matching */


/* Email no doesn't match*/
.no_email_claim_your_profile_form h1 {
    font-size: 55px;
    line-height: 61px;
}
.no_email_claim_your_profile_form p {
    font-size: 25px;
    line-height: 35px;
}
.claim_profile_form h3 {
    font-size: 35px;
    line-height: 39px;
}
.claim_profile_form input {
    font-size: 18px;
    line-height: 31px;
}
.claim_profile_form {
    max-width: 500px;
}
/* / Email no doesn't match*/

.claim_progress .step {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-2 {
    text-align: center;
    height: 270px !important;
}

.modal-2 .modal-body {
    margin-top: 6rem;
    padding: 2px 20px;
}

.modal-2 .btn-ok {
    background-color: #d67e2d;
    padding: 8px 12px;
    color: white;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    padding-left: 14px;
    padding-left: 10px;
    width: 80px;
}

@media (max-width: 700px) {
    .modal-2 {
        height: auto !important;
    }
    .modal-2 h3 {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }
    .modal-2 .modal-body{
        margin-top: 4rem;
    }
    .modal-2 button {
        margin-bottom: 2rem;
        font-size: 12px !important;
    }
}


@media (min-width: 1400px) {
    .claim_profile_container {
        margin-top: 220px;
    }
}
@media (max-width: 800px) {
    .claim_profile_container h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .lawyer_resumed_info .name {
        font-size: 25px;
        line-height: 35px;
    }
    .claim_profile_container .lawyer_img {
        width: 162px !important;
        height: 162px !important;
    }
    span {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .not_you {
        margin-top: 0.55rem;
        margin-bottom: 0.75rem;
    }
    .not_you, .not_you span {
        font-size: 12px !important;
        line-height: 13px !important;
    }
    .claim_profile_container img {
        height: 16px;
    }
    .claim_profile_container .email_icon {
        height: 12px;
    }
    
    .confirm_terms, .confirm_terms span {
        font-size: 12px !important;
    }
    .confirm_terms input {
        margin-top: 4px;
    }
    .how_it_works .how_it_works_title {
        font-size: 18px;
        line-height: 20px;
    }
    .how_it_works_box .hiw-step-title {
        font-size: 12px;
        line-height: 13px;
    }
    .how_it_works_box .hiw-step-title {
        font-size: 12px;
        line-height: 16px;
    }
    .how_it_works_box .left {
        width: 50px;
        font-size: 90px;
        line-height: 100px;
        margin-right: 24px;
    }
    
    /* Email matching */
    .claim_profile_container_phase_1, .claim_profile_container_phase_2 {
        margin-top: 140px;
    }
    .claim_profile_container_phase_1 h2, .claim_profile_container_phase_2 h2 {
        font-size: 25px !important;
        line-height: 27px !important;
        margin-bottom: 1.25rem !important;
    }
    .claim_profile_container_phase_1 .content, .claim_profile_container_phase_2 .content {
        margin-left: 60px;
        margin-right: 60px;
    }
    .claim_progress {
        width: 250px;
    }
    .claim_profile_container_phase_1 p, .claim_profile_container_phase_2 p {
        font-size: 13px !important;
        line-height: 14px !important;
    }
    .claim_profile_form_2 {
        flex-direction: column;
        row-gap: 1.5rem;
    }
    .claim_profile_form_2 input, .claim_profile_form_2 a {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .claim_profile_container_phase_2 .hidden_email {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .claim_profile_container_phase_2 .dont-see-email {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .claim_profile_container_phase_2 .second_subtitle {
        font-size: 12px;
        line-height: 20px;
    }
    .claim_profile_container_phase_2 .resend-email {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    /* / Email matching */
    
    
    
    /* Email no doesn't match*/
    .no_email_claim_your_profile_form {
        margin-top: 140px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .no_email_claim_your_profile_form h1 {
        font-size: 25px !important;
        line-height: 27px !important;
    }
    .no_email_claim_your_profile_form p {
        font-size: 13px !important;
        line-height: 19px !important;
    }
    .claim_profile_form h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .claim_profile_form input {
        font-size: 13px !important;
        line-height: 19px !important;
    }
    .claim_profile_form button.claim_no_email_btn {
        margin-right: 0 !important;
    }
    .claim_profile_form button.claim_no_email_btn, .claim_profile_form a.claim_no_email_btn {
        font-size: 11px !important;
        line-height: 16px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 32px;
    }
    .claim_profile_form_buttons {
        display: flex;
        flex-wrap: nowrap;
        gap: 1rem;
        justify-content: space-between;
    }
    /* / Email no doesn't match*/
}

@media (max-width: 600px) {
    .claim_profile_container_phase_1, .claim_profile_container_phase_2 {
            width: 100% !important;
    }
}
@media (max-width: 450px) {
    .claim_profile_form button.claim_no_email_btn, .claim_profile_form a.claim_no_email_btn {
        max-width: 106px;
    }
}
@media (max-width: 380px) {
    .claim_profile_form_buttons {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .claim_profile_form button.claim_no_email_btn, .claim_profile_form a.claim_no_email_btn {
        max-width: 100%;
    }
}