/* Global Css */
:root{
    --primary:#B22222;
    --secondary:#870002;
   
    --white:#ffffff;
    --black:#000000;
    --menuColor:#464646;
    --headerCallBg:#F1F4FF;
    --grey:#767676;
    --sponsor-border:#D0D0D0;
    --sponsor-bg:#F6F6F6;
    --bannerformselect:#F2F2F2;
    --bannerformSelectBorder:#9FA7AB;
    --footer-formlabel:#575757;
    --footer-forminput:#EBEBEB;
    --talk-misc:#FFE4E4;
    --talk-address:#595959;
    --footerbg:#141414;
    --footer-contact:#292929;
    --gallery-btn-text:#575757;
    --gallery-btn-border:#9AB0FF40;

    --lightistpink:#FD9999;
    --lighterpink:#E96262;
    --lightpink:#CF3B3B;

    --F8F8F8:#F8F8F8;
    --testimonialDots:#737373;
    --product-det-box:#E0E0E0;
}
*{
    box-sizing: border-box;
}


*, a, ul, li, h1, h2, h3, h4, h5, h6, p, div, main, aside, nav, header{
    margin:0;
    padding:0;
}
input, select, input:focus, select:focus{
    outline:0;
}
html{
    
}
body{
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    max-width:100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
    line-height: normal;
}
h2{
    text-transform: capitalize;
    margin-bottom: 5px;
    color:var(--black);
}
p{
    line-height: 26px;
}
.section-head{
    display: flex;
    flex-direction: column;
}
.home-sec1 .section-head, .why-sec .why-single-row:first-child .section-head, .why-sec .why-single-row:last-child .section-head{
    padding-left:35px;
}
.why-sec .why-single-row:first-child .section-head{
    padding-top:0;
    padding-bottom:0;
}

