@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'McLaren Bespoke';
    src: url('../fonts/McLarenBespoke-Bold.woff2') format('woff2'),
        url('../fonts/McLarenBespoke-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'McLaren Bespoke';
    src: url('../fonts/McLarenBespoke-Light.woff2') format('woff2'),
        url('../fonts/McLarenBespoke-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'McLaren Bespoke';
    src: url('../fonts/McLarenBespoke-Regular.woff2') format('woff2'),
        url('../fonts/McLarenBespoke-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,
details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,
label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,
span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-smooth: always
}
ul, li {
    list-style: none;
}
button:focus,
input:focus {
    outline: none;
}
img {
    max-width: 100%;
}

/****/
body {
    background: #fff;
}
.main-wrap .container {
    width: 100%;
    max-width: 1280px;
}
.text-center {
    text-align: center  !important;
}
.banner-wrap {
    padding: 65px 0;
}
.banner-title {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
    text-align: center;
}
.banner-content {
    color: #FFFFFF;    
  font-family: "McLaren Bespoke";
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.mt-35 {
    margin-top: 35px !important;
}
.sell-trade-wrap {
    background-color: #fff;
    padding: 70px 0;
}
.st-box{
    background-color: #f2f2f2;
}
.process-work-box {
    padding-top: 66px;
    padding-bottom: 66px;
}
.call-text {
    color: #0C2340;
    font-family: "McLaren Bespoke";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}
.call-no {
    color: #666666;
    font-family: "McLaren Bespoke";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 39px;
    text-align: center;
    margin-top: 7px;
}
.process-title {
    color: #666666;
    font-family: "McLaren Bespoke";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 53px;
    text-align: center;
    margin-top: 44px;
}
.process-list {
    max-width: 450px;
    margin: 60px auto 0;
}
.process-list li {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.count-circle {
    height: 54px;
    width: 54px;
    line-height: 54px;
    background-color: #0C2340;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
}
.pl-content {
    color: #666666;
    font-family: Helvetica;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding-left: 22px;
    text-transform: uppercase;
}
.sell-trade-box {
    padding-top: 70px;
    padding-bottom:50px;
}
.st-title {
    color: #222222;
    font-family: "McLaren Bespoke";
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 65px;
    text-align: center;
}
.mxw-450 {
    max-width: 450px;
    margin: 0 auto;
}
.custom-form label {
    color: #000;
    font-family: "McLaren Bespoke";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
}
.custom-form .vi-mid label {
    color: #fff;
}
.custom-form .form-control {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #333;
    font-family: "McLaren Bespoke";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    height: 60px;
    border-radius: 0;
}
.custom-form .form-control::-webkit-input-placeholder { /* Edge */
    color: #B5B1B1;
}

.custom-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B1B1;
}

.custom-form .form-control::placeholder {
    color: #B5B1B1;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.red-btn {
    border: 2px solid #F47921;
    background-color: #F47921;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    color: #fff;
    font-family: "McLaren Bespoke";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
}
.w-100 {
    width: 100% !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.iv-block {
    color: #000000;
    font-family: "McLaren Bespoke";
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.67px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    padding: 25px 40px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.39);
}
.tg-logo {
    display: inline-block;
    padding: 25px 0;
}
.sub-heading {
    color: #F47921;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.main-heading {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 53px;
    text-align: center;
}
.mt-10 {
    margin-top: 10px !important;
}
.demand-vehicle-wrap {
    background-color: #fff;
    padding: 75px 0 70px;
}
.black-box {
    background-color: #F2F2F2;
    width: 100%;
    min-height: 330px;
    padding: 75px 25px 15px;
    position: relative;
}
.black-box p {
    color: #8f8f8f;
    font-family: "McLaren Bespoke";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.dv-title {
    color: #333333;
    font-family: "McLaren Bespoke";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 12px;
}
.pt-140 {
    padding-top: 140px !important;
}
.dv-img {
    position: absolute;
    top: -55px;
    left: 0;
    transform: translate(0, 0);
    height: 120px;
    line-height: 120px;
    padding: 0 15px;
    width: 100%;
}
.dv-img img {
    min-width: 200px;
    display: block !important;
    width: auto !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.vehicle-info-wrap {
    border-top: 1px solid #F47921;
    border-bottom: 1px solid #F47921;
    background-color: #161515;
    padding: 50px 0 60px;
}
.vehicle-info-wrap .custom-form {
    margin: 0;
}
.vi-title {
    color: #fff;
    font-family: "McLaren Bespoke";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 55px;
}
.d-flex {
    display: flex !important;
}
.mnw-480 {
    min-width: 480px;
}
.align-items-end {
    align-items: flex-end;
}
.vi-right {
    margin-left: 25px;
}
.vi-right .red-btn {
    height: 60px;
    font-weight: 500;
}
.vi-mid {
    margin-left: auto;
    padding-left: 20px;
}
.google-review-wrap {
    padding: 130px 0 190px;
    background-color: #242323;
}
.review-box {
    background-color: #000000;
    padding: 30px 60px 30px 30px;
    position: relative;
	 border: 1px solid #000000 !important;
}


.review-contant {
    min-height: 190px;
}
.review-box p {
     opacity: 0.5;
    color: #FFFFFF !important;
    font-family: Helvetica;
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 32px !important;
}
.review-slider {
    margin-top: 60px;
}
.review-slider .item {
    padding: 60px 20px 20px;
}
.review-slider.owl-carousel .owl-nav button span {
    display: none !important;
}
.review-slider.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/prev.svg) no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: 100%;
    position: absolute;
    left: -40px;
    top:50%;
    margin-top:-21px;
}
.review-slider.owl-carousel .owl-nav button.owl-next {
    background: url(../img/next.svg) no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: 100%;
    position: absolute;
    right: -40px;
    top:50%;
    margin-top:-21px;
}
.rating img {
    margin-right: 8px;
    max-width: 23px !important;
    max-height: 22px;
    display: inline-block !important;
}
.rating-block {
    margin-top: 30px;
}
.quote-icon {
    background: url(../img/quote-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 64px;
    height: 54px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.rater-name {
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 15px;
}
.review-user-logo {
    position: absolute;
    right: -20px;
    top: -35px;
}
.review-user-logo img {
    max-width: 74px;
    max-height: 74px;
}
.review-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.review-slider .owl-dot {
    height: 12px;
    width: 12px;
    opacity: 0.2;
    background-color: #FFFFFF !important;
    border-radius:50%;
    margin: 0 10px;
}
.review-slider .owl-dot.active {
    background-color: #F47921 !important;
    opacity: 1;
}
.tips-vehicle-wrap {
    padding: 100px 0 70px;
    background: #fff;
}
.tips-vehicle-wrap p {
    opacity: 0.7;
    color: #000000;
    font-family: "McLaren Bespoke";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 30px;
}
.yellow-text {
    color: #fff !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.demand-vehicle-slider .item {
    padding-top: 100px;
}
.demand-vehicle-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.demand-vehicle-slider .owl-dot {
    height: 12px;
    width: 12px;
    background-color: #E5E5E5 !important;
    border-radius: 50%;
    margin: 0 10px;
}
.demand-vehicle-slider .owl-dot.active {
    background-color: #0C2340 !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.order-2 {
    order:  2 !important;
}
.trade-up-wrap {
    padding: 100px 0 100px;
    background-color: #242323;
}
.tu-sub-heading {
    color: #F47921;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.tu-title {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 53px;
    text-align: center;
    margin-bottom: 45px;
}

.car-slider.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/gradient-left.png) no-repeat left top;
    background-size: 100% 100%;
    height: 100%;
    width: 190px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
} 
.car-slider.owl-carousel .owl-nav button.owl-prev span {
    text-indent: -9999px;
    background: url(../img/slider-arrow-left.png) no-repeat center center;
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.car-slider.owl-carousel .owl-nav button.owl-next {
    background: url(../img/gradient-right.png) no-repeat right top;
    background-size: 100% 100%;
    height: 100%;
    width: 190px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.car-slider.owl-carousel .owl-nav button.owl-next span {
    text-indent: -9999px;
    background: url(../img/slider-arrow-right.png) no-repeat center center;
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.car-slider .item {
    text-align: center;
    padding: 10px;
}
.car-slider-box {
    background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    display: inline-block;
}
.csb-img img {
    width: 100%;
}
.csb-dtl {
    padding: 30px 35px;
}
.csb-dtl .red-btn {
    line-height: 46px;
}
.csb-dtl .d-flex {
    margin-bottom: 25px;
    margin-top: 11px;
}
.csb-title {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    min-height: 48px;
    max-height: 48px;
    overflow-y: auto;
    text-align: left;
}
.csb-price {
    color: #F47921;
    font-family: "McLaren Bespoke";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}
.csb-mi {
    opacity: 0.4;
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
}
.ml-auto {
    margin-left: auto !important;
}

@media(max-width:1367px){
    .main-wrap .container {
        width: 100%;
        max-width: 1140px;
    }
}
@media(max-width:1280px){
    .main-wrap .container {
        width: 100%;
        max-width: 90%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mnw-480 {
        min-width: 400px;
    }
}
@media(max-width:992px){
    .vehicle-info-wrap .d-flex {
        flex-wrap: wrap;
    }
    .vi-left {
        width: 100%;
        text-align: center;
        padding-bottom: 25px;
    }
    .vi-mid {
        margin-left: 0;
        padding-left: 0;
        width: 65%;
    }
    .vi-right {
        width: calc(35% - 25px);
    }
    .vi-right .red-btn {
        width: 100%;
    }
    .process-list li {
        padding: 10px 0;
    }
    .process-work-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sell-trade-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width:768px){
    .banner-wrap {
  padding: 18px 0;
}
	
    .main-wrap .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-title {
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 18px;
       
        margin: 0 auto;
    }
    .banner-content {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 8px;
        margin-top: 10px !important;
       
        margin-left: auto;
        margin-right: auto;
    }
    .st-title {
        font-size: 36px;
        font-weight: bold;
        letter-spacing: -0.3px;
        line-height: 50px;
    }
    .sell-trade-wrap {
        padding: 0;
    }
    .sell-trade-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
    .st-box .row {
        margin-left: 0;
        margin-right: 0;
    }
    .custom-form.mtb-50 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .sell-trade-box {
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .process-title {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 39px;
    }
    .process-list {
        max-width: 340px;
        margin: 30px auto 0;
    }
    .count-circle {
        min-width: 54px;
    }
    .process-list li {
        padding: 15px 0;
    }
    .demand-vehicle-wrap .main-heading {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .vi-title {
        font-size: 29px;
        font-weight: bold;
        letter-spacing: -0.24px;
        line-height: 50px;
    }
    .demand-vehicle-wrap {
        padding: 50px 0;
    }
    .vi-mid {
        width: 100%;
        margin-top: 30px;
    }
    .vi-right {
        width: 100%;
        margin-left: 0;
    }
    .vehicle-info-wrap {
        padding: 50px 0 80px;
    }
    .google-review-wrap {
        padding: 50px 0 40px;
    }
    .review-slider {
        margin-top: 40px;
    }
    .review-user-logo {
        position: absolute;
        right: inherit;
        top: -35px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .review-box {
        padding: 60px 20px 20px 20px;
    }
    .review-box p {
        font-family: Helvetica;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
    .review-contant {
        min-height: 120px;
    }
    .review-slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .review-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .rating-block {
        margin-top: 20px;
        text-align: center;
    }
    .rating img {
        margin-right: 5px;
    }
    .review-slider .owl-dots {
        margin-top: 10px;
    }
    .main-heading {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 39px;
        text-align: center;
    }
    .tips-vehicle-wrap {
        padding: 50px 0 100px;
    }
    .tips-vehicle-wrap p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
    .tips-vehicle-wrap .main-heading {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .mnw-480 {
        min-width: 100%;
    }
    .st-box .d-flex {
        display: block !important;
    }
    .dv-img img {
        min-width: 270px;
    }
    .dv-img {
        height: 160px;
        line-height: 160px;
        top: -90px;
    }
    .black-box {
        padding: 125px 25px 15px;
    }
    .tu-title {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 40px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .trade-up-wrap {
        padding: 50px 0 70px;
    }
    .car-slider.owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        background: inherit;
    }
    .car-slider.owl-carousel .owl-nav button.owl-next {
        width: 50px;
        background: inherit;
    }
    .car-slider.owl-carousel .owl-nav button.owl-prev span,
    .car-slider.owl-carousel .owl-nav button.owl-next span {
        width: 30px;
        height: 30px;
    }
    .custom-form label {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 23px;
    }
    .quote-icon {
        width: 34px;
        height: 34px;
        position: absolute;
        right: 20px;
        bottom: 30px;
    }
    .review-slider .item {
        padding: 50px 5px 20px;
    }
}

/* Hero Slider CSS */

/*
.hero-banner-wrap {
    padding: 70px 0 150px;
    overflow: hidden;
    background: linear-gradient(180deg, #474747 0%, #222222 100%);
}
.ms--images {
    position: relative;
    overflow: hidden;
  }
  .ms--images.ms-container--horizontal {
    width: 100%;
    height: 400px;
    max-width: 100%;
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: calc(50% - 350px);
  }
  .ms--images.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--images .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--images .ms-slide {
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 450px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--images {
    left: calc(50% - 370px);
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: -70px;
  }
  .ms--images .ms-slide:nth-child(1) .ms-slide__image {
    background: url("../img/car-1.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(5) .ms-slide__image {
    background: url("../img/car-1.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(2) .ms-slide__image {
    background: url("../img/car-2.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(6) .ms-slide__image {
    background: url("../img/car-2.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(3) .ms-slide__image {
    background: url("../img/car-1.png") no-repeat center center;
    background-size: cover;
  }
  .ms--images .ms-slide:nth-child(4) .ms-slide__image {
    background: url("../img/car-2.png") no-repeat center center;
    background-size: cover;
  }
  .ms--images .ms-slide__image-container {
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .ms--images .ms-slide__image {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  
  .ms--numbers {
    position: relative;
    overflow: hidden;
  }
  .ms--numbers.ms-container--horizontal {
    width: 240px;
    height: 240px;
    max-width: 100%;
  }
  .ms--numbers.ms-container--horizontal .ms-track {
    left: calc(50% - 120px);
  }
  .ms--numbers.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--numbers .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--numbers .ms-slide {
    align-items: center;
    width: 240px;
    height: 240px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--numbers {
    position: absolute;
    left: 0;
    top: calc(50% - 260px);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
  }
  .ms--numbers .ms-slide {
    opacity: 0.2 !important;
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 100px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 123px;
  }
  
  .ms--titles {
    position: relative;
    overflow: hidden;
  }
  .ms--titles.ms-container--vertical {
    width: 650px;
    height: 170px;
    max-height: 100%;
  }
   .ms--titles.ms-container--vertical .ms-track {
    flex-direction: column;
    
  }
  .ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
    flex-direction: column-reverse;
    top: auto;
    bottom: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--titles .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--titles .ms-slide {
    align-items: center;
    width: 250px;
    height: 170px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--titles {
    position: absolute;
    left: 0;
    top: calc(50% - 125px);
    z-index: 1;
    pointer-events: none;
  }
  .ms--titles .ms-track {
    white-space: normal;
  }
  .ms-track .ms-slide h3 {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
  }
  .ms-track .ms-slide h3 span {
    opacity: 0.6;
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 400;
  }
  .banner-price {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .ms--links {
    position: relative;
    overflow: hidden;
  }
  .ms--links.ms-container--vertical {
    width: 200px;
    height: 60px;
    max-height: 100%;
  }
  .ms--links.ms-container--vertical .ms-track {
    flex-direction: column;
    top: calc(50% - 30px);
  }
  .ms--links.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--links .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--links .ms-slide {
    align-items: center;
    width: 200px;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--links {
    position: absolute;
    left: 0;
    top: calc(50% + 65px);
    z-index: 1;
  }
  .ms--links .ms-track {
    white-space: normal;
  }
  .ms--links .ms-slide__link {
    color: #F47921;
    font-family: "McLaren Bespoke";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .pagination {
    display: flex;
    position: absolute;
    left: 50%;
    top: calc(100% + 70px);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    transform: translate(-50%, 0);
    ;border-radius: 0;
  }
  .pagination>li {
      margin: 0 4px;
  }
  .pagination__button {
    display: inline-block;
    position: relative;
    height: 6px;
    width: 62px;
    opacity: 1;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    margin: 0 5px;
    cursor: pointer;
  }
  .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0;
  }
  .pagination li.pagination__item--active a {
    background-color: #F47921 !important;
    opacity: 1;
    border: none;
  }
  .pagination>li>a, .pagination>li>span {
    padding: 2px 10px;
  }
  .pagination__item--active .pagination__button:after {
    opacity: 1;
  }
@media screen and (max-width: 860px) {
    .ms--numbers {
      left: calc(50% - 120px);
    }
  
    .ms--titles {
      left: calc(50% - 200px);
      top: calc(50% - 135px);
      text-align: center;
    }
  
    .ms--links {
      left: calc(50% - 60px);
      top: calc(50% + 80px);
    }
  
    .pagination {
      left: 50%;
      top: calc(100% - 50px);
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 600px) {
    .ms--images {
      overflow: visible;
    }
  }
  @media screen and (max-width: 400px) {
    .ms--titles .ms-slide {
      transform: scale(0.8);
    }
  }
  
  .sliders-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  
  @media screen and (max-width: 860px) {
    .ms--numbers {
      left: calc(50% - 120px);
    }
  
    .ms--titles {
      left: calc(50% - 200px);
      top: calc(50% - 135px);
      text-align: center;
    }
  
    .ms--links {
      left: calc(50% - 60px);
      top: calc(50% + 80px);
    }
  
    .pagination {
      left: 50%;
      top: calc(100% - 50px);
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 600px) {
    .ms--images {
      overflow: visible;
    }
  }
  @media screen and (max-width: 400px) {
    .ms--titles .ms-slide {
      transform: scale(0.8);
    }
  }
  
  */
@media(max-width:767px) {
	
	.demand-vehicle-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
    .dv-img {
        text-align: center;
    }
	
	/*
	
    .ms--titles.ms-container--vertical {
        width: 450px;
       
    }
    .ms--titles.ms-container--vertical .ms-slide {
        width: 450px;
        justify-content: center;
    }
    .ms--links.ms-container--vertical .ms-track {
        top: calc(50% - 40px);
    }
    .ms--images .ms-slide__image-container {
        width: 80%;
        height: 80%;
    }
    .ms--images.ms-container--horizontal .ms-track {
        left: calc(50% - 353px);
    }
  .custom-form .col-md-4 {
        float: none;
    }
    .ms--titles.ms-container--vertical {
        top: -100px;
        left: calc(50% - 229px);
    }
    .ms-track .ms-slide h3 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -0.81px;
        line-height: normal;
    }
    .banner-price {
        margin-top: 10px;
        font-size: 24px;
    }
    .hero-banner-wrap {
        padding: 120px 0 160px;
    }
    .ms--numbers.ms-container--horizontal .ms-track {
        left: calc(50% - 70px);
    }
    .ms--links .ms-slide__link {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
    }
    .ms--links {
        left: calc(50% - 100px);
        top: calc(100% + 40px);
    }
    .pagination {
        top: calc(100% - -100px);
    }
    .ms--images {
        z-index: 1;
        left: calc(50% - 50%);
    }
    .ms--numbers {
        left: calc(50% - 150px);
    }
    .ms--numbers.ms-container--horizontal {
        
		height:0px;
    }
	
    
    .ms--links .ms-slide {
        justify-content: center;
    }
	*/
}
@media (max-width: 420px){
    .dv-img {
        top: -65px;
    }
    .black-box {
        padding: 95px 25px 15px;
    }
}




/*extra css*/


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #F47921; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
z-index: 99999;
height: 100%;
}

#status {


z-index: 999999;
height: 100%;
position: absolute;
left: 50%;
top: 20%;
border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #F47921;; /* Red */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
margin: -60px 0 0 -60px;
}





.glow {
   color: #E6E6E6;
  font-family: Eurostile !important;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #F887DD, 0 0 20px #F887DD, 0 0 30px #F887DD, 0 0 40px #F887DD, 0 0 50px #F887DD, 0 0 60px #F887DD, 0 0 70px #F887DD;
  }
  to {
    text-shadow: 0 0 20px #EB57C8, 0 0 30px #EB57C8, 0 0 40px #EB57C8, 0 0 50px #EB57C8, 0 0 60px #EB57C8, 0 0 70px #EB57C8, 0 0 80px #EB57C8;
  }
}

.reveal{
 
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}


		 
.fade-in {
	
  animation: fadeIn 5s;
  
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
    
    animation-delay: 3s;
  
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


/*
.hero-banner-wrap .mom-nav{
	position:relative;
}

.hero-banner-wrap .mom-nav .mom-next {
    background: url(../img/gradient-side.png) no-repeat left top;
   
}

.hero-banner-wrap .mom-nav button.mom-prev {
    transform: rotate(180deg);
    left: 0;
}
.hero-banner-wrap .mom-nav button.mom-next {
    right: 0px !important;
}
.hero-banner-wrap .mom-nav button.mom-prev span {
    background: url(../img/arrow-left.svg) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 60px;
    display:inline-block;
    text-indent:-9999px;
    transform: rotate(180deg);
}
.hero-banner-wrap .mom-nav button.mom-next span {
    background: url(../img/arrow-right.svg) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 60px;
    display:inline-block;
    text-indent:-9999px;
	 z-index: 99;
}
.hero-banner-wrap .mom-nav button.disabled {
    opacity: 0.5;
}

.hero-banner-wrap .mom-nav button {
  background-size: 100%;
  width: 151px;
  position: absolute;
  z-index: 99;
  bottom: 0px;
  background:none;
  border:0px;
  height:380px;
}




*/






.review-contant a{color: #F47921 !important;text-decoration:none !important;}
.review-contant a:hover{color: #F47921 !important;text-decoration:none !important;}


/*

@media (max-width: 980px) {
	
.hero-banner-wrap .mom-nav button {

  width: 51px;
   height:350px;

}




.hero-banner-wrap .mom-nav button span {

  
    width: 26px !important;
    height: 43px !important;
    

}

.ms--titles .ms-slide {
  align-items: center;
  width: 300px;
  height: 150px;

}



	
}

*/




.car-slider-box {
   
	height:100%;
}

.car-slider .item {
 
  height: 100%;
}

.car-slider .owl-carousel .owl-stage {
 
  display: flex;
}

@media (min-width: 768px) {
	
	.car-slider-box img{
		height:250px;
	}
	
}
.mt-15 {
    margin-top: 15px !important;
}
.get-touch-wrap {
    background-color: #000;
    padding: 100px 0;
}
.fw-600 {
    font-weight: 600 !important;
}
.gettouch-sub-heading {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.59px;
    line-height: 26px;
    text-align: center;
}
.get-touch-heading {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1.21px;
    line-height: 53px;
    text-align: center;
}
.custom-form {
    padding: 0;
    margin: 45px 0 0;
}
.custom-form label {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 5px;
}
.custom-form .form-group {
    text-align: left;
    margin-bottom: 17px;
}
.custom-form .form-control {
    height: 49px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-radius: 0;
    font-family: Tahoma;
}
.custom-form textarea.form-control {
    height: 234px;
    resize: none;
}
.custom-form .red-btn {
    line-height: 46px;
    height: 46px;
}
.w-100 {
    width: 100% !important;
}
.custom-form .row {
    margin-left: -50px;
    margin-right: -50px;
}
.custom-form .col-md-6,
.custom-form .col-md-4 {
    padding-left: 50px;
    padding-right: 50px;
}
.custom-form .col-md-4 {
    float: right;
}
.mt-40 {
    margin-top: 40px !important;
}
.text-right {
    text-align: right !important;
}
.sm-d-show {
    display: none !important;
}
.mnw-350 {
    min-width: 250px;
}

.service-wrap {
    background-color: #161515;
    padding: 0;
    overflow: hidden;
}
.sl-left {
    height: 700px;
    position: relative;
}
.sl-left .main-heading {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
	padding: 0 15px;
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 66px;
    text-align: center;
}
.sl-left .main-heading .tu-sub-heading {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
.service-list {
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.service-list li {
    padding: 20px 0;
}
.sl-content {
    padding-left: 10px;
	text-align: left;
}
.sl-icon {
    min-width: 30px;
    margin-top: 7px;
}
.sl-title {
    color: #E6E6E6;
    font-family: "McLaren Bespoke";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 39px;
}
.sl-subtitle {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 19px;
}
.sl-right {
    padding-left: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.down-arrow {
    text-align: center;
}
.down-arrow a {
    color: #FFFFFF;
    font-family: "McLaren Bespoke";
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 7px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.down-arrow a div {
    margin-top: 10px;
    opacity: 0.5;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}

@media(max-width:992px) {
    .service-wrap .row.d-flex {
        display: block !important;
    }
    .sl-left {
        width: 100%;
        height: 440px;
    }
    .sl-right {
        order: inherit !important;
    }
    .service-list {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    .sl-right {
        padding-left: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width:600px) {
    .get-touch-heading {
        font-size: 30px;
        line-height: 39px;
    }
    .gettouch-sub-heading {
        font-size: 16px;
    }
    .service-wrap {
        padding: 0 15px;
    }
    .sl-left .main-heading {
        font-size: 40px;
        line-height: 51px;
    }
    .custom-form .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .custom-form .col-md-6, .custom-form .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sl-right {
        padding-left: 20px;
    }
    .sl-title {
        font-size: 22px;
        line-height: 27px;
    }
    .sl-subtitle {
        font-size: 14px;
        line-height: 17px;
    }
    .sl-icon {
        min-width: 25px;
        margin-top: 2px;
    }
    .pagination__button {
        width:52px;
    }
    .banner-wrap {
        padding: 18px 0;
    }
}



.service-wrap .main-heading a{
text-decoration:none !important;
color:#ffffff !important;}
.get-touch-wrap a{text-decoration:none !important;
color:#ffffff;}


@media(max-width:767px) {

	.service-wrap .main-heading a{
	  font-size: 36px;
	  
	  line-height: 50px;
	  
	  text-decoration:none !important;
	 
	}
	
	.gettouch-sub-heading a{
	display:block;
	 text-decoration:none !important;
}

}

.text-uppercase{
	text-transform: uppercase;
}

#footer.sticky-footer {
  position: relative !important;
 
}

.get-touch-wrap .custom-form .red-btn {
	
border: 2px solid #F47921 !important;
background-color: #F47921 !important;
}

div.content-section:first-of-type {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


@media (max-width: 767px) {

div.content-section {
 
  padding: 0px !important;
}

div.content-section ul li {
  margin: 0px;
  font-size: inherit;
  line-height: inherit;
}

}