@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");
.header-buttons .btn-secondary {
    border: 2px solid #f58220;
    padding: 8px;
    color: #fff;
    background-color: #f58220;
    margin: 6px 1px 3px 3px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.btn-wide {
    min-width: 50%;
}

.bottom-buttons {
    color: white;
}

.bottom-buttons-right {
    text-align: right;
}

.bg-main {
    background-color: #972a58;
}

.btn-org {
    background-color: #f58220 !important;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.purple-header {
    padding: 0px 10px 0px 0px;
    text-align: left;
    color: #972a58;
}

.purple-header h2 {
    margin-bottom: 0;
}

.purple-header i {
    color: #972a58;
    font-size: 18px;
}

.most-popular-head {
    text-align: center;
    height: 23px;
    color: white;
    background-color: #008036;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 17px;
    padding: 3px 0;
}

.most-popular-head.active {
    background-color: #008036;
}

.vehicle-info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    align-items: center;
    margin-top: 16px;
}

.vehicle-info-link,
.walk-through-3d {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}

.vehicle-info-link a,
.walk-through-3d a {
    color: #4c4a4b;
}

a:not([href]):not([class]) {
    color: #4c4a4b;
}

a:not([href]):not([class]):hover {
    color: #4c4a4b;
}

.walkthroughmodel .modal-body {
    padding: 0 20px 20px 20px;
}

.walkthroughmodel .modal-header {
    padding-bottom: 25px;
}

.walkthroughmodel .modal-content {
    padding: 0px;
    height: 500px;
}

.walkthroughmodel .modal-header .close,
.VehicleGallerymodel .modal-header .close {
    color: #000000;
    z-index: 99999;
}

.VehicleGallerymodel .modal-body {
    padding: 20px;
}

.VehicleGallerymodel .modal-header {
    padding-bottom: 0px;
}

.VehicleGallerymodel .modal-content {
    padding: 0px;
    height: 100%;
}

.averageDailyPrice p {
    margin-bottom: 10px;
    font-size: 14px;
}

.list-price-details a {
    font-size: 14px;
    color: #f58220;
}

.xdsoft_current {
    background-color: #972a58 !important;
    box-shadow: rgba(154, 41, 96, 0.5) 0 1px 3px 0 inset !important;
}

#frmStep2 input {
    background-color: white;
    border-radius: 0;
}

.ui-datepicker {
    font-size: 120%;
}

.ui-datepicker-current-day a {
    background-color: #972a58 !important;
    border: 1px solid rgba(154, 41, 96, 0.5) !important;
}

#message-area .alert {
    margin-top: 20px;
}

#searchForm {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    border-radius: 6px;
    margin-inline: auto;
}

.form-box {
    position: sticky;
    top: 60px;
    width: 100%;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 0px 0px;
    background-color: #fff;
    /*  transition: all 0.2s linear;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
   -webkit-animation-duration: 1s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; */
    animation: slide-down 0.3s linear both;
}

@keyframes slide-down {
    0% {
        visibility: hidden;
        height: 0;
    }
    95% {
        visibility: visible;
        height: 250px;
    }
    /* Set height to 'auto' after animation for spacing showing form-invalid feedback message */
    100% {
        visibility: visible;
        height: auto;
    }
}

.top-sub-heading {
    text-align: center;
    height: 35px;
    color: white;
    background-color: #008036;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.averageDailyPrice a {
    color: #f58220;
    font-size: 14px;
}

#frmStep3 #displbook label,
#frmStep3 #displquote label {
    padding-bottom: 5px;
    line-height: 1.3rem;
}

#frmStep3 #displquote input[type="checkbox"] {
    margin-left: 5px;
}

#frmStep3 #extrasOptionsSlider p:first-of-type,
#frmStep3 #extrasOptionsSlider p:nth-of-type(2) {
    text-align: center;
}

#frmStep3 label.control-label {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

#insuranceOptionsSlider .slick-prev,
#insuranceOptionsSlider .slick-next {
    width: 25px;
    height: 25px;
    z-index: 8;
}

#insuranceOptionsSlider .slick-list {
    padding: 0 10% 0 0 !important;
}

#insuranceOptionsSlider .slick-prev:before,
#insuranceOptionsSlider .slick-next:before {
    color: #972a58 !important;
}

#insuranceOptionsSlider .slick-prev {
    left: 6px;
}

#insuranceOptionsSlider .slick-next {
    right: 25px;
}

#frmStep3 #requiredFieldNotice {
    margin-bottom: 10px;
    display: block;
}

#frmStep3 .campervanRow.less-popular {
    margin-top: 24px;
}

#frmStep3 .selector-button input[type="radio"]:checked {
    border: 2px solid #972a58;
}

#frmStep3 .selector-button input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    border: 3px solid gray;
}

#frmStep3 .selector-button input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

#frmStep3 .selector-button input[type="radio"]:checked:before {
    background: #972a58;
}

