@font-face {
    font-family: 'Source Sans Pro 2';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro 2';
    src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro 2 Bold';
    src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body > header {
    margin-bottom: 5rem;
}

body .headerInfo {
    border-bottom: 0px solid #e2e2e2;
}

#btnStepContact,
#btnStepExtra,
#btnStepAddress,
#btnStepTrade,
#btnStepSummary {
    width: 70%;
    border-radius: 8px;
}

#cntSmallCard {
    display: none;
    background-color: #f2f2f2;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 6px;
    position: relative;
}
#cntSmallCard .lease-price {
    font-size: 1.25rem;
}
#cntSmallSummary {
    font-size: 0.75em;
}
#cntSmallPrice {
    line-height: 16px;
}
#btnSmallQuoteClose {
    position: absolute;
    right: 12px;
    top: 12px;
    line-height: 12px;
    font-size: 1.5rem;
    color: #666666;
    cursor: pointer;
    z-index: 1;
}
#btnSmallQuoteClose img {
    width: 18px;
}

#cntSmallParams {
    line-height: 14px;
    margin-top: 12px;
    position: absolute;
    bottom: 5px;
}
.img-fluid.small-car-image {
    height: 100%;
    max-height: 100%;
    width: auto;
}

.display-small {
    display: none;
}

.col-margin-bottom {
    margin-bottom: 1.5em;
}

body h1.h2 {
    font-size: 32px;
}
body .h2, body h2 {
    font-size: 26px;
}


.lease-price {
    display: inline-block;
    font-family: "museo-sans-rounded", sans-serif;
    font-weight: 700;
    color: inherit;
    font-size: 2rem;
}

.border-bottom {
    padding-bottom: 15px;
}

input[type='radio'] {
    -moz-appearance: initial !important;
}
input[type='checkbox'] {
    -moz-appearance: initial !important;
}

div.form-row div.form_group:first-child {
    padding-right: 24px;
}

#cntQuote {
    border-radius: 6px;
    padding: 2em 0px 2em 2em;
    background-color: #f2f2f2;
    box-shadow: 0px 1px 6px #00000029;
    position: relative;
}

#btnQuoteClose {
    position: absolute;
    right: 32px;
    top: 32px;
    line-height: 2.25em;
    font-size: 3rem;
    color: #666666;
    cursor: pointer;
    z-index: 1;
}

#cntQuote > div.row > div.col:first-child {
    padding-right: 9em;
}

#cntQuote > div.row > div.col > h1 {
    margin-bottom: 1em;
}

#cntQuote p:first-child {
    margin-bottom: 3em;
}

#cntCard {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 12px 6px #e2e2e2;
}

#cntCard > h1 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
}

#cntSmallCard h1 {
    font-size: 18px; 
    line-height: 24px;
    margin-right: 0px;
}

#cntSummary {
    background-color: #ffd269;
    padding-top: 2em;
    padding-left: 2em;
    padding-bottom: 2em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#cntPrice {
    margin-bottom: 1em;
}

#cntSummary div.row {
    margin-bottom: 0.75em;
}

#cntSummary div.row div.col:first-child {
    font-weight: bold;
}

#cntQuote input, #cntQuote select, #cntQuote textarea {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
}

input.error, select.error, textarea.error {
    background-color: rgb(255, 221, 221);
    border: 1px solid #cf2b11;
}

input.success, select.success, textarea.success {
    border: 1px solid #78D64B;
}

body .btn.btn-primary {
    border-bottom-width: 4px;
}
body .btn.btn-secondary {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    border-bottom: 4px solid #666666;
    border-radius: 8px;
    margin-left: 36px;
}
body .btn.btn-primary:focus,
body .btn.btn-primary:disabled,
body .btn.btn-primary.disabled {
    color: #212529;
    background-color: #78d64b;
    border-color: #78d64b;
}
body .btn.btn-secondary:hover,
body .btn.btn-secondary:active {
    background-color: #333;
    border-color: #a7a7a7;
    color: #ffffff;
}
body .btn.btn-secondary:focus {
    color: #212529;
}

.form-row .form_group.housenumber-col {
    padding-right: 24px;
}

small.help {
    color: #bb0a0a;
    font-style: italic;
}

#cntQuote textarea {
    height: 100px;
}

