<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.position-relative {
    position: relative !important;
}

.sectionIndex,
.ourClientle,
.introSectionLeft,
.introSectionRightImg,
.testimonilasWrap,
.ourTopBrands {
    padding: 40px 0px;
}


/* .testimonilasWrap {
    margin: 40px 0px;
} */


/* body {
font-family: var(--font-family-title);
font-size: 16px;
color: var(--black);
font-weight: 400;
} */

.bodyFixWidth,
.sectionFixWidth {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.fleetList {
    margin-top: 5rem;
}

.fleetList .section-title,
.fleetList .section-description {
    z-index: auto;
}

.spaceCustom {
    height: 40px;
}

.topHeader {
    background-color: #F2F4FC;
    height: 100%;
}

.topHeader .sliderTitle {
    padding-left: 10rem;
    line-height: 60px;
    font-size: 46px;
    font-weight: 600;
    color: #242424;
    position: relative;
}

.topHeader .sliderTitle .typeCont {
    display: grid;
    width: fit-content;
}

.topHeader .sliderTitle span {
    /* color: #fff;
position: relative;
font-size: 50px;
font-weight: 700;
-webkit-text-stroke: 0.1vw #4b4b4b;
display: block;
width: 90%; 
width: 20ch;*/
    /* animation: typing 2s steps(20), blink .5s step-end infinite alternate, seconds 5s; */
    /* animation: typing 2s steps(20), blink .5s step-end infinite alternate, blinkHide steps(25); */
    white-space: nowrap;
    overflow: hidden;
    font-size: 50px;
    font-weight: 700;
    color: #1572d3;
    font-family: var(--font-family-title);
    /*border-right: 4px solid var(--primary);
     The typwriter cursor */
    /* Adjust as needed */
    animation: typing 3.5s steps(40, end), blink-caret 0.45s step-end infinite;
    /* animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite; */
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: var(--primary);
    }
}

@keyframes hide-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: transparent;
    }
}


/* 
@keyframes typing {
from {
    width: 0
}
}

@keyframes blink {
50% {
    border-color: transparent
}
}

@keyframes seconds {
0% {
    opacity: 1;
}
98% {
    opacity: 1;
}
100% {
    opacity: 0;
    right: -9999px;
    position: absolute;
}
} */


/* .topHeader .sliderTitle span:before {
content: attr(data-text);
position: absolute;
top: 0px;
left: 0;
width: 0;
height: 100%;
color: #1572d3;
-webkit-text-stroke: 0vw #4b4b4b;
border-right: 5px solid #1572d3;
overflow: hidden;
animation: animate 5s linear infinite;
} */


/* @keyframes animate {
0%,
10%,
100% {
    width: 0;
}
70%,
90% {
    width: 100%;
}
} */

