section.inner-banner {
    padding: 4% 0;
    background: url(../images/inner-bnner.webp), #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.inner-banner .container {
    position: relative;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
}
.inner-banner h1 {
    text-align: center;
    font-size: 36px;
    margin-top: 0;
    font-weight: bold;
    color: #fff;
}

.instant-btns {
    text-align: center;
    margin-top: 30px;
}

.instant-btns a {
    background: #05CAB6;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 60px;
    margin-left: 30px;
    display: inline-block;
    line-height: 21px;
}

.tooltip>.tooltip-inner {
    background-color: #05cab6;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.show {
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #05cab6 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #05cab6 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #05cab6 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #05cab6 !important;
}

.tooltip:hover::after {
    opacity: 1;
}

.tooltip.in {
    opacity: 1 !important;
}

.car-detail p.description {
    margin-top: 14px;
    font-size: 14px;
}

.booking-section {
    padding: 60px 0px;
    background: #fbfbfb;
}

/*.journey-detail h2 span{
    font-weight: bold;
    font-size: 36px;
    border-bottom: 2px dashed #05cab6;
    padding-bottom: 5px;
    color: #3b3d4b;
}
*/
.journey-detail h2 {
    margin-bottom: 15px !important;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #d3d3d9;
    padding-bottom: 10px;
    color: #3b3d4b;
    display: block;
    width: 100%;
}

.journey-detail p {
    color: #575A6A;
    font-size: 14px;
    line-height: 25px;
}
h6.rounded.text-danger.text-left.ml-5 {
    text-align: left !important;
    margin-bottom: 0;
    margin-left: 0 !important;
    padding-left: 45px;
}
.datetimepicker table.table-condensed {
    width: 100% !important;
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    min-width: 20rem !important;
    padding: 14px !important;
}

.fleet-row img {
    width: 100%;
}

.row.fleet-row {
    background: #fff;
    border: none;
    margin-top: 15px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.fleet-row h5 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.payment-section input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    /* Set the size of the custom radio button */
    height: 15px;
    border-radius: 50%;
    /* Make it circular */
    border: 5px solid #ccc;
    /* Border color */
    outline: none;
    /* Remove outline */
    cursor: pointer;
    /* Add cursor pointer */
}

/* Style the radio button when checked */
.payment-section input[type="radio"]:checked {
    background-color: #fff;
    /* Change background color when checked */
    border-color: #00b9a4;
    /* Change border color when checked */
}

span.car-class {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #05CAB6;
    color: #05CAB6;
    padding: 4px 5px;
    margin-left: 10px;
}

.estimate-cost {
    text-align: center;
    padding-top: 15px;
}

.estimate-cost h6 {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

.estimate-cost h2 {
    font-size: 30px !important;
    color: #3b3d4b;
    font-weight: 500;
    margin-top: 0;
}

.or span {
    display: block;
}

.booking-paylater .payment-section .nav-tabs .nav-link {
    box-shadow: none !important;
    padding-left: 0;
    font-size: 18px;
    margin-top: 0;
}

.booking-paylater .payment-section input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.booking-paylater h3 {
    font-size: 24px;
}

.col-lg-12.confirm-sidebar.booking-paylater .payment-section {
    border: 1px solid #eee;
    padding: 0px 10px;
    border-radius: 3px;
}

.extra-notes p.exclamation img {
    height: 25px;
    width: 25px;
    margin-right: 4px;
}

.extra-notes p.exclamation {
    font-size: 14px;
}

.free-waiting a {
    color: #05CAB6;
    text-decoration: underline;
    font-weight: bold;
}

span.car-class.yellow {
    color: #f9b442;
    border: 1px solid #f9b442;
}

span.car-class.red {
    color: red;
    border: 1px solid red;
}

span.car-class.black {
    color: #000;
    border: 1px solid #000;
}

.estimate-cost button.btn.btn-primary {
    /* background: linear-gradient(to right,#53555dbd 0%,#05cab6 38%,#53555dcf 100%);
   */
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 15px;
    border-radius: 60px;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    width: 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

#booking-form label {
    width: 100%;
    margin: 0;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%) !important;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%) !important;
}

.estimate-cost button.btn.btn-primary:hover {
    background-position: right center;
    background-image: linear-gradient(to right, #00b9a4 0%, #04e5cc 51%, #00b9a4 100%);
    color: #fff;
    text-decoration: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-md-5.car-detail {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.member-lagguage ul li {
    display: inline-block;
    font-size: 16px;
    /* background: #eee;
    */
    padding: 2px 6px;
    border-radius: 5px;
    padding-bottom: 6px;
    border: none;
    padding-left: 0;
}

.member-lagguage ul {
    padding: 0;
}

.car-type h5 {
    font-weight: 600;
    font-size: 14px;
}

.member-lagguage span.quantity {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
}

button.btn.btn-primary.confirm-booking:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.swal-overlay--show-modal .swal-modal {
    will-change: unset !important;
}

/* .book-car.disabled {
    pointer-events: none;
}
*/
button.btn.btn-primary.confirm-booking {
    /* background: linear-gradient(to right,#53555dbd 0%,#05cab6 38%,#53555dcf 100%);
    */
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 15px;
    border-radius: 60px;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    width: 70%;
}

.return-booking-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
    margin-top: 2px;
    margin-bottom: 7px;
    width: 99.6%;
}

.total-fare p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.booking-confirmation .comment-sect {
    display: flex;
}

.booking-confirmation .comment-sect strong {
    margin-top: 3px;
}

.booking-confirmation .comment-sect p {
    padding-left: 12px;
}

.row.fleet-row.selected-vehicle {
    border: 2px solid #05cab6;
}

.total-fare span.booking-fare {
    font-weight: normal;
    margin-left: 10px;
}

.mbsc-ios.mbsc-button-flat {
    color: #00b9a4 !important;
    font-weight: bold;
}

.mbsc-ios.mbsc-popup-button-primary {
    font-weight: bold !important;
}

.total-fare {
    padding: 20px 0px;
}

button.btn.btn-primary.confirm-booking {
    font-size: 18px;
}

.passanger-detail .form-group.col-md-4 {
    padding: 0;
    padding-right: 10px;
}

label.detail-fieldss {
    border: 1px solid #ccc;
}

.canclation-card a {
    color: #05CAB6;
    text-decoration: underline;
}

span.fields-placeholders {
    padding: 6px 12px;
    color: #999;
    font-weight: normal;
    width: 100%;
    display: block;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.passanger-detail .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
}

.waiting-time-section {
    background: #fff;
    padding: 10px 20px;
    border: none;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px !important;
    align-items: center;
}

.free-waiting h2 {
    font-size: 14px;
    color: #34b276;
    margin-bottom: 4px;
    margin-top: 10px;
}

.free-waiting {
    background: #ebfef3;
    margin: 5px 0px;
    padding: 10px;
}

.free-waiting p {
    font-size: 13px;
    margin-bottom: 0;
}

.passanger-detail {
    background: #fff;
    padding: 10px 20px;
    border: none;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 10px;
}

.passanger-detail h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.comment-textarea .form-control {
    padding: 0 !important;
    border: none !important;
}

.comment-textarea textarea#comment {
    padding-left: 32px;
    padding-top: 23px;
    color: #000 !important;
    font-size: 13px;
    white-space: pre-wrap;
}

.comment-textarea span.form-control__label {
    float: left;
    margin-top: 4px;
    position: absolute;
    padding-left: 10px;
}

.address-search__field.comment-textarea .icon {
    position: absolute;
    top: 22px;
    left: 9px;
}

.flatpickr-confirm i.fa.fa-check {
    margin-left: 7px;
}

.flatpickr-confirm.visible:hover {
    background: #05cab6 !important;
    color: #fff !important;
}

.comment-textarea textarea:placeholder {
    color: #5c5d58 !important;
}

.passanger-detail p {
    font-size: 14px;
    margin-bottom: 20px;
}

.passanger-detail input[type=checkbox],
input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.passanger-detail label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.passanger-detail .form-check a {
    color: #05CAB6;
    text-decoration: underline;
}

.rating-card {
    background: #3B3D4B;
    padding: 30px 20px;
}

.rating-card ul li {
    list-style: none;
    display: inline;
}

.rating-card ul {
    padding: 0;
    text-align: center;
}

.rating-card ul li img {
    width: 40%;
}

.canclation-card {
    background: #3B3D4B;
    padding: 20px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.canclation-card h2 {
    font-size: 24px;
    color: #05CAB6;
    font-weight: bold;
}

.canclation-card p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0 !IMPORTANT;
}

.help-card {
    background: #3B3D4B;
    padding: 20px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.map-location iframe {
    border-radius: 10px;
    border: 4px solid #fff !important;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.help-card h2 {
    font-size: 24px;
    color: #05CAB6;
    font-weight: bold;
    margin-top: 0px;
    border-bottom: 1px solid #787C93;
    padding-bottom: 10px;
}

.help-card li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.help-card ul {
    padding: 0;
    margin-bottom: 0 !important;
}

.help-card i.fas.fa-check {
    color: #05CAB6;
    font-size: 18px;
    font-weight: 300;
    margin-right: 8px;
}

.journey-outin {
    background: #3B3D4B;
    padding: 20px 20px !important;
    margin: 20px 0px;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.journey-outin h2 {
    font-size: 24px;
    color: #05CAB6;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

.outward-section span {
    width: 20px;
    height: 20px;
    content: "";
}

.outing p {
    color: #fff;
    margin: 0 0 20px;
    font-size: 15px;
}

.outing {
    padding-left: 20px;
    border-left: 1px solid #fff;
    position: relative;
    margin-left: 14px;
}

.outing:before {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: -13px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #eeebd8;
}

.outing:after {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: -13px;
    background: #05CAB6;
    border-radius: 50%;
    border: 2px solid #eeebd8;
    bottom: 0;
}

ul.cl-time {
    padding: 0;
}

.cl-time li {
    color: #fff;
    list-style: none;
    font-size: 14px;
    line-height: 35px;
}

.cl-time img {
    width: 25px;
    margin-right: 10px;
}

.outward-section {
    border-bottom: 1px solid #787C93;
    margin-bottom: 16px;
}

ul.pasanger-time {
    padding: 0;
    margin-bottom: 0;
}

.pasanger-time li {
    color: #fff;
    list-style: none;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
}

.pasanger-time img {
    width: 25px;
    margin-right: 10px;
}

::-webkit-input-placeholder {
    color: #000 !important;
}

::-moz-placeholder {
    opacity: 1;
}

div#exTab1 {
    padding: 0;
}

.pick-date .order-left strong {
    width: 40%;
    display: inline-block;
}

.order-left span.flight_number {
    position: relative;
    right: 5px;
}

.order-left span.flight_landing_time {
    position: relative;
    right: 4px;
}

.order-right strong {
    width: 65%;
    display: inline-block;
}

.order-right .inc {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.booking-form-sect .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #05CAB6;
    border-radius: 0;
}

.booking-form-sect .col-md-6 {
    padding: 0;
}

.booking-form-sect .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #575A6A;
    border-radius: 0px !important;
    color: #fff;
}

.booking-form-sect .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #ccc;
}

.pickup {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/carbon_location.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

label.checkcontainer:hover label {
    border: none !important;
}

.passanger-detail form {
    width: 100%;
}

.help-card li img {
    width: 16px;
    margin-right: 5px;
}

.address-search__field.comment-textarea.return-comment {
    margin-top: 10px;
}

.return-comment textarea#comment {
    width: 100%;
}

.comment-textarea.return-comment .form-control {
    padding: 0 !important;
    border: none !important;
    width: 99.8%;
}

input#qRouteFrom {
    color: black !important;/ Color of the text that the user types / font-weight: bold !important;/ Weight of the typed text / font-size: 16px;/ Just an example to make sure it's clear /

}

/ Style for the placeholder text / ::placeholder {
    color: grey;/ Color of the placeholder text / font-weight: normal;/ Weight of the placeholder text / font-size: 16px;/ Matching font size for consistency /
}

/ If you want to style placeholders specifically for inputs within a form with a certain class / input::placeholder {
    color: red;/ Example color for specific form input placeholders / font-weight: bold !important;/ Example weight for specific form input placeholders /
}

.placeholder-bold::placeholder {
    font-weight: bold !important;
}

input#qRouteFrom::placeholder {
    font-weight: normal;
}

input.datetimepicker.datetimepicker-pick.switch.form-control.input::placeholder {
    font-weight: normal;
}

input#address-autocomplete::placeholder {
    font-weight: normal;
}

input#qRouteTo::placeholder {
    font-weight: normal;
}

input[type='text']::placeholder {
    font-weight: normal;
}

.passanger-detail .form-control::placeholder {
    font-weight: normal;
}

input.datetimepicker.datetimepicker-pick.switch.flatpickr-input.flatpickr-mobile::placeholder {
    font-weight: normal;
}

input.datetimepicker.datetimepicker-pick.switch.form-control.input::placeholder {
    font-weight: normal;
}

/*.bold-placeholder::placeholder {
    font-weight: bold;
}*/
/*.field-add .address-search__field .form-control .datetimepicker {
    font-weight: normal;
}*/
.field-add .address-search__field .form-control .datetimepicker {
    padding-bottom: 0px !important;
}

