/*excel-reformation-addon*/

@media(min-width:992px){
.excel-reformation-addon .form-group {
    display: flex;
    align-items: flex-start;
    vertical-align: baseline;
    justify-content: center;
    margin-bottom: 15px;
}}
.excel-reformation-addon label {
    color: #fff;
    width: 15% !important;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
}
.excel-reformation-addon input,
.excel-reformation-addon textarea,
.excel-reformation-addon select {
    border-radius: 0px !IMPORTANT;
    width: 84.6% !IMPORTANT;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #ffffff2e;
    display: inline-block;
}
@media(max-width:991px){
.excel-reformation-addon label {
    width: 100% !important;
    margin: 15px 0px 0px 0px;
}
.excel-reformation-addon input,
.excel-reformation-addon textarea,
.excel-reformation-addon select {
    width: 100% !IMPORTANT;
}}
.excel-reformation-addon button.btn.btn-primary {
    width: 100% !IMPORTANT;
    border-radius: 0px !IMPORTANT;
    margin-top: 30px !IMPORTANT;
    background: #141e3e;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 1000px !Important;
}
.excel-reformation-addon button.btn.btn-primary:hover {
    background: #ffffff;
    color: #141e3e
}

h2.excel-reformation-title {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    margin-bottom: 45px;
}
@media(max-width:991px){
    h2.excel-reformation-title {
    margin-bottom: 10px;
}
}