a:focus {
  outline: 0;
}
button:focus {
  outline: 0;
}
select:focus {
  border: 1px solid #61c900;
  outline: 0;
}
.lbl-success{
    background-color: #66cb00;
    padding: 7px 15px;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    min-width: 160px;
    margin-bottom: 20px;
    text-align: center;
}
.lbl-cancelled{
    background: indianred;
}
.lbl-refund{
    background-color: #E49900;
}
.lbl-checkout{
    background-color: #1392e9;
}
.lbl-refunded{
    background-color: #159393;
}
header.page-header .breadcrumbs {
    text-align: center;
    list-style: none;
    margin: 0px 0 5px 0;
    padding: 0;
}
header.page-header .breadcrumbs li {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 14px;
    color: #61c900;
}
.ui-widget.ui-widget-content {
    z-index: 10001 !important;
}
header.page-header .breadcrumbs li:not(:last-child):after {
    margin: 0 0 0 0px;
    content: " // ";
    color: #61c900;
}
.contact-content {
      margin: 30px 0;
}
.wrap {
  width: 100%;
  float: left;
}
.address-three-block {
  padding: 50px 0 20px;
}
.address-three-block .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.address-element {
    background: #F5F5F5;
    min-height: 220px;
    border: 1px solid #66cb00;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contact-info-title {
  float: left;
  width: 100%;
  text-align:center;
  color: #003466;
  margin-top: 0;
}
.align-center {
    text-align: center;
}
.social-icon .social-big {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 0;
}
.form-action {
    background: #F5F5F5;
    text-align: center;
    margin: 0px 0 40px 0;
    padding: 45px;
    padding-bottom: 45px;
    position: relative;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.wpcf7-form-control-wrap {
    font-weight: 100;
}
.form-action textarea {
    width: 100%;
    height: 140px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.form-action input {
  width: 100%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box
}
.form-action label {
  display: block;
  text-align: left;
}
.submit-form-btn {
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 60px;
    line-height: 1.4em;
    border-radius: 30px;
    transition: all .3s ease;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    background: #61c900;
    border: 0;
    color: #fff;
}
.submit-form-btn:hover {
  background: #003466;
  color: #fff;
}
.homepage-bg .h1 {
  margin-bottom: 40px;
}
.h1 {
  position: relative;
  color: #4a4a4a;
}
.address-img {
  position: relative;
}
.dirction-link {
  position: absolute;
  background-color: rgba(29, 46, 59, 0.9);
  bottom: 0;
  right: 15px;
  left: 15px;
  padding:15px 10px;
  text-align: center;
}
.dirction-link h5{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color:#fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.dirction-link h3 {
  font-weight: 400;
   font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #64ca00;
  margin: 0;
}
#car-block h4 {
  margin-top: 10px;
}
.booking-detail-section {
  padding: 70px 0 40px;
}
.booking-block {
  width: 55%;
  float:left;
}
.bokking-slot {
  width: 45%;
  float:left;
  padding-left: 30px;
}
.check-in-wh {
  width: 50%;
  float: left;
}
.bokking-slot p {
    display: inline-block;
}
.bokking-slot p.total-day-amount {
    display: table;
}
.bokking-slot p.total-day-amount label {
    display: table-cell;
    float: none;
}
.bokked-amount span.all-total-span {
    font-weight: 600;
    padding-left: 10px;
}


.booking-block h3 {
  color: #4a4a4a;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
}
.booking-block h3 a {
    border: 1px solid #61c900;
    padding: 7px 25px;
    background-color: transparent;
    color: #4a4a4a;
    border-radius: 50px;
    transition: all 0.3s ease;
     font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.booking-block h3 a:hover {
  background:#61c900;
  color: #fff;
}
.total-parking {
    margin: 15px 0;
    font-weight: 600;
    color: #64ca00;
}
.tabs {
    width: 100%;
    float: left;
}
.tab-button-outer {
    display: none;
}
#tab-button {
    display: table;
    table-layout: fixed;
    /* width: 100%; */
    margin: 0;
    padding: 0;
    list-style: none;
}
#tab-button li:first-child {
    padding-left: 0;
}
#tab-button li {
    display: table-cell;
    padding: 0 5px;
}
#tab-button li a:hover, #tab-button .is-active a {
    border-bottom-color: transparent;
    background: #64ca00;
    color: #fff;
}
#tab-button li a {
    display: block;
    padding:5px;
    background: #f7f7f7;
    width: 120px;
    text-align: center;
    color: #2c3e50;
    text-decoration: none;
    font-size:15px;
}
.tab-select-outer {
    position: relative;
}
.tab-select-outer select {
    border: 1px solid #ececec;
    height: 40px;
    width: 100%;
    padding: 10px;
    border-bottom: 0;
    -webkit-appearance: none;
    background: #f7f7f7;
}
.tab-select-outer:after {
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: 'FontAwesome';
    font-size: 16px;
}
.tab-contents {
    padding:20px 0;
    float: left;
    width: 100%;
}
.review-box{
    padding: 10px;
    box-shadow: 3px 3px 15px 2px #dedede;
}
.reviews-title {
  margin: 0;
  font-size: 30px;
  color: #4a4a4a;
}
.customer-rating span {
  color: #e3c20e;
  font-size: 14px;
}
.reviews-content p {
  margin-bottom: 5px;
  color: #4a4a4a;
}
.tab-contents p {
  color: #4a4a4a;
}
.email-published {
  text-align: center;
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  text-transform: unset;
}
.customer-reviews {
  padding: 30px 0;
}
.customer-reviews label {
  color: #4a4a4a;
}
.user-rating {
  margin-bottom:15px;
}
.star a {
  color: #e3c20e;
}
.content-fild label {
  width: 100%;
}
.content-fild textarea {
    width: 100%;
    height: 75px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.content-fild input {
   width: 100%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.imgaes-block a img {
  width: 180px;
  height: 135px;
  object-fit: cover;
}
.bokked-amount label {
  width: 130px;
  color: #4a4a4a;
  float: left;
}
.bokked-amount span {
  color: #4a4a4a;
}
.bokked-amount span i {
  font-weight: 100;
}
.custom-bk-mt {
  margin-top: 50px;
}
.custom-bk-mt button {
    padding: 10px 30px;
    font-size: 15px;
    margin-bottom: 0;
}
header.page-header .breadcrumbs li a {
  color: #cccccc !important;
}
.page-header {
    background-image: url(../images/inner-bg.jpg) !important;
}
.checkout-section {
  padding: 60px 0 25px;
}

.woocommerce-info {
  background-color: #f7f6f7;
  padding: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #868686;
}
.woocommerce-info span {
  color: #61c900;
}
.coupon-block {
  display: none;
}
.first-row {
  width: 50%;
  float: left;
}
.first-row input {
  width: 100%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.first-last {
  width: 50%;
  float: left;
  padding-left:50px;
}
.cupon-btn {
   padding: 14px 30px;
    font-size: 15px
}
.availabel-coupon {
  margin-bottom: 10px;
}
.availabel-coupon h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.availabel-coupon-list {
  width: 50%;
}
.list-coupon {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px 5px;
}
.list-coupon:last-child {
  border: 0;
}


.billing-Section {
  background-color: #F5F5F5;
  padding: 40px;
  margin-bottom: 50px;
}
.billing-Section h4 {
  margin: 0;
  color: #4a4a4a;
  font-size: 30px;
}
.form-fild-block {
  width: 70%;
  padding-top: 20px;

}
.form-fild-block label {
  color: #4a4a4a;
  width: 100%;
}
.form-fild-block input {
    width: 100%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    margin-bottom: 6px;
}
.form-fild-block p {
  margin-bottom: 0;
}
.form-fild-block select {
  width: 100%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 11px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-appearance: none;

}
.custom-state-select {
  position: relative;
}
.custom-state-select:after {
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 15px;
    font-family: 'FontAwesome';
    font-size: 16px;
}
.form-fild-block textarea {
   width: 100%;
    font-size: 16px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-appearance: none;
    margin-bottom: 6px;
}
.your-order-block .your-order-title {
    color: #4a4a4a;
    font-size: 30px;
    text-align: center;
}
.checkout-review-order-table {
  width: 100%;
  border: none;
    border-collapse: collapse;
}
.checkout-review-order-table thead tr  th{
  padding: 24px 24px;
  font-size: 26px;
  background-color: #61c900;
  color: #fff;
  text-transform:uppercase;
}
.checkout-review-order-table thead tr  th:first-child {
    border-top-left-radius: 4px;
    background-clip: padding-box;
}
.checkout-review-order-table thead tr  th:last-child {
    border-top-right-radius: 4px;
    background-clip: padding-box;
}
.product-total {
  text-align: right;
}
.checkout-review-order-table tbody tr{
   border: 1px solid #E6E6E6;
}
.checkout-review-order-table tbody td {
      padding: 24px;
      color: #4a4a4a;
}
.checkout-review-order-table tbody td.booked-air-name {
  font-weight: 600;
}
.checkout-review-order-table tbody td.booked-air-amout {
  text-align: right;
}
.checkout-review-order-table tbody td.booked-air-name span.dates-bk {
    width: 100%;
    float: left;
    font-weight: 100;
}

.total-block {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    border-top: 3px solid #1F1F1F;
    padding-top: 40px;
    padding-bottom: 40px;
}
.total-block label {
  float: left;
    clear: both;
    width: 79%;
    text-align: right;
}
.total-block .totals-value {
  float: right;
  width: 21%;
  text-align: right;
  padding-right: 24px;
}
.total-block .totals-value span {
  font-weight: 700;
}
.checkout-payment span {
  font-weight: 700;
  color: #4a4a4a;
}
.checkout-payment {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.proceed-pay-btn {
  border: 1px solid #61c900;
  padding: 10px 25px;
  background-color: #61c900;
  color: #fff;
  float: right;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.proceed-pay-btn:hover {
  background-color: #06A10B;
  color: #fff;
}
.edit-search-btn {
  text-align: center;
}
.edit-search-btn button {
   border: 1px solid #61c900;
  padding: 7px 40px;
  background-color: transparent;
  color: #4a4a4a;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.edit-search-btn button:hover {
  background-color: #61c900;
  color: #fff;
}
.edit-search-forms {
  margin-bottom: 40px;
  display: none;
}
.directions-section {
    width: 100%;
    padding: 80px 0px 50px;
    background-color: #f0f4f3;
}
.directions-section .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.directions-img-block img{
  width: 100%;
    height: 350px;
    object-fit: contain;
}
.my-booking-section {
  padding: 80px 0;
  width: 100%;
}
.left-row-booking {
  width: 80%;
  float: left;
}
.right-row-booking {
  width: 20%;
  float: left;
  padding-left: 18px;
}
.same-booking-title-same {

    font-weight: 700;
}
.parking-name-slot span {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
}
.booked-slot label {
  width: 95px;
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
  font-weight: 400;
  margin-right: 15px;
}
.booked-slot span {
  font-size: 15px;
}
.star-o span {
  color: #f8da11;
}
.btn-cancel-bk {
    border: 1px solid #61c900;
    padding: 7px 15px;
    background-color: transparent;
    color: #4a4a4a;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    min-width: 150px;
    margin-bottom: 20px;
}
.btn-cancel-bk a {
  color: #4a4a4a;
}
.btn-cancel-bk:hover a {
  color: #fff;
}
.btn-cancel-bk:hover {
  background: #61c900;
  color: #fff;
}
.review-parking-slot {
  padding: 15px 0;
    display: none;
}
.rate-star-slot {
    display: none;
}
.star-cm span {
    color: #61c900;
}
.review-parking-slot input {
    width: 50%;
    font-size: 16px;
    display: inline-block;
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    margin-left: 15px;
}
.booking-submit .btn-cancel-bk {
  border-radius: 50px;
  background: #61c900;
  color: #fff;
  border: 0;
  padding: 11px 20px;
}
.booking-submit .btn-cancel-bk:hover {
  background: #0054a6;
}

/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  z-index: 900;
}

/* Inner */
.popup-inner {
  max-width:500px;
  width:90%;
  padding:30px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;
  background:#fff;
}

/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:all 0.25s ease;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background: #61c900;
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}

.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  text-decoration:none;
  color: #fff;
}
.popup-inner p .cancellation-input {
  border: 1px solid #444;
  height: 40px;
  padding: 10px;
}
.modal-radio-btn {
  font-size: 15px;
}
.popup-inner .custom-bk-mt {
  margin-top: 20px;
}
.datepicker--day-name {
  color: #61c900;
}
.datepicker--cell.-current- {
  color: #0054a6;
}
.invoice-id-block ul {
  list-style: none;
  padding-left: 0;
}
.invoice-id-block ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.invoice-id-block ul li a {
  color: #444;
}
.invoice-id-block ul li a:before {
  content: "\f067";
  font-family:'FontAwesome';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border:1px solid #444;
  font-size: 14px;
  color:rgba(68, 68, 68, 0.8);
  text-align: center;
  display: inline-block;
  line-height: 25px;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.invoice-id-block ul li a.active-panel:before {
  content: "\f068";
  transition: all 0.5s ease;
}

form .form-fild-block input[type="text"],
form .form-fild-block select{
  padding: 10px 15px !important;
  height: 45px
}

/*============== Booking Card Popup  =================*/
.cm-popup-inner .checkout-panel {
    margin: 0;
}
.cm-popup-inner .checkout-method-block {
    width: 100%;
    margin-bottom: 15px;
}
.cm-popup-inner form {
    padding: 0;
    margin: 0;
}
.cm-popup-inner .method {
    width: 145px;
    float: left;
    margin-right: 5px;
    height: 100px;
}
.cm-popup-inner .checkout-method-block .method:last-child {
    margin-right: 0px !important;
}
.cm-popup-inner .card-logos {
    width: auto;
}
.cm-popup-inner .card-logos img {
    width: 40px;
}
.cm-popup-inner .radio-input {
    font-size: 14px;
    margin-top: 10px;
}
.cm-popup-inner .billing-Section {
    padding: 0;
    margin: 0;
}
.cm-popup-inner .form-fild-block {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.cm-popup-inner .form-fild-block .cm-card-heading {
    font-size: 15px;
    margin:0;
}
.cm-popup-inner .checkout-payment {
    text-align: center;
    padding-bottom: 15px;
}
.cm-popup-inner .checkout-payment .proceed-pay-btn{
   float: none;
}


/*============== Booking Card Popup  End =================*/

/*============== Check Out Panel =================*/

.checkout-panel {
    margin: 30px 0;

  }
  .checkout-method-block {
    float: left;
      width: 70%;
  }
  .method {
    display: flex;
      flex-direction: column;
      width: 100%;
      height: 122px;
      cursor: pointer;
      border: 1px solid #E6E6E6;
      border-radius: 2px;
      background-color: rgb(249, 249, 249);
      justify-content: center;
      align-items: center;
      text-align: center;
      font-weight: 100;
      font-size: 14px;
      color: #444;
      margin-bottom: 10px;
  }
  .card-logos {
      display: inline-block;
      width: 150px;
      justify-content: space-between;
      align-items: center;
  }
  .radio-input {
      margin-top: 20px;
  }
  .radio-input span {
    padding: 0 3px;
  }
  .method input[type='radio'] {
      display: inline-block;
  }
  .green-border {
      border: 1px solid #61c900;
  }

/*====== Check Out Panel End========*/

/*====== How It Works ========*/

#how-it-works {
  padding: 40px 0;
}
#how-it-works h2 {
  text-align: center;
  margin-bottom: 50px;
}
.title-how-it-work {
  margin-bottom: 50px;
}
.title-how-it-work:last-child {
  margin-bottom: 0px;
}
.title-how-it-work h5 {
  margin: 0;
  display: inline-block;
  padding-left: 60px;
  color:#444;
  position: relative;
}
.title-how-it-work h5 img {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 45px;
  height: 45px;
}
.title-how-it-work p {
    padding-top: 30px;
    font-size: 16px;
    color: #444;
}
.how-it-work-img-block img {
    max-width: 100%;
}
.how-it-works-section .container > .row {
  display: flex;
  align-items: center;
}
#testimonials .swiper-wrapper {
  height: auto;
}
#testimonials .swiper-slide {
  height: auto;
}

