h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight:normal;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}


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

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline:none
}

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: block;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:100%;
    height: 100%;
    margin: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #646E87;
    background-color: #ffffff;
}

body {
    overflow-x: hidden;
    text-size-adjust: none ;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
img {
    max-width: 100%;
    display: block;
}

section {
    position: relative;
}

strong, b {
    font-weight: 900;
    color: #0F1B3B;
}

select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus {
    outline: none;
}
body.body-lock {
    overflow: hidden;
}

h1, h2 {
    font-size: 44px;
    font-weight: 700;
    color: #0F1B3B;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0F1B3B;
}
h4 {
    font-size: 22px;
    color: #0F1B3B;
    font-weight: 600;
}
h5 {
    color: #0F1B3B;
    font-size: 18px;
    font-weight: 600;
}
h6 {
    color: #0F1B3B;
    font-size: 16px;
    font-weight: 600;
}

select {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    color: #474b4d;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 12px 50px 12px 20px;
    font-size: 14px;
    line-height: 20px;
    background-image: url(../images/dropdown-arrow.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}
select.selected {
    padding: 16px 50px 8px 20px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.main-title {
    line-height: 42px;
    margin-bottom: 20px;
}
.big-title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 20px;
}

a.text-gray:hover {
    color: #02a202;
}

.text-center {
    text-align: center;
}
.text-white {
    color: #ffffff;
}
.text-green {
    color: #12ce97;
}
.text-yellow {
    color: #FFC727;
}
.text-blue {
    color: #02a202;
}
.text-red {
    color: #ff8142;
}
.text-gray {
    color: #646E87;
}
.bg-white {
    background-color: #ffffff !important;
}
.line-block p a{
    color:#02a202 ;
}
.line-block p a:hover{
color: #0F1B3B;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.align-center {
    align-items: center;
    -webkit-align-items: center;
}
.flow-wrap {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}


.input-field {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border: none;
    color: #000000;
    padding: 15px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
    font-weight: 600;
}

.button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 16px 25px 13px 25px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
}
.button.default {
    background-color: #02a202;
    color: #fff;
    border: 1px solid #02a202;
    display: inline-block;
}
.button.default:hover {
    background-color: #ffffff;
    color: #000000;
}

.blue-line {
    display: block;
    width: 100px;
    height: 5px;
    background-color: #02a202;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dot-list li {
    font-size: 16px;
    line-height: 15px;
    padding-left: 25px;
    margin-bottom: 20px;
}
.dot-list li::before {
    content: "â€¢";
    color: #02a202;
    display: inline-block;
    width: 25px;
    margin-left: -25px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 0;
}
.dot-list li:last-child {
    margin-bottom: 0;
}

.simple-link {
    color: #02a202;
}
.simple-link:hover {
    text-decoration: underline;
}

/* Custom Select Start*/

.select-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper .select-lable {
    font-size: 12px;
    color: #73787a;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 4px;
    left: 20px;
    transition: 300ms ease all;
    margin-bottom: 0;
    z-index: 2;
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select select {
    display: none;
}
.select {
    position: relative;
}
.select-wrapper.error select, .select-wrapper.error .select-styled, .input-group.error .text-field {
    border-color: #f91515;
    border-width: 2px;
}
.select-wrapper.error .error-msg {
    text-align: right;
    margin-top: 5px;
}
.error-msg {
    display: block;
    color: #f91515;
    padding: 0 20px;
    font-size: 14px;
}
.input-group.error .text-field {
    padding-right: 60px;
}
.input-group.error::before {
    content: "";
    position: absolute;
    top: 16px;
    width: 20px;
    height: 20px;
    right: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/error-icon.svg);
    background-position: center;
    z-index: 5;
}
.error-msg img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: 0 10px;
}
.select .select-styled {
    width: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 52px;
    background-color: #ffffff;
    border: 1px solid #CDD2D6;
    color: #474b4d;
    padding: 12px 50px 12px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select .select-styled.selected {
    padding: 20px 50px 10px 20px;
}
.select .select-styled.active {
    border-color: #0800ff;
    color: #0800ff;
}
.select .select-styled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background-image: url(../images/dropdown-arrow.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.select .select-styled.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../images/dropdown-arrow-blue.svg);
}
.select .select-options, .input-option {
    max-height: 185px;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #0800ff;
    position: absolute;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}
