/*------service appointment----------*/
#accordion.services .panel-default{
    border:none;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0px 0px 5px 5px rgba(237,237,237,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(237,237,237,1);
    box-shadow: 0px 0px 5px 5px rgba(237,237,237,1); */
}

#accordion.services .panel-default
{
    position:relative;
    padding: 25px !important;
}
#accordion.services .panel-default:before, #accordion.services .panel-default:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#accordion.services .panel-default:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#accordion.services .panel-default>.panel-heading {
    color: #606968;
    background-color: #ffffff;
    border:none;
    overflow: hidden;
    padding: 0;
}
#accordion.services .panel-default>.panel-heading .icon{
    display: table-cell;
    width: 140px;
}
#accordion.services .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top:none;
    background-color: #ffffff;
    margin-left: 140px;
    margin-right: 140px;
}
#accordion.services .panel-default>.panel-heading .title{
    display: table-cell;
    vertical-align: middle;
    padding: 25px 155px 0 15px;
}
#accordion.services .panel-default>.panel-heading .title .panel-title{
    font-size: 25px;
    color: #222222;
    padding-bottom: 25px;
    font-family:'Arial';
}
#accordion.services .panel-default>.panel-heading .title .panel-title a{
    width: 100%;
    display: inline-block;
}
#accordion.services .panel-default>.panel-heading .title .panel-title a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 60px;
    font-size: 60px;
    color: #cd2027;
    top: 55px;
}
#accordion.services .panel-default>.panel-heading .title .panel-title a.active-panel:after{
    content: "\f106";
}
#accordion.services .panel-default.none>.panel-heading .title .panel-title a:after {
    display: none;
}
.btn-book{
    background: #cc0000;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Arial";
    padding: 20px 45px;
    border-radius: 5px;
}
.services-table{
    border-radius: 10px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}
.services-table thead{
    background: #e9eaf2;
}
.services-table th,.services-table td{
    padding: 15px;
}
.services-table:before, .services-table:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.services-table:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.after-sale .page-header{
    border: none;
    margin-top: 80px;
    margin-bottom: 30px;
}
.after-sale .page-header h2{
    font-size: 55px;
    font-family: "Arial";
    text-align: center;
}
.after-sale .description{
    text-align: center;
    margin-bottom: 70px;
}
/****** Service & Product*******/
.service-product{
    line-height: 30px;
}
.service-product .description{
    text-align: center;
    font-size: 24px;
    padding: 40px 190px 80px;
    line-height: 34px;
}
.service-product .subtitle{
    font-size: 35px;
    line-height: 50px;
    font-family: "Arial";
    color: #222222;
    margin: 0;
}
.service-product .bold{
    font-size: 25px;
    line-height: 40px;
    font-family: "Arial";
}
.service-product .container-image.background{
    background: #f8f9fc;
    position: relative;
    margin-top: 125px;
}
.service-product .content-right{
    padding: 80px 0 80px 150px;
}
.service-product .image{
    position: absolute;
    bottom: 0;
}
.service-product .background .col-md-6{
    position: inherit;
}
.service-product .content-bottom{
    padding: 190px;
}
.service-product .sp-list-center .content-bottom{
    padding: 100px 190px;
    border-bottom: solid 1px #cdcdcd;
}
.body-repair-tab .sppb-nav-tabs{
    border: none;
    margin-top: -60px;
}
.body-repair-tab .sppb-nav-tabs>li:first-child{
    padding-left: 0;
}
.body-repair-tab .sppb-nav-tabs>li:last-child{
    padding-right: 0;
}
.body-repair-tab .sppb-nav-tabs>li{
    width: 25%;
    padding: 0px 25px;
    text-align: center;
    
}
.body-repair-tab .sppb-nav-tabs>li>a{
    border: none;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 7px;
    color: #414141;
    font-size: 18px;
    font-family: "Arial";
    position: relative;
}
.body-repair-tab .sppb-nav-tabs>li.active>a, .body-repair-tab .sppb-nav-tabs>li.active>a:focus, .body-repair-tab .sppb-nav-tabs>li.active>a:hover{
    background: #ed1b24;
    color: #ffffff;
}
.body-repair-tab .sppb-nav-tabs>li>a:before, .body-repair-tab .sppb-nav-tabs>li>a:after {
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    box-shadow: 0 0 50px rgba(0,0,0,0.11);
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    -moz-border-radius: 15px / 15px;
    border-radius: 15px / 15px;
}

.body-repair-tab .sppb-nav-tabs>li>a:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
.service-product .content-bottom .title{
    text-align: center;
    margin-bottom: 80px;
}
.bottom-servive_product {
    position: relative;
}
.bottom-servive_product .image img{
    width: 100%;
}
.bottom-servive_product .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
}
.service-product .btn-book{
    font-size: 18px;
}
.bottom-servive_product .content .btn-tranform{
    background: none;
    border: solid 2px #ffffff;
    margin-top: 30px;
    font-size: 18px;
}
.service-product .page-header{
    text-align: center;
    border: none;
    padding-top: 100px;
    margin: 0;
}
.service-product .page-header h2{
    font-size: 55px;
    font-family: "Arial";
    display: inline-block;
    border-bottom: 2px solid #e9ebf2;
    padding-bottom: 10px;
    margin: 30px 0 0;
}
.service-product .page-header h2:after {
    font-family: 'FontAwesome';
    content: "\f13a";
    color: #cd2027;
    background: #ffffff;
    padding-left: 20px;
}
.service-product .page-header .category-title{
    font-size: 16px;
    color: #606968;
    text-transform: uppercase;
    font-family: "Arial";
    padding: 0;
    margin: 0;
}
.service-product .category-module{
    width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: left;
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #ffffff;
    display: none;
}
.service-product .category-module li{
    padding: 20px 45px;
}
.service-product .category-module li a{
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.service-product .category-module:before, .service-product .category-module:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.service-product .category-module:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.service-product .category-module li.active{
    background: #f8f9fc;
    position: relative;
}
.service-product .category-module li.active a{
    color: #cc0000;
}
.service-product .category-module li.active:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #cd2027;
    right: 30px;
    position: absolute;
    font-size: 18px;
}
.service-product .title-page{
    position: relative;
    cursor: pointer;
}
.tab-service .tab-pane{
    border: solid 2px #f2f3f9;
    border-radius: 100%;
    width: 550px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}