input.datetimepicker.datetimepicker-return.switch.flatpickr-input.flatpickr-mobile {
    font-weight: normal;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent !important;
}

input.datetimepicker.datetimepicker-return.switch.form-control.input.active {
    margin: 0;
    padding: 0;
}

input.datetimepicker.datetimepicker-return.switch.form-control.input {
    padding: 0;
    margin: 0;
}

.comment-textarea textarea#comment::placeholder {
    font-weight: normal;
}

.comment-textarea textarea#comment {
    font-weight: bold;
}

/*.field-add .address-search__field .form-control .datetimepicker {
    font-weight: normal;
}*/
.address-search .form-control label select option:hover {
    background-color: yellow;
}

.address-search .form-control label select option:hover {
    background-color: #f0f0f0;
}

ul.idpc_ul {
    position: absolute;
    z-index: 9999;
    background: #f7f7f7;
    left: 0;
    width: 100%;
    padding: 0;
    margin-top: 7px;
    overflow-y: scroll;
    max-height: 310px;
    border: 1px solid #ccc;
    border-top: none;
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
}

ul.idpc_ul li {
    padding: 6px 10px;
    font-size: 13px;
    list-style: none;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    height: 53px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    text-align: left;
}

ul.idpc_ul li:hover {
    background: #e8e8e8;
}

/*.hidden {
    display: block !important;
}*/
.adult-seat .row .col-md-8 {
    padding-left: 0;
}

/*******form css*********/
.booking-form {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    padding-top: 30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    display: inline-block;
}

.choose-car {
    background: #f4f4f4;
    padding: 16px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.booking-form h2 {
    text-align: left;
    color: #575A6A;
    font-size: 36px;
    margin: 0 0 14px 0;
}

.booking-form p {
    color: #000;
    text-align: left;
    font-size: 15px;
    margin-bottom: 18px;
    background: #e4edec;
    padding: 16px;
    line-height: 24px;
}

.journey-detail p.description {
    color: #000;
    text-align: left;
    font-size: 14px;
    margin-bottom: 18px;
    /* background: #e4edec;
   */
    padding: 6px;
    line-height: 24px;
}

.booking-form p a {
    color: #039a8b;
}

.address-search__field {
    position: relative;
    width: 100%;
    float: left;
    margin: 0px 0 7px;
}

.address-search__field.half_field {
    box-sizing: border-box;
    flex: 1 1 calc(41% - 17px);
}

.address-search .form-control label {
    font-size: 15px;
    color: #000;
    width: 96%;
    margin-bottom: 0 !important;
}

.address-search .form-control input {
    border: none !important;
    width: 100%;
    font-size: 13px;
}

.address-search .form-control input::placeholder {
    color: #5c5d58 !important;
}

.address-search .form-control input:focus {
    outline: none;
}

/* .address-search .form-control label span.form-control__label {
    */
/* margin-bottom: 0;
    */
/* display: block;
    */
/* width: 100%;
    */
/* color: #ccb74e;
    */
/* text-transform: uppercase;
    */
/* font-size: 12px;
    */
/* font-weight: 700;
    */
/* 
}
*/
span.seprater-bg {
    width: 120px;
    height: 3px;
    color: #000;
}

.hold-tooltip svg {
    width: 15px;
    height: 15px;
}

.background-animation {
    position: absolute;
    top: 20px;
    left: 0;
    width: 120px;
    height: 3px;
    background: linear-gradient(to right, #05cab6, #05cab6);
    animation: colorChange 5s linear infinite;
}

@keyframes colorChange {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.seprater-bg {
    position: relative;
    z-index: 1;
    /* Ensure content is above the background animation */
    color: white;
    /* Adjust text color as needed */
    padding: 20px;
}

.address-search .form-control label span.form-control__label {
    margin-bottom: 0;
    display: block;
    width: 100%;
    color: #3b3d4b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.address-search .form-control {
    padding-left: 10px;
    border: 1px solid #eee;
    border-radius: 0;
}

.address-search__field .icon i {
    font-size: 18px;
    color: #3b3d4b;
    text-align: center !important;
}

.booking-form i.fa.fa-clock-o {
    color: #3b3d4b;
}

.booking-form i.far.fa-calendar-alt {
    color: #3b3d4b;
}

.address-search__field .icon {
    position: absolute;
    top: 25px;
    left: 7px;
}

.address-search .form-control label select option {
    color: #000;
}

.address-search .form-control label select {
    color: #000;
    font-size: 13px;
}

.address-search__field .edit-address {
    text-align: right;
}

.edit-address a {
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
}

.edit-address a:hover {
    color: #f89b20;
}

.booking-form h2 span {
    display: inline-block;
    float: right;
}

.booking-form h2 span select {
    width: 71%;
    float: right;
    font-size: 14px;
    padding: 6px 15px;
    background: none;
    border: none;
    color: #99967c;
    text-transform: uppercase;
    border: 1px solid #bdbdbd;
}

.confirm-sidebar {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.booking-form h2 span select:focus {
    outline: none;
}

.address-search .form-control label select {
    width: 100%;
    border: none;
    padding: 0 !important;
    height: inherit;
}

.address-search .form-control label select:focus {
    outline: none;
    box-shadow: none;
}

.address-search .form-control label select option {
    color: #5c5d58;
}

/* .address-search__field .icon {
    */
/* position: absolute;
    */
/* top: 16px;
    */
/* left: 28px;
    */
/* 
}
*/
.booking-form h2 span {
    width: 42%;
}

.booking-form h2 span select {
    width: 100%;
}

.booking-form p {
    width: 100%;
    float: left;
}

.booking-form h2 span {
    width: 100%;
    margin-top: 9px;
}

.radio_fields {
    margin: 0;
    float: left;
    width: 100%;
}

.radio_fields .radio_btn {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 49.2%;
    font-size: 12px;
}

.radio_fields .radio_btn input {
    position: absolute;
    opacity: 0;
    z-index: 99;
    height: 43px;
    width: 100%;
    cursor: pointer;
}

.radio_fields .radio_btn label {
    position: relative;
    padding-left: 25px;
    text-align: left;
    padding: 10px 0px 10px 25px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 12px;
    width: 100%;
    color: #575A6A;
    margin-bottom: 0;
    background: #f8f5f5;
    font-weight: bold;
    width: 100%;
}

.radio_fields .radio_btn:hover label {
    /*box-shadow: 0px 2px 6px #808080 !important;
   */
}

.radio_fields .radio_btn label:before {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 50%;
    left: 8px;
    top: 13px;
    border: 1px solid #cccccc !important;
    outline: 2px solid #ffffff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.radio_fields .radio_btn input:checked+label:before {
    background-color: #ffffff;
    border: 3px solid #05cab6 !important;
    outline: 2px solid #ffffff !important;
}

.radio_fields .radio_btn label:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 4px;
    border-radius: 50%;
    background: #762c87;
    top: 5px;
    opacity: 0;
}

div#toolbarContainer {
    display: none;
}

.radio_fields .radio_btn input:checked+label:after {
    opacity: 0;
}

/*.radio_fields .radio_btn input:checked+label {
    background: linear-gradient(to right,#3b3d4b 0%,#05cab6 100%,#3b3d4b 0%);
    color: #ffffff;
    border-radius: 0;
    width: 100%;
   /* box-shadow: 0px 2px 6px #808080;
    */
/* border-bottom: 2px solid #05cab6;
}
*/
.radio_fields .radio_btn input:checked+label {
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    transition: 0.5s;
}

.radio_fields .radio_btn input:hover {
    background: linear-gradient(to left, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
}

.address-search__field .idpc_autocomplete ul {
    border: 1px solid #e5e5e5;
    /*    padding: 20px 5px;*/
    border-radius: 0 0 5px 5px;
}

.address-search__field .idpc_autocomplete ul li {
    list-style: none;
    margin-bottom: 5px;
    cursor: pointer;
}

/*.address-search__field .idpc_autocomplete ul li:hover {
    background: #B8D3E0;
    color: #000;
    padding-bottom: 0px;
}*/
.hidden {
    display: none;
}

.address-search__field input.cross {
    position: absolute;
    width: 15px;
    right: 10px;
    top: 20px;
    cursor: pointer;
    display: none;
    background: no-repeat;
    color: #858585;
    font-weight: 600;
}

.address-search .form-control input {
    border: none !important;
    width: 100%;
    font-size: 14px;
    color: #000 !important;
    margin-left: 20px !important;
    opacity: 1;
    font-weight: bold;
}

.address-search .form-control input:placeholder {
    color: #000 !important;
}

input::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

input:-moz-placeholder {
    color: rgb(0, 0, 0);
}

::-moz-placeholder {
    opacity: 1;
}

.d-none {
    display: none !important;
}

.address-search__field textarea {
    width: 100%;
    border: 1px solid #ccc;
}

.address-search__field textarea:placeholder {
    color: #5c5d58 !important;
}

.tab-form {
    width: 49.6%;
    display: inline-block;
}

.checkbox_field {
    display: flex;
    align-items: center;
}

.checkbox_field {
    width: 100%;
    margin: 15px 0px;
}

.checkbox_field .bond_checkbox {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 22%;
}

.checkbox_field .bond_checkbox input {
    position: absolute;
    opacity: 0;
    z-index: 99;
    height: 34px;
    width: 100%;
    cursor: pointer;
}

.checkbox_field .bond_checkbox input:checked+label {
    background: #05CAB6;
    color: #ffffff;
    border-radius: 60px;
    width: 100%;
    /* box-shadow: 0px 2px 6px #808080;
    */
    border: none;
}

.checkbox_field .bond_checkbox label {
    position: relative;
    padding-left: 25px;
    text-align: center;
    padding: 12px 5px;
    border-radius: 60px;
    cursor: pointer;
    transition: 0.2s;
    border: none;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    color: #3B3D4B;
    background: #ccc;
}

.checkbox_field .bond_checkbox label:before {
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%;
    top: 1px;
    opacity: 0;
}

.checkbox_field .bond_checkbox input:checked+label:after {
    opacity: 0;
}

.checkbox_field .checkbox input:checked+label:after {
    opacity: 0;
}

.checkbox_field .bond_checkbox label:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 4px;
    border-radius: 50%;
    background: #762c87;
    top: 5px;
    opacity: 0;
}

.return-trip span {
    font-size: 20px;
    margin: 0 8px 0 0;
}

.return-trip p {
    margin: 0;
    font-family: 'MessinaSans-Bold';
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 19px;
}

.return-trip {
    width: calc(50% - 30px);
    display: flex;
    background: #e4edec;
    padding: 7px 12px;
    align-items: center;
}

.journey-outin.mobile {
    display: none;
}

.map-location.mobile {
    display: none;
}

.alldetails .booking-cls img {
    margin-right: 3px;
}

.icon--location img {
    width: 25px;
}

.comment-textarea img {
    width: 25px;
}

.booking-icons-svg img {
    width: 20px;
}

.icon-suitcase .booking-icons-svg img {
    height: 20px;
}

/*******End Here*********/
.thankyou-msg img {
    width: 100%;
}

.thankyou-msg {
    background: #b5f1eb7a;
    padding: 15px;
}

.thankyou-msg p {
    color: #155724;
    margin-bottom: 0 !important;
    font-size: 13px;
}

.thankyou-msg .col-md-10 {
    padding-left: 0;
}

.thankyou-msg h2 {
    font-size: 20px;
    margin-top: 0px;
}

.step-continue a {
    background: #05C9B3;
    color: #fff;
    padding: 15px 30px;
    width: 100%;
    display: inline-block;
    border-radius: 60px;
    font-weight: bold;
}

.step-continue.mob {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 50px;
}

.step-continue.mob {
    display: none;
}

.form-control {
    width: 99.5%;
}

.return-booking-sec .form-control {
    width: 99.8%;
}

.add-notes.add-returen-notes {
    margin-top: 6px;
    padding-right: 1px;
}

.add-notes.add-returen-notes a.show-comment-box {
    width: 100%;
    margin-right: 0;
}

ul.order-confirmation {
    padding: 0;
    background-color: #3b3d4b;
    padding: 10px 15px;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 5px;
}

.order-confirmation span {
    background-color: #05cab6;
    padding: 2px 15px;
    color: white;
    border-radius: 10px;
    font-size: 14px;
}

.order-confirmation strong {
    color: white;
    padding-right: 11px;
}

.booking-confirmation i.fa.fa-list {
    font-size: 17px;
    margin-right: 5px;
    color: white;
}

.thankyou-msg img {
    width: 100%;
    margin-top: 0px;
}

.table thead th {
    vertical-align: bottom;
    background: #eee;
    color: #3B3D4B;
    font-weight: bold;
}

.table td,
.table th {
    border: 1px solid #ccc !important;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

td {
    background: #fff;
}

.booking-confirmation textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #eee;
    padding: 10px;
}

.pasanger-confirm-detail h2 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 0;
}

.booking-confirmation {
    margin-top: 10px;
}

.pasanger-confirm-detail p {
    margin-bottom: 5px;
}

table#confirmation {
    margin-top: 10px;
}