#frmStep3 .selector-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ddd;
    /* padding: 10px 0px; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    line-height: 1.5rem;
    padding-top: 0.91rem;
    width: 100%;
}

.insurance-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.insurance-content h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.insurance-content p {
    margin-bottom: 15px;
}

.select-btn-white {
    background-color: transparent;
    color: #972a58 !important;
    width: 40% !important;
    margin-left: 5px;
}
.select-btn-white:hover {
    background-color: transparent;
    color: #972a58 !important;
    width: 40% !important;
    margin-left: 5px;
}

#frmStep3 .optional-selector-button {
    display: flex;
    justify-content: flex-end;
    padding-right: 2px;
}

.qty-optional {
    display: flex;
    justify-content: flex-end;
}

#frmStep3 .selector-button label {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-left: -10px;
    background-color: #f58220;
    color: black;
    font-weight: bold;
}

#frmStep3 .selector-button label.on {
    color: white;
    background-color: #972a58;
}

#frmStep3 #insuranceOptionsSlider .campervanRow,
#frmStep3 .paymentOption {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    border: 3px solid transparent;
    height: 100%;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding: 1rem 1rem 1rem;
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.paymentOption-container {
    position: relative;
    flex: 1 1 0;
    margin-bottom: 45px;
}

#frmStep3 #insuranceOptionsSlider,
#frmStep3 #paymentOptions {
    display: flex;
    gap: 1em 1em;
}

#frmStep3 #insuranceOptionsSlider .campervanRow .detailText {
    padding-left: 0px;
}

.insurance-price {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 10px 0px;
    color: #f58220;
}
.insurance-more-btn{
    font-size: 18px;
    font-weight: 560;
    text-decoration: underline;
    color: #f58220;
    cursor: pointer;
}
li.insurance-offer {
    line-height: 1.5;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.525rem;
}

li.insurance-offer .fa-check {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0.235rem;
}

#frmStep3 #extrasOptionsSlider .campervanRow {
    margin-bottom: 20px;
}

#frmStep3 #insuranceOptionsSlider .campervanRow.active,
#frmStep3 #extrasOptionsSlider .campervanRow.active,
#frmStep3 #extrasOptionsSlider .InsuranceOption-container.active,
#frmStep3 .paymentOption.active {
    border-color: #972a58;
}

#frmStep3 #insuranceOptionsSlider .campervanRow:hover,
#frmStep3 .paymentOption:hover {
    border-color: #972a58;
}

#frmStep3 #extrasOptionsSlider .selector-button label {
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 20px;
    margin-left: 0;
}

#summary-column {
    max-width: 400px;
    margin-inline: auto;
    margin: 20px 0;
}

.optionRow {
    display: block;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    padding: 15px 15px 15px 15px;
}

.optional-extra-img-box img {
    max-height: 40px;
}

.optionRow .optional-extra-description {
    display: flex;
    justify-content: flex-start;
}

.optional-price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}

#quote-info a {
    color: #f58220;
}

.slick-list .campervanRow img {
    margin-left: auto;
    margin-right: auto;
}

.slick-list .campervanRow.active {
    border-color: #972a58 !important;
}

.priceDetailsLink {
    color: #f58220;
}

.belowSearchInfo .card {
    margin-top: 15px;
}

.belowSearchInfo .card .card-header,
.belowSearchInfo .card .card-body,
.belowSearchInfo .card .card-footer {
    text-align: center;
}

input[type="text"],
textarea,
textarea.form-control {
    /*height: 34px;
   */
    margin: 0;
    /*padding: 0 20px;
   */
    vertical-align: middle;
    background: #f8f8f8;
    border: 2px solid #ddd;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

button.btn {
    height: 30px;
    padding: 0 20px;
    vertical-align: middle;
    background: #090;
    border: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #090;
    color: #fff;
}

button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: 1;
    color: #fff;
}

label {
    font-weight: 400;
}

.btn-link-small {
    height: unset;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 60%;
    padding: 7px 10px;
}

.btn-link-small:hover,
.btn-link-small:focus,
.btn-link-small:active {
    outline: 0;
    opacity: 0.6;
}

html,
body {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1.3;
}

body {
    font-family: 'Figtree', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    color: #4c4a4b;
    text-align: left;
    background-color: #f9f0e7a8 !important;
    /* position: relative;
    min-height: 100vh; */
}

strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 100;
    line-height: 50px;
}

.h1,
h1 {
    font-size: 36px !important;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.h4,
h4 {
    font-size: 18px !important;
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 32px;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #090;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #090;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #090;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: #333;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #090;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #090;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: #333;
    background: rgba(0, 0, 0, 0.3);
    color: #090;
}


/***** Top content *****/

.top-content .text {
    padding-top: 120px;
    color: #090;
}

.top-content .text h1 {
    color: #090;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .top-big-link {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #090;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form .input-error {
    border-color: #090;
}

@keyframes shine {
    0% {
        left: -100px
    }
    20% {
        left: 100%
    }
    100% {
        left: 100%
    }
}

#SelectBtnId:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgb(255 255 255 / 23%), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    animation: shine 5s infinite linear;
    /* Animation */
}

#dvbooknow button {
    background-color: #972a58;
    width: 100%;
    height: 40px;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 0;
}

#dvbooknow button:active,
#dvbooknow button:focus,
#dvbooknow button:hover {
    background-color: #972a58;
}

.classWithPad {
    padding: 10px;
}

.classWithPad2 {
    margin: 2px;
    padding: 5px;
}

.modal-content {
    padding: 50px;
    border-radius: 4px;
}

#myPopup h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-footer {
    border-top: none;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 35px;
    font-weight: 500;
    color: #f58220;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
}

.modal-backdrop.in {
    opacity: 0.4 !important;
    background-color: rgba(0, 0, 0, 1) !important;
}

.modal-header {
    padding: 5px;
    border-bottom: none !important;
    justify-content: center;
}

.modal-header h3 {
    font-weight: 600;
}

.modal-footer {
    padding: 10px;
}

.modal-body {
    padding: 10px;
}

.vehicleThumbnail {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    margin: 5px;
}

.vehicleThumbnail img {
    display: inline;
}

.vehicle-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.results-price {
    font-weight: bold;
    font-size: 26px;
}

ol,
ul {
    margin-bottom: 2px;
    line-height: 16px !important;
}

.RemovePadding_p {
    margin: 0 0 0 0 !important;
}

.verticalMiddle {
    margin-top: 5%;
}

.TopPad {
    margin-bottom: 10px;
}

