.footer {
    display: none;
}
body {
  overflow-x: hidden;    
}

input {
    overflow: hidden;
}

section.reservation .intl-tel-input .flag-container:after {
    content: '';
    border-right: 1px solid #c0c0c0;
    position: relative;
    right: -50px;
    top: -37px;
    z-index: 2;
    display: inline-block;
    height: 30px;
}
section.reservation .intl-tel-input .flag-container {
    padding-left: 7px !important;
    padding-top: 2px !important;
}
section.reservation .intl-tel-input input {
    padding-left: 65px !important;
}

section.reservation .intl-tel-input .iti-arrow {
    border-top-color: #c0c0c0 !important;
}

section.reservation input:focus {
    outline: none;
}
section.reservation .booking-bottom-block::-webkit-scrollbar-track
{
	border-radius: 3px;
	background-color: #eff7fe;
    margin: 5px 0;
}

section.reservation .booking-bottom-block::-webkit-scrollbar
{
    height: 10px;
	width: 5px;
	background-color: #eff7fe;
}

section.reservation .booking-bottom-block::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	/*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);*/
	background-color: #c3e2fb;
}
@media (min-width: 1200px){
    section.reservation .booking-top-block {
        float: right;
        /* width: calc(100% - 665px); */
        width: 45%;
        padding-left: 15px;
    }
    
    section.reservation .booking-bottom-block {
        float: right;
        /*width: 650px;*/
        min-width: 650px;
        width: 35%;  
        
        overflow-x: hidden;
        overflow-y: scroll;  
    }


    section.reservation .flight-details{
        margin-right: 80px;
    }    
    
    section.reservation .additional-services-details .child-maintenance-panel {
        display: none;
    }

    section.reservation .flight-details .input-check-icon, section.reservation .additional-services-details .child-maintenance-panel .input-check-icon{
        right: 10px;
    }

    section.reservation  .address-panel .icon-geo {
        cursor: move;
    }
    
    section.reservation .booking-footer-block {
        position: fixed;
        bottom: 0;
        left: 0;
        border-top: 2px solid #59b1f7;
        box-shadow: -5px 0 10px 0px #59b1f7;
        padding: 15px 0;
        background-color: #FFF;
        z-index: 99;
        /* width: 695px; */
        width: calc(55% + 22px); 
        padding-left: 15px;
    }
    
    section.reservation .booking-footer-block > .row {
        float: right;
        /*width: 680px;*/
        width: 65%;
        min-width: 680px;
        margin: 0;
    }
    
}

@media (max-width: 1200px){
    section.reservation {
        overflow-x: hidden;
    }
    
    section.reservation .booking-top-block {
        margin: 0 -30px;
        height: 150px;
    }
    
    section.reservation .booking-footer-block {
        position: fixed;
        bottom: 0;
        left: 0;
        border-top: 2px solid #59b1f7;
        box-shadow: -5px 0 10px 0px #59b1f7;
        background-color: #FFF;
        z-index: 99;
        width: 100%;
        padding: 15px 30px;
    }    
    
    .map-extender {
        width: 100%;
        height: 32px;
        background-image: url('//booking.coruss.london/external/img/map_extender.png');
        background-repeat: no-repeat;
        background-position: center top;
        position: relative;
        margin-top: -10px;
        content: ' ';
        z-index: 9999;
        cursor: pointer;
    }
}

section.reservation h2 {
    font-size: 17px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}


section.reservation .destination-details h2, section.reservation .passenger-details h2, section.reservation .payment-details h2 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 5px 0;
}

section.reservation .order-details h2 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #c0c0c0;    
}

section.reservation .destination-details-clone, section.reservation .location-extra-clone, section.reservation .destination-details-clone-return, section.reservation .location-extra-clone-return {
    display: none;
}



section.reservation .place-input, section.reservation .time-input, section.reservation .date-input {
    height: 43px;
    border: none;
    background-color: #FFF;
    width: calc(100%  - 60px);
    /* padding: 0 15px; */
    /* margin-left: 48px; */
}

section.reservation .address-panel, section.reservation .time-panel, section.reservation .date-panel {
    height: 48px;
    line-height: 48px;
    background: #FFF;
    padding: 0 18px;
    font-weight: 400;
    position: relative;
    margin-bottom: 24px;
    border: 1px solid #c0c0c0;
}