.booking-confirmation h2 {
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    color: #3b3d4b;
    line-height: 22px;
}

.time-details.return-line .pick-date span {
    padding-left: 0;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.booking-confirmation .pasanger-confirm-detail h2 {
    font-weight: bold;
    font-size: 30px;
    padding: 20px 0px 10px;
    margin: 0px;
    color: #3b3d4b;
    line-height: normal;
}

.total_fair {
    margin: 20px 0 10px;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding-top: 20px
}

.fare-breakdown.outward {
    padding-bottom: 16px;
    background: #f2f2f2;
    margin-left: 15px;
    border-radius: 6px;
    min-height: 130px;
}

.total {
    width: 100%;
    padding-right: 10px;
}

.fare-breakdown.return {
    padding-bottom: 16px;
    background: #f2f2f2;
    margin-right: 15px;
    border-radius: 6px;
    min-height: 130px;
}

.total_fair h3 {
    text-align: right;
    margin-top: 10px;
    font-weight: bold;
    color: #3b3d4b;
    /* background-color: #3b3d4b;
   */
    padding: 10px 18px;
    margin-bottom: 0px;
    font-size: 30px;
    border-radius: 0 0 10px 10px;
}

.total_fair h3 .text-dark {
    color: #000 !important;
}

.final_tot_fai .nf {
    display: table;
    width: 100%;
    padding: 5px 20px 0px 20px;
}

.pasanger-confirm-detail li strong {
    color: #3b3d4b;
}

.total_fair label {
    width: 40%;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 500;
}

.final_tot_fai .nf span.text-dark {
    text-align: right;
    display: inline-block;
    width: 50%;
    font-size: 20px;
}

.booking-confirmation i {
    font-size: 17px;
    margin-right: 0px;
    color: #fff;
}

.thankyou-msg {
    margin-bottom: 40px;
    border-radius: 5px;
}

.pick-date ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 50%;
}

.pick-date li {
    display: block;
    width: 100%;
    /* margin-right: 10px;
    */
    margin-bottom: 10px;
    align-items: center;
}

.flight-landing ul {
    list-style: none;
    padding: 0px;
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
}

.flight-landing li {
    display: inline-block;
    width: 100%;
}

.comment-sect ul {
    list-style: none;
    padding: 0px;
}

.booking-sumited ul {
    list-style: none;
    padding: 0px;
}

.booking-sumited ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.booking-sumited li {
    display: inline-block;
    width: 100%;
}

.booking-sumited span {
    display: inline-block;
    padding-left: 7px;
}

.booking-sumited strong span {
    font-size: 13px;
    font-weight: normal;
}

.time-details {
    padding: 15px 0px;
}

.row.alldetails {
    border-top: 1px solid #ccc;
}

.row.pick-drop {
    padding: 5px 12px;
    align-items: normal;
}

.booking-submitted strong span {
    font-weight: normal;
    margin-left: 10px;
    color: #999;
}

.seprater-location img {
    width: 25px;
}

.comment-sect {
    margin-left: 15px;
    width: 96%;
    border: none;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding-top: 3px;
}

.booking-confirmation .booking-submitted li span {
    color: #999;
}

.total .nf {
    border-bottom: 1px solid #f2f2f2;
    margin-left: 17px;
    width: 95% !important;
    padding: 5px 0px;
}

.total .nf label {
    font-weight: bold;
}

.col-md-12.total {
    margin-top: 15px;
}

.booking-sumited {
    padding-top: 15px;
}

.order-id {
    border: none;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background: #fff;
}