.DescText {
    color: #4c4a4b !important;
    display: inline-flex;
    justify-content: space-between;
}

.DescText a,
.DescText a:hover,
.DescText a:active {
    color: #4c4a4b !important;
}

.margin0 {
    padding-right: 0 !important;
    padding-left: 4px !important;
    text-wrap: avoid !important;
}

.caldispl select {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 8px;
}


/****************************** RCM ABOVE, US BELOW*/

.featured-ribbon {
    margin: 0;
    background: #009a2a;
    color: #fff;
    padding: 5px 0;
    position: absolute;
    bottom: 38px;
    left: 125px;
    transform: translateX(0%) translateY(100%) rotate(360deg);
    transform-origin: top left;
    z-index: 4;
}

.featured-ribbon:before,
.featured-ribbon:after {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: #009a2a;
}

.featured-ribbon:before {
    left: 100%;
}

.featured-ribbon:after {
    right: 100%;
}

.featured-ribbon .short-title {
    font-size: 10px;
    text-align: center;
    line-height: 1;
}

.featured-ribbon p {
    font-size: 13px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px 0 0 0;
}

.filter-video-btn {
    max-width: 200px;
}

.popover table {
    margin-bottom: 0;
    margin-top: 20px;
}

.popover table td,
.popover table th {
    padding: 0.35rem;
}

.popover-content {
    display: none;
}

.popover table tr {
    border-bottom: 2px solid #ddd;
}

.popover table tr:last-child {
    border-bottom: none;
}

.popover {
    width: 100%;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 6px 1px #eee;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    transform: translate3d(0, 0, 0);
    font-family: 'Figtree', sans-serif;
    padding: 10px;
    border: 2px solid #545454;
}

.popover .arrow {
    display: none;
}

.popover.custom-popover {
    max-width: 300px;
}

.popover-header {
    display: none;
}

.popover-body {
    border: none;
    padding: 0px;
}

.popover-body .popover-close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
    cursor: pointer;
}

.brandImage {
    position: absolute;
    background: #fff;
    padding: 1px 2px;
    text-align: center;
    z-index: 1;
    border-radius: 6px;
    margin-top: 5px;
    margin-left: 5px;
}

.right-limited {
    position: relative;
    right: 95px;
    top: 1px;
}

.limited-p {
    color: red;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    padding: 10px 0px 5px 0px;
    margin-bottom: 5px;
}

p.instant-available {
    border: 1px solid #008036;
    color: #008036;
    padding: 5px 8px;
    margin-top: 1.2rem;
    border-radius: 4px;
    margin-bottom: 1.3rem;
    font-size: 14px;
}

.label-block {
    position: relative;
    right: 10px;
    top: -4px;
    z-index: 3;
}

.label-block .label {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
}

.label-block .label .label-bg {
    display: inline-block;
    background-color: #b3f5d4;
    padding: 2px 8px 2px 12px;
    position: relative;
    line-height: 20px;
    font-size: 15px;
    border-radius: 4px;
    color: #074a28;
    text-align: center;
}

.label-block .label .label-bg .label-arrow {
    position: absolute;
    content: "";
    display: block;
    left: 100%;
    top: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 13px solid;
    border-left-color: green;
    border-right-color: green;
}

.vehicle-details {
    padding: 0px 0 0 0;
    height: 100%;
}

.extra-features {
    color: #000000;
    font-weight: 500;
    padding: 15px 0px 10px 0px;
    border-top: 2px solid #ddd;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 81px 114px 83px 91px;
}

.extra-features-list {
    list-style: disc;
    font-size: 14px;
}

.extra-features-list span {
    position: relative;
    left: -3px;
    font-size: 13px;
    color: #4c4a4b;
}

.priceBox {
    color: #4c4a4b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2%;
    justify-content: center;
    border-left: 2px solid #ddd;
    padding-left: 0px;
}

.priceBox .btn {
    color: white;
}

.priceBox .row {
    border: none !important;
}

.priceBox .green {
    color: #0b0;
}

.priceBox .unavailableMessage {
    text-align: center;
    color: #222222;
    font-size: 16px;
    line-height: 1.2;
    word-break: break-word;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.priceBox .unavailableMessage a {
    color: #4c4a4b;
    ;
    text-decoration: underline;
}

.featureList {
    margin-top: 10px;
    color: #4c4a4b;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}

.featureList p a {
    color: #972a58;
}

.text-purple {
    color: #972a58;
}

.back-purple {
    background-color: #972a58;
}

.text-orange {
    color: #f58220;
}

.btn-orange {
    background-color: #f58220;
}

.text-grey {
    color: #6f7175;
}

.btn-navigation {
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px;
    width: 100%;
}

.text-white {
    color: #fff;
}

.slick-prev::before,
.slick-next::before {
    font-size: 40px;
    opacity: 1;
}

.car-slider-container {
    padding-left: 0;
    padding-right: 0;
}

.VehicleGallerymodel .car-popupslider .slick-prev {
    left: -1px;
    z-index: 999;
}

.VehicleGallerymodel .car-popupslider .slick-next {
    right: 20px;
}

.car-slider-container .car-slider {
    margin-left: auto;
    margin-right: auto;
}

.car-slider-container .car-slider .slick-slide img {
    border-radius: 6px 0 0 0px;
    cursor: pointer;
}

.car-slider-container .car-slider .slick-prev {
    left: 10px;
    z-index: 1;
}

.car-slider-container .car-slider .slick-next {
    right: 30px;
}

.slick-track {
    /* padding-top: 5px !important;
    padding-bottom: 5px !important; */
}

.slick-list .campervanRow:hover {
    background-color: #f8f8f8;
}

#availablecars .campervanRow {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}

.averageDailyPrice {
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 10px;
}

.campervanPricingDetails {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: white;
}

#filter-box {
    text-align: center;
    margin-bottom: 10px;
}

#filter-box .overview-label {
    background-color: #f58220;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

#filter-box .section-label {
    margin-left: 25px;
    margin-right: 25px;
}