.topHeader .sliderTitle span:after {
    position: absolute;
    content: '';
    background-image: url(../images/sliderTextLine.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 32px;
    width: 225px;
    bottom: -30px;
    right: 0;
}

.BannerSection {
    padding: 7rem 0px 5rem 0px;
}

.customeContainer {
    /* max-width: 1200px; */
    max-width: 1400px;
}

.bookingForm {
    padding: 120px 0px 0px 0px;
    margin-top: -100px;
}

.wrapBookingFormTabs {
    z-index: 3;
    position: absolute;
    bottom: -165px;
    width: 100%;
    left: 0;
}

.wrapBookingForm {
    background: #fff;
    box-shadow: 8px 4px 22px #00000047;
    padding: 30px 20px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    font-family: var(--font-family-title);
}

.wrapBookingForm:before {
    height: 5px;
    background: linear-gradient(90deg, #631be1 0, #0462d4 100%) !important;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 70px;
    height: 28px;
}

.wrapBookingForm:after {
    background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    top: 8px;
    z-index: 2;
    border-radius: 15px;
}

.locationTab ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

.locationTab li {
    border: 1px solid #C7C7C7;
    padding: 10px 15px 10px 20px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

ul li.picklocationTab:after {
    content: '';
    position: absolute;
    background-image: url(../images/pickupLocationIcon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 27px;
    width: 22px;
    left: -11px;
    top: 50%;
    transform: translate(0px, -50%);
}

ul li.picklocationTab:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 34px;
    width: 26px;
    left: -13px;
    top: 49%;
    transform: translate(0px, -50%);
}

ul li.droplocationTab:after {
    content: '';
    position: absolute;
    background-image: url(../images/dropOffLocationIcon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 27px;
    width: 22px;
    left: -11px;
    top: 50%;
    transform: translate(0px, -50%);
}

ul li.droplocationTab:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 34px;
    width: 26px;
    left: -13px;
    top: 49%;
    transform: translate(0px, -50%);
}

ul li.locationTabLi p {
    margin-bottom: 0;
    color: #707070;
    font-size: 13px;
}

ul li.locationTabLi input,
.locationTab ul li input {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 203px; */
    font-size: 16px;
    margin-top: 3px;
    font-weight: 600;
    border: 0;
    padding: 0;
}

.locationTab .form-floating&gt;.form-control {
    font-size: 18px;
    font-family: var(--font-family-title);
}


/*
.locationTab .form-floating&gt;.form-control:focus~label,
.locationTab .form-floating&gt;.form-control:not(:placeholder-shown)~label,
.locationTab .form-floating&gt;.form-select~label l {
    left: 0;
    top: 0;
    font-family: var(--font-family-title);
}*/

.locationTab .form-floating&gt;.form-control:focus~label,
.locationTab .form-floating&gt;.form-control:not(:placeholder-shown)~label,
.locationTab .form-floating&gt;.form-select~label {
    left: 0;
    top: 0;
    font-family: var(--font-family-title);
    line-height: 22px;
}

.wrapBookingForm .form-floating&gt;.form-control:focus,
.wrapBookingForm .form-floating&gt;.form-control:not(:placeholder-shown) {
    padding-bottom: 7px;
    padding-top: 14px !important;
}

.driversAgedBox .form-floating&gt;.form-control:focus,
.driversAgedBox .form-floating&gt;.form-control:not(:placeholder-shown) {
    padding-top: 7px !important;
}

.driversAgedBox .form-floating&gt;.form-control:focus~label,
.driversAgedBox .form-floating&gt;.form-control:not(:placeholder-shown)~label,
.driversAgedBox .form-floating&gt;.form-select~label {
    top: 0px;
    left: 10px;
    padding: 0 5px;
    opacity: 1;
    background: var(--white);
    height: auto;
    line-height: 14px;
    font-family: var(--font-family-body);
}

.locationTab .form-control::placeholder {
    color: #000;
}

.locationTab .form-control:focus {
    border: 0;
    box-shadow: none;
    border: 0;
}

ul li.locationTabLi .errorMsg,
.dateTimeTab li .errorMsg {
    position: absolute;
    bottom: -22px;
    left: 0;
}

.customTabs {
    margin: 0px 40px -2px;
    border: 0;
    font-family: var(--font-family-title);
}

.customTabs li a {
    padding: 15px 20px;
    background: var(--white) !important;
    border: 0 !important;
    border-top: 5px solid var(--white);
    font-weight: 600;
    color: var(--dark);
    font-size: 18px;
    border-radius: 10px 10px 0px 0px !important;
    margin: 0px 5px 0px 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.customTabs li a.active {
    background: linear-gradient(135deg, #631BE1 0%, #0462D4 100%) !important;
    color: var(--white) !important;
}

.dateTimeTab ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

.dateTimeTab li.selDurationli {
    border: 1px solid transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: relative;
    width: 50%
}

.dateTimeTab li {
    border: 1px solid #C7C7C7;
    padding: 10px 15px 10px 25px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    width: 50%;
}

ul li.dateTime:after {
    content: '';
    position: absolute;
    background-image: url(../images/dateTimeCalendar.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30px;
    width: 26px;
    left: -13px;
    top: 52%;
    transform: translate(0px, -50%);
}

ul li.dateTime:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 26px;
    width: 26px;
    left: -13px;
    top: 43%;
    transform: translate(0px, -50%);
}

ul li.dateTime .pickupDate {
    margin: 0px 10px
}

ul li.dateTime .DropOffDate {
    margin: 0px 10px;
    /* border-left: 1px solid #C7C7C7;
padding-left: 20px; */
}

ul li.dateTime .DropOffDate2 {
    margin: 0px 10px;
    border-left: 0;
    padding-left: 0;
}

ul li.dateTime p {
    margin-bottom: 0;
    color: #707070;
    font-size: 13px;
}

ul li.dateTime h4 {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 203px; */
    font-size: 16px;
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 3px;
}

ul li.dateTime h4 .selectedDay {
    font-weight: 400;
}

ul li.dateTime h4 .selectedTime {
    font-weight: 400;
    color: #707070;
    font-size: 14px;
}

.driversAgedBox .form-floating input {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--font-family-title);
}

.driversAgedBox .drivAge {
    position: absolute;
    top: 13px;
    right: 12px;
}

.wrapBookingFormTabs.stickyForm {
    width: 100%;
    z-index: 3;
    box-shadow: 0px 15px 22px rgba(0, 0, 0, 0.35);
    /* display: none; */
    bottom: auto;
    background: rgba(255, 255, 255, 0.88);
    padding: 10px 0px 20px;
    /* Glassmorphism  */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    top: 58px;
}


/* 
.wrapBookingFormTabs.stickyForm .customTabs {
width: 10%;
float: left;
margin: 20px -20px 0px 0px;
}

.wrapBookingFormTabs.stickyForm .tab-content {
width: 90%;
float: left;
}

.wrapBookingFormTabs.stickyForm .customTabs li {
width: 100%;
margin: 3px 0px 0px 0px;
}

.wrapBookingFormTabs.stickyForm .customTabs li a {
padding: 10px 15px;
font-size: 14px;
border-radius: 10px 0px 0px 10px !important;
}

.wrapBookingFormTabs.stickyForm .wrapBookingForm {
padding: 10px 20px;
}

.wrapBookingFormTabs.stickyForm .locationTab li,
.wrapBookingFormTabs.stickyForm .dateTimeTab li {
padding: 5px 10px 5px 10px;
}

.wrapBookingFormTabs.stickyForm ul li.droplocationTab:before,
.wrapBookingFormTabs.stickyForm ul li.picklocationTab:before,
.wrapBookingFormTabs.stickyForm ul li.dateTime:before {
height: 24px;
width: 16px;
}

.wrapBookingFormTabs.stickyForm ul li.picklocationTab:after,
.wrapBookingFormTabs.stickyForm ul li.droplocationTab:after,
.wrapBookingFormTabs.stickyForm ul li.dateTime:after {
height: 20px;
width: 15px;
}

.wrapBookingFormTabs.stickyForm ul li.locationTabLi p,
.wrapBookingFormTabs.stickyForm ul li.dateTime p {
font-size: 12px;
line-height: 14px;
}

.wrapBookingFormTabs.stickyForm ul li.locationTabLi input,
.wrapBookingFormTabs.stickyForm .locationTab ul li input,
.wrapBookingFormTabs.stickyForm ul li.dateTime h4 {
font-size: 14px;
margin-top: 0;
margin-bottom: 0;
line-height: 22px;
}

.wrapBookingFormTabs.stickyForm ul li.dateTime .pickupDate {
margin: 0px 0px;
}

.wrapBookingFormTabs.stickyForm .searchCar {
height: 48px;
padding: 10px 5px;
}

.wrapBookingFormTabs.stickyForm .userPermission ul li {
margin-top: 10px;
}

.wrapBookingFormTabs.stickyForm .userPermission ul li p {
font-size: 13px;
}

.wrapBookingFormTabs.stickyForm .form-floating&gt;.form-control,
.wrapBookingFormTabs.stickyForm .form-floating&gt;.form-select {
height: calc(3.5rem - 22px) !important;
}

.wrapBookingFormTabs.stickyForm .userPermission ul li .input-group-text {
padding: 5px 8px;
font-size: 12px;
} */

.selectDurationCont {
    width: 100%;
    position: relative;
    flex: 0 0 auto;
    padding: 0;
}

.selectDuration {
    background: var(--primary);
    color: var(--white);
    border-radius: 100%;
    width: 100px;
    padding: 24px 20px;
    text-align: center;
    margin: 0 auto;
}

.selectDuration.sm {
    width: 42px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: 1;
    background: none;
    padding: 0;
}

.selectDuration.sm a {
    background: var(--white);
    border: 1px solid var(--form-border);
    color: var(--dark);
    border-radius: 100%;
    padding: 5px 10px;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.selectDuration.sm h4 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: var(--dark);
}

.selectDuration.sm h4 i {
    font-size: 26px;
    margin: 0px 0px 0px -2px;
    top: 3px;
    position: relative;
}

.selectDuration.sm span {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: var(--dark);
}

.selectDuration.disabled {
    background: var(--gray-disable);
    color: var(--gray-text);
}

.selectDuration a.selectDurationBtn {
    color: var(--dark);
    text-decoration: none;
}

.selectDuration a.selectDurationBtn:hover {
    color: var(--dark);
}

.selectDuration h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.selectDuration span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.monthSelector {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    display: block;
    /* display: inline-block; */
}


/* 
.durationBoxCont {
display: flex;
}

*/

.durationBox {
    margin: 8px 6px;
    padding: 5px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 7px;
    display: block;
}

.durationBox .box-title {
    display: block;
    padding: 6px 10px;
    text-align: center;
    background-color: var(--primary-calselect-bg);
    color: var(--black);
    margin: -5px -5px 3px -5px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px 5px 0px 0px;
}


/* .durationBox:after {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 8px solid var(--primary);
border-bottom: 5px solid transparent;
position: absolute;
top: 38px;
left: 22px;
content: "";
} */

.monthSelector li {
    display: inline-block;
    border: 0;
    /* margin: 0px 4px; */
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: relative;
    width: auto;
}

.monthSelector li a {
    color: var(--black);
    padding: 5px 8px;
    border-radius: 100%;
    font-size: 18px;
    /* line-height: 22px; */
    text-decoration: none;
    /* width: 44px; */
    /* height: 32px; */
    display: block;
    text-align: center;
    margin: 3px 3px;
    background: var(--white);
    /* border: 1px solid var(--border-light); */
    border-radius: 7px;
    font-weight: 600;
    width: 38px;
    height: 58px;
    line-height: 48px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.monthSelector li a span {
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.monthSelector li a:hover,
.monthSelector li a.active {
    color: var(--white);
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.monthSelector li a.active {
    width: 68px;
    height: 58px;
    line-height: 16px;
    padding-top: 10px
}

.monthSelector li a.active span {
    display: block;
}

.searchCar {
    width: 100%;
    height: 72px;
    margin-top: 10px;
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.5s;
    padding: 22px 5px;
    font-family: var(--font-family-title);
    position: relative;
    overflow: hidden;
}

.searchCar:hover {
    /* margin-left: 0px; */
    background-image: linear-gradient(135deg, #0462D4 0%, #631BE1 100%);
    box-shadow: 0px 12px 14px 0px #0098B961;
}

.searchCar::before {
    background: #fff;
    content: "";
    height: 285px;
    opacity: 0;
    position: absolute;
    top: -70px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    left: -50%;
}

.searchCar::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -70px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 3rem;
    left: -100%;
}

.searchCar:hover::before {
    left: 120%;
    opacity: 0.5s;
}

.searchCar:hover::after {
    left: 200%;
    opacity: 0.6;
}

.searchCar img {
    width: 28px;
}

.fleetContainer {
    max-width: 1140px;
    font-family: var(--font-family-title);
}

.primaryFleetInfo {
    border-radius: 8px;
    margin-top: 4rem;
    transition: 0.5s;
    position: relative;
    box-shadow: 0px 9px 10px 0px #00000024;
    border: 1px solid var(--white);
}

.primaryFleetInfo:hover,
.primaryFleetInfo.active {
    border: 1px solid var(--primary);
    box-shadow: 0px 9px 10px 0px #027efb90;
}

.primaryFleetInfo .carImg {
    width: 100%;
    margin-top: 0;
    border-radius: 7px 7px 0px 0px;
}

.primaryFleetInfo .insuranceTag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    margin-top: 0;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    background: linear-gradient(90deg, #4D0099 0%, #4d009900 100%);
    padding: 5px 8px;
}

.primaryFleetInfo .insuranceTag img {
    width: 84px;
    margin-top: 0;
}

.primaryFleetInfo .carCategory {
    margin-bottom: 0;
    font-size: 14px;
}

.primaryFleetInfo h3 {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--font-family-title);
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.primaryFleetInfo h3 span {
    font-weight: 600;
    color: var(--primary);
}

.primaryFleetInfo .carName {
    padding: 0px 10px;
    margin-top: 1rem;
}

.primaryFleetInfo .fleetPriceInfo {
    font-family: var(--font-family-title);
    padding: 12px 16px;
    background: #EFEFEF;
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 15px;
    line-height: 20px;
}

.primaryFleetInfo .fleetPriceInfo p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 17px;
}

.primaryFleetInfo .fleetPriceInfo p .perMonth {
    font-size: 12px;
    margin-left: -4px;
    font-weight: 600;
}

.primaryFleetInfo .fleetPriceInfo a {
    position: absolute;
    right: 5px;
    bottom: 13px;
    transition: 0.5s;
}

.btn-rounded-border {
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 14px;
    margin: 10px 10px;
    color: var(--primary);
    font-weight: 600;
    padding: 5px 15px;
}

.btn-rounded-border:hover {
    background-color: var(--primary);
    color: var(--white);
}

.primaryFleetInfo .fleetPriceInfo .priceDiscounted {
    color: var(--discPrice);
    font-size: 14PX;
    position: relative;
}

.primaryFleetInfo .fleetPriceInfo .priceDiscounted:after {
    position: absolute;
    top: calc(50% - 1px);
    left: -5px;
    display: block;
    width: 110%;
    height: 2px;
    content: "";
    background: var(--discPrice);
    transform: rotate(355deg);
    transform-origin: center;
    z-index: 1;
    opacity: 0.8;
}

.primaryFleetInfo .fleetPriceInfo .currencyLower {
    font-weight: 600;
    font-size: 20px;
}

.primaryFleetInfo .miles-supplier {
    display: inline-flex;
    width: 100%;
}

.primaryFleetInfo .milesSection {
    width: 45%;
    text-align: right;
}

.primaryFleetInfo .milesSection a {
    text-decoration: none;
    transition: 0.5s;
    border-radius: 30px;
    font-family: var(--font-family-body);
}

.primaryFleetInfo .supplierInfo {
    width: 55%;
    text-align: left;
    padding: 3px 15px 0px 0px;
    font-family: var(--font-family-body);
}

.primaryFleetInfo .supplierInfo p {
    font-size: 14px;
    max-width: fit-content;
    color: #606060;
    font-family: var(--font-family-body);
    margin-bottom: 10px;
}

.primaryFleetInfo .supplierInfo p svg {
    color: #767676;
}

.supplierInfo p.locationMeetAir {
    padding: 3px 8px;
    background: #ddf2ff;
    border-radius: 22px;
    color: #1C55E2;
    font-size: 13px !important;
}

.primaryFleetInfo .offersAdded {
    display: flex;
    border: none;
    font-family: var(--font-family-body);
    padding: 10px 0px 0px 0px;
    margin: 10px 10px 15px 10px;
    border-top: 2px dashed #eeeeee;
    text-align: left;
}

.primaryFleetInfo .offersAdded .offerApply {
    background: linear-gradient(270.09deg, #547DFF 0.19%, #0065D3 0.19%, #641BE1 87.4%);
    border-radius: 0px 30px 30px 0px;
    padding: 5px 22px 5px 10px;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    font-family: var(--font-family-body);
}

.primaryFleetInfo .offersAdded .offerApply:after {
    background: #ffffff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 10px;
}

.primaryFleetInfo .offersAdded img {
    width: 14px;
}

.primaryFleetInfo .pplbookBorder {
    border-left: 1px solid #d9d9d9;
}

.primaryFleetInfo .pplBooked .thumbIco {
    max-width: 27px;
    height: 13px;
}

.primaryFleetInfo .pplBooked h6 {
    font-size: 13px;
    display: inline-flex;
    color: #545454;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px 0px 5px;
    font-family: var(--font-family-body);
}

.primaryFleetInfo .milesSection a:hover span {
    color: #000;
}

.primaryFleetInfo .milesSection span {
    font-size: 15px;
    color: #763CBF;
    transition: 0.5s;
    padding-left: 3px;
    position: relative;
    top: 2px;
    font-weight: 600;
}

.primaryFleetInfo .milesSection img {
    width: 18px;
}

.primaryFleetInfo .milesSection .arrowMilesImg {
    width: 15px !important;
    position: relative;
    left: 0;
    transition: 0.5s;
}

.primaryFleetInfo .milesSection a:hover .arrowMilesImg {
    left: 3px;
    transition: 0.5s;
}

.primaryFleetInfo .fleetTag {
    border-top: 1px solid #00000026;
    padding: 12px 0px;
}

.primaryFleetInfo .fleetTag ul {
    padding-left: 0;
    list-style: none;
}

.primaryFleetInfo .fleetTag ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #000;
    font-family: var(--font-family-title);
}

.primaryFleetInfo .fleetTag ul li img {
    width: 22px;
    opacity: 1;
}

.primaryFleetInfo .btn-fleet-select {
    background: #fff;
    padding: 8px 34px;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 10px 10px 10px;
    text-transform: capitalize !important;
    color: #027EFB;
    box-shadow: none;
    border: 2px solid #027EFB;
}

.primaryFleetInfo .btn-fleet-select:hover {
    color: #fff;
    background: #027EFB;
}

.primaryFleetInfo .btn-call {
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 10px;
    text-transform: capitalize;
    color: #fff !important;
}


/* mj */


/* .primaryFleetInfo .milesSection {
    width: 32%;
    text-align: right;
} */

.primaryFleetInfo .carLocation {
    width: 68%;
    text-align: left;
    padding: 3px 15px 0px 0px;
    font-size: 14px;
    max-width: fit-content;
    color: #606060;
}

.wrapFleetList .supplierInfo p {
    font-size: 14px;
    max-width: fit-content;
    color: #606060;
}

.wrapFleetList .supplierInfo p svg {
    color: #767676;
}

.primaryFleetInfo .locationType span {
    padding: 4px 12px;
    background: #E6ECFB;
    border-radius: 22px;
    color: #1C55E2;
    font-size: 14px;
}

.supplierName .carLoca {
    text-indent: -18px;
    margin: 0 0 8px 18px;
}

.wrapFleetList .milesSection a {
    text-decoration: none;
    transition: 0.5s;
    border-radius: 30px;
}


/* mj */


/* 
.fleetPriceInfo {
padding: 12px 16px;
background: #F2F2F2;
position: relative;
border-radius: 8px;
border-top-left-radius: 0;
border-top-right-radius: 0;
transition: 0.5s;
}

.fleetPriceInfo p {
margin-bottom: 0;
font-weight: 600;
}

.fleetPriceInfo p .perMonth {
font-size: 12px;
margin-left: -4px;
}

.fleetPriceInfo a {
position: absolute;
right: 0;
bottom: 7px;
transition: 0.5s;
} */

.grayColor {
    color: var(--discPrice);
}

.dropdown_category {
    width: 870px;
}

.categorySelection {
    width: 320px;
}


/* imp points listing */

ul.imp-points {
    margin: 25px 0px;
    padding: 0px;
    clear: both;
    font-family: var(--font-family-title);
}

ul.imp-points li {
    margin: 12px 0px 10px 0px;
    position: relative;
    color: var(--gray-text);
    padding-left: 0;
    list-style: none;
    clear: both;
    display: inline-flex;
}

ul.imp-points li:before {
    position: absolute;
    width: 64px;
    height: 64px;
}

ul.imp-points li .imgTips {
    position: relative;
    /* width: 22%; */
    width: 50px;
    height: 70px;
    text-align: center;
    line-height: 44px;
    margin-right: 30px;
    z-index: 1;
}

ul.imp-points li .imgTips:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ECF5FF;
    z-index: -1;
    border-radius: 6px;
}

ul.imp-points li .imgTips img {
    width: 32px;
}

ul.imp-points li .introPara {
    /* width: 89%;
    margin-right: 15rem; */
    width: 90%;
    margin-right: 0;
}

ul.imp-points li h5 {
    color: #000;
    font-weight: 600;
}

ul.imp-points li p {
    color: #6D6D6D;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}

.introMicroLease img {
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    border-radius: 10px;
}

.introSectionRightImg ul.imp-points li .introPara {
    margin-right: 0;
}

.introSectionRightImg ul.imp-points li p {
    margin-right: 0;
}

.introSectionRightImg .introMicroLease img {
    /* border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-radius: 10px;
}

.introSectionRightImg .luxuryCars img {
    border-radius: 10px;
}

.introSectionRightImg .sectionPara {
    padding-left: 15rem;
}

.imgCorporateSection {}

.imgCorporateSection img {
    border-radius: 10px;
}

.paraCorporateSection {
    font-family: var(--font-family-title);
}

.paraCorporateSection ul {
    list-style: none;
}

.paraCorporateSection ul li {
    margin-bottom: 30px;
    list-style-type: none;
}

.paraCorporateSection ul li h5 {
    font-weight: 600;
    margin-bottom: 16px;
}

.paraCorporateSection ul li p {
    font-size: 16px;
    color: #3E3E3E;
}

.locationInUkWrap {
    font-family: var(--font-family-title);
}

.locationInUkWrap .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    background: #F6F6F6;
    margin: 0px 12px;
    padding: 10px 25px;
    box-shadow: 1px 1px 5px #0000001f;
    font-weight: 600;
    color: #3E3E3E;
    font-family: var(--font-family-title);
}

.locationInUkWrap .nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    box-shadow: 1px 1px 5px #00000091;
    color: #fff;
}

.gallerySectionAcrossUk {
    font-family: var(--font-family-title);
}

.gallerySectionAcrossUk .relativeImgBox {
    position: relative;
    /* height: 100%; */
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.gallerySectionAcrossUk .relativeImgBox:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 74%;
    background-image: linear-gradient(359deg, #000000 0%, #0462d400 95%);
}

.gallerySectionAcrossUk .overlayTextImg {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0px 15px;
    color: #fff;
}

.gallerySectionAcrossUk .overlayTextImg h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
}

.gallerySectionAcrossUk .overlayTextImg p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
}

.experienceDifferenceBox {
    background: #F9F9F9;
    padding: 5rem 0px 1rem 0px;
}

.contentDifferance {
    font-family: var(--font-family-title);
}

.contentDifferance .imgQualities {
    background-image: linear-gradient(88deg, #004a9d 0%, #3e95ff 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: middle;
    margin: auto;
    line-height: 76px;
}

.contentDifferance h4 {
    font-weight: 600;
    margin: 20px 0px 16px 0px;
}

.contentDifferance p {
    color: #3E3E3E;
    font-size: 14px;
}

.clientleDiv ul {
    padding-left: 0;
    list-style: none;
    margin-top: 2rem;
    text-align: center;
}

.clientleDiv ul li {
    display: inline-block;
    width: 12%;
    margin: 0px 15px;
}

.clientleDiv ul li a {
    transition: ease-in-out all 0.3s;
}

.clientleDiv ul li a img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: ease-in-out all 0.3s;
}

.clientleDiv ul li a:hover img {
    filter: grayscale(0);
}

.outerFaq {
    font-family: var(--font-family-title);
}

.outerFaq .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
    margin: 20px 0px;
    box-shadow: 0px 5px 10px #00000017;
    border-radius: 6px;
    overflow: hidden;
    transition: ease-in-out all 0.3s;
}

.outerFaq .accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.outerFaq .accordion-button {
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    padding: 12px 16px;
}

.outerFaq .accordion-button:not(.collapsed) {
    color: #0286FF;
    background-color: #fff;
    box-shadow: none;
    padding-bottom: 0;
}


/* .outerFaq .activeFaq {
    border: 1px solid #0286FF;
    box-shadow: 1px 1px 10px #0286ff4d;
} */

.outerFaq .accordion-item:has(.show) {
    border: 1px solid #0286FF;
    box-shadow: 1px 1px 10px #0286ff4d;
}

.outerFaq .accordion-body p {
    color: #6D6D6D;
    font-size: 15px;
}

.ourTopBrands {}

.ourTopBrands ul {
    padding-left: 0;
    list-style: none;
    margin-top: 4rem;
}

.ourTopBrands ul li {
    display: inline-block;
    width: 12%;
    margin: 0px 20px 25px 0px;
    background: #F3F3F3;
    border-radius: 6px;
    padding: 12px 0px 8px 0px;
    text-align: center;
    min-height: 85px;
    height: auto;
}

.ourTopBrands ul li a {
    position: relative;
    text-decoration: none;
}

.ourTopBrands ul li a p {
    color: #282828;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 10px 5px 10px;
}

.ourTopBrands ul li a img {
    max-width: 100%;
    min-height: 13px;
    max-height: 25px;
}

.downloadAppSection {
    position: relative;
}

.downloadAppSection:after {
    content: '';
    position: absolute;
    top: -55px;
    left: 0px;
    background-image: url(../images/donloadAppBg.webp);
    background-position: right;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1;
}

.downloadAppSection img {
    max-width: 100%;
    height: auto;
}

.qrCode {
    position: relative;
}

.qrCode:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: #c9c9c9;
    right: 60px;
    top: 25px;
}

.downloadAppSection a {
    display: block;
    margin: 20px 0px;
}

.downloadInfo {
    padding-top: 10rem;
}

.downloadInfo h2 {
    font-weight: 700;
}

.downloadInfo h2 .fisrtWord {
    color: #2E4BA4;
}

.downloadInfo h2 .secondWord {
    color: #171D56;
}

.userPermission ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.userPermission ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 20px;
}

.userPermission ul li p {
    padding-left: 35px;
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 0;
    cursor: pointer;
}

.userPermission ul li .customBtn {
    background: var(--white);
    font-size: 14px;
    color: #858585;
    border-left: 0;
}

.customeChkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.customeChkBox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.customeChkBox input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customeChkBox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customeChkBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonilasWrap {
    position: relative;
    z-index: 1;
}

.testimonilasWrap:before {
    position: absolute;
    content: '';
    background: #F6F3F3;
    width: 100%;
    height: 64%;
    top: 0;
    left: 0;
    z-index: -1;
}


/* testimonials: added for equal height ends */

.testimonialCarousel {}

.testimonialCarousel .owl-stage {
    display: flex;
}

.testimonialCarousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    height: inherit;
    align-items: stretch;
    text-align: center;
}

.testimonialCarousel .owl-item .item {
    position: relative;
    /*overflow: hidden;
     margin-bottom: 80px; */
    /*This is optional*/
    display: flex;
    /* flex-direction: column; */
    align-items: stretch;
}

.testimonialCarousel .owl-nav {
    display: none
}

.testimonialCarousel .owl-dots {
    margin-top: 30px
}


/* testimonials: added for equal height ends */

.clientReview {
    border: 1px solid #E7EAEC;
    padding: 30px 26px 8px 25px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 5px 10px #0000001f;
    text-align: center;
}

.ratingDisplay {
    /* position: absolute;
    right: 15px;
    top: 15px; */
    position: relative;
    margin: 10px 0px 0px 0px;
}

.ratingDisplay span {
    margin: 0px 2px;
}

.ratingDisplay span i {
    color: #0286FF;
}

.testimonilasWrap .owl-carousel .owl-item img {
    width: 88px;
    border-radius: 50%;
    margin: -20px auto 0;
    border: 3px solid #cde4fb;
}

.clientReview h4 {
    font-weight: 600;
    margin: 15px 0px 10px 0px;
}

.clientReview p {
    color: #6D6D6D;
    font-size: 14px;
}

.videoSection {}

.videoSection a img {
    border-radius: 12px;
    cursor: pointer;
}

.yt-link,
.yt-link:hover,
.yt-link:focus {
    text-decoration: none;
}

.yt-bg {
    width: 300px;
    height: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uk-icon-youtube-play {
    font-size: 40px;
    color: #322;
}

.uk-modal {
    background: rgba(0, 0, 0, 0.95);
}


/* time section added in selectDateTime.css */

.timeSection {
    padding: 10px 15px;
}

.timeSection h4 {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 600;
}

.timeSection ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.timeSection ul li {
    display: inline-block;
    margin: 10px 10px 22px 0px;
}

.timeSection ul li a {
    background: #fff;
    box-shadow: 1px 1px 10px #00000040;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #505050;
    transition: 0.5s;
}

.timeSection ul li a:hover {
    background-color: var(--primary);
    color: #fff;
    transition: 0.5s;
}

.timeSection .selectedTime {
    background-color: var(--primary);
    color: #fff;
}

#google_address_list .pac-container {
    left: 16px !important;
    top: 83px !important;
    width: 92.5% !important;
}

.bookingFormHead p {
    padding-left: 10px;
    font-size: 14px;
    color: #707070;
    margin-top: 10px;
}

#bookingFormModalIndex .modal-content .btn-close {
    position: absolute;
    right: 0;
    z-index: 9;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-11 {
    margin-top: 11rem !important;
}

.driversAgedBox .form-floating&gt;label {
    font-size: 14px;
    color: var(--gray-text);
}

.driversAgedBox .form-floating input {
    font-weight: 600;
}

.pointersHead {
    font-size: 23px;
    font-weight: 600;
}


/* scroll to top */

.scrollToTopBtn {
    position: fixed;
    right: 10px;
    bottom: 52px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    text-indent: 0;
    display: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: ease-in-out all 0.3s;
    padding: 6px 5px;
    box-shadow: 0px 9px 10px 0px #00000024;
    border: 1px solid var(--border-lighter);
    color: var(--gray-text);
}

.scrollToTopBtn:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.scrollToTopBtn i {
    font-size: 28px;
}


/* scroll to top ends */


/* edit form  */

#bookingFormModalIndex .wrapBookingFormTabs,
#bookingFormModalIndexMonthly .wrapBookingFormTabs {
    margin: 0px;
    position: relative;
    bottom: 0;
    left: auto;
    background: none;
    box-shadow: none;
}

