.send-mail-button {
    display: block;
    min-width: 250px;
    border-radius: 8px;
    background: linear-gradient(to right, #0d6dd9, #5f36ad);
    font-family: 'Exo 2', sans-serif;
    font-size: 1.000em;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
}
.send-mail-button:hover{
    transform: scale(1.05);
}
.send-mail-small-font {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: var(--content-color);
}
.choose-file{
    border-radius: 10px;
 }
.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.field__wrapper{
    position: relative;
}
.field__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.field__file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.field__file-fake {
    margin-top: 10px;
    height: 40px;
    width: calc(100% - 230px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px;
    border-radius: 8px;
    background-color: #fff;
    color: #495057;
}

.field__file-button {
    margin-top: 10px;
    width: 220px;
    height: 40px;
    background: linear-gradient(to right, #00aeff, #0d6dd9);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.upload-item {
    height: 38px;
    clear: left;
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 10%;
    background-color: #3f2740;
    border-radius: 8px;
    color: #fff;
}
.svg-clip {
    right: 161px;
    position: absolute;
}
.close-modal{
    color: var(--title-color);
    opacity: 1;
    background-color: transparent;
    float: right;
    border: none;
    width: 20px;
    margin-left: auto;
}
.modal-ul{
   text-align: left;
    padding-left: 0;
}
.modal-last-p{
    text-align: left;
}
@media screen and (max-width: 768px) {
    .upload-item{padding:5px 0 5px 0 ;}
    #sendmailform .form-group{width: 100%;}
    #sendmailform input::placeholder,#sendmailform textarea::placeholder {font-size: 16px;font-family: 'Open Sans', sans-serif;}
    #sendmailform .field__file-fake{font-size: 16px;font-family: 'Open Sans', sans-serif;}
    .send-mail-button {max-width: 220px; min-width: 150px; margin:auto;}
    .form-control{font-size: 16px;font-family: 'Open Sans', sans-serif;}
    #getSuccessModal h4{
        margin-bottom: 25px;
        margin-top: 25px;
    }
}
@media  screen and (max-width: 425px){
    .field__file-button {
        width: 150px;
    }
    .field__file-fake {
        width: calc(100% - 160px);
    }
    .svg-clip{
        right: 118px;
        }
    .modal-last-p{
        text-align: center;
    }

}
.upload-item span {
    position: relative;
    z-index: 1;
}

.upload-file__icon {
    width: 30px;
    height: auto;
    margin-right: 11px;
}
.send-mail-required {
    font-size: 0.7em;
    margin-top: 10px;
}
.agree{
    margin-left:12px;
}
a.agree:hover{
    color: #00aeff;
}