/*====== How It Works End ========*/

.datepicker-dropdown {
  width: 250px;
  z-index: 900;
}
.datepicker table {
  margin: 0 auto;
}
.datepicker table tr td {
  padding: 1px;
}
.datepicker table thead tr th {
    color: #6dbd44;
    font-weight: 600;
}
.directions-section iframe {
    margin-bottom: 30px;
}
h2.h1:after {
 content: '';
 position:absolute;
    width: 130px;
    height: 2px;
    background:#61c900;
    right: 0;
    left: 0;
    bottom:-10px;
    margin: 0 auto;
}
#car-block h2.h1:after {
    display: none;
}
.contact-content p {
    text-align: justify;
}










/*======================= Media ======================*/


@media screen and (min-width: 768px) {
  .tab-select-outer {
    display: none;
}
.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
 }
 .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
 }
}

@media (max-width: 1199px){
  .check-in-wh {
    width: 100%;
  }
  nav.navbar.affix #navbar ul.navbar-nav a  {
      color: #fff;
  }
  nav.navbar.dark #navbar ul.navbar-nav a {
      color: #fff;
  }
  .home nav.navbar.affix #navbar ul.navbar-nav a {
      color: #fff;
  }


}

@media (max-width: 1080px){
  .left-row-booking {
    width: 100%;
    margin-bottom: 30px;
  }
  .right-row-booking {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 992px){
  .booking-block {
    width: 100%;
  }
  .bokking-slot {
     width: 100%;
     padding-left: 0;
  }
  .custom-width-dr {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  /*.cm-col-footer {
    width: 100%;
    float: left;
  }*/
  #block-footer ul.nav {
    padding: 0 15px;
  }
    nav.navbar .navbar-toggle {
        margin: 12px 15px;
    }
    .home nav.navbar .navbar-toggle .icon-bar {
        background: #1b3664;
    }
    nav.navbar .navbar-toggle .icon-bar {
        background: #1b3664;
    }
    nav.navbar.affix #navbar {
        margin: 70px 0 0 !important;
    }
    #testimonials {
        margin-bottom: 45px;
    }
    .directions-section .row {
      display: unset;
    }
    .cm-footer-col {
      width: 50%;
      float: left;
    }
    .cm-map {
      margin-bottom: 35px;
    }
    .cm-google-map {
        box-shadow: 0px 0px 8px #ccc;
    }

}