#bookingFormModalIndex .wrapBookingFormCont,
#bookingFormModalIndexMonthly .wrapBookingFormCont {
    background: rgba(255, 255, 255, 0.90);
    border: 0 !important;
    font-weight: 500;
    color: var(--dark);
    font-size: 16px;
    padding: 40px 20px;
    border-radius: 10px 10px !important;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    z-index: 1060;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

#bookingFormModalIndex .btn-close,
#bookingFormModalIndexMonthly .btn-close {
    padding: .5rem .5rem;
    margin: .5rem .5rem -.5rem auto;
    float: right;
}

#bookingFormModalIndex .wrapBookingForm .customTabs,
#bookingFormModalIndexMonthly .wrapBookingForm .customTabs {
    margin: 0px 20px -2px;
    border: 0;
}

#bookingFormModalIndex .wrapBookingForm .customTabs li,
#bookingFormModalIndexMonthly .wrapBookingForm .customTabs li {
    margin: 0px 5px 0px 0px;
}

#bookingFormModalIndex .wrapBookingForm .customTabs li a,
#bookingFormModalIndexMonthly .wrapBookingForm .customTabs li a {
    padding: 10px 15px;
    background: var(--white) !important;
    border: 0 !important;
    border-top: 5px solid var(--white);
    font-weight: 500;
    color: var(--dark);
    font-size: 16px;
    border-radius: 10px 10px 0px 0px !important;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    font-family: var(--font-family-title);
}