.tab-service .tab-pane .image-tab img{
    width: 50%;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
}
.tab-service .nav-tabs>li{
    float: none;
    clear: both;
}
.tab-service .nav-tabs>li>a, .tab-service .nav-tabs>li>a:hover, .tab-service .nav-tabs>li>a:focus{
    border: none;
}
.tab-service .nav-tabs>li>a>span{
    font-size: 100px;
    float: left;
    color: #f2f3f9;
    font-family: "Arial";
    padding-right: 50px;
}
.tab-service .nav-tabs>li>a>.tab-service-content>h4{
    font-size: 25px;
    color: #606968;
}
.tab-service .nav-tabs>li>a>.tab-service-content{
    padding-top: 20px;
}
.tab-service .nav-tabs>li.active>a>span{
    color: #ec1b23;
}
.tab-service .nav-tabs>li.active>a>.tab-service-content>h4{
    color: #222222;
}
.tab-service .nav-tabs{
    border-bottom: none;
}
.tab-service{
    padding-bottom: 170px;
}
.service-product .content-bottom-non{
    padding: 100px 0;
}
.content-bottom-non .content li{
    margin-bottom: 70px;
    position: relative;
    padding-left: 100px;
}
.content-bottom-non .content li:last-child{
    margin-bottom: 0;
}
.content-bottom-non .content li span{
    float: left;
    padding-right: 30px;
    position: absolute;
    left: 0;
}
.service-product .background {
    background: #f8f9fc;
}
.service-product .content-bottom-bottom{
    padding: 100px 0;
}
.content-ul li{
    padding-bottom: 10px;
}
.content-ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
}
.content-ul li p{
    padding-left: 25px;
}
.service-product .content-bottom-bottom h3.title{
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 80px;
    text-align: center;
}
.service-product .content-bottom-bottom .padding{
    margin-bottom: 60px;
}
.service-product  #accordion.services.no-padding .panel-default>.panel-heading+.panel-collapse>.panel-body {
    margin: 0;
}
.service-product #accordion.services.no-padding .panel-default>.panel-heading:after {
    font-size: 25px;
    font-weight: bold;
}
.service-list .service-item{
    position: relative;
    text-align: center;
    padding: 70px 70px 30px;
    margin-bottom: 30px;
    cursor: pointer;
    background: #ffffff;
    z-index: 1;
    border-radius: 10px;
}
.service-list .service-item.active{
    background: #ed1b24;
}
.service-list .service-item.active .title strong{
    color: #ffffff;
}
.service-list .service-item:before, .service-list .service-item:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.service-list .service-item:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.service-list .service-item .image-item {
    height: 90px;
    width: auto;
}
.service-list .service-item .image-item {
    max-width: 100%;
    max-height: 100%;
}
.service-list .service-item .title{
    height: 90px;
    margin-top: 40px;
}

.service-detail{
    background: #f9f9f9;
    padding: 120px 0 120px;
    position: absolute;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    display: none;
}
.service-list-over{
    position: relative;
}
.close-detail{
    position: absolute;
    top: -80px;
    right: 15px;
    cursor: pointer;
    font-size: 35px;
    font-family: "Arial";
}
.service-detail .container{
    position: relative;
}
.service-detail .detail .content h4{
    font-size: 35px;
    font-family: "Arial";
    padding-bottom: 30px;
    line-height: 40px;
}
.service-detail .detail .full-image img{
    width: 100%;
}
/* .grey-background{
} */
.service-information-bottom{
    padding: 90px;
    text-align: center;
}
.service-information-bottom h4.title{
    font-size: 35px;
}
.shuttle-service .shuttle-item{
    background: #ffffff;
    position: relative;
}
.shuttle-service .shuttle-item:before, .shuttle-service .shuttle-item:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.shuttle-service .shuttle-item:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.shuttle-service .shuttle-item .title{
    padding: 20px 30px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    color: #ffffff;
    font-family: "Arial";
}
.shuttle-service .shuttle-item .title p,.shuttle-service .shuttle-item .description p{
    margin-bottom: 0;
}
.shuttle-service .shuttle-item .title.green{
    background: #00a851;
}
.shuttle-service .shuttle-item .title.blue{
    background: #0072bc;
}
.shuttle-service .shuttle-item .title.purple{
    background: #d63333;
}
.shuttle-service .shuttle-item .description{
    font-size: 18px;
    font-family: "Arial";
    padding: 20px 30px;
}
.shuttle-service .shuttle-item .description p{
    border-bottom: solid 1px #f0f2f7;
    padding-bottom: 20px;
}
.shuttle-service .shuttle-item .content{
    padding: 20px 30px;
    font-size: 18px;
}
.shuttle-service .list-item{
    margin-top: 60px;
}
.shuttle-service .shuttle-item .title img{
    width: 20px;
    margin-right: 30px;
}
.lucky-draw{
    position: relative;
    margin: 0 auto;
    width: 70%;
}
.lucky-draw:before, .lucky-draw:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.lucky-draw:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.lucky-draw th{
  padding: 20px 30px;
}
.lucky-draw td{
    padding: 5px 30px;
}
.lucky-draw tr:first-child td{
  padding-top:20px;
}

.lucky-draw th{
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    color: #ffffff;
    font-family: "Arial";
    background: #ec1b23;
}
.lucky-draw p{
    color: #606968;
    line-height: 24px;
}
.lucky-draw th:first-child{
    border-radius: 10px 0 0 0;
}
.lucky-draw th:last-child{
    border-radius: 0 10px 0 0;
}
.sppb-section.container{
    text-align: center;
    margin: 0 auto !important;
}
.background-page .sp-page-builder{
    background: #f8f9fc;
}