.select-container {
    position: relative;
}

.select-container:after {
    position: absolute;
    right: 12px;
    top: 0px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    z-index: 1;
    font-size: 1.25rem;
    line-height: 2.5;
    color: #333;
}

.googlereviews {
    display: flex; 
    justify-content: center; 
    margin-top: 18px;
}

.date-container {
    position: relative;
}
.date-container:after {
    position: absolute;
    right: 0px;
    top: 1px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    width: 45px;
    line-height: 2.5;
    height: calc(100% - 2px);
    text-align: center;
    background-color: #78d64b;
    border-radius: 5px;
}

.radio-container input[type="radio"] {
    position: relative;
    margin-right: 12px;
    box-shadow: none;
}
.radio-container input[type="radio"]:focus {
    outline: 0;
}
.radio-container input[type="radio"]:after {
    position: absolute;
    top: 0px;
    left: -3px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 6px #e2e2e2;
}
.radio-container {
    position: relative;
}
.radio-container input[type="radio"] {
    position: absolute;
    top: 0px;
}


.radio-container input[type="radio"]:focus:after {
    border-color: #c6eeb3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(120, 214, 75, 0.25)
}
.radio-container input[type="radio"].error:after {
    position: absolute;
    top: 0px;
    left: -3px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: rgb(255, 221, 221);
    border: 1px solid #cf2b11;
}
.radio-container input[type="radio"].success:after {
    border: 1px solid #78D64B;
}
.radio-container input[type="radio"]:checked:after {
    position: absolute;
    top: 0px;
    left: -3px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #78d64b;
}
.radio-container label {
    font-weight: normal;
    font-family: "Source Sans Pro 2", sans-serif;
    padding-left: 30px;
}

.checkbox-container {
    position: absolute;
    display: block;
    padding-left: 4px;
}
.checkbox-container input[type="checkbox"] {
    position: relative;
    margin-right: 12px;
    box-shadow: none;
}
.checkbox-container input[type="checkbox"]:focus {
    outline: 0;
}
.checkbox-container input[type="checkbox"]:focus:after {
    border-color: #c6eeb3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(120, 214, 75, 0.25)
}

.checkbox-container input[type="checkbox"]:after {
    position: absolute;
    top: 0px;
    left: -3px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 6px #e2e2e2;
}
.checkbox-container input[type="checkbox"].error:after {
    position: absolute;
    top: 0px;
    left: -3px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: rgb(255, 221, 221);
    border: 1px solid #cf2b11;
}
.checkbox-container input[type="checkbox"].success:after {
    border: 1px solid #78D64B;
}
.checkbox-container input[type="checkbox"]:checked:after {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 20px;
    height: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    border-radius: 3px;
    background-color: #ffffff;
    padding-left: 2px;
    line-height: 14px;
    color: #78d64b;
    font-size: 24px;
}

label.checkbox-label {
    padding-left: 40px;
}

label {
    cursor: pointer;
}
#contentStepExtra label,
#contentStepSummary label {
    font-family: "Source Sans Pro 2", sans-serif;
}

#cntQuote ul:not(.list-unstyled) {
    list-style: none;
    padding-left: 0;
}
#cntQuote ul:not(.list-unstyled) li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1em;
}
#cntQuote ul:not(.list-unstyled) li:before {
    position: absolute;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #78d64b;
}

#containerCarImages {
    padding: 16px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23afafaf' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
#containerCarImages button {
    margin-top: 2em;
}

#cntTradeCar {
    margin: 2em 0px;
}

#cntGeneralRemarks {
    margin-bottom: 3em;
}
#cntGeneralRemarks .h2 {
    margin-top: 24px;
}

#cntMessages {
    position: fixed;
    top: 2em;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
}

#cntMessages .alert {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: 100%;
    margin: 0px auto;
    cursor: pointer;
    margin-bottom: 0.5em;
}

#cntMessages .alert:after {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: .75rem 0px;
    content: "x";
}

#titleStepExtra,
#contentStepExtra,
#titleStepAddress,
#contentStepAddress,
#titleStepTrade,
#contentStepTrade,
#titleStepSummary,
#contentStepSummary,
#titleStepFinal,
#contentStepFinal,
#titleStepConfirmation, 
#contentStepConfirmation {
    display: none;
}

