/* red: e11f39*/
.breadcrumb{
  padding: 0.35rem 1rem !important;
}

.hw_to_buy {
  margin-bottom: 20px;
}
.hw_buy {
  text-align: center;
  position: relative;
  /*width: 21%;*/
  margin-right: 2%;
  display: inline-block;
}

.hw_buy>label {
  border: 5px solid;
  border-color: #e11f39;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #f4f8f9;
}


.hw_buy_how>label {
  border-radius: 10% !important;
}

/*.hw_buy1>label:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 19px solid #e11f39;
  left: 66px;
  top: 105px;
  }*/

  .fa-md {
    background: url(../images/sprite-mid.png) 0 0 no-repeat;
    position: relative;
    display: inline-block;
  }

  .fa-md-receivecar {
    background-position: -313px -419px;
    width: 66px;
    height: 50px;
  }
  .fa-md-shipment {
    background-position: -233px -405px;
    width: 66px;
    height: 59px;
  }
  .fa-md-payment {
    background-position: -155px -400px;
    width: 66px;
    height: 60px;
  }
  .fa-md-quotes {
    background-position: -82px -405px;
    width: 59px;
    height: 59px;
  }


  .fa-md-vehicle {
    background-position: -2px -407px;
    width: 66px;
    height: 50px;
  }

  .hw_buy>label>span {
    top: 20px;
  }





  .hw_buy>strong {
    color: #e11f39;
    font-weight: 700;
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  .hw_buy>p {
    text-align: left;
    color: #696768;
  }






  .nav-link{
    color:#e11f39 !important;
  }
  .text-theme{
    color: #e11f39;
    font-weight: bold;
  }
  .text-black{
    color: #303030;
    font-weight: bold;
  }
  .text-white{
    color: white
    font-weight: bold;
  }
  .card-body{
    padding: 5px !important
  }
  hr {
    margin:1px !important;
  }

  .card-title {
    margin-bottom: 5px;
  }

  .card-block{
    display: flex;
    justify-content: center;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #d14659;
    border-color: #d14659;
  }
  .btn-primary {
    color: #fff;
    background-color: #e11f39;
    border-color: #e11f39;
  }


  .btn-outline-warning {
    color: #e11f39;
    background-color: transparent;
    background-image: none;
    border-color: #e11f39;
  }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #e11f39;
    border-color: #e11f39;
  }

  /*button*/

  #myBtn {
    display: none;
    position: fixed;
    bottom: 79px;
    right: 16px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    color:black;
    border-radius: 4px;
  }




  /*All Cars*/
  img {
    max-width: 100%; 
  }

  .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; 
    } 
  }

  .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; 
  }

  .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; 
  }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
  }
  .preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block; 
  }
  .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0; 
  }
  .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0; 
  }

  .tab-content {
    overflow: hidden; 
  }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s; 
  }

  .card1 {
    /*margin-top: 50px;*/
    background: #eee;
    padding: 0.6em;
    line-height: 1.5em; 
  }

  @media screen and (min-width: 997px) {
    .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; 
    } 
  }



  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
      transform: scale(3); 
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); 
    } 
  }

  @keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
      transform: scale(3); 
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); 
    } 
  }

  h1{
    font-size: 34px;
  }
  p{
    font-size: 14px;
  }

  .clsorg{
    color: #e11f39;
  }

  .redtop{
    padding-top: 2px;
    background-color: #000000;
    /*background-image: linear-gradient(#872531, #e11f39);*/
    color: white !important;
    font-size: 14px;
  }
  .redtopicons{
    color: white;
  }
  .redtopicons:hovor{
    color: #e11f39 !important;
  }

  .blakishcolor{
    /*background-color: #fcf4f5;*/
    background-color: #e1999930;
  }



  .ac{
    background-color: #e11f39;
    color: white !important;
    border-bottom: #e11f39 2px solid;
  }

  .navlink:hover{
    border-top: #e11f39 2px solid;
    border-bottom: #e11f39 2px solid;
    border-left: #e11f39 2px solid;
    border-right: #e11f39 2px solid;
  }

  body{
    font-size: 13px;
  }

  .clickable
  {
    display:none !important;
  }

  /* img slider*/




  /*cars*/
  #owl-demo-cars .item-cars{
    margin: 3px;
  }
  #owl-demo-cars .item-cars img{
    display: block;
    width: 100%;
    height: auto;
  }


  #owl_demo_banner .item_banner{
    margin: 3px;
  }

  #owl_demo_banner .item_banner img{
    display: block;
    width: 100% !important;
    height: auto;
  }


  #owl-demo .item{
    margin: 3px;
  }

  #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
  }


  #owl-demo1 .item1{
    margin: 3px;
  }
  #owl-demo1 .item1 img{
    display: block;
    width: 100%;
    height: auto;
  }


  #owl-demo2 .item2{
    margin: 3px;
    width:50px;
  }
  #owl-demo2 .item2 img{
    display: block;
    width: 100%;
    height: auto;
  }

  #owl-demo2 .owl-item{
   width:100px !important;
 }


 #owl-demo-machine .item_machine{
  margin: 3px !important;
}
#owl-demo-machine .item_machine img{
  display: block;
  width: 100% !important;
  height: auto;
}