.select .select-options li, .input-option li {
    padding: 15px 20px;
    color: #474b4d;
    border-bottom: 1px solid #CDD2D6;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    margin: 0 !important;
}
.select .select-options li:last-child, .input-option li:last-child {
    border-bottom: none;
}
.select .select-options li:hover, .input-option li:hover {
    background-color: #0800ff;
    color: #ffffff;
}
.select-options li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.select-options li .img {
    width: 40px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
    padding: 5px;
    background-color: #ffffff;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* Custom Select End*/

.wrapper {
    position: relative;
    height: 100%;
    text-align: center;
}

.container {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
/* .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #0F1B3B;
    top: 0;
    left: 0;
    z-index: 7;
} */
.inner-container {
    padding: 0 15px;
    max-width: 630px;
    margin: 0 auto;
}
.medium-container {
    padding: 0 30px;
    max-width: 1160px;
    margin: 0 auto;
}

.menu .menu-btn {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}

.menu-line {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-line,
.menu-line::before,
.menu-line::after {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    left:0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.menu .menu-line {
    left: 1px;
}
.menu-line::before, .menu-line::after {
    content: "";
    display: block;
}
.menu-line::before {
    top: -7px;
    transition: top 0.1s 0.34s ease-in,
    opacity 0.1s ease-in;
}
.menu-line::after {
    bottom: -7px;
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu.active .menu-line {
    -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu.active .menu-line::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu.active .menu-line::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.check-list li {
    padding-left: 60px;
    min-height: 45px;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    font-size: 19px;
    line-height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.check-list li:last-child {
    margin-bottom: 10px;
}
.check-list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.line-block {
    margin-bottom: 50px;
    color: #646E87;
}
.line-block:last-child {
    margin-bottom: 0;
}
.line-block h4 {
    margin-bottom: 10px;
}
.line-block p, .line-block h6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.line-block p:last-child, .line-block h6:last-child {
    margin-bottom: 0;
}

header {
    padding: 12px 20px;
    background-color: #1F3366;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
    position: relative;
    z-index: 10;
    max-width: 1130px;
    margin: 0 auto;
    width: calc(100% - 30px)
}
header .logo {
    max-width: 250px;
    margin: 0 20px;
}
header .car-img {
    max-width: 120px;
    margin-bottom:-25px;
}
header .call {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    background-size: 24px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
header .call:hover{
    background-color: #02a202;
}
header .call:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(117deg) brightness(102%) contrast(200%);
}

.header-menu-section {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    z-index: 5;
    background-color: #ffffff;
}
.header-menu-section nav {
    position: relative;
    background-color: #e6f4ff;
    padding: 110px 50px 50px 50px;
    width: 100%;
    height: 450px;
}
.header-menu-section nav .menu {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.header-menu-section nav .menu li {
    margin-bottom: 20px;
}
.header-menu-section nav .menu li a {
    display: block;
    position: relative;
}
.header-menu-section nav .menu li a:hover .menu-text {
    color: #646E87;
}
.header-menu-section nav .menu li a .menu-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #646E87;
}
.header-menu-section nav .menu li a .menu-text {
    display: block;
    font-size: 34px;
    line-height: 32px;
    color: #0F1B3B;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
    position: relative;
}
.header-menu-section nav .menu li a .menu-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 27px;
    width: 27px;
    background-image: url(../images/arrow-round.png);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.header-menu-section nav .menu li a:hover .menu-text::after {
    right: -10px;
}

.header-menu-section nav .header-car-red {
    position: absolute;
    bottom: -20px;
    left: 100px;
    width: 300px;
}

.red_btn {
    padding: 12px 80px 20px 20px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    background-image: url(../images/zip-tag.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-color: #FF4B45;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    display: block;
    margin: 0 auto;
    max-width: 390px;
    /*animation: animatedQuoteBtnBackground 1s linear infinite alternate;*/
}
.red_btn:hover, .quote-btn:hover {
    background-color: #1F3366;
    color: #ffffff;
}
header .yellow-btn {
    padding: 6px 80px 10px 40px;
    margin: 0;
    /*animation: animatedHeaderQuoteBtnBackground 1s linear infinite alternate;*/
}
@keyframes animatedQuoteBtnBackground {
    from {
        background-position: top 15px right 15px;
    }
    to {
        background-position: top 25px right 15px;
    }
}
@-webkit-keyframes animatedQuoteBtnBackground {
    from {
        background-position: top 15px right 15px;
    }
    to {
        background-position: top 25px right 15px;
    }
}
@keyframes animatedHeaderQuoteBtnBackground {
    from {
        background-position: top 8px right 15px;
    }
    to {
        background-position: top 18px right 15px;
    }
}
@-webkit-keyframes animatedHeaderQuoteBtnBackground {
    from {
        background-position: top 8px right 15px;
    }
    to {
        background-position: top 18px right 15px;
    }
}


.auto-inc-section {
    position: relative;
    padding-top: 20px;
}
.auto-inc-section::before, .auto-inc-section::after ,.faq-section::after,.faq-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/city.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 170px;
    width: 161px;
    /* bottom: 40px; */
}
.faq-section::after {
    top: 45px;
    z-index: 1;
    right: 0;
    transform: scaleX(-1);
}
.faq-section::before {
    top: 45px;
    left: 0;
    transform: scaleX(1);
    z-index: 1;
}
.auto-inc-section::before {
    left: 0px;
    transform: scaleX(1);
    bottom: 40px;
}
.auto-inc-section::after {
    right: 0px;
    bottom: 40px;
    transform: scaleX(-1);
}
.auto-inc {
    position: relative;
}
.auto-inc-sub-title {
    font-size: 20px;
    font-weight: 700;
}

.car-red {
    width: 250px;
    margin: 30px auto -20px auto;
}
.auto-inc .arrow-black {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 160px);
    top: 50%;
    transform: rotate(30deg);
    animation: 1s ease 2s normal forwards 1 fadein;
    -webkit-animation: 1s ease 2s normal forwards 1 fadein;
    opacity:0;
    transform: rotate(0deg);
}
.auto-inc .car-red {
    -webkit-animation: linear;
    -webkit-animation-name: yelloCar;
    -webkit-animation-duration: 2s;
    position: relative;
    z-index: 3;
    margin: 20px auto -15px 41%;
}

@keyframes fadein {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}

@-webkit-keyframes yelloCar {
    0% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes yelloCar {
    0% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}
.zip-code-section {
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}
.zip-code-section .inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    background-color: #1F3366;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}
.zip-code-section .zip-code-block {
    margin-bottom: 10px;
}
.zip-code-block {
    position: relative;
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    padding: 10px 250px 0 20px;
    z-index: 2;
}
.zip-code-block label {
    font-size: 12px;
    color: #7a8384;
    font-weight: 600;
}
.zip-code-block-msg {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}
.zip-code-block .input-field {
    padding: 5px 10px 10px 30px;
}
.compare-btn , .dark-blue-btn , .yellow-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    font-weight: 700;
    font-size: 22px;
    background-color: #02a202;
    border: none;
    box-shadow: none;
    padding: 20px;
    text-align: left;
    -webkit-border-top-right-radius: 24px;
    -moz-border-top-right-radius: 24px;
    border-top-right-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-size: 50px 30px;
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-image: url(../images/zip-tag.svg);
    cursor: pointer;
    color: white;
    transition: .2s all ease;
    /*animation: animatedBackground 1s linear infinite alternate;*/
}
.dark-blue-btn{
    background-color: #1F3366;
    color: white;
    transition: .2s all ease;
}

.yellow-btn{
    background-color: #FFC727;
    color: #0F1B3B;
    background-image: url(../images/zip-tag2.svg);
}
@keyframes animatedBackground {
    from {
        background-position: top 20px right 15px;
    }
    to {
        background-position: top 30px right 15px;
    }
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: top 20px right 15px;
    }
    to {
        background-position: top 30px right 15px;
    }
}
.zip-code-block .compare-btn:hover
, .dark-blue-btn:hover:hover {
    background-color: #FF4B45;
    color: #ffffff;
}
.yellow-btn:hover{
    background-color: #FF4B45;
    color: white;
    background-image: url(../images/zip-tag.svg);
}
.zip-code-block .input-group {
    position: relative;
    text-align: left;
}
.zip-code-block .input-group::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 24px;
    width: 24px;
    background-size: 16px 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/map-pin.svg);
    z-index: 2;
}

.company-logo-section {
    background-color: #F4F4F4;
}
.company-logo-section .medium-container {
    /*background-color: #ffffff;*/
    padding-top: 40px;
    padding-bottom: 25px;
}
.company-logo-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 20px;
    width: 135px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

.saving-quote {
    position: relative;
    padding: 100px 0 50px 0;
}
.saving-quote h2 {
    position: relative;
    color: #0F1B3B;
}
.saving-quote h2::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 20%;
    width: 73px;
    height: 40px;
    background-image: url(../images/label-red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.saving-quote h5 {
    margin: 10px 0 20px 0;
}
.saving-quote .saving-quote-arrow {
    margin: 0 auto;
}

.compare-auto-list {
    font-size: 0;
    margin: 0 -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.compare-auto-list li {
    margin: 130px 10px 0 10px;
    padding: 0 30px 30px 30px;
    width: calc(33.33% - 20px);
    text-align: center;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.compare-auto-list li .img-box {
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #EBF0FB;
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -100px;
}
.compare-auto-list li h3 {
    margin-bottom: 10px;
    line-height: 36px;
}
.compare-auto-list li p {
    font-size: 18px;
    color: #646E87;
    line-height: 24px;
}
.compare-auto-list li .img-box.side-by-side {
    background-color: #EFF0F3   ;
}
.compare-auto-list li .img-box.lock {
    background-color: #FFF6DE;
}

.insurance-could-section {
    position: relative;
}
.insurance-could-section::before {
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #F2F3F7;
    transform: translateY(-50%);
    z-index: -1;
}
.insurance-could-section .insurance-could-block {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-bottom: 30px;
    position: relative;
}
.insurance-could-section .insurance-could-block::before {
    content: "";
    width: 90%;
    height: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #053B9D;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.insurance-could-section .insurance-could-block .insurance-could-top {
    background-color: rgba(56, 101, 220, 0.08);
    background-image: url(../images/lines.svg);
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    margin-bottom: 70px;
}
.insurance-could-section .insurance-could-block .insurance-could-top h3 {
    line-height: normal;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    line-height: 34px;
}
.insurance-could-block .yellow-btn {
    padding: 12px 80px 20px 80px;
}

.could-calc-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    transform: translateY(30px);
}

.could-calc-block .could-car-green {
    display: inline-block;
    width: 125px;
    margin-right: -40px;
    z-index: 2;
}
.could-calc-block .could-car-red {
    display: inline-block;
    width: 120px;
    margin-left: -40px;
    z-index: 2;
}
.could-calc {
    width: 160px;
    height: 160px;
    background-color: #0800ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.could-calc img {
    width: 50%;
}

.personalized-section {
    padding-top: 100px;
    position: relative;
}
.blue-lable{
    position: relative;
}
.blue-lable::before{
    content: "";
    position: absolute;
    top: -65px;
    right: 46%;
    width: 73px;
    height: 40px;
    background-image: url(../images/lable-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.personalized-section::before {
    content: "";
    background-image: url(../images/city2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 1;
}
.start-online  {
    padding: 30px 0 50px 0;
    margin-top: 80px;
    background-color: #02a202;
    background-image: url(../images/line2.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    transform: scaleX(1);
}
.start-online::before {
    content: "";
    background-image: url(../images/tree.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 54px;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 100px);
}

.start-online::after {
    content: "";
    background-image: url(../images/city2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    height: 200px;
    position: absolute;
    bottom: 0px;
    right: 16px;
    transform: scaleX(-1);
}
.start-online .inner-container h5{
    color: white;
}
.start-online h5 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.bottom-zip-code-section {
    background-color: #f4f4f4;
    padding-bottom: 20px;
}
.bottom-zip-code-section .zip-code-block {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bottom-zip-code-section .zip-code-car-green, .bottom-zip-code-section .zip-code-msg {
    display: inline-block;
    vertical-align: middle;
}
.bottom-zip-code-section .zip-code-car-green {
    margin-bottom: -10px;
    opacity: 0;
}
.bottom-zip-code-section.visible .zip-code-car-green {
    -webkit-animation: linear;
    -webkit-animation-name: zipCodeGreenCar;
    -webkit-animation-duration: 2s;
    opacity: 1;
}
@-webkit-keyframes zipCodeGreenCar {
    0% {
        transform: translateX(-340%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes zipCodeGreenCar {
    0% {
        transform: translateX(-340%);
    }
    100% {
        transform: translateX(0);
    }
}
.bottom-zip-code-section .zip-code-msg {
    margin-left: 50px;
    color: #010101;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


.home-agent-block {
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/wave.svg);
    padding-bottom: 80px;
    position: relative;
}
.home-agent-block .or {
    position: relative;
    transform: translateY(-50%);
}
.home-agent-block .or span {
    height: 60px;
    width: 60px;
    background-color: #02a202;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}
.agent-detail {
    padding-top: 50px;
    margin-top: 15px;
}
.agent-detail img {
    margin: 0 auto 20px auto;
    width: 110px;
    height: 110px;
}
.agent-detail h6 {
    line-height: 24px;
    max-width: 350px;
    margin: 0 auto 30px auto;
}
.home-agent-block .button.default {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 320px;
    font-size: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto;
}
.home-agent-block .call-img {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.home-agent-block .call-img img {
    width: 19px;
}
.home-agent-block .call-text {
    height: 44px;
}

.find-us-section {
    background-color: #F2F3F7;
    padding-bottom: 30px;
}
.find-us-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.find-us-block .find-logo {
    width: 403px;
    margin-top: 20px;
}
.find-us-social {
    margin-top: 20px;
    text-transform: uppercase;
}
.find-us-social .find-us-title {
    letter-spacing: 2px;
    color: #0F1B3B;
}
.find-us-block .social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
}
.find-us-block .social-list li {
    margin-right: 10px;
}
.find-us-block .social-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #646E87;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    line-height: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.find-us-block .social-list li a:hover {
    color: #02a202;
    border-color: #02a202;
    background: #02a202;
}
.find-us-block .social-list li a:hover img {
    filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(117deg) brightness(102%) contrast(200%);
}

footer {
    text-align: center;
    font-size: 11px;
    padding: 60px 0 40px 0;
    background-color: #ffffff;
}
footer p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
footer p.copyright, footer p.footer-bottom {
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px;
}
footer a {
    display: inline-block;
    color: #02a202;
}
footer a:hover {
    text-decoration: underline;
}



.breadcrumb {
    position: relative;
    padding: 30px 0 20px 0;
    overflow: hidden;
}
.breadcrumb .page-title {
    font-size: 14px;
    color: #02a202;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb .page-title .line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 40px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-50%);
    background-color: #02a202;
    display: block;
}
.breadcrumb .page-title .line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 3000px;
    background-color: #02a202;
}

.about-banner-section {
    padding-bottom: 50px;
}
.about-banner {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/about-banner.jpg);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}
.about-banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 113px;
    height: 127px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/red-bulb.svg);
}
.about-banner::after {
    content: "";
    width: 18px;
    height: 46px;
    position: absolute;
    left: 56%;
    bottom: -60px;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow-down-right.svg);
}
.about-banner .about-banner-roo {
    margin-right: -120px;
}
.about-banner .car-img {
    width: 120px;
    z-index: 2;
    margin-bottom: -20px;
    margin-right: -60px;
    opacity: 0;
}
.about-banner.visible .car-img {
    webkit-animation: linear;
    -webkit-animation-name: yelloCar;
    -webkit-animation-duration: 2s;
    opacity: 1;
}
.about-mission {
    padding: 250px 0 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/about-mission.jpg);
    color: #ffffff;
    position: relative;
}
.about-mission::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 24px;
    width: 73px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/label-red.svg);

}
.about-mission .mission-roo {
    width: 96px;
    margin: 0 auto;
}
.diff-insuraroo-img {
    margin: -60px auto 60px auto;
}
.join-insuraroo {
    padding: 100px 0;
}
.join-insuraroo .join-insuraroo-img {
    margin: 30px auto 0 auto;
}
.about-personalized-section {
    color: #ffffff;
    padding: 30px 0 60px 0;
    background-color: #02a202;
    margin-top: 50px;
}
.about-personalized-section h2{
    color: white;
}
.about-personalized-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-color: #1F3366;
}

.about-personalized-section .inner-container {
    z-index: 2;
    position: relative;
    max-width: 500px;
}
.about-personalized-section .inner-container h2 {
    line-height: 44px;
}
.about-personalized-car {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.about-mission .inner-container h2,.about-mission .inner-container h5{
    color: white;
}
.about-personalized-car::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 99px;
    height: 97px;
    background-image: url(../images/coins.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-personalized-car .car-green-fire {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 44%;
    margin-top: -50px;
    width: 191px;
}
.about-personalized-car.visible .car-green-fire {
    webkit-animation: linear;
    -webkit-animation-name: yelloCar;
    -webkit-animation-duration: 2s;
    opacity: 1;
}
.about-personalized-car::after {
    content: "";
    position: absolute;
    top: 71%;
    right: 0;
    width: 125px;
    height: 200px;
    background-image: url(../images/city2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    transform: scaleX(-1);
    
}
.about-personalized-section h2 {
    position: relative;
}

.about-page .bottom-zip-code-section {
    background-color: rgba(56, 101, 220, 0.08);
    margin-bottom: 50px;
}
.about-page .bottom-zip-code-section .zip-code-block, .terms-page .bottom-zip-code-section .zip-code-block {
    padding: 10px 320px 0 20px;
}


.calculator-title-section {
    padding: 30px 0 20px 0;
    position: relative;
}
.calculator-title-section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 93px;
    height: 90px;
    background-image: url(../images/leaves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.calculator-title-section .inner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.calculator-title-section .calculator-title-img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    background-color: #0800ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 20px;
}
.calculator-title-section .calculator-title-img img {
    width: 50%;
}
.calculator-title-section .calculator-title {
    margin-top: -10px;
}
.calculator-title-section .calculator-title h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -2px;
}
.insurance-cost-section, .auto-year-section {
    color: #ffffff;
    background-color: #0600ff;
}
.insurance-cost-section::before, .auto-year-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-color: #06026a;
}
.insurance-cost-section .inner-container {
    z-index: 2;
    position: relative;
    padding: 30px 30px 40px 100px;
    position: relative;
    letter-spacing: -1px;
}
.insurance-cost-section .inner-container::before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    font-size: 250px;
    font-weight: 700;
    line-height: 100px;
    overflow: hidden;
}
.insurance-cost-section .inner-container .insurance-step-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.insurance-cost-section .insurance-cost-info {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}
.insurance-cost-section .insurance-cost-info::before {
    content: "";
    width: 35px;
    height: 110px;
    position: absolute;
    left: 70px;
    bottom: -60px;
    transform: rotate(-60deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow-yellow-right.png);
}
.insurance-cost-section .insurance-cost-info img {
    width: 20px;
}
.insurance-cost-list-section {
    padding: 30px;
    background-color: #c6eca1;
    position: relative;
}

.insurance-cost-list {
    position: relative;
    z-index: 2;
}
.insurance-cost-list li {
    padding: 15px 25px;
    border: 1px solid #a1a1a1;
    background-color: #ffffff;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    color: #73787a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}
.insurance-cost-list li.checked {
    background-color: #ffeac6;
}
.insurance-cost-list li .list-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    cursor: pointer;
}
.insurance-cost-list li .img-block {
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.insurance-cost-list li .img-block img {
    max-width: 60px;
}
.insurance-cost-list li .detail {
    width: calc(100% - 140px);
}
.insurance-cost-list li .list-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
}
.insurance-cost-list li .list-checkmark {
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #a1a1a1;
    margin-left: 20px;
    position: relative;
}
.insurance-cost-list li.checked .list-checkmark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 13px;
    background-image: url(../images/right.svg);
    background-repeat: no-repeat;
}
.auto-year-section .select-lable {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.auto-year-section .inner-container {
    z-index: 2;
    position: relative;
    padding: 30px 30px 40px 150px;
    position: relative;
}
.auto-year-section .inner-container::before {
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    font-size: 210px;
    font-weight: 700;
    line-height: 100px;
    overflow: hidden;
}
.auto-year-section .auto-title {
    max-width: 180px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.auto-year-section .select-wrapper {
    width: calc(100% - 210px);
    display: inline-block;
    vertical-align: middle;
}
.calculator-page .bottom-zip-code-section {
    padding: 30px 0;
    background-color: #0800ff;
    margin-bottom: 50px;
    color: #ffffff;
    background-image: url(../images/start-online-bg.png);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
}
.calculator-page  .bottom-zip-code-section .zip-code-block, .fair-quote.bottom-zip-code-section .zip-code-block, .terms-page .bottom-zip-code-section .zip-code-block {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    margin-bottom: 10px;
}

.contact-car-red {
    width: 78px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.contact-banner {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/contact-banner.jpg);
    position: relative;
    margin-bottom: 60px;
}
.contact-banner .medium-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
}
.contact-banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 129px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/label-red.svg);
}
.contact-banner h6 {
    letter-spacing: 2px;
    font-weight: 900;
    color: white;
}
.contact-banner h6 span {
    position: relative;
}
.contact-banner h6 span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 23px;
    height: 53px;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow-down-right.svg);
    transform: rotate(30deg);
}
/* .contact-fec .faq-title::before ,.contact-fec .faq-title::after{
    content: "";
    position: absolute;
    background-image: url(../images/city2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 121px;
    top: 50px;
} */
.contact-fec::before{
    margin-left: 16px;
}
.contact-fec::after{
    margin-right: 16px;
}
.here-to-help-section {
    padding-bottom: 80px;
}

.here-to-help-section .contact-list {
    font-size: 0;
}
.here-to-help-section .contact-list li {
    margin-top: 60px;
    display: inline-block;
    width: 50%;
    font-size: 18px;
    vertical-align: top;
}
.here-to-help-section .contact-list li:first-child {
    width: 100%;
}
.here-to-help-section .contact-list li h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.faq-section {
    padding-bottom: 50px;
}
.faq-section .faq-title {
    padding: 25px 0 100px 0;
    background-color: #F2F3F7;
    position: relative;
    margin-bottom: 100px;
}
.contact-fec .faq-title{
    background: F2F3F7;
    position: relative;
    border-bottom: 50px solid #02a202;
    background-color: #F2F3F7;
    padding: 25px 0 100px 0;
}
.contact-fec .faq-title::before ,.contact-fec .faq-title::after {
    content: "";
    position: absolute;
    background-image: url(../images/city2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 121px;
    bottom: 0px;
}
.contact-fec .faq-title::before{
    left: 16px;
    transform: scaleX(1);
}
.contact-fec .faq-title::after{
    right: 16px;
    transform: scaleX(-1);
}
.faq-section .faq-title .faq-img {
    margin: 30px auto -115px auto;
    position: relative;
    z-index: 2;
    max-width: 300px;
}
.contact-fec .faq-title .faq-img{
    margin: 30px auto -130px auto;
    position: relative;
    z-index: 2;
    width: 311px;
    height: 119px;
    bottom: -60px;
}
.contact-fec .faq-title h2, .contact-fec .faq-title h6 {
    position: relative;
    z-index: 2;
}
.contact-fec , .fec_sec{
    margin-bottom: 50px;
}
.contact-fec .faq-list{
    margin-top: 50px;
}
.faq-list > li {
    margin-bottom: 20px;
}

.faq-list > li .title {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 60px 20px 30px;
    background-color: #F4F4F4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    display: block;
    color: #0F1B3B;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-list > li .faq_ttl{
    font-size: 3rem;
    line-height: 1.25;
    text-align: center;
}
.faq-list > li .title.active {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.faq-list > li .title::after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #02a202;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.faq-list > li .title.active::after {
    content: "\f068";
}
.faq-list > li .faq-content {
    padding: 0 30px 30px 30px;
    background-color: #F4F4F4;
    display: none;
    font-size: 16px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.faq-list-new li .title {
    pointer-events: none;
}
.faq-list-new li .title.active::after {
    content: none;
}
.contact-page .fair-quote.bottom-zip-code-section {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.fair-quote.bottom-zip-code-section {
    padding: 30px 0;
    background-color: #02a202;
    color: #ffffff;
    position: relative;
}
.fair-quote.bottom-zip-code-section h6{
    color: white;
}
.fair-quote.bottom-zip-code-section .inner-container {
    position: relative;
    z-index: 2;
}
.fair-quote.bottom-zip-code-section .car-green-fire {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    margin-top: -50px;
}
.fair-quote.bottom-zip-code-section.visible .car-green-fire {
    webkit-animation: linear;
    -webkit-animation-name: yelloCar;
    -webkit-animation-duration: 2s;
    opacity: 1;
}
.fair-quote h4 {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: white;
}
.fair-quote h4::before {
    content: "";
    width: 18px;
    height: 46px;
    position: absolute;
    right: 0px;
    bottom: -20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow-yellow-right.png);
    transform: rotate(-50deg);
}

.retargeting-page .container::before {
    display: none;
}
.retargeting-page header {
    background-color: #f5f4f7;
}
.retargeting-page header .call {
    background-color: #ffb941;
}
.retargeting-quote {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #0800ff;
    position: relative;
    color: #ffffff;
}
.retargeting-quote .medium-container {
    position: relative;
    z-index: 2;
}
.retargeting-quote::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #06026a;
}

.retargeting-quote .retargeting-title h2 {
    max-width: 350px;
}
.retargeting-quote .retargeting-title h5 {
    max-width: 200px;
    position: relative;
}
.retargeting-quote .retargeting-title h5::before {
    content: "";
    width: 18px;
    height: 46px;
    position: absolute;
    right: -30px;
    bottom: -20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/arrow-yellow-right.png);
}
.retargeting-btn-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.retargeting-btn-block {
    position: relative;
    max-width: 540px;
    margin-bottom: 20px;
}

.retargeting-btn-block .quote-btn {
    margin: 20px 0 0 0;
    z-index: 2;
    position: relative;
    width: 280px;
    padding: 15px 40px 15px 40px;
    font-size: 20px;
}
.retargeting-btn-block h6 {
    max-width: 150px;
    margin-top: 20px;
    display: inline-block;
    line-height: 20px;
    margin-left: 20px;
}
.retargeting-car-green, .retargeting-car-red {
    display: inline-block;
}
.retargeting-car-green {
    width: 210px;
    margin-bottom: -40px;
}
.retargeting-car-red {
    width: 120px;
    margin-bottom: -10px;
    margin-left: 15%;
}
.retargeting-company-logo-section {
    padding: 50px 0 50px 0;
}
.terms-personalized-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/line2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* opacity: .2; */
  }