#bookingFormModalIndex .wrapBookingForm .customTabs li a.active,
#bookingFormModalIndexMonthly .wrapBookingForm .customTabs li a.active {
    background: linear-gradient(135deg, #631BE1 0%, #0462D4 100%) !important;
    color: var(--white) !important;
}

#bookingFormModalIndex .wrapBookingForm,
#bookingFormModalIndexMonthly .wrapBookingForm {
    padding: 15px;
    position: relative;
    width: 100%;
    margin: 0px 0px;
    /* border: none;
    box-shadow: none; */
}

#bookingFormModalIndex .wrapBookingForm .tab-content #bookingFormModalIndexMonthly .wrapBookingForm .tab-content {
    background: #fff;
    box-shadow: 8px 4px 22px #00000047;
    padding: 15px 0px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    margin: 0;
}

#bookingFormModalIndex .wrapBookingForm .tab-content&gt;.tab-pane,
#bookingFormModalIndexMonthly .wrapBookingForm .tab-content&gt;.tab-pane {
    padding: 0 15px;
}

#bookingFormModalIndex .locationTab ul,
#bookingFormModalIndexMonthly .locationTab ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

#bookingFormModalIndex .locationTab li,
#bookingFormModalIndex .carlocationTab,
#bookingFormModalIndexMonthly .locationTab li,
#bookingFormModalIndexMonthly .carlocationTab {
    border: 1px solid #C7C7C7;
    padding: 6px 10px 6px 20px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    font-family: var(--font-family-title);
}

