@import './index.css';
@import './main.css';
@import './holder.css';
@import './your-vehicle.css';
@import './coverage.css';
@import './personalization.css';
@import './savings.css';

body {
    margin: 0;
}

div.container {
    padding: 0;
}

label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 2.2rem;
    /* font-size: 18px; */
    font-weight: 500;
    color: var(--clr-primary-coal);
}

/* Edge */
::-webkit-input-placeholder {
    color: #cccccc;
    white-space: normal;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
    color: #cccccc;
    white-space: normal;
}
  
::placeholder {
    color: #cccccc;
    white-space: normal;
}

.popover {
    border: none;
}

.bg-color-light-gray {
    background-color: #f2f2f2;
}

.form-control {
    font-size: large;
    padding: 5px;
    height: auto;
}

.top-brand-area {
    background-color: #ffffff;
    padding: 20px;
}

.content-area {
    background-color: #EEEEEEF5;
    color: #666666;
    padding: 20px;
}

.footer-area .content-area {
    padding: 0px;
    border-bottom: none;
}

.content-area-hint {
    border-radius: 18px;
    border: none;
    background-color: #ffffff;
    margin: 123px 0 0 0;
    padding: 35px 50px;
}

.section-panel-highlight {
    background-color: #0180df;
    border: none;
    color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    font: x-large;
    text-align: center;
}

.header-logo-img {
    height: 35px;
}

.section-panel-highlight a {
    color: #ffffff;
}

.section-panel a {
    color: #666666;
    font-size: normal;
    font-weight: normal;
    text-decoration: none;
}

.section-panel a:hover {
    color: var(--clr-primary-hov);
    font-size: normal;
    font-weight: normal;
    text-decoration: underline;
}

.btn {
    border-radius: 0px;
}

.btn-default {
    background-color: white;
    background-image: none;
}

.btn-default:hover {
    color: red;
}

.btn-info {
    background-color: #195f92;
    background-image: none;
}

.btn-success {
    background-color: #ffffff;
    background-image: none;
    border-color: green;
    color: green;
    border-radius: 0px;
    text-shadow: none;
}

.section-panel-active-img {
    cursor: pointer;
}

.section-panel-active-img:hover {
    transform: scale(1.2);
}

.sm-margin-top {
    margin-top: .6rem;
}

.md-margin-top {
    margin-top: 1.2rem;
}

.lg-margin-top {
    margin-top: 1.8rem;
}

.md-margin-btm {
    margin-bottom: 1.2rem;
}

.lg-margin-btm {
    margin-bottom: 1.8rem;
}

.sm-margin-left {
    margin-left: .6rem;
}

.sm-margin-right {
    margin-right: .6rem;
}

.mr-btm-title-1 {
    margin-bottom: 1rem;
}

.item-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-3 {
    font-size: 20px;
}

.col-services-tpl {
    margin-bottom: 2em;
}

.list-cov-options-item {
    font-size: 14px;
    border: none;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

label.label-opt-cov-title,
label.label-opt-cov-price {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    color: #727d71;
    margin-left: 0;
}

label.label-opt-cov-title {
    font-weight: bold;
}

.label-opt-cov-price {
    font-size: 20px;
    padding: 5px 0;
}

.label-premium-savings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

#select_vehicle .has-error {
    align-self: center;
}

#select_vehicle .control-label {
    color: #d72828;
}

#select_vehicle .error-label {
    margin: 0;
}

.error-label {
    margin-top: 10px;
    margin-left: 10px;
}

.error-vehicle-label {
    width: 100%;
}

.error-birth-day-label {
    margin-left: 10px;
    margin-bottom: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #559991;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #559991;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.label-text-wrap {
    word-break: break-word; 
    max-width: 160px; 
    white-space: normal;
 }
 
.label-text {
    text-align: left;
}

.label-switch{
    text-align: right;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: button;
}

.form-group {
    margin-bottom: 25px;
}

.d-flex {
    display: flex;
}

.el-left {
    justify-content: left;
}

.el-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}

.el-center {
    justify-content: center;
}

.modal-dialog {
    margin: 60px auto;
}

.message-container {
    height: 100vh;
    padding: 50px 25px;
}

