video[align=right] {
    float: right;
}

#homesearch {
    background: #fff;
    bottom: -42%;
    display: block;
    padding: 30px;
    position: absolute;
    width: 95%;
    max-width: 420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 4px 4px 12px 1px rgba(214,210,214,1);
    -moz-box-shadow: 4px 4px 12px 1px rgba(214,210,214,1);
    box-shadow: 4px 4px 12px 1px rgba(214,210,214,1);
}

.hero.herov3 h2 {
    margin-bottom: 90px;
}

body > .container,
#main > .container  {
    margin-top: 160px;
}

body .content > h2 {
  font-size: 22px;
}

body .backdrop-content h5 {
  font-size: 28px;
  color: #010101;
}

.backdrop-content  > .container > p {
  color: #34495e;
  font-size: 17px;
}


.backdrop-content > .container > h6 {
    font-size: 30px;
    font-weight: 700;
}

.content.map {
    display: none
}


.jumbotron {
    background: #000 url(https://www.transfercar.co.nz/uploads/landing_pages/871920ab9012e396b3fdecd773fd23ea991c0225.jpg) no-repeat center top!important;
    position: relative;
    min-height: 300px;
}

.jumbotron h1 {
    font-size: 26px;
    color: #fff;
    margin: 10px 0 15px;
}

.jumbotron .lead {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff;
}


#subscribe_form input {
  width: 100%;
  height: 100%;
}

#subscribe_form button {
  border-radius: 0;
  text-transform: uppercase;
}

.table-ro {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.table-ro td {
  vertical-align: middle;
}

.table-ro div {
    margin: 10px 20px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    min-height: 108px;
}

.ratings .card {
  margin-bottom: 20px;
  border:0;
}

.ratings .card-header {
  background: #fff;
  text-align: center;
}

.ratings .card-body {
  font-size: 24px;
}

.ratings .card-body small{
  font-size: 16px;
}
.ratings .card-body ul {
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
  font-size: 21px;
}

@media (max-width: 991.98px) {
  #why_book {
    display: none;
  }
    .jumbotron {
        padding: 0.5rem;
    }

    .jumbotron h1,
    .jumbotron p {
      text-align: center;
    }


    .table-ro,
    .table-ro tr,
    .table-ro td,
    .table-ro tbody {
      display: block;
      text-align: center;
      width: 100%;
    }
}

@media (min-width: 768px) {
  .jumbotron h1 {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  #view_all_listings {
    display: none;
  }
    #mapdiv {
        width:auto;height:450px;
    }
    .app-map-message {
        display: none;
        text-align: center;
    }
    .jumbotron {
        height: 500px
    }
    #homesearch {
        margin: 15px 0;
        position: static;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .vehicle-list  .tile-shadowed {
      -moz-box-shadow: 0px 0px 5px 5px rgba(20,20,20,0.1);
      -webkit-box-shadow: 0px 0px 5px 5px rgba(20,20,20,0.1);
      -o-box-shadow: 0px 0px 5px 5px rgba(20,20,20,0.1);
      box-shadow: 0px 0px 5px 5px rgba(20,20,20,0.1);
    }

    body > .container,
    #main > .container {
        margin-top: 0;
    }
    .content.map {
        display: block
    }
    .row.ratings {
        height: 385px;
    }
    .row.ratings > .col-lg-4 {
        display: flex;
        height: 100%;
        min-height: 100%;
    }

    .row.ratings > .col-lg-4 > .tile-shadowed {
      width: 100%;
    }
}


#overlay .search-location-box {
  display: none;
}
#overlay.visible #wrapper {
  padding: 0;
}
#overlay.visible .search-location-box.visible {
  display: block;
  width: 100%;
  height: 90%;
  background: #fff;
}
@media (max-width: 340px) {
  #wrapper {
    padding: 10pt 4.5%;
  }
}
@media (max-width: 320px) {
  #wrapper {
    padding: 10pt 2%;
  }
}
