/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*New css*/

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');*/

/*font-family: 'PT Serif', serif;*/
/*font-family: 'Open Sans', sans-serif;*/
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Light.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Loader*/


div#current_price {
    border: solid 1px var(--e-global-color-primary);
    padding: 9px 12px;
    font-size: 14px;
}

span#extra_text {
    font-size: 13px;
}


div.current_border {
    border-radius: 7px;
    border: 2px solid red;
    height: 40.99px;
    padding: 2px;
}

#step-forms .custom-row .current_border {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.next-btn:active,
.next-btn:focus,
.next-btn:hover {
    transform: translateY(-8px);
}
/* .comparer-btn .next-btn:hover{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
} */

.next-btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* The Modal (background) */
.custom-modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);*/
    z-index: 99999;
    max-width: 500px;
    margin: 0 auto;
    right: 0;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px 20px;
    border: 1px solid #888;
    width: 90%;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 25px;
    border-radius: 12px;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -17px;
    right: -14px;
    background: #000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.custom-div-style {
    width: 100%;
}

.custom-loader {
    position: absolute;
    right: -40px;
    top: 4px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

span.pontentiel-font {
    font-size: 16px;
    font-weight: 700;
    font-family: "Albert Sans", Sans-serif !important;
}

.custom-fild.post-no select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) 93.7% 50% no-repeat !important;
    background-size: 10px !important;
}

.drop-arrow {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) 97% 50% no-repeat !important;
    -webkit-appearance: none;
    background-size: 10px !important;
}

/*New css 19 feb 2021*/
select {
    height: 40px;
}

input {
    padding-left: 7px !important;
}

::placeholder {
    color: black;
    opacity: 1;
    padding: 0px;
}

.custom-row {
    float: left;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.col-50 {
    float: left;
    width: 48%;
}

.custom-container {
    max-width: 1080px;
    margin: 0 auto;
    width: 80%;
}

.custom-post-incurance {
    border: solid 1px #ce0000;
    border-radius: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    padding: 30px 0px;
    font-family: "Albert Sans", Sans-serif;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}

.clr-both {
    clear: both;
}

.custom-post-incurance .title-text {
    font-size: 30px !important;
    font-weight: 400;
    text-align: center;
    color: #981E47 !important;
}

.custom-incurance-inner {
    padding: 0px;
    margin: 30px 0;
    float: left;
    width: 100%;
}

.custom-post-incurance .top-steps {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 15px;
    margin: 0px;
}

.custom-post-incurance .top-steps li {
    text-align: center;
    width: 33.33%;
    list-style: none;
}

.custom-post-incurance .top-steps li a span.form-number span {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #B80000;
    border: 3px solid #B80000;
    text-align: center;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    border-color: #B80000;
    font-family: 'Source Serif 4';
}

.custom-post-incurance .top-steps li {
    text-align: center;
    width: 33.33%;
    list-style: none;
}

.custom-post-incurance .top-steps li:last-child {
    border: none;
}

.custom-post-incurance ul.top-steps li a span.form-number span:hover {
    background-color: #ce0000;
    border-color: #ce0000;
    cursor: pointer;
}

.custom-post-incurance .active .form-number.one-step>span {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.custom-post-incurance .form-number {
    position: relative;
    z-index: 9;
}

.custom-post-incurance .form-number span:after,
.custom-post-incurance .form-number span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    bottom: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.custom-post-incurance .form-number span:before {
    left: -5px;
}

.custom-post-incurance .form-number span:after {
    right: -5px;
}

.custom-post-incurance .active .step-name {
    color: #1E1E1E;
}

.custom-post-incurance .step-name {
    font-size: 18px !important;
    text-align: center;
    color: rgba(117, 19, 30, 0.96);
    margin-bottom: 0;
    margin-top: 8px;
}

ul.top-steps a {
    text-decoration: none;
}

.custom-fild {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.incurance-form input,
.incurance-form select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 6px 12px !important;
    font-size: 13px;
    font-family: "Albert Sans", Sans-serif !important;
}

.incurance-form .custom-fild.dob {
    padding-right: 0px;
}

.incurance-form .custom-fild.post-no {
    padding-left: 0px;
}

.incurance-form label {
    color: #7f0000;
    font-weight: 500;
    margin-bottom: 5px;
}

.col-33 {
    float: left;
    width: 33.33%;
}

.incurance-form .custom-fild.franch {
    padding-right: 10px;
}

.incurance-form .custom-fild.accident-cover {
    padding-left: 10px;
}

.incurance-form .custom-fild.ins-model {
    padding: 0 5px;
}

.comparer-btn {
    width: 100%;
    margin: 30px auto 50px auto;
    text-align: center;
    float: right;
    text-transform: uppercase;
}

.custom-row.margin-bottom .text-rapide {
    /*font-size: 16px !important;*/
    font-family: "Albert Sans", Sans-serif !important;
    font-weight: 400;
    color: #353535;
}

/*input#post_code {
    font-size: 16px !important;
}  */
span.form-number.three-step .step-name {
    font-size: 16px;
}

.comparer-btn .btn {
    width: 100%;
    max-width: 150px;
    background-color: #ffffff;
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    color: #ce0000;
    line-height: 42px;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'Avenir Next LT Pro' !important;*/
    font-family: "Albert Sans", Sans-serif !important;
}

.margin-bottom {
    margin-bottom: 20px;
}

.list-section .bottom-list-style {
    padding-left: 100px;
}

.list-section .bottom-list-style li {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 600;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    line-height: 18px;
    color: #333;
}

.list-section .bottom-list-style {
    list-style: none;
}

.list-section .bottom-list-style li {
    position: relative;
}

.list-section .bottom-list-style li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: linear-gradient(to bottom, rgba(127, 0, 0, 0.8), #7f0000);
    border-radius: 100%;
    margin-right: 9px;
}

.list-section {
    width: 80%;
    margin: 0 auto;
}

/*New css*/
.custom-fild input,
.custom-fild select,
.custom-fild textarea {
    width: 100%;
    border: solid 1px #362e2e !important;
    border-radius: 0px;
    color: #151515 !important;
    border-radius: 5px;
    font-weight: 500 !important;
    font-size: 16px;
    font-family: "Albert Sans", Sans-serif !important;
    line-height: 30px !important;
    height: 42px;
    float: left;
}

.custom-fild label {
    color: #fff;
    font-family: "Albert Sans", Sans-serif !important;
}

ul.top-steps p.step-name {
    font-weight: 400;
    font-size: 18px;

    font-family: "Albert Sans", Sans-serif !important;
    color: #1E1E1E !important;

}

.custom-post-incurance .custom-incurance-inner h2 {
    color: var(--e-global-color-primary) !important;
    line-height: normal;
    font-family: 'Source Serif 4';
    font-size: 28px !important;
    font-weight: 600;
}

.comparer-btn .btn {
    border: solid 1px var(--e-global-color-primary);
    background-color: transparent;
    color: var(--e-global-color-primary);

}

div#vodonnes,
.incurance-form.form-filds {
    max-width: 100%;
}

div#vodonnes div#step-forms,
div#step-3-form {
    width: 100%;
    float: left;
}

.comparer-btn {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    /*margin: 0px !important;*/
}

.custom-row.margin-bottom {
    text-align: center;
    color: #353535;
}

ul.top-steps li.active p.step-name {
    font-weight: 700;
}

.custom-fild input.current_border {
    border: 1px solid #ff1010 !important;
}

.custom-row div {
    font-size: 14px;
}

.modal-content p {
    font-size: 20px;
}








/*  11-09-2023*/

.elementor-28873 .elementor-element.elementor-element-9fc70a9>.elementor-widget-container {
    background-color: transparent !important;
    border: solid 1px #ce0000;
    border-radius: 5px;
}

.custom-post-incurance {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    padding: 10px 0px 0px 0px;
    font-family: "Albert Sans", Sans-serif;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    border: none;
}

.elementor-28873 .elementor-element.elementor-element-d884f4e>.elementor-element-populated {
    padding: 20px 0px 20px 0px !important;

}


.custom-post-incurance {
    padding: 10px 0px 0px;
}

.custom-incurance-inner {
    margin-bottom: 0px !important;
}

.custom-post-incurance .top-steps {
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.custom-fild input,
.custom-fild select,
.custom-fild textarea {
    color: #362e2e !important
}

.custom-post-incurance {
    max-width: 100%;
}

.comparer-btn #submitBtn,
a#nxt3Btn,
#submitStep {
    background-color: white;
    color: rgb(206, 0, 0);
    border: none;
    padding: 4px 0px;
    font-size: 18px !important;
    font-family: "Albert Sans", Sans-serif !important;
    font-weight: 300 !important;
    border-radius: 5px !important;
    max-width: inherit !important;
    width: 37% !important;

}

/* #submitBtn:hover,
a#nxt3Btn:hover,
#submitStep:hover {
    transform: unset;
} */

.custom-row.margin-bottom {
    margin-bottom: 0px;
    height: 35px;
}

.custom-post-incurance .top-steps li {
    width: 100%;
}

.elementor-28873 .elementor-element.elementor-element-ee8704b {
    --content-width: 1600px !important;
}

.elementor-element-936530e .e-con-inner {
    margin: 0 0 0 auto !important;
}




/*New css 19 feb 2021*/


@media only screen and (max-width: 991px) {
    .list-section .bottom-list-style {
        padding-left: 30px;
    }

    .custom-incurance-inner {
        padding: 40px 0px;
    }

    .custom-container {
        width: 86%;
    }

    div#vodonnes,
    .incurance-form.form-filds {
        display: inline-block;
    }

    div#vodonnes div#step-forms,
    div#step-3-form {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    .list-section {
        width: 100%;
    }

    .incurance-form label {
        font-size: 14px;
    }

    .custom-post-incurance {
        background-size: cover;
        background-position: center center;
    }
}

@media only screen and (max-width: 600px) {
    .list-section .bottom-list-style {
        padding-left: 30px;
    }

    .incurance-form input,
    .incurance-form select {
        font-size: 13px;
    }

    span.pontentiel-font,
    .custom-row.margin-bottom .text-rapide {
        font-size: 14px;
        font-family: "Albert Sans", Sans-serif !important;
    }

    /*input#post_code {
    font-size: 14px !important;
}*/
    .margin-bottom {
        margin-bottom: 5px;
    }

    .custom-incurance-inner {
        padding: 30px;
    }

    .custom-post-incurance .title-text {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 767px) {
    .custom-incurance-inner {
        padding: 0px 0px;
    }

    span#extra_text {
        font-size: 13px;
        display: flex;
        justify-content: center;
    }

    div#current_price {
        border: solid 1px red;
        padding: 6px 12px;
        height: auto;
        text-align: center;
    }
}

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



    .custom-post-incurance .title-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .custom-post-incurance .step-name {
        font-size: 10px;
        color: #1E1E1E;
    }

    .incurance-form .custom-fild.dob {
        padding-right: 0;
    }

    .incurance-form .custom-fild.post-no {
        padding-left: 0;
    }

    .col-33 {
        width: 100%;
    }

    .incurance-form .custom-fild.franch {
        padding-right: 0;
    }

    .incurance-form .custom-fild.ins-model {
        padding: 0;
    }

    .incurance-form .custom-fild.accident-cover {
        padding-left: 0;
    }

    .comparer-btn {
        max-width: 100%;
        margin: 20px auto 30px auto;
    }

    .list-section .bottom-list-style {
        padding-left: 0;
    }

    .custom-fild {
        margin-bottom: 15px;
    }

    .incurance-form input,
    .incurance-form select {
        height: 37px;
    }

    .custom-incurance-inner {
        padding: 0px 0;
    }

    .custom-loader {
        right: 0px;
        left: 0;
    }

    .loader {
        margin: 0 auto;
    }
}


.custom-fild input,
.custom-fild select,
.custom-fild textarea {
    font-size: 14px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px;
    }
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}*/
a.not-allowed {
    pointer-events: none;
    cursor: not-allowed;
}


.comparer-btn #submitBtn,
a#nxt3Btn,
#submitStep {
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: 'Albert Sans' !important;
    letter-spacing: var(--e-global-typography-e79fd6c-letter-spacing)
}