/* Popular Japanies Used Car*/

.hovereffect {
  width: 150px;
  height: 100px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 150px;
  height: 100px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 32px 20px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}


/*Fotter Style*/

.bg-overlay {
  /*background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.9)), url("../img/aa.jpg");*/
  background: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  color: #fff;
  /*height: 610px;*/
  margin: 0px;
}


/* COntact Us Bg*/

.bg-overlaycontact {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/5a.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  color: #fff;
  height: 610px;
  margin: 0px;
}


.regionalstock{
  font-size: 13px;
  color: white;
  text-decoration: none;

}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 /* .footerbg{
   height: 1100px;
   }*/

   .contactresp{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/respfo.jpg");
    height: 1000px;
  }

  .toph{
    height:175px;
    font-family:calibri !important;
  }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 /* .footerbg{
   height: 1000px;
   }*/
   .contactresp{  
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/respfo.jpg");
    height: 1000px;
  }
  .toph{
    height:180px;
    font-family:calibri !important;
  }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 /* .footerbg{
   height: 500px;
   }*/
   .contactresp{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/5a.jpg");
    height: 610px;
  }
  .toph{
    height:80px;
    font-family:calibri !important;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 /* .footerbg{
   height: 460px;
   }*/
   .contactresp{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/5a.jpg");
    height: 610px;
  }
  .toph{
    height:55px;
    font-family:calibri !important;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 /* .footerbg{
   height: 360px;
   }*/
   .contactresp{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/5a.jpg");
    height: 610px;
  }
  .toph{
    height:33px;
    font-family:calibri !important;
  }
}


/* Tables all Cards*/

/*Testimonial*/


/******************  News Slider Demo-5 *******************/
.post-slide5{
  margin: 0 15px;
  transition: all 0.4s ease-in-out 0s;
  box-shadow: 0 1px 2px rgba(43,59,93,0.30);
  margin-bottom:2em;
}
.post-slide5 .post-img{
  position: relative;
  overflow: hidden;
}
.post-slide5 .post-img:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s linear 0s;
}
.post-slide5:hover .post-img:before{
  background: rgba(0, 0, 0, 0.6);
}
.post-slide5 .post-img img{
  width: 100%;
  height: auto;
}
.post-slide5 .category {
  width: 20%;
  font-size: 16px;
  color: #fff;
  line-height: 11px;
  text-align: center;
  text-transform: capitalize;
  padding: 11px 0;
  background: #ff9412;
  position: absolute;
  bottom: 0;
  left: -50%;
  transition: all 0.5s ease-in-out 0s;
}
.post-slide5:hover .category{
  left: 0;
}
.post-slide5 .post-review{
  padding: 25px 20px;
  background: #fff;
  position: relative;
}
.post-slide5 .post-title{
  margin: 0;
}
.post-slide5 .post-title a{
  display: inline-block;
  font-size: 16px;
  color: #ff9412;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  transition: all 0.30s linear 0s;
}
.post-slide5 .post-title a:hover{
  text-decoration: none;
  color: #555;
}
.post-slide5 .post-description{
  font-size: 15px;
  color: #555;
  line-height: 26px;
}
.post-review .post-bar{
  margin-top: 20px;
}
.post-bar span{
  display: inline-block;
  font-size: 14px;
}
.post-bar span i{
  margin-right: 5px;
  color: #999;
}
.post-bar span a{
  color: #999;
  text-transform: uppercase;
}
.post-bar span a:hover{
  text-decoration: none;
  color: #ff9412;
}
.post-bar span.comments{
  float: right;
}
@media only screen and (max-width: 359px) {
  .post-slide5 .category{ font-size: 13px; 
  }
}