.licenseplate {
    background-image: url('/assets/images/license-plate.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 2px 12px 6px #e2e2e2;
}
.licenseplate input {
    background-color: rgba(255,255,255,0);
    box-shadow: none;
    padding: 5px 1em 5px 1.5em;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
.licenseplate .form-control:focus {
    color: inherit;
    background-color: rgba(255,255,255,0);
    border: 1px solid #e2e2e2;
    outline: 0;
}

#containerCarImages {
    position: relative;
}

#containerCarImages.dz-drag-hover:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

#containerCarImages .btn.btn-secondary {
    display: block;
}

#containerCarImages .dz-preview {
    margin-top: 2em;
    margin-right: 2em;
}
.dz-preview {
    display: inline-block;
    position: relative;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.dz-preview img {
    border-radius: 5px;
}

.dz-error-mark, .dz-success-mark {
    display: none;
}
.dz-preview:hover:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    border-radius: 5px;
}
.dz-preview:hover .dz-image:before {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: '\f1f8';
    left: 0px;
    top: calc(50% - 32px);
    width: 100%;
    text-align: center;
    z-index: 9;
    font-size: 32px;
    color: #fff;
}

#cntQuote .ui-widget-header {
    border: 1px solid #fff;
    background-color: #fff;
    color: #212529;
    font-weight: bold;
}

body .ui-widget-header, 
body .ui-widget-header .ui-icon {
    background: none;
    border: 0px solid #ddd;
}
body .ui-datepicker .ui-datepicker-prev:after, 
body .ui-datepicker .ui-datepicker-prev:hover:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: '\f100';
    color: #78d64b;
}
body .ui-datepicker .ui-datepicker-next:after, 
body .ui-datepicker .ui-datepicker-next:hover:after {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 700 !important;
    color: #78d64b;
}
body .ui-state-default, 
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default, 
body .ui-button, 
html body .ui-button.ui-state-disabled:hover, 
html body .ui-button.ui-state-disabled:active {
    border: 0px solid black;
    background: none;
    text-align: center;
}

body .ui-state-active, 
body .ui-widget-content .ui-state-active, 
body .ui-widget-header .ui-state-active, 
body a.ui-button:active, 
body .ui-button:active, 
body .ui-button.ui-state-active:hover {
    border: 0px solid #003eff;
    border-radius: 14px;
    background: #78d64b;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-prev:hover, 
body .ui-datepicker .ui-datepicker-next, 
body .ui-datepicker .ui-datepicker-next:hover {
    top: 5px !important;
}

body .ui-widget.ui-widget-content {
    border: 1px solid #78d64b;
}
body .ui-datepicker {
    box-shadow: 0px 2px 12px 6px #e2e2e2;
}

#cntQuote .form-control:disabled, 
#cntQuote .form-control[readonly] {
    border: 1px solid #cfcfcf;
    background-color: #f5f5f5;
    opacity: 1;
}
#fieldNameHelp,
#fieldSurnameHelp,
#fieldEmailHelp,
#fieldTelephoneHelp,
#fieldDamageFreeYearsHelp,
#fieldBirthdateHelp,
#fieldStreetHelp,
#fieldCityHelp,
#fieldZipcodeHelp,
#fieldHousenumberHelp,
#fieldHousenumberAddHelp,
#fieldLicenseplateHelp,
#fieldMileageHelp,
#fieldCarRemarksHelp {
    display: block;
}

.display-image {
    display: inline-block;
    margin-top: 1em;
    margin-right: 1em;
}
.display-image img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

#contentStepSummary div.row {
    margin-bottom: 0.5em;
}
#contentStepSummary div.row div.col-4 {
    font-weight: bold;
}

.dz-preview .dz-details {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .footer3 i.fa-location-arrow {
    width: 26px;
}
    
body footer .container {
    padding: 0px 75px;
}

div.checkbox-switch label {
    font-weight: normal;
    line-height: 30px;
}

div.bootstrap-switch {
    position: absolute;
}

label.switch-label {
    position: relative;
}
div.checkbox-switch {
    position: relative;
}

/* Switch */

body .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #84de76 !important;
}
body .bootstrap-switch .bootstrap-switch-handle-off, 
body .bootstrap-switch .bootstrap-switch-handle-on, 
body .bootstrap-switch .bootstrap-switch-label {
    padding: 6px 0px;
    width: 48px !important;
}
html body .bootstrap-switch .bootstrap-switch-handle-on, 
html body .bootstrap-switch .bootstrap-switch-handle-off, 
html body .bootstrap-switch .bootstrap-switch-label {
    display: table-cell !important;
    vertical-align: middle;
}
.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #cccccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}
.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #012169 !important;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, 
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333333;
    background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}
.bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #18BC9C;
}
    
.issuer {
    cursor: pointer;
}

#fieldFinalRemarks {
    width: 50%;
    height: 120px;
    padding: 10px;
}

body .calculator-parameter-label {
    font-family: "museo-sans-rounded";
    font-weight: 700;
}
body label {
    font-family: "museo-sans-rounded";
    font-weight: 700;
}
body .btn {
    font-family: "museo-sans-rounded";
    font-weight: 700;
}
body .calculator-tab {
    font-family: "museo-sans-rounded";
    font-weight: 700;
}

body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: "museo-sans-rounded";
    font-weight: 500;
}

.has-tooltip:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    color: #78d64b;
    font-size: 0.75em;
    margin-left: 1em;
    background-color: #fff;
    border-radius: 1em;
}
.ui-tooltip {
    width: 575px !important;
    max-width: 575px !important;
}

body .bootstrap-datetimepicker-widget table td span.active {
    background-color: #78d64b;
    color: #ffffff;
}

body .bootstrap-datetimepicker-widget table td.active, 
body .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #78d64b;
    color: #ffffff;
}

body .bootstrap-datetimepicker-widget table th {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 25px;
    line-height: 25px;
}
body .bootstrap-datetimepicker-widget table td.day {
    height: 25px;
    line-height: 25px;
}
body .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #78d64b;
}

body .bootstrap-datetimepicker-widget table th.prev::after,
body .bootstrap-datetimepicker-widget table th.next::after {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #78d64b;
    width: auto;
    height: auto;
    overflow: auto;
    clip: auto;
    top: 0px;
    line-height: 40px;
}

body .bootstrap-datetimepicker-widget table th.prev.disabled::after,
body .bootstrap-datetimepicker-widget table th.next.disabled::after {
    color: #bee8b1;
}

body .bootstrap-datetimepicker-widget table th.prev::after {
    content: "\f100";
    left: 12px;
}

body .bootstrap-datetimepicker-widget table th.next::after {
    content: "\f101";
    right: 12px;
}
body .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #78d64b;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body .bootstrap-datetimepicker-widget table th.picker-switch {
    width: 120px;
}

body .bootstrap-datetimepicker-widget table th.prev:hover::after,
body .bootstrap-datetimepicker-widget table th.next:hover::after,
body .bootstrap-datetimepicker-widget table th.prev.disabled:hover::after,
body .bootstrap-datetimepicker-widget table th.next.disabled:hover::after {
    color: #ffffff;
}

body .bootstrap-datetimepicker-widget table td.disabled, 
body .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #c3c3c3;
}
body .bootstrap-datetimepicker-widget table td span.disabled, 
body .bootstrap-datetimepicker-widget table td span.disabled:hover {
    color: #c3c3c3;
}

body .bootstrap-datetimepicker-widget table td.day:hover, 
body .bootstrap-datetimepicker-widget table td.hour:hover, 
body .bootstrap-datetimepicker-widget table td.minute:hover, 
body .bootstrap-datetimepicker-widget table td.second:hover {
    background: #bee8b1;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.question-hover .form-group,
.question-hover .form-group label {
    margin-bottom: 0px;
}

.question-hover:hover > div:first-child {
    border-left: 1px solid #707070;
}
.question-hover:hover > div:last-child {
    border-right: 1px solid #707070;
}
.question-hover:hover > div {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.question-hover > div:first-child {
    border-left: 1px solid rgba(255,255,255,0);
}
.question-hover > div:last-child {
    border-left: 1px solid rgba(255,255,255,0);
}
.question-hover > div {
    border-top: 1px solid rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,0);
    padding: 8px 0px;
}

body .font100 {
    font-family: "museo-sans-rounded";
    font-weight: 100;
}
body .font500 {
    font-family: "museo-sans-rounded";
    font-weight: 500;
}
body .font700 {
    font-family: "museo-sans-rounded";
    font-weight: 700;
}

.radio-container,
.radio-container input {
    cursor: pointer;
}

body table td {
    color: #333;
}
#cntPaymentDetails td {
    padding-right: 5px;
    padding-top: 5px;
}