.sppb-section.map .sppb-addon-gmap{
    position: relative;
}
.sppb-section.map .sppb-addon-gmap:before, .sppb-section.map .sppb-addon-gmap:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.sppb-section.map .sppb-addon-gmap:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.sppb-section.title-module{
    padding-bottom: 30px !important;
}
.sppb-section.title-module .sppb-addon-title{
    margin: 0 !important;
}
.sppb-section.map{
    padding-bottom: 10px !important;
}
.sppb-section.address{
    text-align: left;
    padding-bottom: 50px !important;
}
.sppb-section.address .address-item .title{
    font-size: 25px;
    margin: 0;
    padding-bottom: 25px;
}
.sppb-section.address .address-item .icon{
    position: absolute;
    color: #ec1b23;
}
.sppb-section.address .address-item label{
    padding-left: 30px;
}
.disclaimer h4.title{
    font-size: 25px;
}
.disclaimer a{
    color: #cc0000;
    text-decoration: underline;
}
.sppb-row-overlay{
    z-index: -1 !important;
}
.content-padding .content{
    padding: 0 190px;
}
.service-product .content-padding .description{
    padding-bottom: 45px;
}
.service-product .content-padding ol{
    padding-left: 0;
}
.link-more{
    color: #cc0000;
    font-size: 20px;
    font-family: "Arial";
}
.content-ul.no-padding{
    padding-left: 30px
}
.content-ul.no-padding li{
    padding-bottom: 40px;
}
.content-ul.no-padding li::before {
    width: 20px;
    margin-left: -30px;
}
.content-ul.no-padding.no-bottom li{
    padding-bottom: 10px;
}
.insurance-mod .image-md img{
    max-width: 100%;
}
.insurance-mod .title-md{
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: 45px;
}
.insurance-mod .description-md{
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 60px;
}
.past-results{
    padding: 120px 0;
    background: #f8f9fc;
}
.past-results .lucky-item{
    background: #ffffff;
    text-align: center;
    padding: 45px;
    margin-bottom: 30px;
    position: relative;
}
.past-results .lucky-item:hover{
    transform-origin: center;
    transform: scale(1.06,1.15);
}
.past-results .lucky-item:before, .past-results .lucky-item:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.past-results .lucky-item:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.past-results .lucky-item h3{
    font-size: 22px;
    font-family: "Arial";
}
.past-results .lucky-item:hover{
    color: #cc0000;
}
.past-results .lucky-item:hover h3{
    color: #cc0000;
}
.past-results .mod-title{
    text-align: center;
    font-family: "Arial";
    font-size: 35px;
    margin: 0;
    padding-bottom: 90px;
}
.past-results .load-more{
    text-align: center;
    margin-top: 60px;
}
.past-results .display-none{
    display: none;
}
.service-packages-info{
    width: 710px;
    margin: 0 auto;
    padding: 120px 0;
}
.service-packages-info .page-header{
    margin: 0 0 40px;
    text-align: center;
}
.service-packages-info .page-header h1{
    font-size: 55px;
    margin: 0;
    font-family: "Arial";
}
.service-packages-info .sub-title{
    text-align: center;
}
.service-packages-info .form-price .item{
    margin-top: 30px;
}
.service-packages-info .form-price .item select{
    width: 100%;
}
.service-packages-info .form-price .item label{
    font-size: 18px;
    color: #666666;
    position: relative;
}
.service-packages-info .form-price .action{
    margin: 30px -15px 50px;
}
.service-packages-info .form-price .action a.btn{
    width: 100%;
}
.service-packages-info .chzn-container-single .chzn-single{
    background: none;
    padding: 20px 25px;
    height: 65px;
    font-size: 20px;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
}
.service-packages-info .chzn-container-single .chzn-single span{
    color:#606968;
}
.service-packages-info .chzn-container .chzn-results{
    font-size: 20px;
}
.service-packages-info .chzn-container-single .chzn-drop{
    margin-top: 1px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    margin: 0;
    padding: 0;
}
.service-packages-info .chzn-container .chzn-results{
    margin: 0;
    padding: 0;
}
.service-packages-info .chzn-container .chzn-results li{
    margin: 0;
    padding: 20px 25px;
}
.service-packages-info .chzn-container .chzn-results li.group-option {
    padding-left: 40px;
}
.service-packages-info .chzn-container .chzn-results li.highlighted,
.service-packages-info .chzn-container .chzn-results li.result-selected {
    background: #f8f9fc;
    color: #cc0000;
}
.service-packages-info .chzn-container .chzn-results li.highlighted:after,
.service-packages-info .chzn-container .chzn-results li.result-selected:after{
    content: url(../images/selected.png);
    position: absolute;
    right: 20px;
}
.service-packages-info .chzn-container-single .chzn-single div{
    width: 50px;
    text-align: center;
    padding-top: 17px;
}
.service-packages-info .chzn-container-single .chzn-single div b{
    background: none;
    color: #cc0000;
    font-weight: bold;
}
.service-packages-info .chzn-container-single .chzn-single div b:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-size: 17px;
}
.btn-book.btn-grey{
    background: #c2c2c2;
    color: #222222;
}
.btn-book.btn-grey:hover{
    color: #222222;
}
.btn-book:hover{
    color: #ffffff;
}
.service-packages-info .price-box{
    background: #f9f9f9;
    text-align: center;
    padding: 30px;
    margin: 40px 0;
    display: none;
}
.service-packages-info .price-box .title{
    font-size: 30px;
    font-family: "Arial";
    padding-right: 30px;
}
.service-packages-info .price-box .price-label{
    font-size: 40px;
    color: #cc0000;
    font-family: "Arial";
}
.past-results .modal-header{
    padding: 60px 70px 40px;
    border: none;
}
.past-results .modal-header .modal-title{
    font-size: 35px;
    font-family: "Arial";
}
.past-results .lucky-draw{
    width: 100%;
}
.past-results .modal-body{
    padding: 0 70px 70px;
}
.past-results .lucky-draw:before, .past-results .lucky-draw:after
{
    border-radius: 5px / 5px;
    -moz-border-radius:5px / 5px;
}
.past-results .lucky-draw tr th:first-child{
    border-right: solid 1px #e95d63;
}
.past-results .lucky-draw tr td:first-child{
    border-right: solid 1px #efefef;
}
.past-results .modal-header .close{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #b7b7b7;
    color: #ffffff;
    padding: 5px 10px 10px;
    opacity: 1;
    font-weight: normal;
    font-size: 35px;
    text-shadow: none;
    line-height: 0.8;
}
.show-info-popup{
    width: 360px;
    padding: 20px 30px;
    position: absolute;
    background: #ffffff;
    z-index: 2;
    top: 35px;
    display: none;
}
.show-info-popup h3{
    font-size: 19px;
    font-family: "Arial";
    margin: 0 0 15px;
}
.show-info-popup p{
    color: #606968;
    font-size: 14px;
}
.show-info-popup strong{
    color: #000000;
    font-size: 14px;
}
.show-info-popup:before, .show-info-popup:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:15px / 15px;
    border-radius:15px / 15px;
}
.show-info-popup:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.show-info-popup .close{
    font-size:35px;
    cursor: pointer;
    right: 30px;
    z-index: 2;
    position: absolute;
}
.service-packages-info label span{
    color: #cc0000;
}
.service-packages-info .form-price .item label i{
    color: #cc0000;
    cursor: pointer;
    position: relative;
}

.service-packages-info .form-price .item label i.fa-question-circle.active:after{
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    clear: both;
    z-index: 3;
}
.get-a-quote .page-header{
    text-align: center;
}
.get-a-quote .headForm h2{
    font-size: 25px;
    margin: 0 0 35px;
}
.get-a-quote .group-controls label{
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}
.get-a-quote .group-controls input,
.get-a-quote .group-controls select{
    width: 100%;
    height: 65px;
    padding: 15px;
    margin-bottom: 40px;
    border: solid 2px #d7d7d7;
}
.get-a-quote .group-controls textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 40px;
    border: solid 2px #d7d7d7;
}
.get-a-quote .chzn-container{
    width: 100% !important;
}