@media (max-width: 767px){
  .submit-form-btn,
  .custom-bk-mt button {
    font-size: 15px;
    padding: 12px 40px;
  }
  .tab-select-outer select {
    border: 0;
      padding: 5px 10px;
  }
  .btn.btn-lg{
    font-size: 15px;
    padding: 15px 30px;
  }
  .form-action {
      padding: 20px;
  }
  .address-img {
    margin-bottom: 30px;
    width: 50%;
  }
  #book-now h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #services .row > div {
    margin-bottom: 0;
  }
  #car-block h4 {
    margin-top: 10px;
  }
  .form-fild-block {
    width: 100%;
  }
  .checkout-review-order-table thead tr th {
    font-size: 20px;
  }
  .custom-wh {
    width: 33.333%;
    float: left;
  }
  .directions-section {
    padding: 40px 0;
  }
  .col-colum {
    width: 33.333%;
    float: left;
  }
  .cm-col {
    width: 100%;
  }
  .how-it-works-section .container > .row {
    display: unset;
  }
  .how-it-work-img-block  {
    margin-top: 30px;
  }
   .cm-footer-col {
      width: 100%;
    }
    .billing-Section form {
      padding: 0;
    }
    .billing-Section h4 {
      padding: 0 15px;
    }
    .billing-Section {
      padding: 40px 0;
    }
    .booking-detail-section form {
        padding: 0;
    }
    .proceed-pay-btn {
        margin: 0 15px;
    }
    .checkout-review-order-table tbody td {
        padding: 10px;
        font-size: 15px;
    }
    #block-footer p {
        text-align: justify;
    }
    .billing-Section form#cardForm h3{
        margin-top: 0;
        padding: 0 15px;
    }
    .billing-Section form#cardForm .form-fild-block {
        margin-bottom: 25px;
    }
    .submit-form-action form {
        padding: 0;
    }
    #block-footer .address li {
        display: table;
    }
    #block-footer .address li span {
        display: table-cell;
        padding-right: 10px;
    }

}