#bookingFormModalIndex ul li.picklocationTab:after,
#bookingFormModalIndexMonthly ul li.picklocationTab:after {
    content: '';
    position: absolute;
    background-image: url(../images/pickupLocationIcon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 27px;
    width: 22px;
    left: -11px;
    top: 50%;
    transform: translate(0px, -50%);
}

#bookingFormModalIndex ul li.picklocationTab.carLocation:after,
#bookingFormModalIndexMonthly ul li.picklocationTab.carLocation:after {
    content: '';
    position: absolute;
    background-image: url(../images/carIcon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    left: -21px;
    top: 50%;
    transform: translate(0px, -50%);
    filter: invert(48%) sepia(40%) saturate(20) hue-rotate(0deg) brightness(118%) contrast(119%);
}

#bookingFormModalIndex ul li.picklocationTab:before,
#bookingFormModalIndexMonthly ul li.picklocationTab:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 34px;
    width: 26px;
    left: -13px;
    top: 49%;
    transform: translate(0px, -50%);
}

#bookingFormModalIndex ul li.droplocationTab:after,
#bookingFormModalIndexMonthly ul li.droplocationTab:after {
    content: '';
    position: absolute;
    background-image: url(../images/dropOffLocationIcon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 27px;
    width: 22px;
    left: -11px;
    top: 50%;
    transform: translate(0px, -50%);
}