.section-head span{
    font-family: "Poppins", sans-serif;
    font-size:16px;
    color:var(--primary);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.section-head h1, .section-head h2{
    font-size:40px;
    color:var(--black);
    font-weight:600;
    letter-spacing: -1px;
    line-height:40px;
    margin-bottom:25px;
}
.section-head p{
    font-size:16px;
    color:var(--black);
    margin-bottom:25px;
}
.primary-btn{
    background-color: var(--primary);
    border-radius: 6px;
    padding:15px 25px;
    /*padding:12px 20px;*/
    color:var(--white);
    font-size:16px;
    width:max-content;
}
.btn-wrapper{}
.btn-wrapper a:first-child{
    margin-right:15px;
}
/* Header Start */
nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
nav .main-menu{
    
}
nav .main-menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .main-menu ul li:not(:last-child){
    margin-right:25px;
}
nav .main-menu ul li a{
    text-transform: capitalize;
    color:var(--menuColor);
    font-weight: 600;
}
.header-right a{
    background-color: var(--headerCallBg);
    padding:10px 15px;
    color:var(--primary);
    font-weight: bold;
}
/* Header End */
/* Banner Section Start */
.banner-sec{
    padding:80px 0;
    background: url(images/banner-img.png) no-repeat scroll top center;
    background-size: cover;
}
.inner-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.inner-banner h1{
    color: var(--white);
    font-size: 64px;
    font-weight: 600;
    position: relative;
    width:max-content;
    margin: auto;
    text-transform:capitalize;
}
.inner-banner h1:before{
    position: absolute;
    content: '';
    width:130px;
    height:10px;
    bottom:-20px;
    background-color: var(--white);
    left:0;
    right:0;
    margin:auto;
    border-radius: 50px;
}
.contact-banner{
    background: url(images/contact-banner.png) no-repeat scroll top center;
}
.banner-sec .banner-form{
    padding:35px;
    background-color: var(--white);
    border-radius: 12px;
}
.banner-form .single-field{
    padding:0 7px;
    margin-bottom:20px;
    position: relative;
}
.banner-form .single-field select{
    width:100%;
    height:45px;
    padding:0 15px;
    background-color: var(--bannerformselect);
    border:1px solid var(--bannerformselect);
    border-radius: 6px;
    color:var(--black);
    font-size:14px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.banner-form .single-field:before{
    position: absolute;
    content:'\f107';
    top:0;
    bottom: 0;
    right:15px;
    width:max-content;
    height:max-content;
    z-index: 1;
    margin: auto;
    font-size: 14px;
    font-family: 'Font Awesome 7 Free';
     font-weight: 900;
}
.banner-form .single-field.submit-btn{
    margin-bottom:0;
}
.banner-form .single-field.submit-btn:before{
    display: none;
}
.banner-form .submit-btn button{
    color:var(--white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width:100%;
    border:0 none;
}
.banner-form .submit-btn button.reset-btn{
    background-color: var(--black);
    margin-top:10px;
}
.collection-sec1 .banner-form .submit-btn button.reset-btn{
    margin-top:0;
}
/* Banner Section End */
/* Bg Section Start */
.bg-sec{
    background: url(images/sec1-bg.png) no-repeat scroll top center;
    background-size: cover;
}
.collection-stock-bg{
    position: relative
}
.collection-stock-bg:before{
    background: url(images/sec1-bg.png) no-repeat scroll top center;
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    top:-100px;
    z-index: -1;
}
/* Bg Section End */
/* Why Section  Start */
.why-sec{
    background: url(images/sec1-bg.png) no-repeat scroll center center;
}
.why-single-row:not(:last-child){
    /* justify-content: space-between; */
    /*margin-bottom:200px;*/
    margin-bottom:150px;
}
.why-single-row:first-child{
    margin-top:150px;
}

.why-single-row:nth-child(2){
    /*justify-content: flex-end;*/
}
.why-single-row .why-sec-img{
    padding-left: 0;
    /*padding-right: 100px;*/
    position: relative;

}
.why-single-row .why-sec-img > img:first-child{
    width:100%;
    height:300px;
    object-fit:cover
}
.why-single-row:last-child .why-sec-img > img:not(:first-child){
    position: absolute;
    right:150px;
    top:-130px;
    max-height: 390px;
}
.why-single-row:nth-child(2) .why-sec-img > img:not(:first-child){
    position: absolute;
    left:-50px;
    bottom:20px;
    max-height: 270px;
}
.why-single-row:first-child .why-sec-img > img:not(:first-child){
    max-height: 210px;
    position: absolute;
    right: 50px;
    top:40px;
}
.why-single-row:first-child .why-sec-img > img:last-child{
     /*position: absolute;*/
     /*left:-100px;*/
     /*top:auto;*/
     /*bottom:-100px;*/
     /*right:0;*/
     /*margin:auto;*/
}
.why-sec .why-single-row:nth-child(2) .why-sec-img{
    padding-right: 0;
    padding-left:100px;
}

/* Why Section  End */
/* Sec1 Start */
.sec1{
    padding-bottom:80px;
}
.sec1 .row{
    align-items: center;
}
.sec1 .sec1-img{
    padding-left: 0;
}
.sec1 .sec1-cont{}
/* Sec1 End */
/* Stock Car Section Start */
.stock-cars-list, .stock-cars-collection, .related-products{
    /*padding:0 0 0 200px;*/
}
.stock-cars-list .slick-list, .stock-cars-collection .slick-list, .related-products .slick-list{
    /*padding:0 250px 0 0  !important;*/
}
.stock-cars-list .slick-slide, .stock-cars-collection .slick-slide, .related-products .slick-slide{
    padding:0 15px;
    
}
.single-stock-car{
    background: linear-gradient(to bottom, #00000017, #00000065);
    border-radius: 20px;
    border:1px solid #ffffff;
    padding:25px;
    display: flex;
    flex-direction: column;
   
    margin-bottom:30px;
}
.single-stock-car > span{
    font-size: 11px;
    font-weight: 500;
    color:var(--black);
    text-transform: uppercase;
    letter-spacing: 2px;
    
}
.single-stock-car > img{
    margin-bottom:10px;
}
.single-stock-car > h3{
    font-size: 22px;
    color:var(--black);
    font-weight: 700;
    margin-bottom:5px;  
}
.single-stock-car > strong{
    background-color: var(--primary);
    padding:10px 15px;
    border-radius: 50px;
    color:var(--white);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    width: max-content;
    display: inline-block;
}
.single-stock-car .stock-misc{
    display: flex;
    align-items: center;
    margin-top:20px;
}
.single-stock-car .stock-misc .single-item-misc{
    margin-right:20px;
    display: flex;
    flex-direction: column;
}
.single-stock-car .stock-misc .single-item-misc span{
    font-size:10px;
    color:var(--black);

}
.single-stock-car .stock-misc .single-item-misc strong{
    font-size: 12px;
    color:var(--black);
}
.view-more a{
    font-size:16px;
    color:var(--black);
    font-weight: 700;
}
.view-more a i{
    transform: rotate(-45deg);
    color:var(--primary)
}
/* Stock Car Section End */
/* Sponsor Section Start */
.sponsor-sec{
    padding-top:80px;
}
.sponsor-sec .row{
    flex-wrap: wrap;
    justify-content: center;
}
.single-sponsor{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:35px;
}
.single-sponsor a{
    border-radius: 8px;
    background-color: var(--sponsor-bg);
    border:1px solid var(--sponsor-border);
    padding:25px;
    margin-bottom:5px;
}
.single-sponsor span{
    font-size:12px;
    color:var(--grey);
    line-height: 22px;
   font-weight: 500;
    text-transform: uppercase;
}
/* Sponsor Section End */
/* Cta Section Start */
.cta{
    background: url(images/cta-bg.png) no-repeat scroll top center;
    background-size: cover;
    padding:100px 40px;
    margin-top:60px;
    border-radius: 20px;
}
.cta h2{
    color:var(--white);
    font-size:40px;
    font-weight: 600;
    margin-bottom:20px;
}
.cta .btn-wrapper{}
.cta .btn-wrapper a{
    color:var(--primary);
    font-size: 16px;
    font-weight: bold;
    background-color: var(--white);
    padding: 10px 15px;
    border-radius: 8px;
}
.cta .btn-wrapper a:last-child{
    background-color: transparent;
    color:var(--white);
    border:1px solid var(--white);
    font-weight: 500;
}
/* Cta Section End */
/* Process Section Start */
.process-sec{
    padding-top: 60px;
}
.process-sec .section-head h2{
    text-transform: inherit;
}
.process-row{
    padding-top:100px;
}
.single-process{
    position: relative;
}
.single-process:before{
    position: absolute;
    content:'';
    top:-50px;
    left:0;
    right:0;
    width:90%;
    height:2px;
    background-color:var(--primary);
}
.single-process:after{
    position: absolute;
    content:'';
    top:-60px;
    
    right:5%;
    width:20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary);
}
.process-row .single-process:first-child:before, .process-row .single-process:first-child:after, .process-row .single-process:nth-child(4):after, .process-row .single-process:nth-child(4):before {
    background-color: var(--lightistpink);
}
.process-row .single-process:nth-child(2):before, .process-row .single-process:nth-child(2):after, .process-row.new-process-row .single-process:nth-child(5):after, .process-row.new-process-row .single-process:nth-child(5):before{
    background-color: var(--lighterpink);
}
.process-row .single-process:nth-last-child(2):before, .process-row .single-process:nth-last-child(2):after{
    background-color: var(--lightpink);
}
.single-process h3{
    margin-top:25px;
    text-transform: uppercase;
    font-size:20px;
    font-weight: bold;
}
.single-process p{}
.single-process svg{}

.new-process-row .single-process{
    background-color: var(--F8F8F8);
    padding:45px 35px;
    border-radius: 10px;
}

.new-process-row .single-process:nth-child(2), .new-process-row .single-process:nth-last-child(2){
    background-color: var(--white);
}
.new-process-row .single-process:nth-child(4), .new-process-row .single-process:nth-child(5), .new-process-row .single-process:last-child{
    margin-top:100px;
}
/* Process Section End */
/* Collection Sec1 Start */
.collection-sec1{
    padding:60px 0;
}
.collection-sec1 .container > .row{
    justify-content: space-between;
    align-items: center;
}
.collection-sec1 .banner-form{
    background-color: var(--white);
    box-shadow: 1px 1px 10px 3px #cdcdcd;
    border-radius: 10px;
    overflow: hidden;
}
.collection-sec1 .banner-form form{
    padding:15px 8px;
}
.collection-sec1 .section-head{
    text-align: right;
}

/* Collection Sec1 End */

/* Talk Section Start */
.talk-sec{
    padding:90px 0 50px 0;
    background: url(images/talk-bg.png) no-repeat scroll top center;
    background-size: cover;
    background-position: 80px 5%;
}
.talk-sec .row{
    justify-content: space-between;
}
.talk-img{
    background-color: var(--primary);
    border-radius: 20px;
    width:150px;
    height:150px;
    align-content: center;
    text-align: center;
    margin-bottom:50px;
    box-shadow: 1px 1px 17px 10px #0D3DE525;
}
.talk-form form{
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: -1px -1px 10px 3px #eeeeee;
    padding:35px 25px;
}
.talk-form form .single-talk{
    margin-bottom: 15px;
}
.talk-form form .single-talk input, .talk-form form .single-talk textarea{
    width:100%;
    background-color: var(--footer-forminput);
    border-radius: 6px;
    border:0 none;
    padding:0 10px 0 15px;
    height:45px;
}
.talk-form form .single-talk textarea{
    height:100px;
}
.talk-form form .single-talk input[type=checkbox]{
    width:20px;
    height:20px;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
}
.talk-form form .single-talk.terms{
    display: flex;
    align-items: center;
}
.talk-form form .single-talk.terms label{
    margin-bottom: 0;
    margin-left: 10px;
    cursor: pointer;
}
.talk-form form .single-talk input[type="checkbox"]:checked {
  background-color: #ff0000;
  border-color: #ff0000;
}
.talk-form form .single-talk input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  color: #fff;
}
.talk-form form .single-talk label{
    color:var(--footer-formlabel);
    font-size: 12px;
    margin-bottom:5px;
}
.talk-form form .submit-btn button{
    width: 100%;
    border:0 none;
}
.talk-misc{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.talk-misc .talk-address{
    background-color: var(--talk-misc);
    border-radius: 10px;
    padding: 15px 15px 15px 35px;
    position: relative;
    width:45%;
    min-height: 80px;
    align-content: center;
}
.talk-misc .talk-address p{
    margin-bottom:0;
    font-weight: 600;
    line-height:18px;
}
.talk-address .talk-icon{
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:-25px;
    width:50px;
    height:50px;
    border-radius: 50%;
    background-color: var(--primary);
    align-content: center;
    text-align: center;
    font-size: 16px;
    color:var(--talk-address)
}
/* Talk Section End */
/* Gallery Section Start */
.gallery-sec{
    padding-top:80px;
    padding-bottom: 40px;
    
}
.gallery-sec .gallery-btn{

}
.gallery-sec .gallery-btn a{
    display: flex;
    align-items: center;
    
}
.gallery-sec .gallery-btn a > span:first-child{
    border: 1px solid var(--gallery-btn-border);
    background-color: var(--white);
    width:80px;
    height:80px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    margin-right:15px;
}
.gallery-sec .gallery-btn a > span > span{
    background-color: var(--primary);
    width:60px;
    height:60px;
    border-radius: 50%;
    display: inline-block;
    align-content: center;
    text-align: center;
    margin-bottom:0;
}
.gallery-sec .gallery-btn a > span > span i{
    color:var(--white);
    font-size:24px;
}
.gallery-sec .gallery-btn a strong{
    color:var(--gallery-btn-text);
    font-weight: 500;
    text-transform: inherit;
}

/* Gallery Left Start */
.gallery-col{
    position: relative;
}
.card-stack {
    width: 100%;
    height: 450px;
    position: absolute;
    margin: 0px auto;
}

/* Buttons */
.card-stack .buttons {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 0;
    top: 40%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    z-index: 100;
    outline: none;
    transition: all 0.2s ease;
}

.card-stack .buttons:hover {
    background-color: red;
}

.card-stack .prev-btn {
    left: 45px;
    right: auto;
}

.card-stack .next-btn {
    left: auto;
    right: 45px;
}



/* Card List */
.card-stack .card-list {
    width: 300px;
}

.card-stack .card-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 100ms ease-in-out;
    border-radius: 50px;
    position: absolute;
    list-style: none;
    height: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border:0 none;
    padding-bottom: 20px;
    text-align: center;
}

.card-stack .card-list li:nth-child(1) {
    bottom: 24px;              
    width: 60%;             
}

.card-stack .card-list li:nth-child(2) {
    bottom: 36px;              
    width: 70%;             
}

.card-stack .card-list li:nth-child(3) {
    bottom: 48px;              
    width: 80%;             
}

/* Animation Classes */
.transformThis {
    animation: scaleDown 500ms;
}

.transformPrev {
    animation: scaleUp 100ms;
    display: none;
}

/* Keyframes */
@keyframes scaleUp {
    0% { transform: scale(1.2) translateY(50px); opacity: 0; }
    20% { transform: scale(1.15) translateY(40px); opacity: 0.10; }
    40% { transform: scale(1.10) translateY(30px); opacity: 0.20; }
    60% { transform: scale(1.05) translateY(20px); opacity: 0.40; }
    80% { transform: scale(1.01) translateY(10px); opacity: 0.80; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}

@keyframes scaleDown {
    0% { transform: scale(1) translateY(0); opacity: 1; }
    20% { transform: scale(1.01) translateY(20px); opacity: 0.80; }
    40% { transform: scale(1.05) translateY(40px); opacity: 0.40; }
    60% { transform: scale(1.10) translateY(60px); opacity: 0.20; }
    80% { transform: scale(1.15) translateY(80px); opacity: 0.10; }
    100% { transform: scale(1.2) translateY(100px); opacity: 0; }
}
/* Gallery Left End */
/* Gallery Section End */
/* Footer Start */
footer{
    background-color: var(--footerbg);
    padding: 60px 0 0 0;
}
.footer-left{

}
.footer-left h3{
    color:var(--white);
    font-size:18px;
    font-weight: 600;
    margin-bottom:10px;
    margin-top:20px;
}
.footer-left p{
    font-size:14px;
    color:var(--white);
    line-height:26px;
}
.footer-widget h4{
    font-size:18px;
    font-weight: 700;
    color:var(--white);
    margin-bottom:15px;
}
.footer-widget ul{}
.footer-widget ul li{
    margin-bottom:10px;
}
.footer-widget ul li a{
    color:var(--white);
    font-size:14px;
}
.footer-widget ul li a:hover, .footer-widget .footer-social a:hover{
    color:var(--primary)
}
.footer-widget .footer-social{
    margin-top:20px;
    margin-bottom:20px;
}
.footer-widget .footer-social a{
    margin-right:10px;
    font-size:20px;
    color:var(--white);
}
.footer-copyright{
    padding-top:50px;
    padding-bottom:20px;
    text-align: center;
}
.footer-copyright p{
    color:var(--white);
    font-size:14px;
}
.footer-contact .single-contact{
    background-color: var(--footer-contact);
    border-radius: 10px;
    padding: 0 15px 0 35px;
    position: relative;
    max-width: 80%;
    min-height: 60px;
    margin-bottom:20px;
    align-content: center;
}
.footer-contact .single-contact p{
   
    line-height: 18px;
    color:var(--white)
}
.footer-contact .single-contact .contact-icon{
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:-25px;
    width:45px;
    height:45px;
    border-radius: 50%;
    background-color: var(--primary);
    align-content: center;
    text-align: center;
    font-size: 16px;
    color:var(--talk-address)
}
/* Footer End */

/* Testimonial Section Start */
/*.testimonials{*/
/*    padding: 80px 0;*/
/*    background: url(images/testimonial-bg.png) no-repeat scroll top center;*/
/*    background-size: cover;*/
/*}*/
/*.testimonial-wrapper{*/
    
/*}*/
/*.testimonial-wrapper .slick-slide{*/
/*    padding-right:30px;*/
/*}*/
/*.testimonial-wrapper .slick-dots, .sec2-slider .slick-dots{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.testimonial-wrapper .slick-dots li:not(:last-child), .sec2-slider .slick-dots li:not(:last-child){*/
/*    margin-right:3px;*/
/*}*/
/*.testimonial-wrapper .slick-dots li button, .sec2-slider .slick-dots li button{*/
/*    width:10px;*/
/*    height:10px;*/
/*    border-radius:50px;*/
/*    background-color: var(--testimonialDots);*/
/*    text-indent: -999999px;*/
/*    border:0 none;*/
/*    outline:none;*/
/*}*/
/*.testimonial-wrapper .slick-dots li.slick-active button, .sec2-slider .slick-dots li.slick-active button{*/
/*    background-color: var(--primary);*/
/*    width:40px;*/
/*}*/
/*.testimonial-card {*/
/*    background: linear-gradient(135deg, #FFD8F7 0%, var(--white) 7%, var(--white) 90%, #D6E7FF 98%);*/
/*    border:1px solid var(--primary);*/
/*    border-radius: 12px;*/
/*    padding: 20px;*/
/*    height: auto;*/
/*    box-shadow: 1px 1px 10px 3px #00000010;*/
/*    margin-bottom:40px;*/
/*}*/
/*.testimonial-card h4{*/
/*    font-size:16px;*/
/*    color: #1A1A1A;;*/
/*}*/
/*.testimonial-card span{*/
/*    color:#00000050;*/
/*    font-size:12px;*/
/*}*/
/*.testimonial-card p{*/
/*    color:#1A1A1A;*/
/*    font-size:16px;*/
/*}*/
/*.testi-card-header {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
/*.card-header img {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*}*/
/*.card-header .google {*/
/*    margin-left: auto;*/
/*    width: 18px;*/
/*}*/
/*.testi-author-det{*/
/*    flex:1 1 auto;*/
/*    margin-left:10px;*/
/*}*/
/*.testi-stars {*/
/*    color: #FFC107;*/
   
/*    margin: 10px 0;*/
/*}*/
.testimonials{
    padding: 80px 0;
    background: url(images/testimonial-bg.png) no-repeat scroll top center;
    background-size: cover;
    text-align: center;
   
}
.testimonials-list{
    margin-top:35px;
}
.single-testi{
    background-color: var(--white);
    border-radius: 16px;
    padding:100px 35px 50px 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all .5s ease-in-out;
    margin-bottom:80px;
}
.single-testi-col:last-child .single-testi, .single-testi-col:nth-last-child(2) .single-testi, .single-testi-col:nth-last-child(3) .single-testi{
    margin-bottom:0;
}
.single-testi:before{
    position: absolute;
    content:'';
    width:50px;
    height:50px;
    background: url(images/testi-quote-icon.png) no-repeat scroll top center;
    top:40px;
    left:40px;
}
.single-testi:hover{
    background-color: var(--primary);
}
.single-testi:hover .testi-cont p, .single-testi:hover .testi-author h4{
    color:var(--white)
}
.single-testi .testi-img{
    width:96px;
    height:96px;
    margin:auto;
    border-radius: 50%;
    border: 8px solid #EFEFEF;
    position: absolute;
    top:-40px;
}
.single-testi .testi-img img{
    width:100%;
    height:100%;
}
.single-testi .testi-cont{}
.single-testi .testi-cont p{
    font-size:14px;
    color:var(--testimonialDots);
    line-height: 22px;
}
.single-testi .testi-author{
    margin-top:35px;
}
.single-testi .testi-author h4{
    font-size:14px;
    font-weight:600;
    color:var(--testimonialDots);
}
.menu-icon{
    display: none;
}

/* Testimonial Section End */

/* Bank Details Section Start */
.w33{
    width:33%;
}
.w22{
    width:22%;
}
.w23{
    width:23%;
}
.mb45{
    margin-bottom:45px;
}
.bd-bottom{
    position: relative;
}
.bd-bottom:before{
    position: absolute;
    content:'';
    width:calc(100% - 40px);
    background-color: #DDDDDD;
    height:2px;
    left:0;
    bottom:-10px;
}
.bank-details{
    padding:40px 0;
}
.bank-info-col{
    background-color: var(--F8F8F8);
    box-shadow: 1px 1px 20px 1px #00000030;
    padding:35px;
    display: flex;
    flex-wrap: wrap;
}
.single-info-bank{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right:40px;
    position: relative;
}
.bank-info-col .info-bank-img{
    background-color: #FFE7E7;
    width:50px;
    height:50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
}
.bank-info-col .info-bank-img img{
    max-width:100%;
}

.info-bank-det{}
.info-bank-det span{
    font-size:16px;
    color:var(--black)
}
.info-bank-det h3{
    font-size:18px;
    font-weight: 600;
}
.info-bank-det button{
    border:0 none;
    position: absolute;
    bottom:5px;
    right:40px;

}

/* Bank Details Section End */

/* Product Details Sec Start */
.product-details-sec{
    padding:80px 0;
}
.product-det-col{}
.product-det-col h2{
    margin-bottom:0;
}
.product-det-col span{
    font-size:16px;
    text-transform: uppercase;
    color:var(--talk-address);
    font-weight:500;
    margin-bottom:20px;
}
.product-det-col p{}
.product-det-col p.price{}
.product-det-col p.price span{
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
}
.product-det-col .product-specification{
    display: flex;
    justify-content: space-between;
    border:1px solid var(--product-det-box);
    border-radius: 15px;
    padding: 20px 40px;
    position: relative;
}
.product-det-col .product-specification:before{
    position: absolute;
    content:'';
    width:2px;
    /* height:100%; */
    background-color: var(--product-det-box);
    top:20px;
    bottom:20px;
    left:35%;
}
.product-det-col .product-specification:after{
    position: absolute;
    content:'';
    width:2px;
    /* height:100%; */
    background-color: var(--product-det-box);
    top:20px;
    bottom:20px;
    right:30%;
}
.product-specification .specification-col{
   /* width:33%; */
   display: flex;
   flex-direction: column;
   align-items: center;
}
.product-specification .specification-col:first-child{
    align-items: flex-start;
}
.product-specification .specification-col:last-child{
    align-items: flex-end;
}
.specification-col .single-specification{
    display: flex;
    flex-direction: column;
     margin-bottom:20px;
     /* align-items: center; */
     width: 100%;
}
.product-specification .specification-col:last-child .single-specification{
    align-items: flex-end;
}
.specification-col:nth-child(2) .single-specification{
    align-items: center;
    
}
.single-specification span{
    font-size: 14px;
    color: var(--black);
    margin-bottom:5px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 400;
}
.single-specification strong{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.product-det-col .btn-wrapper{
    margin-top:65px;
}

.slider-for img {
    width: 100%;
    border-radius: 10px;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav .slick-slide {
    padding: 5px;
    cursor: pointer;
}

.slider-nav img {
    width: 100%;
    border-radius: 6px;
    opacity: 0.6;
    transition: 0.3s;
}

.slider-nav .slick-current img {
    opacity: 1;
    /* border: 2px solid #000; */
}
.slider-nav .slick-arrow{
    background-color: var(--primary);
    width:35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.slider-nav .slick-arrow:hover{
    cursor: pointer;
}
.slider-nav .slick-arrow i{
    color:var(--white)
}
.slider-nav .slick-prev{
    left:20px;
    z-index:1;
}
.slider-nav .slick-next{
    right:20px;
}

/* Product Details Sec End */

@media screen and (min-width:1600px){
    .sponsor-sec > .container{
        max-width:1320px;
    }
}

@media screen and (max-width:1600px){
    .single-stock-car .stock-misc .single-item-misc strong{
        font-size:11px;
    }
    .inner-banner h1{
        font-size:48px;
    }
    .why-single-row:first-child .why-sec-img > img:not(:first-child){
        max-height:180px;
        top:50px;
    }
    .why-single-row:first-child .why-sec-img > img:last-child{
        top:auto;
        bottom:-70px;
    }
    .sponsor-sec > .container{
        max-width:1100px;
    }
    
    
}

@media screen and (max-width:1560px){
    .single-stock-car .stock-misc .single-item-misc{
        margin-right:15px;
    }
    .section-head h1, .section-head h2, .cta h2{
        font-size:32px;
    }
    .single-stock-car > h3{
        font-size:20px;
    }
    .single-stock-car > strong{
        font-size:14px;
        padding:7px 15px;
    }
    .inner-banner{
        height:220px;
    }
    p, .section-head p{
        font-size:15px;
    }
    .talk-img {
        width: 100px;
        height: 100px;
    }
    .primary-btn{
        padding:12px 20px;
    }
}

@media screen and (max-width:1440px){
    .single-stock-car{
        padding:15px;
    }
    .section-head h1{
        margin-bottom:5px;
    }
    .talk-misc .talk-address p, .footer-contact .single-contact p{
        font-size:14px;
        line-height: 22px;
    }
    .inner-banner h1{
        font-size:40px;
    }
    .why-single-row:first-child .why-sec-img > img:nth-child(2){
        top:40px;
    }
}

@media screen and (max-width:1400px){
    .why-single-row:first-child .why-sec-img > img:last-child{
        left:-150px;
    }
}

@media screen and (max-width:1380px){
    /*.section-head h1, .section-head h2, .cta h2{*/
    /*    font-size:33px;*/
    /*}*/
    .sec1 .row{
        align-items: stretch;
    }
    .sec1.why-sec .row{
        align-items:center;
    }
    .sec1 .row .section-head{
        padding-top:20px;
        padding-bottom:20px;
    }
    .sec1 .sec1-img img{
        height: 100%;
        object-fit: cover;
    }
    .section-head p br{
        display: none;
    }
}

@media screen and (max-width:1366px){
    .why-single-row:first-child .why-sec-img > img:nth-child(2){
        top:30px;
    }
    .single-testi{
        padding-left: 25px;
        padding-right: 25px;
    }
    .bank-info-col > .single-info-bank{
        width:33%;
        margin-bottom:45px;
    }
    .bank-info-col > .single-info-bank:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width:1300px){
    .sec1 .row .section-head{
        width:50%;
    }
    .inner-banner h1{
        font-size:36px;
    }
}

@media screen and (max-width:1200px){
    .why-single-row .why-sec-img > img:first-child{
        height:250px;
        object-fit: cover;
    }
    .sec1.why-sec .row{
        align-items:stretch;
    }
}

@media screen and (max-width:1024px){
    nav .main-menu ul li a{
        font-size:14px;
    }
    .sec1 .sec1-img{
        width:50%;
    }
    p, .section-head p{
        font-size:14px;
    }
    .section-head h1, .section-head h2, .cta h2, .inner-banner h1{
        font-size:30px;
        line-height: 34px;
    }
    .container, .sponsor-sec > .container{
        max-width:100%;
    }
    .banner-sec .container, .process-sec .container, .cta.container, .talk-sec .container, .collection-sec1 .container{
        max-width:calc(100% - 30px);
    }
    .stock-cars-list, .stock-cars-collection{
        padding:0 0 0 0;
    }
    .stock-cars-list .slick-list, .stock-cars-collection .slick-list{
        padding: 0 !important;
    }
    .menu-icon{
        display: flex;
        /*display:none;*/
        width: 35px;
        flex-direction: column;
        height: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .menu-icon span{
        width:100%;
        height:2px;
        display: block;
        background-color: var(--primary);
    }
    .header-right{
        display: none;
    }
    .main-navigation{
        display: flex;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        transition: all 1s ease-in-out;
        height: 100vh;
        z-index: 3;
    }
    .main-navigation .main-menu{
        position: absolute;
        top:0;
        right:0;
        width:300px;
        height: 100vh;
        z-index: 3;
        transition: all 1s ease-in-out;
        background-color: var(--primary);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .main-navigation.showSidebar{
        right: 0;
    }
    .shadow-bg{
        position: absolute;
        top: 0;
        right: 0;
        background: #00000050;
        width: 100%;
        transition: all 1s ease-in-out;
        height: 100%;
    }
    nav .main-menu ul {
        flex-direction: column;
        padding-top: 60px;
    }
    nav .main-menu ul li {
        width: 100%;
        margin-left: 0;
        margin-right:0 !important
    }
    nav .main-menu ul li a {
        color: var(--white);
        font-size: 20px;
        padding: 10px 15px 10px 25px;
        display: block;
    }
    .inner-banner h1:before{
        bottom:-10px;
        height:6px;
    }
    /*.inner-banner{*/
    /*    height:300px;*/
    /*}*/
    .why-single-row .why-sec-img{
        padding-right: 0;
    }
    .why-sec .why-single-row:nth-child(2) .why-sec-img{
        padding-left:0;
    }
    .why-single-row .why-sec-img > img:not(:first-child){
        display: none;
    }
    .why-single-row:not(:last-child){
        margin-bottom:0;
    }
    .why-sec{
        padding-bottom:0;
    }
    .why-single-row .section-head p{
        line-height:18px;
    }
    .why-sec .why-single-row .section-head{
        padding-left:35px;
    }
    .why-single-row:first-child{
        margin-top:0;
    }
    .product-details-sec .container > .row > div{
        width:100%;
    }
    .product-det-col{
        margin-top:20px;
    }
    .product-det-col .btn-wrapper{
        margin-top:35px;
    }
    .slider-nav .slick-arrow{
        top:52px;
    }
    .product-det-col p.price span{
        font-size:26px;
    }
    .product-det-col span{
        font-size:14px;
    }
    .testimonials .single-testi-col{
        width:33%;
    }
    .bank-info-col > .single-info-bank{
        width:50%;
    }
    .bank-info-col > .single-info-bank:not(:last-child):before{
        position: absolute;
    content: '';
    width: calc(100% - 40px);
    background-color: #DDDDDD;
    height: 2px;
    left: 0;
    bottom: -10px;
    }
    .bank-info-col .info-bank-img{
        width:35px;
        height:35px;
        padding:7px;
    }
}

@media screen and (max-width:991px){
    .collection-sec1 .container > .row{
        flex-direction: column-reverse;
    }
    .collection-sec1 .section-head{
        text-align: left;
    }
}

@media screen and (max-width:800px){
    .slider-nav .slick-arrow{
        top:45px;
    }
}

@media screen and (max-width:768px){
    .section-head h1, .section-head h2, .cta h2, .inner-banner h1{
        font-size:26px;
        line-height: 30px;
    }
    .banner-sec, .collection-sec1, .testimonials, .product-details-sec{
        padding:40px 0;
    }
    .sec1{
        padding-bottom:40px;
    }
    .sponsor-sec, .process-sec, .gallery-sec, .talk-sec{
        padding-top:40px;
    }
    .cta{
        margin-top:40px;
        padding:40px;
    }
    .process-row{
        padding-top:20px;
    }
    .sec1 .sec1-img{
        width:100%;
        padding-right:0;
    }
    .sec1 .row .section-head, .gallery-col, .gallery-sec .section-head, .talk-sec .row > div, .why-sec .why-single-row > div{
        width:100%;
    }
    .gallery-col{
        height: 450px;
    }
    .single-sponsor{
        width:25%;
    }
    .single-process:before{
        top:-20px;
    }
    .single-process:after{
        top:-30px;
    }
    .single-process{
        width:50%;
        margin-bottom:50px;
    }
    .single-process:last-child, .single-process:nth-last-child(2){
        margin-bottom: 0;
    }
    .single-sponsor span{
        text-align: center;
    }
    .talk-form form{
        margin-top:35px;
    }
    .quick-links{
        margin-top:20px;
    }
    .footer-contact{
        width:calc(100% - 30px);
        margin-left: 30px;
    }
    .card-stack{
        width:calc(100% - 30px);
    }
    /*.talk-img{*/
    /*    width:100px;*/
    /*    height:100px;*/
    /*}*/
    .talk-misc{
        flex-direction:column;
    }
    .talk-misc .talk-address{
        width:100%;
        margin-bottom:20px;
    }
    .card-stack .card-list li:nth-child(1){
        width: 80%;
    }
    .card-stack .card-list li:nth-child(2){
        width:90%;
    }
    .card-stack .card-list li:nth-child(3){
        width: 100%;
    }
    
    .new-process-row .single-process:nth-child(4), .new-process-row .single-process:nth-child(5), .new-process-row .single-process:last-child{
        margin-top:0;
    }
    .new-process-row .single-process:nth-child(3), .new-process-row .single-process:last-child{
        background-color: var(--white);
    }
    .new-process-row .single-process:nth-child(5){
        background-color: var(--F8F8F8);
    }
    .why-sec .why-single-row .section-head h1 br{
       display: none;
    }
    .why-sec .why-single-row:nth-child(2){
        flex-direction: column-reverse;
    }
    .why-sec{
        padding-bottom:0;
    }
    .why-sec + .sponsor-sec{
        padding-top:0;
    }
    .single-specification strong{
        font-size:16px;
    }
    .testimonials .single-testi-col{
        width:50%;
    }
}

@media screen and (max-width:767px){
    .collection-sec1 .banner-form .submit-btn button.reset-btn{
        margin-top:10px;
    }
}

/*@media screen and (max-width:650px){*/
/*    .slider-nav .slick-arrow{*/
/*        width:30px;*/
/*        height:30px;*/
/*        top:33px;*/
/*    }*/
/*}*/

@media screen and (max-width:600px){
    .section-head p br{
        display:none;
    }
    .bank-info-col > .single-info-bank{
        width:100%;
        padding-right:0;
    }
    .bank-info-col > .single-info-bank:not(:last-child):before{
        width:100%;
    }
    .info-bank-det button{
        right:0;
    }
    .bank-info-col{
        padding:35px 15px;
    }
    
}

@media screen and (max-width:568px){
    .cta h2{
        text-align:center
    }
    .cta .btn-wrapper{
        display: flex;
        justify-content: center;
    }
    .inner-banner h1:before{
        width:100px;
    }
    .testimonials-list .slick-list{
        padding:40px 0 0 0;
    }
    .testimonials-list .slick-track{
        display: flex;
        /* column-gap:15px; */
    }
    .testimonials-list .slick-list .slick-slide{
        padding:0 15px;
    }
    .testimonials-list{
        margin-top:0;
    }
}

@media screen and (max-width:480px){
    .section-head h1, .section-head h2, .cta h2, .inner-banner h1{
        font-size:22px;
        line-height: 30px;
        margin-bottom:0;
    }
    .section-head span{
        margin-bottom:0;
    }
    .section-head p, .single-process p{
        font-size:14px;
        line-height:22px;
    }
    .cta h2{
        margin-bottom:20px;
        text-align: center;
    }
    .cta{
        padding:20px;
    }
    .gallery-col, .card-stack{
        height:350px;
    }
    .card-stack .card-list li{
        height:300px;
    }
    .single-sponsor{
        width:33%;
        margin-bottom:15px;
    }
    .single-sponsor a{
        padding:15px;
    }
    .single-sponsor span{
        line-height:18px;
    }
    .single-process{
        width:100%;
    }
    .single-process:nth-last-child(2){
        margin-bottom:50px;
    }
    .banner-sec .banner-form{
        padding:15px;
    }
    .single-process h3{
        font-size: 18px;
    }
    nav .main-menu ul li a{
        font-size:18px;
    }
    .single-stock-car > strong{
        font-size:12px;
    }
    .primary-btn{
        padding:10px 15px;
    }
    .new-process-row .single-process:nth-child(odd){
        background-color: var(--F8F8F8);
    }
    .new-process-row .single-process:nth-child(even){
        background-color: var(--white);
    }
    
     .product-det-col .product-specification{
        flex-direction: column;
        padding:20px 0;
    }
    .product-specification .specification-col{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .specification-col .single-specification{
        width:50%;
        text-align: center;
    }
    .product-det-col .product-specification:before{
        left:50%;
    }
    .product-det-col .product-specification:after{
        display: none;
    } 
    .info-bank-det h3{
        font-size:16px;
    }
}

@media screen and (max-width:425px){
    .cta .btn-wrapper{
        flex-direction:column;
    }
    .cta .btn-wrapper a{
        text-align: center;
    }
    .cta .btn-wrapper a:first-child{
        margin-right:0;
        margin-bottom:20px;
    }
}

@media screen and (max-width:390px){
    .slider-nav .slick-arrow{
        top:40px;
    }
}