
.prodPhoto img {
    max-width: 100%;
    height: auto;
}
.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity, .commerce-order-item-add-to-cart-form .form-item-field-pay-now-or-latter, .productDetails  .field--type-commerce-price, #differntVehicleLink, .productDetails .form-actions{display: none;}
.commerce-order-item-add-to-cart-form  .form-check {
padding-left: 0; }
#prodDetails table, #prodDetails th, #prodDetails tr, #prodDetails td{background-color: rgba(0,0,0,0.00) !important; border: none; color: #000;}
.alert-dismissible .layout.layout--onecol {
	width: 90%;
    display: inline-block;
    vertical-align: top;
}
.alert-warning.small::before {
    display: inline-block;
    width: 1.75rem;
    height: 1.5rem;background-position: 0;
}
.alert-warning  {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 5px 2px 30px 0 rgba(0,0,0,.1);
}
.alert-warning.small p{margin-bottom: 0; color: #000;    line-height: 1.5rem;}
.views-field.views-field-price__number:after {
    content: "";
    display: block;
    clear: both;
}
.hdng_author h6 {
    display: none;
}
.listPageImg {
    min-height: 190px;
    align-items: center;
    display: flex;
}
.cartDisplayForm.views-row {
    display: block;
    width: 100%;
}
.block-views-blockcurrent-user-cart-block-1 h2, .block.block-views.block-views-blockcurrent-user-cart-user h2 {
    margin-left: -15px;
    margin-right: -15px;
}
.totalTxt .order-total-line-label
{
  margin-right: 10px;
}
.form-item-payment-information-billing-information-field-terms-and-conditions-value {
    padding-left: 0;
}
small.description {
    display: block;
    font-size: 14px;
}
h2.fieldset-legend {
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 26px;
}
.help-block.with-errors {
    font-size: 12px;
    color: red;
}
.has-error.has-danger label input, .has-error.has-danger .checkbox .checkbox-material .check {
    border-color: red;
}.has-error.has-danger label {
    color: red !important;
}
.has-error.has-danger .frm_cstm, .has-error.has-danger input {
    border-color: red !important;
}
.bx-thing img{
	width: 100%;
}
.cover img{
	width: 100%;
}
.home_slider_text {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
/*.cvr_cntnt h2{
    font-size: 66px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 60px;
}*/
.btn-cstm{
	font-weight:500 !important;
}
.hvr_cntnt a, .thing_cntnt h1 a {
	color: #fff;
}
.btn-primary {
    background: #014587;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #014a8d;
    border-color: #014a8d;
}
.m-3.text-center.text-success i.far {
    font-size: 100px;
}
.deals_cntnt h6{
	display:none;
}
.deals_cntnt h2 {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;max-width: 82%;
}
.picktime {padding-left: 0!important;}
.hideRepeat .cartDisplayForm.non-repeatable {
    display: none;
}
.hideRepeat .cartDisplayForm.non-repeatable:first-child {
    display: block;
}

.checkout-complete h2 {
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 26px;
}

.views-field.views-field-billing-profile__target-id {
    border-top: 2px solid #22619b;
    margin-top: 0 !important;
}
.views-field.views-field-billing-profile__target-id .field-content {
    width: 100%;
}
.cartDisplayForm.non-repeatable .views-field.views-field-mail .views-label {
    width: 33.333333%;
}.views-field.views-field-total-price__number {
    border-top: 2px solid #22619b;
	border-bottom: 2px solid #22619b;
    padding: 10px 0;
}
a.cancelOrder {
    border: 1px solid #014587;
    padding: 10px;
    background: #014587;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-complete span.views-label.views-label-total-price__number {
    display: block;
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 19px;
    width: 100%;
    margin-bottom: .5rem;
}
.commerce-checkout-completion-register {
    height: 0;
    overflow: hidden;
}
.cartDisplayForm.non-repeatable .views-field.views-field-mail .views-label {
    width: 33.333333%;
    margin-right: 10px;
}
.cartDisplayForm.non-repeatable .views-field {
    margin-top: 1rem;
}
.checkout-complete span.views-label.views-label-total-price__number {
    display: block;
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 19px;
    width: 100%;
    margin-bottom: .5rem;
}
#edit-login-register .fieldset-wrapper {

    max-height: 0;
    overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);

}
#edit-login-register .fieldset-wrapper.full {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
  overflow: visible;
}
#edit-login-register h2.fieldset-legend {

    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    cursor: pointer;

}
.cartDisplayForm.non-repeatable .views-label {
    width: 33.333333%;
    margin-right: 10px;
}
.bg-lightgray .frm_cstm {
    margin-top: 0;
}
/*.alert-warning.small.alert-dismissible.warningDiv:before {
    display: none;
}*/
div.warningDiv {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    padding: 0;
    box-shadow: none;
}
div.warningDiv.full {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
    overflow: visible;
    box-shadow: 5px 2px 30px 0 rgba(0,0,0,.1);
    padding: 15px;
}