#filter-box label {
    border-color: #f58220;
    border-style: solid;
    border-width: 2px 1px 2px 1px;
    padding: 7px;
}

#filter-box label:first-child {
    border-left-width: 2px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#filter-box label:last-child {
    border-right-width: 2px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#filter-box label.active {
    background: #f58220;
    color: white;
}

#filter-box input[type="radio"] {
    left: -999em;
    position: absolute;
}

.hideSunday {
    /* display: none;
    */
    color: #ccc !important;
    cursor: default;
    pointer-events: none;
}

#frmStep3 .optional-extra-description h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.unslider {
    overflow: hidden !important;
}

.hideSunday {
    /* display: none;
    */
    color: #ccc !important;
    cursor: default;
    pointer-events: none;
}

.unslider-arrow,
.unslider-arrow:active,
.unslider-arrow:hover {
    color: #6f7175;
    padding-bottom: 5px;
    margin-top: 5px;
}

.unslider-nav {
    margin-top: 5px;
}

.unslider-nav li {
    display: none;
}

.unslider-nav li.unslider-active {
    display: inline;
}

option:disabled {
    color: #ddd;
}

#extrasOptionsSlider label {
    font-weight: bold !important;
    color: #666;
}

.clear {
    float: none !important;
    clear: both;
    width: 100%;
    height: 0;
}

.bg-error {
    background-color: #972a58;
    color: #ffff;
    padding: 25px;
    font-size: 25px;
}

.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;
}

label .sr-only:before {
    content: '#';
}

.trip-details-container {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
}

.trip-info-box {
    padding: 1em 0 0 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 15px;
}

.location-details-container {
    color: #972a58;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 5px 10px;
    background: #f1f1f1;
}

.vehicle-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .3rem;
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.vehicle-cutout-img {
    height: auto;
    width: 45%;
}

.pickup-detail-inner-box,
.dropoff-detail-inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

#vehicleInfoContainer .pickup-deatil-container,
#vehicleInfoContainer .dropoff-detail-container {
    display: flex;
    border: 2px solid #ddd;
}

hr.top-border {
    border-top: 2px dashed #ddd;
}

#vehicleInfoContainer .pickup-detail-inner-box,
#vehicleInfoContainer .dropoff-detail-inner-box {
    word-wrap: break-word;
    min-height: 95px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    justify-content: unset !important;
    align-items: unset !important;
    gap: unset !important;
}

#vehicleInfoContainer .pickup-detail-date,
#vehicleInfoContainer .dropoff-detail-date {
    padding: 10px 0px 10px 0;
    line-height: 1.3;
}

#vehicleInfoContainer .pickup-label,
#vehicleInfoContainer .dropoff-label {
    position: relative;
    padding: 4px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    width: 50%;
    display: flex;
}

#vehicleInfoContainer .vehicle-title-box {
    line-height: 1.3;
    padding: 10px 0;
    font-size: 18px;
    color: #636363;
    text-align: left;
}

#vehicleInfoContainer .pickup-label {
    background-color: #972a58;
}

#vehicleInfoContainer .dropoff-label {
    background-color: #F58220;
}

.vehicle-title-box {
    color: #972a58;
    font-weight: 700;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}


/* .vehicle-detail-container {
    min-width: 110px;
} */

.bookingInfo-section {
    text-align: center;
}

/* .bookingtext h2 {
    color: green;
    font-weight: 600;
} */
#reqtitle{
    font-weight: 600; 
}
.limit-green{
    color: green;
}
.limit-orange{
    color: #F58220;
}
i.fas.fa-check-square {
    margin-right: 5px;
    color: green;
}
.vehicle-image-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.customer-inner-box {
    display: flex;
    margin: 15px 0px;
    align-items: center;
    column-gap: 10px;
}

.customer-inner-box h4 {
    font-size: 17px !important;
}

.customer-inner-box h3 {
    font-size: 20px !important;
    font-weight: 500;
}

.nedd-help-section {
    background: #fff;
    padding: 10px 0px 10px 15px;
}

.btn.edit-search {
    font-size: 14px;
    background: transparent;
    border: #f58220;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    vertical-align: middle;
    color: #f58220;
    padding-bottom: 0;
    text-decoration: underline;
}

.right-border {
    border-right: 2px solid #ddd;
}

.dashed-border {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 15px;
}

.customer-detail-form {
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}


/* 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 */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../images/CARloader.gif') center no-repeat #fff;
}

.vertical-center-dialog {
    margin-top: 30%;
}

.off {
    color: #aaa;
}

.on {
    color: #666;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    /*width:19px;
    height:19px;
   */
    margin: -1px 4px 0 0;
    cursor: pointer;
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
}

.frame {
    width: 400px;
    height: 415px;
    border: none !important;
    text-align: center;
}

.padlock {
    background-color: #ddd;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
}

.padlockFooter {
    margin: 20px 0 0 0;
    text-align: center;
    vertical-align: bottom;
}

.padlockFooter td {
    line-height: 1.3;
}

.padlockFooter .fontsmall {
    font-size: 10px;
}

#lblHeaderTxt {
    font-weight: bold;
    font-size: 18px;
}

#lblMessage {
    font-size: 10.5px;
}

.DivFrmMSG {
    margin: auto;
    width: 367px;
    height: 220px;
    padding: 10px 0 10px 0;
    border: 1px solid #bfbfbf;
    background-color: #f7f7f7;
    /* Add box-shadow */
    box-shadow: 1px 1px 1px #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.TextBoxAsLabel {
    border: none;
    background-color: #fff;
    background: transparent;
    width: 340px !important;
    white-space: normal;
}

