@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500&display=swap');

 body{
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  scroll-behavior: smooth;
   font-family: 'Chakra Petch', sans-serif;
 
}

p{
  font-family: 'Chakra Petch', sans-serif;

}


.btn-black{
  background-color: black;
  color: white!important;

}

.btn-black:hover{
  background-color: black;
  color: white!important;

}

input:focus{
  outline: none;
}

#car-nav ul{
  display: flex!important;
  justify-content: space-between!important;

}

#car-nav,
#car-nav ul,
#car-nav ul li,
#car-nav ul li a,
#car-nav #menu-button {
  margin: 0;
  padding: 0;

  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'Chakra Petch', sans-serif!important;
  box-sizing: border-box;
}
#car-nav:after,
#car-nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#car-nav #menu-button {
  display: none;
}
#car-nav {
  width: auto;
 
  line-height: 1;
  background: #191919;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
 
  transition: all 0.25s ease-out;
}
#car-nav > ul > li {
  float: left;
}
#car-nav.align-center > ul {
  font-size: 0;
  text-align: center;
}
#car-nav.align-center > ul > li {
  display: inline-block;
  float: none;
}
#car-nav.align-center ul ul {
  text-align: left;
}
#car-nav.align-right > ul > li {
  float: right;
}
#car-nav.align-right ul ul {
  text-align: right;
}
#car-nav > ul > li > a {
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;  
 
  transition: color .2s ease;
}
#car-nav > ul > li:hover > a,
#car-nav > ul > li.active > a {
  color: #FF1E1E;
}
#car-nav > ul > li.has-sub > a {
  padding-right: 25px;
}
#car-nav > ul > li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 5px;
  
 
  content: "⇩";


  transition: border-color 0.2s ease;
}
#car-nav > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#car-nav ul ul {
  position: absolute;
  left: -9999px;
}
#car-nav li:hover > ul {
  left: auto;
}
#car-nav.align-right li:hover > ul {
  right: 0;
}
#car-nav ul ul ul {
  margin-left: 100%;
  top: 0;
}
#car-nav.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#car-nav ul ul li {
  height: 0;
 
  transition: height .2s ease;
}
#car-nav ul li:hover > ul > li {
  height: 32px;
}
#car-nav ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
 
  transition: color .2s ease;
}
#car-nav ul ul li:hover > a,
#car-nav ul ul li a:hover {
  color: #ffffff;
}
#car-nav ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
 
  transform: rotate(-45deg);
 
  transition: border-color 0.2s ease;
}
#car-nav.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#car-nav ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