div#current_price {
    font-weight: 700;
    border: solid 1px var(--e-global-color-primary);
    text-align: center;
}


@media(min-width:768px) {
    .elementor-28862 .elementor-element.elementor-element-5b2aa7a {
        --content-width: 1600px !important;
    }

    .elementor-28862 .elementor-element.elementor-element-29ab7c5 {
        --content-width: 100% !important;
    }


    .elementor-element-1b0a7ad {
        width: 550px !important;
        margin-left: auto !important;
    }

    .elementor-28862 .elementor-element.elementor-element-29ab7c5 {
        --content-width: 100% !important;
    }

}

@media(max-width:820px) {
    .custom-row.margin-bottom {
        height: 40px
    }
}

@media(max-width:768px) {
    .custom-row.margin-bottom {
        height: 40px
    }
}

.custom-div-style:focus-visible {
    outline: unset;
}

@media(max-width:600px) {
    .custom-post-incurance .step-name {
        font-size: 14px !important;
    }


    .custom-post-incurance {
        /*        margin: 20px;*/
    }

    .custom-row.margin-bottom {
        height: 72px;
    }

    .custom-post-incurance {
        padding: 0px;
    }

    .custom-post-incurance .top-steps {
        padding-top: 0px;
    }

    .comparer-btn #submitBtn,
    a#nxt3Btn,
    #submitStep {
        font-size: 10px !important;
        font-weight: 600 !important;
        color: A70000 !important;
    }

    .custom-post-incurance {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*  .comparer-btn{
        margin-bottom: 0px;
    }*/
    .comparer-btn {
        margin: 0px;

    }

    .comparer-btn #submitBtn,
    a#nxt3Btn,
    #submitStep {
        width: 50% !important;
    }

    .elementor-28873 .elementor-element.elementor-element-936530e {
        padding-top: 40px;
    }

    .custom-incurance-inner {
        padding: 0px 0px 20px 0px;
    }

    .elementor-28873 .elementor-element.elementor-element-ee8704b:not(.elementor-motion-effects-element-type-background) {
        background: unset !important;
    }

    .elementor-element-936530e .e-con-inner {
        padding-top: 0px !important;
    }

    .elementor-element-936530e {
        padding-top: 15px !important;
    }

    /*  .elementor-28873 .elementor-element.elementor-element-7f38163 > .elementor-widget-container{
    background-color: transparent !important;
  }*/
}

.incurance-form input,
.incurance-form select,
.custom-fild.post-no select {
    height: 52px;
    line-height: unset !important;
    background-color: #F2F2F2 !important;
    border: none !important;

    color: #020202 !important;
    font-weight: 400;
}









.custom-post-incurance .active .form-number.three-step>span,
.custom-post-incurance .active .form-number.two-step>span {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}

/*.custom-fild .input_error{
    border: 1px solid var(--e-global-color-primary ) !important;

}*/

.comparer-btn .btn {
    border: 1px solid var(--e-global-color-primary) !important;
}

.comparer-btn .btn:hover {
    border: 1px solid var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-primary);
    color: #fff ;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    
}


@media(max-width:600px) {

    .custom-row.nodatamesg {
        font-size: 14px;
    }

    .elementor-28862 .elementor-element.elementor-element-5b2aa7a:not(.elementor-motion-effects-element-type-background) {
        background-image: unset !important;
    }

    div#vodonnes,
    .incurance-form.form-filds {
        float: left;
    }

    div#current_price {
        border-radius: 5px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-row.margin-bottom {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .incurance-form input,
    .incurance-form select {
        padding: 6px 21px 6px 16px !important
    }

    .incurance-form input,
    .incurance-form select {
        /*font-size: 13px !important;*/
    }

    .custom-post-incurance .top-steps {
        gap: 35px;
    }

    div#current_price {
        border-radius: 5px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        white-space: normal;
        overflow: hidden;
        /* hyphens: auto; */
        /*    word-break: break-all;*/
        /*    white-space: nowrap;*/
        padding: 14.5px 16px;
        /*    text-overflow: ellipsis;*/
        max-width: -webkit-fill-available;
        font-size: 14px;
        background-color: #F2F2F2;
        display: block;
    }

    /* .comparer-btn #submitBtn, a#nxt3Btn, #submitStep{
    background-color: #fff !important;
} */
    .comparer-btn #submitBtn:hover,
    a#nxt3Btn:hover,
    #submitStep:hover {
        color: rgb(206, 0, 0) !important;
    }

}