#bookingFormModalIndex ul li.droplocationTab:before,
#bookingFormModalIndexMonthly ul li.droplocationTab:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 34px;
    width: 26px;
    left: -13px;
    top: 49%;
    transform: translate(0px, -50%);
}

#bookingFormModalIndex ul li.locationTabLi p,
#bookingFormModalIndex ul li.dateTime p,
#bookingFormModalIndexMonthly ul li.locationTabLi p,
#bookingFormModalIndexMonthly ul li.dateTime p {
    margin-bottom: 0;
    color: #707070;
    font-size: 12px;
}

#bookingFormModalIndex .carlocationTab p,
#bookingFormModalIndexMonthly .carlocationTab p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}

#bookingFormModalIndex .carlocationTab .content,
#bookingFormModalIndexMonthly .carlocationTab .content {
    color: #000;
    overflow: hidden;
    font-size: 16px;
    margin-top: 3px;
    font-weight: 600;
    border: 0;
    padding: 0;
}

#bookingFormModalIndex ul li input:disabled,
#bookingFormModalIndex ul li .form-control:disabled,
#bookingFormModalIndexMonthly ul li input:disabled,
#bookingFormModalIndexMonthly ul li .form-control:disabled {
    display: block;
    background-color: var(--white);
}

#bookingFormModalIndex ul li.locationTabLi input,
#bookingFormModalIndex .locationTab ul li input,
#bookingFormModalIndex ul li.locationTabLi .inputText,
#bookingFormModalIndex .locationTab ul li .inputText,
#bookingFormModalIndexMonthly ul li.locationTabLi input,
#bookingFormModalIndexMonthly .locationTab ul li input,
#bookingFormModalIndexMonthly ul li.locationTabLi .inputText,
#bookingFormModalIndexMonthly .locationTab ul li .inputText {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 203px; */
    font-size: 16px;
    margin-top: 3px;
    font-weight: 600;
    border: 0;
    padding: 0;
}

