@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Figtree:wght@300;400;500;600;700");
.ui-datepicker {
    width: auto;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 9;
}

@media print {
    /* All your print styles go here */
    /* #btns { display: none !important; } 
   .btn-secondary { display: none !important; } */
    .buttons a:link:after,
    .buttons a:visited:after,
    #header-primary a:link:after,
    #header-primary a:visited:after {
        content: none;
    }
}

.animtn {
    position: relative;
    animation: my-animation .5s ease;
}

@keyframes my-animation {
    from {
        opacity: 0;
        top: -100px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

.cstdtl {
    text-align: center;
    margin-top: -10px;
    color: #000;
    font-weight: 700;
    background: #dddddd 0 0 no-repeat padding-box;
    padding: 5px 0;
    margin-bottom: 0;
}

.featureList i {
    margin-bottom: 5px;
    color: #972a58;
    padding-right: 5px;
    padding-bottom: 5px;
}

.featureList .bed-class {
    padding-right: 5px;
    margin-top: 5px;
}

.featureList .feature-icon {
    margin-right: 5px;
    margin-bottom: 4px;
    margin-top: 5px;
}

#quote-info {
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #dddddd;
    font-weight: 500;
}

#displquote1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.44);
    overflow: auto;
    z-index: 9;
    display: none;
}

a#close {
    position: absolute;
    right: 6px;
    top: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #f58220;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
}

#displquote1 h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

div#popupContact {
    background-color: white;
    height: auto;
    width: auto;
    padding: 1px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px solid #808080;
}

.popform {
    max-width: 100%;
    padding: 50px;
    border: 1px solid #808080;
    background-color: #fff;
}

.selector {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
    width: 100%;
}

.selector input[type='radio'] {
    display: none;
}

.selector label {
    color: #666;
    font-weight: normal;
}

.selector label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #972a58;
    background-color: transparent;
}

.selector input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #972a58;
    ;
}

.payment-info {
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.payment-info h5 {
    margin-bottom: 10px;
}

.payment-info p {
    margin-bottom: 0px;
    line-height: 1.5;
}

span#paymentOptionRemainder {
    font-weight: 700;
}

.amt {
    color: #972a58;
    font-weight: 900;
    font-size: 19px;
    margin: 5px 0 6px 15px;
}

 ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #972a58;
    border-radius: 5px;
}

.buttons {
    display: flex;
}

.TextCof {
    font-size: 18px;
}

.Headthk,
.TopHeading {
    text-align: left;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 0 5px 15px;
}

.TopHeading h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.Headthk h3 {
    font-weight: 300;
    font-size: 24px;
}

#reqtitle {
    margin-top: 0;
}

.borderred {
    font-size: 16px;
    font-weight: 400;
}

#vehicleInfoContainer {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    margin: 20px 0;
}

#btns {
    margin-right: 15px;
}

.HeadCof {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
}

.inner-bg #displbook {
    padding: 0px 15px;
}

#price-match-guarantee {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0 15px 0;
}

.tooltips {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltips span {
    opacity: 0;
    color: #fff;
    width: 300px;
    padding: 8px;
    background: #f58220;
    text-align: center;
    position: absolute;
    border-radius: 0;
    transition: opacity 1s;
    line-height: 25px;
    font-size: 16px;
}

.tooltip-right {
    top: 57px;
    right: 0px;
}

a.tooltiplink {
    color: #972a58;
    font-weight: 500;
    text-decoration: underline;
}

.tooltips span:after {
    content: "";
    border-width: 8px;
    position: absolute;
    border-style: solid;
}

.tooltips:hover span {
    opacity: 1;
}

.tooltip-right:after {
    top: -21px;
    bottom: 100%;
    border-color: #f5822000 #f5822000 #f58220 #f5822000;
    left: 233px;
}

#amtPayable {
    line-height: 1.5;
    text-align: center;
    background-color: #972a58;
    color: #fff;
    padding: 10px;
}

#amtPayable label {
    font-size: 18px;
    font-weight: 800;
}

#btnBackToOptions {
    display: none;
}

#cmbPickupPlace,
#cmbDropoffPlace {
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    padding-top: 9px;
}

#txtPickup,
#txtReturn {
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    padding-top: 9px;
}