/* .comparer-btn #submitBtn, a#nxt3Btn, #submitStep{
    background-color: #fff !important;
} */
/* .comparer-btn #submitBtn:hover,  a#nxt3Btn:hover, #submitStep:hover{
    color:rgb(206, 0, 0) !important;
} */

@media (min-width:768px) and (max-width:1190px) {
    .elementor-element-5f44ee3.e-child {
        display: none;
    }
}


@media (max-width:380px) {

    .incurance-form input,
    .incurance-form select {
        font-size: 13px !important;
    }
}

.custom-cal-column .e-con-inner {
    margin: 0 0 0 auto !important;
}


@media (max-width:414px) {
    .custom-post-incurance {
        min-height: 515px;
    }
}



@media (max-width:600px) {
    form#insurance-compForm ul.top-steps li a span.form-number span:hover {
        /*background-color: #ce0000 !important;
    border-color: #ce0000 !important;*/
        background-color: rgba(117, 19, 30, 0.96) !important;
        border-color: rgba(117, 19, 30, 0.96) !important;
    }

    .custom-incurance-inner form#insurance-compForm ul.top-steps li.active a span.form-number span {
        background-color: #990002 !important ;
        border-color: #990002 !important;
    }

    .custom-post-incurance .custom-incurance-inner h2 {
        font-weight: 500;
    }

    .custom-post-incurance .top-steps {
        margin-bottom: 22px;
    }

    .elementor-element-1b0a7ad .custom-fild {
        margin-bottom: 10px !important;
    }

    .incurance-form input,
    .custom-post-incurance .incurance-form select,
    .custom-fild.post-no select {
        border: none !important;
    }

    .custom-incurance-inner .custom-fild .input_error {
        border: none !important;
    }

    .custom-fild input,
    .custom-fild select,
    .custom-fild textarea {
        border: none !important;
    }

    #step-forms .custom-row .current_border {
        height: unset;
    }

    div#step-forms {
        height: 186px;
    }

    div#current_price {
        font-size: 14px;
    }
    .comparer-btn #submitBtn:hover, a#nxt3Btn:hover, #submitStep:hover{
        color:rgb(255 255 255) !important
    }
}

    /*div#vodonnes div#step-forms, div#step-3-form, #data-display-step-2, .incurance-form form-filds{
    padding:0px 35px;
    }
    .custom-post-incurance .top-steps{
        padding:30px 35px 15px;
    }
    .custom-row.margin-bottom{
        padding:0px 11px;
    }
    #data-display-step-3 .custom-row.margin-bottom{
        padding:0px 15px !important;
    }*/
        /*    .drop-arrow{
                background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) 94% 50% no-repeat !important;
                    background-size: 10px !important;

    }
    .custom-row .custom-fild.post-no select{
            background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) 87% 50% no-repeat !important;
        background-size: 10px !important;
            -webkit-appearance: none;
    }*/


form#insurance-compForm ul.top-steps li.active a span.form-number span {
    background-color: #990002 !important;
    border-color: #990002 !important;
}

form#insurance-compForm ul.top-steps li a span.form-number span:hover {
    background-color: rgba(117, 19, 30, 0.96) !important;
    border-color: rgba(117, 19, 30, 0.96) !important;
}


.custom-incurance-inner h2.title-text {
    color: #353535 !important;
}





.custom-fild .input_error {
    border: none !important;
}
  .comparer-btn #submitBtn:hover, a#nxt3Btn:hover, #submitStep:hover{
        color:#fff !important
    } 
.comparer-btn .btn{
    color:#a70000 !important;
}

@media(max-width:600px){
    #step-forms .custom-row .current_border {
    height: unset;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
}
}