.datefield {
    z-index: 1000;
}

.message-panel {
    background-color: #ffffff;
    border-radius: 18px;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 25px;
}

.message-panel-img {
    width: 100px;
}

.message-panel a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #707070;
    text-decoration: underline;
}

.panel-recaptcha,
.panel-recaptcha-lp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.panel-recaptcha {
    margin: 40px auto 0 auto;
}

.panel-recaptcha-lp {
    margin-top: 5px;
}

/* EVN details page styles */
.complete-process,
.complete-process-lp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: center;
    padding: 30px;
    margin: 40px auto 0 auto;
    background-color: #ffffff;
    border-radius: 18px;
}

.complete-process,
.panel-recaptcha {
    width: 62vw;
}

.complete-process-lp,
.panel-recaptcha-lp {
    margin-left: 20px;
    margin-right: 20px;
}

.complete-process-par {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    color: #6d6e70;
    margin-right: 25px;
}

.complete-process-recaptcha {
    margin: 0 50px;
}

.complete-process-group-btns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.complete-process-group-btns .next-btn:first-child {
    margin-bottom: 30px;
}

.invalid-pin-label {
    padding: 10px 20px;
    color: #d72828;
}

/* LP complete process styles*/
.cmpl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.cmpl-group-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cmpl-par-wrapper {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 18px;
    margin-bottom: 40px;
}

/* Legal protection styles */
.alert-message {
    padding: 15px;
    margin: 0 15px 50px 15px;
    border-radius: 10px;
    border: solid 1px #d72828;
    background-color: #ffffff;
}

.alert-message img {
    margin-left: 15px;
}

.alert-bottom-area {
    width: 62vw;
    align-self: center;
}

.alert-personalization {
    width: 100%;
    margin: 0 35px;
}

.alert-question-message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 50px;
    border-radius: 18px;
    border: solid 1px #d72828;
    background-color: #ffffff;
}

.panel-offer {
    margin-bottom: 35px;
}

.bottom-area {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #727d71;
    border-radius: 18px;
    border: none;
    background-color: #ffffff;
    padding: 30px 25px;
}

.bottom-area p {
    margin-left: 60px;
}

.bottom-area img {
    width: 50px;
    height: 50px;
}

.proceed-btns-lp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px 35px 160px 35px;
}

.btns-group-ami {
    margin: 40px 15px 160px 15px;
    align-items: flex-end;
}

.container-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px 0;
}

.panel-title-img {
    margin: 35px 0;
}

.landlord {
    display: flex;
    justify-content: center;
    align-items: center;
}

.legal-protection-decor {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.list-group-lp {
    padding-bottom: 5px;
}

/* Legal protection step 4 */
.panel-box-item {
    padding: 0;
}

.panel-legal {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 15px 25px;
    text-align: left;
    vertical-align: middle;
    margin: 0 20px 35px 20px;
    min-height: 350px;
}

.panel-legal-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    color: var(--clr-primary-coal);
    margin: 10px 0;
}

.row-offer {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--clr-primary-coal);
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.label-offer {
    text-align: left;
    width: 50%;
    margin-right: 30px;
}

.label-full {
    width: 92%;
    padding: 0;
}

.user-data-sm {
    width: 8%;
}

.user-data-offer {
    text-align: left;
    width: 50%;
}

.title-offer {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    color: #727d71;
    margin: 0;
}

.row-btn-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn-accepted-lp {
    width: 100%;
    height: 41px;
    background-color: #f2f2f2;
    border-radius: 18px;
    font-weight: 600;
    color: #727d71;
    margin-top: 30px;
    cursor: initial;
}

.btn-default-lp {
    background-color: #0b92f8;
}

.btn-accept-lp {
    background-color: #0b92f8;
    text-align: center;
    padding: 8px 20px;
    width: 100%;
}

.btn-link-lp {
    background-color: #065d9f;
}

.btn-decline-lp {
    background-color: #d6221c;
}

.btn-link-lp,
.btn-decline-lp,
.btn-upload-lp {
    margin: 0 35px;
}