.get-a-quote .chzn-container-single .chzn-single{
    background: none;
    padding: 20px 25px;
    height: 65px;
    font-size: 20px;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
}
.get-a-quote .chzn-container-single .chzn-single span{
    color:#606968;
}
.get-a-quote .chzn-container .chzn-results{
    font-size: 20px;
}
.get-a-quote .chzn-container-single .chzn-drop{
    margin-top: 1px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    margin: 0;
    padding: 0;
}
.get-a-quote .chzn-container .chzn-results{
    margin: 0;
    padding: 0;
}
.get-a-quote .chzn-container .chzn-results li{
    margin: 0;
    padding: 20px 25px;
}
.get-a-quote .chzn-container .chzn-results li.group-option {
    padding-left: 40px;
}
.get-a-quote .chzn-container .chzn-results li.highlighted,
.get-a-quote .chzn-container .chzn-results li.result-selected {
    background: #f8f9fc;
    color: #cc0000;
}
.get-a-quote .chzn-container .chzn-results li.highlighted:after,
.get-a-quote .chzn-container .chzn-results li.result-selected:after{
    content: url(../images/selected.png);
    position: absolute;
    right: 20px;
}
.get-a-quote .chzn-container-single .chzn-single div{
    width: 50px;
    text-align: center;
    padding-top: 17px;
}
.get-a-quote .chzn-container-single .chzn-single div b{
    background: none;
    color: #cc0000;
    font-weight: bold;
}
.get-a-quote .chzn-container-single .chzn-single div b:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-size: 17px;
}
.get-a-quote .chzn-container .chzn-results li.group-result{
    display: initial;
    padding: 0;
}
.calendarGroup{
    position: relative;
}
.calendarGroup:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    width: 65px;
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-align: center;
    padding: 17px 0;
    color: #cc0000;
    pointer-events: none;
    font-size: 30px;
}
.calendarGroup input{
    padding-right: 60px !important;
}
.radioGroup label {
    float: left;
    width: auto;
    line-height: 37px;
    margin-right: 60px;
    margin-bottom: 40px !important;
    cursor: pointer;
    padding-left: 35px;
    background: url(../images/i_select.png) no-repeat 0 8px;
    margin-top: 3px;
}
.radioGroup label.selected {
    background-image: url(../images/i_selected.png);
}
.radioGroup label input {
    margin-top: 0;
    vertical-align: middle;
    display: none;
}
.group-controls.inline label{
    float: left;
}
.group-controls.inline .radioGroup{
    margin-left: 60px;
    float: left;
}
.group-controls.inline .radioGroup label{
    margin-top: -13px;
}
.groupCheckbox label {
    color: #555;
    cursor: pointer;
    padding: 5px 0 5px 57px;
    background: url(../images/check-agree.png) no-repeat 0 2px;
}
.groupCheckbox label.checked {
    background-image: url(../images/check-agree-active.png);
}
.groupCheckbox input[type="checkbox"] {
    opacity: 0;
    height: 1px;
    width: 1px;
    min-height: 0;
    position: absolute;
    display: block;
}
.get-a-quote .group-controls input.submitButton{
    width: auto;
    padding: 30px 50px;
    height: auto;
    border: none;
    font-size: 18px;
}
.get-a-quote .add-driver{
    font-size: 20px;
    color: #cc0000;
    cursor: pointer;
}
.get-a-quote .list-driver .driver-item{
    margin-bottom: 50px;
}
.get-a-quote .remove-driver{
    color: #cc0000;
    cursor: pointer;
}
.get-a-quote .page-header {
    border: none;
    margin-top: 100px;
    margin-bottom: 30px;
}
.get-a-quote .description{
    text-align: center;
    font-size: 24px;
    padding: 20px 190px 0;
    line-height: 34px;
}
.get-a-quote #adminForm{
    margin-top: 80px;
    margin-bottom: 80px;
}
.get-a-quote .group-controls label span{
    color: #cc0000;
}

.car-item .main-banner{
    position: relative;
}
.car-item .main-banner img{
    width: 100%;
}
.car-item .main-banner .content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.car-item .main-banner .content .title-label{
    font-size: 100px;
    color: #ffffff;
    line-height: 120px;
    text-transform: uppercase;
    margin-bottom: 80px;
    display: none;
}
.car-item .main-banner .content .logo-banner{
    margin-bottom: 80px;
}
.car-item .main-banner .content .logo-banner img{
    width: auto;   
}
.car-item .main-banner .content .btn-book{
    font-size: 18px;
    display: none;
}
.car-item .main-banner .content .btn-book.no-background{
    background: none;
    border: solid 2px #ffffff;
    padding: 18px 45px;
    margin-left: 10px;
}
.car-item .main-banner .content .btn-book.btn-banner-register{
    background: #efeeee;
    border: none;
    color: #cc0000;
}

.car-item .menu ul{
    width: 100%;
    margin: 0;
    padding: 0 40px;
    overflow: hidden;
    background: #cd2027;
}
.car-item .menu ul li{
    float: left;
    padding: 14px 20px;
    border-left: solid 1px #de494f;
}
.car-item .menu ul li.title{
    border-left: none;
    padding-left: 0;
}
.car-item .menu ul li.title img{
    max-height: 20px;
}
.car-item .menu ul li a{
    font-size: 16px;
    color: #ffffff;
}
.car-item .menu ul li.active{
    background: #ffffff;
}
.car-item .menu ul li.active a{
    color: #cd2027;
}
.car-item .about-car{
    text-align: center;
    padding: 100px 0 50px;
}
.car-item .about-car .title{
    font-size: 55px;
    margin: 0 0 20px;
}
.car-item .about-car .about_title{
    margin-top: 0;
    margin-bottom: 30px;
}
.car-item .about-car .description{
    font-size: 20px;
    padding: 0 165px 0;
}
.car-item .about-car .select-variant .variant{
    width: 530px;
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    padding: 26px;
    box-shadow: 0 0 50px rgba(0,0,0,0.11);
    border: none;
}
.car-item .about-car .chzn-container{
    text-align: left;
}
.chzn-container-single .chzn-single{
    background: none;
    padding: 20px 25px;
    height: 65px;
    font-size: 20px;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
}
.chzn-container-single .chzn-single span{
    color:#606968;
}
.chzn-container .chzn-results{
    font-size: 20px;
}
.chzn-container-single .chzn-drop{
    margin-top: 1px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    margin: 0;
    padding: 0;
}
.chzn-container .chzn-results{
    margin: 0;
    padding: 0;
}
.chzn-container .chzn-results li{
    margin: 0;
    padding: 20px 25px;
}
.chzn-container .chzn-results li.group-option {
    padding-left: 40px;
}
.chzn-container .chzn-results li.highlighted,
.chzn-container .chzn-results li.result-selected {
    background: #f8f9fc;
    color: #cc0000;
}
.chzn-container .chzn-results li.highlighted:after,
.chzn-container .chzn-results li.result-selected:after{
    content: url(../images/selected.png);
    position: absolute;
    right: 20px;
}
.chzn-container-single .chzn-single div{
    width: 50px;
    text-align: center;
    padding-top: 17px;
}
.chzn-container-single .chzn-single div b{
    background: none;
    color: #cc0000;
    font-weight: bold;
}
.chzn-container-single .chzn-single div b:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-size: 17px;
}

.car-item .about-car .chzn-container-single .chzn-single{
    border: none;
}
.car-item .about-car .chzn-container-single .chzn-single{
    height: 80px;
    padding: 30px 25px;
}
.car-item .about-car .chzn-container-single{
    position: relative;
    display: inline-block;
}
.car-item .about-car .chzn-container-single .chzn-single div {
    padding-top: 28px;
}
.car-item .about-car  .chzn-container-single .chzn-single div{
    right: 10px;
}
.car-item .about-car .chzn-container-single .chzn-single div b:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-size: 30px;
}
.car-item .about-car .chzn-container-single .chzn-single span{
    color:#222222;
}
.car-item .about-car .chzn-container-single:before, .car-item .about-car .chzn-container-single:after
{
    content:"";
    position:absolute;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
}
.car-item .about-car .chzn-container-single:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.box-shadow-element{
    position: relative;
    display: inline-block;
}
.box-shadow-element:before, .box-shadow-element:after
{
    content:"";
    position:absolute;
    z-index:1;
    -webkit-box-shadow:0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 50px rgba(0,0,0,0.11);
    box-shadow:0 0 50px rgba(0,0,0,0.11);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
}
.box-shadow-element:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.car-item .about-car .select-variant .variant-label{
    padding: 27px 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #666666;
}