section.reservation .time-panel, .date-panel  {
    width: 100%;
}

section.reservation .input-icon {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    background-position-y: 7px;
    margin-top: 8px;
    display: block;
}

section.reservation .edit-icons-panel {
    text-align: right;
    width: 70px;
    display: inline-block;
    position: relative;
    top: 8px;
}

section.reservation .edit-mobile {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 13px;
    right: 12px;
    background-position-x: right;
    display: none; 
    cursor: pointer;   
}

section.reservation .edit-icon {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    background-position-y: 7px;
    background-position-x: right;
    margin-top: 8px;
    display: inline-block; 
    cursor: pointer;   
}

section.reservation .input-check-icon {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    display: block; 
    right: -5px;
    top: 17px;       
    display: none;
}

section.reservation .icon-clock {
    background-image: url('//booking.coruss.london/external/img/icons/clock.png');
}

section.reservation .icon-calendar{
    background-image: url('//booking.coruss.london/external/img/icons/calendar.png');
}

section.reservation .icon-geo{
    background-image: url('//booking.coruss.london/external/img/icons/geo.png');
}

section.reservation .icon-plus{
    background-image: url('//booking.coruss.london/external/img/icons/plus.png');
}

section.reservation .icon-minus{
    background-position-y: 13px;
    background-image: url('//booking.coruss.london/external/img/icons/minus.png');
}

section.reservation .icon-recycle{
    background-image: url('//booking.coruss.london/external/img/icons/recycle.png');
}

section.reservation .icon-void{
    background-image: none;
} 

section.reservation .icon-void.edit-mobile{
    display: none;
} 

section.reservation .icon-man-white{
    background-image: url('//booking.coruss.london/external/img/icons/man_white.png');
}

section.reservation .icon-phone{
    background-image: url('//booking.coruss.london/external/img/icons/phone.png');
}

section.reservation .icon-email{
    background-image: url('//booking.coruss.london/external/img/icons/email.png');
}

section.reservation .icon-star{
    background-image: url('//booking.coruss.london/external/img/icons/star.png');
}

section.reservation .icon-addon{
    background-image: url('//booking.coruss.london/external/img/icons/addon.png');
}

section.reservation .icon-arrow{
    background-image: url('//booking.coruss.london/external/img/icons/arrow.png');
}

section.reservation .icon-pencil{
    background-image: url('//booking.coruss.london/external/img/icons/pencil.png');
}

section.reservation .icon-flight{
    background-image: url('//booking.coruss.london/external/img/icons/flight.png');
}

section.reservation .icon-green-check {
    background-image: url('//booking.coruss.london/external/img/icons/green_check.png');
    display: block !important;
}

section.reservation .icon-red-check {
    /* background-image: url('//booking.coruss.london/external/img/icons/red_check.png'); */
    display: block !important;
}

section.reservation .input-splitter {
    content: '';
    border-right: 1px solid #c0c0c0;
    height: 30px;
}
section.reservation .input-placeholder {
    margin-left: 48px;
}

section.reservation .add-destination {
    height: 48px;
    line-height: 48px;
    background: #FFF;
    padding: 0 18px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    border: 1px solid #59b1f7;
    color: #59b1f7;
    cursor: pointer;
}

section.reservation .add-destination .input-splitter, section.reservation .additional-services-button .input-splitter, section.reservation .driver-info-button .input-splitter{
    border-right: 1px solid #59b1f7;
}

section.reservation .additional-services-button, section.reservation .driver-info-button {
    color: #59b1f7;
    border: 1px solid #59b1f7;
    height: 48px;
    line-height: 48px;
    background: #FFF;
    padding: 0 18px;
    font-weight: 400;
    position: relative;
    margin: 24px 0;
    cursor: pointer;
}

section.reservation .driver-info-button {
    text-align: center;
}

section.reservation .hidden-sm .driver-info-button{
    margin-top: 0;
}

section.reservation .driver-info-details, section.reservation .additional-services-details{
    padding: 0 20px 20px;
    background-color: #f2f2f2;
    margin-bottom: 24px;   
}