.booking-location {
    border: 1px solid #bfbfbf;
    justify-content: center;
    margin-bottom: 18px;
    padding: 10px 5px 5px 5px;
}

.booking-form {
    max-width: 530px;
}

.search-form-box {
    margin-top: 100px;
}

.icon-arrow-foward {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    padding-top: 0px;
    margin-left: -8px;
}

.icon-arrow-foward .one {
    height: 2px;
    background-color: #972a58;
    width: 23px;
    border-radius: 5px;
    transform: translateX(13px);
}

.icon-arrow-foward .two {
    width: 13px;
    height: 13px;
    border: 2px solid #972a58;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}

#cmbPickupVisible::placeholder,
#cmbDropOffVisible::placeholder,
#form-Promo-Code::placeholder,
#cmbNoPassenger::placeholder {
    color: #77797a;
    opacity: 1;
}

.btn-search-form {
    height: 45px;
    width: 200px;
    font-size: 16px;
    background: #f58220;
    border: #f58220;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
}

.filter-item-btn {
    text-align: center;
    padding: 10px 0 17px 0;
}


/*  new styles added  */

#header-primary {
    height: 65px;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.2);
}

.mobile-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#logo {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 150px; */
    font-size: 1rem;
    margin-bottom: 0;
}

#logo>a {
    display: block;
    width: 100%;
}

#logo img {
    max-width: 100%;
    height: 40px;
}

#mobile-header-btn {
    margin-left: auto;
    border-left: 3px solid #F58220;
    height: 67px;
}

#mobile-header-btn a {
    height: 90%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    width: 90%;
    background: unset;
    border: unset;
    color: #972A58;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-buttons {
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
}

#btn-search {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
    font-weight: 300;
    cursor: pointer;
    transition: .3s .3s ease, color .3s ease;
}

#btn-search i {
    font-size: 1.5rem;
    margin-left: 10px;
    color: #F58220;
}

#btn-search:hover,
#btn-search:active,
#btn-search:focus {
    color: #972A58;
}

.search-open #btn-search {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease, color .3s ease;
}

.vue-form .btn,
.vue-form .gform_button {
    padding-left: 0;
    padding-right: 0;
    z-index: 10;
}

.vue-form .form-control {
    height: 60px;
    background-color: transparent !important;
    transition: color .3s ease .3s;
    color: #161616;
    font-weight: 600;
}

.vue-form .filter-item-inner {
    font-size: .75rem;
    font-weight: 500;
}

.vue-form .filter-label {
    position: absolute;
    top: 0px;
    left: 12px;
    color: #972a58bf;
    z-index: -2;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    transform: translate(0, -50%);
    margin-bottom: 0;
}

.col-12.filter-item-btn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.extra-option-label {
    left: 11px !important;
    top: 0px !important;
}

.extra-options {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.vue-form .fas {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-size: 1rem;
    color: #972A58;
    width: 25px;
    height: 25px;
    border: 1px solid #972A58;
    border-radius: 50%;
    transition: .3s ease;
    pointer-events: none;
}

.vue-form .field-boolean .form-control,
.vue-form .field-boolean body .gform_wrapper input[type="text"],
body .gform_wrapper .vue-form .field-boolean input[type="text"],
.vue-form .field-boolean body .gform_wrapper textarea,
body .gform_wrapper .vue-form .field-boolean textarea {
    opacity: 0;
}

.vue-form .field-boolean .filter-label {
    top: 50%;
    transform: translate(0, -50%);
    font-size: .75rem;
}

.vue-form .field-boolean .fas {
    color: rgba(40, 167, 69, 0);
    transition: .2s ease;
}

.vue-form .field-boolean.field-active .fas {
    color: #28a745;
}

#booking-form .btn,
#booking-form .gform_button {
    width: 100%;
    height: 100%;
    padding: 0;
    min-height: 40px;
}

#booking-form .form-control {
    height: 30px;
    border: unset;
}

