/* Modal CSS */

.o-bootstrap-modal-center {
  display: table;
  height: 100%;
  width: 100%;
}

.o-bootstrap-modal-center__dialog {
  display: table-cell;
  vertical-align: middle;
}
.o-bootstrap-modal-center__dialog .o-bootstrap-modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
}

.modal-header{
    text-align: center;
    background: #282068 !important;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.modal-title{
    font-weight: 900;
}
#btnSubmit{
    background: #282068 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    float: none;
    text-align: -webkit-center;
}
.modal-header .close{
    color: #fff;
    opacity: 1;
}
@media (max-width: 768px){
.modal-dialog {
    width: auto;
    margin: 30px;
   
}
}

/*Featured CSS */
.inner-pages h1{
    font-weight: bold;
}
.inner-pages{
    padding-bottom: 45px;
}
.vehsplsgridctc .vehsplcol{
    padding: 15px;
}
.vehspinner{
    background: #f1f1f1;
}
.vehsplbtngrey:hover, .vehsplbtngrey:focus, .vehsplbtngrey:active, .vehsplbtnred:hover, .vehsplbtnred:focus, .vehsplbtnred:active{
    background: #000;
    color: #fff !important;
}
.vehsplcol{
    background: #f1f1f1;
    padding: 0 0px 25px;
    margin-bottom: 20px;
}
.vehsplcol h3{
    margin: 0 auto;
    padding: 10px 0;
    font-weight: bold;
}
.feat_car_details{
    padding-top: 15px;
}
.stockno p{
    margin-bottom: 0;
}
.feat_car_price{
    font-size: 24px;
    font-weight: bold;
    color: #d00;
    padding: 5px 0 0;
    margin-bottom: 15px;
}
.vehsplbtnred{
    background-color: #a10000;
    color: #fff;
    padding: 6px 15px;
}
.vehsplbtngrey {
    background-color: #444;
    color: #fff;
    padding: 6px 15px;
}
.vehicles-wrapper{
    margin-top: 30px;
}
.submit-wrapper{
    display: block;
    float: none !important;
    text-align: center;
}
@media(max-width: 767px){
    .o-bootstrap-modal-center__dialog{
        padding: 0 20px;
    }
}