textarea {
    resize: none;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#frmCardPayment input,
#frmCardPayment select {
    box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

#buttonContainer #card-enter input {
    background-color: #f58220 !important;
    border: 1px solid #f58220 !important;
}

.NoteFooter {
    /* font-size: 16px;
    font-family: 'Figtree', sans-serif;
    margin: 0 auto !important;
    text-align: center;
    padding-left: 5px; */
}

#displBooking {
    display: block;
    max-width: 600px;
    height: 600px;
    margin: 0 auto;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0;
}

#displHeader {
    display: block;
    max-width: 600px;
    margin: 20px auto;
    /* background: #ffff; */
    font-size: 18px;
    text-align: center;
}

#lblResNo {
    font-weight: 800;
    font-size: 18px;
}

label {
    margin-bottom: 0 !important;
}

#form-box-line {
    background-color: #972a58;
    margin-top: 10px;
}

.AVANSERnumber a {
    color: #972a58 !important;
    font-family: 'Figtree', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.btn-primary {
    background-color: #972a58 !important;
    border-color: #972a58 !important;
}

.hideOnMobile {
    display: none;
}

.container-fluid {
    background: #faf7f2;
    font-family: 'Figtree', sans-serif;
    color: #000;
}

.mobile-header-buttons {
    display: block;
}

.mobile-header-buttons a {
    width: 100%;
    border-radius: 0;
    height: 40px;
    background-color: #f58220;
    border-color: #f58220;
}

#summary-column .summary-column-box {
    padding: 0px 15px 15px 15px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
}

.cost-heading h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 10px 0;
    padding: 0 0 0px 0;
}

.cost-heading i {
    color: #F58220;
    padding-left: 3px;
}

.extra-show-btn,
.commission-show-btn {
    font-size: 14px;
    font-weight: 400;
    padding-left: 8px;
    text-decoration: underline;
    color: #f58220;
    cursor: pointer;
}

span#OptionalTotal {
    position: relative;
    float: right;
    display: block;
    top: -26px;
    margin-bottom: -15px;
    font-weight: 500;
    margin-right: 10px;
}

span#agentCommission {
    position: relative;
    display: block;
    top: -26px;
    margin-bottom: -15px;
    font-weight: 500;
    width: 28px;
    right: -85%;
}

.optional-extra-container,
.agent-commission-container {
    display: none;
}

.cost-detail-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cost-detail-name {
    padding-left: 10px;
}

.cost-detail-price {
    padding-right: 10px;
}

.total-price-container {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #ddd;
    padding: 20px 0px;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.cost-detail-section.gross-amt-text {
    border-top: 2px solid #ddd;
    padding-top: 10px;
    font-weight: 500;
}

.gross-price {
    font-weight: 500;
}

.total-price-container h4,
.total-price-container label {
    font-weight: 700;
}

#otherChargesPayable {
    padding-bottom: 15px;
    border-top: 2px solid #ddd;
}

label#InsuranceBond {
    font-size: 16px;
}

label#displGST,
.total-price-amount span {
    font-weight: 400;
    font-size: 13px;
}

p#txtBook1 {
    margin-bottom: 0;
    margin-top: 5px;
}

a.quote-btn-white {
    background-color: transparent;
    color: #f58220;
    border: 2px solid #f58220;
}

a.quote-btn-white:hover {
    color: #f58220;
}

#availablecars .vehicleInfo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dateValidationError {
    border: 4px solid red;
    background-color: pink !important;
}

#totalCostFinal {
    margin: 0px 0;
    font-size: 18px;
    padding-bottom: 5px;
    /* margin-top: 10px; */
}

.totalCostDiscount {
    text-decoration: line-through;
    color: red;
    font-size: 19px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.litepicker-open {
    overflow: scroll !important;
}

.litepicker .container__months .month-item-header {
    padding: 0 5px !important;
    padding-bottom: 4px !important;
}

.litepicker .container__months.columns-2 {
    height: calc((var(--litepickerMonthWidth) * 2) - 233px);
    width: calc((var(--litepickerMonthWidth) * 2) + 100px)!important;
}

.litepicker .container__days {
    width: 300px;
}

.litepicker .container__months .month-item-header .reset-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: var(--litepickerButtonCancelBg);
    color: #fff;
    border: 0;
    padding: 3px 7px 4px;
    border-radius: 3px;
    font-size: 17px;
    text-underline-position: unset;
}

.litepicker .container__months .month-item-header .reset-button:hover {
    background-color: #f58220;
    color: #fff;
}

