/* Minification failed. Returning unminified contents.
(824,1): run-time error CSS1035: Expected colon, found '}'
 */
/* #region Theme Home Queries */

.wrapper-banner .title h2 {
    background:#F26A2B;
    font-size:3rem;
    font-weight:600;
    color:#fff;
    text-align:center;
    padding: 1.5rem 0px 1.5rem 0px;
}

.wrapper-banner .title h2 span {
    color:#fff;
}

/*.title h2 span {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;

}*/

/*@keyframes  fadeIn {  0%, 100% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
}

@-moz-keyframes fadeIn{  0%, 100% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
}

@-webkit-keyframes{  0%, 100% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
}

@-o-keyframes fadeIn {  0%, 100% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
}

@-ms-keyframes fadeIn{  0%, 100% {
    opacity:0;
    }
    100% {
    opacity:1;
    }
}*/

.wrapper-banner .title {
    position:relative;
}



.wrapper-banner {
    background-color:#000;

}

.coupen-review:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #EB0002;
}

.coupen-review {
    position:relative;
    margin-top:3.75rem;
}

.coupen-review .wrapper-reviews h2 {
    font-size:2.5rem !important;
    font-family: 'Inter' !important;
    font-weight:400;
}

.coupen-review .wrapper-reviews h2 span {
    font-weight:700;
}

.coupen-review .wrapper-reviews .opinion {
    font-size:16px !important;
    font-weight:400;
     font-family: 'Inter';
     max-width:30.75rem;
}

.coupen-review .module-reviewsslider .author {
    font-size:1rem !important;
    font-weight:800;
    font-family: 'Inter';
    display:block;
    padding-bottom:0.625rem;
}

.coupen-review .module-reviewsslider .rating:after {
    color:#FFCE31;
    left: -6px !important;
}

.coupen-review .module-reviewsslider .rating:before {
     left: -6px !important;
}

.coupen-review .module-reviewsslider .reference {
     margin: 3rem 0 0 0;
}

.coupen-review .wrapper-reviews {
    padding-top: 55px;
    padding-bottom: 70px;
    position:relative;
    margin-left: 24px;
}

@media(max-width:991px) {
    .coupen-review .wrapper-reviews {
        margin-left: 0px;
    }
}

.coupen-review .wrapper-reviews:after {
    position:absolute;
    bottom:200px;
    right:0;
    width:4.375rem;
    height:3.438rem;
    content:"";
    background:url(/Themes/Automotive/Assets/images/quote.png);
    background-repeat:no-repeat;
}

.coupen-review .reference .link-reviews {
     position: relative;
    display:inline-block;
    width: 14rem;
    max-width: 100%;
    margin: 0 auto 0rem;
    padding: 1rem;
    border: none;
    background: #EB0002;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    font-family: "Inter", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius:0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.coupen-review .financing h2{
    font-size:3rem !important;
    font-weight:700;
    color:#fff;
    font-family: "Inter", Arial, sans-serif;
    text-transform:capitalize;
    padding-bottom:0.625rem;
}

.coupen-review .financing h3 {
    font-size:2.25rem !important;
    font-weight:600;
    color:#fff;
    font-family: "Inter", Arial, sans-serif;
}

.coupen-review .reference .link-reviews:hover {
    background:#333;
    color:#EB0002;
} 

.coupen-review .reference .link-reviews:focus {
    background:#333;
    color:#EB0002;
} 

.coupen-review .reference .link-writeareview {
    margin-right:0px;
}

.coupen-review .financing {
    position: relative;
    z-index: 1;
    padding-top: 52px;
    padding-bottom: 60px;
    padding-right: 40px;
}

.coupen-review:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url(/Themes/Automotive/Assets/images/review-bg.png) right;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 10px solid #fff;
}

.wrapper-reviews .navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    margin:0px !important;
}

.wrapper-reviews .navigation .owl-prev {
   width: 3rem;
    height: 3rem;
    border-radius: 0px;
    border: 0.062rem solid #EB0002;
    background: #fff;
    color: #EB0002;
    font-weight: 700;
    font-size: 33px;
    padding-top: 2px;
}

.wrapper-reviews .navigation .owl-next {
    width: 3rem;
    height: 3rem;
    border-radius: 0px;
    border: 0.062rem solid #EB0002;
    background: #fff;
    color: #EB0002;
    font-weight: 700;
    font-size: 33px;
    padding-top: 2px;
}