.pasanger-confirm-detail {
    padding: 20px 10px 10px 15px;
    list-style: none;
    border: none;
    min-height: 120px;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.pasanger-confirm-detail ul {
    padding: 20px 10px 10px 0px;
    list-style: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 5px;
}

.pasanger-confirm-detail li {
    display: block;
    width: 25%;
    font-size: 14px;
    margin-right: 20px;
}

.pasanger-confirm-detail li.email {
    width: 35%;
}

.location {
    position: relative;
    padding-bottom: 5px;
}

/* .location:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #05cab6;
    top: 19px;
    left: 4px;
}
*/
.drop-location p {
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.location p {
    padding-left: 0px;
    margin: 0px;
    font-size: 14px;
    color: #333;
}

.seprater-location hr {
    border: none;
    border-top: 3px dotted #05cab6;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 63%;
}

.col-lg-4.seprater-location {
    display: flex;
    align-items: center;
}

.seprater-location i.fas.fa-map-marker-alt {
    margin: 0;
    font-size: 18px;
}

.comment-sect p {
    padding-left: 30px;
    font-size: 14px;
    margin: 3px;
    color: #333;
    word-break: break-word;
}

span.whole-fare {
    text-align: left;
    float: left;
    /*    padding-left: 28px;*/
}

.flight-landing span {
    padding-left: 5px;
    font-size: 14px;
    color: #999;
}

.pick-date span {
    /*    padding-left: 5px;*/
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

span.flatpickr-day.selected {
    background: #05cab6;
}

.location span {
    font-size: 14px;
    color: #000;
}

.drop-location span {
    font-size: 14px;
    color: #000;
}

.pick-date strong {
    font-size: 14px;
    color: #000;
}

.flight-landing strong {
    font-size: 14px;
    color: #3b3d4b;
}

.comment-sect strong {
    font-size: 14px;
    color: #3b3d4b;
}

.booking-sumited strong {
    font-size: 14px;
    color: #3b3d4b;
}

.booking-sumited span.number {
    display: block;
    padding-left: 26px;
}

/* review section */
.rev-portal-logo {
    position: relative;
    text-align: right;
}

.rev-portals__wrapper {
    padding: 3.75rem 0;
}

.rev-portals a.rev-portal {
    align-items: center;
    color: #fff;
    display: flex;
    margin: 0.9375rem 0;
    text-decoration: none;
}

.rev-portals .top {
    align-items: center;
    display: flex;
    gap: 10px;
}

.rev-portals img.attachment-full.size-full {
    border-radius: 100%;
    height: 96%;
    object-fit: cover;
    object-position: center;
    position: relative;
    width: 70%;
    z-index: 1;
}

.rev-portals .rev-portal__content {
    font-weight: 100;
    line-height: 1.1875rem;
}

.rev-portals__wrapper.booking-review {
    padding: 0px;
}

.booking-review .review {
    padding-right: 30px;
}

.rev-portals {
    padding: 0px 70px;
}

/* review section */
.member-lagguage i.fa.fa-suitcase {
    font-size: 14px;
}

.member-lagguage i.fa.fa-users {
    font-size: 14px;
}

.member-lagguage i.fa.fa-shopping-bag {
    font-size: 14px;
}

.booking-discount h4 {
    color: white;
    font-size: 18px;
    margin: 0px;
    background-color: #3b3d4b;
    padding: 15px 25px;
    border-radius: 7px;
    margin-bottom: 15px;
    background-size: 200px 17px;
    background-position: 0 0, 540px 0;
    background-repeat-x: no-repeat;
}

.journey-detail p.description a {
    color: #05cab6;
}

.tab-form .address-search__field {
    margin: 0 0 0px;
}

form.car-book .comment-textarea {
    margin: 0 0 3px;
}

form.car-book {
    width: 100%;
    display: inline-block;
}

.booking-form .field-add {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: space-between;
}

.field-add .address-search__field {
    margin: 0 0 5px;
}

.field-add .address-search__field .form-control {
    width: 99% !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.tab-form .address-search .form-control {
    padding-left: 10px;
    border: 1px solid #05cab6;
    border-radius: 0;
}

.titolonomobile {
    background: #3B3D4B;
    padding: 20px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.titolonomobile .cols img {
    display: inline-block;
    width: 30px;
    float: left;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 12px;
}

.titolonomobile .cols {
    margin-bottom: 13px;
    font-size: 16px;
    color: #05cab6 !important;
    font-weight: 500;
}

.titolonomobile .cols small {
    color: #fff !important;
    display: block;
}

.titolonomobile .cols:last-child {
    margin-bottom: 0px;
}

.canclation-card img {
    width: 45px;
    margin-bottom: 5px;
}

.car-class img {
    width: 15px;
    margin-right: 3px;
}

span.car-class {
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding-right: 7px;
}

.titolonomobile .cols br {
    display: none;
}

.help-card li.secure-img .strip-img {
    padding-left: 0px;
    margin-top: 5px;
}

.help-card li.secure-img .strip-img ul li {
    display: inline-block;
    width: 45%;
}

.help-card li.secure-img .strip-img ul li img.paypal-img {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
}

.thankyou-msg .col-md-11 {
    padding-left: 0 !important;
}

.download-area {
    margin: 0px auto 0px !important;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    color: #000;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background: url(../images/app-store-bg.jpg);
    justify-content: center;
    align-items: center;
    background-size: 100%;
}

.area-right img {
    display: none;
}

.extra-notes h2 {
    font-size: 24px;
    font-weight: bold;
    width: 95%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    padding: 10px 0px;
}

.extras.toggle img {
    width: 26px;
}

.waiting-time-section.row.extra-notes i.fa.fa-plus {
    margin-top: 4px;
}

.waiting-time-section.row.extra-notes .extras.toggle {
    width: 5%;
    text-align: right;
}

span.text-dark.total-fare span.euro-signb {
    float: none !important;
}

.extra-notes h2 span img {
    width: 25px;
}

.extra-notes p {
    font-size: 14px;
    margin: 0;
}

.extra-notes .col-md-1 img {
    width: 100%;
}

.extra-notes h6 {
    margin-bottom: 7px;
}

.extra-notes .row {
    margin: 20px 0px;
    align-items: center;
}

.adult-seat .col-md-1 {
    padding: 0;
}

.extra-notes button.minus {
    border-radius: 60px;
    width: 25px;
    background: #05CAB6;
    border: none;
    height: 25px;
    color: #fff;
    font-weight: bold;
}

.extra-notes button.plus {
    border-radius: 60px;
    width: 25px;
    background: #05CAB6;
    border: none;
    height: 25px;
    color: #fff;
    font-weight: bold;
}

.adult-seat {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0 20px;
}

.row.booster-seat {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.extra-notes h2 span svg {
    margin-top: 3px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.extra-notes input.input-box {
    text-align: center;
}

.adult-seat h6 span {
    border: 1px solid #34b276;
    padding: 0 10px;
    color: #34b276;
    float: none !important;
}

.adult-seat .col-md-8 span {
    float: left;
    margin-right: 10px;
}

.quantity {
    text-align: center;
}

.area-right {
    width: 51%;
    float: left;
    text-align: left;
    padding-left: 10px;
}

.download-area.mobile-view {
    position: relative;
}

.area-left {
    width: 100%;
    float: left;
    padding-top: 12px;
    text-align: left;
    padding-right: 10px;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 8px 8px;
}

.area-left h2 br {
    display: none;
}

.area-left ul li a {
    display: inline-block;
}

.area-right img {
    width: 80%;
    height: 194px;
    object-fit: contain;
}

.download-area h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 26px;
}

.download-area.mobile-view {
    /* float: left;
    */
    /* width: 100%;
    */
    padding-top: 40px;
    height: 234px;
    margin: 20px 0px !important;
    border-radius: 10px;
}

.download-area ul {
    list-style: none;
    padding: 0;
}

.area-left a img {
    width: 130px;
    margin-bottom: 10px;
}

.download-area ul li {
    margin-bottom: 7px;
}

.download-area ul li img {
    width: 100%;
    height: 41px;
    object-fit: contain;
}

.mobile-view {
    display: none;
}

.download-area ul li span.app-name {
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 5px !important;
    display: inline-block;
}

.address-search__field .idpc_autocomplete ul {
    border: none;
    /*    padding: 10px 10px !important;*/
    border-radius: 0 0px !important;
    position: absolute;
    z-index: 9;
    width: 99%;
    background: #f7f7f7;
    /* box-shadow: 0 0 23px #d6d6d6; */
    left: 0;
}

.address-search__field .idpc_autocomplete ul li {
    list-style: none;
    margin-bottom: 0px !important;
    cursor: pointer;
    /*    padding-left: 2px !important;*/
    line-height: 18px !important;
    font-size: 13px;
    color: #000 !important;
}

/*.address-search__field .idpc_autocomplete ul li:hover {
    background: #e8e8e8 !important;
    color: #fff !important;
}*/
.custom_f_l_time .row {
    margin: 0;
}

.custom_f_l_time {
    display: flex;
    width: 100%;
    float: none !important;
}

.comment-textarea .form-control {
    padding: 0 !important;
    border: none !important;
    width: 99.5%;
}

.flight-field .address-search .form-control {
    width: 99.1%;
}

.custom_f_l_time .address-search__field.flight_no {
    margin: 0 !important;
}

.custom_f_l_time .address-search__field.flight_no {
    margin: 0 !important;
    width: 100% !important;
    margin-right: 3px !important;
    float: none !important;
}

.ui-timepicker-standard .ui-timepicker,
.ui-timepicker-standard .ui-timepicker .ui-timepicker-viewport {
    width: 100% !important;
    padding-right: 0 !important;
}

.ui-timepicker-standard .ui-timepicker .ui-timepicker-viewport li {
    width: 100% !important;
    display: inline-block !important;
}

.ui-timepicker-standard .ui-timepicker .ui-timepicker-viewport {
    list-style: none !important;
}

.ui-timepicker-standard {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px !important;
    background-color: #FFF;
    border: 1px solid #767676 !important;
    color: #222;
    margin: 0;
    padding: 2px 1px 10px !important;
    height: 153px !important;
    width: 100px !important;
    text-align: left !important;
    box-shadow: 0 0 10px #ccc !important;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #1967d2 !important;
    border: 1px solid #1967d2 !important;
    font-weight: 400;
    color: #fff !important;
}

.total_fair .col-md-12 .fare-breakdown.outward {
    margin-right: 15px;
}

.address-search .form-control label select {
    padding-left: 23px !important;
}

.vehicle-class img {
    width: 130px !important;
}

span.vehicle-class {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

span.euro-signb {
    font-size: 18px;
    /*    margin-right: 3px;*/
    font-weight: bold;
}

span.euro-signs {
    font-size: 12px;
    margin-right: 2px;
    margin-left: 3px;
    font-weight: bold;
}

span.total-fare-euro {
    font-size: 15px;
    font-weight: bold;
    margin-right: 3px;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.sticky-btns-mob {
    display: none;
}

.booking-section {
    position: relative;
}

.fare-breakdown.outward span.euro-signs {
    font-size: 16px;
    font-weight: normal;
}

.fare-breakdown.return span.euro-signs {
    font-size: 16px;
    font-weight: normal;
}

p.booking-cls img {
    margin-right: 3px;
}

.total_fair.final_tot_fai span.euro-signb {
    font-weight: 300;
    font-size: 30px;
}

/* .map-location.confirmation-map {
    display: none;
} */

.fleet-row .book-car span.euro-signs {
    font-size: 14px;
}

.booking-form select#checkin_luggage {
    font-weight: bold;
}

.booking-form select#passengers {
    font-weight: bold;
}

.booking-form select#hand_luggage {
    font-weight: bold;
}

select.hold-time {
    font-weight: bold;
}
span#select-focus1-button {
    padding-bottom: 0;
}
.ui-button {
    padding: 0em 1em !important;
}
/*media*/
@media screen and (min-width: 1024px) and (max-width: 1490px) {
    .address-search .form-control label span.form-control__label {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .address-search .form-control label select {
        width: 100%;
        padding-left: 23px !important;
        display: inline-block;
    }
}

@media(max-width:1280px) {
    .location:before {
        height: 63px;
        top: 17px;
        left: 5px;
    }
}

@media(max-width:1199px) {
    .map-location {
        padding-top: 20px;
    }

    .estimate-cost button.btn.btn-primary {
        padding: 12px 15px;
    }

    .booking-review .review {
        padding-right: 25px;
        padding-left: 0px;
    }

    .rev-portals {
        padding: 0px 0px;
    }

    .rev-portal__logo {
        text-align: left;
    }

    .rev-portals .rev-portal__content {
        padding-left: 10px;
    }

    .booking-discount {
        /* background-position: 0px 0, 417px 0;
       */
    }

    .radio_fields .radio_btn label:before {
        height: 5px;
        width: 5px;
        left: 5px;
        top: 16px;
    }

    .radio_fields .radio_btn label:before {
        border: 3px solid #cccccc !important;
    }

    .radio_fields .radio_btn label {
        font-size: 10px;
        padding: 10px 0px 10px 22px;
    }

    .radio_fields .radio_btn label:before {
        height: 10px;
        width: 10px;
        left: 8px;
        top: 14px;
    }

    .estimate-cost button.btn.btn-primary {
        font-size: 12px;
    }

    .pasanger-confirm-detail li.phone {
        text-align: right;
    }

    .pasanger-confirm-detail ul {
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .return-line ul {
        width: 100%;
    }
.estimate-cost h2 {
    font-size: 28px !important;
}
h6.rounded.text-danger.text-left.ml-5 {
    padding-left: 20px;
}
    .total_fair label {
        width: 70% !important;
    }

    .final_tot_fai .nf span.text-dark {
        width: 30% !important;
    }

    .final_tot_fai h3 span {
        float: none !important;
    }

    .payment-container .payment-title h2 {
        font-size: 15px;
    }

    .return-line .order-right strong {
        width: 66%;
    }

    .return-line .order-right .inc {
        width: 24%;
        display: inline-block;
        text-align: right;
    }
}

@media(max-width:1024px) {
    .booking-discount .ribbon2:after {
        bottom: -18.5px;
        border-left: 30px solid #3B3D4B;
        border-right: 29px solid #3B3D4B;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .radio_fields .radio_btn {
        width: 49% !important;
    }

    .order-right .inc {
        width: 16%;
        display: inline-block;
        text-align: right;
    }

    .order-right strong {
        width: 73%;
        display: inline-block;
    }
}

@media(max-width:991px) {
    .instant-btns a {
        padding: 11px 11px;
        font-size: 14px;
    }

    .inner-banner h1 {
        font-size: 35px;
    }

    .col-lg-4.map-space {
        padding: 0px;
    }

    .instant-btns a {
        padding: 11px 19px;
        font-size: 14px;
        margin-left: 15px;
    }

    .map-location.mobile {
        display: block;
        width: 100%;
        padding-top: 10px;
    }

    .map-location {
        display: none;
    }

    .journey-outin.mobile {
        display: block;
        margin: 20px -15px 0px -15px;
    }

    .journey-outin {
        display: none;
    }

    .step-continue.mob {
        display: block;
    }

    .rev-portals img.attachment-full.size-full {
        width: 40px;
    }

    .rev-portals a.rev-portal {
        gap: 15px;
        justify-content: center;
    }

    .booking-review .review {
        max-width: 24%;
        margin-right: 6px;
        padding: 0px;
    }

    .rev-portals a.rev-portal {
        gap: 0px;
    }

    .rev-portals .top {
        gap: 5px;
    }

    .booking-discount {
        background-position: 0px 0, 498px 0;
    }

    .step-continue.mob {
        left: 0;
        z-index: 9;
        padding: 15px;
    }

    .step-continue a {
        padding: 8px 10px;
        width: 40%;
    }

    .fleet-section .car-type {
        width: 40%;
    }

    .fleet-section .car-detail {
        width: 60%;
    }

    .radio_fields .radio_btn label:before {
        height: 9px;
        width: 9px;
        left: 7px;
        top: 14px;
    }

    .journey-detail h2 {
        font-size: 30px;
    }

    .ribbon2:after {
        border-right: 29px solid #05CAB6;
    }

    .address-search .form-control label span.form-control__label {
        font-size: 13px;
    }

    .titolonomobile .cols {
        margin-bottom: 15px;
    }

    .titolonomobile .cols img {
        width: 28px;
    }

    .download-area {
        margin: 20px 0px 20px;
    }

    .download-area ul li img {
        width: 100%;
        height: 55px;
    }

    .help-card li.secure-img .strip-img ul li {
        display: inline-block;
        width: 10%;
    }

    .titolonomobile .cols img {
        width: 35px;
        margin-top: 4px;
    }

    .final_tot_fai h3 {
        display: flex;
        justify-content: end;
    }

    .final_tot_fai h3 span.text-dark.total-fare {
        padding: 0;
        margin-left: 0px;

    }

}

@media(max-width:768px) {
    .datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
        left: 20px !important;
    }
    h6.rounded.text-danger.text-left.ml-5 {
    text-align: center !important;
    margin-left: 0 !important;
}
h6.rounded.text-danger.text-left.ml-5 {
    padding-left: 0;
}
.col-md-12.total {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
.free-cancelation {
    width: auto;
}
    .map-location.confirmation-map {
        display: block;
    }

    .sticky-btns-mob {
        display: block !important;
        position: fixed;
        bottom: 0;
        z-index: 99;
        top: auto;
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 20px 0px;
    }

    .sticky-btn {
        /* background: linear-gradient(to right, #53555dbd 0%, #05cab6 38%, #53555dcf 100%); */
        background: #05cab6;
        border: none;
        font-size: 14px;
        font-weight: bold;
        padding: 12px 15px;
        border-radius: 60px;
        text-transform: uppercase;
        transition: .5s;
        background-size: 200% auto;
        width: 160px;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        cursor: pointer;
        color: #fff;
        margin-right: 5px;
        /*    border: 1px solid #000;*/
    }

    .sticky-btns-mob .sticky-btn.active {
        background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%) !important;
        border: none !important;
    }

    .sticky-btn:hover {
        background-position: right center;
        background-image: linear-gradient(to right, #00b9a4 0%, #04e5cc 51%, #00b9a4 100%);
        color: #fff;
        text-decoration: none;
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .radio_fields .radio_btn label {
        font-size: 12px;
    }

    div#orderIdAccordion .row.pick-drop {
        padding-left: 0px;
        padding-right: 0px;
    }

    div#orderIdAccordion .row.alldetails>.col-md-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .booking-confirmation div#returnBookingAccordion .row.pick-drop {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:767px) {

    .booking-form .field-add {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        gap: 2px;
        justify-content: space-between;
    }
    
    .booking-confirmation {
        margin-top: 0;
    }

    .add-notes a {
        width: 99.9% !important;
    }

    .add-notes {
        padding: 0px 0px !important;
    }

    .waiting-time-section {
        margin: 0px 0px;
    }

    .waiting-time-section.row.extra-notes {
        margin: 20px 0px;
    }

    .adult-seat .col-md-4 {
        margin-top: 15px;
    }

    #airportList {
        width: 100% !important;
    }

    #map,
    #map-mobile {
        border-radius: 10px;
    }

    .address-search__field .idpc_autocomplete ul {
        position: absolute;
        z-index: 999;
        width: 100%;
    }

    .address-search .form-control label select {
        width: 300px;
    }

    .mobile-view {
        display: block;
    }

    .dis-return {
        width: 100% !important;
        display: inline-block;
        text-align: center;
    }

    div#panel {
        margin-top: 20px;
    }

    button.btn.add-returen {
        margin-top: 0 !important;
    }

    .total-price span.vat {
        text-align: center;
    }

    .booking-discount .ribbon2 {
        right: 30px;
    }

    .form-control {
        width: 100%;
    }

    .booking-form .bond_checkbox.checkbox {
        text-align: center;
        margin-top: 0px;
        display: inline-block;
        width: 100%;
    }

    .booking-form button.btn.add-returen {
        padding: 10px 40px;
    }

    .estimate-cost h2 {
        margin-bottom: 0;
    }

    .row.fleet-row {
        border: none;
        border-radius: 10px;
        box-shadow: 0px 20px 60px #ccc;
    }

    .car-detail p.description {
        margin-bottom: 0;
    }

    .instant-btns a {
        padding: 8px 11px;
        font-size: 11px;
        margin-left: 10px;
    }

    .fleet-section {
        padding: 0px 10px;
    }

    .passanger-detail {
        margin: 0px 0px;
    }

    .address-search__field.half_field {
        width: 100%;
        border-right: 1px solid #bdbdbd;
        margin: 0 0px 6px;
    }

    .car-detail p.description {
        margin-top: 10px;
        text-align: left;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .member-lagguage ul {
        padding: 0;
        text-align: left;
        margin-bottom: 5px;
    }

    .tab-form {
        width: 100%;
    }

    .checkbox_field {
        justify-content: space-between;
        margin: 15px 0px;
        padding: 0 30px;
    }

    .inner-banner h1 {
        font-size: 32px;
    }

    .booking-section .journey-detail.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col-lg-4.map-space {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-5.car-detail {
        border-left: none;
        border-right: none;
    }

    .checkbox_field .bond_checkbox {
        width: 40%;
    }

    .estimate-cost button.btn.btn-primary {
        padding: 10px 15px;
        width: 100%;
    }

    .checkbox_field .bond_checkbox label {
        padding: 10px 5px;
    }

    .col-md-6.car-detail {
        width: 65%;
    }

    .col-md-3.car-type {
        width: 35%;
    }

    .estimate-cost {
        border-top: 1px solid #eeeeee;
    }

    .estimate-cost h6 {
        padding-top: 10px;
    }

    .estimate-cost h2 {
        font-size: 28px;
    }

    .price-inner {
        width: 100%;
        float: right;
        margin-bottom: 10px;
        text-align: center;
        padding-left: 0px;
    }

    .total-price p.or {
        width: 100%;
        float: left;
        text-align: center;
        padding-right: 0px;
    }

    .or span {
        display: block;
        font-weight: 400;
        font-size: 14px;
    }

    .price-inner h6 {
        padding-top: 0px;
    }

    .total-price {
        text-align: center;
        display: flow-root;
        padding-top: 0px
    }

    .journey-outin.mobile {
        display: block;
        margin: 20px -4px 0px -3px;
    }

    .booking-review .review {
        max-width: 50%;
        margin: 0px;
    }

    /*.booking-discount {
        background-position: 0px 0, 298px 0;
   }
   */
    .member-lagguage ul li {
        padding: 3px 0px;
        vertical-align: middle;
        padding-bottom: 6px;
        display: inline;
    }

    .table td,
    .table th {
        font-size: 12px !important;
    }

    .thankyou-msg img {
        width: 10% !important;
    }

    .thankyou-msg .booking-confirmation {
        text-align: center;
        padding-left: 0px;
    }

    .radio_fields .radio_btn label {
        text-align: left;
    }

    .radio_fields .radio_btn label:before {
        left: 9px;
        top: 14px;
    }

    .pick-date li {
        width: 100%;
        padding-bottom: 10px;
    }

    .flight-landing li {
        width: 100%;
        padding-bottom: 10px;
    }

    .booking-confirmation i {
        margin-right: 5px;
    }

    .pick-date li:last-child {
        padding: 0px;
    }

    .flight-landing li:last-child {
        padding: 0px;
    }

    .pick-date {
        width: 50%;
        float: left;
    }

    .booking-sumited li {
        width: 100%;
        padding-bottom: 10px;
    }

    .booking-sumited span {
        display: inline-block;
        padding-left: 0px;
    }
.return-booking-sec {
    position: relative;
}
    .booking-sumited span.number {
        display: inline-block;
        padding-left: 5px;
    }

    .comment-sect p {
        padding-left: 24px;
    }

    .location p {
        padding-left: 0px;
    }

    .seprater-location hr {
        width: 33%;
    }

    .pick-date {
        display: block !important;
        width: 100%;
        float: none !important;
    }

    .total-fare {
        padding: 15px 0px;
    }

    .total_fair h3 {
        padding: 10px 5px;
    }

    .time-details {
        padding: 5px 0px;
    }

    .total .nf {
        padding-left: 16px;
    }

    .pasanger-confirm-detail li {
        margin-bottom: 20px;
    }

    .pick-date ul {
        width: 100%;
    }

    .comment-sect {
        width: 92%;
    }

    .pick-date li {
        padding-bottom: 0;
    }

    .fare-breakdown.outward {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .total {
        width: 94%;
    }

    .fare-breakdown.return {
        margin-right: 15px;
        margin-left: 15px;
    }

    .address-search__field.half_field {
        border-right: none;
    }

    .field-add .address-search__field .form-control {
        width: 100%;
    }

    .address-search__field.half_field.hand-luggage {
        width: 100% !important;
    }

    .fleet-row .col-md-3 {
        padding-right: 15px !important;
    }

    .journey-detail h2 {
        font-size: 25px;
        width: 100%;
    }

    .titolonomobile {
        padding: 30px 20px 10px;
    }

    .help-card ul {
        padding: 0;
        margin-bottom: 0 !important;
    }

    .thankyou-msg .col-md-11 {
        padding-left: 20px !important;
        text-align: center;
    }

    .total_fair h3 {
        font-size: 20px;
    }

    .final_tot_fai .nf span.text-dark {
        font-size: 16px;
    }

    .help-card h2 {
        font-size: 20px;
    }

    .canclation-card h2 {
        font-size: 20px;
    }

    .booking-confirmation .pasanger-confirm-detail h2 {
        font-size: 24px;
    }

    .download-area ul li img {
        width: 100%;
        height: 39px;
    }

    .booking-discount .ribbon2:after {
        border-right: 30px solid #3B3D4B;
    }

    .titolonomobile {
        padding: 20px 20px 20px;
    }

    .booking-section {
        padding: 60px 0px 30px;
    }

    /*   div#orderIdAccordion .row.alldetails >.col-md-12 .pick-date li span {
   padding-left: 0px;
}*/
}

@media(max-width:640px) {
    .booking-discount .ribbon2:after {
        border-right: 29px solid #3B3D4B;
        border-left: 30px solid #3B3D4B;
    }

    input.datetimepicker.datetimepicker-pick.switch.form-control.input {
        text-align: left;
        text-align: -webkit-left;
        padding: 0;
        margin: 0;
    }

    input#datetimepicker {
        text-align: -webkit-left;
        padding: 0;
        margin: 0;
    }

    .booking-form {
        padding-top: 20px;
        padding-bottom: 25px;
    }
}

@media(max-width:575px) {
    span.euro-signb {
        margin-right: 0;
    }

    .total_fair.final_tot_fai span.euro-signb {
        font-size: 24px;
        margin-right: 2px;
    }

    .final_tot_fai h3 {
        font-size: 24px !important;
    }

    .adult-seat .row .col-md-4 {
        padding: 0;
    }

    .member-lagguage {
        margin-top: 0 !important;
    }

    span.rt-booking {
        font-size: 16px;
    }

    .fleet-row h5 {
        margin-bottom: 10px;
    }

    .row.fleet-row {
        padding: 20px 2px;
    }

    .row.fleet-row {
        border: none;
        border-radius: 10px;
        box-shadow: 0px 20px 60px #ccc;
    }

    span.car-class {
        font-size: 8px;
    }

    .member-lagguage ul li {
        width: 100%;
        padding-bottom: 3px !important;
        border-bottom: none;
        border-radius: 0px;
        border: none;
    }

    .car-detail p.description {
        display: none;
    }

    .member-lagguage ul li i.fa {
        font-size: 14px !important;
        color: #05CAB6;
        margin-right: 2px;
    }

    .member-lagguage span.quantity {
        font-size: 14px;
        font-weight: 500;
    }

    .member-lagguage ul li {
        background: transparent;
        margin-right: 7px;
    }

    .passanger-detail {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col-lg-4.map-space {
        padding-right: 10px;
        padding-left: 10px;
    }

    .checkbox_field {
        justify-content: center;
        margin: 15px 0px;
        padding: 0px 30px;
    }

    .inner-banner h1 {
        font-size: 30px;
    }

    .instant-btns a {
        padding: 8px 8px;
        font-size: 12px;
        width: 49%;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .booking-discount {
        background-position: 0px 0, 333px 0;
    }

    .table td,
    .table th {
        padding: 0.50rem;
    }

    .table td,
    .table th {
        font-size: 11px !important;
    }

    .total_fair label {
        width: 50% !important;
    }

    .final_tot_fai .nf span.text-dark {
        width: 50% !important;
    }

    .passanger-detail .form-group.col-md-4 {
        padding: 0 5px;
    }

    .journey-detail h2 {
        font-size: 25px;
    }

    .help-card li.secure-img .strip-img ul li {
        display: inline-block;
        width: 13%;
    }

    .journey-detail p.description {
        padding: 6px 0;
    }

    .estimate-cost button.btn.btn-primary {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    span.whole-fare {
        padding-left: 0;
    }

    .final_tot_fai h3 {
        padding-right: 14px !important;
    }

    .booking-form .field-add {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
        justify-content: space-between;
    }

    .address-search .form-control label span.form-control__label {
        font-size: 13px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .booking-section .booking-confirmation .col-lg-4 {
        width: 33%;
    }
    .col-md-12.total {
    padding-right: 0;
}
}

@media(max-width:480px) {
    .help-card li.secure-img .strip-img ul li {
        display: inline-block;
        width: 20%;
    }
.col-md-12.total {
    padding-right: 3px !important;
}
    .pasanger-confirm-detail li.phone {
        text-align: left !important;
    }

    .seprater-location {
        margin: 10px px 0px !important;
        padding: 0px 6px !important;
    }

    .booking-confirmation .col-lg-4 {
        padding: 0 10px;
    }

    #returnBookingAccordion .row.pick-drop {
        padding: 0;
    }

    .pasanger-confirm-detail li {
        width: 100%;
    }

    .titolonomobile .cols img {
        width: 29px;
        margin-top: 4px;
    }

    div#orderIdAccordion .row.pick-drop .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    div#orderIdAccordion .row.alldetails>.col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:450px) {
    .inner-banner h1 {
        font-size: 30px;
    }

    .member-lagguage ul li {
        font-size: 12px;
        padding: 0px 0;
    }

    .member-lagguage span.quantity {
        margin-left: 3px;
        font-size: 12px;
    }

    .booking-confirmation i {
        font-size: 15px !important;
        margin-right: 5px !important;
    }

    .comment-sect p {
        padding-left: 22px;
    }

    .location:before {
        width: 2px;
        height: 65px;
        top: 18px;
        left: 5px;
    }

    .estimate-cost button.btn.btn-primary {
        padding: 10px 15px;
    }

    .canclation-card p {
        margin-bottom: 0 !important;
    }
}

@media(max-width:425px) {
    .checkbox_field {
        padding: 0px 10px;
    }

    .table td,
    .table th {
        font-size: 10px !important;
    }

    .pasanger-confirm-detail li {
        width: 100%;
    }
}

@media(max-width:420px) {
    .download-area ul li span.app-name {
        margin-top: 0px !important;
    }
}

@media(max-width:414px) {
    .car-detail p.description {
        font-size: 12px;
        line-height: 18px;
    }

    .table td,
    .table th {
        padding: 0.40rem;
    }

    .radio_fields .radio_btn label {
        padding: 10px 0px 10px 30px;
    }

    .pick-date {
        width: 100%;
        float: none;
    }
}

@media(max-width:403px) {
    .location:before {
        height: 85px;
    }
}

@media screen and (min-width: 393px) and (max-width: 768px) {
    .radio_fields .radio_btn {
        width: 49.3%;
    }
}

@media(max-width:392px) {
    .radio_fields .radio_btn label:before {
        height: 10px;
        width: 10px;
        top: 14px;
        left: 13px;
    }

    .radio_fields .radio_btn {
        width: 49.3%;
    }
}

@media(max-width:374px) {
    .booking-review .review {
        max-width: 50%;
    }

    .rev-portals img.attachment-full.size-full {
        width: 27px !important;
        margin-right: 0 !important;
    }

    .inner-banner h1 {
        font-size: 27px;
    }

    .radio_fields .radio_btn label {
        padding: 10px 10px;
        font-size: 10px;
    }

    .radio_fields .radio_btn {
        width: 49%;
    }

    .radio_fields .radio_btn label:before {
        height: 10px;
        width: 10px;
        left: 3px;
    }

    .address-search .form-control label span.form-control__label {
        font-size: 11px;
    }

    .radio_fields .radio_btn label:before {
        height: 5px;
        width: 5px;
        left: 7px;
        top: 14px;
    }
}

.price-tag--two-lines {
    margin-left: 20px;
    height: 40px;
}

.price-tag {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: 30px;
    margin-left: 20px;
    padding: 0 5px 0 10px;
    color: #fff;
    border-radius: 0 4px 4px 0;
    background-color: #ff6347;
    line-height: 1;
    justify-content: center;
    transform: rotateZ(45deg);
    margin-right: 10px;
    width: 55px;
}

.price-tag--two-lines::before {
    left: -14px;
    width: 28px;
    height: 28px;
}

.price-tag::before {
    left: -12px;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    border-radius: 0 0 0 4px;
    background-color: #ff6347;
}

.price-tag::before,
.price-tag::after {
    position: absolute;
    content: "";
}

.price-tag span {
    position: relative;
    z-index: 1;
}

.price-tag__main {
    font-size: 1.15em;
    font-weight: bold;
}

.price-tag span {
    position: relative;
    z-index: 1;
}

.price-tag__main~* {
    opacity: 0.85;
}

.booking-discount {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #3B3D4B;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-size: 200% auto;
    padding: 11px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pick-date {
    display: flex;
}

.payment-section {
    margin-top: 0px;
    /* background: #fff;
    padding: 10px;
    box-shadow: rgba(50, 40, 11, .2) 0 2px 9px 0;
   */
    border-radius: 10px;
    margin-bottom: 10px;
}

.payment-section .nav-tabs {
    border-bottom: none;
}

.payment-section .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-bottom: 0px;
    margin-right: 0px;
    border-radius: 10px;
    color: #999;
    /* border-image: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
    */
    width: 100%;
    /* background: #fff;
   */
    /* box-shadow: rgba(50, 40, 11, .2) 0 2px 9px 0;
    */
}

.pasanger-confirm-detail {
    margin-top: 10px;
}

.map-location div {
    border-radius: 5px;
}

#map {
    border-radius: 5px;
}

/*.booking-section .col-lg-4 {
    padding: 0 8px;
}
*/
.payment-section .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 5px;
    border: none;
    color: #3b3d4b;
    font-size: 14px;
    padding: 10px 10px;
    background: #fff;
    margin-top: 10px;
    box-shadow: rgba(50, 40, 11, .1) 0 2px 9px 0;
}

.pasanger-confirm-detail ul li span {
    font-weight: bold;
    width: 100% !important;
    display: block;
    margin-bottom: 5px;
}

.payment-section a.nav-link.active {
    width: 100%;
    background-size: 200% auto;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #00b9a4;
    /* border-radius: 10px 10px 0px 0px;
   */
}

/*.payment-section .active .payment-container {
    border-radius: 0px 0px 8px 8px;
}
.payment-section .active .pay-later-tab {
    border-radius: 0px 0px 8px 8px;
}
*/
.field-select-new .ui-selectmenu-button.ui-button {
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    padding-left: 20px;
    font-weight: bold;
    padding-right: 0;
    color: #000;
    font-size: 14px;
}
.ui-button .ui-icon {
    display: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #05cab6 !important;
    background: #05cab6 !important;
}
span#select-focus1-button {
    width: 100%;
    background: transparent;
    border: none;
    color: #000;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 0;
}
.booking-discount:hover {
    background-position: right center;
    /*    background-image: linear-gradient(to right, #00b9a4 0%, #04e5cc 51%, #00b9a4 100%);*/
    color: #fff;
    text-decoration: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

button.btn.add-returen {
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
    border-radius: 0px;
    /*    margin-bottom: 11px;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 40px;
    /*    margin-top: 5px;*/
    width: 100%;
    background-size: 200% auto;
    text-transform: uppercase;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

button.btn.add-returen:hover {
    background-position: right center;
    background-image: linear-gradient(to right, #00b9a4 0%, #04e5cc 51%, #00b9a4 100%);
    color: #fff;
    text-decoration: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*button.btn.add-returen:hover {
    background: #3b3d4b;
    border: 1px solid #3b3d4b;
}
*/
.address-search__field.half_field.hand-luggage {
    width: 50%;
    float: left;
}

.ribbon2 {
    width: 59.2px;
    padding: 2px 0;
    position: absolute;
    top: -5px;
    right: 5px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #3B3D4B;
    line-height: 22px;
    color: #05CAB6;
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
}
.return-booking-sec {
    position: relative;
}
span.rt-booking {
    padding-right: 70px;
    color: #04e5cc;
}

.ribbon2:before,
.ribbon2:after {
    content: "";
    position: absolute;
}

.ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #3B3D4B;
    border-right: 6px solid transparent;
}

.ribbon2:after {
    height: 0;
    width: 0;
    bottom: -19.5px;
    left: 0;
    border-left: 30px solid #3B3D4B;
    border-right: 29px solid #3B3D4B;
    border-bottom: 20px solid transparent;
}

#panel {
    display: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3B3D4B;
    border-color: #3B3D4B;
}

.booking-form select {
    -webkit-appearance: none;
    border: 0;
    background: none;
}

button.btn.add-returen:active {
    background: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%);
    background-image: linear-gradient(to right, #00b9a4 0%, #00b9a4 0%, #04e5cc 40%) !important;
    color: #fff;
}

.car-type p {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}

span.vat {
    font-size: 11px;
    text-align: right;
    font-weight: 500;
    color: #343434;
}

.fleet-row .col-md-3 {
    padding-right: 0;
}

.total-price {
    text-align: right;
}

span.cancelation {
    font-weight: 700;
    color: #34b276;
    font-size: 14px;
}

.guidlines {
    margin-bottom: 20px;
}

.guidlines a {
    font-size: 13px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    border-bottom: 1px dotted #333;
    line-height: 25px;
    width: 100%;
}
.member-lagguage {
    margin-top: 15px;
}

.guidlines a .fa {
    margin-right: 10px;
}

.guidlines a .fas {
    margin-right: 10px;
}

.guidlines a i.fas.fa-door-open {
    font-size: 12px;
}

.guidlines a i.fas.fa-suitcase-rolling {
    font-size: 18px;
}

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

.member-lagguage .fa {
    color: #05CAB6;
}

.dis-return {
    flex: 49.5%;
    display: inline-block;
}

.swal-modal .swal-footer {
    text-align: center;
}

.swal-modal .swal-button {
    background-color: #05cab6;
}

.swal-modal .swal-button:not([disabled]):hover {
    background-color: #04aa99;
}

/*header/ footer css*/
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

a#change_number_user {
    font-size: 19px;
}

.newsletter .row {
    visibility: hidden;
}

.header {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    background: #000;
}

.header {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    background: #000;
}

.header .logo {
    width: 25%;
    float: left;
    padding: 13px 0 0;
}

.header .logo img {
    width: 100%;
}

.header .header_right {
    float: left;
    width: 75%;
    text-align: right;
}

.header .header_right ul {
    margin-bottom: 0;
}

.header .header_right ul li {
    display: inline-block;
    padding: 0px 20px;
    border-left: 1px solid #ddd;
}

.header .header_right ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.header .header_right ul li a i {
    transform: rotate(90deg);
    margin-right: 10px;
    color: #f89b20;
}

.header .header_right ul .book_now {
    border-left: none;
}

.header .header_right ul .book_now a {
    text-transform: capitalize;
    background: #f89b20;
    color: #fff;
    font-size: 18px;
    padding: 13px 35px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: inherit;
    display: inline-block;
    transition-duration: 0.4s;
    transition-property: all;
}

.booking_info_section .info_list .disabled {
    color: #979797 !important;
}

p.similar-vehicle {
    text-transform: none;
    color: #ccc;
}

.hidden {
    display: none
}

/*---*/
/*---*/
.home-banner-text h3 {
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}

section.home-banner-text {
    background: #fff;
    color: #fff;
    padding: 20px 0;
    /* background-image: linear-gradient(to right top, #7b2a85, #ba1e61, #d04b30, #be8200, #89b20b);
    */
}

.phone_pass_de .cc-picker.cc-picker-code-select-enabled {
    margin-right: 5px !important;
}

.banner-logo {
    background: #ffffff;
    width: 65%;
    margin-top: 30px;
    padding: 20px;
}

.banner-txt .main-heading h3 span {
    color: #fb9700;
}

.banner-logo-text h3 {
    color: #000;
    line-height: 43px;
}

section.Banner {
    background-image: url("https://booking.umbrellatransfers.com/assets/front/images/Ch_fer-abriendo-la-puerta-de-un-lujoso-coche.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 580px;
    padding-top: 100px;
    background-position: center center;
    position: relative;
}

section.Banner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(35 35 35 / 65%);
    position: absolute;
    left: 0;
    top: 0;
}

.banner-txt .main-heading {
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 17px;
    border-width: 0px;
    margin: 0px;
    padding: 45px 0px 0 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    opacity: 1;
}

.banner-txt .main-heading h1 {
    white-space: nowrap;
    font-size: 46px;
    line-height: 45px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    border-width: 0px;
    margin: 0px 0 35px;
    padding: 0px;
    opacity: 1;
    line-height: 58px;
}

.banner-txt .main-heading h3 {
    white-space: normal;
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
}

.below-txt {
    padding-top: 25px;
}

/*.Banner .row {
    background: rgba(239, 163, 0, 0.64);
    border-radius: 7px !important;
    width: 77%;
    margin: 0 auto;
}
*/
.banner-txt h4 {
    white-space: normal;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin-bottom: 0 !important;
    padding-bottom: 9px;
}

.banner-txt h5 span {
    white-space: normal;
    font-size: 39px;
    line-height: 40px;
    font-weight: 400;
    color: rgb(244, 159, 0);
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-top: 2px solid rgb(244, 159, 0);
    margin: 0px;
    padding: 29px 0 18px;
    display: inline-block;
}

.banner-txt h5 {
    margin: 0px !important;
    padding: 0px;
}

.banner-txt p {
    white-space: normal;
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

.banner-logo ul {
    display: inline-block;
    list-style: none;
    padding: 0 !important;
}

.banner-logo ul li {
    display: inline-block;
}

.banner-logo ul li img {
    width: 160px;
    height: 135px;
    object-fit: contain;
}

.booking-logo img {
    width: 160px;
    height: 100px;
    object-fit: contain;
}

.booking-logo {
    text-align: center;
}

@media(max-width:1199px) {
    .banner-txt .main-heading h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .banner-logo ul li img {
        width: 128px;
        height: 177px;
        object-fit: contain;
    }
}

@media(max-width:1024px) {

    .banner-txt .main-heading h1 {
        font-size: 38px;
        margin: 0px 0 24px;
        line-height: 47px;
    }

    .banner-txt h4 {
        font-size: 33px;
    }

    .banner-txt h5 span {
        font-size: 34px;
        line-height: 35px;
        padding: 23px 0 13px;
    }

    .banner-txt p {
        font-size: 35px;
        line-height: 30px
    }

    .banner-logo ul li img {
        width: 130px;
        height: 149px;
    }

    .banner-txt .main-heading {
        padding: 27px 0px 0 0px;
    }
}

@media(max-width:992px) {

    .accordion-content .row.pick-drop .col-lg-4 {
        position: relative;
    }

    .booking-confirmation div#returnBookingAccordion .seprater-location {
        display: none;
    }

    .order-id.accordion .drop-location {
        margin-left: 0px;
    }

    .accordion-content .row.pick-drop .location {
        position: relative;
        border-left: none;
        padding-left: 15px;
        margin: 0px 0px 0px 10px;
    }

    .accordion-content .row.pick-drop .location:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        background-size: contain;
        left: -11px;
        top: 3px;
        background-repeat: no-repeat;
        background-image: url(https://utbf.phpcodetech.com/assets/front/images/locations.svg);
    }

    .accordion-content .row.pick-drop .drop-location {
        position: relative;
        border-left: none;
        padding-left: 15px;
        margin: 0px 0px 0px 10px;
    }

    .accordion-content .row.pick-drop .drop-location:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        background-size: contain;
        left: -12px;
        top: 6px;
        background-repeat: no-repeat;
        background-image: url(https://utbf.phpcodetech.com/assets/front/images/locations.svg);
    }

    .row.alldetails {
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }

    .accordion-content .row.pick-drop {
        padding-bottom: 10px;
        border: none;
        padding-left: 0px;
    }

    .accordion-content .drop-location p.drop_off {
        padding-bottom: 0px;
    }

    .order-id.accordion .seprater-location {
        display: none;
    }
}

@media(max-width:991px) {
    .banner-txt .main-heading h1 {
        font-size: 33px;
        line-height: 42px;
    }

    .banner-txt h4 {
        font-size: 31px;
        line-height: 31px;
    }

    .banner-txt .main-heading {
        width: 100%;
    }

    .Banner .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .Banner .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .banner-logo ul {
        display: block;
        list-style: none;
        padding: 0 !important;
    }

}
.booking-section h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 16px;
}
.guidlines i {
    width: 15px;
}
@media(max-width:768px) {
    h6.rounded.text-danger.text-left.ml-4 {
    margin-bottom: 0;
    text-align: center !important;
    margin: 0 !important;
}
    span.whole-fare {
        padding-left: 28px;
    }

    .booking-section.booking-confirmationp {
        padding-top: 15px;
    }

    section.Banner {
        height: 620px;
        padding-top: 36px;
    }

    .banner-txt h5 span {
        font-size: 33px;
        line-height: 40px;
        margin: 0px;
        padding: 15px 0 2px;
    }

    section.Banner {
        height: 390px;
        padding-top: 36px;
    }

    .banner-logo {
        margin-top: 20px;
    }

    .Banner .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .Banner .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .accordion-content .row.pick-drop .col-lg-4 {
        position: relative;
        width: 100%;
    }
}

.return-line .order-left span.flight_number {
    position: relative;
    right: 0 !important;
}

@media(max-width:767px) {
    .radio_fields .radio_btn {
        width: auto;
    }

    .pick-date {
        display: flex !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .return-line .order-right .inc {
        width: 22%;
        display: inline-block;
        text-align: right;
    }
    h6.rounded.text-danger.text-left.ml-5 {
    padding-left: 35px;
}
}

@media screen and (min-width: 520px) and (max-width: 767px) {
    .pick-date .order-left strong {
        width: auto;
        display: inline;
    }

    .order-right strong {
        width: auto;
        display: inline;
    }

    .order-right .inc {
        width: auto;
        display: inline;
        text-align: left;
    }

    .order-left span.flight_number {
        position: relative;
        right: 0;
    }

    .order-left span.flight_landing_time {
        position: relative;
        right: 0px;
    }
}

@media(max-width:575px) {
    .banner-txt .main-heading h1 {
        font-size: 29px;
    }

    .banner-txt .main-heading h3 br {
        display: none;
    }

    section.Banner {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner-txt .main-heading h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-logo {
        width: 100%;
    }

    .banner-logo ul li img {
        width: 115px;
        height: auto;
    }

    .banner-txt .main-heading {
        padding: 0px 0px 0 0px;
    }
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #fb9700 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.phone_pass_de {
    padding-left: .75rem;
    width: 50%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    float: left;
    height: 58px;
}

.phone_pass_de input {
    width: 70%;
    border-radius: 0px !important;
    border: none;
}

.phone_pass_de input:focus {
    outline: none !important;
}

.phone_pass_de .cc-picker span.cc-picker-code {
    width: 20px;
}

* {
    margin: 0px;
    padding: 0px;
}

.address-search textarea:focus {
    outline: none;
}

.address-search textarea {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    border: 1px solid #eee;
}

.booking_detail textarea {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
}

.booking_detail textarea:focus {
    outline: none;
}

.booking_detail textarea {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
}

.address-search__field .idpc_autocomplete ul {
    border: 1px solid #e5e5e5;
    /*    padding: 20px 5px;*/
    border-radius: 0 0 5px 5px;
}

.address-search__field .idpc_autocomplete ul li {
    list-style: none;
    margin-bottom: 0px;
    cursor: pointer;
}

/*.address-search__field .idpc_autocomplete ul li:hover {
    background: #B8D3E0;
    color: #000;
    padding-bottom: 0px;
}*/
.booking-process-sec {
    background: #f4f4f4;
    padding: 15px 20px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.booking-logo a.booking-logo-star img {
    margin-bottom: 30px;
    margin-right: 40px;
    width: 100px;
}

.booking-process-se .vc_message_box-icon {
    color: #56b0ee;
}

.booking-process-sec .vc_message_box-icon i.fa {
    font-size: 24px;
    color: #05cab6 !important;
}

.booking-process-sec .vc_message_box-icon {
    width: 10%;
    float: left;
    vertical-align: middle !important;
    height: 100px;
    padding-top: 70px;
    text-align: center;
}

.booking-process-sec ul.side-list {
    width: 90%;
    float: left;
    padding-left: 8px;
}

.booking-process-sec ul.side-list li i {
    color: #000 !important;
}

.booking-process-sec ul.side-list li {
    font-size: 16px;
    color: #000;
}

.booking-process-3rd {
    background: #f4f4f4;
    padding: 15px 20px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.side-icon li span {
    border: 1px solid #05cab6;
    padding: 5px;
    margin-right: 10px;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
}

.side-icon li span i {
    color: #05cab6;
    font-size: 15px;
}

.side-icon li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.footer .footer_content a:hover {
    text-decoration: underline;
}

.footer .footer_content {
    text-align: center;
    padding: 35px 0;
    background: #000000;
    border-top: #3b3b3b 1px solid;
}

.footer .footer_content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.address-search__field input.cross {
    position: absolute;
    right: 7px;
    top: 34px;
    cursor: pointer;
    display: none;
    background: no-repeat;
    color: #858585;
    font-weight: 600;
    background: #05c9b3;
    border-radius: 70px;
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff !important;
    padding-left: 2px;
}
h6.rounded.text-danger.text-left.ml-4 {
    margin-bottom: 0;
}
.comment-textarea .address-search .form-control label {
    width: 100%;
}

.address-search__field input.cross:hover {
    color: #5c5d58;
}

.address-search__field input.d_cross {
    position: absolute;
    width: 15px;
    right: 10px;
    top: 20px;
    cursor: pointer;
    display: none;
    background: no-repeat;
    color: #858585;
    font-weight: 600;
}

.address-search__field input.d_cross:hover {
    color: #5c5d58;
}

.phone_pass_de label {
    margin-bottom: 1px;
    display: block;
    width: 100%;
    color: #5c5d58;
    font-size: 13px;
    text-transform: uppercase;
}

.hygine-img img {
    width: 50px;
}

.hygiine-main {
    margin-bottom: 28px;
    background: #282828;
    text-align: center;
    padding: 20px 0 20px;
}

.hygiine-main p {
    color: #fff;
    font-size: 17px;
    padding: 10px 30px 0;
    margin: 0;
}

.hygiine-main h3 {
    margin-bottom: 0px !important;
    color: #05cab6;
    margin-top: 15px;
    font-size: 21px;
}

.hygiine-main p a {
    color: #05cab6;
}

.cities-connection-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* .cities-connection-trans img {
    */
/* object-fit: contain;
    */
/* 
}
*/
.cities-connection-text {
    text-align: center;
    margin-top: 5px;
}

.cities-connection-text span {
    text-align: center;
    padding: 4px 5px;
    border-radius: 0;
    transition: 0.2s;
    border: 1px solid #000;
    font-size: 16px;
    width: 100%;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    background: #f4f4f4;
}

.mobile-sec {
    display: none;
}

.total_fair label {
    width: 30%;
    font-size: 13px;
}

.total_fair h3 div span {
    font-size: 15px;
    width: 70%;
    display: inline-block;
    text-align: right;
}

.total_fair h3 .uplifted_reason {
    width: auto;
    font-size: 10px;
    position: relative;
    top: 0;
    display: block;
    text-align: left;
}

.total_fair h3 div {
    display: table;
    width: 100%;
    margin: 0 0 5px;
}

/* 3-2-21 */
.home-banner-text h3 span.main-title {
    background: #f4f4f4 !important;
    padding: 6px 29px;
    color: #000;
}

.home-banner-text h3 {
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    line-height: 46px;
}

/* 3-2-21 */
.table-condensed thead tr th.prev {
    position: relative;
}

.table-condensed thead tr th.next {
    position: relative;
}

.table-condensed thead tr th.next i:before {
    content: "";
    position: absolute;
    background-image: url(../images/right-arr.png);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: 6px;
    top: 5px;
}

.table-condensed thead tr th.prev i:before {
    content: "";
    position: absolute;
    background-image: url(../images/left-arr.png);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: 6px;
    top: 5px;
}

p.submit-sucess {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    font-size: 15px;
}

h3.booking-sub {
    margin-bottom: 20px !important;
}

.register-check {
    margin-top: 15px;
}

.register-check input[type="checkbox"] {
    vertical-align: middle;
}

.final_tot_fai label {
    font-size: 17px;
    width: 30%;
}

.total_fair .fare-breakup-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.powered-strip img {
    width: 100px;
}

.powered-strip {
    text-align: center;
    margin: 30px 0px;
}

.powered-strip p {
    width: 70%;
    margin: 5px auto;
    color: #999;
}

.final_tot_fai .nf span.text-dark {
    text-align: right;
    display: inline-block;
    width: 50%;
    font-size: 16px;
}

.final_tot_fai label {
    font-size: 17px;
}

.final_tot_fai .nf {
    display: table;
    width: 100%;
}

.final_tot_fai h3 {
    margin-top: 8px;
    font-size: 30px;
    padding-bottom: 20px;
    margin-right: 0px;
    font-weight: 500;
    color: #000;
    /*    padding-right: 0;*/
}

.free-cancelation {
    background: #ebfef3;
    padding: 16px;
    margin: 0 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 96%;
    border-radius: 6px;
    padding-bottom: 8px;
}

.free-cancelation h6 span .fa {
    color: #5ab073;
    font-size: 18px;
    margin: 0px;
}

.free-cancelation h6 {
    font-weight: bold;
    font-size: 15px;
}

.free-cancelation p {
    font-size: 14px;
}

/* 28-10-21 */
.register-check {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 25px;
    position: relative;
}

.register-check input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 99;
    height: 20px;
    width: 25px;
}

.register-check label {
    position: relative;
    padding-left: 26px;
    text-transform: capitalize;
}

.register-check label:before {
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    top: 2px;
    border-radius: 4px;
}

.register-check label:after {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    left: 3px;
    background: url(../images/check-01.png);
    top: 5px;
    opacity: 0;
    background-size: 12px;
    background-repeat: no-repeat;
}

.register-check input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.new_total_fare label {
    font-size: 18px !important;
}

.new_total_fare span {
    font-size: 20px !important;
}

.return-line .pick-date li {
    width: 100%;
    margin-right: 20px;
    display: block;
    align-items: center;
}

.lugage-li img {
    width: 13px !important;
    margin-right: 8px !important;
    margin-left: 2px;
}

.total_fair label {
    width: 50%;
    font-size: 14px;
    margin-bottom: 0;
    vertical-align: middle;
}

.alldetails img {
    width: 17px;
    margin-right: 6px;
}

.return-line img {
    width: 17px;
    margin-right: 8px;
}

.total_fair .new_total_fare {
    margin-top: 11px;
    display: table !important;
    text-transform: uppercase;
}

h3.detail_custom {
    background: #f4f4f4;
}

.checkbox_field .bond_checkbox {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 25%;
}

.checkbox_field .bond_checkbox input {
    position: absolute;
    opacity: 0;
    z-index: 99;
    height: 34px;
    width: 100%;
    cursor: pointer;
}

.checkbox_field .bond_checkbox label {
    position: relative;
    padding-left: 25px;
    text-align: center;
    padding: 4px 5px;
    border-radius: 0;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #000;
    font-size: 15px;
    width: 100%;
    color: #000;
}

.checkbox_field .bond_checkbox label:before {
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%;
    top: 1px;
    opacity: 0;
}

.checkbox_field .bond_checkbox label:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 4px;
    border-radius: 50%;
    background: #762c87;
    top: 5px;
    opacity: 0;
}

.checkbox_field .bond_checkbox input:checked+label {
    background: #000000;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    /*box-shadow: 0px 2px 6px #808080;
   */
    border-bottom: 2px solid #05cab6;
}

.checkbox_field .bond_checkbox input:checked+label:after {
    opacity: 0;
}

.custom_f_l_time {
    float: left;
    width: 100%;
}

.both_journey_btn {
    margin-bottom: 30px;
}

.both_journey_btn li.pr-0 {
    padding-right: 30px !important;
}

.img_confirm_loader {
    mix-blend-mode: darken;
    width: 90px;
    object-fit: contain;
}

.both_journey_btn a {
    background-color: #938a8a !important;
}

body .header .header_right ul li a i {
    color: #05cab6;
}

body .header .header_right ul .book_now a {
    background: #05cab6;
}

body .header .header_right ul .book_now a:hover {
    background: #039a8b;
    transform: translate(0, -5px);
}

body .spinner {
    border-top: 4px #05cab6 solid;
}

.checkbox_field {
    display: flex;
    align-items: center;
}

.return-trip {
    width: calc(50% - 30px);
    display: flex;
    background: #e4edec;
    padding: 7px 12px;
    align-items: center;
}

.return-trip p {
    margin: 0;
    font-family: 'MessinaSans-Bold';
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 19px;
}

.return-trip span {
    font-size: 20px;
    margin: 0 8px 0 0;
}

.selected-fleet img.booked-car {
    width: 170px;
    margin-top: 0;
    margin-left: 5px;
}

.selected-fleet p {
    margin: 0;
}

li.selected-fleet {
    /*    display: flex;*/
    align-items: center;
}

p.booking-cls-ryt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p.exclamation {
    display: flex;
    border-top: 1px solid #eee;
    padding: 20px 0px;
    font-size: 12px;
}

.exclamation-icons-svg svg {
    width: 25px;
    height: 25px;
}

/* ========================================= */
/* ==========
/* media =================== */
/* ========================================= */
@media(max-width:1199px) {
    .address-search__field {
        width: 100%;
        float: left;
        margin: 0 0px 7px;
    }

    .member-lagguage ul li {
        font-size: 15px;
    }

    .car-detail .price button {
        padding: 4px 5px;
        font-size: 15px;
    }

    .passenger__field {
        width: 100%;
        float: left;
        margin: 0 0px 10px;
    }

    .passenger-detail .fares_btn {
        padding: 0;
    }

    .ride_detail ul li a {
        /* padding: 10px 19px;
        */
    }

    .site_container .sidebar {
        width: 28%;
    }

    .form_side {
        width: 72%;
    }

    /*    .address-search .form-control {
        padding-left: 44px;
   }*/
    .banner-text {
        top: 70%;
    }

    .banner h1 {
        font-size: 30px;
    }

    .radio_fields .radio_btn {
        width: 45%;
    }

    .both_journey_btn li.pr-0 {
        padding-right: 10px !important;
    }

    .return-trip p {
        font-size: 13px;
        line-height: 17px;
    }

    .return-trip span {
        margin: 0 4px 0 0;
    }
}

@media(max-width:1024px) {
    .header .header_right ul li {
        padding: 10px 20px !important;
    }

    .total_fair label {
        font-size: 14px;
        color: #333;
        font-weight: 700;
    }

    .final_tot_fai h3 span {
        float: right;
        width: 50%;
    }
}

@media(max-width:991px) {
    .step-continue.mob {
        display: none;
    }

    .booking-sec .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .booking-sec .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ride_detail {
        margin-bottom: 25px;
    }

    .form_side {
        width: 100%;
        padding-right: 0;
    }

    .site_container .sidebar {
        width: 100%;
        position: static;
    }

    .header .header_right ul .book_now a {
        padding: 5px 30px !important;
    }

    .hygiine-main .row .row .col-lg-8 {
        width: 59% !important;
        padding: 0px !important;
    }

    .hygiine-main .row .row .col-lg-2 {
        width: 15% !important;
        margin: 0 auto !important;
        padding: 0px !important;
    }

    .booking-logo a.booking-logo-star img {
        margin-bottom: 15px;
    }

    .cities-connection .cities-connection-main {
        margin-bottom: 30px;
    }

    .cities-connection {
        padding-bottom: 0px !important;
    }

    .cities-connection .col-lg-3 {
        width: 50%;
        padding: 0 8px;
    }

    .cities-connection .cities-connection-main {
        margin-bottom: 15px;
    }

    .cities-connection {
        padding-bottom: 0 !important;
    }

    .home-banner-text h3 {
        font-size: 19px;
    }

    section.home-banner-text {
        padding: 10px 0 0;
    }

    .grey-banner h3 {
        font-size: 19px;
    }

    .both_journey_btn li.pr-0 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px !important;
    }

    .footer .footer_content {
        padding: 15px 72px !important;
    }
}

@media(max-width:768px) {
    .home-banner-text h3 span.main-title {
        padding: 6px 6px;
    }

    .final_tot_fai h3 {
        padding-right: 0;
    }

    .total_fair label {
        font-size: 12px;
    }

    .final_tot_fai span.text-dark.total-fare {
        float: right;
    }
}

@media(max-width:767px) {
    .address-search__field.half_field {
        width: 100%;
    }

    .field-add .address-search__field .form-control {
        width: 100% !important;
    }

    .address-search .form-control.border-r-none {
        border-right: 1px solid #eee;
    }

    .ride_detail ul li {
        padding: 0 5px;
    }

    .ride_detail ul li a {
        /* padding: 7px 11px;
        */
    }

    .relate-img p {
        font-size: 15px;
    }

    .banner h1 {
        font-size: 25px;
    }

    .choose-car {
        margin-bottom: 25px;
    }

    .checkbox_field {
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 50px;
    }

    .checkbox_field .checkbox label {
        margin: 0;
    }

    .return-trip {
        width: 100%;
        margin: 12px 0 0;
    }

    .checkbox_field .bond_checkbox {
        margin-right: 0;
        width: 100px;
    }

    .booking_info_btn {
        width: 50%;
        margin: 0 auto;
    }

    .booking_info_btn button.button {
        padding: 15px 0;
    }

    .header .logo {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 20px;
    }

    .header .header_right ul li {
        border-left: none !important;
    }

    .header .logo img {
        width: 300px !important;
    }

    .header .header_right {
        width: 100% !important;
        text-align: center !important;
    }

    .booking_detail .three_field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .booking_detail .three_field input {
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .booking_detail input {
        font-size: 14px;
    }

    .custom_f_l_time {
        display: block;
    }

    .custom_f_l_time .address-search__field.flight_no {
        width: 100% !important;
        margin-right: 0px !important;
        float: left !important;
        margin-bottom: 7px !important;
    }

    .flight-field .address-search .form-control {
        width: 100%;
    }

    .comment-textarea .form-control {
        width: 100%;
    }

    .radio_fields .radio_btn {
        width: 49.5%;
    }
}

@media(max-width:640px) {
    .desktop-sec {
        display: none;
    }

    .mobile-sec {
        display: block;
    }

    .cities-connection-mob ul li {
        width: 50%;
        float: left;
        padding: 0 4px;
    }

    .choose-car .car-detail.row {
        padding: 5px 0 20px;
        width: 48%;
        float: left;
        margin: 7px 3px !important;
    }

    .car-detail .car-description {
        display: none;
    }

    .member-lagguage ul li:nth-child(1) {
        /* display: none; */
    }

    .car-detail .car-head h6 {
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin-bottom: 12px;
    }

    .car-detail .member-lagguage {
        width: 100%;
        float: left;
        text-align: center;
    }

    .car-detail .price {
        width: 100%;
        float: left;
        text-align: center;
    }

    .ride_detail ul li a.return_custom_font {
        font-size: 11px;
        height: 50px;
        line-height: 50px;
    }

    .bottom_btn ul li a.return_custom_font i {
        margin-right: 6px;
        font-size: 16px;
    }
}

@media(max-width:575px) {


    .bottom_btn ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .ride_detail ul li {
        padding: 0 5px 8px;
    }

    .total_fair {
        margin: 30px 0;
    }

    .booking_detail .half_field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .ride_detail {
        padding: 30px 20px;
    }

    .banner h1 {
        font-size: 20px;
    }

    .radio_fields .radio_btn {
        margin-right: 9px;
    }

    .booking-sec {
        padding: 40px 0;
        margin-top: 0px;
    }

    .grey-banner h1 {
        font-size: 23px;
    }

    .banner span {
        padding: 5px;
    }

    .banner-text {
        top: 65%;
    }

    .home-banner-text h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .radio_fields .radio_btn {
        width: 43%;
    }

    section.home-banner-text {
        padding: 20px 0 0px !important;
    }

    .booking-logo a.booking-logo-star img {
        margin-bottom: 0px;
    }

    .booking-sec {
        padding-bottom: 15px !important;
    }

    .ride_detail .three_field p label {
        margin-top: 0px !important;
    }

    section.home-banner-text {
        padding: 10px 0 14px !important;
    }

    .booking-sec {
        padding: 20px 0;
    }

    .grey-banner h3 {
        font-size: 21px;
        line-height: 35px;
    }

    .grey-banner {
        padding: 10px 0 0px !important;
    }

    .grey-banner h3 span {
        background: none !important;
    }

    .grey-banner h3 {
        background: #eeebd8 !important;
    }

    .home-banner-text h3 span.main-title {
        background: none !important;
    }

    .home-banner-text h3 {
        background: #f4f4f4 !important;
    }

    .passenger-info .form_field input.tac_checkbox {
        height: 25px;
        width: 25px;
    }

    .checkbox_field {
        padding: 0 30px;
    }

    .radio_fields .radio_btn {
        width: 49.5%;
        margin-right: 0 !important;
    }

    /*    .member-lagguage {
        margin-top: 4px;   
   }*/
    .fleet-row h5 {
        display: flex;
    }

    span.car-class {
        margin-left: 5px;
        display: block;
        text-align: center;
        width: 90px;
        margin-top: 0px;
        padding-left: 0;
    }
}

@media(max-width: 520px) {
    .pick-date {
        display: block !important;
    }

    .adult-seat span svg {
        width: 40px;
    }

    .pick-date .order-left strong {
        width: 47%;
        display: inline-block;
    }

    .order-left .inc-left {
        width: 44%;
        text-align: right;
        display: inline-block;
        font-size: 13px !important;
    }

    .order-right .inc {
        width: 26%;
        display: inline-block;
        text-align: right;
        font-size: 13px !important;
    }
}

@media(max-width:480px) {
    .car-detail .car-head {
        text-align: center;
    }

.free-cancelation {
    width: 93%;
}

    .car-detail .car-head h6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .car-detail .member-lagguage {
        width: 100%;
    }

    .car-detail .price {
        width: 100%;
    }

    .address-search .form-control label span.form-control__label {
        font-size: 13px;
    }

    .address-search .form-control input {
        font-size: 13px;
    }

    input.cross {
        font-size: 10px !important;
    }

    .address-search .form-control label select {
        font-size: 13px;
    }

    .comment-textarea textarea#comment {
        font-size: 13px;
    }

    .passenger-info .form-control label span.form-control__label {
        font-size: 13px;
    }

    .booking-form h2 span {
        width: 42%;
    }

    .booking-form h2 span select {
        width: 100%;
    }

    .booking-form p {
        width: 100%;
        float: left;
    }

    .booking-form h2 {
        width: 100%;
        float: left;
    }

    .booking-form h2 span {
        width: 100%;
        margin-top: 9px;
    }

    .passenger-info .form-control {
        margin: 0 0 10px;
        width: 100%;
    }

    .passenger-info .form-control.full_filed {
        border-bottom: 1px solid #c3c3ab;
    }

    .passenger-info .form-control.half_field:nth-child(3) {
        border-left: 1px solid #c3c3ab;
    }

    .banner-text {
        top: 60%;
        width: 100%;
    }

    .banner h1 {
        font-size: 15px;
    }

    .booking-sec {
        padding: 30px 0;
    }

    .header .logo {
        margin-bottom: 15px;
    }

    .header .header_right ul li a {
        font-size: 17px !important;
    }

    /*    .address-search__field .icon {
        top: 5px;
   }*/
    .booking_info_btn button.button {
        padding: 10px 0;
    }

    .home-banner-text h3 {
        font-size: 22px;
        line-height: 40px;
        padding: 0 25px;
    }

    .header .header_right ul li {
        padding: 10px 0px !important;
    }

    .header .header_right ul .book_now a {
        width: 100% !important;
        border: none !important;
        text-transform: uppercase !important;
        color: #fff !important;
        padding: 10px 30px !important;
        letter-spacing: 0.2px !important;
        cursor: pointer !important;
        border-radius: 4px !important;
    }

    .header .header_right ul .book_now {
        display: block !important;
    }

    .phone_pass_de {
        width: 100% !important;
    }

    section.home-banner-text {
        padding: 20px 0 0;
    }

    .hygine-img img {
        width: 100% !important;
    }

    .hygiine-main .row .row .col-lg-8 {
        width: 71% !important;
        padding: 0px !important;
    }

    .hygiine-main h3 {
        font-size: 20px;
    }

    .hygiine-main p {
        font-size: 15px;
        padding: 10px 10px 0;
    }

    .hygiine-main .row .row .col-lg-2 {
        width: 9% !important;
    }

    .hygiine-main h3 {
        margin-top: 0px;
    }

    .hygiine-main .row .row .col-lg-2 {
        width: 9% !important;
        margin: 0 auto !important;
    }

    .hygiine-main .row .row .col-lg-8 {
        width: 60% !important;
        padding: 0px !important;
    }

    .address-search__field input.cross {
        top: 5px;
    }

    .booking-sec {
        padding: 10px 0px 18px;
    }

    .home-banner-text h3 {
        font-size: 14px;
        padding: 2px 15px;
    }

    section.home-banner-text {
        padding: 10px 0px !important;
    }

    .cities-connection-text span {
        font-size: 14px;
    }

    .grey-banner h3 {
        font-size: 14px;
        padding: 0px 15px;
        margin: 0px;
    }

    .grey-banner {
        padding: 10px 0 7px !important;
    }

    .grey-banner h3 span {
        padding: 6px 15px;
    }

    .radio_fields .radio_btn {
        width: 49.4%;
        margin-right: 0 !important;
    }

    .booking-confirmation div#returnBookingAccordion .row.pick-drop {
        padding-left: 5px;
    }

}

@media (max-width: 420px) {
    .radio_fields .radio_btn label {
        padding: 13px 4px 13px 24px;
        font-size: 12px !important;
    }

    .final_tot_fai h3 {
        font-size: 22px;
    }

    .radio_fields .radio_btn input:checked+label {
        font-size: 12px;
    }

    .booking-logo a.booking-logo-star img {
        margin-bottom: 0px;
        margin-right: 25px;
        width: 100px;
    }

    .home-banner-text h3 {
        line-height: 22px;
    }

    .total_fair h3 div span {
        width: 50%;
    }

    .total_fair label {
        width: 50%;
        font-size: 13px;
    }

    .final_tot_fai .nf span.text-dark {
        width: 50%;
        font-size: 16px;
    }

    .total_fair label {
        width: 50%;
        font-size: 12px;
    }

    .radio_fields .radio_btn label:before {
        left: 9px;
        top: 17px;
    }

    .address-search__field .icon {
        top: 24px;
    }

    .radio_fields .radio_btn {
        width: 49.3% !important;
        margin-right: 0 !important;
    }

    .extra-notes h2 {
        width: 92%;
    }
}

@media(max-width:375px) {
    .booking-form h2 {
        font-size: 18px;
    }

    .choose-car h2 {
        font-size: 18px;
    }

    .total_prize td {
        font-size: 18px;
    }

    .passenger-detail h2 {
        font-size: 18px;
    }

    .header .logo img {
        width: 250px !important;
    }

    .radio_fields .radio_btn input:checked+label {
        font-size: 13px;
    }

    .radio_fields .radio_btn label {
        font-size: 13px;
    }

    .home-banner-text h3 {
        line-height: 22px;
    }

    .radio_fields .radio_btn label {
        font-size: 11px !important;
    }

    .radio_fields .radio_btn label:before {
        top: 20px;
    }
}

@media screen and (min-width:371px) and (max-width: 450px) {
    .rev-portals .top {
        display: block;
    }

    .review .top span {
        display: block;
        float: left;
        width: 100%;
    }

    .star-rating {
        width: 100%;
        display: block;
        float: left;
    }

    .rev-portals img.attachment-full.size-full {
        margin-right: 5px !important;
    }
}

@media(max-width:370px) {
    .radio_fields .radio_btn {
        margin-right: 2px;
    }

    .radio_fields .radio_btn {
        width: 49% !important;
    }

    .hygiine-main .row .row .col-lg-8 {
        width: 55% !important;
    }

    .hygiine-main h3 {
        margin-top: 0px;
        font-size: 18px !important;
    }
}

@media(max-width:350px) {
    .radio_fields .radio_btn input:checked+label {
        font-size: 12px;
    }

    .radio_fields .radio_btn label {
        padding: 4px 0px;
        font-size: 12px;
    }

    .home-banner-text h3 {
        line-height: 25px;
        padding: 6px 15px;
    }
}

@media(max-width:335px) {
    .hygiine-main .row .row .col-lg-8 {
        width: 69% !important;
    }
}

@media(max-width:320px) {
    .radio_fields .radio_btn label {
        padding: 4px 0px;
        font-size: 12px;
    }

    .radio_fields .radio_btn input:checked+label {
        font-size: 12px;
    }

    .radio_fields .radio_btn {
        width: 47% !important;
        margin-right: 5px;
    }
}


/*header/ footer css*/
/*.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    height: 300px !important;
    overflow-y: scroll;
}*/
ul#hold-return-menu,ul#select-focus1-menu {
    height: 300px !important;
    overflow-y: scroll;
}
.table-condensed thead tr th.prev i:before {
    content: "";
    position: absolute;
    background-image: url(../images/left-arr.png);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: 6px;
    top: 5px;
}

.table-condensed thead tr th.next i:before {
    content: "";
    position: absolute;
    background-image: url(../images/right-arr.png);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: 6px;
    top: 5px;
}