@import "font-awesome.min.css";

@font-face {
    font-family: 'Poppins';  font-style: normal;  font-weight: 300;  src: local('Poppins Light'), local('Poppins-Light'),  url(../../fonts/Poppins-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';  font-style: normal;  font-weight: 400;  src: local('Poppins Regular'), local('Poppins-Regular'),  url(../../fonts/Poppins-Regular.ttf) format('truetype');
}


@font-face {
    font-family: 'Poppins';  font-style: normal;  font-weight: 500;  src: local('Poppins Medium'), local('Poppins-Medium'),  url(../../fonts/Poppins-Medium.ttf) format('truetype');
}


@font-face {
    font-family: 'Poppins';  font-style: normal;  font-weight: 600;  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),  url(../../fonts/Poppins-SemiBold.ttf) format('truetype');
}


@font-face {
    font-family: 'Poppins';  font-style: normal;  font-weight: 700;  src: local('Poppins Bold'), local('Poppins-Bold'),  url(../../fonts/Poppins-Bold.ttf) format('truetype');
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
 -webkit-text-fill-color: #88898a !important;
 transition: background-color 5000s ease-in-out 0s;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

html, body {
    height: 100%;
}

.clear {
    clear: left
}

.clearboth {
    clear: both
}

.fleft {
    float: left
}

.fright {
    float: right
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left !important
}

.align-right {
    text-align: right
}

.hidden {
    display: none !important
}

.bold {
    font-weight: 700
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 120%
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none !important
}

b {
    font-weight: bold;
}

.hasCustomSelect{
    height: 48px!important;
}
.customSelect{
    background-size: auto 100% !important;
    cursor: pointer;
    width: 100%;
    outline: none;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    height: 48px;
}
.customSelectInner {
    width: 100% !important;
    padding: 17px 50px 10px 10px;
    font-size: 16px;
    height: 48px;
    color: #7a7a7a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    background:url("../imgs/ico-dropdown.png") no-repeat 100% 100%;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

#root {
    width: 100%;
    height: 100%
}

body {
    font-family: "Poppins" !important;
    font-size: 14px;
    line-height: 120%;
    color: #595959;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    height: 100%
}

label {
    cursor: pointer
}
.container {
    width: 1150px;
    margin: 0 auto
}

.row {
    clear: both;
    position: relative;
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

:first-child + html .clearfix {
    zoom: 1
}

.lead-icon-set {
    background: url(../imgs/lead-icon-set.png) no-repeat center;
    height: 42px;
    display: inline-block;

}

.lead-icon-set._1 {
    background-position: center 0;
}

.lead-icon-set._2 {
    background-position: center -48px;
}

.lead-icon-set._3 {
    background-position: center -102px;
}

.lead-icon-set._4 {
    background-position: center -150px;
}

.lead-icon-set._5 {
    background-position: center -200px;
}

.car-icon3:before, .car-icon1:before, .car-icon4:before, .car-icon2:before, .car-icon5:before {
    display: inline-block;
    background: url(../imgs/car-icon-set.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    left: 0;
    content: ""
}

.car-icon3:before {
    background-position: -1px -0;
    width: 81px;
    height: 38px
}

.car-icon1:before {
    background-position: -1px -39px;
    width: 55px;
    height: 34px
}

.car-icon4:before {
    background-position: -1px -74px;
    width: 55px;
    height: 25px
}

.car-icon2:before {
    background-position: -1px -100px;
    width: 41px;
    height: 33px
}

.car-icon5:before {
    background-position: -43px -100px;
    width: 32px;
    height: 41px
}

.owl-theme .owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #e72b37;
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #e72b37
}

.hero-content {
    width: 100%;
    height: 880px;
    background: url(../imgs/header-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 75px;
    border-bottom: 6px solid #e72b37
}

.hero-content .logo {
    background: url(../imgs/axa-logo.png) no-repeat;
    width: 220px;
    height: 85px
}

.hero-content #head-number {
    position: absolute;
    text-align: right;
    top: 16px;
    right: 0;
    font-size: 24px;
    color: #0a2948;
}

.hero-content #head-number p {
    font-size: 24px;
}

.hero-spot {
    width: 520px;
    margin-top: 280px;
    float: left
}

.hero-spot .header-big-msg {
    color: #014a93;
    font-size: 30px;
    font-weight: 600;
    line-height: 150%
}

/*.hero-form .iselect{

    background: url("../imgs/ico-dropdown.png") no-repeat right !important;
    background-size: auto 100% !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 50px 10px 10px;
    width: 100%;
    outline: none;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #7a7a7a;
    margin-top: 10px;

}*/

.blue-separator {
    width: 24px;
    height: 4px;
    display: block;
    margin: 45px 0;
    background-color: #014a93
}

h5.blue {
    color: #3876b2;
    font-size: 20px;
    margin: 24px 0;
}

.hero-spot .header-little-icon {
    display: block;
    background: url(../imgs/header-little-icon.png) no-repeat;
    width: 22px;
    height: 42px
}

.hero-form {
    margin-top: 50px;
    width: 440px;
    float: right
}

.hero-form .box-insurance-buy {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin-bottom: 15px
}

.hero-form .box-insurance-buy .buy-little-icon {
    float: left;
    margin-right: 15px
}

.hero-form .box-insurance-buy .buy-header {
    color: #014a93;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

.hero-form .box-insurance-buy .blue-separator {
    margin: 20px 0 0
}

.hero-form .box-insurance-buy .check-robot .check-robot-text, .hero-form .box-insurance-buy .check-robot .check-robot-input, .hero-form .box-insurance-buy .check-robot .listen-text, .hero-form .box-insurance-buy .check-robot .new-text {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    height: 100%
}

.hero-form .box-insurance-buy input {
    color: #88898a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    padding: 18px 0;
    outline: none
}

.hero-form .box-insurance-buy .form-group{
    margin-bottom: 5px;
}

.hero-form .box-insurance-buy .car-plate {
    position: relative
}

.hero-form .box-insurance-buy .car-plate .plate-toggle {
    position: absolute;
    right: 0;
    top: 17px
}

.hero-form .box-insurance-buy .car-plate .plate-toggle input[type=checkbox] {
    position: relative;
    z-index: 9999;
    visibility: hidden;
    width: auto;
    margin-right: 10px
}

.hero-form .box-insurance-buy .car-plate .plate-toggle label {
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.hero-form .box-insurance-buy .car-plate .plate-toggle label::before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    position: absolute;
    left: -35px;
    top: -3px
}

.hero-form .box-insurance-buy .car-plate .plate-toggle label::after {
    content: " ";
    visibility: hidden;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -31px;
    top: 1px;
    border-radius: 4px;
    background-color: #e72b37
}

.hero-form .box-insurance-buy .check-robot {
    height: 45px;
    margin-top: 15px
}

.hero-form .box-insurance-buy .check-robot .check-robot-text {
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-form .box-insurance-buy .check-robot .check-robot-input {
    margin-left: 5px;
    width: 200px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #afafaf
}

.hero-form .box-insurance-buy .check-robot .listen-text, .hero-form .box-insurance-buy .check-robot .new-text {
    margin-left: 5px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-form .box-insurance-buy .terms-info-msgs {
    padding-left: 0;
    padding-top: 15px;
    clear: both
}

.hero-form .box-insurance-buy .terms-info-msgs li input[type=checkbox] {
    float: left;
    width: 10%;
    height: 40px;
    opacity: 0;
    position: relative;
    z-index: 9999;
    margin: 4px 0 0;
    cursor: pointer
}

.hero-form .box-insurance-buy .terms-info-msgs li label, .hero-form .box-insurance-buy .terms-info-msgs li label a {
    font-size: 11px;
    color: #7d7b7b;
    font-weight: 500;
    width: 90%;
    float: left;
    position: relative
}

.hero-form .box-insurance-buy .terms-info-msgs li label a {
    text-decoration: underline;
    float: none;
    color: #013d79
}

.hero-form .box-insurance-buy .terms-info-msgs li label::before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    position: absolute;
    left: -38px;
    top: 4px
}

.hero-form .box-insurance-buy .terms-info-msgs li label::after {
    content: " ";
    visibility: hidden;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -34px;
    top: 8px;
    border-radius: 4px;
    background-color: #e72b37
}

.hero-form .box-insurance-buy .terms-info-msgs li input[type="checkbox"]:checked + label::after {
    visibility: visible
}

.hero-form .box-insurance-buy .car-plate .plate-toggle input[type="checkbox"]:checked + label::after {
    visibility: visible
}
.hero-form .form-group {  position: relative;  }
.hero-form .form-group .icon-info{  position: absolute; top:0;bottom:0; right: 0 ; margin: auto;}
.icon-info{border:solid 2px #cb2d36;border-radius:50%;text-align:center;padding-top:3px;font-style:normal;width:24px;height:24px;display:inline-block;font-weight:700;color:#cb2d36}
.form-group.error input {border-color: #f00;}

.price-finder {
    width: 100%;
    background-color: #e72b37;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin: 10px 0
}

.price-finder i {
    height: 100%;
    border-left: 1px solid #ea414c;
    display: flex;
    width: 75px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px
}

::-webkit-input-placeholder {
    padding-top: 0;
    color: #595959
}

::-moz-placeholder {
    padding-top: 0;
    color: #595959
}

:-ms-input-placeholder {
    padding-top: 0;
    color: #595959
}

input:-moz-placeholder {
    padding-top: 0;
    color: #595959
}

.top-five-articles {
    font-size: 14px;
    margin-bottom: 0;
    height: 150px;
    /*border-bottom: 1px solid #ebebeb;*/
    width: 100%;
    line-height: 140%;
    font-weight: 500
}

.top-five-articles li {
    color: #595959;
    border-left: 1px solid #ebebeb;
    border-bottom: 2px solid transparent;
    float: left;
    width: 20%;
    cursor: pointer;
    height: 150px;
    text-align: center;
    position: relative;
    padding-top: 70px
}

.top-five-articles li i {
    margin-bottom: 17px;
    position: absolute;
    width: 100%;
    top: 16px;
    left: 0;
}

.top-five-articles li i:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.top-five-articles li .text {
    display: block
}

.top-five-articles li span {
    opacity: .5
}

.top-five-articles li:first-child {
    border-left: none;
    padding-left: 0
}

.top-five-articles li:last-child {
    padding-right: 0
}

.top-five-articles li:hover {
    opacity: 1;
    color: #292929;
    border-bottom-color: #e72b37
}

.main-content {
    margin: 100px auto;
    min-height: 570px;
    position: relative
}

.with-graphic {
    position: relative
}

.with-graphic:before {
    content: " ";
    position: absolute;
    right: 0;
    top: -20px;
    display: block;
    width: 503px;
    height: 478px;
    background: url(../imgs/home-graphic.png) no-repeat;
    background-size: 100% 100%
}

.main-content .section-content {
    width: 570px
}

.main-content .main-headers {
    font-size: 24px;
    color: #454545;
    font-weight: 500;
    line-height: 150%
}

.main-content .red-separator {
    background-color: #e72b37;
    width: 24px;
    height: 4px;
    display: block;
    margin: 45px 0
}

.main-content .for-mobile span {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    line-height: 170%
}

.main-buttons {
    max-width: 210px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    background-color: #e72b37;
    color: #fff;
    border: 1px solid transparent;
    padding: 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    display: inline-block
}

.faq-area {
    background-color: #f5f8fa;
    padding-top: 100px;
    padding-bottom: 100px
}



.faq-area .faq-head .section-headers, .products .section-headers, .section-slider .section-headers {
    float: left;
    margin-top: 3px;
    font-size: 24px;
    color: #454545;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 15px;

}

.faq-area .faq-area .faq-head .faq-opener {
    float: right;
    font-size: 30px
}

.faq-area .faq-head .faq-opener {
    float: right;
    font-size: 30px
}

.faq-area .faq-head .faq-opener a:first-child {
    color: #1d1d1b
}

.faq-area .faq-head .faq-opener a {
    color: #e72b37
}

.faq-area .faq-head .clear {
    clear: both
}

.faq-area .faqs {
    padding-left: 0
}

.faq-area .faqs li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px
}

.faq-area .faqs li .answer-toggle {
    float: right;
    font-size: 16px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.faq-area .faqs li .faqs-icons {
    font-style: normal;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e72b37;
    color: #e72b37;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0
}

.faq-area .faqs li .faqs-icons-a {
    font-style: normal;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #014a93;
    color: #014a93;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 20px
}

.faq-area .faqs li .question {
    cursor: pointer;
    position: relative
}

.faq-area .faqs li .answer {
    clear: both;
    border-top: solid 1px #e8e8e8;
    padding-top: 20px;
    margin-top: 20px;
    display: none;
    position: relative
}

.faq-area .faqs li .faqs-text {
    margin-left: 15px;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #595959;
    padding-left: 40px
}

.faq-area .more-faqs {
    margin-top: 30px;
    border-bottom: 1px solid #7e7f80;
    color: #454545;
    font-size: 14px;
    display: inline-block;
    font-weight: 600
}

.faq-area .red-separator {
    background-color: #e72b37;
    width: 24px;
    height: 4px;
    display: block;
    margin: 45px 0
}

.btn-show-more {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    margin-top: 16px;
    display: inline-block;
    font-weight: bold;
    color: #454545;
}

.imaged-section {
    position: relative;
    background: url(../imgs/footer-bg.jpg) no-repeat 50% 20%;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 15px;
    height: 400px
}

.imaged-section:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #014a93
}

.imaged-section .container {
    position: relative
}

.imaged-section .imaged-header {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 150%
}

.imaged-section .text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 62px;
    white-space: nowrap
}

.imaged-section .imaged-content {
    width: 100%;
}

.imaged-section .go-up {

    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #e72b37;
    font-size: 30px;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    border: 1px solid transparent;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    text-align: center;
    padding-top: 7px;
}

.imaged-section .go-up-wrap .go-up:hover {
    border: 1px solid #e72b37;
    background-color: transparent;
    color: #e72b37;

}

.mobile-buy-button {
    display: none;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    padding: 30px 25px;
    background-color: #014a93;
    color: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    display: inline-block;
    margin-top: 30px
}

.close {
    display: flex;
    background-color: #c4c4c4;
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 0 5px 0 0;
    top: 0;
    font-size: 20px;
    right: 0;
    z-index: 1000;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300
}

.mobile {
    display: none
}

#tc_iframe__1{width: 0;
    height: 0;
    display: none;}
.footer {
    border-top: 5px solid #0f2e86;
    background-color: #e5e5e5;
}

.footer .footer-copyright {
    background-color: #e5e5e5;
    padding: 5px 0;
    display: inline-block;
    width: 100%
}

.footer .footer-copyright .footer-right {
    float: right;
    font-size: 14px;
    margin-bottom: 0
}

.footer .footer-copyright .footer-right li {
    float: left;
    padding: 0 5px;
    border-left: 1px solid #79838d;
    color: #79838d
}

.footer .footer-copyright .footer-right li:first-child {
    border-left: none
}

.footer .footer-copyright .footer-right li a {
    color: #79838d
}

.page-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.page-modal .overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.page-modal .page-container {
    max-width: 815px;
    width: 100%;
    max-height: 730px;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 80px 15px 20px 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

.page-modal .page-container .page-content {
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding-right: 25px
}

.page-modal .page-container .page-content .title {
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 12px
}

.page-modal .page-container .page-content .inner-list {
    margin-left: 17px
}

.page-modal .page-container .page-content .inner-list li {
    margin-bottom: 10px;
    list-style-type: disc
}

.page-modal .page-container .page-content .main-title {
    font-size: 18px;
    font-weight: 500;
    color: #454545;
    line-height: 120%;
}

.page-modal .page-container .page-content .settings {
    margin-bottom: 15px
}

.page-modal .page-container .page-content .settings .list {
    float: right;
    margin-right: 30px
}

.page-modal .page-container .page-content .settings .list li {
    float: left;
    margin-left: 37px
}

.page-modal .page-container .page-content .settings .list li:first-child {
    margin-left: 0
}

.page-modal .page-container .page-content .settings .list li a {
    color: #595959;
    text-align: center;
    display: block;
    width: 20px;
    height: 60px;
    position: relative
}

.page-modal .page-container .page-content .settings .list li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page-modal .page-container .page-content .settings .list li .text {
    font-size: 10px;
    white-space: nowrap;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    color: #595959
}

.page-modal .page-container .page-content .text {
    font-size: 13px;
    color: #595959;
    margin-bottom: 29px;
    line-height: 20px
}

.download-icon, .printer-icon, .text-icon {
    display: inline-block;
    background: url(../imgs/car-icon-set.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.text-icon {
    background-position: -27px -143px;
    width: 26px;
    height: 17px
}

.printer-icon {
    background-position: -0 -135px;
    width: 25px;
    height: 21px
}

.download-icon {
    background-position: -54px -142px;
    width: 20px;
    height: 24px
}

.page-modal .page-container .page-content .mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 0
}

.page-modal .page-container .page-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    background-color: #c4c4c4;
    border-radius: 0
}

.calculated-item {
    background-color: #f1f1f1;
    padding: 12px;
    display: inline-block;
}
.calculated-item span{
    color: #3876b2;}
.li-home-slider {
    margin: 64px 0;
}

.home-slider-item {
    display: inline-block;
}

.home-slider-item._1 {
    width: 240px;
}

.home-slider-item._2 {
    width: 760px;
}

.home-slider-item._3 {
    width: 130px;
    padding-left: 30px;
}

.products-container {
    background-color: #f5f8fa;
    padding: 36px;
    border-top: 8px solid #3991ea;
    border-radius: 6px 6px 0 0;
    margin-top: 40px;
}

.tbl-product {
    width: 100%;
    color: #30363c;
}

.tbl-product td {
    background-color: #FFFFFF;
    vertical-align: middle;
    padding: 12px;
}

.tbl-product tr {
    margin: 10px;
    display: block;
}

.tbl-product .head td {
    color: #333;
    font-size: 12px;
    background-color: #f5f8fa;
}

.tbl-product td:first-child {
    font-weight: 600;
    width: 240px;
}

.tbl-product td:nth-child(2) {
    width: 20%;
}

.tbl-product td:nth-child(3) {
    width: 50%;
}

.btn-tbl-product {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../imgs/ico-table-product.png");
    background-position: 0 0;
}

.btn-tbl-product:hover {
    background-position: 0 -98px;
}
.li-home-slider .tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    bottom: 120%;
    left: -12px;
    top: -42px;
    opacity: 1;
    line-height: 16px;
}

.li-home-slider .tooltip .tooltip-arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    border-top: 5px solid #ddd;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    text-align: center;
}

.li-home-slider .tooltip-inner {
    max-width: 200px;
    padding: 7px 14px;
    color: #444;
    text-align: center;
    text-decoration: none;
    background-color: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px;
    min-width: 60px;
}
.ui-slider {
    background: #eaeaea;
    border-bottom: 1px solid #EBEAE5;
    border-radius: 20px;
    height: 12px;
    margin: 0;
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}

.ui-slider-range {
    height: 10px;
    border-bottom: 3px solid red;
    position: relative;
}

.ui-slider-handle {
    background: url("../imgs/slider-handle.png") !important;
    height: 48px !important;
    width: 48px !important;
    background-size: 100%;
    top: -16px !important;
    border: none;
    outline: none;
}

.ui-slider-range {
    background: -webkit-linear-gradient(#7cbbee, #3e8bd5);
    background: -o-linear-gradient(#7cbbee, #3e8bd5);
    background: -moz-linear-gradient(#7cbbee, #3e8bd5);
    background: linear-gradient(#7cbbee, #3e8bd5);
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

@media all and (min-width: 1500px) {
    .with-graphic:before {
        right: 14%
    }
}

@media all and (max-width: 1150px) {
    .container {
        width: 950px
    }

    .with-graphic:before {
        z-index: -1
    }

    .main-content p {
        text-shadow: 1px 1px 4px rgba(255, 255, 255, 1)
    }

    .hero-spot {
        width: 500px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }

    .hero-content {
        height: auto
    }

    .hero-spot {
        width: 310px
    }

    .with-graphic:before {
        width: 325px;
        height: 309px;
        top: 120px
    }

    .main-content .section-content {
        width: 440px
    }

    .home-slider-item {
        display: block;
        margin: 36px;
    }

    .home-slider-item._2 {
        margin-top: 80px;
    }

    .home-slider-item._3 {
        padding: 0;
    }

    .slider {
        width: 80%;
    }
}

@media all and (max-width: 767px) {

    body {
        font-size: 12px;
    }

    .home-slider-item {
        display: block;
        margin: 16px 0;
    }

    .products-container {
        padding: 0;
        font-size: 8px;
    }

    .tbl-product .head td {
        font-size: 10px;
    }

    .home-slider-item._2 {
        margin-top: 60px;
        width: 100%;
    }

    .home-slider-item._3 {
        padding: 0;
    }

    .slider {
        width: 100%;
    }

    .li-home-slider {
        margin: 0;
    }

    #head-number {
        display: none;
    }

    .main-content .main-headers {
        font-size: 20px
    }

    .page-modal .page-container {
        padding: 45px 18px 30px
    }

    .price-finder {
        width: calc(100% - 50px);
        margin:auto;
    }

    .imaged-section .text {
        display: none
    }

    .page-modal .page-container {
        width: 90%;
        height: 100%
    }



    .page-modal .page-container .page-content {
        padding-right: 0
    }

    .main-content .for-mobile span {
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px
    }

    .for-mobile {
        margin-bottom: 35px;
        display: inline-block;
        width: 100%
    }

    .for-mobile p {
        float: left;
        display: inline-block;
        margin: 0
    }

    .container {
        width: 100%
    }

    .faq-area .faqs li .question {
        min-height: 40px
    }

    .main-content::before {
        display: none !important
    }

    .mobile {
        display: block
    }

    .container {
        width: 100%;
        padding: 0 20px
    }

    .container.mobile-top {
        padding: 0
    }

    .hero-content {
        padding-bottom: 30px;
        display: inline-block;
        height: auto;
        background: none;
        padding-top: 20px;
    }

    .hero-content .container {
        position: relative
    }

    .top-five-articles {
        display: none
    }

    .hero-content .logo {
        margin: auto
    }

    .box-insurance-buy {
        width: 100%
    }

    .box-insurance-buy .showstep {
        display: block
    }

    .close {
        display: flex;
        z-index: 999
    }

    .hero-form {
        display: block;
        width: 100%;
        height: auto;
        float: none;
        background-color: #fff;
        margin-top: 20px;
    }



    .hero-form .box-insurance-buy .buy-little-icon {
        float: none;
        width: 20px;
        float: left;
        margin-right: 15px
    }

    .hero-form .box-insurance-buy .price-finder {
        padding-top: 28px;
        text-align: center;
        display: none
    }

    .hero-form .box-insurance-buy .car-plate .plate-toggle {
        left: 0;
        height: 40px
    }

    .hero-form .box-insurance-buy .car-plate {
        padding-top: 40px
    }

    .hero-form .box-insurance-buy .buy-header {
        line-height: 30px;
        float: left
    }

    .hero-form .box-insurance-buy .car-plate > input {
        margin-top: 20px
    }

    .hero-form .box-insurance-buy .car-plate .plate-toggle label {
        padding-left: 5px
    }

    .hero-form .box-insurance-buy .car-plate .plate-toggle label::before {
        left: -28px
    }

    .hero-form .box-insurance-buy .car-plate .plate-toggle label::after {
        left: -24px
    }

    .hero-form .box-insurance-buy .terms-info-msgs li {
        margin-bottom: 30px
    }

    .hero-form .box-insurance-buy .terms-info-msgs li:last-child {
        margin-bottom: 0
    }

    .btn-step {
        padding: 30px 0;
        height: auto;
        clear: both;
        text-align: center;
        margin-top: 10px
    }

    .step-pager {
        display: block;
        text-align: center;
        margin-top: 6px
    }

    .step-pager li {
        display: inline-block;
        text-align: center;
        border: solid 2px #e72b37;
        border-radius: 100%;
        width: 15px;
        height: 15px;
        margin: 0 5px
    }

    .step-pager li.active {
        background-color: #e72b37
    }

    .hero-form .box-insurance-buy .check-robot .check-robot-text {
        width: 100%;
        margin-bottom: 20px
    }

    .hero-form .box-insurance-buy .check-robot .check-robot-input {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }

    .hero-form .box-insurance-buy .check-robot .listen-text {
        margin-left: 0
    }

    .hero-form .box-insurance-buy .check-robot .listen-text, .hero-form .box-insurance-buy .check-robot .new-text {
        width: 45%;
        margin-bottom: 20px
    }

    .hero-form .box-insurance-buy .check-robot .new-text {
        float: right
    }

    .price-finder .price-finder-text {
        padding-left: 0
    }

    .hero-spot {
        width: 100%;
        text-align: center;
        margin-top: 25px;
        float: none
    }

    .hero-spot .header-big-msg {
        padding: 0 40px;
        font-size: 16px;
        font-weight: 500
    }

    .hero-spot .blue-separator {
        display: none
    }

    .hero-spot .header-little-icon {
        margin: 28px auto
    }

    .mobile-buy-button {
        display: block
    }

    .main-content {
        margin: 35px auto;
        background: none;
        min-height: inherit
    }

    .main-content .section-content {
        width: 100%;
        text-align: center
    }

    .main-content .red-separator {
        margin: 25px auto
    }

    .faq-area .more-faqs {
        display: none
    }

    .main-buttons {
        width: 100%;
        max-width: inherit
    }


    .faq-area .faq-head .section-headers {
        text-align: center;
        font-size: 20px;

    }

    .faq-area .faq-opener {
        display: none
    }

    .faq-area .red-separator {
        margin-right: auto;
        margin-left: auto
    }

    .faq-area .faqs li {
        padding-left: 20px
    }

    .faq-area .faqs li .faqs-text {
        margin-left: 15px;
        display: block;
        line-height: 120%
    }

    .faq-area .faqs li .answer-toggle {
        display: none
    }

    .imaged-section {
        width: 100%;
        display: inline-block;
        margin-bottom: 50px;
        padding: 140px 0 75px;
        height: auto
    }

    .imaged-section .imaged-content {
        width: 100%;
        text-align: center
    }

    .imaged-section .imaged-header {
        font-weight: 500;
        margin-bottom: 100px
    }

    .imaged-section .go-up {
        display: none
    }

    .top-five-articles {
        height: auto
    }

    .top-five-articles li {
        height: auto;
        float: none;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #ebebeb
    }
}

@media all and (max-width: 320px) {
    .hero-form .box-insurance-buy .buy-header {
        text-align: center;
        font-size: 20px
    }

    .hero-form .box-insurance-buy input {
        padding: 10px 0 20px
    }

    .btn-step {
        padding: 20px 0
    }
}

.page-modal h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}

#live-chat {
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
}