body{
    font-family: Arial, Helvetica, sans-serif;
   padding:0px 20px;
}
.navul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FE5214;
   max-height:inherit;
  }
  
.navli {
    float: left;
    border-right:1px solid white;
    
  }
  
.navli:last-child {
    border-right: none;
  }
  
.navli a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: bold;
  }
  
.navli a:hover:not(.active) {
    background-color: white;
    color:#FE5214;
  }
  
#active {
    background-color:white;
    color: #FE5214;
    border-left:1px solid #FE5214;
  }
.logo_img{
    background-color: white;
}
.pad-5{
    padding: 0px 0px;
}
.timerow{
    background-color: black;
    padding: 0px 10px;
    color:white;
    font-size:small;
    font-weight: bold;
}
.timerowup{
    background-color: black;
    padding: 0px 20px;
    color:white;
    font-size:small;
    font-weight: bold;
}
#lefi{
    display: flex;
    justify-content: flex-end;
}
.log{
    color:white;
    text-decoration: none;
}
.log:hover{
    background-color:white;
    color:#FE5214;
    text-decoration: none;
}
.bgtp{
    background-color:#FE5214;
}
.btnsrch{
    background-color:#FE5214;
    color:white;
    font-weight: bold;
}
.inpsrch{
    border:1px solid #FE5214;
    font-size: small;
}
.cardhead{
    font-weight: bold;
}
.cardet{
    padding:0;
    font-size: small;
}
.cardetf{
    text-align: center;
}
.btn-vie{
    border:1px solid #FE5214;
    background-color:#FE5214;
    color: white;
    font-size: x-small;
    font-weight: bold;
}
.btn-vie:hover{
    border:1px solid #FE5214;
    color:#FE5214;
    background-color: white;
}
.leftsidebar{
    font-family:Arial, Helvetica, sans-serif;
background-color: WHITE;
}
.rightsidebar{
    background-color:white;
}
.badge-spec{
    border:1px solid #FE5214;
    color:black;
}
.badge-spec-big{
    border:1px solid #FE5214;
    color:black;
    font-size: medium;
    font-weight: lighter;
}
.make-link{
 color:BLACK;
text-decoration: none;
}
.munich{
    border:1px solid #FE5214;
    align-content: left;
    height: 30px;
    text-decoration: none;
}
.munich:hover{
    background-color:#FE5214;
}
.make-logo{
    height: 20px;
    width: 25px;
}
.fbm{
    background-color: black;
    color:white;
    font-weight: bold;
    padding: 2px;
}
.stock-search-select{
    padding:5px;
    font-size: small;
    border:1px solid #FE5214;
    font-weight: bold;
}
.stock-search-option{
    font-size: small;
    font-weight: bold;
}
.fgroup-select{
    padding:0px;
    margin:1px 0px 2px 0px;
}
.to{
    font-size: small;
}
.search-buton{
    padding: 5px;
    border:1px solid #FE5214;
    margin:10px;
    text-align: center;
    color:white;
    font-size: x-small;
}
.search-buton:hover{
    color:white;
    background-color:#FE5214;
}
/*CAR VIEW STYLING START*/
.car-top{
    font-family: Arial, Helvetica, sans-serif;
    border-left:5px solid #FE5214;
    margin-left: 20px;
}
.car-name{
    font-size: medium;
    font-weight: bolder;
}

img {
    max-width: 100%;
    vertical-align: top;
}
.gallery {
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    position: relative;
}
@media screen and (min-width: 600px) {
    .gallery {
        padding-top: 400px;
   }
}
.gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
    padding-top: 6px;
    margin: 6px;
}
.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
    opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 3px #FE5214;
}

