body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    cursor: default;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    color: #000;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

/* Loading */
.loading {
    display: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

/* Message */
.message { 
    display: none;
}

.message-error {
    color: red;
}

/**
 * App
 */
.app {
    margin: 0 auto;
    width: 395px;
    background: transparent;
    padding: 0 10px;
}

.app > .header {
    padding-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 39px;
    justify-content: center;
    border-bottom: 1px solid #CCCED4;
}

.app > .header > a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.app > .header .free-call-button {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FF6B00;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.13);
    padding: 6.5px 23px;
    color: #FFF;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    width: max-content;
    margin-bottom: 16px;
}

.app > .header .free-call-button.show {
    display: flex;
}

.app > .header .logo > img {
    max-width: 173px;
    width: 100%;
    height: auto;
}

.app > .banner {
    background: #D7E8FF;
    padding: 16px;
}

.app > .banner > .title {
    color: #205172;
    text-align: center;
    font-family: "SF Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 40px 0 0 0;
}

.app > .banner > .title > span {
    color: #FF6B00;
}

.app > .banner > .banner-input-control {
    padding: 15px 0;
    border-radius: 4px;
    border: 2px solid #CCCED4;
    background: #FFF;
    color: #0047AB;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 32px;
}

.app > .banner > .banner-input-control::placeholder {
    color: #B1B5BD;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.app > .banner .banner-submit-button {
    padding: 17px 0px;
    border-radius: 4px;
    border: 2px solid #FF6B00;
    background: #FF6B00;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 105.882% */
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
}

.app > .banner > img.image {
    margin-top: 36px;
    width: 110%;
    height: auto;
}