.coupen-review ul.detail {
    padding: 25px 0px 16px 16px;
    margin: 0px;
    display: flex;
    max-width: 452px;
    justify-content: space-between;
}

.coupen-review ul.detail li {
    font-size:1rem;
    font-weight:700;
    color:#fff;
    text-transform:capitalize;
    font-family:  Arial, sans-serif;
}

.coupen-review p{
    font-size: 1rem;
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    line-height: 28px;
    max-width: 421px;
}

.coupen-review ul.logoes-financing {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin-top: 32px;
}

.coupen-review .financing .btn {
   width: 186px;
    display: inline-block;
    background: #fff;
    color: #FF0204;
    margin-top: 4rem;
    margin-bottom: 0px;
}

.coupen-review .financing .btn:hover {
    background:#333;
    color:#fff;
} 

.coupen-review ul.logoes-financing img {
    max-width:9.375rem;
}

.coupen-review ul.logoes-financing li {
    list-style:none;
    padding:0 0.625rem;
}

.coupen-review ul.logoes-financing li:nth-child(2) img {
    max-width: 230px;
}

.coupen-review .snap-finance {
    width: 100%;
    margin-top: 1.5rem;
}

.coupen-review .rating {
    font-size:1rem;
    visibility:hidden;
}

.coupen-review .rating:after {
    visibility:visible;
}

.welcome-wrapper {
    background: #F2F2F2;
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 28px;
}

.welcome-wrapper:after {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:26rem;
    content:"";
    background: linear-gradient(360deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%), #D2CFCF;
}


.welcome-wrapper .wel-image {
    position:relative;
    z-index:1;
}

.title h2 span{
    font-size:3rem !important;
    font-weight:600 !important;
    color:#000;
    text-transform:capitalize;
    font-family: "Inter", Arial, sans-serif;
}

.welcome-wrapper h2.top span{
    font-weight:400 !important;
    padding:0px;
}

.title h2 {
    font-size:3rem !important;
    font-weight:600 !important;
    color:#000;
    text-transform:capitalize;
    font-family: "Inter", Arial, sans-serif;
}

.welcome-wrapper  span {
    font-size: 2.25rem;
    display: inline-block;
    font-weight: 500;
    padding-bottom: 18px;
    font-family: "Inter", Arial, sans-serif;
}

.welcome-wrapper p {
    font-size:1rem !important;
    font-family: "Inter", Arial, sans-serif !important;
    max-width:54.938rem;
    margin:0 auto !important;
}

.welcome-wrapper h3 {
    font-size:1.5rem !important;
    font-weight:600;
    font-family: "Inter", Arial, sans-serif;
    text-transform:capitalize;
    padding-top:1.5rem;
}

.welcome-wrapper ul li {
    list-style:none;
    padding:0 0.625rem;
}

.wrapper-map {
    position:relative;
    z-index:1;
}

.welcome-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 768px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.welcome-wrapper .wel-btn .btn {
    width:252px;
    display:inline-block;
    margin-bottom:0px;
}

.wrapper-aminities ul li{
    list-style:none;
}

.wrapper-aminities h3 {
    font-size:1rem;
    font-weight:600;
    color:#000;
    font-weight:600;
    font-family: 'Inter';
    padding-top:1rem;
    text-align:center;
    line-height:1.5rem;
    text-transform:capitalize;
}


.wrapper-aminities .owl-nav .owl-prev {
    background:unset;
    left: -58px;
    top: 37%;
    transform: translateY(-50%);
}

.wrapper-aminities .owl-nav .owl-prev:hover {
    background:unset;
}

.wrapper-aminities .owl-nav .owl-prev:after {
    color:#848484;
    font-size:33px;
}

.wrapper-aminities .owl-nav .owl-prev:hover:after {
    color:#EB0002;
    font-size:3.125rem;
    transition:all 0.3s;
}

.wrapper-aminities .owl-nav .owl-next {
    background:unset;
    right: -56px;
    top: 37%;
    transform: translateY(-50%);
}

.wrapper-aminities .owl-nav .owl-next:hover:after {
      color:#EB0002;
    font-size:3.125rem;
    transition:all 0.3s;
}

.wrapper-aminities .owl-nav .owl-next:hover {
    background:unset;
}

.wrapper-aminities .owl-nav .owl-next:after {
    color:#848484;
    font-size:33px;
}