/*slider*/
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}






@media only screen and (max-width: 600px) {
  .main_heading_style
  {
    -webkit-text-stroke: black;
    color: #f5760b;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -webkit-text-stroke-width: 0.5px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .main_heading_style
  {
    -webkit-text-stroke: black;
    color: #f5760b;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke-width: 0.5px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .main_heading_style
  {
    -webkit-text-stroke: black;
    color: #f5760b;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .main_heading_style
  {
    -webkit-text-stroke: black;
    color: #f5760b;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    -webkit-text-stroke-width: 1.5px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .main_heading_style
  {
    -webkit-text-stroke: black;
    color: #f5760b;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    -webkit-text-stroke-width: 1.5px;
  }
}





/*Panels*/
.panel {
 margin-bottom: 20px;
 background-color: #fff;
 border: 1px solid transparent;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
 box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
 padding: 15px
}

.panel-heading {
 padding: 10px 15px;
 border-bottom: 1px solid transparent;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
 color: inherit
}

.panel-title {
 margin-top: 0;
 margin-bottom: 0;
 font-size: 16px;
 color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
 color: inherit
}

.panel-footer {
 padding: 10px 15px;
 background-color: #f5f5f5;
 border-top: 1px solid #ddd;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
 margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
 border-width: 1px 0;
 border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
 border-top: 0;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
 border-bottom: 0;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
 border-top-left-radius: 0;
 border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
 border-top-width: 0
}

.list-group+.panel-footer {
 border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
 margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
 padding-right: 15px;
 padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
 border-top-left-radius: 3px;
 border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
 border-top-left-radius: 3px;
 border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
 border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
 border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
 border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
 border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
 border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
 border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
 border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
 border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
 border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
 border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
 border-bottom: 0
}

.panel>.table-responsive {
 margin-bottom: 0;
 border: 0
}

.panel-group {
 margin-bottom: 20px
}

.panel-group .panel {
 margin-bottom: 0;
 border-radius: 4px
}

.panel-group .panel+.panel {
 margin-top: 5px
}

.panel-group .panel-heading {
 border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
 border-top: 1px solid #ddd
}

.panel-group .panel-footer {
 border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
 border-bottom: 1px solid #ddd
}

.panel-default {
 border-color: #ddd
}

.panel-default>.panel-heading {
 color: #333;
 background-color: #f5f5f5;
 border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
 color: #f5f5f5;
 background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #ddd
}

.panel-primary {
 border-color: #337ab7
}

.panel-primary>.panel-heading {
 color: #fff;
 background-color: #337ab7;
 border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
 color: #337ab7;
 background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #337ab7
}

.panel-success {
 border-color: #d6e9c6
}

.panel-success>.panel-heading {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
 color: #dff0d8;
 background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #d6e9c6
}

.panel-info {
 border-color: #bce8f1
}

.panel-info>.panel-heading {
 color: #31708f;
 background-color: #d9edf7;
 border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
 color: #d9edf7;
 background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #bce8f1
}

.panel-warning {
 border-color: #faebcc
}

.panel-warning>.panel-heading {
 color: #8a6d3b;
 background-color: #fcf8e3;
 border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
 color: #fcf8e3;
 background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #faebcc
}

.panel-danger {
 border-color: #ebccd1
}

.panel-danger>.panel-heading {
 color: #a94442;
 background-color: #f2dede;
 border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
 color: #f2dede;
 background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #ebccd1
}

.embed-responsive {
 position: relative;
 display: block;
 height: 0;
 padding: 0;
 overflow: hidden
}


.panel-orange {
  border-color: #e17c16;
}

.panel-orange>.panel-heading {
  color: #552c01;
  background-color: #ffa74d;
  border-color: #bce8f1;
}



/*////////////*/
.footColor{
  color: #adadad;
}

.footLinks{
  text-decoration: none !important;
  color: white !important;
  color: #adadad !important;
}

.footHr{
  background-color: white;
}

.footSpan{
  color: white; font-size: 16px;
}

.footImg1{
  max-width: 500px !important;width: 250px;
}

.footImg2{
  max-width: 500px !important;width: 200px;
}


.linkDec{
  color: white !important;
  text-decoration: none !important;
}

.divLine{
  height: 4px;background-color: #e7e7e7;
}





/*------------- LEFT Bar ---------------*/

ul, .myUL {
  list-style-type: none;
}

.myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\2795";
  font-size: 13px;
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  content: "\2796";
  font-size: 13px;
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.nested {
  display: none;
}

.active {
  display: block;
}


.leftDiv{
  background-color: #f6f5f8b0;color: #e11f39;padding-top: 20px;
}

.leftHeading{
  background-image: linear-gradient(#872531, #e11f39);padding:5px;color:white;padding-top:8px;text-align:center;
}

.leftPicMax{
  max-width: 185% !important;
}

.leftAnchorLink{
  color: #222629 !important; text-decoration: none!important;
}


/*Contact*/
.errorDiv{
  border:1px solid red;
}

.successDiv{
  border:1px solid red;
}

.errorHeading{
  color: red;
}

.successHeading{
  color: green;
}

.inTouch{
  color:#e11f39;
}

.cDetails{font-size: 16px;padding-top: 10px}

/*how to buy*/
.stepHeading{
  color:#e11f39;font-size:17px;
}


/*login*/
.login-container{
  margin-top: 5%;
  margin-bottom: 5%;
}
.login-form-1{
  padding: 5%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
  text-align: center;
  color: #333;
}

.login-container form{
  padding: 7%;
}
.btnSubmit
{
  width: 30%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}
.login-form-1 .btnSubmit{
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(#872531, #e11f39);
}
.login-form-1 .ForgetPwd{
  color: #872531;
  font-weight: 600;
  text-decoration: none;
}

.selectCSS
{
  height:31px;font-size: 12px;font-weight: 500;
}




/*Car Details Page*/
.sdHeading{
  border-left: 10px solid #e11f39;background-color: #f3f3f3;padding:10px;
}

.stHead{
  font-size: 26px;margin: 0px;
}

.stName{
  color: black;font-size: 16px;margin: 0px;
}

.sdPrice{
  font-size: 40px;margin: 0px;
}


.sdImgOtherDiv{
  flex-wrap: wrap; margin-right: 0px; margin-left: 0px;
}

.width100{
  width: 100%;
}

.sdTableHead{
  background: #f3f3f3;font-size: 20px;
  background: #f3f3f3;font-size: 20px;
}

.width25{
  width: 25%;
}


.stListFilterDiv{
  background-color: #f3f3f3;
}

.stSelect{
  height:31px;font-weight: 500;font-size: 12px;
}

.stTable{
  border:1px solid lightgray;margin-bottom:0px;
}

.stListHeading{
  font-size: 23px;color: #e78d32;margin-bottom:4px;
}