@media (max-width: 800px) {
    body .ui-tooltip {
        width: 450px !important;
        max-width: 450px !important;
    }
}
@media (max-width: 575px) {
    body .ui-tooltip {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
    }
}
    
@media (min-width: 1400px) {
    #cntMessages .alert {
        max-width: 1320px;
    }
}
@media (min-width: 1200px) {
    #cntMessages .alert {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    #cntMessages .alert {
        max-width: 960px;
    }
    
}
@media (min-width: 768px) {
    #cntMessages .alert {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    #cntMessages .alert {
        max-width: 540px;
    }
}

@media (max-width: 992px) {
    body #cntQuote > div.row > div.col:first-child {
        padding-right: 0px;
    }
    body .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    html body > header {
        margin-bottom: 12px;
    }
    body #cntQuote {
        box-shadow: none;
    }
    .col-sm-5.col-margin-bottom {
        margin-bottom: 0px;
    }
    #btnQuoteClose {
        display: none;
    }
    #cntCard {
        display: none;
    }
    body #cntQuote {
        padding: 1em;
        border-radius: 0px;
    }
    body div.form-row div.form_group:first-child {
        padding-right: 0px;
    }
    body div.form-row div.form_group.col-12 {
        padding-left: 0px;
        padding-right: 48px;
    }
    body div.form-row div.form_group.col-12.button-row {
        padding-left: 0px;
        padding-right: 1em;
    }
    #cntQuote .button-row .btn.btn-secondary {
        margin-left: 0px;
        margin-top: 15px;
    }

    body #btnStepContact, 
    body #btnStepExtra, 
    body #btnStepAddress, 
    body #btnStepTrade, 
    body #btnStepSummary,
    .button-row button {
        width: 100%;
    }
    body #cntSmallCard {
        display: block;
    }
    body .container .navbar {
        align-items: normal;
        justify-content: flex-start;
    }
    body .display-large {
        display: none;
    }
    body .display-small {
        display: block;
        text-align: center;
    }
    .navbar .fa.fa-star {
        margin-right: 3px;
        display: block;
    }
    .navbar .d-inline-block {
        display: flex !important; 
        justify-content: center;
    }
    .radio-container {
        margin-left: 12px;
    }
    .footer-small {
        justify-content: center;
    }
    body .footer-small.my-3 {
        margin-top: 0px !important;
    }
    body .footerpart2.py-5 {
        padding-top: 16px !important;
    }
    body .disclaimerFooter {
        padding-top: 16px;
    }
    body .disclaimerFooter div {
        color: #A7A7A7;
    }
    body .disclaimerFooter div span.mr-2.first {
        margin-left: 1rem !important;
    }
    body .disclaimerFooter div span.mr-2 {
        line-height: 4em;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    body .footerheight {
        min-height: 0px;
    }
    .footerheight .googlereviews {
        display: flex; 
        justify-content: center;
        margin-top: 16px;
        margin-left: 0px;
        margin-bottom: 8px;
    }
    
    .footerheight .pb-7 {
        padding-bottom: 0px !important;
    }
    
    .responscenter {
        display: flex;
        /*justify-content: center;*/
        margin-left: 0px;
    }
    .footer-address {
        margin-top: 24px;
        margin-bottom: 36px;
    }
    
    body .footer3 i {
        width: 30px;
    }
    body .form-row .form_group.housenumber-col {
        padding-right: 0px;
    }
    body footer .container {
        padding: 0px 0px;
    }
    body #cntCard > h1 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    body .container h1.h2 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 4px;
    }
}
@media (min-width: 600px) {
    body #cntQuote > div.row > div.col:first-child {
        padding-right: 1rem;
    }
}
@media (min-width: 200px) {
    body #cntQuote > div.row > div.col:first-child {
        padding-right: 1rem;
    }
}
@media (min-width: 300px) {
    #cntSmallCard h1 {
        margin-right: 15px;
    }
}
@media (min-width: 1000px) {
    body #cntQuote > div.row > div.col:first-child {
        padding-right: 5rem;
    }
}