.btn-lp {
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 18px;
    color: #ffffff;
    padding: 8px 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a.btn-lp {
    color: #ffffff;
    text-decoration: none;
}

.panel-option {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    color: #727d71;
    margin-top: 40px;
}

.panel-option-label {
    width: 60%;
    margin-right: 25px;
}

.panel-option-accept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.panel-option-label,
.panel-option-accept {
    margin-bottom: 25px;
}

.package-legal {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.6;
}

.calc-premium-legal {
    margin-top: 30px;
}

.personal-lp {
    margin-left: 25px;
}

.enter-pin,
.enter-pin-error {
    min-height: 54px;
    border-radius: 18px;
    background-color: #ffffff;
    display: flex;
    align-self: center;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    margin: 0 20px 35px 20px;
}

.enter-pin-error {
    padding: 0;
}

/* complete payment pages styles */
.payment-message-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #6d6e70;
    margin-top: 50px;
}

.payment-message {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 15px;
}

.sw-sm-sn {
    display: none;
}

.sw-lg-sn {
    display: block;
}

#overlay {
    display: none;
}

.overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}

/* loader ellipsis */
.loader-ellps {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100px;
    height: 50px;
}

.loader-ellps div {
    position: absolute;
    top: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-ellps div:nth-child(1) {
    left: 10px;
    animation: loader-first-ellps 0.6s infinite;
}

.loader-ellps div:nth-child(2) {
    left: 10px;
    animation: loader-second-ellps 0.6s infinite;
}

.loader-ellps div:nth-child(3) {
    left: 35px;
    animation: loader-second-ellps 0.6s infinite;
}

.loader-ellps div:nth-child(4) {
    left: 70px;
    animation: loader-third-ellps 0.6s infinite;
}

.ui-menu {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 16px 32px #00000014;
    padding: 0 !important;
}

.ui-menu-item {
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 10px 10px 10px !important;
}

.ui-state-active {
    background-color: transparent !important;
    color: var(--clr-primary-btn) !important;
    font-weight: bold !important;
}

@keyframes loader-first-ellps {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}

@keyframes loader-second-ellps {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
}

@keyframes loader-third-ellps {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
}

@media screen and (max-width: 1600px) {

    nav.nav-b2c {
        font-size: 1.5rem;
        height: 125px;
    }

    li.nav-b2c-list-item {
        justify-content: center;
        align-items: center;
    }

    div.nav-b2c-list-item-img {
        margin-bottom: 3px;
    }

    div.nav-b2c-list-item-txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        min-width: 1320px;
    }    
}

@media screen and (max-width: 1400px) {
    img.col-personal-info-title-img {
        margin-right: 10px;
    }

    div.col-personal-info-lp,
    div.col-personal-info {
        width: 28%;
    }

    /* EVN detail page styles */
    .complete-process-recaptcha {
        margin: 30px 0;
    }
}