.car-item ul.tab-title{
    border: none;
    display: inline-block;
    margin: 50px 0 20px;
}
.car-item ul.tab-title li{
    padding: 0 40px;
}
.car-item ul.tab-title li a{
    text-transform: uppercase;
    font-size: 20px;
    color: #606968;
    font-family: "Arial";
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    border: none;
}
.car-item ul.tab-title li a:hover{
    border: none;
    padding: 0;
    margin: 0;
}
.car-item ul.tab-title li.active a,
.car-item ul.tab-title li.active a:hover,
.car-item ul.tab-title li.active a:focus{
    border: none;
    border-bottom: solid 2px #cc0000;
    padding-bottom: 5px;
    color: #cc0000;
    background: none;
}
.car-item .about-car .color-list{
    display: inline-block;
}
.car-item .about-car .color-list ul{
    border: none;
}
.car-item .about-car .color-list ul li{
    margin: 10px;
}
.car-item .about-car .color-list ul li a{
    border: solid 1px #cecece;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.car-item .about-car .color-list ul li.active a:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 18px;
}
.car-about-tab .color-image{
    margin: 0 50px;
}
.car-about-tab .color-image .tab-pane img {
    width: 100%;    
}
.car-item .about-car .color-image .color-title{
    font-size: 20px;
    margin: 0;    
}
.car-item .register-interest{
    position: relative;
}
.car-item .register-interest .image img{
    width: 100%;
}
.car-item .register-interest .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.car-item .register-interest label{
    display: block;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Arial";
}
.car-item .register-interest input[type=text],
.car-item .register-interest select{
    width: 100%;
    margin-bottom: 30px;
}
.car-item .register-interest input[type=text]{
    border: none;
    height: 50px;
    padding: 10px 20px;
}
.car-item .register-interest .radio{
    margin: 0;
}
.car-item .register-interest .radioGroup label {
    margin-bottom: 20px !important;
     margin-top: 0px;
}
.car-item .black-background .chzn-container-single .chzn-single {
    background: #ffffff;
    height: 50px;
    border: none;
    padding: 10px 20px;
}
.car-item .black-background .chzn-container-single .chzn-single div {
    padding-top: 13px;
}
.car-item .black-background .chzn-container-single .chzn-single span {
    line-height: 30px;
}
.car-item .register-interest .title{
    font-size: 55px;
    color: #ffffff;
    margin-bottom: 40px;
}
.car-item .register-interest .groupCheckbox{
    margin: 30px 0 0 0;
}
.car-item .register-interest .groupCheckbox label {
    background: url(../images/white-check.png) no-repeat 0 2px;
    padding-left: 40px;
}
.car-item .register-interest .groupCheckbox label.checked {
    background: url(../images/check-agree-active.png) no-repeat 0 2px;
}
.list-image {
    position: relative;
}
.list-image .sencond{
    padding-bottom: 15px;
}
.list-image .owl-controls .owl-nav div {
    position: absolute;
    height: 85px;
    width: 85px;
    top: 45%;
    text-indent: -9999px;
    display: block;
    margin: 0 !important;
    padding: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.list-image .owl-controls .owl-nav div:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/prev-c.png) no-repeat;
    content: "";
}
.list-image .owl-controls .owl-nav div.owl-next {
    right: -85px;
}
.list-image .owl-controls .owl-nav div.owl-prev {
    left: -90px;
}
.list-image .owl-controls .owl-nav div.owl-next:before{
	background: url(../images/next-c.png) no-repeat;
}
.list-image .col-image-big{
    width: 61.67%;
    float: left;
    padding-right: 15px;
}
.list-image .col-image-small{
    width: 38.33%;
    float: left;
}
.list-image .item .row{
    margin-left: 0;
    margin-right: 0
}
/****Exterior*****/
.popContentRight .pop-description{
    white-space: pre-wrap;
}
/****safety*****/
.car-item .safety{
    background: #f8f9fc;
    padding: 100px 0;
    text-align: center;
}
.car-item .safety .title{
    font-size: 55px;
    margin: 0;
}
/* .car-item .safety ul.tab-title{
} */
.list-safety .item{
    width: 33.333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.list-safety .owl-item .item{
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.list-safety .item .image img{
    width: 100%;
}

#kit-packages .box-slider{
    padding: 0 70px;
}
.list-image.owl-carousel.row{
    margin-left: 0;
    margin-right: 0;
}
.list-safety .item .title{
    font-size: 22px;
    line-height: 32px;
    margin: 25px 0 20px;
}
.safety-item{
    clear: both;
}
/******specifications*********/
.specifications{
    padding: 100px 0;
    background: #f8f9fc;
}
.specifications #accordion{
    clear: both;
    margin-top: 50px;
}
.specifications .top{
    overflow: hidden;
}
.specifications .title{
    margin: 0;
}
.specifications .panel-default >.panel-heading{
    background-color: #f8f9fc;
    padding: 25px 0;
}
.specifications .panel{
    border: none;
    box-shadow: none;
    border-top: solid 1px #dce4e9;
    margin-top: 0;
    background-color: #f8f9fc;
}
.specifications .panel-default >.panel-heading .panel-title>a{
    font-size: 20px;
    color: #222222;
    display: block;
    position: relative;
}
.specifications .panel-default >.panel-heading .panel-title>a:after{
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 20px;
    position: absolute;
    right: 0;
    color: #cc0000;
}
.specifications .panel-default >.panel-heading .panel-title>a.collapsed:after{
    content: "\f067";
}
.specifications .panel-default >.panel-collapse table{
    width: 100%;
}
.specifications .panel-default >.panel-collapse table thead{
    font-size: 20px;
    color: #222222;
}
.specifications .panel-default >.panel-collapse table thead th{
    padding-bottom: 20px;
}
.specifications .center{
    text-align: center;
}
.specifications .panel-default >.panel-collapse table th,
.specifications .panel-default >.panel-collapse table td{
    padding-right: 15px;
    padding-bottom: 15px;
}
.link-view-more{
    color: #cc0000;
    font-size: 25px;
    font-family: "Arial";
}
.specifications .panel-group .panel+.panel{
    margin-top: 0;
    overflow: hidden;
}
.specifications .action{
    text-align: center;
    margin-top: 50px;
}
.specifications .action .load-more-btn{
    cursor: pointer;
}
.specifications .panel-group .panel:last-child{
    border-bottom: solid 1px #dce4e9;
}
.display-none{
    display: none;
}
#compare-page .variant-label td{
    font-family: "Arial";
    color: #222222;
}
/******parts-accessories*********/
.maingallery{
    padding: 100px 0;
    text-align: center;
}
/******parts-accessories*********/
.parts-accessories{
    padding: 100px 0;
    background: #f8f9fc;
}
.parts-accessories .title{
    font-size: 55px;
    margin-bottom: 40px;
    line-height: 64px;
    margin-top: 150px;
}
.parts-accessories .description{
    font-size: 20px;
    color: #606968;
}
.parts-accessories .view-more{
    font-size: 25px;
    color: #cc0000;
    font-family: "Arial";
    margin-top: 40px;
    display: block;
}
.parts-accessories .part{
    margin-bottom: 30px;
}
.parts-accessories .part.part0{
    margin-top: 55px;
}
/******loan-calculator*********/
.loan-calculator{
    padding: 100px 0;
}
.loan-calculator .loan-box{
    width: 100%;
}
.loan-calculator .loan-box::before,
.loan-calculator .loan-box::after{
    z-index: 0;
}
.loan-calculator .calculator-box{
    padding: 60px;
}
.loan-calculator .price-box{
    padding: 40px 60px;
    background: #fbfbfb;
}
.loan-calculator .calculator-box .title{
    margin: 0 0 50px;
}
.loan-calculator .calculator-box .control-group{
    margin-bottom: 30px;
}
.loan-calculator .calculator-box .control-group>label{
    color: #666666;
    font-size: 20px;
    margin-bottom: 15px;
}
.loan-calculator .calculator-box .control-group>label span{
    color: #cc0000;
}
.loan-calculator .calculator-box .control-group input[type="text"]{
    height: 45px;
    width: 100%;
    padding: 15px;
}
.loan-calculator .calculator-box a.calculator{
    width: 100%;
    cursor: pointer;
}
.loan-calculator .calculator-box .note{
    font-size: 18px;
    color: #cc0000;
    display: none;
}
.loan-calculator .price-box h4{
    font-size: 25px;
}
.loan-calculator .price-box label{
    font-size: 18px;
}
.loan-calculator .price-box label.monthly{
    font-size: 25px;
    color: #cc0000;
}
.loan-calculator .calculator-variant>label{
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
    display: block;
}
.loan-calculator .calculator-variant .select-variant-calculator{
    width: 100%;
}
.loan-calculator .calculator-variant .chzn-container-single .chzn-single{
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 35px;
    color: #222222;
    font-family: "Arial";
}
.loan-calculator .calculator-variant .chzn-container-single .chzn-single span{
    padding-top: 15px;
    height: 100%;
}
.loan-calculator .calculator-variant .chzn-container-single.chzn-container-active .chzn-single{
    box-shadow: none;
}
.loan-calculator .calculator-variant .chzn-container-single .chzn-single div b:before {
    font-size: 30px;
}
.loan-calculator .calculator-variant .variant-info .price{
    font-size: 25px;
}
.loan-calculator .calculator-variant .variant-info .price>span{
    font-size: 28px;
    color: #cc0000;
    font-family: "Arial";
}
.loan-calculator .calculator-variant .variant-info .intro-image{
    margin: 20px 0;
}
.loan-calculator .calculator-variant .variant-info .intro-image img{
    width: 100%;
}
/******kit-packages*********/
#kit-packages{
    background: url(../images/body-kit-backgound.jpg) no-repeat 0 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0;
}
.kit-packages .title{
    font-size: 55px;
    color: #ffffff;
    text-align: center;
}
.kit-packages .description{
    color:#a0a0a0;
    text-align: center;
}
.kit-packages .list-packages{
    margin-top: 80px;
}
.kit-packages .list-packages .content .title{
    font-size: 20px;
    margin-top: 40px;
    text-align: left;
    margin-bottom: 0;
}
.kit-packages .list-packages .content .description{
    margin-top: 25px;
    text-align: left;
}
.kit-packages .list-packages .content .price{
    font-size: 20px;
    color: #cc0000;
    font-family: "Arial";
    margin-right: 10px;
}
.kit-packages .list-packages .content .old-price{
    font-size: 18px;
    color: #888888;
    text-decoration: line-through;
}
.get-a-quote.test-drive .page-header {
    border: none;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}