#bookingFormModalIndex ul li.locationTabLi .form-control::placeholder,
#bookingFormModalIndexMonthly ul li.locationTabLi .form-control::placeholder {
    color: #000;
}

#bookingFormModalIndex ul li.locationTabLi .form-control:focus,
#bookingFormModalIndexMonthly ul li.locationTabLi .form-control:focus {
    border: 0;
    box-shadow: none;
}

#bookingFormModalIndex .dateTimeTab .tab-content,
#bookingFormModalIndexMonthly .dateTimeTab .tab-content {
    border: 0;
    box-shadow: none;
    background: none;
    padding: 0;
}

#bookingFormModalIndex .dateTimeTab .tab-content&gt;.tab-pane,
#bookingFormModalIndexMonthly .dateTimeTab .tab-content&gt;.tab-pane {
    padding: 0;
}

#bookingFormModalIndex .dateTimeTab ul,
#bookingFormModalIndexMonthly .dateTimeTab ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    border-radius: 0;
}

#bookingFormModalIndex .dateTimeTab li.selDurationli,
#bookingFormModalIndexMonthly .dateTimeTab li.selDurationli {
    border: 1px solid transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
}

#bookingFormModalIndex .dateTimeTab li,
#bookingFormModalIndexMonthly .dateTimeTab li {
    border: 1px solid #C7C7C7;
    padding: 6px 10px 6px 20px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    width: 45%;
    font-family: var(--font-family-title);
}

#bookingFormModalIndex .dateTimeTab li.arrow,
#bookingFormModalIndex .locationTab li.arrow,
#bookingFormModalIndexMonthly .dateTimeTab li.arrow,
#bookingFormModalIndexMonthly .locationTab li.arrow {
    border: 0;
    padding: 6px;
    margin: 20px 7px 20px 0px;
    border-radius: 0;
    position: relative;
    width: auto;
    font-size: 30px;
    color: var(--discPrice);
}

#bookingFormModalIndex ul li.dateTime:after,
#bookingFormModalIndexMonthly ul li.dateTime:after {
    content: '';
    position: absolute;
    background-image: url(../images/dateTimeCalendar.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30px;
    width: 26px;
    left: -13px;
    top: 52%;
    transform: translate(0px, -50%);
}

#bookingFormModalIndex ul li.dateTime:before,
#bookingFormModalIndexMonthly ul li.dateTime:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 26px;
    width: 26px;
    left: -13px;
    top: 43%;
    transform: translate(0px, -50%);
}

#bookingFormModalIndex ul li.dateTime .pickupDate,
#bookingFormModalIndexMonthly ul li.dateTime .pickupDate {
    margin: 0px;
}

#bookingFormModalIndex ul li.dateTime .DropOffDate,
#bookingFormModalIndexMonthly ul li.dateTime .DropOffDate {
    margin: 0px;
    /* border-left: 1px solid #C7C7C7;
padding-left: 20px; */
}

#bookingFormModalIndex ul li.dateTime .DropOffDate2,
#bookingFormModalIndexMonthly ul li.dateTime .DropOffDate2 {
    margin: 0px 10px;
    border-left: 0;
    padding-left: 0;
}

#bookingFormModalIndex ul li.dateTime h4,
#bookingFormModalIndexMonthly ul li.dateTime h4 {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 203px; */
    font-size: 16px;
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 28px;
}

#bookingFormModalIndex ul li.dateTime h4 .selectedDay,
#bookingFormModalIndexMonthly ul li.dateTime h4 .selectedDay {
    font-weight: 400;
}

#bookingFormModalIndex ul li.dateTime .selectedTime,
#bookingFormModalIndexMonthly ul li.dateTime .selectedTime {
    font-weight: 400;
    color: #707070;
    font-size: 12px;
    line-height: 14px;
}

#bookingFormModalIndex .locationTab .timeSection ul,
#bookingFormModalIndexMonthly .locationTab .timeSection ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: block;
}

#bookingFormModalIndex .locationTab .timeSection ul li,
#bookingFormModalIndexMonthly .locationTab .timeSection ul li {
    margin: 10px 5px 5px 0px;
    border: none;
    display: inline-block;
    width: 46%;
    padding: 0;
}

#bookingFormModalIndex .locationTab .timeSection ul li a,
#bookingFormModalIndexMonthly .locationTab .timeSection ul li a {
    background: #fff;
    box-shadow: 1px 1px 10px #00000040;
    padding: 8px 8px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #505050;
    transition: 0.5s;
    display: block;
}

#bookingFormModalIndex .locationTab .timeSection ul li a:hover,
#bookingFormModalIndexMonthly .locationTab .timeSection ul li a:hover {
    background-color: var(--primary);
    color: #fff;
    transition: 0.5s;
}

#bookingFormModalIndex .locationTab .timeSection .selectedTime,
#bookingFormModalIndexMonthly .locationTab .timeSection .selectedTime {
    background-color: var(--primary);
    color: #fff;
}

.customsection {
    font-family: var(--font-family-title);
    font-size: 15px;
    /* border: 2px solid var(--warning); */
    padding: 10px;
    display: block;
    position: relative;
    border: 1px solid #C7C7C7;
}

#bookingFormModalIndex .userPermission ul,
#bookingFormModalIndexMonthly .userPermission ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#bookingFormModalIndex .userPermission ul li,
#bookingFormModalIndexMonthly .userPermission ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 20px;
}

#bookingFormModalIndex .userPermission ul li p,
#bookingFormModalIndexMonthly .userPermission ul li p {
    padding-left: 35px;
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 0;
    cursor: pointer;
}