.wrapper-aminities {
    background:#F2F2F2;
    padding-top:3.125rem;
    padding-bottom:5.625rem;
}

.title-career {
    background: #EB0002;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.title-career ul {
    display:flex;
    justify-content:space-around;
}

.title-career ul li {
    list-style:none;
    line-height:6.875rem;
    position:relative;
}

.title-career ul li:after {
    position:absolute;
    top:0;
    right:-110px;
    width:0.062rem;
    height:6.875rem;
    background:#fff;
    content:"";
}

.title-career ul li:last-child:after {
  display:none;
}

.wrapper-service .title h2 {
    color:#fff;
}

.wrapper-service {
    background:#FF0204;
}

.wrapper-service ul li {
    list-style:none;
    position:relative;
    padding-left:1.5rem;
}

.wrapper-service ul li:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    content: "";
} 

.wrapper-service ul li a {
    text-decoration:none;
    font-size:1.5rem;
    font-weight:600;
    color:#fff;
    font-family: 'Inter';
    text-transform:capitalize;
    line-height:1.875rem;
    padding-bottom:0.5rem;
    display:inline-block;
}

.wrapper-service ul li a:hover {
    color:#333;
    transition:all 0.3s;
}

.wrapper-service .service-btn .btn {
    width:186px;
    display:inline-block;
    background:#fff;
    color:#FF0204;
    margin-top:2.5rem;
    margin-bottom:0px;
}

.wrapper-service .service-btn .btn:hover {
    background:#333;
    color:#fff;
}

.wrapper-service .image {
     transform: scale(1.1);
}

.title-career ul li a {
    text-decoration:none;
    color:#fff !important;
}

.title-career ul li a:hover {
    color:#333 !important;
}

.wrapper-service .container {
    position:relative;
}

.wrapper-service .container:after {
    position: absolute;
    top: -40px;
    left: 0;
    width: 57%;
    height: 576px;
    content: "";
    background: url(/Themes/Automotive/Assets/images/service-img_new.png) left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
}

.wrapper-service .title {
    padding-bottom:1.875rem;
}

.col-md-offset-7 {
    padding-top:2.75rem;
    padding-bottom:2.75rem;
}

.wrapper-vehicle {
    padding-top: 6.25rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    background:url(/Themes/Automotive/Assets/images/vehicle-bg-main.png);
    background-repeat:no-repeat;
    background-size:cover;
    height:32.938rem;
    position:relative;
}

.wrapper-vehicle:after {
    position:absolute;
    bottom:16px;
    left:0;
    width:100%;
    height:421px;
    background:url(/Themes/Automotive/Assets/images/vehicle-bg-new.png) bottom center;
    content:"";
    background-repeat:no-repeat;

}

.wrapper-vehicle ul{
    display:flex;
    justify-content:center;
    padding-top:2.125rem;
    justify-content: space-evenly;
    max-width: 910px;
    margin: 0 auto;
}

.wrapper-vehicle ul li {
    list-style:none;
    position:relative;
}


.wrapper-vehicle .vehicle-inner {
    position:relative;
    z-index:1;
}

.wrapper-vehicle ul li:after {
    position: absolute;
    top: 0;
    right: -18px;
    width: 2px;
    height: 20px;
    background: #000;
    content: "";
    font-weight: 700;
}

.wrapper-vehicle ul li a {
    font-size:1.125rem;
    font-weight:600;
    color:#000;
   font-family: 'Inter';
   text-transform:capitalize;
   text-decoration:none;
}

.wrapper-vehicle ul li a:hover {
    color:#EB0002;
    transition:all 0.3s;
}

.wrapper-vehicle ul li:last-child:after{
    display:none;
}