.get-a-quote.test-drive .page-header h1{
    margin-top: 0;
}
.get-a-quote.test-drive .description,
.rsform-block-description {
    text-align: left;
    font-size: 24px;
    padding: 0 0 80px;
    line-height: 34px;
}
.get-a-quote.test-drive .group-controls.main-group label{
    text-transform: uppercase;
    font-size: 16px;
}
.get-a-quote .required-label{
    width: 100%;
    text-align: left;
    padding: 0 15px;
}
.rsform-block-require{
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 15px;
}
.group-controls.main-group{
    margin-bottom: 40px;
}
.test-drive .intro-image img{
    width: 100%;
}
.test-drive .info{
    padding-top: 100px;
}
.test-drive .main-group .chzn-container-single:before, .test-drive .main-group .chzn-container-single:after {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    box-shadow: 0 0 50px rgba(0,0,0,0.11);
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}
.test-drive .main-group .chzn-container-single:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
.get-a-quote.test-drive .main-group .chzn-container-single .chzn-single{
    border: none;
}
.get-a-quote.test-drive .main-group .group-controls select {
    height: 80px;
    padding: 30px;
}
.get-a-quote.test-drive .main-group .chzn-container-single .chzn-single {
    padding: 30px;
    height: 80px;
    font-size: 28px;
}
.get-a-quote.test-drive .main-group .chzn-container-single .chzn-single div b:before {
    font-size: 30px;
}
.get-a-quote.test-drive .main-group .chzn-container-single .chzn-single div {
    padding-top: 27px;
}
.opening-hours{
    padding: 50px 0;
    border-top: solid 1px #d7d7d7;
    margin-top: 20px;
}
.opening-hours label{
    display: block;
    font-size: 18px;
    color: #222222;
}
.opening-hours .first p{
    font-size: 16px;
    font-family: "Arial";
}
.opening-hours .first i{
    font-size: 40px;
    color: #cc0000;
    padding: 20px 20px 0 0;
}
.opening-hours .first i{
    font-size: 40px;
    color: #cc0000;
    padding: 20px 20px 0 0;
}
.opening-hours .first span{
    position: absolute;
    top: 25px;
    left: 70px;
}
.opening-hours .second{
    border-right: solid 1px #d7d7d7;
}
.opening-hours .third{
    padding-left: 100px;
}
/***----price-guide-------****/
.price-guide{
    padding: 100px 60px;
}
.price-guide .price-guide-description{
    text-align: center;
}
.price-guide .price-guide-description .description {
    font-size: 20px;
    padding: 0 165px 60px;
}
.price-guide .price-guide-description .page-header{
    margin: 0 0 50px;
}
.price-guide .description {
    font-size: 16px;
    margin-top: 40px;
}
.price-guide .price-guide-description .page-header{
  margin-bottom: 35px;
}
.price-guide .price-guide-description .description{
  font-size: 24px;
  line-height: 40px;
}
.price-guide table thead th{
  background: #f8f9fc;
  text-transform: uppercase;
  font-size: 16px;
  color:#222222;
  padding:16px 18px;
  border:none;
  font-family: "Arial";
}
.price-guide table tr.main-item,
.price-guide table tr.variant-item{
    height: 28px;
}
.price-guide table tr.no-data{
  border-bottom: 1px solid #ccc;
}
.price-guide table tr td{
  border:none;
  vertical-align: middle;
}
.price-guide table tr td.image{
  width: 450px;
}
.price-guide table tr td .image img{
  width: 450px;

}
.price-guide table tr td.car-title{
  color:#222222;
  font-size: 20px;
  font-family: "Arial";
  padding-left: 100px;
  padding-top: 30px;
}
.price-guide table tr th.car-title{
    padding-left: 100px;
}
.price-guide table tr td.variant-title{
  color:#606968;
  padding-left: 100px !important;
  width: 30%;
}
.price-guide table tr td.price{
  color:#606968;
  font-family: "Arial";
  text-align: center;
}
.price-guide table tr td.variant-title,.price-guide table tr td.price{
  padding: 0px;
}
/****/
.slider-container .scale ins {
    font-size: 14px;
    font-family: "Arial";
}
.loan-calculator .calculator-box .control-group input[type="text"].error {
    border: solid 1px #cc0000;
}
.loan-calculator .page-header h1{
    margin: 0 0 50px;
}
.loan-calculator .loan-calculator-description{
    text-align: center;
}
.loan-calculator .description{
    font-size: 20px;
    padding: 0 165px 60px;
}
.normal-select select{
    width: 100%;
}
.loan-calculator .normal-select .chzn-container-single .chzn-single {
    border: solid 1px #d7d7d7;
    font-size: 20px;
    color: #222222;
    font-family: "Arial";
    padding: 13px 15px;
    height: 50px;
    z-index: 1;
}
.loan-calculator .normal-select .chzn-container-single .chzn-single span{
    padding-top: 0;
    height: auto;
}
.normal-select .chzn-container-single .chzn-single div {
    padding-top: 13px;
}
.normal-select .chzn-container-single .chzn-single div b:before{
    font-size: 18px !important;
}
.loan-calculator .select-option-wapper{
    position: absolute;
    width: 530px;
    display: none;
}
.loan-calculator .select-option{
    width: 100%;
    padding: 35px;
    background: #ffffff;
}
.normal-select .chzn-container{
    margin-bottom: 20px;
}