section.reservation .additional-services-details .maintenance {
    color: #59b1f7;
    margin-top: 10px;
    display: inline-block;
    padding-left: 15px;
    background-image: url('//booking.coruss.london/external/img/icons/small_plus.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
}

section.reservation .additional-services-details .maintenance.active {
    background-image: url('//booking.coruss.london/external/img/icons/small_minus.png');
    background-repeat: no-repeat;
    background-position-y: 9px;    
    color: black;
}

section.reservation .additional-services-details .child-maintenance .maintenance {
    margin: 0 0 10px;
}

section.reservation .driver-info-details textarea {
    resize: none;
    width: 100%;
    padding: 15px;
}

section.reservation .additional-services-details input, section.reservation .passenger-details input, section.reservation .customer-details input, section.reservation .payment-details input {
    height: 46px;
    background-color: #FFF;
    margin-bottom: 24px;
    border: 1px solid #c0c0c0;
    width: 100%;
    padding: 0 15px;      
}

section.reservation .payment-form input {
    margin-bottom: 15px;
}

section.reservation .passenger-details .input-check-icon, section.reservation .customer-details .input-check-icon, section.reservation .payment-details .input-check-icon {
    right: 8px;
}

.thirdparty-panel span, .agreed-panel span {
    display: inline-block;
    height: 30px;
    padding-left: 30px;
    background-image: url('//booking.coruss.london/external/img/icons/checkbox_unchecked.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.thirdparty-panel span.checked, .agreed-panel span.checked{
    background-image: url('//booking.coruss.london/external/img/icons/checkbox_checked.png');
}


section.reservation .child-maintenance-panel + div {
    border-bottom: 1px solid #e0e0e0;
}

section.reservation .flight-details, section.reservation .return-destination-details-wrapper, section.reservation .additional-services-details, section.reservation .driver-info-details, section.reservation .customer-details, section.reservation .payment-form, section.reservation .payment-form-zip, section.reservation .cards-image, section.reservation .customer-details /*, section.reservation .child-maintenance-panel */{
    display: none;
}

/*section.reservation .flight-details .row {
    margin-bottom: 24px;
}*/
section.reservation .flight-details .row:first-child, section.reservation .flight-details .row:last-child {
    margin-bottom: 0;
} 

section.reservation .flight-details input, section.reservation .flight-details select {
    border: 1px solid #c0c0c0;
    padding: 0 15px;
    height: 48px;
    width: 100%;
    margin-bottom: 24px;
}
/*
section.reservation .flight-details select {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        radial-gradient(#FFF 70%, transparent 72%);
    background-position:
        calc(100% - 20px) calc(1em + 9px),
        calc(100% - 15px) calc(1em + 9px),
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}

section.reservation .flight-details select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
*/
section.reservation .return-destination-details .return-off{
    background-image: url('//booking.coruss.london/external/img/switch_off.png');
    background-repeat: no-repeat;
    padding: 5px 0 0 80px;
    height: 32px;
    display: inline-block;
    color: #59b1f7;
    cursor: pointer;
}

section.reservation .return-destination-details .return-off span {
    /* border-bottom: 1px dashed; */
    display: block;
    height: 24px;    
}

section.reservation .return-destination-details .return-on{
    background-image: url('//booking.coruss.london/external/img/switch_on.png');
    background-repeat: no-repeat;
    padding: 5px 0 0 80px;
    height: 32px;
    display: inline-block;
    color: #59b1f7;
    cursor: pointer;
}

section.reservation .return-destination-details .return-on span {
    border-bottom: 1px dashed;
    display: block;
    height: 24px;    
}
section.reservation .rate-item .rate-delay {
    background-image: url('//booking.coruss.london/external/img/icons/ticket.png');
    background-repeat: no-repeat;  
    background-position: right 15px center;
    color: #59b1f7;
    font-size: 12px;
    text-align: right;
    padding: 1px 42px 0 0 ;
    height: 20px;
    z-index: 999;
    cursor: help;
}

section.reservation .rate-item .rate-image{
    height: 80px;
}

section.reservation .rate-item .rate-image img {
    height: 80px !important;
    width: auto !important;
    margin: auto;
}

section.reservation .rate-item .rate-title{
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    margin: 7px 0;
}

section.reservation .rate-item .rate-props-man, section.reservation .rate-item .rate-props-bag {
    text-align: center;
}

section.reservation .rate-item .rate-props-man span {
    font-size: 13px;
    font-weight: 400;
    background-image: url('//booking.coruss.london/external/img/icons/man.png');
    background-repeat: no-repeat;  
    padding: 0 0 0 25px;
}

section.reservation .rate-item .rate-props-bag span {
    font-size: 13px;
    font-weight: 400;
    background-image: url('//booking.coruss.london/external/img/icons/bag.png');
    background-repeat: no-repeat;  
    padding: 0 0 0 25px;
}

section.reservation .rate-item .rate-price {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 7px 0;
    min-height: 39px;
}

section.reservation .rate-item .rate-order {
    color: #FFF;
    font-size: 18px;
    background-color: #59b1f7;
    cursor: pointer;
    height: 52px;
    text-align: center;
    padding-top: 12px;
    margin-top: 5px;
}

section.reservation .rate-item .rate-order.active {
    background-color: #c3e2fb;
}

section.reservation .rate-item.item {
    border: 1px solid #c0c0c0;
    height: 300px;
    padding: 10px;
}

section.reservation .rates-list .carousel-arrows {
    padding-top: 10px;    
    text-align: right;
}

section.reservation .carousel-next {
    background-position-x: right;
}

section.reservation .rates-list .carousel-arrows div {
    display: inline-block;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

section.reservation .rates-list .carousel-arrows .carousel-next {
    background-image: url('//booking.coruss.london/external/img/icons/slider_right.png');
}

section.reservation .rates-list .carousel-arrows .carousel-prev {
    background-image: url('//booking.coruss.london/external/img/icons/slider_left.png');
}

section.reservation .payments-panel > div {
    text-align: center;
    height: 75px;
    /* padding: 30px 0; */
    cursor: pointer;
    display: table;
    padding: 0;
}

section.reservation .payments-panel .vertical-align {
    vertical-align: middle;
    display: table-cell;
}

section.reservation .payments-panel div.active{
    color: #FFF;
    background-color: #59b1f7;
}

section.reservation .payment-details .no-margin {
    margin: 0;
}

section.reservation .payment-site-panel{
    border:  1px solid #c0c0c0;
}

section.reservation .payment-cash-panel{
    border:  1px solid #c0c0c0;
    border-right: none;
}

section.reservation .payment-card-panel{
    border:  1px solid #c0c0c0;
    border-left: none;
}

section.reservation .cards-image {
    text-align: center;
    margin: 15px 0;
}

section.reservation .payment-form {
    height: 260px;
}

section.reservation .payment-form-top, section.reservation .payment-form-bottom {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 15px 25px;
    position: absolute;
    width: 70%;
    z-index: 2;
    background-color: #FFF;
}
section.reservation .payment-form-top {
    left: 0;
}

section.reservation .payment-form-bottom {
    z-index: 1;
    top: 30px;
    right: 0;
}

section.reservation .payment-form .magnet-field {
    background-color: #dfeffb;
    height: 48px;
    margin: 30px -15px 15px;
}

section.reservation .payment-form-bottom input {
    margin-bottom: 40px;
}

section.reservation .order-details .input-icon, section.reservation .booking-footer-block .input-icon {
    padding: 5px 0 0 25px;
    color: #c0c0c0;
    font-weight: 400;
    width: 100%;
}

section.reservation .order-details .input, section.reservation .booking-footer-block .input {
    font-weight: 500;
    font-size: 16px;
    padding: 35px 25px 10px;
    
}
section.reservation .booking-footer-block .input {
    color: #1b415e;
    font-weight: 500;
    padding-top: 40px;
}

section.reservation .booking-footer-block .est-price .input{
    font-size: 22px;
    padding-top: 35px;
    white-space: nowrap;
}

section.reservation .booking-footer-block .order-now-panel-mobile .est-price .input{
    font-size: 19px;
    padding: 0 0 0 15px;
    white-space: nowrap;
    font-size: inherit;
    color: #b0b0b0;
}

section.reservation .booking-footer-block .order-now-panel-mobile .est-price.active .input{
    color: #1b415e;
}

section.reservation .booking-footer-block .est-price .input:empty:before {
    content: '0.0 \00a3';
}
section.reservation .order-details .input:empty:before, section.reservation .booking-footer-block .input:empty:before {
    content: '\2014';
    
}

section.reservation .booking-footer-block .est-price .input:not(:empty):after {
}

section.reservation .booking-footer-block .est-time .input:not(:empty):before {
    content: '~';
}
section.reservation .order-details .break {
    border-bottom: 1px solid #c0c0c0;
    height: 1px;
}

section.reservation .order-details .agreed-panel {
    margin: 25px 0;
}


section.reservation .google-map {
    width: 100%;
    height: 100%;
}

section.reservation .container-fluid {
    padding-right: 0;
}

section.reservation .owl-stage-outer {
    padding-left: 1px;
}

section.reservation .order-now-panel {
    text-align: right;
    padding: 0 35px;
}

section.reservation .hidden-xs.order-now-panel{
    padding-top: 10px;
}

section.reservation .order-now-panel .order-now {
    text-align: center;
    background-color: #cee8fc;
    color: #FFF;
    font-size: 18px;
    padding: 15px 20px;
    cursor: default;
}

section.reservation .order-now-panel .order-now.active {
    background-color: #59b1f7;
    cursor: pointer;
}

@media (min-width: 768px) {
    
    section.reservation .time-input, section.reservation .date-input {
        margin-left: 48px;
    }
    
    section.reservation .address-panel {
        width: calc(100% - 80px);
        display: inline-block;
    }
    
    section.reservation .add-destination {
        width: calc(100% - 80px);
    }     
}

@media (max-width: 767px) {
    section.reservation .booking-bottom-block {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    section.reservation .edit-mobile {
        display: block;
    }
    
    section.reservation .time-panel .input-check-icon, section.reservation .date-panel .input-check-icon {
        right: -13px;
    }
    
    section.reservation .address-panel .input-check-icon {
        /* right: 20px; */
        right: 0px;
    }
    
    section.reservation .input-check-icon {
        right: 15px;
    }
        
    section.reservation .time-panel .input-icon.icon-clock, section.reservation .date-panel .input-icon.icon-calendar {
        display: none !important;
    }
    
    section.reservation .time-input, section.reservation .date-input {
        margin-left: 0;
        width: 100%;    
    }
    
    section.reservation .passenger-phone-panel, section.reservation  .child-maintenance-panel div:nth-child(3) {
        margin-bottom: 24px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1200px) { 
    .container-fluid {
        padding: 0 30px !important;
    }  
    
    section.reservation .booking-bottom-block {
        margin-bottom: 50px;
    }
}


section.reservation .ui-state-highlight {
    border: 2px solid #59b1f7; 
    height: 48px;
    margin-bottom: 24px;
    margin-right: 80px;
}

section.reservation .input-error {
    display: block;
}

section.reservation .recommend-image {
    position: absolute;
    display: none;
    z-index: 99;
}

section.reservation .rate-recomendation {
    padding-left: 5px;
    
}

section.reservation .delay-info {
    background: rgba(89, 177, 247, 0.6);
    padding: 5px;
    margin-top: 8px;
    margin-right: -30px;
    text-align: right;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: none;
}

section.reservation .delay-info:before {
	content: '';
	display: block;  
	position: absolute;
	right: 20px;
	bottom: -6px;
	width: 0;
	height: 0;
	border-bottom: 5px solid rgba(89, 177, 247, 0.6);
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.modal-body-head {
    margin: 25px 0;
    background-color: #f4f5f4;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.modal-body-foot {
    margin: 25px 0;
    font-weight: 400;
    text-align: center;
    color: gray;
    font-family: Roboto, sans-serif;
}

.modal-body {
    padding: 0;
}

.modal-body .fa-check {
    position: relative;
    left: -10px;
    font-size: 20px;
    color:#60b1f9;
}

.modal-body-text{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 16px;
}

.modal-order-id {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #60b1f9;
}

section.reservation .flatpickr-mobile {
    background: none !important;
}

section.reservation .order-details .input {
    word-break: break-all;
}

section.reservation .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

section.reservation .row-eq-height div[class*="col-"]:not([class*="clone"]) {
  display: flex;
  flex-direction: column;
}

section.reservation .order-details .flight, section.reservation .order-details .return-trip-details {
    display: none;
}

.modal-body .reload-session-modal {
    color: #FFF;
    padding: 10px;
    background: none;
    background-color: #59b1f7;
    border: none;
    cursor: pointer;
}


.rate-price img{
	width: 32px !important;
	margin: 0 auto;
}

.est-price .input img, .est-distance .input img, .est-time .input img {
	width: 24px;
	margin: 0 auto;	
} 
.order-details img{
	display: block;
	width: 22px;
	margin: 35px 0 10px 25px;
}