.litepicker .container__months {
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.litepicker .container__footer {
    margin: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0.5px solid rgba(158, 158, 158, 0.49);
}

.litepicker .container__months .month-item-weekdays-row>div {
    padding: 10px 0;
}

.litepicker {
    border: 0.5px solid rgba(158, 158, 158, 0.49);
    margin-top: 5px;
    font-family: 'Figtree', sans-serif;
}

.litepicker .container__footer .button-apply {
    background-color: #f58220;
    font-size: 17px;
    padding: 4px 10px 4px;
}

.litepicker .container__footer .button-cancel {
    font-size: 16px;
}

.litepicker .container__days .day-item:hover {
    box-shadow: inset 0 0 0 1px #f58220;
}

.litepicker .container__days .day-item.is-in-range {
    background-color: rgba(245, 130, 32, .42);
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
    background-color: #f58220;
}

.litepicker .container__days .day-item {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    border-radius: 0 !important;
    border: 0.5px solid rgba(158, 158, 158, .15);
    padding: 5px !important;
}

.litepicker .container__months .month-item-weekdays-row {
    color: #972a58;
    font-size: 18px;
    font-weight: 500 !important;
    padding-bottom: 6px;
    border-top: 0.5px solid rgba(158, 158, 158, .38);
    width: 280px;
}

.litepicker .container__months .month-item-header div>.month-item-name,
.litepicker .container__months .month-item-header div>.month-item-year {
    font-size: 18px;
    color: #972a58;
    font-weight: 600;
}

.litepicker .container__footer .preview-date-range {
    font-size: 16px;
    color: #972a58;
    font-weight: 700;
    text-align: center;
    left: 25%;
    right: 25%;
    position: absolute;
}

.litepicker .container__tooltip {
    background-color: #972a58;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 2px;
    line-height: 16px;
    color: white;
}

.litepicker-backdrop {
    background-color: unset;
}

.button-cancel {
    display: none;
}

.litepicker .container__days .day-item:hover {
    color: #000;
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
    color: #972a58;
}

.litepicker .container__months .month-item-header .button-next-month:hover {
    color: #972a58;
}

.litepicker .container__tooltip:before {
    border-top: unset !important;
}

.litepicker .container__tooltip::after {
    border-top: unset !important;
}

.hideSunday {
    /* display: none;
    */
    color: #ccc !important;
    cursor: default;
    pointer-events: none;
}

.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: #e65c96 82;
}

.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;
}

select {
    appearance: none;
}

#availablecars {
    margin-top: 10px;
}

#iframeid .panel-primary[style] {
    border-color: #f58220 !important;
}

#iframeid .panel-heading[style] {
    background-color: #f58220 !important;
    border-color: #f58220 !important;
}

#iframeid .btn-primary[style] {
    color: #fff !important;
    background-color: #f58220 !important;
    border-color: #f58220 !important;
}

#iframeid #swap[style] {
    background-color: #f58220 !important;
    border-color: #f58220 !important;
}

span#OptDisplayPrice120 {
    padding-right: 3px;
}

.nav-progress {
    display: table;
    overflow: hidden;
    margin: auto;
    width: 90%;
    border: 2px solid #f58220;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

.nav-progress>div {
    position: relative;
    display: table-cell;
    padding: 10px 0;
    color: #f58220;
    text-align: center;
    font-size: 1.125em;
    line-height: 1em;
    width: 100px;
}

.nav-progress>div.complete {
    background-color: #972a58;
    color: #FFF;
}

.nav-progress>div.complete a {
    color: #fff;
}

.nav-progress>div.complete .arrow {
    border: 2px solid #f58220 !important;
    background: #972a58 !important;
}

.nav-progress>div.active {
    background-color: #972a58;
    color: #FFF;
}

.nav-progress>div.active .arrow {
    background: #972a58 !important;
}

.arrow-wrapper {
    position: absolute;
    top: 0px;
    right: 1px;
}

.arrow-wrapper .arrow-cover {
    position: absolute;
    overflow: hidden;
    width: 24px;
    height: 50px;
}

.arrow-wrapper .arrow-cover .arrow {
    position: absolute;
    left: -40px;
    top: -7px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 2px solid #f58220;
    background: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.qty-optional select {
    width: 40px;
    border: 3px solid grey;
    font-size: 14px;
    padding: 0 7px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 4px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
}

.form-control:focus {
    box-shadow: unset;
    border: 3px solid grey;
}

input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-family: 'Arial'
}

#frmStep3 .optional-selector-button input[type='checkbox'] {
    -webkit-appearance: none;
    width: 26px;
    height: 22px;
    outline: none;
    border: 2px solid gray;
    border-radius: 3px;
}

#frmStep3 .qty-optional .selected {
    border-color: #972a58;
}

#frmStep3 .optional-selector-button input[type="checkbox"]:checked {
    border: 2px solid #972a58;
}

#frmStep3 .optional-selector-button input[type="checkbox"]:checked:before {
    content: "\2714";
    padding: 0px 5px;
}

#frmStep3 .optional-selector-button input[type='checkbox']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    color: #972a58;
}

.location-address {
    font-size: 17px;
}


/* Agent Form Styles */

label.agent-filter-label {
    color: #972a58bf;
    z-index: 10;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: block;
}

.header-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logout-btn {
    border-radius: 4px;
    border: 2px solid #f58220;
    padding: 2px;
    margin: 8px 15px 4px 6px;
}

.agent-form-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    margin: 20px 1px;
    align-items: center;
    margin-inline: auto;
    max-width: 340px;
    justify-items: start;
}

.Agentcommission-text {
    font-weight: bold;
    line-height: 17px;
    padding: 10px 0 0px 0;
}

.form-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 5px 5px 5px 5px;
}

.AgentCommissionBox {
    display: flex;
    margin: 5px 15px;
    align-items: center;
    column-gap: 10px;
}

.AgentCommissionBox h4 {
    font-size: 18px;
    font-weight: 500;
}

#agentcommission {
    font-size: 24px !important;
    font-weight: 500;
}

@-webkit-keyframes dissolveInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes dissolveInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}


/*** MEDIA QUERIES ***/