fieldset#edit-review-contact-information span.children:before, fieldset#edit-review-payment-information span.children:before {
    display: inline-block;
    width: 33.3333%;
    content: "Email";
    margin-right: 10px;
}
fieldset#edit-review-payment-information span.children:before {
    content: "Payment Type";
}
.warningDiv h5 {
    color: #014587;
}
fieldset#edit-payment-information >legend {
    display: none;
}
fieldset#edit-review-payment-information > legend {
    display: none;
}
fieldset#edit-review-payment-information span.children, fieldset#edit-review-contact-information span.children {
    display: block;
}
fieldset#edit-review-payment-information .field.row:before, fieldset#edit-review-payment-information  span.children, fieldset#edit-review-contact-information span.children, div#prodDetails strong:before, .checkout-order-summary.table-responsive-sm .cartDisplayForm strong:before {
    border-top: 2px solid #fff;
    padding-top: 16px;
    content: "";
    display: block;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
fieldset#edit-review-payment-information  span.children, fieldset#edit-review-contact-information span.children, .checkout-order-summary.table-responsive-sm .cartDisplayForm strong:before
  {
    margin-left: 0;
    margin-right: 0;
  }
fieldset#edit-review-contact-information span.children
{
  border-color:#22619b; padding-top: 30px;
}
fieldset#edit-field-additional-services--wrapper {
    margin-top: -15px;
}
div#prodDetails strong, .checkout-order-summary.table-responsive-sm .cartDisplayForm strong {
    display: block;
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 19px;
}
.checkout-order-summary.table-responsive-sm .cartDisplayForm strong
{
	font-size: 14px;
}
div#prodDetails strong:before, .checkout-order-summary.table-responsive-sm .cartDisplayForm strong:before {
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
}
div#prodDetails .field--name-body h6 {
    font-size: 0px;
    padding: 0;
    margin: 0;
}
label#lbledit-payment-information-payment-method-pay-later {
    visibility: hidden;
	height: 0;
	overflow: hidden;
}
.js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-payment-information-billing-information-field-please-bring-credit-debit--value.form-item-payment-information-billing-information-field-please-bring-credit-debit--value {
    padding-left: 0;
}
.view-empty {
    box-shadow: 5px 2px 30px 2px rgba(0,0,0,.1);
    padding: 30px;
    text-align: center;
}
.view-empty {
    box-shadow: 5px 2px 30px 2px rgba(0,0,0,.1);
    padding: 60px 30px 30px;
    text-align: center;
    background: url(data:image/svg+xml,<svg class="bi bi-info-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="brown" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 15A7 7 0 108 1a7 7 0 000 14zm0 1A8 8 0 108 0a8 8 0 000 16z" clip-rule="evenodd"/><path d="M8.93 6.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588z"/><circle cx="8" cy="4.5" r="1"/></svg>);
    background-repeat: no-repeat;
    background-position: center 15px;
}
.additionServicesCrt.bx-bordertopbox h3 {
    display: none;
}
.additionServicesCrt.bx-bordertopbox h3:first-child {
    display: block;
    margin-bottom: 20px;
}
.sec_termscon p{
    font-weight: 200;
}
.row.proDes p, .row.proDes .field {
    display: inline;
    color: #656565;
}
.field--name-field-phone-number a, .field--name-field-id-numbers a, .field--name-field-phone-number a:hover, .field--name-field-id-numbers a:hover {
    color: #212529;
    cursor: auto;
    text-decoration: none;
}
i.fas.fa-arrow-right {
    float: right;
}