.terms-breadcrumb-img {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    margin-left: 20px;
}
.terms-personalized-section {
    color: #ffffff;
    padding: 60px 0 0px 0;
    background-color: #02a202;
    margin-top: 100px;
    position: relative;
}
.terms-personalized-section::before {
    content: "";
    background-image: url(../images/city2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 1;
}
.fec_sec .faq-title::before, .fec_sec .faq-title::after { 
    background-image: url(../images/city.svg);
    width: 161px;
    height: 170px;
}
.fec_sec .faq-title::before{
left: 0;
} 
.fec_sec .faq-title::after{
    right: 0;
}
.fec_sec .faq-title{
    border-bottom: 50px solid #F4F4F4;
    background: inherit;
}
.fec_sec .faq-title h6 strong{
    color:#02a202 ;
}

.terms-personalized-section .terms-car {
    position: absolute;
    top: -40px;
    left: calc(50% - 50px);
    width: 100px;
    opacity: 0;
}
.terms-personalized-section.visible .terms-car {
    webkit-animation: linear;
    -webkit-animation-name: yelloCar;
    -webkit-animation-duration: 2s;
    opacity: 1;
}
.terms-personalized-section h2 {
    font-size: 48px;
    line-height: 50px;
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    color: white;
    z-index: 2;
}
.terms-personalized-section h2::before {
    content: "";
    background-image: url(../images/arrow-black-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 48px;
    position: absolute;
    bottom: -55px;
    left: -30px;
    transform: rotate(0deg);
    z-index: 2;
}
.terms-page .bottom-zip-code-section {
    padding: 30px 0;
    background-color: #F2F3F7;
    position: relative;
}
.terms-zip-title {
    max-width: 390px;
    margin: 0 auto 20px auto;
    font-weight: bold;
    color: #646E87;
}
.terms-saving {
    background-color: #FF4B45;
}
.terms-saving h5{
    color: white;
}
.terms-saving .inner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.terms-saving .terms-saving-car {
    margin: -5px 20px -5px 0;
    width: 180px;
    z-index: 2;
    position: relative;
    opacity: 0;
}
.terms-saving.visible .terms-saving-car {
    webkit-animation: linear;
    -webkit-animation-name: yelloCar;
    -webkit-animation-duration: 2s;
    opacity: 1;
}
.terms-company-logo-section {
    padding: 20px 0 50px 0;
    background-color: #ffffff;
}

.read-more {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #0800ff;
    padding-left: 65px;
    line-height: 16px;
    display: block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    text-transform: uppercase;
}
.read-more::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0800ff;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.read-more:hover {
    padding-left: 75px;
}
.read-more:hover::before {
    width: 60px;
}
.blog-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog-title-section {
    padding-bottom: 25px;
}
.blog-page .blog-title {
    max-width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -2px;
}
.blog-title-section .blog-title-img {
    vertical-align: middle;
    display: inline-block;
}
.main-blog-section {
    position: relative;
    padding-bottom: 50px;
}
.main-blog-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dee0e5;
    height: 80%;
}
.main-blog-section .main-block {
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/blog1.jpg);
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.main-blog-section .main-block h2 {
    font-size: 48px;
    line-height: 54px;
}
.main-blog-section .main-block .read-more {
    color: #ffffff;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.main-blog-section .main-block .read-more::before {
    background-color: #ffffff;
}
.main-blog-section .main-block:hover .read-more {
    color: #0800ff;
}
.main-blog-section .main-block:hover .read-more::before {
    background-color: #0800ff;
    width: 50px;
}
.all-blog-section {
    padding: 40px 0;
}
.all-blog-section .blog-list {
    font-size: 0;
    margin: 30px -20px 0 -20px;
}
.all-blog-section .blog-list li {
    display: inline-block;
    margin: 0 20px 40px 20px;
    width: calc(25% - 40px);
    vertical-align: top;
}
.all-blog-section .blog-list li .blog-list-img {
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.all-blog-section .blog-list li .blog-list-img img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.all-blog-section .blog-list li .blog-list-title {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}
.all-blog-section .blog-list li .blog-list-title:hover {
    color: #0800ff;
}
.blog-page .fair-quote.bottom-zip-code-section {
    margin-top: 50px;
    z-index: 2;
}
.blog-company-logo-section .medium-container {
    padding: 40px 20px 10px 20px;
    margin-top: -25px;
    margin-bottom: 50px;
}

.blog-detail-section {
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .blog-detail-section {
        padding-bottom: 40px;
    }
}
.blog-detail-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-detail-title .blog-detail-title-logo {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0800ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 20px;
}
.blog-detail-title .blog-detail-title-logo img {
    max-width: 50px;
}
.blog-detail-img {
    display: block;
    margin-bottom: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
}
.infrastructure-city {
    padding: 32px 30px 32px 0;
    color: #ffffff;
    position: relative;
    background: rgb(6,2,106);
    background: linear-gradient(180deg, rgba(6,2,106,1) 0%, rgba(6,2,106,1) 50%, rgba(8,0,255,1) 50%, rgba(8,0,255,1) 100%);
    -webkit-border-top-right-radius: 200px;
    -moz-border-top-right-radius: 200px;
    border-top-right-radius: 200px;
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-bottom-right-radius: 200px;
    border-bottom-right-radius: 200px;
    margin-bottom: 40px;
}
.infrastructure-city::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 5000px;
    height: 100%;
    background: rgb(6,2,106);
    background: linear-gradient(180deg, rgba(6,2,106,1) 0%, rgba(6,2,106,1) 50%, rgba(8,0,255,1) 50%, rgba(8,0,255,1) 100%);
}

.infrastructure-city h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
}
.micromobility-types-title {
    position: relative;
    padding: 10px 0 20px 0;
    background-color: #ffe4b9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 2;
}
.micromobility-types-title .micromobility-types-line {
    margin-right: 20px;
    width: 50px;
    min-width: 50px;
    height: 30px;
    background-color: #0800ff;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 10px;
    position: relative;
}
.micromobility-types-title .micromobility-types-line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 5000px;
    height: 100%;
    background-color: #0800ff;
}
.micromobility-types-title h3 {
    letter-spacing: -2px;
    line-height: 36px;
}
.micromobility-types-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 5000px;
    height: 100%;
    background-color: #ffe4b9;
}
.micromobility-types-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 5000px;
    height: 100%;
    background-color: #ffe4b9;
}
.micromobility-btn {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 30px 15px 30px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0800ff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #0800ff;
    margin: 0 auto;
    display: block;
    max-width: 220px;
    text-align: center;
}
.micromobility-btn:hover {
    background-color: #ffffff;
    color: #0800ff;
}
.micromobility-list {
    font-size: 0;
    margin: 50px auto;
    max-width: 550px;
    position: relative;
}
.micromobility-list li {
    width: 50%;
    display: inline-block;
    padding: 30px;
    position: relative;
}
.micromobility-list::before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #97a8b7;
    opacity: .2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.micromobility-list::after {
    content: "";
    position: absolute;
    width: 5px;
    height: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #97a8b7;
    opacity: .2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.micromobility-list li img {
    margin: 0 auto;
    max-width: 160px;
}
.carbon-footprint {
    margin: 0 auto 80px auto;
    max-width: 500px;
    position: relative;
    padding-right: 100px;
    background-color: #f8fff1;
    border: 1px solid #9bcd6a;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.carbon-footprint h5 {
    width: calc(100% - 120px);
    color: #434e37;
    margin-top: -5px;
    line-height: 20px;
}
.carbon-footprint .carbon-img {
    width: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #dafbc9;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-right: 20px;
    min-height: 70px;
    height: 100%;
}
.carbon-footprint .carbon-img img {
    width: 45px;
}

@media screen and (max-width: 1023px) {
    .compare-auto-list li, .testimonial-list li {
        width: calc(50% - 20px);
    }
    .testimonial-list::before {
        left: 20%;
    }
    .auto-inc .arrow-blue {
        left: 25%;
    }
    @-webkit-keyframes yelloCar {
        0% {
            transform: translateX(-250%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes yelloCar {
        0% {
            transform: translateX(-250%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes zipCodeGreenCar {
        0% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes zipCodeGreenCar {
        0% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .about-banner {
        height: 300px;
    }
    .all-blog-section .blog-list li {
        width: calc(33.33% - 40px);
    }
    .header-menu-section nav .header-car-red{
        width: 200px;
        bottom: -50px;
    }
    .faq-section .faq-title{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 900px) {
    .auto-inc .arrow-black {
        top: 60%;
        left: 30%;
  }
}
@media screen and (max-width: 767px) {
    .compare-auto-list {
        margin: 0;
    }
    .compare-auto-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .company-logo-list li {
        height: 60px;
    }
    .auto-inc .arrow-blue {
        left: 20%;
    }
    .medium-container, .company-logo-section {
        padding: 0 60px;
    }
    .medium-container .inner-container {
        padding-left: 0;
        padding-right: 0;
    }
    .zip-code-section .inner-container {
        padding: 20px 15px 20px 15px;
    }
    .zip-code-block {
        padding-top: 5px;
    }
    .bottom-zip-code-section .zip-code-block {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .company-logo-section .medium-container {
        padding-left: 0;
        padding-right: 0;
        background-color: #ffffff;
    }
    .company-logo-list li {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    @-webkit-keyframes yelloCar {
        0% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes yelloCar {
        0% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes zipCodeGreenCar {
        0% {
            transform: translateX(-150%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes zipCodeGreenCar {
        0% {
            transform: translateX(-150%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .about-banner {
        height: 200px;
    }
    .about-personalized-section .inner-container {
        max-width: 460px;
    }
    .about-page .bottom-zip-code-section .zip-code-block, .terms-page .bottom-zip-code-section .zip-code-block {
        padding: 10px 280px 0 20px;
    }
    .about-page .zip-code-block .compare-btn, .terms-page .zip-code-block .compare-btn {
        width: 280px;
    }
    .about-page .bottom-zip-code-section .zip-code-block, .terms-page .bottom-zip-code-section .zip-code-block {
        max-width: 100%;
        z-index: 2;
        max-width: 500px;
    }
    .about-personalized-car::after {
        width: 70px;
        height: 150px;
    }
    .about-page .bottom-zip-code-section {
        margin-bottom: 30px;
    }
    footer {
        padding: 30px 0;
    }
    .here-to-help-section .contact-list li {
        width: 100%;
    }
    .fair-quote.bottom-zip-code-section {
        width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 20px;
    }
    .fair-quote h4::before {
        transform: rotate(-40deg);
    }
    .contact-banner {
        height: 200px;
    }
    
    .insurance-cost-list-section::after {
        left: unset;
        right: 0;
    }
    .all-blog-section .blog-list li {
        width: calc(50% - 40px);
    }
    .blog-page .blog-title {
        max-width: calc(100% - 110px);
    }
    .blog-title-section .blog-title-img {
        width: 100px;
    }
    .main-blog-section .main-block h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .blog-page .fair-quote.bottom-zip-code-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 100%;
        height: 80%;
        width: 5000px;
        background-color: #daf2fa;
    }
    .blog-page .fair-quote.bottom-zip-code-section::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 100%;
        height: 80%;
        width: 5000px;
        background-color: #daf2fa;
    }
    .blog-company-logo-section {
        background-color: #daf2fa;
    }
    .blog-company-logo-section .medium-container {
        width: calc(100% - 100px);
        background-color: #ffffff;
    }
    .micromobility-list li {
        padding: 20px;
    }
    .header-menu-section nav .header-car-red{
        left: 30px;
    }
    .terms-saving .terms-saving-car{
        width: 120px;
    }
    .find-us-block .find-logo{
        width: 300px;
    }
    .faq-section .faq-title .faq-img{
        width: 250px;
    }
    .faq-section .faq-title::before {
        bottom: -20px;
    }
    .about-banner::before{
        width: 80px;
        height: 90px;
        bottom: -40px;
    }
    .contact-banner::before{
        width: 75px;
        height: 40px;
        bottom: -20px;
    }
    .contact-fec .faq-title .faq-img{
        width: 200px;
        height: 119px;
    }
    .contact-fec .faq-title::before, .contact-fec .faq-title::after {
        height: 180px;
        width: 101px;
    }
    .fec_sec .faq-title::before, .fec_sec .faq-title::after { 
        width: 141px;
        height: 150px;
    }
    .contact-fec .faq-list{
        margin-top: 30px;
    }
}
@media screen and (max-width: 640px) {
    h1, h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .faq-list > li .faq_ttl{
        font-size: 35px;
    }

    .auto-inc .arrow-blue {
        width: 35px;
        height: 85px;
    }
    .auto-inc .main-title {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .car-red {
        width: 220px;
    }
    .compare-auto-list li .img-box.side-by-side img, .compare-auto-list li .img-box.lock img {
        width: 100px;
    }
    .about-personalized-section .inner-container {
        max-width: 420px;
    }
    .find-us-block .find-logo{
        width: 200px;
    }
    .faq-section .faq-title::before {
        bottom: -42px;
      }
      .about-mission::before {
        display: none;
      }
}
@media screen and (max-width: 575px) {
    h1, h2 {
        font-size: 36px;
    }
    .big-title {
        font-size: 48px;
        line-height: 50px;
    }
    header {
        padding: 10px 15px;
        width: calc(100% - 30px);
    }
    header .logo {
        max-width: 180px;
        margin: 0 15px;
    }
    header .car-img {
        max-width: 80px;
    }
    header .call {
        width: 35px;
        height: 35px;
        background-size: 15px;
    }
    header .call img{
        height: 20px;
        width: 15px;
    }
    .main-title {
        line-height: 36px;
    }
    .container {
        padding-top: 15px;
    }
    .container::before {
        height: 40px;
    }
    .header-menu-section nav .menu li a .menu-text {
        font-size: 30px;
        line-height: 30px;
    }
    .px-40 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .auto-inc .car-red {
        width: 110px;
        margin: 20px auto -15px auto;
    }
    .zip-code-block {
        padding: 5px 200px 0 20px;
        border-radius: 15px;
    }
    .zip-code-block .compare-btn {
        width: 200px;
    }
    .auto-inc .arrow-black {
        width: 34px;
        height: 63px;
        top: 60%;
        left: 30%;
    }
    .compare-auto-list li .img-box {
        width: 200px;
        height: 200px;
    }
    .start-online h5::before {
        left: 10%;
    }
    .bottom-zip-code-section .zip-code-car-green {
        width: 150px;
    }
    .bottom-zip-code-section .zip-code-msg {
        margin-left: 20px;
    }
    @-webkit-keyframes yelloCar {
        0% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes yelloCar {
        0% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes zipCodeGreenCar {
        0% {
            transform: translateX(-150%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes zipCodeGreenCar {
        0% {
            transform: translateX(-150%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .insurance-cost-section .inner-container, .auto-year-section .inner-container {
        padding: 30px;
    }
    .insurance-cost-list-section {
        padding: 30px 10px;
    }
    .terms-personalized-section h2 {
        font-size: 40px;
        line-height: 44px;
        padding-left: 30px;
    }
    .terms-personalized-section h2::before {
        left: -5px;
    }
    .terms-zip-title {
        padding-left: 30px;
    }
    .infrastructure-city h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .terms-personalized-section::before {
        width: 70px;
        height: 136px;
    }
}


@media screen and (max-width: 540px) {
    .medium-container, .company-logo-section {
        padding: 0 20px;
    }
    .fair-quote.bottom-zip-code-section, .blog-company-logo-section .medium-container {
        width: calc(100% - 40px);
    }
    .contact-page .fair-quote.bottom-zip-code-section::before {
        bottom: -20px;
        left: -20px;
        height: 70px;
        width: 80px;
    }
    .contact-car-red {
        margin-left: 20px;
    }
    .contact-banner {
        margin-bottom: 50px;
    }
    .here-to-help-section {
        padding-bottom: 50px;
    }
    /* .contact-banner::before {
        width: 100px;
        height: 135px;
    } */
}
@media screen and (max-width: 480px) {
    h4 {
        font-size: 18px;
    }
    .big-title {
        font-size: 35px;
        line-height: 44px;
    }
    header .yellow-btn {
        padding: 6px 60px 10px 20px;
        font-size: 16px;
        margin-right: -10px;
    }
    .input-group.error::before {
        top: 14px;
    }
    .check-list li {
        padding-left: 50px;
        margin-bottom: 30px;
    }
    .check-list li::before {
        width: 30px;
        height: 30px;
    }
    .header-menu-section nav {
        padding: 80px 20px 20px 20px;
        height: 400px;
    }
    .quote-btn, .yellow-btn, .insurance-could-block .red_btn ,.red_btn  {
        padding: 10px 50px 15px 20px;
        font-size: 20px;
        max-width: 300px;
    }
    .zip-code-block, .about-page .bottom-zip-code-section .zip-code-block, .terms-page .bottom-zip-code-section .zip-code-block {
        padding: 20px;
    }
    .zip-code-block .compare-btn, .about-page .zip-code-block .compare-btn, .terms-page .zip-code-block .compare-btn , .dark-blue-btn , .yellow-btn {
        position: relative;
        width: 100%;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        margin-top: 10px;
    }
    .bottom-zip-code-section {
        padding-top: 20px;
    }
    .bottom-zip-code-section .zip-code-block {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .bottom-zip-code-section .zip-code-block-detail {
        margin-top: 20px;
    }
    .auto-inc .arrow-blue {
        left: 10%;
    }
    .select .select-styled {
        padding: 12px 40px 12px 20px;
        font-size: 12px;
        height: 43px;
    }
    .select .select-styled::before {
        width: 40px;
        background-size: 12px 12px;
    }
    .select .select-options li, .input-option li {
        font-size: 14px;
        padding: 10px 15px;
    }
    .select .select-options, .input-option {
        top: 42px;
    }
    .find-us-block, .find-us-block .social-list {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .find-us-social {
        width: 100%;
        text-align: center;
    }
    .compare-auto-list li {
        margin-top: 100px;
    }
    .compare-auto-list li .img-box {
        width: 160px;
        height: 160px;
        margin-top: -80px;
    }
    .compare-auto-list li .img-box.side-by-side img, .compare-auto-list li .img-box.lock img {
        width: 80px;
    }
    .compare-auto-list li {
        padding: 0 20px 20px 20px;
    }
    .insurance-could-section .insurance-could-block .insurance-could-top {
        padding: 20px 20px 0 20px;
    }
    .insurance-could-block .red_btn {
        width: 90%;
    }
    .personalized-section {
        padding-top: 50px;
    }
    .personalized-section::before {
        display: none;
    }
    .start-online {
        margin-top: 50px;
        padding: 20px 0;
    }
    .start-online::before {
        left: 10%;
    }
    .start-online h5::before {
        left: 0;
        width: 40px;
        height: 75px;
        top: -65px;
    }
    .start-online::after {
        width: 48px;
        height: 78px;
        right: 5px;
    }
    .home-page .bottom-zip-code-section {
        padding-bottom: 50px;
    }
    .home-agent-block .button.default {
        padding: 10px 20px;
        font-size: 20px;
        max-width: 250px;
        width: 100%;
    }
    .home-agent-block .call-img {
        margin-right: 20px;
    }
    .home-agent-block .call-text {
        height: 34px;
    }
    .join-insuraroo {
        padding: 50px 0;
    }
    .about-banner::before {
        display: none;
    }
    .about-banner .about-banner-roo {
        margin-right: 0;
    }
    .about-personalized-section {
        padding: 20px 0;
    }
    .about-personalized-car .car-green-fire {
        left: 30%;
        width: 156px;
    }
    .about-personalized-car::after {
        display: none;
    }
    .about-personalized-section .inner-container h2 {
        margin-bottom: 0 !important;
    }
    .retargeting-quote::after {
        width: 95%;
    }
    .retargeting-car-green {
        width: 150px;
        margin-bottom: -20px;
    }
    .retargeting-car-red {
        width: 90px;
        margin-bottom: -10px;
        margin-left: 10%;
    }
    .retargeting-company-logo-section {
        padding: 20px 0 50px 0;
    }
    .calculator-title-section .inner-container {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .calculator-title-section::after {
        display: none;
    }
    .calculator-title-section .calculator-title {
        margin-top: 10px;
    }
    .insurance-cost-section .inner-container, .auto-year-section .inner-container {
        padding: 20px 30px;
    }
    .auto-year-section .auto-title {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
        display: block;
        margin-right: 0;
    }
    .insurance-cost-section .insurance-cost-info::before {
        width: 30px;
        height: 80px;
        bottom: -40px;
    }
    .auto-year-section .select-wrapper {
        width: 100%;
    }
    .insurance-cost-list li .detail {
        width: 100%;
        order: 3;
        margin-top: 20px;
    }
    .terms-breadcrumb-img {
        display: none;
    }
    .terms-personalized-section::before {
        display: none;
    }
    .terms-personalized-section {
        padding: 40px 0 0 0;
    }
    .blog-title {
        font-size: 32px;
        line-height: 36px;
    }
    .blog-page .blog-title {
        max-width: 100%;
    }
    .blog-title-section .blog-title-img {
        display: none;
    }
    .main-blog-section .main-block {
        height: 250px;
    }
    .main-blog-section .main-block h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .all-blog-section .blog-list {
        margin: 20px 0 0 0;
    }
    .all-blog-section .blog-list li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .micromobility-list::before,.micromobility-list::after {
        display: none;
    }
    .micromobility-list li {
        width: 100%;
        position: relative;
    }
    .micromobility-list li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 2px;
        left: 0;
        background-color: #97a8b7;
        opacity: .2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .micromobility-list li:last-child::after {
        display: none;
    }
    .carbon-footprint .carbon-img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .carbon-footprint {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 20px 20px 60px 20px;
        text-align: center;
    }
    .carbon-footprint h5 {
        width: 100%;
        margin-top: 20px;
    }
    .infrastructure-city {
        padding: 20px 20px 20px 0;
    }
    .faq-section .faq-title .faq-img{
        width: 200px;
    }
    .faq-section .faq-title::before {
        bottom: -25px;
    }
    .faq-list > li .faq-content{
        padding: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .faq-list > li .title{
        border-radius: 20px;
    }
    .faq-list{
        padding: 0;
        margin-top: 55px;
    }
    .about-personalized-car::before {
        width: 80px;
        top: -60px;
    }
    .contact-fec{
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 412px) {
    header {
        width: calc(100% - 20px);
    }
    header .logo {
        max-width: 150px;
        margin: 0 10px;
    }
    header .car-img {
        max-width: 60px;
        margin-bottom: -20px;
    }
    header .call {
        width: 25px;
        height: 25px;
        background-size: 12px;
    }
    h1, h2, .faq-list > li .faq_ttl {
        font-size: 30px;
    }
    .faq-list > li .faq_ttl{
        line-height: 1;
    }
    h3 {
        font-size: 28px;
    }
    .main-title {
        line-height: 32px;
    }
    .compare-auto-list li h3, .insurance-could-section .insurance-could-block .insurance-could-top h3 {
        line-height: 30px;
    }
    .px-40 {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-container {
        padding: 0 15px;
    }
    .header-menu-section nav .menu li a .menu-text {
        font-size: 26px;
        line-height: 26px;
    }
    .header-menu-section nav .menu li a .menu-text::after {
        height: 22px;
        width: 22px;
        background-size: 22px;
    }
    .compare-auto-list li .img-box {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }
    .compare-auto-list li .img-box.side-by-side img, .compare-auto-list li .img-box.lock img {
        width: 80px;
    }
    .terms-personalized-section h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .terms-saving .terms-saving-car {
        width: 100px;
    }
    .auto-inc .arrow-black {
    width: 30px;
    height: 59px;
    top: 66%;
    left: 10%;
}
.faq-section .faq-title .faq-img{
    top: 20px;
    width: 150px;
}
/* .contact-fec::before , .contact-fec::after{
    top: 40px;
    height: 170px;
    width: 91px;
} */
/* .contact-fec::before, .contact-fec::after {
    top: 13px;
} */
}

.list-sections ul {
    padding-left: 25px !important;
    box-sizing: border-box;
}

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

a {
  word-break: break-all;
}

ul, ol {
padding: 16px;
}

.title-no-btn {
	padding: 30px 40px !important;
	box-sizing: border-box;
}

.title-no-btn:after {
	content: none !important;
}

.inner-max-width-container {
	width: 1200px !important;
	max-width: 100% !important;
}

.title-no-btn h1 {
	display: block;
	line-height: 44px;
}

.list-style-set {
	list-style-position:outside;
	list-style-type: square !important;
}

.list-style-set li {
	display:list-item;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	overflow-wrap: break-word;
	margin-bottom: 10px;
	line-height: 30px;
}

.list-style-set li:before {
	content: '';
	width: 5px;
	height: 5px;
	left: 0;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 15px;

}

@media screen and (max-width: 767px) {
	.list-style-set li {
		font-size: 15px;
	}
	.title-no-btn {
		padding: 20px 30px !important;
	}
}