.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.filter-title {
    display: inline-block;
    box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.2);
    font-size: .75rem;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.filter-title span {
    display: inline-block;
    position: relative;
    z-index: 10;
    background-color: #972A58;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.filter-inner {
    position: relative;
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 7.5px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.filter-inner .filter-item {
    padding: 10px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.filter-inner .filter-item .filter-item-inner {
    position: relative;
    background: transparent;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.home {
    transition: .3s ease;
}

.home .hide-on-home {
    display: none;
}

#home-features {
    margin-top: -52px;
    padding-bottom: 60px;
}

.home-feature p {
    margin-bottom: 0;
}


/* 
.feature-icon {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 50%;
} */

.feature-icon .feature-icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #972A58;
    border-radius: 50%;
}

.feature-icon img {
    max-width: 54px;
    height: auto;
    width: 54px;
}

.feature-title {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #972A58;
}

.agentGross {
    width: 200px;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    color: #BB0000;
    background-color: white;
}

.agentGross>p {
    margin: 0px;
}

.agentItem {
    font-weight: 600;
    text-align: center;
}


/*# sourceMappingURL=style.css.map */

#footer {
    background-color: #212529;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.footer-disclaimer {
    margin-top: 20px;
    font-size: 16px;
}

.date-picker-wrapper {
    margin-top: 15px;
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    -webkit-box-sizing: initial;
    box-sizing: initial;
    cursor: pointer;
    background-color: white;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #fff;
    border: solid 1px #972a58;
    background: #972a58;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 6px 10px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #F58220;
    background: #F58220;
    background: -moz-linear-gradient(top, #F58220, #F58220);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: #fff;
    line-height: initial;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
    color: #333;
}

.date-picker-wrapper .selected-days {
    display: none;
    color: #972A58;
    font-weight: 800;
}

.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
    position: relative;
}

.date-picker-wrapper .month-name {
    text-transform: uppercase;
    font-size: 16px;
    color: #972A58;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer;
    color: #972a58;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #972a58;
    color: #fff;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #e65c9682;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #F58220;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 8px 8px 8px 8px;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 1px;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: #F58220!important;
    color: #fff!important;
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
    color: grey;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #F58220;
}

.date-picker-wrapper .month-wrapper table {
    width: 250px;
    float: left;
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none;
    background-color: #972A58;
    padding: 9px 10px;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 250px;
    float: left;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: black;
    cursor: pointer;
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #972a58;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}

.clear {
    float: none !important;
    clear: both;
    width: 100%;
    height: 0;
}

.red {
    color: red;
}

.img-responsive>img {
    display: grid !important;
}

.fa-2 {
    font-size: 2em !important;
}

.fa-3 {
    font-size: 4em !important;
}

.fa-4 {
    font-size: 7em !important;
}

.fa-5 {
    font-size: 12em !important;
}

.fa-6 {
    font-size: 20em !important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: -webkit-inline-box !important;
}

.dashboard-panel-8 {
    width: 66% !important;
}

.Addborder {
    border: 2px solid red !important;
    cursor: pointer;
}

#frmStep2 .row .col-md-2 label:nth-child(1):before {
    content: '' !important;
}


/*
#frmStep2 .row .col-md-2:nth-child(1) label:before {
  content: '' !important;
} */

label .sr-only:before {
    content: '#';
}


/* Paste this css to your style sheet file or under head tag */


/* This only works with JavaScript, 
if it's not present, don't show loader */

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    /*width:19px;
    height:19px;*/
    margin: -1px 4px 0 0;
    cursor: pointer;
}

.frame {
    width: 379px;
    height: 260px;
    border: none !important;
    text-align: center;
}

.dropdown-menu.show {
    display: block;
    width: 90%;
}

.home-feature {
    text-align: center;
    font-size: .8125rem;
}


/*** MEDIA QUERIES ***/

@media (max-width: 1199.98px) {
    .menu-open #header {
        right: 260px;
        border-radius: .5rem 0 0 0;
    }
    #btn-search {
        display: none;
    }
}

@media(max-width: 480px) {
    #price-match-guarantee {
        display: none !important;
    }
    .dropdown #LcDropdown {
        transform: translate3d(0px, 35px, 0px) !important;
    }
    .search-form-box {
        margin-top: 110px;
    }
    #logo img {
        max-width: 100%;
        height: 30px;
    }
}

@media (min-width: 602px) {
    #btnQuote4 {
        color: white;
        position: relative;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
    .admin-bar #header {
        top: 46px;
    }
}