#bookingFormModalIndex .userPermission ul li .customBtn,
#bookingFormModalIndexMonthly .userPermission ul li .customBtn {
    background: var(--white);
    font-size: 14px;
    color: var(--dark);
    border-left: 0;
    position: absolute;
    right: 14px;
    top: 3px;
    border: 0;
}

#bookingFormModalIndex .searchCar,
#bookingFormModalIndexMonthly .searchCar {
    width: 100%;
    margin-top: 10px;
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.5s;
    padding: 15px 10px;
    font-family: var(--font-family-title);
    height: auto;
}

#bookingFormModalIndex .searchCar:hover,
#bookingFormModalIndexMonthly .searchCar:hover {
    background-image: linear-gradient(135deg, #0462D4 0%, #631BE1 100%);
    transform: scale(1.02);
}

#bookingFormModalIndex .searchCar img,
#bookingFormModalIndexMonthly .searchCar img {
    width: 28px;
}

#bookingFormModalIndex .durationBox,
#bookingFormModalIndexMonthly .durationBox {
    margin: 9px 0;
    padding: 5px 3px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 7px;
    display: block;
}

#bookingFormModalIndex .durationBox .box-title,
#bookingFormModalIndexMonthly .durationBox .box-title {
    display: block;
    padding: 6px 10px;
    text-align: center;
    background-color: var(--primary-calselect-bg);
    color: var(--black);
    margin: -5px -5px 3px -5px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px 5px 0px 0px;
}

#bookingFormModalIndex .selectDurationCont,
#bookingFormModalIndexMonthly .selectDurationCont {
    width: 100%;
    position: relative;
    flex: 0 0 auto;
    padding: 0;
}

#bookingFormModalIndex .selectDuration,
#bookingFormModalIndexMonthly .selectDuration {
    background: var(--primary);
    color: var(--white);
    border-radius: 100%;
    width: 100px;
    padding: 24px 20px;
    text-align: center;
    margin: 0 auto;
}

#bookingFormModalIndex .selectDuration.sm,
#bookingFormModalIndexMonthly .selectDuration.sm {
    width: 42px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    right: -35px;
    top: -3px;
    z-index: 1;
    background: none;
    padding: 0;
}

#bookingFormModalIndex .selectDuration.sm a,
#bookingFormModalIndexMonthly .selectDuration.sm a {
    background: var(--white);
    border: 1px solid var(--form-border);
    color: var(--dark);
    border-radius: 100%;
    padding: 5px 10px;
    text-align: center;
    display: block;
    font-size: 11px;
    line-height: 11px;
}

#bookingFormModalIndex .selectDuration.sm h4,
#bookingFormModalIndexMonthly .selectDuration.sm h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--dark);
}

#bookingFormModalIndex .selectDuration a.selectDurationBtn,
#bookingFormModalIndexMonthly .selectDuration a.selectDurationBtn {
    color: var(--dark);
    text-decoration: none;
}

#bookingFormModalIndex .selectDuration a.selectDurationBtn:hover,
#bookingFormModalIndexMonthly .selectDuration a.selectDurationBtn:hover {
    color: var(--dark);
}

#bookingFormModalIndex .selectDuration h4,
#bookingFormModalIndexMonthly .selectDuration h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

#bookingFormModalIndex .selectDuration span,
#bookingFormModalIndexMonthly .selectDuration span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

#bookingFormModalIndex .monthSelector,
#bookingFormModalIndexMonthly .monthSelector {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    display: block;
    /* display: inline-block; */
}

#bookingFormModalIndex .monthSelector li,
#bookingFormModalIndexMonthly .monthSelector li {
    display: inline-block;
    border: 0;
    /* margin: 0px 4px; */
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: relative;
    width: auto;
}

#bookingFormModalIndex .monthSelector li a,
#bookingFormModalIndexMonthly .monthSelector li a {
    color: var(--black);
    padding: 5px 6px;
    border-radius: 100%;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 3px 3px;
    background: var(--white);
    border-radius: 7px;
    font-weight: 600;
    width: 34px;
    height: 40px;
    line-height: 32px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

#bookingFormModalIndex .monthSelector li a span,
#bookingFormModalIndexMonthly .monthSelector li a span {
    font-size: 10px;
    font-weight: 400;
}

#bookingFormModalIndex .monthSelector li a:hover,
#bookingFormModalIndex .monthSelector li a.active,
#bookingFormModalIndexMonthly .monthSelector li a:hover,
#bookingFormModalIndexMonthly .monthSelector li a.active {
    color: var(--white);
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#bookingFormModalIndex .monthSelector li a.active,
#bookingFormModalIndexMonthly .monthSelector li a.active {
    width: 48px;
    height: 40px;
    line-height: 12px;
    padding-top: 10px
}


/* edit form */


/* masonry for location */

.masonryGrid {
    margin: 1rem 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}

.masonryToolbar {
    text-align: center;
}

.masonryToolbar .btn.fil-cat {
    background: 0 0;
    border: 0;
    border-radius: 30px;
    background: #F6F6F6;
    margin: 0px 12px;
    padding: 10px 25px;
    box-shadow: 1px 1px 5px #0000001f;
    font-weight: 600;
    color: #3E3E3E;
    font-family: var(--font-family-title);
    text-transform: none;
}

.masonryToolbar .btn.fil-cat:hover {
    background: #e9e8ff;
}

.masonryToolbar .btn.fil-cat.active {
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    box-shadow: 1px 1px 5px #00000091;
    color: #fff;
}

.tile {
    /* display: none; */
    position: relative;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


/* 
#locationCountry {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    display: grid;
    grid-auto-rows: 50px;
    grid-gap: 10px;
} */

#locationCountry .grid-item,
#locationWorld .grid-item {
    width: 265px;
    margin: 0px 5px 10px;
    display: inline-block;
}


/* .scale-anm {
    margin: 0 0 1.125rem;
    width: 100%;
} */

.tile img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.tile:before {
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.6;
    width: 100%;
    bottom: 0px;
    height: 74%;
    background-image: linear-gradient(359deg, #000000 0%, #0462d400 95%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tile .overlayTextImg {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0px 15px;
    opacity: 0.6;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tile:hover .overlayTextImg {
    bottom: 0;
    opacity: 1;
}

.tile:hover:before {
    display: block;
    opacity: 0.9;
}

.tile .overlayTextImg h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}

.tile .overlayTextImg p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 12px;
}

.supplierName p img {
    width: 20px;
    position: relative;
    top: -1px;
    opacity: 0.7;
}


/* masonry for location ends */

.searchLocation2 {
    padding-bottom: 7px !important;
    padding-top: 24px !important;
    padding-left: 7px !important;
}

.searchLocation1 {
    padding-bottom: 7px !important;
    padding-top: 24px !important;
    padding-left: 7px !important;
}</pre></body></html>