*, ::after, ::before {
    box-sizing: border-box;
}
.formbox {
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
    padding: 30px 30px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.formbox h5 {
    font-size: 22px;
    border-bottom: solid 2px #de6462;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-weight: bold;
}
.quote-result-header {
    font-size: 22px;
    border-bottom: solid 2px #de6462;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-weight: bold;
    width: 100%;
}
a.new-quote-button:hover {
    color: #ffffff;
}
.new-quote-button{background: #de6462;
    border: solid 1px #de6462;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.5s ease-in-out;
    color: #fff;
    padding: 8px;
    width: 100%;
}
form.easy-insurance-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    flex-direction: row;
}
form.easy-insurance-form .form-group {
    padding: 0 15px;
    max-width: 33.33%;
    flex: 33.33%;
    margin-bottom: 15px;
}
form.easy-insurance-form label {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}
form.easy-insurance-form input, form.easy-insurance-form select {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-size: 15px;
    outline: 0;
    box-shadow: none;
}
form.easy-insurance-form .submitForm {
    align-self: flex-end;
}
form.easy-insurance-form input[type="submit"] {
    background: #de6462;
    border: solid 1px #de6462;
    cursor: pointer;
    font-size: 14px;
    line-height: 0;
    height: 45px;
    font-weight: 600;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 0px;
    transition: all 0.5s ease-in-out;
    color: #fff;
}
table.dataTable {
    border: 1px solid #dee2e6;
    margin: 30px 0 !important;
}
table.dataTable td, table.dataTable th {
    border: 1px solid #dee2e6;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}
table.dataTable  thead th {
    border-bottom: 2px solid #dee2e6 !important;
    padding: 18px 15px !important;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #dee2e6 !important;
    padding: 18px 15px !important;
}
table.dataTable.display tbody tr.odd>.sorting_1 {
    background-color: #f9f9f9 !important;
}
table.dataTable tbody td img {
    width: 30px;
}
@media(max-width: 767px){
    form.easy-insurance-form .form-group {
        max-width: 100%;
        flex: 100%;
    }
}