@media screen and (max-width: 1320px) {
    nav.nav-b2c {
        height: 160px;
    }

    div.nav-b2c-list-item-txt {
        height: 62px;
        justify-content: flex-start;
    }

    div.nav-b2c-list-item-img {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1364px) {
    div.complete-process,
    div.alert-bottom-area,
    div.panel-recaptcha,
    div.proceed-btn-start,
    div.questions,
    div.questions-txt-error,
    div.proceed-btns,
    div.premium-savings-column,
    div.total-discount {
        width: 75vw;
    }
}

@media screen and (max-width: 1200px) {
    h2 {
        font-size: 2rem !important;
    }

    li.nav-b2c-list-item {
        margin-left: 30px;
    }

    div.complete-process,
    div.alert-bottom-area,
    div.panel-recaptcha,
    div.proceed-btn-start,
    div.questions,
    div.questions-txt-error,
    div.proceed-btns,
    div.premium-savings-column,
    div.total-discount {
        width: 80vw;
    }

    div.coverage-options-column {
        width: 50%;
    }

    div.col-personal-info-lp,
    div.col-personal-info {
        width: 43%;
    }

    div.col-driver-info {
        min-height: 35rem;
        padding: 0 30px;
    }

    div.col-personal-info-title {
        margin-top: 25px;
    }

    img.col-personal-info-title-img,
    img.col-payment-title-img {
        margin-right: 20px;
    }

    .title-3 {
        font-size: 18px;
    }

    .col-add-options {
        min-height: 45rem;
    }

    .label-opt-cov-title {
        font-size: 20px;
    }

    .label-opt-cov-price {
        font-size: 18px;
    }

    div.col-payment-info-row-txt {
        width: 30%;
    }
    
    div.col-payment-info-row-btns,
    div.col-payment-info-row-select {
        display: flex;
        width: 70%;
    }
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 56.25% !important;
    }

    li.nav-b2c-list-item {
        margin-left: 25px;
    }

    span.num-list {
        padding-top: 4px;
    }

    /* section.progress-section {
        height: 850px;
    } */

    div.search-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        width: 100vw;
    }

    div.search-section-box {
        background-color: #ffffff;
        border-radius: 18px;
        width: 100%;
        align-items: center;
    }

    div.search-section-box:first-child {
        margin-right: 0;
    }
    
    div.search-section-box:last-child {
        /* height: 220px; */
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
    }

    div.select-vehicle-img {
        display: none;
    }

    div .select-vehicle-search {
        margin-left: 0;
    }

    div.search-box-title {
        width: 85%;
        margin: 25px 0;
    }

    div.title-sm {
        margin-bottom: 0;
    }

    div.search-box-input {
        width: 85%;
        margin-bottom: 25px;
    }

    .input-search-vehicle {
        margin-right: 0;
        width: 100%;
    }

    label.vehicle-selector-row-label {
        color: #ffffff;
        font-weight: bold;
    }

    input.input-car-number {
        border-radius: 24px;
        border: solid 1px #898989;
    }

    div.vehicle-selector {
        width: 100%;
        background-color: #bfbfbf;
        align-items: center;
    }

    div.vehicle-selector-row {
        width: 85%;
    }

    div.search-box-btn {
        width: 85%;
        display: block;
    }

    /* div.drag-drop-field {
        display: none;
    } */

    #select_vehicle .dropzone {
        padding: 0;
    }

    #choose_file {
        display: none;
    }

    #choose_file_sm {
        display: block;
    }

    .drop-file-here-par {
        display: none;
    }

    input.input-car-number,
    label.files-label {
        width: 100%;
    }

    div.drag-drop-container {
        width: 85%;
        /* height: 60px; */
    }

    div.filter-wrraper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 0;
        width: 50vw;
    }

    section.filter-section {
        height: 300px;
    }

    div.filter-section-wrraper {
        flex-direction: column;
        align-items: flex-start;
        width: 50vw;
    }

    span.filter-section-row {
        margin: 15px 0;
    }

    span.filter-section-row:last-child {
        margin-left: 0;
    }

    label.filter-section-row-label {
        text-align: left;
        width: 30%;
    }

    span.filter-section-row {
        width: 100%;
        justify-content: space-between;
    }

    input.power-input,
    input.price-input,
    select.select-engine {
        margin: 0;
    }

    button.apply-btn {
        width: 250px;
    }

    div.complete-process,
    div.alert-bottom-area,
    div.panel-recaptcha,
    div.proceed-btn-start,
    div.questions,
    div.questions-txt-error,
    div.proceed-btns,
    div.premium-savings-column,
    div.total-discount {
        width: 85vw;
    }

    div.coverage-options-column-3 {
        width: 50%;
    }

    div.col-personal-info:last-child {
        height: 100%;
    }

    div.col-personal-info:nth-child(1),
    div.col-contacts-info {
        min-height: 70rem;
    }
}