.bannerarea {
  background:linear-gradient( #14141454, rgba(11, 11, 11, 0.33) ),
 url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 padding-top:100px;
}

@media(max-width:1400px){
    .bannerarea {
  
        background-position: bottom;
         padding-top:100px;
    }
}


    .menu-bar{
      background: url('../images/fixed-header.png');
      background-repeat: no-repeat;
      background-position: top;
    }

    .header-logo img{
      height: 100px;
      padding: 10px;
    }

    .menu-bar .top-heads span {
    margin-right: 12px;
    font-weight: 600;
    color: white;
    font-size: 13px;
}

.menu-bar .direct-numbr b {
    background-color: #ff1e1e;
    padding: 5px 20px;
    border-radius: 25px;
    border: 1px solid #fff;
}

.header-top-left > span {
    display: block;
   
    font-size: 13px;
    color: #fff;
}
.menu-bar .right-socialicon {
 text-align:right;
   
}

.menu-bar .right-socialicon a{
 color: #fff;
 padding-right: 15px;
   
}

.bgred-text {
    display: inline-block;
    text-align: left;
    line-height: 20px;
    color: white;
    border-width: 0px;
    margin-top: 55px;
    padding: 13px 60px 13px 40px;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 700;
    background: #ff1e1e;
    transform: skew(-20deg);
}


.bannerarea h1{
 
  margin-top: 30px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  font-size: 50px;
}

         .pick-vechicle {
                border-radius: 4px;
                bottom: 0px;
                background: rgba(0, 0, 0, 0.62) url(../images/pick-vehicle.png);
                z-index: 2;
                width: 100%;
                padding: 20px 45px;
                margin-top: 100px;
                background-repeat: no-repeat;
                background-size: cover;
            }
            
.pick-vechicle .form-group{
 padding-right:0px;
 padding-left:0px;
  margin: 0px;
}

.pick-vechicle .form-group .custom-select{
  border-radius: 0px;
  height: 50px;
  margin-bottom: 10px;
}

@media(max-width: 768px){
  .pick-vechicle .form-group{
 padding-right:15px;
 padding-left:15px;
 flex: 100%;
  
}
.pick-vechicle .form-group .custom-select{
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;
}

.about-image  img {
 
  height: auto!important;
  object-fit: cover;
}

}


.about-light-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-title h3 {
    color: #9d9d9d;
  
    margin-bottom: 0;
    text-transform: uppercase;
}
.about-title h2 {
    margin-bottom: 5px;
    color: #e51515;
   
    line-height: 32px;
    text-transform: uppercase;
}
.about-title  span {
    color: #9d9d9d;
    display: block;
  
    font-size: 13px;
    left: 2px;
    letter-spacing: 5.5px;
    position: relative;
    top: 0;
}
.about-text {padding: 0px 8%;}

.about-text p{
    font-size: 16px;
        line-height: 26px;
        text-align: justify;
        margin-bottom: 30px;
}

.about-text p span{
  color: red;
}



.about-title {padding-bottom: 47px; }
.about-text  p:first-of-type {margin-bottom: 22px;}
.about-text  span {
    color: #ffffff;
   
 
}

.about-text  p:last-of-type {margin-bottom: 45px; font-size: 16px;}
.singature {padding-top: 31px;}
.about-image  img {
  border-radius: 4px;
  height: 600px;
  object-fit: cover;
}


.service-three-area {
    position: relative;
        overflow: hidden;
}

.vc_video-bg {

   
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.service-three-area .right-side {
-webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    background: #181b24;
    padding: 40px 68px;
}


.service-three-area .media-heading {
    color: #ffffff;
    margin-bottom: 20px;
}

.service-three-area .media-body p {
    font-size: 16px;

        margin-bottom: 12px;
    color: #fff;
}

.service-three-area .media-body .default-btn {
    background: #ff1e1e;
    color: #FFF !important;
    border: 0px !important;
    margin-bottom: 20px;
}

.default-btn {
    background: #ff1e1e none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
   
    font-size: 16px;
    padding: 16px 40px 16px;
      border: 1px solid #ff1e1e !important;

    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.default-btn:hover {
    background:#fff;
    border-radius: 2px;
    color: #ff1e1e !important;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ff1e1e !important;

 
}

.single-timeline-item {
    border-left: 2px solid #383838;
    padding-left: 20px;
}

.search-area{
  background: #ff1e1e;
}

.search-area .find_a {
    
    background: #000;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
}

.footer-list{
  padding-left: 2px;
  list-style: none;
  font-size: 14px;

}

.location-icon{width: 5%;}
.location-icon img{width: 15px;}
.bg-5 { background-image: url("../images/footer.jpg"); background-position: bottom;background-attachment: fixed;}



.single-footer-widget > h5 {
    color: #ffffff;
    font-weight: 400;
    padding-top: 5px;
    text-transform: uppercase;
}
a.footer-login {
    position: relative;
    top: 0px;
}
.footer-logo {margin-bottom: 32px;}
.f-info {
    color: #ffffff;
    display: block;
    font-size: 13px;
    margin-bottom: 22px;
}
.f-info .icon {
    color: #fff;
    float: left;
    font-size: 18px;
    position: relative;
    width: 25px;
}
.f-info-text { overflow: hidden;}
.footer-info-wrapper {padding-top: 32px;}

.f-info-text a{color: #fff;}

.footer-top .footer-list li a {
    border-bottom: 1px solid #2c2c2c!important;
    padding: 10px 0px;
    display: block;
    color: #fff;
}
.footer-list li a:hover{color: #e51515;}
/*.footer-list > li {line-height: 11px; margin-bottom: 25px; }*/
.twt-text p a {color: #e51515;}
.twt-text p a:hover {color: #fff;}
.twt-text > span {float: left; line-height: 30px; width: 32px;}
.twt-text > span i {color: #8b8d96; font-size: 18px;}
.twt-text > p {margin-bottom: 5px; overflow: hidden; padding-right: 15px;}
.twt-info {
    color: #61626b;
    display: block;
    font-size: 13px;
    padding-right: 13px;
    text-align: right;
}
.single-tweet-text {margin-bottom: 27px;}
.footer-top {border-top: 2px solid #e51515; padding: 4em 0;}
.footer-bottom {padding-top: 0px; position: relative; background: #000;}
.footer-border {

    height: 0px;
    left: 60px;
    position: absolute;
    right: 60px;
}
.payment-img {padding: 15px 0; text-align: right;}
.footer-bottom span {color: #838896; display: inline-block; font-size: 13px;}
.footer-links-copyright {padding: 20px 0;}

.footer-bottom span a:hover {border-bottom: 1px solid #e51515;}
.footer-bottom .social-links {display: inline-block; padding: 0;}
.footer-bottom .social-links a {color: #838896; font-size: 16px; margin: 0 8px;}
.footer-bottom .social-links a:hover {color: #e51515;}

.footer-form-main label.error {
    color: red;
    position: relative;
    right: 0px;
    font-size: 10px;
    top: -15px;
}

.slider-text {

}
.get-dir {
    text-align: left;
    margin-top: 2em;
    width: 270px;
}
p.successcontactmsg{color: #15f315;}

.comman  a:hover{color: red;}


.footer-top .pb-35 {
    display: block;
    text-align: left;
    line-height: 20px;
    border-width: 0px;
    margin-bottom: 30px;
    padding: 5px 12px 5px 25px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    background: #ff1e1e;
    /* -webkit-clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%); */
    /* clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%); */
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}


.footer-form-main .footer-form input {
    background: #fff;
    border: none;
    margin-bottom: 4px;
}

.ftr-box{padding-right: 8px; padding-left: 8px;}
.flax-ftr{padding-right: 5px; padding-left: 5px;
margin-bottom: 10px;}

.flax-ftr input{font-size: 12px;}

.flax-ftr .default-btn {
    background: #ff1e1e none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
   
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.ftal-icon{position: relative;}


.ftal-icon-1 {
    top: 3px;
    left: 6.5%;
    position: absolute;
}

.message-icon-1{
 top: 25%;
    left: 3.5%;
    position: absolute;


}

{  padding-left: 20px}

.footer-form input[type=text]{padding: 10px 25px;}
.message-icon input[type=text]{padding: 20px 35px;}

.ftal-icon-1 .fa{font-size: 13px; color: #a3a1a1;}

 .footer-top .footer-list li a{border-bottom: 1px solid #ccc;}

.search-are {
    background: #ff1e1e;
}

.search-are a.find_a {
    float: right;
    background: #000;
    padding: 17px 33px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    border:1px solid #000;
}

.search-are a.find_a:hover{background: none; color: #fff;  border:1px solid #fff;}
.get-dir {
    text-align: left;
    margin-top: 2em;
}

.get-dir a {
      padding-bottom: 11px;
      display: block;
      text-align: left;
      line-height: 20px;
      border-width: 0px;
      margin-bottom: 30px;
      padding: 5px 12px 8px 25px;
      letter-spacing: 1px;
      font-size: 13px;
      color: #fff;
      text-transform: uppercase;
      border: 1px solid red;
      font-weight: 500;
      background: #ff1e1e;
      /* -webkit-clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%);
      clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%); */
}
.get-dir a:hover{background: red; color: #fff; border: 1px solid red;}



@media only screen and (max-width: 1210px) {

.flax-ftr {
    padding-right: 10px;
    padding-left: 10px;
}

}


@media only screen and (max-width: 1199px) {

.footer-top .container {
    width: 97%;
}

}


@media only screen and (max-width: 1096px) {

.footer-top .pb-35 {
    padding-bottom: 11px;
    display: block;
    text-align: left;
    line-height: 20px;
    border-width: 0px;
    margin-bottom: 30px;
    padding: 5px 0px 8px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    background: #ff1e1e;
    -webkit-clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%);
    clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%);
}

}

@media only screen and (max-width: 991px) {

.footer-top [class*="col-"]:nth-child(2n+1) {
    clear: none!important;
}
.stats-grid {
    background: #ff1e1e;
    padding: 1em 0.5em;
    border-radius: 10px;
    border-bottom: 6px solid #fff;
    margin-bottom: 15px;
}
.main-wd-file{width: 100%;}

.footer-top .pb-35 {
    padding-bottom: 11px;
    display: inline-block;
    text-align: left;
    line-height: 20px;
    border-width: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 5px 80px 8px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    background: #ff1e1e;
    -webkit-clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%);
    clip-path: polygon(9% 0, 84% 0, 75% 100%, 0% 100%);
    padding-left: 48px !important;
}

.ftr-box {
    padding-right: 8px;
    padding-left: 8px;
    width: 33%;
    float: left;
}

.ftr-box-1{width:50%!important;}

}

@media only screen and (max-width: 767px) {

    .footer-form input[type=text] {
    padding: 10px 40px;
}
.ftr-box-1{width:100%!important;}

.ftr-box {

    width: 100%;

}

.search-are a.find_a {
    float: right;
    background: #000;
    padding: 9px 23px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
}

.footer-top .single-footer-widget {
    text-align: left;
}

.footer-top .pb-35 {

      margin-top: 1.5em;
       padding: 5px 150px 8px 20px;
}

.footer-links-copyright {
    padding: 30px 10px 5px!important;
}

.payment-img {
    padding: 0px 0 20px!important;
}

}


.social-footer a {
    padding: 3px;
    color: #b1abab;
}.social-footer  {
    text-align: center;
font-size: 20px;
}

.footer-top .footer-widget-inner-div{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.get-dir , .chiptuning-main-div{
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.get-dir-inner-div , .chiptuning-inner-div{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.wd-90{
    width: 90%;
}

@media only screen and (max-width: 480px) {
    .get-dir {
        -webkit-transform: skew(-50deg);
        -moz-transform: skew(-50deg);
        -o-transform: skew(-50deg);
        margin-left: 15px;
    }
    .get-dir-inner-div {
        -webkit-transform: skew(50deg);
        -moz-transform: skew(50deg);
        -o-transform: skew(50deg);
    }
    .enquiry-now{
      margin-left: 15px;
    }
}

.btn-custom{
  background-color: #6c757d;
  color: white;
  border-radius: 2px; 
}

.btn-custom:hover{
  background-color: #6c757d;
  color: white;
  border-radius: 2px; 
}


.chipt-content{
    padding: 50px 40px;
}

.chipt-content a{
    margin-top: 30px;
}

.chipt-content p{
   color: #fff;
}

.chip-title{
    color: red;
  
    margin-bottom: 30px;
}


/*about*/

.about-first-div {
    padding: 0 8%;
}
.about-first-div h2{
    margin-bottom: 6px !important;
}
.about-text {padding: 0px 8%;}
 
        .about-format-data .hadingformat {

    font-size: 49px;
    margin: 0;
    color: #ff1e1e;
    font-weight: 600;
}

        .about-format-data .hadingformat2 {
    font-size: 58px;
    margin: 0;
    color: #000;
    color: black;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    border-top-right-radius: 70%;
    border-bottom-right-radius: 70%;
    background: #fff;
    -webkit-text-stroke-color: black;
}


.about-forma{    margin-top: 0px;
    margin-bottom: 0px;}


.het-design {
    background: #f7f7f7;
        background-size: cover;
    padding: 2em 0;
}

.het-design p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    /*padding-left: 185px;*/
}



.video-section-data{     background: url(../images/services-bg.png);
    background-position: center;
    background-size: cover;
    padding: 4em 0;}


.video-section-data h3{
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 0px 0px 30px 0;}

.stats{     background: url(../images/cop-3.jpg);
    background-position: center;
    background-size: cover;
    padding: 6em 0;}


.vc_video-bg {

    /*overflow: hidden;*/
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.vc_row-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vc_row-overlay:after {
    background-color: rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.het-design-2{
    background: url(../images/bg-3-4.jpg);
    background-size: cover;
    padding: 5em 0;

}


.het-design-2 p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
}


@media(max-width: 768px){
  .about-format-data .hadingformat {

    font-size: 28px;
  
}

        .about-format-data .hadingformat2 {
    font-size: 25px;

}
}


/*-- counter--*/
.counter {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 9px;
}
.stat-info h5 {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-transform: capitalize;

}
.stats-grid {
background: #ff1e1e;
padding: 1em 0.5em;
    border-radius: 10px;
    border-bottom: 6px solid #fff;
}

.font-check .fa {
    color: #fff;
    font-size: 50px;
    padding: .5em 0 0.2em;
}

.stats h3 {
    color: #fff;
    font-size: 38px;
    padding-bottom: 30px;
}

.numer {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}
/*-- //counter --*/


    .contact-form-area{

      background: url('../images/9.jpg');
    }
#contact-form input, #contact-form textarea, #reply-form input, #reply-form textarea {
    border: 1px solid #FFF;
    /* border-radius: 3px; */
    color: #0d0c0c;
    font-size: 16px;
    background: #fff;
    height: 57px;
    margin-bottom: 30px;
    padding: 0 24px;
    resize: none;
    box-shadow: inset 0 1px 1px rgba(120, 112, 112, 0.32);
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {color: #90939c;}
#contact-form input::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
    color: #90939c;
}
#reply-form input::-moz-placeholder, #reply-form textarea::-moz-placeholder {color: #90939c;}
#reply-form input::-webkit-input-placeholder, #reply-form textarea::-webkit-input-placeholder {
    color: #90939c;
}
#contact-form textarea, #reply-form textarea {height: 172px; padding: 20px 24px;}
.submit-btn {margin-top: 70px;}

  .single-c-info span {
    color: #91939f;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding-left: 60px;
}
.single-c-info span.icon {
    color: #181c27;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 26px;
    padding-left: 54px;
}
.single-c-info > h5 {
    color: #181b24;
    font-family: "oswald";
    font-weight: 400;
    margin-bottom: 25px;
    padding-left: 60px;
    text-transform: uppercase;
}
.c-divider {
    background: #e51515 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-bottom: 24px;
    margin-left: 60px;
    width: 40px;
}
.single-c-info {padding-bottom: 40px;}
.single-c-info span {
    color: #91939f;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding-left: 0px;
}
.single-c-info span.icon {
    color: #181c27;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 26px;
    padding-left: 0;
}
.single-c-info > h5 {
    color: #181b24;
    font-family: "oswald";
    font-weight: 400;
    margin-bottom: 25px;
    padding-left: 0px;
    text-transform: uppercase;
}
.c-divider {
    background: #e51515 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-bottom: 24px;
    margin-left: 0px;
    width: 40px;
}
.single-c-info {
    border-right: 1px solid #EFEFEF;
      padding-bottom: 30px;
    padding-top: 30px;
    letter-spacing: 1px;
}

.contact-form-wrapper #contact-form input, .contact-form-wrapper #contact-form textarea, .reply-form-wrapper #reply-form input, .reply-form-wrapper #reply-form textarea {
    border: 1px solid #ebebeb;
}

.contact-form-wrapper .submit-btn {margin-top: 30px;}



/*login -register modal*/


.auth-bg {

  background-color: #212330;

    background: url('../images/background.png')!important;

    background-repeat: no-repeat!important;
    height: 100vh;
    background-position: center;
   

}

@media(max-width: 768px){
  .auth-bg{
     height: 100%;
  }
}

.auth {

  color: #fff;

}



.auth .auth-header {
    margin-bottom: 6rem;
    /* padding-top: 6rem; */
    /* padding-bottom: 6rem; */
    /* background-color: rgba(255, 255, 255, 0.05); */
    text-align: center;
}


.auth .auth-header h1 {

  font-size: 2rem;

  margin-bottom: 1rem;

  font-weight: normal;

  text-transform: lowercase;

}



.auth .auth-header h1:after {

  content: '';

  display: inline-block;

  position: relative;

  top: -15px;

  margin-left: 0.25rem;

  width: 20px;

  height: 20px;

  color: #fff;

  border: 4px solid #20b9ae;

  border-radius: 50%;

}









.login-main{width: 450px;

             margin: 0 auto;

             margin-top: -100px;
           }



.regis-bg{
  background: #00000094;

    color: #fff;}             



.regis-bg .btn-primary {

    background-color: #de3c31;

    border-color: #de3c31;

    margin-bottom: 20px;

}





.regis-main{  
  width: 540px;

    margin: 0 auto;
  }




.auth .auth-header h6 {

  font-weight: normal;

  color: rgba(255, 255, 255, 0.7);

}



.auth .form-control {

    background-color: transparent;

    border-color: #FFF;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    padding: 10px 10px;
    color: #fff;
}







.auth .input-group-addon {

  padding: 0 0.75rem;

  font-size: 1.25rem;
  color: black;

  background-color:#FFF;

  border: none;

}





@media only screen and (max-width: 428px) {



.login-main {

    width: 90% !important;

    margin: 0 auto;

    margin-top: -100px;

}

.regis-main {

    width: 90%;

    margin: 0 auto;

    margin-top: -40px;

}

.regis-main .form-group {

    margin-bottom: 1rem;

    padding: 0px 15px;

}

}

h4.modal-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
  color: #fff6f5;
    font-weight: bolder;
}

.modal-dialog {
    width: auto;
    margin: 30px auto;
}

.login-btn{  
  background: #ff1e1e none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 14px 40px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
#loginModal p.login-para{
    text-align: center;
    color: #fff;
}

#loginModal .modal-content {
   
    background-color: #000000!important;
   
}

#loginModal .modal-header .close {
  
    color: #fff;
}
#loginModal .response-div {
    text-align: center;
}


@media (min-width: 1366px) and (max-width: 1600px) {

#loginModal .auth-bg {
    background-color: #212330;
    background: url('../images/background.png')!important;
    background-size: 100%;
    background-repeat: no-repeat;
}

}  



@media (min-width: 1020px) and (max-width: 1024px) {

.auth-bg {
    background-color: #212330;
    background: url('../images/background.png')!important;
    background-size: 100%;
}
}

@media only screen and (device-width : 1024px) and (device-height: 1366px) {

      .auth-bg {
    
     background-position: inherit!important; 
   }

    }





@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regis-bg {
     padding: 0 30px !important;
    }
    .auth-bg {
    background-color: #212330;
   
    background-size: 302%;
    }
}


@media (min-width: 310px) and (max-width: 767px){



.auth-bg {
    background-color: #212330;
  
    background-size: 550%;
}
.regis-main{
  width: 90% !important;
}

}

/**/

.cart-table .table {
  border-bottom: 8px solid #f6f6f6;
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .cart-table .table {
    border-top: 8px solid #f6f6f6;
  }
}

.cart-table .table thead {
  background-color: #f6f6f6;
}

@media only screen and (max-width: 575px) {
  .cart-table .table thead {
    display: none;
  }
}

.cart-table .table thead tr th {
  text-align: center;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #292323;
  padding: 12px 20px;
}

.cart-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 575px) {
  .cart-table .table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
  max-width: 160px;
  min-width: 120px;
  width: 160px;
}

@media only screen and (max-width: 575px) {
  .cart-table th.pro-thumbnail a,
  .cart-table td.pro-thumbnail a {
    width: 160px;
  }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
  min-width: 200px;
}

.cart-table td.pro-thumbnail a {
  display: block;
}

.cart-table td.pro-thumbnail a img {
  width: 100%;
      height: 120px;
  background-color: #f6f7f8;
}

.cart-table td.pro-title a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.cart-table td.pro-quantity .pro-qty {
  width: 90px;
  height: 35px;
  border: 1px solid #999999;
  border-radius: 50px;
  padding: 0 15px;
  display: block;
  margin: auto;
}

.cart-table td.pro-quantity .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.cart-table td.pro-quantity .pro-qty input, 
.cart-table td.pro-quantity .pro-qty .contact__form--1 textarea,
 .contact__form--1 .cart-table td.pro-quantity .pro-qty textarea {
  width: 28px;
  float: left;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

@media only screen and (max-width: 575px) {
  .cart-table td.pro-quantity .pro-qty {
    margin: 0;
  }
}

.cart-table td.pro-subtotal span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.cart-table td.pro-addtocart button {
  width: 140px;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #ff5151;
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background-color: #ff5151;
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.discount-coupon form input, .discount-coupon form .contact__form--1 textarea,
 .contact__form--1 .discount-coupon form textarea {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 5px 20px;
  color: #000000;
  background-color: transparent;
}

.discount-coupon form input[type="submit"], 
.discount-coupon form .contact__form--1 textarea[type="submit"],
 .contact__form--1 .discount-coupon form textarea[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff5151;
  border-color: #ff5151;
  width: 140px;
}

/*-- Cart Summary --*/
.cart-summary {
  float: right;
  max-width: 410px;
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .cart-summary {
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .cart-summary {
    margin-left: 0;
  }
}

.cart-summary .cart-summary-wrap {
  background-color: #f6f6f6;
  padding: 45px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .cart-summary .cart-summary-wrap {
    padding: 25px 30px;
  }
}

.cart-summary .cart-summary-wrap h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.cart-summary .cart-summary-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  color: #292323;
}

.cart-summary .cart-summary-wrap p span {
  float: right;
}

.cart-summary .cart-summary-wrap h2 {
  border-top: 1px solid #999999;
  padding-top: 9px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
  float: right;
}



/*shop page*/

.racechip-area{
  background: url('../images/racechipbg.png'),
  no-repeat center, linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  box-shadow: inset 0 1px 15px -3px rgba(0, 0, 0, 0.4);
}


/*-----------product page css start---------*/
.product-detail
{
	padding: 50px;
	background-color: #f9f9f9;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-detail .col-md-3 h2
{
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.product-detail .col-md-3 h2 span
{
 color:#5bc2dc;
}
.product-detail .col-md-9 .product-feature
{
	border-bottom: 2px solid #eee;
}
.product-detail .col-md-9 h5
{
	font-style: italic;
	letter-spacing:1px;
}
.product-detail .col-md-9 h5 span
{
	font-weight: bold;
	text-transform: uppercase;
}
.product-detail .col-md-9 p
{
	margin-top: 20px;
}
.product-detail .col-md-9 p a
{
	text-decoration: underline;
	color: #000;
}
.product-detail .col-md-9 ul
{
	list-style-type: none;
	padding-left: 0;
	
}
.product-detail .col-md-9 ul li
{
	display: inline-block;
	margin:20px 30px 20px 0;
	font-weight: bold;
	font-size: 15px; 
}
.product-detail .col-md-9 ul li span
{
	margin-left: 15px;
}
.product-detail .col-md-9 .button-box .button-one
{
	background-color:#18ac00;
	border-radius:none;
	padding: 5px 40px;
}
.product-detail .col-md-9 .button-box .button-two
{
	background-color: transparent;
	border: 1px solid #ccb9b9;
	padding: 5px 40px;
	border-radius:none;
	margin-left: 30px;
	color: #000;
	font-weight: bold;
}
.product-detail .col-md-9 .button-box .button-two span
{
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.product-detail .col-md-9 .button-box a
{
	text-transform: uppercase;
	margin-left: 10px;
	letter-spacing: 1px;
	font-size: 10px;
	text-decoration: underline;
	color: #000;

}

/*------------product page css end-----*/








.related-product-box
{
	padding: 50px;
}
.related-product-box ul,.product-review ul
{
	padding-left: 0;
	list-style-type: none;
}

.related-product-box .related-product
{
 border-right:2px solid #eee;
 padding: 10px;
 /*max-height: 440px;*/
}

.related-product-box .related-product p a
{
	color: #000;
	font-weight:bold;
	text-decoration: underline;
	margin-left: 5px;
	font-size: 12px;
	letter-spacing: 1px;
}
.related-product-box .speed p
{
	font-size: 14px;
}
.related-product-box .speed ul li
{
	font-size: 14px;
}
.related-product-box .speed .speed-detail
{
	display: flex;
}
.related-product-box .speed .speed-detail li
{
  padding: 0 35px;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #eee;
}
.related-product-box .speed .speed-detail li:last-child
{
	border-right: none;
}
.related-product-box .speed .speed-detail li span
{
	display: block;
	color:#dc5300;
	
	font-size: 25px;
}
.button-box .button-one {
    background-color: #6c757d;
    border-radius: none;
    padding: 5px 40px;
    color: #fff;
}
.button-box .button-two {
    background-color: #28a745;
    border: 1px solid #ccb9b9;
    padding: 5px 40px;
    border-radius: none;
    
    color: #000;
    font-weight: bold;
}
.button-box .button-two span
{
	font-weight: lighter;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
/*----------------product-review css---------------------------------*/
.product-review
{
	padding: 50px;
	background-color:#f7f7f7;
}
.product-review .product-wrapper
{
	background-color:#FFF;
	padding: 20px;
}
.product-review .product-wrapper .product-rating
{
	padding-left:100px;
}
.product-review .product-wrapper .product-rating h1
{
 color: #333333;
 line-height: 27px;
 font-size: 20px;
 margin-bottom: 20px;
 
}
.product-review .rating-stars
{
	position: relative;
}
.product-review .avrg-rating
{
	font-size: 13px;
    color: #999999;
    margin-left: 5px;
}
.product-review .total-rating,.numbr-review
{
	font-size: 13px;
    color: #25a8ed;
    margin-left: 5px;
    cursor: pointer;
}
.product-review .total-rating
{
	border-right: 1px solid #eee;
	padding-right: 15px;
}
.numbr-review a
{
	color:#25a8ed; 
}
.pagination_box .pagination{
  justify-content: center;
}

/*---------------------------------prashant 19 june mobile menu css---------------------*/
.mobile-menu
{
    display:none;
}
.login-html .tab
{
  color:#fff!important;
}
.login-html .sign-in:checked + .tab,.login-html .sign-up:checked + .tab
{
 border-color:#ff1e1e!important;
}
.ftco-section .login-form label
{
 color:#fff!important;
}
.ftco-section .login-form span a
{
 color:#fff!important;   
}



@media (max-width:1000px){
     .menu-bar
    {
        display:none;
    }
    .mobile-menu
    {
        display:block;
        background: url(../images/fixed-header.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size:cover;
        background-position-x: -305px;
    }
    .bar1, .bar2, .bar3 
   {
     width: 23px;
    height: 3px;
    margin: 5px;
    background:#000;
    transition: all 0.5s ease;
    }
    .navbar-toggler
    {
        background:#fff;
    }
    .navbar-toggler:focus
    {
     outline:none;
    }
    .change .bar1 {
  transform: rotate(-45deg) translate(-5px, 6px);
  background: #000;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-5px, -8px);
  background: #000;
}
.navbar-nav
{
  background: #000;
  padding: 15px 20px;
  margin-bottom: 20px;

}
.navbar-nav li.active a
{
    color: #FF1E1E!important;
    font-weight: bold;
}
.navbar-nav a
{
    color:#fff!important;
    font-size: 12px;
}
.navbar-nav a:hover
{
  color: #FF1E1E!important;  
}
.has-sub ul
{
 display:none;
}
.has-sub:hover ul
{
    display:block;
    background: #333333!important;
}
    
}
/*----------------------------media query from 1000 to 1150---------*/
@media (max-width:1200px) and (min-width:1000px)
{
   #car-nav > ul > li > a
   {
     padding: 10px 8px;
    font-size: 12px;
   }
}

/*-----------------------------------------my responsive css----------------------------------*/
@media (max-width: 768px)
{
   
/*------------------------------home page css---------------------------------------*/
.bannerarea
{
 padding:30px 0!important;    
}
.bannerarea .row
{
 padding:0!important;
}
.bannerarea .row .bgred-text
{
  margin-top: 10px;
  padding: 15px;
  font-size: 16px;
  margin-left: 75px;
}
.bannerarea h1
{
 font-size: 22px;
 text-align: center;
margin-top: 25px!important;
}
.bannerarea h3
{
 font-size:18px;
 text-align: center;
}
.bannerarea .pick-vechicle
{
  padding: 15px 20px;
  margin-top: 20px;    
}
.bannerarea .pick-vechicle h5
{
 font-size:16px;
}
.pick-vechicle .form-group .custom-select
{
 font-size:14px;    
}
.about-light-area
{
 padding:40px 20px!important;
padding-bottom: 30px!important;
}
.about-light-area .about-image
{
 margin-bottom:20px;    
}
.about-light-area .about-title
{
    padding-bottom:10px;
}
.about-light-area .about-title h2
{
 font-size: 20px;
 margin-bottom: 10px;
 
}
.about-light-area .about-text
{
 padding:0!important;
}
.about-light-area .about-text p:last-of-type 
{
 margin-bottom: 30px;
 font-size: 14px;
}
.home-order .order
{
 padding: 5px 20px!important;
 font-size: 14px!important;
}
.service-three-area .first
{
    padding:0!important;
}
.service-three-area .vc_video-bg
{
 position:relative!important;
 top: 7px;
}
.service-three-area .vc_video-bg video
{
 max-height:300px;
}
.service-three-area .right-side
{
 padding:20px!important;
 clip-path: none!important;
}
.service-three-area .right-side .media .media-heading
{
 font-size: 18px;
 margin-top: 15px;
margin-bottom: 10px;
}
.service-three-area .right-side .media p
{
    font-size:14px;
}
.service-three-area .media-body .default-btn,.perfomance-center .default-btn
{
  padding: 5px 20px!important;
  font-size: 14px!important;
}
.perfomance-center
{
    padding-bottom:0!important;
    padding-top: 30px!important;
}
.perfomance-center h2
{
 font-size:20px;
}
.perfomance-center p
{
 font-size:14px;
 text-align:justify;
}
/*---------------product page css----------------------*/
.related-product-box
{
 padding: 50px 20px 30px 20px;
}
.related-product-box .related-product
{
 margin-bottom: 30px;
}


.related-product-box .button-box
{
  display: flex;
  justify-content: space-around;
}
.related-product-box .button-box .button-one,.related-product-box .button-box .button-two
{
    padding: 5px 20px!important;
    font-size: 14px!important;
}
/*---------exhaust page css--------------------*/
.about-light-area h3
{
 font-size:18px;
}
.about-light-area .btn-custom
{
  padding: 5px 20px!important;
  font-size: 14px!important;
}
.exhaust .desk-chip .row.reverse
{
 flex-direction: column-reverse;
}
.exhaust .desk-chip .chipt-content
{
padding: 30px 15px;    
}
.exhaust .desk-chip .chipt-content .chip-title
{
 font-size: 18px;
 margin-bottom: 15px;    
}
.exhaust .desk-chip .chipt-content p
{
 font-size:14px;
 text-align:justify;
}

.dealer .entry-pages .one
{
  text-align: center;
  margin: 0 0 15px 0;  
}
.dealer .entry-pages .two
{
  display: flex;
  justify-content: center;
}
/*-----------------------about page css----------------------------*/
.about-page h2
{
  font-size: 20px!important;
  margin: 10px 0!important;
}
.about-page p
{
 font-size:14px!important;
}
.video-section-data
{
padding: 20px 0px 40px 0;
}
.video-section-data h3
{
 font-size: 18px!important;
 text-align: justify;
 margin-bottom: 30px;
}
.het-design-2,.stats
{
    padding: 30px 0;
}
.het-design-2 p
{
 font-size: 14px;
 text-align: justify;
}
.stats h3
{
 font-size:18px!important;
}
.stats .stats-info .stats-grid
{
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.stats .stats-info .stats-grid .font-check i
{
  font-size:30px;  
}
.stats .stats-info .stats-grid .numer
{
 font-size:20px;
}
/*------------contact page css----------------------------------*/
.contact-page .contact-information-area
{
 padding: 20px 0!important;
}
.contact-page .contact-information-area .single-c-info
{
 padding:10px 0;
}
.contact-form-area .contact-form-parent
{
 padding: 20px 10px!important;
}
.contact-form-area .contact-form-parent .section-title-two
{
 padding-bottom: 0px!important;
}
.contact-form-area .contact-form-parent .section-title-two h3
{
  font-size: 18px;
 text-align: center;
 margin-bottom: 20px;
}
.contact-form-area .contact-form-parent .contact-form-wrapper form input
{
 height:40px!important;
 box-shadow:none!important;
}
.contact-form-area .contact-form-parent .contact-form-wrapper form input::placeholder
{
 font-size:14px!important;
}
.contact-form-area .sub-btn
{
  padding: 5px 20px!important;
  font-size: 14px!important; 
}
/*----------------------sprint booster css------------------------------*/
.sprint-booster .row.reverse
{
    flex-direction: column-reverse;
}
.sprint-booster h2
{
 font-size:20px!important;
}
.sprint-booster .springboostre_hading
{
 padding:20px;
}
.sprint-booster .springboostre_hading p
{
 font-size:14px;
 text-align:justify;
}
.sprint-booster .springboostre_hading a.x-btn
{
 padding: 5px 20px!important;
font-size: 14px!important;
}
.sprint-booster .springboostre_hading .special
{
 margin-top:20px!important;
}
.sprint-booster .springboostre_hading h2
{
 font-size:20px!important;
}
.sprint-booster .springboostre_hading h3
{
   font-size:18px!important; 
}
.sprint-booster .springboostre_hading ul
{
    padding-left:0!important;
}
.sprint-booster .springboostre_hading ul li
{
 font-size:14px;
 line-height:25px;
}
/*--------------------------------login page css-------------------------*/
.ftco-section .login-wrap
{
 min-height: 540px;
}
.ftco-section .login-html
{
  padding: 50px 40px 50px 40px;
}
.ftco-section .login-html .tab 
{
 font-size:18px;
}
/*-------------------search-area common section css----------------------------*/
.search-area h4
{
 font-size: 16px!important;
}
.search-area .find_a
{
 padding: 5px 10px!important;
    font-size: 14px!important;
    font-weight:normal!important;
}
}

.related-product-box .related-product h5{
font-size:18px;
}