@media (max-width: 767px) {
    #details-page .form-horizontal {
        margin-left: 0;
        margin-right: 0;
    }
    #details-page #paymentOptions {
        margin-left: 0;
        margin-right: 0;
    }
    .frame {
        width: auto;
    }
    #availablecars .campervanRow {
        padding-bottom: 0px !important;
    }
    #availablecars .campervanRow .vehicle-title {
        display: flex;
        text-align: center;
        justify-content: space-between;
    }
    #availablecars .campervanRow .peopleIconsAndLink {
        margin-bottom: 10px;
    }
    #availablecars .campervanRow .slick-slide img {
        margin-left: auto;
        margin-right: auto;
    }
    .paymentOption {
        margin-bottom: 20px;
    }
    .container-fluid>.row {
        margin-left: 0;
        margin-right: 0;
    }
    #extrasOptionsSlider {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar {
        padding-top: 0;
    }
    .navbar.navbar-no-bg {
        background: #333;
        background: transparent;
    }
    .navbar-inverse .navbar-toggle {
        background-color: #333;
    }
    .navbar-collapse {
        border: 0;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    #slider1_container {
        visibility: hidden;
    }
    .top-content .text {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .top-content .top-big-link {
        margin-top: 25px;
    }
    .top-content .top-big-link a.btn {
        margin-top: 10px;
    }
    .step_name {
        visibility: hidden;
    }
    #divPickup,
    #divReturn,
    #divDriver,
    #divDesc {
        text-align: left;
    }
    .dashboard-panel-8 {
        width: 100% !important;
        margin-top: 5px;
    }
    .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #frmStep3 h5 {
        font-weight: 500;
        font-size: 22px;
    }
    .vehicle-title-box {
        padding-bottom: .7em;
    }
    .MobilebtnContainer {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 13;
    }
    .Mobile-bottom-btn-box {
        -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 1rem 0.7rem;
    }
    .mobile-price-amount,
    #MobileTotalCost {
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }
    .mobile-price-amount h4 {
        font-weight: 700;
    }
    .back-grey {
        background-color: transparent;
        font-weight: 600;
        color: #f58220;
        -moz-border-radius: 0x;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        text-decoration: underline;
        padding: 0;
        float: right;
    }
    a.mobile-overview-btn {
        color: #f58220;
        font-weight: 700;
        text-decoration: underline;
    }
    #summary-column {
        display: none;
        position: fixed;
        z-index: 99;
        top: 75px;
        left: 0px;
        overflow: visible;
        overflow-y: auto;
        height: 70vh;
        /* max-height: 90vh; */
        width: 95%;
        max-width: 100%;
        margin: 0 5px 0 10px;
    }
    .SummaryAnimation {
        -webkit-animation: dissolveInBottom 0.5s ease-in-out;
    }
    .SummaryCloseAnimation {
        -webkit-animation: dissolveInTop 0.7s ease-in-out;
    }
    .cstclose {
        font-size: 20px;
        color: red;
    }
    .cstdtl {
        margin-top: 0px;
    }
    .bottom-btn-box {
        display: none;
    }
    .container-fluid {
        margin-bottom: 120px !important;
    }
    .cstdivclose {
        position: absolute;
        z-index: 999;
        right: 20px;
        color: #972a58;
        top: 5px;
    }
    .costOverlay {
        display: none;
        background-color: #2a2a29;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .8;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
    }
    .vehicle-detail-container {
        text-align: center;
        margin-inline: auto;
    }
    .trip-info-box {
        border-radius: 0px !important;
        margin-bottom: 0px;
    }
    .summary-column-box {
        border-radius: 0px !important;
    }
    #frmStep3 #insuranceOptionsSlider .campervanRow {
        /* height: 520px; */
        width: 97%;
    }
    #frmStep3 #insuranceOptionsSlider .most-popular-head {
        width: 97%;
    }
    .modal-content {
        padding: 20px !important;
    }
}

@media (min-width: 768px) {
    .bottom-btn-box {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
    .back-grey {
        background-color: #6f7175;
        font-weight: 600;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 60%;
        padding: 7px 10px;
    }
    .MobilebtnContainer,
    .cstdivclose {
        display: none;
    }
    .btn-navigation {
        width: 60%;
    }
    #carsdetails .dropoff-detail-inner-box {
        padding-left: 15px;
    }
    .vehicle-detail-container {
        display: flex;
        justify-content: flex-end;
    }
    .InsuranceOption-container {
        position: relative;
        flex: 1 1 0;
        margin-bottom: 45px;
    }
    #insuranceOptionsBox {
        margin-bottom: 20px;
    }
    .MobileConversionbtn {
        display: none !important;
    }
}

@media (min-width: 576px) {
    h1,
    h2 {
        font-size: 38px;
    }
    .modal-dialog {
        max-width: fit-content;
    }
    .pricebox-outer {
        margin-left: 10%;
        margin-right: 10%;
    }
    .popover {
        top: -14px !important;
        left: -5px !important;
        max-width: 340.6px;
    }
    .list-price-details {
        margin-bottom: 5px;
    }
    .walkthroughmodel .modal-dialog {
        max-width: 770px;
    }
    .VehicleGallerymodel .modal-dialog {
        max-width: 770px;
    }
    .mobile-version{
        display: none;
    }
    .desktop-version{
        display: block;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .d-flex.vehicle-details {
        flex-wrap: wrap;
    }
    .priceBox {
        border-left: unset;
        padding: 8px 0;
    }
    .popover {
        top: -160px !important;
    }
    .px-s-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .pr-s-0 {
        padding-right: 0;
    }
    .extra-features {
        padding: 5px 0px;
        margin-top: 10px;
    }
    #totalCostFinal {
        margin-bottom: 10px;
    }
    p.instant-available {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .totalCostDiscount {
        margin-bottom: 10px;
    }
    .vehicle-info-container {
        margin-top: 6px;
        grid-column-gap: 8px
    }
    #availablecars .vehicleInfo {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .form-heading {
        font-size: 18px;
    }
    .featureList {
        font-size: 14px;
        margin-top: 10px;
    }
    .vehicle-info-link a,
    .walk-through-3d a {
        font-size: 14px;
    }
    #availablecars .campervanRow .vehicle-title {
        font-size: 21px;
    }
    .mobile-version{
        display: block;
    }
    .desktop-version{
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #availablecars .campervanRow {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        margin-top: 70px !important;
    }
    #availablecars {
        padding-top: 7px;
    }
    .vehicle-title {
        text-align: center;
        width: 100%;
    }
    #vehicleInfoContainer .vehicle-detail-container {
        margin-top: 30px;
    }
    #carsdetails .pickup-deatil-container {
        margin-bottom: 55px;
    }
    .pickup-label,
    .dropoff-label {
        width: 104%;
    }
    #insuranceOptionsSlider,
    #paymentOptions {
        flex-direction: column;
    }
    #frmStep3 .selector-button{
        border-top: unset !important;  
    }
    #frmStep3 h5 {
        font-weight: 500;
        font-size: 22px;
    }
    /* .most-popular-head {
        margin-top: 20px;
    }
    .InsuranceOption-container {
        margin-bottom: 5px !important;
    } */
}