.bx-sumnryinformation {
    min-height: 313px;
    height: 100%;
}
.order-total-line {
    text-align: right;
}
.order-total-line-value {
    width: auto;
}
div#edit-order-summary {
    background: #f7f7f7;
    margin-bottom: 0;
}
.row.layout-region-checkout-footer.mt-3.mb-3 {
    width: 100%;
}
.row.layout-region-checkout-footer.mt-3.mb-3 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}
input#edit-actions-next {
    float: right;
}
.row.layout-region-checkout-footer.mt-3.mb-3 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
}
input#edit-actions-next {
    float: right;
    margin-right: -30px;
}
a.link--previous {
    position: relative;
    border: 0;
    font-size: 19px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
    display: inline-block;
    background: #ccc;
    margin-right: 15px;
    color: #000;
}
div#edit-order-summary {
    height: 100%;
}
.alert.alert-status.alert-success.alert-dismissible.fade.show {
    display: none;
}ul.breadcrumb.ul_mbl_breadcrm {
    display: none;
}/*
.alert-danger{display: none !important}
*/
.btn-cstm {
    border: 1px solid #014587;
}
.btn-cstm:hover {
    background-color: #fff!important;
    border: 0;
    color: #014a8d;
    border: 1px solid #014a8d;
}
.cartDisplayForm .views-field-nothing span.field-content {
    width: 100%;
    margin-top: 15px;
}
.cartDisplayForm .views-field-nothing span.field-content .bx-bordertopbox {
    padding-bottom: 0;
}
.block.block-views.block-views-blockcurrent-user-cart-payment {
    margin-top: 30px;
    border-top: 2px solid #22619b;
    padding-top: 30px;
}
.block.block-views.block-views-blockcurrent-user-cart-payment .view-empty {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
}
.top_li li a i, .top_li li a svg {
    color: #004587;
}
a.cancelOrder.disabled, a.cancelOrder.disabled:hover {
    background: #656565;
    cursor: not-allowed;
    text-decoration: none;
}
.card-body ol {
    padding-left: 0;
    margin-top: 15px;
}
.cstm_accordion .card-link:before{display: none
}
.cstm_accordion .card-header {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #fafafa;
    border-bottom: none;
    margin-bottom: 30px;
}
.cstm_accordion .card-header a {
    padding: 0;
}

.commerce-order-item-add-to-cart-form h2.fieldset-legend, .commerce-order-item-add-to-cart-form label {
    font-size: 16px !important;
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    margin-bottom: 0;
}
#edit-field-additional-services--wrapper label {
    color: #656565;
    text-transform: none;
    vertical-align: text-top;
    padding-bottom: 8px;
    font-weight: normal;
}
.commerce-order-item-add-to-cart-form #edit-field-additional-services--wrapper h2.fieldset-legend {
    margin-top: 15px;
}
div#edit-field-date-from-0-value fieldset {
    width: 50%;
}
div#edit-field-date-from-0-value fieldset input {
    width: 100%;
}
div#edit-field-to-date-0-value fieldset {
    width: 50%;
}
div#edit-field-to-date-0-value fieldset input {
    width: 100%;
}
p.alert.alert-warning.dateChn {
    vertical-align: text-top;
    padding-left: 35px;
    line-height: 22px;
    display: inline-block;
    color: #a83333;
}
p.alert.alert-warning.dateChn:before {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 1rem 1rem;
}
span.priceNumber.changed {
    text-decoration: line-through;
    color: #ccc;
}
.commerce-order-item-add-to-cart-form fieldset {
    position: relative;
}
ul.locDrpD {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #58595b;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
ul.locDrpD li {
    padding: 10px 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}
ul.locDrpD.full {
    transition: max-height 1s ease-in-out;
    max-height: 500px;
}

#user-register-form input {

    height: 48px;
    font-size: 16px;
    background-color: transparent;
    color: #666;
    border: 1px solid #014a8d !important;
    border-radius: 0;
    box-shadow: inherit !important;
    outline: inherit !important;

}#user-register-form .btn-primary {

    color: #fff;
    background-color: #014a8d;
    border-color: #014a8d;

}
#user-register-form .btn-primary:hover {

    color: #014a8d;

}
#user-register-form {

    margin: auto;
    max-width: 600px;
    background: #f7f7f7;
    padding: 30px;

}
.commerce-order-item-add-to-cart-form .fs-label-wrap .fs-label {
    border: 1px solid;
    font-weight: normal;
    font-size: 16px;
    color: #656565;
    border-color: #014a8d;
    padding: 15px;margin-top: 5px;
}
.commerce-order-item-add-to-cart-form .fs-dropdown
{ width: 100%;}