.app > .section-1 {
    width: 100%;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.app > .section-1 > .title {
    width: 100%;
    max-width: 250px;
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 137%; /* 20.55px */
}

.app > .section-1 > .companies {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.app > .section-2 {
    padding: 46px 16px;
    background: #D7E8FF;
}

.app > .section-2 > .title {
    color: #1A202C;
    text-align: center;
    font-family: "SF Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
}

.app > .section-3 {
    padding: 0;
    text-align: center;
}

.app > .section-3 > .steps {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.app > .section-3 > .steps > .item {
    padding: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.app > .section-3 > .steps > .item > .step {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    background: #FF6B00;
    position: absolute;
    top: 36px;
    left: 36px;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 281.25% */
}

.app > .section-3 > .steps > .item > .icon {
    margin-top: 45px;
    text-align: center;
}

.app > .section-3 > .steps > .item > .title {
    color: #1A202C;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 150% */
    margin-bottom: 0;
}

.app > .section-3 > .steps > .item > .description {
    color: #1A202C;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    width: 80%;
}

.app > .section-3 > .get-started-button {
    padding: 20.5px;
    border-radius: 4px;
    border: 2px solid #FF6B00;
    background: #FF6B00;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    max-width: 350px;
    margin: 24px auto 0 auto;
}

.app > .footer {
    display: flex;
    padding: 43.81px 23px 120px 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12.19px;
    background: #236A9D;
    margin-top: 56px;
}

.app > .footer > div {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.app > .section-steps {
    padding: 26px;
    display: none;
}

.app > .section-steps .progressbar {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    position: relative;
}

.app > .section-steps .progressbar > .line {
    background-color: #00C484;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    position: relative;
    z-index: 1;
}

.app > .section-steps .progressbar > .percentage {
    border-radius: 15.5px;
    background: #FF6B00;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 15.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    padding: 6px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    width: 52px;
    margin-top: -15.65px;
    margin-left: -26px;
}

.app > .section-steps .question-Box {
    display: none;
}

.app > .section-steps .question-Box ::placeholder {
    color: #205172;
    opacity: 1; /* Firefox */
}

.app > .section-steps .question-Box ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #205172;
}

.app > .section-steps .question-Box.step-1 {
    display: block;
}

.app > .section-steps .question-Box .sub-hdng {
    width: 100%;
    color: #0056CF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 590;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
    margin-top: 4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.app > .section-steps .question-Box .step-hdng {
    width: 100%;
    color: #205172;
    text-align: center;
    font-family: "SF Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
    margin-top: 4px;
    margin-bottom: 0;
}

.app > .section-steps .question-Box .vehicle_make_row {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.app > .section-steps .question-Box .vehicle_make_row > * {
    display: flex;
    width: 140px;
    height: 80px;
    padding: 17px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 2px solid #CCCED4;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.app > .section-steps .question-Box .vehicle_year_row {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
}

.app > .section-steps .question-Box .vehicle_year_row > * {
    width: 93px;
    background: #007BFF;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 3px solid #257eba;
}

.app > .section-steps .question-Box .vehicle_year_row > * .year-value {
    margin: 0 !important;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 1000;
    line-height: 140%; /* 33.6px */
}

.app > .section-steps .question-Box .vehicle_model-row,
.app > .section-steps .question-Box .vehicle_trim-row,
.app > .section-steps .question-Box .option-box1 {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.app > .section-steps .question-Box .vehicle_model-row > *,
.app > .section-steps .question-Box .vehicle_trim-row > *,
.app > .section-steps .question-Box .option-box1 > label {
    width: 100%;
    background: #007BFF;
    padding: 6px 0;
    cursor: pointer;
}

.app > .section-steps .question-Box .vehicle_model-row > * .model-name,
.app > .section-steps .question-Box .vehicle_trim-row > * .trim-name,
.app > .section-steps .question-Box .option-box1 > label p {
    margin: 0 !important;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 1000;
    line-height: 140%; /* 33.6px */
    text-transform: uppercase;
}

.app > .section-steps .question-Box .option-box1 > .no-thanx {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.app > .section-steps .question-Box .option-box1 > .no-thanx > * {
    color: #205172;
    text-align: center;
    font-family: "SF Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.app > .section-steps .question-Box .option-box1 > .fld-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.app > .section-steps .question-Box .option-box1 > .fld-box > div {
    width: 100%;
}

.app > .section-steps .question-Box .option-box1 > .fld-box select {
    padding: 16.2px 48px 16.2px 19px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #205172;
    font-family: "SF Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 590;
    line-height: 140%; /* 33.6px */
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    position: relative;
    background-image: url(../img/icon/icon-chevron.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    width: 100%;
}

.app > .section-steps .question-Box .vehicle_other_makes {
    padding: 10px 48px 10px 19px;
    border: 2px solid #CCCED4;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-top: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    position: relative;
    background-image: url(../img/icon/icon-chevron.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}

.app > .section-steps .question-Box .buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 46px;
}

.app > .section-steps .question-Box .buttons > div {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 0;
}

.app > .section-steps .question-Box .buttons > div:first-child {
    justify-content: flex-start;
}

.app > .section-steps .question-Box .buttons > div:last-child {
    justify-content: flex-end;
}

.app > .section-steps .question-Box .back_arw.btn-back,
.app > .section-steps .question-Box .back_arw.btn-back-insured {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;
    padding: 19.5px 24px 19.5px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    border: 2px solid #236A9D;
    color: #0056CF;
    font-family: "SF Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    cursor: pointer;
}

.app > .section-steps .question-Box .next_arw.next-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;
    padding: 19.5px 24px 19.5px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    border: 2px solid #FFF;
    background: #FF6B00;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: "SF Pro";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 25.2px */
    letter-spacing: -0.42px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    cursor: pointer;
}

.app > .section-steps .question-Box .buttons > div:first-child .back_arw.btn-back,
.app > .section-steps .question-Box .buttons > div:first-child .back_arw.btn-back-insured,
.app > .section-steps .question-Box .buttons > div:last-child .next_arw.next-btn {
    margin: 0 !important;
    padding: 19.5px 16px 19.5px 16px !important;
    min-width: 140px;
}

.app > .section-steps .question-Box .option-box1 .incidents_row ,
.app > .section-steps .question-Box .label-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.app > .section-steps .question-Box .option-box1 .incidents_row > .incident-col-1 {
    flex: 1 0 0%;
}

.app > .section-steps .question-Box .option-box1 .incidents_row > .incident-col-1 p,
.app > .section-steps .question-Box .label-checkbox p {
    color: #205172;
    font-family: "SF Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 590;
    line-height: 140%; /* 28px */
    margin: 0;
}

.app > .section-steps .question-Box .label-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 22px;
}

.app > .section-steps .question-Box .label-group > * {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}

.app > .section-steps .question-Box .label-group p {
    color: #205172;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin: 0;
}

.app > .section-steps .question-Box input[type="text"],
.app > .section-steps .question-Box input[type="email"] {
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #205172;
    font-family: "SF Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 590;
    line-height: 140%; /* 33.6px */
    padding: 16.2px 19px;
}

.app > .section-steps .question-Box .option-box1 .quote_btn-see {
    width: 100%;
    padding: 17px 0px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #FF6B00;
    background: #FF6B00;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px; /* 85.714% */
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-top: 9px;
}

.app > .section-steps .question-Box .option-box1 .quote_btn-see .number {
    width: 39px;
    height: 39px;
    background: url(../img/icon/ellipse.svg);
    color: #FFF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
    position: absolute;
    top: -16px;
    right: -16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.app > .section-steps .question-Box .ready-text {
    width: 100%;
    margin-top: 40px;
    color: #0056CF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 590;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}

.app > .section-steps .question-Box .disclosure_text {
    width: 100%;
    margin-top: 28px;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%; /* 16.44px */
}

.app > .section-quotes {
    width: 100%;
    margin-top: 40px;
    display: none;
}

.app > .section-quotes > .title {
    color: #205172;
    text-align: center;
    font-family: "SF Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
}

.app > .section-quotes > .searching {
    margin-top: 87px;
    width: 100%;
    text-align: center;
}

.app > .section-quotes > .searching > img {
    width: 128px;
    height: auto;
}

.app > .section-quotes > .searching-description-quotes {
    margin-top: 36px;
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 200px;
}

.app > .section-quotes > .list-quotes {
    display: none;
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.app > .section-quotes > .list-quotes.show {
    display: flex;
}

.app > .section-quotes > .list-quotes > div {
    width: 100%;
    padding: 16px 28px 36px 28px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 3px 3px 15px 6px #BBB;
}

.app > .section-quotes > .list-quotes > div > .flag {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    align-items: center;
    background-color: #f9c573;
    background-image: url(../img/default-flag-background.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-left: -41px;
    position: relative;
    color: #273574;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 137%; /* 21.92px */
    height: 43px;
    width: max-content;
    padding-left: 16px;
    padding-right: 16px;
}

.app > .section-quotes > .list-quotes > div > .flag > img {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 13px;
    height: 11px;
}

.app > .section-quotes > .list-quotes > div.primary {
    border-radius: 6px;
    border: 2px solid #4057A6;
    background: #FFF;
    box-shadow: 3px 3px 15px 6px rgba(0, 86, 207, 0.50);
}

.app > .section-quotes > .list-quotes > div.primary > .flag {
    background-color: #0056cf;
    background-image: url(../img/blue-flag-background.png);
    color: #fff;
}

.app > .section-quotes > .list-quotes > div > .logo {
    margin-top: 16px;
    width: 100%;
    text-align: center;

}

.app > .section-quotes > .list-quotes > div > .get-quote-btn {
    margin-top: 24px;
    width: 100%;
    padding: 10px 25px;
    border-radius: 4px;
    background: #FF6B00;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 31.2px */
}

.app > .section-quotes > .list-quotes > div > .call-btn {
    margin-top: 16px;
    width: 100%;
    padding: 10px 25px;
    color: #0056CF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 31.2px */
}

.app > .section-quotes > .list-quotes > div > .showmore-btn {
    width: max-content;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    text-align: center;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-decoration: underline;
}

/**
 * Desktop
 */
@media only screen and (min-width:768px) {
    .app {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .app > .banner {
        text-align: center;
    }

    .app > .banner .banner-input-control,
    .app > .banner .banner-submit-button {
        max-width: 768px;
    }

    .app > .banner > img.image {
        width: 100%;
        max-width: 368px;
    }

    .app > .section-3 {
        margin-top: 24px;
    }

    .app > .section-3 > .steps > .item {
        padding: 18px;
        width: 370px;
    }

    .app > .section-steps .question-Box .vehicle_other_makes {
        max-width: 650px;
    }
    .app > .section-steps .question-Box .vehicle_model-row, 
    .app > .section-steps .question-Box .vehicle_trim-row, 
    .app > .section-steps .question-Box .option-box1 {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .app > .section-steps .question-Box .buttons {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .app > .section-steps .question-Box .option-box1 .incidents_row {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .app > .footer > div {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .app > .section-steps .question-Box .vehicle_year_row {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width:800px) {
    .app > .section-steps .question-Box .vehicle_make_row {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .app > .section-steps .question-Box .vehicle_year_row {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width:1000px) {
    .app > .section-steps .question-Box .vehicle_make_row {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .app > .section-steps .question-Box .vehicle_year_row {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width:1200px) {
    .app > .section-steps .question-Box .vehicle_make_row {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .app > .section-steps .question-Box .vehicle_year_row {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }
}