@media (min-width: 992px) {
    #carsdetails .fa-chevron-circle-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 70px;
    }
    .hideOnMobile {
        display: block;
    }
    #availablecars .vehicleInfo {
        padding-top: 0px;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #carsdetails h3 {
        padding-bottom: 10px;
    }
    #dvbooknow {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .car-slider-container .car-slider .slick-slide img {
        width: 100%;
        max-width: 100%;
        height: 262px;
        object-fit: fill;
    }
    /* #carsdetails .pickup-deatil-container,
    #carsdetails .dropoff-detail-container {
        max-width: 350px;
    } */
}

@media (min-width: 1200px) {
    #topBanner {
        position: fixed;
        top: 0;
        z-index: 99;
    }
    #left-column {
        position: fixed;
        top: 460px;
        width: 400px;
    }
    #right-column {
        position: relative;
        top: 460px;
        left: 410px;
        z-index: 10;
    }
    #carsdetails .col-sm-8 {
        top: 10px;
        position: absolute;
        left: 33%;
    }
    #insuranceOptionsSlider {
        flex-direction: row;
    }
}

@media (max-width: 550px) {
    /* margin-top: 95px !important;
    */
    .litepicker .container__footer .preview-date-range {
        font-size: 12px !important;
        font-weight: 700 !important;
    }
    .litepicker .container__days .day-item {
        font-size: 18px !important;
    }
    .litepicker .container__months {
        width: calc(var(--litepickerMonthWidth) + 60px);
    }
    .litepicker .container__months .month-item {
        width: calc(var(--litepickerMonthWidth) + 50px);
        padding: 10px !important;
    }
    .litepicker .container__months .month-item-weekdays-row {
        width: 300px !important;
    }
    .litepicker .container__days>div,
    .litepicker .container__days>a {
        padding: 6px 0 !important;
        width: 43px !important;
    }
    .litepicker .container__days {
        width: 310px !important;
    }
    .litepicker .container__tooltip[style] {
        /* top: 345px !important;
        left: 130px !important;
        */
        display: none !important;
    }
    .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 (min-width: 560px) {
    .litepicker .container__months .month-item {
        border-left: 1px solid rgba(158, 158, 158, 0.38);
        padding: 10px 24px !important;
    }
    .litepicker .container__days>div,
    .litepicker .container__days>a {
        width: 40px !important;
    }
    .valdtion {
        display: none;
    }
    .litepicker .container__footer .preview-date-range {
        display: none;
    }
    .litepicker .container__tooltip[style] {
        top: 313px!important;
        left: 280px!important;
    }
}

@media (max-width: 1023px) {
    /* main {
        margin-top: 70px;
    } */
    .progress-container,
    .nav-progress {
        display: none;
    }
    .header-buttons {
        display: none;
    }
    .scrollTop {
        position: fixed;
        right: 1%;
        top: 18px;
        background-color: #972a58;
        padding: 12px 0px;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        border: 6px solid #f58220;
        z-index: 99999;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    #mobile-header-btn {
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .vue-form .filter-label {
        font-size: 14px !important;
    }
    #cmbDropoffPlace::placeholder,
    #cmbPickupPlace::placeholder,
    #txtPickup::placeholder,
    #txtReturn::placeholder {
        font-size: 12px !important;
    }
}

@media (max-width: 650px) {
    .extra-features {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .extra-features-list {
        padding: 2px 0;
    }
}

@media (max-width: 395px) {
    .top-sub-heading {
        height: 58px !important;
    }
}

@media (max-width: 870px) {
    .extra-show-btn,
    .commission-show-btn {
        font-size: 11px !important;
    }
    .cost-heading i {
        font-size: 11px !important;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Position above the element */
    left: 50%;
    margin-left: -100px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*Stripe Style */

#payment-form,
#paymentData {
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 520px;
    margin-inline: auto;
    font-family: 'Figtree', sans-serif;
    margin-top: 25px;
}

#payment-form #error-message {
    color: red;
    font-weight: 800;
}

.payableAmt-section {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.balanceAmt-section {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

#balanceamounttotal,
#finalpaymenttotal {
    color: #972a58;
    font-weight: 700;
    font-size: 19px;
}

.Input {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0;
}

button#submit-payment {
    font-weight: 600 !important;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    height: auto;
    font-size: 16px !important;
    background: #f58220 !important;
}


/* Custom CSS for input fields within the Payment Element */

.StripeElement--base .Input {
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px 10px;
    font-size: 17px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.StripeElement--invalid .Input {
    border-color: #df1b41;
    color: #df1b41;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.StripeElement--base .Label {
    margin-bottom: 8px;
    display: block;
}
label.p-FieldLabel.Label {
    display: none !important;
}  
label.p-FieldLabel.Label.Label--empty {
    display: none !important;
}