input#edit-field-pickup-from-0-value, input#edit-field-drop-off-at-0-value {
    display: none;
}
.deals_cntnt p {
    max-width: 75%;
}
.commerce-order-item-add-to-cart-form .fs-option {
    padding: 15px 0;
}
article.profile {
    display: none;
}
ul.clearfix.nav.top_li a.nav-link.nav-link--user-edit {
    display: none;
}
.listPageImg img {
    width: 100%;
}h3.field-content.main-hdng.hdng-sm.vehicle-booking-step-2-title {
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 20px;
}
h3.field-content.main-hdng.hdng-sm.vehicle-booking-step-2-title.bx-bordertopbox {
    display: block;
    padding: 30px 0 0;
}
.total {
    border-top: 2px solid #22619b;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #014587;
}
.views-field.views-field-total-price__number > span, .checkout-complete span.views-label.views-label-total-price__number {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 19px;
}
.views-field.views-field-total-price__number span.field-content {
    text-align: right;
}
div#edit-field-trip-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
div#edit-field-trip-type label, .form-item-field-agree-to-terms-conditions-value label.after.cblbl {
    font-weight: normal;
    text-transform: none;
    color: #656565;
    font-size: 16px;
}
span.priceNumber.changed {
    display: none;
}
.page-user-register #main .container {
    background: #f7f7f7;
    max-width: 600px; margin-top:60px;margin-bottom:60px;
}
#block-loginheading h2 {
    text-align: center;
    padding-top: 30px;
    font-weight: 800;
    color: #014587;
    text-transform: uppercase;
    font-size: 39px;
}
.reBookLink a {
    border: 1px solid #014587;
    padding: 7px 10px;
    background: #014587;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.user-logged-in a.nav-link.nav-link--user-register {
    display: none;
}
li#currency_dropdown_header svg {
    width: 24px;height: 24px;
}
textarea#edit-field-additional-request-0-value {
    background: #f7f7f7;
    color: #666;
    border: 1px solid #014a8d!important;
    border-radius: 0;
}
div#booking-page-form.productPage {
    display: none;
}

.node .field--type-image {
    max-width: 50%;
}
#termsAndConditions
{
	width: 100%;
}
.header-sec2 .form-control, .pickreturndropdown .fs-label-wrap .fs-label {
	font-weight: 600;
    font-family: 'M PLUS 1p',sans-serif;
}
.cvr_down {
    right: auto;
    left: 30px;
}
body {
    width: 100% !important;
}
div#termsconditions ol >li {
    margin-top: 10px;
}
div#termsconditions ol ol {
    margin-left: 20px;
    margin-top: 5px;
}
a.is-active.nav-item.nav-link.active {
    background: #296caa;
}
form#user-pass-reset {
    padding: 30px 0 15px;
}
a.ekkLink {
    text-transform: none !important;
}
button.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
    display: none;
}