.loan-calculator .select-option .control-group label{
    font-size: 18px;
    color: #888888;
}
.loan-calculator .select-option .change-vehicle{
    z-index: 1;
    position: relative;
    width: 100%;
}
.normal-select .chzn-container .chzn-results li {
    padding: 15px 45px 15px 15px;
    line-height: 26px;
}
.loan-calculator .select-option-label{
    font-size: 35px !important;
    color: #222222 !important;
    text-transform: none !important;
    display: block;
    margin: 15px 0 20px;
    cursor: pointer;
}
.loan-calculator .select-option-label:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-size: 17px;
    position: absolute;
    left: 530px;
    font-size: 35px;
    color: #cc0000;
}
.brochure{
    padding: 140px 0;
}
.brochure .page-header h1{
    margin: 0 0 50px;
}
.brochure .brochure-description{
    text-align: center;
}
.brochure .description{
    font-size: 20px;
    padding: 0 165px 60px;
}
.brochure .item{
    text-align: center;
    margin-bottom: 80px;
}
.brochure .item .title{
    font-size: 28px;
    color:#222222;
    font-family: "Arial";
    margin-top: 20px;
}
.brochure .item .image{
    height: 250px;
}
.brochure .item .image img{
    width: 100%;
}
.models{
    padding: 140px 0;
}
.models .models-description{
    text-align: center;
}
.models .models-description .page-header{
    margin: 0 0 40px;
}
.models .models-description .page-header h1{
    margin: 0;
}
.models .models-description .description{
    margin-bottom: 100px;
}
.models .item-wapper{
    margin-bottom: 60px;
}
.models .item{
    padding: 30px;
    text-align: center;
}
.models .action{
    display: none;
    height: 70px;
}
.models .action .btn{
    width: 100%;
    font-size: 18px;
}
.models .action .btn:after{
    font-family: 'FontAwesome';
    font-size: 18px;
    right: 40px;
    position: absolute;
}
.models .action .learn-more-btn:after{
    content: "\f067";
}
.models .action .compare-btn{
    border: solid 2px #d1d1d1;
    background: #ffffff;
    color: #cc0000;
}
.models .action .compare-btn:after{
    content: "\f107";
}
.models .item .content label{
    margin-bottom: 25px;
}
.models .item .content label span{
    font-size: 25px;
    color: #cc0000;
}
.models .item:hover{
    padding: 60px 50px;
    position: relative;
}
.models .item:hover:before, .models .item:hover:after {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    box-shadow: 0 0 50px rgba(0,0,0,0.11);
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}
.models .item:hover:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
.models .item .image{
    height: 320px;
}
.models .item:hover .image{
    height: 190px;
}
.models .item .image img{
    max-width: 100%;
    max-height: 100%;
}
.models .item:hover .action{
    display: block;
}
.models .item .list-variants{
    padding: 0;
    background: #ffffff;
    width: 400px;
    text-align: left;
    position: absolute;
    left: 15px;
    top: 80px;
    display: none;
}
.models .item .list-variants .variant-item{
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.models .item .list-variants .variant-item:nth-child(odd) {
    background: #ffffff;
}
.models .item .list-variants .variant-item:nth-child(even) {
    background: #f8f9fc;
}
.models .item .list-variants .variant-item .title{
    font-size: 20px;
    margin: 0 0 10px;
}
.models .item .list-variants ul{
    padding: 0;
}
.models .item .list-variants .variant-item label{
    font-size: 18px;
    margin-bottom: 0;
}
.models .item .list-variants .variant-item label span{
    font-size: 18px;
}
#compare-mod .compare{
    background: #cc0000;
    color: #ffffff;
    width: 270px;
    padding: 25px;
    height: 70px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -100px;
}
#compare-mod .compare label{
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}
#compare-mod .compare label span{
    font-size: 16px;
    text-transform: none;
}

