
.visa-modal-wrap {
    text-align: center;
    margin: 20px auto;
}
.visa-modal-wrap img {
    width: 90%;
    margin-bottom: 20px;
}

.visa-modal-wrap .copy1 {
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 10px;
}

.visa-modal-wrap .copy2 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #ff0507;
    margin-bottom: 15px;
}

.visa-modal-wrap .profile-btn {
    background: linear-gradient(180deg, #d92933 -20%, #ef8224 100%);
    color: #fff;
    display: block;
    margin: 10px auto;
    padding: 0.8rem 1rem;
    text-align: center;
    width: 17rem;
    border-radius: 50px;
    cursor: pointer;
}

.visa-modal-wrap .update-btn {
    background-color: #fff;
    color: #db4140;
    display: block;
    margin: 15px auto;
    padding: 0.5rem 0.5rem;
    text-align: center;
    width: 12rem;
    border-radius: 50px;
    border: 2px solid;
    cursor: pointer;
}
.visa-modal-wrap .update-btn:hover{
    background-color: #db4140;
    color: #fff;
}

.visa-modal-wrap .no-update-btn {
    background-color: #fff;
    color: #b5b5b5;
    display: block;
    margin: 15px auto;
    padding: 0.5rem 0.5rem;
    text-align: center;
    width: 12rem;
    border-radius: 50px;
    border: 2px solid;
    cursor: pointer;
}
.visa-modal-wrap .no-update-btn:hover{
    background-color: #b5b5b5;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .visa-modal-wrap img {
        width: 80%;
    }
}