.wrapper-warranty {
    position: relative;
    background: url(/Themes/Automotive/Assets/images/warranty-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
    padding-top: 50px;
    padding-bottom: 26px;
}

.wrapper-warranty:after {
    position: absolute;
    bottom: -79px;
    left: -90px;
    width: 504px;
    height: 301px;
    background: url(/Themes/Automotive/Assets/images/napa-servcie-img.png) left bottom;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
}

.wrapper-warranty .title h2 {
    line-height:3.875rem;
    padding-bottom:0.5rem;
}

.wrapper-warranty p {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 27px;
    max-width: 543px;
}

.wrapper-warranty .btn {
    width:10.688rem;
    display:inline-block;
    margin-top:2.5rem;
}

.wrapper-warranty .image img {
    margin:0px;
    text-align:center;
}

.wrapper-map .map-canvas {
     height: 250px;
}


wrapper-appointment .title {
    position:relative;
    z-index:99;
    text-align:center;
    margin-bottom:0.625rem;
}

.wrapper-appointment {
    padding-top: 50px;
    position:relative;
    padding-bottom: 50px;
    background:#EB0002;

}

.wrapper-appointment .title {
    text-align:center;
    padding-bottom: 13px;
}

.wrapper-appointment .title h2 {
    color:#fff;
    padding-bottom:1.062rem;
}


.wrapper-appointment p {
    color:#fff;
}

.wrapper-appointment  .btn-submit {
    max-width: 278px;
    background:#fff;
    color:#EB0002;
    margin: 2rem auto 1rem;
    font-family:  Arial, sans-serif;
}


.wrapper-appointment  .btn-submit:hover{
    background:#333;
    color:#fff;
}


.wrapper-appointment .bg-overlay {
    position:relative;
    z-index:2;
}

.wrapper-appointment:before {
     background-image:url(/Themes/Automotive/Assets/images/car-img.png);
   background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 36px;
    right: 0px;
    width: 25.875rem;
    height: 14rem;
    content: "";
}

.wrapper-appointment .input, .textarea, .select {
    border-color:#fff;
    background-color:transparent;
    color:#fff;
    font-family: 'Inter';
    font-weight: 400;
    border-left:none;
    border-right:none;
    border-top:none;
    border-radius:0px;
}

.input.error, .textarea.error, .select.error {
    border-color:#333 !important;
}
 
.wrapper-appointment .module-appointmentsshortform .btn-datepicker:after, .module-appointmentsshortformnarrow .btn-datepicker:after {
    color:#fff !important;s
}

.wrapper-appointment .input::placeholder {
    color:#fff;
    font-family: 'Inter';
    font-weight: 400;
}

.wrapper-appointment .select {
     border-color:#fff;
    background-color:transparent;
    color:#fff;
   font-family: 'Inter';
    font-weight: 300;
     border-left:none;
    border-right:none;
    border-top:none;
    border-radius:0px;
    background:url(/Themes/Automotive/Assets/images/chevron-down.svg) !important;
    background-repeat:no-repeat !important;
    background-position: right 1.25rem center !important;
}


.wrapper-appointment .textbox.error {
    border: 1px solid #f44336;
    background: #fff;
    color: #000;
    box-shadow: 0 0 0 #fff;
}

.wrapper-appointment .select::placeholder {
    color:#fff;
    font-family: 'Inter';
    font-weight: 300;
}

.wrapper-appointment .module-appointmentsshortform {
    margin-bottom:0px;
}

.wrapper-appointment .preloader {
    background:unset;
}







@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (max-width: 1200px) {

}

@media (max-width:1223px) {
.coupen-review ul.logoes-financing img {
    max-width: 100px;
}
.coupen-review ul.logoes-financing li:nth-child(2) img {
    max-width: 145px;
}
}

@media (max-width:1199px) {
    .welcome-wrapper .title {
        position:relative;
        z-index:1;
    }
    .title-career ul li:after {
        right: -48px;
    }
    .wrapper-aminities .owl-nav .owl-prev {
        left:-38px;
    }
    .wrapper-aminities .owl-nav .owl-next {
        right:-38px;
    }
    
}

@media (max-width: 991px) {
    .title h2 span{
        font-size:2rem !important;
    }

    .title h2 {
        font-size:2rem !important;
    }

    .wrapper-service .title h2 {
         font-size:2rem !important;
    }

     .coupen-review:after {
        display:none
    }
    .coupen-review:before {
       display:none;
    }
    .wrapper-reviews {
        text-align:center;
    }
    .coupen-review .wrapper-reviews .opinion {
        margin-left:auto;
        margin-right:auto;
    }
    .coupen-review .image:before {
       display:none;
    }
    .coupen-review .module-couponslist .title {
        max-width:100%;
    }
    .coupen-review .module-couponslist .content {
        max-width:100%;
    }
    .coupen-review .module-couponslist {
        text-align:center;
        margin-bottom:0px;
        margin-top:4rem;
    }
    .wrapper-welcome h2 {
        font-size: 2.5rem !important;
    }
    .wrapper-reviews h2 {
       font-size: 2.5rem;
    }
    .coupen-review .financing {
        background:#EB0002;
        text-align:center;
        padding: 40px 24px;
    }
    .coupen-review ul.detail {
        margin:0 auto;
    }
    .coupen-review p {
        margin-left:auto;
        margin-right:auto;
    }
    .coupen-review ul.logoes-financing {
        justify-content:center;
        margin-right:auto;
        margin-left:auto;
    }
    .coupen-review .wrapper-reviews {
        padding-bottom:0.625rem;
    }
    .coupen-review .wrapper-reviews:after {
        bottom:9.375rem;
    }
    .title-career ul li {
        font-size:1.625rem;
        line-height: 4.875rem;
    }

  
    .wrapper-service .container:after {
       transform: translateX(-50%);
        top: -40px;
        left: 50%;
        width: 300px;
        height: 257px;
    }
    .flexbox.align-items-center {
        justify-content:center;
    }
    .col-md-offset-7 {
        padding-top: 16.75rem;
    }
    .wrapper-vehicle ul li:after {
        right:-9px;
    }
    .wrapper-warranty {
        text-align:center;
    }
    .wrapper-warranty p {
        margin-left:auto;
        margin-right:auto;
    }
    .wrapper-warranty .image img {
        display:inline-block;
        padding-bottom:5.875rem;
    }
    .wrapper-warranty:after {
        top:11.312rem;
    }
    .hd-phone-link:after {
        left:-18px;
    }

    .coupen-review ul.logoes-financing li:nth-child(2) img {
        max-width: inherit;
    }
    .coupen-review ul.logoes-financing img {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .coupen-review ul.logoes-financing {
        display:block;
            margin-top: 32px;
    }
    .coupen-review ul.logoes-financing li {
        padding-bottom:1.25rem;
    }
    .coupen-review .financing .btn {
            margin-top: 4rem;
    }
    .title h2 span{
        font-size: 1.3rem !important;
    }
     .title h2 {
        font-size: 1.3rem !important;
    }
    .coupen-review .financing h2 {
        font-size:1.7rem !important;
    }
    .coupen-review .financing h3 {
        font-size:1rem !important;
    }
    .coupen-review ul.detail li {
        font-size:0.8rem;
    }
    .coupen-review ul.detail {
        max-width:23rem;
    }
    .coupen-review .financing {
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    .wrapper-reviews .navigation {
        right: 37%;
        bottom:111px;
    }
    .coupen-review .module-reviewsslider .reference {
       margin: 7rem 0 0 0;
    }
    .welcome-wrapper:after {
        height:15rem;
    }
    .welcome-wrapper ul {
       margin-top: 32px !important;
       display: block;
    }
    .welcome-wrapper h3 {
        font-size:1.1rem;
    }
    .welcome-wrapper ul li {
        padding-bottom:1.875rem;
    }
    .title-career ul li:after {
          right: -12px;
          height:4.875rem;
    }
    .col-md-offset-7 {
        padding-top: 15.75rem;
        max-width: 300px;
        margin: 0 auto;
    }
    .wrapper-vehicle ul {
        display:block;
    }
    .wrapper-vehicle ul li:after{
        display:none;
    }
    .wrapper-vehicle ul li {
        margin-bottom:0.938rem;
    }
    .wrapper-vehicle {
        height: 45.938rem;
    }
    .coupen-review .snap-finance {
        margin-top: 1rem;
    }
}

@media (max-width: 599px) {}

@media (max-width: 479px) {
    .wrapper-banner .title h2 {
       font-size: 0.9rem !important;
    }
    .coupen-review ul.detail {
        max-width:7.5rem;
        display: block;
        text-align: left;
        margin: 0 auto;
    }
    .coupen-review ul.detail li {
        font-size: 0.8rem;
        position: relative;
        max-width: 100px;
        padding-bottom: 10px;
        max-width:initial;
    }
    .coupen-review .wrapper-reviews h2 {
        font-size:1.5rem !important;
    }
    .welcome-wrapper h3 {
        font-size:0.9rem !important;
    }
    .title-career ul li {
        font-size:1rem;
    }
    .wrapper-warranty .title h2 {
       line-height: 1.875rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1223px) {}

@media (min-width: 1224px) and (max-width: 1900px) {}

/* #endregion */
