.car-gallery{
  background: #eeeeee;
  padding: 15px 20px;
  border-radius: 7px 7px 0 0;
  margin-bottom: 20px;
}
.car-gallery .car-dets{
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.car-gallery .car-dets h3{
  font-size: 1.5em;
  font-weight: bold;
}
.car-gallery .car-dets .model h3{
  margin: 0px;
    font-family: Tahoma;

}      
.car-gallery .car-dets .price h3{
  color: #d03b37;
}
.car-gallery .slider-content .mySlides{
  max-width: 100%;
  width: 100%;
}
.car-gallery .slider-content .slider-dots{
  display: flex;
  margin-top: 10px;
}
.car-gallery .slider-content .slider-dots .dot{
  padding-left: 10px;
    width: 32%;
}
.car-gallery .slider-content .slider-dots .dot:nth-of-type(2){
   margin: 0px 1.5%;
}
.car-gallery .slider-content .slider-dots .dot:last-of-type{
  padding-left: 0px;
}
.car-gallery .slider-content .slider-dots img{
  max-width: 100%;
  border: 1px solid #707070;
  cursor: pointer;
}
.exp-tabs #tabs > ul li, .exp-tabs #tabs-two > ul li, .exp-tabs #tabs-three > ul li, .exp-tabs #tabs-five > ul li{
  flex-basis: 33.33333%;
  text-align: center;
  padding: 15px 10px;
}
.exp-tabs .filters{
  justify-content: center;
}
.exp-tabs .filters div{
  margin: 5px 15px;
}
.exp-tabs .filters div p{
  font-size: 1.2vw;
}
.exp-tabs #tabs-1{
  background: #eee;
  padding: 15px;
}
.exp-tabs #tabs-1 .table{
  background: #fff;
  font-weight: bold;
}
.exp-tabs #tabs-1 .table > tbody > tr:first-of-type > td{
  border-top: none;
}
.exp-tabs #tabs-1 .table td{
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .car-gallery .car-dets h3{
    font-size: 1em;
  }
  .car-gallery .car-dets h3 img{
    height: 50px;
  }
}
@media (max-width: 767px) {
  .car-gallery .car-dets h3{
    font-size: .8em;
  }
  .car-gallery .car-dets h3 img{
    height: 30px;
  }
  .car-gallery .car-dets .price h3{
    margin: 10px 0;
  }
  .exp-tabs .filters div p{
    font-size: 14px;
  }
}
.most-slider{
  direction: ltr;
}
.most-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.most-slider .slider-dets .det-cont{
  display: flex;
  justify-content: space-between;
  direction: rtl;
}
.most-slider .slider-dets .det-cont h4{
  font-weight: bold;
    font-family: Tahoma;

}
.most-slider .slider-dets .det-cont h4.prc{
  padding: 3px 20px;
  background: #272727;
  color: #fff;
}
.most-slider .slider-dets .det-cont a{
  margin-top: 10px;
}
.most-slider.owl-theme .owl-controls{
  position: absolute;
  right: 0;
  margin: 0;
}
.most-slider.owl-theme .owl-controls .owl-next{
  background: url(../images/most-right-ar.png) no-repeat;
  background-size: 100% 100%;
  width: 32px;
  height: 25px;
}
.most-slider.owl-theme .owl-controls .owl-prev{
  background: url(../images/most-left-ar.png) no-repeat;
  background-size: 100% 100%;
  width: 32px;
  height: 25px;
  margin-right: 5px !important;
}







/**************************************** Car model ***************************************/
.car-model-dets{
  display: flex;
  background: #eee;
  margin: 20px 0;
  padding: 12px 15px;
}
.car-model-dets .car-txt{
  margin-right: 30px;
  padding: 5px 10px;
  background: #fff;
  border-top-width: 30px;
}
.car-model-dets .car-logo{
  text-align: center;
}
.car-model-dets .car-logo .img{
  background: #fff;
  padding: 15px;
}
.car-model-dets .car-logo .name{
  color: #fff;
  background: #d03b37;
  padding: 3px;
}
.car-model-dets .car-logo .name h3{
  margin-top: 0;
}
.all-cars{
  background: #eee;
  margin: 20px 0;
  padding: 12px 15px;
}
.all-cars .note{
  color: #d03b37;
}
.all-cars .one-car{
  display: flex;
  margin: 10px 0;
}
.all-cars .one-car .car-img{
  width: 20%;
}
.all-cars .car-specs{
  background: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 5px 30px;
  border: 1px solid #dbdbdb;
}
.all-cars .car-specs .name,
.all-cars .car-specs .price{
  text-align: left;
    display: flex;
    align-items: center;
}
.all-cars .car-specs .name{
  padding-top: 3%;
}
.all-cars .car-specs .name h4{
  color: #000;
  font-weight: bold;
    font-family: Tahoma;
text-align:right;

}
.all-cars .car-specs .price h4{
  font-weight: bold;
  color:  #d03b37;
}
.all-cars .car-specs .price h4.grey{
  color: #afafaf;
}
@media (max-width: 1200px) {
  .all-cars .one-car h4{
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .all-cars .car-specs{
    flex-direction: column;
    justify-content: flex-start;
  }
  .all-cars .car-specs h4{
    margin: 3px 0;
  }
}
@media(max-width: 767px){
  .all-cars .car-specs{
    padding: 5px 15px;
  }
  .all-cars .one-car h4{
    font-size: 13px;
  }
  .car-model-dets{
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .car-model-dets .car-txt{
    margin: 10px 0;
  }
}
@media(max-width: 400px){
  .all-cars .one-car h4{
    font-size: 10px;
  }
}

.about-info{
  background: #eeeeee;
  padding: 20px 15px;
  margin: 10px 0;
  border-bottom: solid 4px #d03b37;
  border-radius: 7px 7px 0 0;
}

.about-info .red-container{
  background: #fff;
  padding: 10px 20px;
  border-width: 2px;
}
.about-info p{
  font-size: 17px;
  margin: 20px 0;
}
.about-info p span.tawkeel-word{
  color: #d03b37;
}
@media(min-width: 1080px){
    #most-slider .owl-item{
        /*width: 319px !important;*/
min-width: 319px!important;
    }
}