@media screen and (min-width: 992px) {
    .footer-b2c {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    header.header-b2c {
        align-items: center;
        margin: 25px;
    }

    img.header-logo-img {
        width: auto;
    }

    .header-link {
        display: none;
    }
    .nav-process {
        display: none;
    }

    .nav-process-client{
        display: inline;
    }

    .lang .lang-btn,
    .lang-btn:hover {
        padding: 4px 5px !important;
        width: 32px;
        height: 32px;

        color: var(--clr-primary-coal);
        margin-left: 16px;
        border-radius: 50%;
    }

    .caret {
        display: none;
    }

    div.search-section,
    div.filter-wrraper,
    div.filter-section-wrraper {
        width: 100vw;
    }

    div.complete-process,
    div.alert-bottom-area,
    div.panel-recaptcha,
    div.proceed-btn-start,
    div.questions,
    div.questions-txt-error,
    div.proceed-btns,
    div.premium-savings-column,
    div.total-discount {
        width: 90vw;
    }

    button.grey-btn,
    button.orange-btn {
        width: 180px;
    }

    div.additional-options {
        flex-direction: column;
        align-items: center;
    }

    div.additional-options-column {
        margin: 0;
    }

    div.content-area-hint {
        margin: 80px 0 0 0;
    }

    div.personal-questions {
        width: 100%;
    }

    div.per-proceed-btns {
        width: 100%;
    }

    div.col-personal-info-lp,
    div.col-personal-info,
    div.col-payment {
        width: 100%;
        margin: 20px;
    }

    div.col-personal-info:nth-child(1) {
        min-height: 76rem;
    }

    div.col-contacts-info {
        min-height: 50rem;
    }

    div.nationality-frequent-driver {
        margin-top: 25px;
    }


    .col-payment-info {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .col-payment-info-row:first-child {
        margin-bottom: 30px;
    }

    div.col-payment-info-left,
    div.col-payment-info-right {
        width: 100%;
    }

    hr.payment-hr {
        display: none;
    }

    /* Legal protection */
    .panel-legal {
        min-height: auto;
    }

    div.leasing-company {
        flex-direction: column;
        align-items: flex-start;
    }

    div.leasing-company-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .leasing-company-group-label,
    .leasing-company-group-input {
        width: 50%;
    }

    .leasing-company-label {
        margin-bottom: 20px;
    }

    .leasing-company-group-label {
        text-align: left;
        margin-bottom: 10px;
    }

    .sw-sm-sn {
        display: block;
    }

    .sw-lg-sn {
        display: none;
    }

    .col-accept-gc-lp {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 50% !important;
    }


    div.container {
        padding-right: 0;
        padding-left: 0;
    }

    .lang .lang-btn,
    .lang-btn:hover {
        padding: 5px 5px !important;
        width: 30px;
        height: 30px;
    }

    div.vehicle-selector-row {
        width: 90%;
    }

    label.vehicle-selector-row-label {
        width: 55%;
    }

    div.search-section,
    div.filter-wrraper,
    div.filter-section-wrraper {
        width:100vw;
    }

    button.filter-btn,
    button.apply-btn {
        width: 100%;
    }

    div .search-box {
        flex-direction: column;
        align-items: center;
    }

    .th-first-child,
    .td-first-child,
    .th-last-child,
    .td-last-child {
        width: 5%;
    }

    .table > tbody > tr > td {
        padding: 12px !important;
    }

    div.questions,
    div.enter-pin,
    div.enter-pin-error {
        flex-direction: column;
        background-color: transparent;
        height: auto;
        padding: 0;
        margin-top: 45px;
    }

    div.question-top {
        margin-top: 0;
    }

    div.question-label-wrapper {
        width: 90vw;
        min-height: 41px;
        background-color: #ffffff;
        border-radius: 18px;
        border: solid 1px #898989;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px 10px 20px;
    }

    #issue_ami_certificate_lp .question-label-wrapper,
    #issue_ami_certificate_lp .question-input-wrapper {
        width: 100%;
    }

    label.question-label {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    div.question-input-wrapper {
        width: 90vw;
        min-height: 41px;
        background-color: #ffffff;
        border-radius: 18px;
        margin-top: 30px;
    }

    div.select-wrraper,
    div.holder-btns-wrapper,
    div.question-btns-wrapper {
        width: 90vw;
        display: flex;
        margin-top: 30px;
    }

    div.holder-btns-wrapper > button,
    div.question-btns-wrapper > button {
        margin-right: 0;
    }

    div.holder-btns-wrapper button:first-child,
    div.question-btns-wrapper button:first-child {
        margin-right: 30px;
    }

    .gc-accept-wrapper {
        border: solid 1px#898989;
        padding: 10px 20px 10px 20px;
        justify-content: space-between;
    }

    .question-link {
        margin-left: 0;
    }

    button.grey-btn,
    button.orange-btn,
    button.no-btn,
    button.yes-btn {
        width: 100%;
        height: 41px;
        border: none;
        margin: 0;
    }

    input.extras-input {
        width: 100%;
        padding-left: 15px;
        height: 41px;
        border: none;
    }

    input.holder-inputs {
        width: 100%;
        border: none;
        margin-right: 0;
    }

    select.blue-select,
    select.addl-select {
        font-size: 1.8rem;
        width: 100%;
        margin-right: 0;
    }

    div.coverage-options-column,
    div.coverage-options-column-3 {
        width: 100%;
    }

    div.content-area-hint {
        margin: 15px 0 0 0;
        padding: 25px 35px;
    }

    div.col-proceed-btns,
    div.per-proceed-btns {
        width: 100%;
    }

    div.proceed-btn-start,
    div.col-proceed-btns,
    div.proceed-btns,
    div.per-proceed-btns {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    div.premium-savings-column {
        background-color: transparent;
        padding: 0;
    }

    div.premium-savings-column:nth-child(1) {
        margin-bottom: 30px;
    }

    hr.pr-sv-hr {
        background-color: transparent;
    }

    div.premium-savings-column-left,
    div.premium-savings-column-right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 18px;
        background-color: #ffffff;
        padding: 40px 35px;
    }

    div.total-discount {
        margin-top: 60px;
    }

    div.premium-savings-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .premium-savings-row-img,
    .premium-savings-row-txt {
        justify-content: center;
    }

    div.premium-savings-row-img {
        width: 25%;
    }

    div.premium-savings-row-img img {
        width: 100px;
    }
    
    div.premium-savings-row-txt {
        width: 50%;
        margin: 20px 0;
    }
    
    div.premium-savings-row-btn,
    div.btn-pick-small-screen {
        width: 50%;
    }
    
    div.btn-pick-small-screen {
        display: block;
        margin: 0 auto;
    }

    div.col-personal-info-lp,
    div.col-personal-info,
    div.col-payment,
    div.per-proceed-btns {
        margin-left: 0;
        margin-right: 0;
    }

    li.footer-b2c-nav-list-item {
        margin: 10px 25px;
    }

    div.leasing-company {
        margin-top: 30px;
    }

    label.leasing-company-group-label,
    input.leasing-company-group-input {
        width: 100%;
    }

    /* Legal protection styles */
    .date-of-birth-input {
        margin-bottom: 25px;
    }

    .btn-link-lp,
    .btn-decline-lp,
    .btn-upload-lp {
        width: 100%;
    }

    div.questions-txt-error {
        justify-content: center;
    }
    
    div.questions-txt-error label {
        margin-right: 0;
    }

    .panel-offer {
        padding: 20px;
    }

    .info-vag {
        padding: 5px 0;
    }
}

@media screen and (max-width: 576px) {
    section.progress-section {
        height: auto;
    }

    div.search-section,
    div.filter-wrraper,
    div.filter-section-wrraper {
        width: 100vw;
    }

    div.search-box-title-h2 {
        width: 100%;
    }

    input.power-input,
    input.price-input,
    select.select-engine {
        width: 110px;
    }

    div.questions-header > img {
        margin-left: 15px;
    }

    .th-first-child,
    .td-first-child,
    .th-last-child,
    .td-last-child {
        display: none;
    }

    div.proceed-btns-lp,
    div.proceed-btn-start,
    div.per-proceed-btns,
    div.col-proceed-btns,
    div.proceed-btns {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        margin-top: 41px;
        margin-bottom: 41px;
    }

    div.proceed-btns-lp {
        margin-left: 0;
        margin-right: 0;
    }

    button.back-btn, 
    button.next-btn {
        border-radius: 0;
        color: white;
        width: 100%;
        height: 41px;
    }

    button.back-btn {
        margin-top: 41px;
    }

    div.proceed-btns :nth-child(1) { order: 2; }
    div.proceed-btns :nth-child(2) { order: 1; }

    div.col-proceed-btns :nth-child(1) { order: 2; }
    div.col-proceed-btns :nth-child(2) { order: 1; }

    div.per-proceed-btns :nth-child(1) { order: 2; }
    div.per-proceed-btns :nth-child(2) { order: 1; }

    div.proceed-btns-lp :nth-child(1) { order: 2; }
    div.proceed-btns-lp :nth-child(2) { order: 1; }

    div.additional-options-row {
        flex-direction: column;
    }

    div.additional-options-row-amount {
        width: 100%;
        margin-bottom: 15px;
    }

    div.additional-options-row-btn {
        width: 100%;
        margin-bottom: 25px;
    }

    div.additional-options-row-chf {
        text-align: right;
    }

    div.premium-savings-column-left,
    div.premium-savings-column-right {
        padding: 25px 20px;
    }

    div.total-discount {
        margin-top: 40px;
    }

    div.premium-savings-row-img {
        width: 50%;
    }
    
    div.premium-savings-row-txt {
        width: 80%;
    }
    
    div.premium-savings-row-btn,
    div.btn-pick-small-screen {
        width: 80%;
    }

    div.col-personal-info-lp,
    div.col-personal-info,
    div.col-payment {
        margin: 20px 15px;
    }

    .col-payment-info-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.col-payment-info-row-txt {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    div.col-payment-info-row-btns,
    div.col-payment-info-row-select {
        width: 100%;
    }

    li.footer-b2c-nav-list-item {
        margin: 10px 20px;
    }

    .pdl-pdr-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-area {
        padding: 20px 15px;
    }

    .bottom-area p {
        margin-left: 40px;
    }

    div.panel-recaptcha,
    div.panel-recaptcha-lp {
        justify-content: center;
    }

    /* EVN detail page styles */
    .complete-process,
    .complete-process-lp {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .complete-process-par {
        margin-right: 0;
    }

    .complete-process-group-btns {
        margin-top: 30px;
        width: 100%;
    }

    .complete-process-group-btns .next-btn {
        width: 100%;
        border-radius: 18px;
    }

    #evn_details > .proceed-btns {
        margin-top: 0;
    }

    /* Legal protection styles */
    .landlord {
        flex-direction: column;
        align-items: flex-start;
    }

    .panel-option {
        flex-direction: column;
    }

    .panel-option-label,
    .panel-option-accept {
        width: 100%;
    }

    .btn-default-lp {
        width: 100%;
    }

    .alert-personalization {
        margin: 0 15px;
    }

    .panel-offer {
        padding: 10px;
    }

    .send-offer-btn {
        margin-top: 40px;
    }

    #issue_ami_certificate_lp .proceed-btns-lp {
        margin-top: 0;
    }
}

@media screen and (max-width: 478px) {
    html {
        font-size: 47.75% !important;
    }

    header.header-b2c {
        margin: 20px;
    }

    div.vehicle-selector-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .select-icon {
        bottom: 15px;
    }

    label.vehicle-selector-row-label {
        margin-left: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
    

    input.input-search-vehicle {
        width: 100%;
    }

    input.power-input,
    input.price-input,
    select.select-engine {
        width: 80px;
        margin: 0;
    }

    button.select-btn {
        font-size: 95%;
        padding: 0 5px;
    }

    .table > thead > tr > th,
    .table > tbody > tr > td {
        font-size: 85%;
        padding: 12px 6px !important;
    }

    div.additional-options-row {
        justify-content: space-between;
    }

    button.title-btn-width {
        width: 49%;
    }

    span.num-list {
        padding-top: 5px;
    }

    #selected_kanton_div,
    #select_vehicle_type {
        width: 100%;
    }
}

@media screen and (max-width: 432px) {
    .table > tbody > tr > td {
        padding: 12px 2px !important;
    }

    li.footer-b2c-nav-list-item {
        margin: 10px 10px;
    }

    span.num-list {
        margin-right: 5px;
    }

    .you-are-here {
        font-size: 90%;
    }
}

@media screen and (max-width: 359px) {
    header.header-b2c {
        margin: 15px;
    }

    img.header-logo-img {
        width: auto;
    }

    .you-are-here {
        display: none;
    }
}


