.btn_brown {
    background: rgb(179,38,38);
    background: linear-gradient(171deg, rgba(156,7,7,1) 0%, rgba(238,56,56,1) 35%, rgba(238,56,56,1) 100%);
    border-color: rgba(238,56,56,1);
    color: #fff !important;
    border-radius: 2px;
    background-position: 0 100%;
    background-size: 300% 100%;
    transition: all .8s linear 0s;
    cursor: pointer;
}
.btn_brown:hover, .btn_brown:visited, .btn_brown:active, .btn_brown:focus, .btn_brown a:hover, .btn_brown a:visited, .btn_brown a:active, .btn_brown a:focus {
    border-color: rgba(238,56,56,1);
    color: #fff;
    outline: none;
    transition: all .8s linear 0s;
    background-position: 100% 0;
    text-decoration: none;
}
.btn_brown:active {
    background: linear-gradient(171deg, rgba(156,7,7,1) 0%, rgba(238,56,56,1) 35%, rgba(238,56,56,1) 100%);
    background-position: 100% 0;
}
.table tr:nth-child(odd) {
    background: #f2f5f7;
}
.service .form-control {
	border-radius: 0.125rem;
	border: 1px solid #b52727;
	padding: 10px;
}