.vehicle_booking_pay_now_btn.bookBtn.btn-blue.btn-cstm{
        background: #fdd301;
    color: #024a8c;
    border: 1px solid #e8c200;
}
.ar {
    text-align: right;
    direction: rtl;
}
button.owl-prev i.fas.fa-arrow-left, button.owl-next i.fas.fa-arrow-right {
    float: none;
    font-size: 20px;
    color: #014587;
}
.bg-deals button.owl-prev i.fas.fa-arrow-left, .bg-deals button.owl-next i.fas.fa-arrow-right {
    color: #fff;
}
#headerCarousel button.owl-prev i.fas.fa-arrow-left, #headerCarousel button.owl-next i.fas.fa-arrow-right {
    color: #fff;
}
textarea.form-control {
    height: auto;
    font-size: 16px;
    background-color: transparent;
    color: #666;
    border: 1px solid #014a8d!important;
    border-radius: 0;
    box-shadow: inherit!important;
    outline: inherit!important;
}
a.brand_anchr img {
    width: 190px;
    height: auto;
}
.ftrlogo {
    width: 235px;
    height: auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

#headerCarousel.owl-carousel .owl-item  .cover img {
    height: calc(100vh - 227px);
    object-fit: cover;
}
a.hidedropdwn img {
    display: none;
}
a.hidedropdwn:after {
    content: "X";
    color: #fff;
}
.prodPhoto img {
    width: 100%;
}
.availableFrom {
    position: absolute;
    z-index: 100;
    padding: 3px 10px;
    color: #fed300;
    background: hsla(210,100%,26%,0.48);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 17px;
}
.availableFrom.available {
    color: #fff;
    background: rgb(40 167 69 / 78%);
}
.bx-deals.promo_deals img {
    height: 100%;
}
@media only screen and  (max-width: 768px)  {
div#block-sitebranding img {
    width: 100%;
    height: auto;
}
div#block-sitebranding, div#block-sitebranding--2 {
    display: inline-block;
    width: 150px;
}
div#sliding-popup button {
    margin: 0;
    padding: 3px 10px;
    font-size: 14px;
}
	
.item-video {
    margin-top: 50px;
}
	#section0 .owl-cover .owl-nav {
    display: block;
}
 #section0 .owl-cover .owl-nav button {
    transform: translateY(-50%) !important;
    top: 40%;
}
      .bg-deals button.owl-prev i.fas.fa-arrow-left, .bg-deals button.owl-next i.fas.fa-arrow-right {
    color: #014587;
}
  
}
@media (min-width: 768px) and (max-width: 1024px)  {
ul.tabs_li.dn-sm.top_bookingHead a span, ul.tabs_li.dn-sm.top_bookingHead a i {
    text-align: center;
    display: block;
}
ul.tabs_li.dn-sm.top_bookingHead a {
    text-align: center;
}
	.cover {
    min-height: 0;
}
	.pt-100{
    padding-top: 60px !important;
}
	.bg-deals {
    margin-top: 60px !important;
}
div#section2 {
    padding-top: 60px;
}
	.cvr_cntnt h2 {
    font-size: 28px;
    line-height: 35px;
}
	.bg-lightgray .col-4 .cntnt {
    font-size: 15px !important;
	}
.thing_to_do_inner_page_id .node .field--type-image {
    float: left;
    margin: 0 1em 0 0;
    width: 50%;
}


}
@media (min-width: 1025px){
    
    .modal-dialog {
    max-width: 1024px;
    }
    
    .owl-deals .owl-nav {
    top: -70px;
    left: -25%;
    height: calc(100% + 50px);
}
    
    
}

@media print {
	ul.tabs_progress_bar.mt-25.mb-10, button.btn.btn-primary.print, .col-md-11.ml-auto.pr-0.pr-sm-15.sec_termscon, div#sliding-popup, div#section4, ul.clearfix.nav.top_li,.print, ul.tabs_li.dn-sm.top_bookingHead, a.chat_icn, ul.tabs_li.dn-sm.top_bookingHead, div#embedded-service, .top_bar ul, li a{display: none!important}
	.col-md-6.p_2 {
    width: 100%;
    display: block;
    flex: none;
    max-width: 100% !important;
	}
	body{overflow:visible;}
  .m-3.text-center.text-success {
    display: none;
}
}
