.original-icon-group{
    display: flex;
    margin: auto;
    width: fit-content;
}

.original-icon-a{
    width: 35px;
    height: 35px;
    margin: auto 0;
    margin-right: 5px;
}

.original-icon-b-call{
    width: 15px;
    height: 15px;
    margin: auto 0;
    margin-right: 5px;
}

.original-icon-b-mail{
    width: 20px;
    height: 15px;
    margin: auto 0;
    margin-right: 5px;
}

.send_button{
    background-color: white;
    border-radius: 25px;
    border: 1px solid;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 0.1);
    color: black;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: .8em;
    min-height: 40px;
    padding: 10px 30px !important;
    text-align: center;
    text-indent: .8em;
    transition: all 0.3s ease;
    width: fit-content;
    margin: 10px auto;
    cursor: pointer;
}

.send_button_block{
    width: 100%;
    height: fit-content;
}

.footer_style{
    background-color: #a8a8a8;
    color: white;
}

.footer_block{
    width: fit-content;
    margin: auto;

}

.footer_log_image{
    margin: auto;
    display: block;
}

.footer_copyright{
    background-color: #484848;
    color: white;
}.footer_copyright a {
    color: white;
}

.target_atag_color a{
    color: white;
}

.thanks_msg_box{
    font-family: var(--ep-body-font-family);
    overflow-wrap: break-word;
    color: #333333;
    font-weight: normal;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.error_msg{
    background-color: rgb(253, 120, 120);
    color: white;
    text-indent: 10px;
}

.icon-read-arrow-right::before {
    font-weight: bold;
    font-size: 28px;
}