.coldetail{
    border-left:10px solid #FE5214;
}
.coldetailan{
    background-color: #FE5214;
}
.inquiry{
    border:3px solid #FE5214;
    font-family: Arial, Helvetica, sans-serif;
}
.boxinput{
    margin: 0px;
}
.inquiry-head{
    background:#FE5214;
    font-weight: bold;
    color:white;
    text-align: center;
}
.inq-head{
    font-size: small;
    font-weight: bold;
    background-color: #FE5214;
    color: white;
    padding:2px;
}
.inq-input{
    font-size: small;
    border: 1px solid #FE5214;
    color:black;
    padding: 2px;
}
.but-center{
    text-align: center;
}
.btn-nafay{
    background-color: #FE5214;
    margin: 0;
    color: white;
    font-weight: bold;
}
.btn-nafay:hover{
    border:1px solid #FE5214;
    color: #FE5214;
    background-color: white;
}
.disclaim{
    font-size: small;
    color: black;
    font-weight: bold;
}
.disclaim1{
    font-size: x-small;
    color: black;
    font-weight: bold;
}
.coldetaila{
    background-color: white;
}
.side-car{
  align-content: center;
}
.share-print{
    margin-bottom: 5px;
    position: relative;
}
.share-print-icons{
    position: absolute;
  bottom: 0;
  left: 0;
  font-size: small;
}
.share-print-a{
    color:rgba(33, 33, 241, 0.678);
    text-decoration: none;
    font-size: small;
}
.cardet-table{
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
    text-align: center;
    border:1px solid #c7c5c4;
    border-collapse: collapse;
}
.cardet-th{
    padding: 5px;
    border:1px solid #c7c5c4;
    background-color: #c7c5c4;
    font-size: small;
    font-weight: bold;
    width:30%;
}
.cardet-td{
    padding: 5px;
    border:1px solid #c7c5c4;
    font-size: small;
    font-weight: lighter;
    width:69%;
}
.car-bottom-head{
    width:100%;
    background:#c7c5c4;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.car-bottom-table{
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
    text-align: center;
    border:1px solid #c7c5c4;
    border-collapse: collapse;
}
.car-bottom-td{
    padding: 5px;
    border:1px solid #929292;
    font-size: small;
    font-weight: lighter;
    background-color:#e4e4e4;
    color:#838282;
}
.active-bottom{
    background-color: #FE5214;
    font-weight: bold;
    color: white;
}
/*CAR VIEW STYLING END*/
/*footer start*/
.footer{
    width: 100%;
    background-color: black;
    color:white;
}
.copyright{
    width: 100%;
    font-size: small;
    background-color: #FE5214;
}
.span-with-bottom{
    font-weight: bold;
    font-size: medium;
    border-bottom: 5px solid #FE5214;
}
.first-footer-content{
    padding:15px;
    font-weight: lighter;
    text-align: left;
}
.first-footer-span{
    font-size:small;
}
.second-footer-content{
    padding:15px;
    text-align: left;
    font-size: small;
}
.footer-list{
    list-style: none;
}
.footer-list:hover{
    list-style: circle;
}
.footer-list a{
    color:white;
}
.footer-list a:hover{
    list-style: circle;
}
.payment-options{
    font-size:xx-large;
    color:white;
}
/*footer end*/
/*stock filters*/
.search-filters{
    background-color: #ffc4ae;
    border:1px solid #f75419;
    padding:5px;
    margin-left:10px;
    width:98%;
}
.stock-filters-select{
    padding:5px;
    font-size: small;
    border:1px solid #FE5214;
    color:black;
}
.stock-filters-option{
    font-size: small;
}
/*stock filters end*/
/*stock filters result*/
.search-stock-result{
    background-color: white;
    border:1px solid #727272;
    padding:5px;
    margin-left:10px;
    width:98%;
}
.table-stock{
    background-color: white;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.dataTables_info{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}
label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}
/*.page-item.active{
    background-color: #FE5214;
    border-color: #FE5214;
}
.page-link{
    background-color: #FE5214;
    border-color: #FE5214;
}*/
.table-stock-name{
    font-size: medium;
    font-weight: bold;
    color:#f75419;
    margin-left: 20px;
}
.main-points-col{
    box-align:center;
    border-left: 3px solid #727272ab;
    text-align: center;
}
.main-point-head{
    font-weight: lighter;
    font-size: small;
    color:#929292;
}
.main-point-content{
    font-weight: bold;
    color:black;
    font-size: medium;
}
.askbtn{
text-align: center;
}
.askbutton{
    background-color: #f75419;
    border:1px solid #FE5214;
    font-weight: bold;
    font-size: small;
    margin-top: 5px;
}
.askbutton:hover{
    background-color: white;
    border:1px solid #FE5214;
    color:#f75419;
    font-weight: bold;
    font-size: small;
    
}

/*stock filters result end*/
/*dashboard start*/
.icon-font{
    font-size: xx-large;
    color:white;
  width: 100%;
  padding: 15px;
}
.card-text-io{
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.card-title-top{
font-weight: bold;
font-size: medium;
}
.card-top{
    background-color: #f75419;
}
.dash-left-sidebar{
    width: 100%;
    text-align: center;
    font-weight: bold;
    list-style: none;
}
.dash-left-sidebar-menu{
    text-decoration: none;
    background-color: #f75419;
    color: white;
    padding: 10px;
    border:1px solid black;
}
.dash-left-sidebar-menu a{
    color: black;
    text-decoration: none;
    font-size: small;
}
.dash-left-sidebar-menu:hover{
    text-decoration: none;
    color: #f75419;
    background-color: white;
}
.dash-right-sidebar{
    width: 100%;
    background-color: #c7c5c4;
    border:1px solid black;
    text-align: center;
}
.octive{
    background-color: white;
}
.dash-car-specs{
    width: 95%;
    border-collapse: collapse;
    margin-left: 20px;
}
.dash-car-specs-item{
    font-size: x-small;
    background-color: #e0dedd77;
    border:1px solid #727272;
}
/*dashboard end*/
/*new car form*/
.form-head-car{
    font-size: x-small;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.form-car-input{
    padding: 0px;
    font-size: small;
}
.form-car-select{
    padding: 0px;
    font-size: small;
    color:black;
}
.new-car-form-table{
    width:auto;
}
.new-car-form-table td{
    padding:5px;
}
.specform-table{
    width:auto;
}
.specform-table td{
    padding:5px;
    background-color: #bbbbbb52;
border:1px solid white;
}
.specform-check{
    vertical-align: middle;
  position: relative;
  bottom: 1px;
  border-collapse: collapse;
}
.form-car-input-fill{
    width: 100%;
}
/*new car form*/
/*How to buy*/
.page-h2{
    font-weight: bold;
    color:#FE5214;
    align-self: center;
}
.page-details{
    font-weight: bold;
    font-size:small;
}
/*how to buy end*/
.colmake{
    font-size:small;
    font-family: Arial, Helvetica, sans-serif;
}