/*
 * Contact code goes here.
 */
 /* style */

.contact-page-info { 
    border: 0;
}
.group-span-filestyle {
    width: 100%;
    border: solid 1px #C1C1C1;
}
.btn-file-upload {
    display: flex!important;
    align-items: center;
    padding: 1.25rem 1.5rem;
    height: calc(3.43rem + 2px) !important;
}
.btn-file-upload .icon-span-filestyle {
    margin-right: 1.5rem;
}
.btn-file-upload .badge {
    background-color: #222221;
    color: #ffffff;
    border-radius: 50%;
    padding: 0.3rem 0.5rem;
    margin-left: 1rem;
}