.form-heading{
  font-family: 'Noto Sans', sans-serif;
  background: #4647cd;
  padding: 0 10px 0 10px;
  border: #4647cd solid 1px;
  border-radius: 5px;
}
.form-heading > h1{
  font-size: 22px;
  line-height: 2.0;
}
.form-heading h1 >img {
  width: 30px;
}

.sidebar-form{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  border-bottom: 1px solid #fff;
  border-radius: 5px;

}
.form-body > .row{
  padding: 10px;
}
.form-select{
  background-image: url(../img/down-chevron.png);
  background-size: auto;
  border: 1px solid #8d8d8d;
  font-weight: bolder;
  font-size: 20px;
}
.form-check-input[type=checkbox]{
  background: #454545;
  width: 25px;
  height: 25px;
  
}
.form-check-input{
  margin-top: 0px;
  margin-right: 10px;
}
.form-check-label{
  font-weight: bolder;
}
.delivery-address{
  font-weight: bolder;
}
.text-area{
 width: 286px;
}
.btn-search{
  background: #fee900;
  font-weight: bolder;
  font-size: 25px;
}
.listing-body{
  border-left: 2px solid #4647cd;
  border-right: 2px solid #4647cd;
  border-bottom: 2px solid #4647cd;
}
.info-list{
  list-style: none;
  
  
}
.info-list li{
  line-height: 2.2;
  font-weight: 500;
}
.info-list img{
	display:none;
  margin-right: 8px;
}
.vahicle-item{
  background: #fafafa;
  margin-top: -2px;
}
.vahicle-item:hover{
  background: #f6f6ff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}
.header-headings{
  padding: 15px 0 0 25px;
  margin-top: -2px;
}
.header-headings > h6 {
    font-weight: 900;
}
.header-headings > h6 > img{
  margin-right: 10px;
  }
.btn-rent{
  background: #fee900;
  font-weight: bold;
}
.float-right{
  float: right;
}
.listings-footer{
  padding: 15px 20px 15px 20px;
  border-top:2px solid #4647cd;
  justify-content: center;
}
a.more-info{
  text-decoration: none;
  color: #212529;
  font-weight: bold;
  background: #fee900;
}
.car-image img{
  min-width: 100%;
}
.information {
    margin-left: 16px;
    margin-top: 7px;
}



/* Media Queries */

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { }

/* // XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */
