.help{
    margin-right: 4%;
    font-size: 18px;
    color: #282828;
    font-weight: 400;
}
.round-cirle{
    color:#0054A6;
}
.brand-logo{
    max-width: 47% !important;
    margin-top: 2%;
}

.right-image{
    float: right;
}

.support-header{
    border: none;
    justify-content: end;
}

.pointer{
    color: #7A7C81;
}

.support-footer{
    border: none;
}

.phone-number{
    color:#0054A6;
}

.thank-you{
    margin-top: -1%;
}

.thank-you-modal {
    background-color: #fff; /* Set the background color */
    background-image: url('/images/modal-image.png');  /* Set the background image path */
    background-repeat: no-repeat; /* Prevent image repeating */
    background-position: center bottom; /* Position the image at the bottom */
}