@media (min-width: 768px) and (max-width: 782px) {
    #summary-column {
        margin-right: 0 !important;
    }
}

@media (max-width: 782px) {
    .bkdate {
        display: none;
    }
    .filter-inner {
        padding-top: 7.5px;
    }
    .filter-inner .filter-item {
        padding-top: 7.5px !important;
    }
    #welcomemsg {
        margin-top: 70px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .amt {
        float: left !important;
    }
}

@media (max-width: 424px) {
    #dvEmailtxt {
        word-wrap: break-word;
    }
}

@media (max-width: 601px) {
    #btnQuote4 {
        color: white;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
    #btnBackToOptions {
        display: none !important;
    }
    #nonMobileButtons {
        text-align: center;
    }
    .btnBackToOptions {
        display: none;
    }
}

@media (max-width: 410.98px) {
    .icon-arrow-foward {
        padding-right: 20px !important;
    }
}

@media (max-width: 368.98px) {
    .icon-arrow-foward {
        padding-right: 7px !important;
    }
}

@media (min-width: 783px) {
    .admin-bar #header {
        top: 32px;
    }
}

@media (max-width: 550px) {
    .date-picker-wrapper .month-wrapper {
        border: 1px solid #bfbfbf;
        border-radius: 3px;
        background-color: #fff;
        padding: 0 !important;
        cursor: pointer;
        position: relative;
    }
    .date-picker-wrapper .month-wrapper table {
        width: 250px;
        float: none !important;
        margin: auto;
    }
    .date-picker-wrapper {
        margin-top: -1px !important;
        z-index: 9 !important;
        border: 1px solid #bfbfbf;
        font-size: 15px;
        line-height: 20px;
        color: #000;
        font-family: 'Figtree', sans-serif;
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
        -webkit-box-sizing: initial;
        box-sizing: initial;
        margin-left: 15px;
        margin-right: 20px;
        cursor: pointer;
        background-color: white;
    }
}

@media (max-width: 991.98px) {
    .vue-form .vdp-datepicker__calendar {
        right: 0;
    }
}

@media (max-width: 450px) {
    .vue-form .filter-label {
        font-size: 13px!important;
        letter-spacing: .4px!important;
        z-index: -2 !important;
    }
    #cmbDropoffPlace::placeholder,
    #cmbPickupPlace::placeholder,
    #txtPickup::placeholder,
    #txtReturn::placeholder,
    #form-Promo-Code::placeholder,
    #cmbNoPassenger::placeholder {
        font-size: 13px !important;
    }
    .label-block {
        right: -12px !important;
    }
}

@media(max-width:412px) {
    .payment-info {
        height: 115px;
    }
}

@media (max-width: 767.98px) {
    #cmbDropoffPlace::placeholder,
    #cmbPickupPlace::placeholder,
    #txtPickup::placeholder,
    #txtReturn::placeholder {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .vue-form .fas {
        right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .vue-form .fas {
        right: 10px;
    }
}

@media (min-width: 1024px) {
    #header-primary {
        height: 60px;
        background-color: #fff;
        -webkit-box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    #logo {
        padding-left: 15px;
        margin-top: 2px;
    }
}

@media (min-width: 992px) {
    #logo {
        /* height: 65px; */
        width: 250px;
        padding-left: 10px;
        margin-top: 0px
    }
}

@media (min-width: 1200px) {
    .search-container {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 0;
        opacity: 0;
        transition: .3s ease;
    }
    .search-container .form-control,
    .search-container body .gform_wrapper input[type="text"],
    body .gform_wrapper .search-container input[type="text"],
    .search-container body .gform_wrapper textarea,
    body .gform_wrapper .search-container textarea {
        pointer-events: none;
    }
    .search-open .search-container {
        width: 300px;
        opacity: 1;
        transition: .3s .3s ease;
    }
    .search-open .search-container .form-control,
    .search-open .search-container body .gform_wrapper input[type="text"],
    body .gform_wrapper .search-open .search-container input[type="text"],
    .search-open .search-container body .gform_wrapper textarea,
    body .gform_wrapper .search-open .search-container textarea {
        pointer-events: auto;
    }
    #mobile-header-secondary {
        display: none;
    }
}