@media (max-width: 600px){
    .availabel-coupon-list {
        width: 100%;
    }
    .address-element {
        padding: 0 25px;
    }
}

@media (max-width: 567px){
  .custom-wh {
    width: 50%;
    margin-bottom: 20px;
  }
  .first-row {
    width: 100%;
  }
  .first-last {
    width: 100%;
    padding-left: 0;
  }
  /*.billing-Section {
    padding: 20px;
  }*/
  .total-block label {
    width: 60%;
  }
  .total-block .totals-value {
    width: 40%;
  }
  .proceed-pay-btn {
    /*width: 100%;*/
    /*float: left;*/
    margin-top: 25px;
  }
    .cm-popup-inner .method {
        width: 125px;
    }
  .cm-popup-inner .checkout-payment .proceed-pay-btn {
      width: unset;
      float: none;
      margin-top: 0;
  }
    .popup-inner {
        padding: 15px;
    }
  .directions-img-block img {
    height: 100%;
    object-fit: unset;
  }
  .custom-width-dr {
    width: 100%;
  }
  .col-colum {
    width: 100%;
    float: left;
  }
  .popup-inner p .cancellation-input {
    width: 100%;
  }

 }
 @media (max-width: 550px) {
  .booking-block h3 a {
    display: inline-block;
    margin-top: 15px;
  }
}

