/*$dark_red:#c35100;*/
/*============== Bootstrap=============*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.navbar {
  padding: 0rem 0rem; }

.active {
  background: #003c99;
  color: #fff; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff; }

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-shadow: 1px 1px #444;
  transition: 0.3s all; }

.navbar-light .navbar-nav .nav-link:hover {
  background: #003c99;
  color: #fff; }

.navbar-light .navbar-toggler {
  background: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem; }

li.social-header {
  padding: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  li.social-header a {
    color: #FFF;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    li.social-header a:hover {
      color: #003c99; }

.no_padding {
  padding-left: 0;
  padding-right: 0; }

/*===========  End Bootstrap  =========*/
/*==============  Mobile Sidebar Navigation  =============*/
.mobile_nav_btn {
  display: none;
  background: #ecb100;
  padding: 0 30px; }
  .mobile_nav_btn span {
    color: #fff; }
  .mobile_nav_btn ul {
    float: right;
    margin-top: 3px; }
    .mobile_nav_btn ul li {
      display: inline-block; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #ecb100;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }

.sidenav a {
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #000; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
/*==============  Mobile Sidebar Navigtion End =============*/
.main_header {
  background: #003c99;
  z-index: 100;
  position: relative; }

.header_contact {
  margin-top: 1.1rem; }

.cont_icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #ecb100;
  float: left; }

.cont_det a {
  display: inline-block;
  margin-top: 10px;
  color: #FFF; }
  .cont_det a:hover {
    color: #FFF; }

.header_contact_icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left; }
  .header_contact_icon i {
    color: #ce401f;
    font-size: 25px; }

.header_contact_detail a {
  color: #FFF; }

.navigation {
  background: #ecb100;
  z-index: 100;
  position: relative; }

a.nav-link {
  padding: 1rem;
  color: #fff; }

.navbar-nav li {
  /*box-shadow: 1px 0 0 0 #b32402, 2px 0 0 0 #ff542d;*/
  box-shadow: 1px 0 0 0 #d49f02, 2px 0 0 0 #fdc214; }

.banner_img {
  position: relative;
  z-index: 1; 
  height:570px;
}
  .banner_img img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

video.slider-video {
  margin-top: -200px; }

.car_with_luggage {
  padding-bottom: 50px; }
  .car_with_luggage img {
    width: 100%; }

.welcome_banner {
  position: absolute;
  top: 230px;
  left: 75px;
  color: #fff;
  padding: 15px;
  width: 630px;
  background: rgba(0, 0, 0, 0.6); }
  .welcome_banner h1 {
    color: #ecb100 !important; }

.quick_query_form {
  position: absolute;
  top: 230px;
  right: 100px;
  background: #fff;
  border: #a9bddd solid 1px;
  padding: 20px;
  width: 20rem;
  /*height: 90%;*/ }
  .quick_query_form p {
    text-align: center;
    font-size: 18px;
    background: #ce401f;
    color: #fff;
    padding: 7px; }
  .quick_query_form select, .quick_query_form input {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px; }
    .quick_query_form select:focus, .quick_query_form input:focus {
      outline: none;
      border-color: #ccc; }
  .quick_query_form input[type="submit"] {
    width: 100%;
    padding: 7px;
    background: #003c99;
    border: 1px solid #003c99;
    color: #fff; }
  .quick_query_form .form-control + .input-group-addon:not(:first-child) {
    border-radius: 0; }

/*================  Date Picker  ==============*/
.input-group-addon {
  border: 1px solid #ccc;
  border-radius: 0; }

.datepicker table.table-condensed td {
  padding: 5px;
  border: 1px solid #eee;
  text-align: center; }

.old, .new {
  background: #eee; }

.datepicker-switch {
  background: #ce401f;
  color: #fff; }
  .datepicker-switch hover {
    background: #ce401f; }

.datepicker table thead tr th {
  border-radius: 0; }
.datepicker table tbody tr td {
  border-radius: 0; }

td.active.day {
  background: #ce401f !important;
  border: 1px solid #fff !important; }

.datepicker thead tr:first-child th:hover {
  background: #ce401f; }

th.prev, th.next {
  background: #ce401f;
  color: #fff; }
  th.prev:hover, th.next:hover {
    background: #ce401f !important; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #ce401f; }

/*===========================================*/
.header_contact_info {
  margin-top: 2rem;
  /*float: right;*/ }
  .header_contact_info ul li {
    margin-bottom: 5px; }
    .header_contact_info ul li a {
      font-weight: 600;
      color: #003c99; }
      .header_contact_info ul li a i {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        background: #ce401f;
        line-height: 40px;
        text-align: center;
        color: white; }

.datepicker {
  padding: 15px;
  font-size: 14px;
  border-radius: 0;
  background: #011b44;
  color: #fff; }

.datepicker-dropdown:after {
  border-bottom: 6px solid #011b44; }

/*==================================*/
.welcome {
  padding: 50px 0 20px 0;
  text-align: center; }

.main_heading {
  text-align: center; }
  .main_heading h1 {
    color: #003c99;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    /*border-left: 5px solid $dark_red;*/
    padding-left: 10px;
    /*border-bottom: 1px solid $dark_red;*/ }

.custom {
  position: relative; }
  .custom:after {
    positison: absolute;
    bottom: 0;
    left: 0;
    content: url(../images/hr.png); }

.welcome_img img {
  width: 100%; }

.bg_one, .bg_two, .bg_three, .bg_four {
  background: url(../images/self.jpg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  opacity: 0.2;
  transition: all 0.5s; }
  .bg_one:hover, .bg_two:hover, .bg_three:hover, .bg_four:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.bg_two {
  background: url(../images/welcome.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.bg_three {
  background: url(../images/valet-parking.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.bg_four {
  background: url(../images/airport.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.odd, .even {
  /*background: #c7c7c7;*/
  color: #FFF;
  /*margin-bottom: 5px;*/
  overflow: hidden; }

.even {
  /*background: #dcd9d9;*/ }

.bg_color_replace {
  background: #000;
  display: none; }

.meet_greet_home.even {
  background: #ecb100; }
  .meet_greet_home.even p {
    color: #000; }

.meet_greet_home {
  /*margin-bottom: 30px;*/
  /*box-shadow: 0 0 10px #ccc inset;*/
  height: 100%;
  padding-bottom: 50px;
  background: #1b1e21; }
  .meet_greet_home img {
    width: 100%;
    height: 10rem; }
  .meet_greet_home h3 {
    font-size: 16px;
    text-align: center;
    padding: 13px 0;
    background: #003c99;
    margin-bottom: 10px;
    color: #fff;
    border-right: 1px solid #fff;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
  .meet_greet_home p {
    padding: 15px 30px;
    line-height: 26px;
    color: #fff; }
  .meet_greet_home a {
    z-index: 2;
    display: block;
    width: 150px;
    margin-left: 30px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    text-align: center;
    padding: 6px;
    background: #003c99;
    border: 1px solid #003c99;
    color: #FFF;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    .meet_greet_home a:hover {
      background: transparent;
      border: 1px solid #003c99;
      color: #495057; }

.meet_greet_home:hover > h3, .bg_one:hover > .meet_greet_home h3 {
  background: #ce401f;
  color: #fff; }

/*==============  Question Parallax  ==========*/
.question_parallax {
  background: #222 url(../images/parallax_01.jpg);
  padding: 70px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .question_parallax h2 {
    color: #FFF;
    text-align: center;
    font-weight: 400; }

/*=========  Scroll Image  ============*/
.scroll_img {
  position: relative;
  padding: 50px 0;
  overflow: hidden; }

.inner {
  background: url(../images/scroll.png);
  background-repeat: no-repeat;
  width: 1500px;
  height: 215px;
  position: relative;
  top: 20%;
  left: 0%;
  z-index: 2; }

/*=========  Services  ============*/
.services {
  padding: 50px 0; }

.other_services {
  margin-top: 20px; }

.service_info {
  text-align: center;
  /*& ul{
  	& li{
  		text-align: left;
  		line-height: 26px;
  		&:before{
  		    font-family: FontAwesome;
  		    content: "\f054";
  		    padding-right: 5px;
  		    color: $dark_red;
  		}
  	}
  }*/ }

#gold {
  background: #f7c200; }

#bronze {
  background: #E0C389; }

#silver {
  background: #ccc; }

#baggage {
  background: #363b40; }

.luton_services {
  height: 230px;
  padding: 15px;
  text-align: center;
  position: relative;
  background-color: #003c99;
  margin-bottom: 30px; }

.luton_icon {
  font-size: 50px;
  color: #fff;
  margin-top: 10px;
  position: absolute;
  left: 30%;
  top: 20px; }
  .luton_icon i {
    font-size: 50px;
    color: #ce401f; }

.service_description {
  display: none;
  position: absolute;
  height: 230px;
  padding: 15px;
  color: #FFF;
  /*background-color: lighten($dark_red,15%);*/
  background: #ecb100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.pakage p {
  background: #ecb100;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 7%;
  left: 15px;
  right: 15px;
  text-align: center; }

.luton_services:hover > .service_description {
  display: block; }

.servie.title p {
  margin-top: 20px;
  border: 1px dashed #ccc;
  color: #fff;
  padding: 6px;
  font-size: 16px;
  position: absolute;
  top: 45%;
  left: 15px;
  right: 15px;
  text-align: center; }

.dtl12 {
  width: 100%;
  height: 235px;
  margin-bottom:30px;
  background: #003c99;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); }

.dtl12 img {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.dtl12 .dtl {
  background: #ecb100;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0 15px;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.dtl12 .dtl h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: underline; }

.dtl12 .dtl p {
  font-size: 14px;
  margin-bottom: 10px;
  /*line-height: 1.2;*/
  color: #fff;
  text-align: center;
  /*text-indent: 10px;*/
  position: absolute;
  top: 40%; }

.dtl12 .dtl a {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  float: right;
  font-size: 13px;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none; }

.dtl12 .dtl a:hover {
  background: #e6e6e6;
  border: 1px solid #adadad; }

.dtl12:hover img {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.dtl12:hover .dtl {
  visibility: visible;
  opacity: 1; }

/*=========  Book Meet and Greet  ============*/
.book_meet_greet {
  background: url(../images/contact-form-bg.jpg);
  /*background-size: cover;*/
  background-attachment: fixed;
  padding: 50px 0; }
  .book_meet_greet select, .book_meet_greet input, .book_meet_greet textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px; }
  .book_meet_greet input[type="submit"] {
    border: none;
    background: #003c99;
    color: #fff;
    padding: 8px 20px;
    width: 150px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .book_meet_greet input[type="submit"]:hover {
      background: #ce401f; }

.quote-box {
  border: 1px solid #003c99;
  background: #eee;
  padding: 10px;
  font-weight: 600; }

.serv-quote-box p {
  margin-bottom: 5px; }

.grand-quote-box p {
  margin-bottom: 0; }

/*===========   Check Box Styling   ============*/
.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #c8c9ca; }

.control:hover input ~ .control__indicator {
  background: #ce401f; }

.control input:checked ~ .control__indicator {
  background: #003c99; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #003c99; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 12px;
  padding-top: 1px;
  padding-left: 4px;
  color: #fff; }

/*===========   Check Box Styling End  ============*/
/*=========  Footer  ============*/
footer {
  background: #003c99 url(../images/map.png);
  padding: 25px; }

.main_links h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400; }
.main_links ul li {
  line-height: 26px;
  border-bottom: 1px solid #eee; }
  .main_links ul li a {
    display: block;
    color: #FFF;
    padding: 7px 0; }
    .main_links ul li a:before {
      font-family: FontAwesome;
      content: "\f0da";
      font-size: 12px;
      padding-right: 10px;
      color: #ce401f; }

.footer_contact_form input, .footer_contact_form textarea {
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff; }
.footer_contact_form input[type="submit"] {
  width: 100%;
  border: none;
  background: #ce401f;
  padding: 8px;
  color: #fff; }

.footer_social {
  margin-top: 15px; }
  .footer_social ul li {
    display: inline-block;
    border-bottom: none; }
    .footer_social ul li a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0;
      background: #ce401f; }
      .footer_social ul li a:before {
        content: '';
        padding: 0; }

section.footer_bottom {
  background: #032863; }
  section.footer_bottom p {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 0;
    padding: 15px 0; }

.footer_top {
  background: #e9e9e9;
  padding: 10px 0;
  text-align: center; }

.cards_accepted ul li {
  display: inline-block;
  padding-right: 20px; }

.luton_inner {
  background: url("../images/car-wash.jpg"); }

/*===========  Include  ============*/
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      left: auto;
      right: 12px; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      left: auto;
      right: 13px; }
  .bootstrap-timepicker .input-group-addon {
    cursor: pointer; }
    .bootstrap-timepicker .input-group-addon i {
      display: inline-block;
      width: 16px;
      height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block; }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px; }
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }
  .bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px; }
    .bootstrap-timepicker-widget table td:not(.separator) {
      min-width: 30px; }
    .bootstrap-timepicker-widget table td span {
      width: 100%; }
    .bootstrap-timepicker-widget table td a {
      border: 1px transparent solid;
      width: 100%;
      display: inline-block;
      margin: 0;
      padding: 8px 0;
      outline: 0;
      color: #333; }
      .bootstrap-timepicker-widget table td a:hover {
        text-decoration: none;
        background-color: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-color: #ddd; }
      .bootstrap-timepicker-widget table td a i {
        margin-top: 2px;
        font-size: 18px; }
    .bootstrap-timepicker-widget table td input {
      width: 25px;
      margin: 0;
      text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
    .bootstrap-timepicker .dropdown-menu {
      width: 100%; } }
@media (max-width: 1199px) {
  video.slider-video {
    margin-top: -100px; }

  .quick_query_form {
    right: 20px; }

  .quick_query_form, .welcome_banner {
    top: 120px; } }
@media (max-width: 1140px) {
  .welcome_banner {
    width: 500px;
    /*top: 230px;*/
    left: 0; }

  .welcome_banner > .main_heading h1 {
    font-size: 1.5rem; } }
@media (max-width: 991px) {
  .navigation {
    padding: 10px 0;
    display: none; }

  .mobile_nav_btn {
    display: block; }

  .header_contact_info {
    float: none; }

  .navbar-nav .nav-link {
    text-align: center; }

  .banner_img img {
    /*height: 300px;*/ }

  video.slider-video {
    margin-top: 0px; }

  .quick_query_form {
    right: 20px; }

  .quick_query_form, .welcome_banner {
    top: 20px; }

  .cards_accepted ul li img {
    width: 70px;
    margin-bottom: 10px; }

  .main_links {
    margin-top: 30px; }

  .bg_color_replace {
    display: block; }

  .navbar-nav li {
    box-shadow: none; } }
@media (max-width: 930px) {
  .welcome_banner {
    width: 400px; } }
@media (max-width: 768px) {
  .logo {
    text-align: center; }

  /*.scroll_img{
  	display: none;
  }*/
  .header_contact {
    margin-top: 0;
    margin-bottom: 20px; }

  .banner_img img {
    display: none; } }
@media (max-width: 640px) {
  .scroll_img {
    display: none; } }
@media (max-width: 576px) {
  .quick_query_form {
    right: initial;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    height: 100%; }

  .header_contact {
    margin-top: 0;
    margin-bottom: 0; }

  .banner_img {
    height: 290px; }
    .banner_img img {
      height: 100%; }

  .welcome {
    padding: 30px 0 20px 0; }

  .car_with_luggage, .scroll_img {
    display: none; }

  .services {
    padding-bottom: 0; } }


  .selected-vechile{
    font-weight: bold;
  }
 .help-block-error{
    color:red;
  }
 
  .quote-box
  {
    font-size: x-large;

  }