#compare-mod .compare label:after {
    font-family: 'FontAwesome';
    font-size: 18px;
    right: 0;
    position: absolute;
    content: "\f067";
}
#compare-mod{
    position: fixed;
    left: 0;
    top: 240px;
    z-index: 2000;
}
#container_2 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#compare-mod .compare-expand{
    width: 255px;
    display: none;
    top: -100px;
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#compare-mod .compare-expand .header{
    background: #cc0000;
    color: #ffffff;   
    padding: 20px 25px;
    position: relative;
    z-index: 1;
}
#compare-mod .compare-expand .header label{
    color: #ffffff;   
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
}
#compare-mod .compare-expand .header label:after{
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 25px;
    position: absolute;
    content: "\f068";
}
#compare-mod .compare-expand .content{
    padding: 20px 25px;
    background: #ffffff;
    overflow: hidden;
}
#compare-mod .count-car{
    font-size: 16px;
}
#compare-mod .compare-expand .content .list-car-compare .item-content .title{
    font-size: 16px;
    margin: 0;
}
#compare-mod .compare-expand .content .list-car-compare .item{
    text-align: center;
    padding: 15px 0;
    border-bottom: solid 1px #f2f2f2; 
    position: relative;
}
#compare-mod .compare-expand .content .list-car-compare .item-content label{
    font-size: 16px;
}
#compare-mod .compare-expand .content .list-car-compare .item-content label span{
    color: #cc0000;
}
#compare-mod .compare-expand .content .list-car-compare .item .image img{
    width: 100%;
}
#compare-mod .compare-expand .content .list-car-compare .item .close{
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    z-index: 1;
}
#compare-mod .btn-compare{
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px 0;
}
#compare-mod .btn-compare:hover{
    color: #fff;
}
#brochure-modal .modal-dialog{
    width: 930px;
}
#brochure-modal .modal-dialog .modal-content{
    border: none;
    border-radius: 0;
}
#brochure-modal .image-pop img{
    width: 100%;
}
#brochure-modal .content{
    padding: 70px 50px 0px 20px;
}
#brochure-modal .title{
    margin: 0 0 35px;
}
#brochure-modal input[type="text"]{
    width: 100%;
    padding: 20px;
    height: 60px;
    margin-bottom: 20px;
}
#brochure-modal label{
    font-size: 16px;
}
#brochure-modal .groupCheckbox label {
    padding-left: 50px;
    margin-bottom: 20px;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2100;
    cursor: pointer;
}
#overlay .imageLoad{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}
.compare-page{
    padding: 140px 0;
}
.compare-page table tr td{
    text-align: center;
    padding: 20px;
}
.compare-page table tr td.loan-calculator{
    text-align: left;
}
.compare-page table tr td.loan-calculator .select-option-label{
    position: relative;
}
.compare-page table tr td.loan-calculator .select-option-label:after{
    right: 0;
    left: auto;
}
.compare-page table tr td.loan-calculator .calculator-variant{
    position: relative;
}
.compare-page table tr td.loan-calculator .select-option-wapper{
    width: 100%;
}
.compare-page .table >tbody+tbody{
    border-top: 1px solid #ddd;
}
.compare-page .specifications-category td:after{
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 20px;
    float: right;
    color: #cc0000;
}
.compare-page .specifications-category.collapsed td:after{
    content: "\f067";
}
.position-mobile{
    display: none;
}
.car-about-tab{
    position: relative;
}
.interior-select{
    width: 300px;

}
.car-about-tab .tab-pane .chzn-container{
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1;
}
.lSAction > a{
    width: 85px;
    height: 85px;
    margin-top: -42px;
    background-image: none;
}
.lSSlideOuter .lSPager.lSGallery li.active{
    border: solid 2px #cc0000;
    border-radius: 0;
}
.imageGallery.lightSlider{
    height: auto !important;
}
.price-guide table tr td.price .price-mobile{
    display: none;
}
#fancybox-close {
    position: absolute;
    top: -12px;
    right: -14px !important;
    width: 30px;
    height: 32px;
    background: transparent url(images/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#brochure-modal p{
    font-size: 16px;
    font-family: 'Arial';
    font-weight: bold;
    color: #555;
}
.get-a-quote .group-controls .block-group label{
	display: block;
	width: 100%;
    margin-bottom: 0px !important;
}

.userForm.new-test-drive-form{
    display: block;
}
.new-test-drive-form .rsform-block-terms{
    padding-top: 40px;
    padding-bottom: 40px;
}
.new-test-drive-form .rsform-block-submit{
    text-align: left;
}
.new-test-drive-form .rsform-block-submit .btn-primary:hover{
	background: #cd2027;
}
.new-test-drive-form .rsform-block-sunday{
    padding-left: 100px;
}
.new-test-drive-form .rsform-block-monday-to-saturday{
    padding-left: 100px;
}
.new-test-drive-form .rsform-block-showrooms-opening-hours{
    position: relative;
}
.new-test-drive-form .rsform-block-showrooms-opening-hours i{
    font-size: 40px;
    color: #cc0000;
}
.new-test-drive-form .rsform-block-showrooms-opening-hours p{
	position:relative;
}
.new-test-drive-form .rsform-block-showrooms-opening-hours span{
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial";
    position: absolute;
    top: 15px;
    left: 50px;
}
.new-test-drive-form .rsform-block-image img{
    width: 100%;
}
.new-test-drive-form .formContainer .row:last-child .rsform-block{
	padding-top: 50px;
	border-top: solid 1px #d7d7d7;
}
.new-test-drive-form .formContainer .row:last-child > div{
	padding-right: 0;
	padding-left: 0;
}
.new-test-drive-form .formContainer .row:last-child > div p{
	padding: 10px 0;
}
.new-test-drive-form .formContainer .row:last-child > div:last-child{
	padding-right: 15px;
}
.new-test-drive-form .formContainer .row:last-child > div:first-child{
	padding-left: 15px;
}
.new-test-drive-form .formContainer .row:last-child > div:last-child p{
	border-left: solid 1px #d7d7d7;
	padding-left: 100px;
}
.new-test-drive-form .rsform-block-declaration .checkbox-inline{
	margin-left: 0;
}
.new-test-drive-form .rsform-block-acknowledge{
	font-size: 18px;
    font-family: 'Arial';
}
.intro-image,
.rsform-block-image{
	padding-left: 50px;
}
/* .new-test-drive-form .form-group{
    margin-bottom: 40px;
}
.new-test-drive-form .form-group .control-label{
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}
.new-test-drive-form .form-group.rsform-block-model .control-label{
    text-transform: uppercase;
}
.new-test-drive-form .rsform-block-model .formControls,
.new-test-drive-form .rsform-block-salutation .formControls,
.new-test-drive-form .rsform-block-preferred-showroom .formControls{
    position: relative;
}    
.new-test-drive-form .form-group .form-control.rsform-select-box{
    padding-right: 30px;
} 
.new-test-drive-form .rsform-block-model .formControls:after,
.new-test-drive-form .rsform-block-salutation .formControls:after,
.new-test-drive-form .rsform-block-preferred-showroom .formControls:after{
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 2px;
    top: 2px;
    font-weight: bold;
    color: #cc0000;
    background: #FFF;
    height: 61px;
    padding-top: 16px;
    width: 30px;
    font-size: 17px;
}
.new-test-drive-form .form-group .form-control{
    width: 100%;
    height: 65px;
    padding: 15px;
    margin-bottom: 40px;
    border: solid 2px #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    position: relative;
}
.new-test-drive-form .rsform-block-model .formControls .form-control{
    height: 80px;
    border: none;
}
.new-test-drive-form .rsform-block-model .formControls:after{
    height: 76px;
    font-size: 30px;
    padding-top: 24px;
}
.new-test-drive-form .rsform-block-model .formControls:before{
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.11);
    box-shadow: 0 0 50px rgba(0,0,0,0.11);
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}
.new-test-drive-form .rsform-submit-button {
    width: auto;
    padding: 30px 50px;
    height: auto;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    clear: both;
}
.new-test-drive-form .rsform-submit-button:hover {
    background: #cd2027;
}
.new-test-drive-form .rsform-block-terms-conditions-and-privacy-policy .formControls{
    margin-right: 20px;
} */
/* .new-test-drive-form .rsform-block-terms-conditions-and-privacy-policy{
    display: flex;
}
.radio-inline{
    margin-right: 50px;
} */
/* .new-test-drive-form .rsform-block-terms-conditions-and-privacy-policy label span{
    color: #555;
    cursor: pointer;
    background: url(../images/check-agree.png) no-repeat;
    height: 36px;
    width: 35px;
    border: none;
}
.new-test-drive-form .rsform-block-terms-conditions-and-privacy-policy label span:after {
    left: 12px;
    top: 7px;
}
.new-test-drive-form .rsform-block-existing-kah-motor-customer label span{
    background: url(../images/i_select.png) no-repeat 0 1px;
    border: none;
}
.new-test-drive-form .rsform-block-existing-kah-motor-customer label span:after{
    background-image: url(../images/i_selected.png);
} */