@media (max-width: 480px){
  .address-img {
    width: 100%;
  }
  .address-img img{
    width: 100%;
  }
  .cancel-booking {
    text-align: center;
  }
  .review-parking-slot input {
    width: 100%;
    margin: 0;
  }

}

#spinner {
    z-index: 99999;
}

.custom-animation {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	align-content: center
}
.center {
	text-align: center
}
.custom-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px
}
.custom-roller div {
	animation: custom-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	transform-origin: 32px 32px
}
.custom-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px
}
.custom-roller div:nth-child(1) {
	animation-delay: -0.036s
}
.custom-roller div:nth-child(1):after {
	top: 50px;
	left: 50px
}
.custom-roller div:nth-child(2) {
	animation-delay: -0.072s
}
.custom-roller div:nth-child(2):after {
	top: 54px;
	left: 45px
}
.custom-roller div:nth-child(3) {
	animation-delay: -0.108s
}
.custom-roller div:nth-child(3):after {
	top: 57px;
	left: 39px
}
.custom-roller div:nth-child(4) {
	animation-delay: -0.144s
}
.custom-roller div:nth-child(4):after {
	top: 58px;
	left: 32px
}
.custom-roller div:nth-child(5) {
	animation-delay: -0.18s
}
.custom-roller div:nth-child(5):after {
	top: 57px;
	left: 25px
}
.custom-roller div:nth-child(6) {
	animation-delay: -0.216s
}
.custom-roller div:nth-child(6):after {
	top: 54px;
	left: 19px
}
.custom-roller div:nth-child(7) {
	animation-delay: -0.252s
}
.custom-roller div:nth-child(7):after {
	top: 50px;
	left: 14px
}
.custom-roller div:nth-child(8) {
	animation-delay: -0.288s
}
.custom-roller div:nth-child(8):after {
	top: 45px;
	left: 10px
}
@keyframes custom-roller {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@media (max-width: 430px){
    .bokking-slot p.total-day-amount label {
        display: inline-block;
        width: 100%;
    }
}
@media (max-width: 400px){

  .custom-wh {
    width: 100%;
    text-align: center;
  }
}
