@keyframes fadeOut{from{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity 150ms ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1052;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:150ms;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width: 768px){.v-toast{padding:0;position:fixed !important}}

html{box-sizing:border-box;height:100%}*,*:before,*:after{box-sizing:inherit}body{background:#fff;font-family:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-style:normal;font-size:14px;-webkit-font-smoothing:antialiased;padding:0;margin:0;min-height:100%;box-sizing:border-box}::-webkit-scrollbar{display:none}a{cursor:pointer;text-decoration:none}.small{font-size:80%}.cur-p,.pointer{cursor:pointer}.no-select{-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.pe-n{pointer-events:none}.pe-a{pointer-events:auto}.ta-r{text-align:right}.ta-l{text-align:left}.ta-c{text-align:center}.tt-u{text-transform:uppercase}.td-u{text-decoration:underline}.td-n{text-decoration:none}.td-lt{text-decoration:line-through}.of-h{overflow:hidden}.of-a{overflow:auto;-webkit-overflow-scrolling:touch}.w-100{width:100%}.f-l{float:left}.f-r{float:right}.pl-10{padding-left:10px}.h-100{height:100%}.mh-100{min-height:100%}.p-0{padding:0}.p-b-10{padding:0 0 10px}.fw-b{font-weight:bold}.fw-n{font-weight:normal}.spin{animation:spin 1s linear infinite}.clr-blue{color:#4a90e2}.clr-gray{color:rgba(0,0,0,.38)}.rotate-180{transform:rotate(180deg)}.d-b{display:block}.d-f{display:flex}.f-1{flex:1}.f-2{flex:2}.f-5{flex:5}.o-a{overflow:auto}.fd-r{flex-direction:row}.fd-c{flex-direction:column}.fw-w{flex-wrap:wrap}.jc-sb{justify-content:space-between}.jc-sa{justify-content:space-around}.jc-c{justify-content:center}.ai-c{align-items:center}.as-c{align-self:center}.as-fs{align-self:flex-start}.as-fe{align-self:flex-end}.fs-0{flex-shrink:0}.ai-b{align-items:baseline}.ic-line{display:flex;align-items:center;justify-content:space-between}.ic-line .line{border-bottom:1px dashed #ccc;height:1px;flex:1;margin:0 5px}.ic-line:before,.ic-line:after{content:"";display:block;width:10px;height:10px;background-size:contain;background-repeat:no-repeat}.ic-line:before{background-image:url("/img/icons/ic-green.svg")}.ic-line:after{background-image:url("/img/icons/ic-red.svg")}.dummy-field{background:#ff0;height:48px;border-radius:4px;color:#000;background-color:#fff;border:1px solid #ccc}.dummy-field .icon{padding:10px 16px;font-size:16px}.dummy-field span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:16px;padding-left:8px}.dummy-field span.placeholder{opacity:.4}.toolbar-field{position:relative;border-bottom:1px solid #d8d8d8}.toolbar-field .icon{position:absolute;padding:22px 15px;font-size:20px}.toolbar-field .text{display:flex;align-items:center;flex-direction:column;justify-content:center;overflow:hidden}.toolbar-field .text input{width:100%;outline:none;border:none;display:block;border-radius:0;padding:25px 20px 25px 50px}.m-card{border-radius:4px;background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.2);border:solid 1px #d8d8d8;margin:8px 0;overflow:hidden}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes animUp{0%{transform:translate(0, 10px);opacity:0}100%{transform:translate(0, 0px);opacity:1}}.anime-up-0{opacity:0;animation:animUp .5s ease-out 0ms forwards}.anime-up-1{opacity:0;animation:animUp .5s ease-out 100ms forwards}.anime-up-2{opacity:0;animation:animUp .5s ease-out 200ms forwards}.anime-up-3{opacity:0;animation:animUp .5s ease-out 300ms forwards}.anime-up-4{opacity:0;animation:animUp .5s ease-out 400ms forwards}.anime-up-5{opacity:0;animation:animUp .5s ease-out 500ms forwards}.anime-up-6{opacity:0;animation:animUp .5s ease-out 600ms forwards}.anime-up-7{opacity:0;animation:animUp .5s ease-out 700ms forwards}.anime-up-8{opacity:0;animation:animUp .5s ease-out 800ms forwards}.anime-up-9{opacity:0;animation:animUp .5s ease-out 900ms forwards}@keyframes scaleDialog{0%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:.6}}@keyframes sub-page{0%{transform:translate(0, 100px);opacity:0}100%{transform:translate(0, 0px);opacity:1}}@keyframes loading-placeholder{0%{background-position:-468px 0}100%{background-position:468px 0}}.animated-background{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:loading-placeholder;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);background-size:800px 104px;height:96px;position:relative}.button-wrapper.fixed-bottom{position:fixed;bottom:0;left:0;width:100%;padding:0px 16px;background-color:#fff;box-shadow:1px 1px 10px 3px #ccc}.button-wrapper.fixed-bottom .button-primary{margin-bottom:8px;margin-top:8px}.button-wrapper .button-primary{cursor:pointer;display:flex;justify-content:center;align-items:center;height:48px;max-width:440px;margin-top:0;margin-bottom:16px;margin-right:auto;margin-left:auto;border:none;border-radius:4px;background-color:#117a41;width:100%;font-family:"IBM Plex Sans";font-size:14px;font-weight:600;line-height:20px;letter-spacing:0px;color:#1c1c1c;color:#fff;text-transform:uppercase;box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 3px 1px -2px rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.14)}.button-wrapper .button-primary[disabled]{background-color:#f6f6f6;color:#c9c9c9;border-color:#ddd;box-shadow:0px 8px 15px rgba(0,0,0,.1)}.button-wrapper .button-primary.disabled{background-color:#f6f6f6}.button-wrapper .button-icon-text-primary{cursor:pointer;margin-top:5px;background:#fff;text-align:center;height:fit-content;padding:5px 10px;border:1px solid #f6f6f6;border-radius:20px;box-shadow:0px 1px 2px #c9c9c9}.button-wrapper .button-icon-text-primary .text{position:relative;display:inline-block;top:-7px;font-family:"IBM Plex Sans";font-size:14px;font-weight:600;line-height:20px;letter-spacing:0px;color:#1c1c1c}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:auto}.wrapping{max-width:600px;margin:0 auto}.home-subtitle p{padding-top:0px;margin:0px;font-size:clamp(12px,2vw,14px);color:#1c1c1c}.home-subtitle.white p{color:#fff}@keyframes placeHolderShimmer{0%{transform:translateX(-468px)}100%{transform:translateX(468px)}}.loader{display:block;width:100%;padding:0 12px 12px}.loader .loader-background{background:#f6f7f9;height:130px;overflow:hidden;position:relative;margin-top:25px}.loader .loader-background::before{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-image:linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);background-repeat:no-repeat;background-size:auto 100%;content:" ";display:block;height:100%;position:relative}.loader .loader-background div{background:#fff;left:0;position:absolute;right:0}.loader .loader-background .bg-side{height:89px;left:120px;right:auto;top:0;width:8px}.loader .loader-background .bg-top{left:200px;top:0;height:32px}.loader .loader-background .bg-middle{height:12px;left:128px;top:32px}.loader .loader-background .bg-bottom{height:10px;top:80px}.loader-ellipsis:after{overflow:hidden;display:inline-block;vertical-align:bottom;animation:loader-ellipsis steps(4, end) 900ms infinite;content:"…";width:0px}@keyframes loader-ellipsis{to{width:1.25em}}.zc-ic{background-image:url("/img/icons/spritesheet.png?v37");background-repeat:no-repeat;display:block}.zc-ic_arrow{width:10px;height:11px;background-position:-5px -5px}.zc-ic_arrowwhite{width:14px;height:15px;background-position:-25px -5px}.zc-ic_back{width:15px;height:15px;background-position:-49px -5px}.zc-ic_changecity{width:9px;height:12px;background-position:-74px -5px}.zc-ic_checkmarkgreen{width:26px;height:26px;background-position:-93px -5px}.zc-ic_checkmarkwhit{width:26px;height:26px;background-position:-129px -5px}.zc-ic_chvronleft{width:8px;height:12px;background-position:-165px -5px}.zc-ic_chvronright{width:8px;height:12px;background-position:-5px -27px}.zc-ic_close{width:14px;height:14px;background-position:-165px -27px}.zc-ic_collapse{width:12px;height:8px;background-position:-5px -51px}.zc-ic_contact{width:11px;height:11px;background-position:-27px -51px}.zc-ic_crosswhite{width:14px;height:15px;background-position:-48px -51px}.zc-ic_currnt{width:13px;height:13px;background-position:-72px -51px}.zc-ic_date{width:15px;height:17px;background-position:-95px -51px;opacity:.5;margin-right:4px}.zc-ic_dropdown{width:9px;height:5px;background-position:-74px -27px}.zc-ic_expand{width:12px;height:8px;background-position:-120px -51px}.zc-ic_filter{width:18px;height:21px;background-position:-142px -51px}.zc-ic_home{width:13px;height:12px;background-position:-170px -51px}.zc-ic_location{width:10px;height:14px;background-position:-5px -73px}.zc-ic_location2{width:14px;height:18px;background-position:-170px -73px}.zc-ic_logout{width:13px;height:10px;background-position:-25px -73px}.zc-ic_menu{width:15px;height:15px;background-position:-48px -82px}.zc-ic_menuwhite{width:15px;height:12px;background-position:-73px -82px}.zc-ic_mytrips{width:12px;height:11px;background-position:-120px -73px}.zc-ic_nointernet{width:24px;height:13px;background-position:-5px -101px}.zc-ic_office{width:12px;height:13px;background-position:-98px -101px}.zc-ic_overflow{width:4px;height:16px;background-position:-120px -101px}.zc-ic_policies{width:12px;height:12px;background-position:-134px -101px}.zc-ic_profpicsmall{width:30px;height:30px;background-position:-39px -123px}.zc-ic_quesmark{width:21px;height:21px;background-position:-156px -101px}.zc-ic_retry{width:16px;height:17px;background-position:-5px -132px}.zc-ic_search{width:15px;height:15px;background-position:-79px -132px}.zc-ic_share{width:18px;height:18px;background-position:-104px -132px}.zc-ic_share_fbmssngr{width:20px;height:11px;background-position:-132px -132px}.zc-ic_sharelinkedin{width:20px;height:19px;background-position:-162px -132px}.zc-ic_sharewhatsapp{width:20px;height:20px;background-position:-5px -161px}.zc-ic_tariff{width:15px;height:14px;background-position:-194px -73px}.zc-ic_tickBlk{width:13px;height:10px;background-position:-194px -97px}.zc-ic_tickwht{width:13px;height:10px;background-position:-192px -117px}.zc-ic_time{width:14px;height:14px;background-position:-192px -137px}.zc-ic_zap{width:14px;height:15px;background-position:-204px -161px}.zc-ic_zoomcarlogo{width:38px;height:38px;background-position:-229px -5px}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 50px, 0)}100%{opacity:1;transform:none}}.page-toolbar{padding:15px;color:#fff;background-color:#323a44;min-height:60px}.page-toolbar h2{margin:0;font-size:18px;font-weight:500;line-height:1}.page-toolbar .close{font-size:24px;margin-right:25px;margin-left:10px}.page-toolbar a{color:#fff}.sub-page{position:fixed;height:100%;width:100%;top:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch;background:#fff;z-index:999;animation:.3s fadeInUp ease}.sub-page .header{position:relative;z-index:2;padding:16px}@media(min-width: 767px){.sub-page .container{max-width:600px;margin-right:auto;margin-left:auto}}.sub-page .toolbar{padding:16px}.sub-page .toolbar .close{margin:8px;position:relative;left:-8px}.footer-action .btn{background-color:#70ad4d;color:#fff;font-weight:500;text-transform:uppercase;display:block;width:100%;border:none;padding:20px;cursor:pointer;font-size:14px}.footer-action .btn.disabled,.footer-action .btn[disabled]{background-color:#ededed;border-color:#d8d8d8;color:rgba(0,0,0,.38)}.layout-one{display:flex;flex-direction:column}.layout-one .main{flex:1}.layout-two{display:flex;flex-direction:column}.layout-two .main{flex:1;display:flex;flex-direction:column}.sub-page-header{font-size:12px;padding:8px 16px;position:relative}@media(min-width: 360px){.sub-page-header{font-size:14px}}.sub-page-header.dark{background-color:#323a44;color:#fff}.sub-page-header{display:flex;align-items:center}.sub-page-header h2{flex:1;margin:0;font-weight:500}.sub-page-header .back-link{padding:8px;margin-right:8px}.sub-page-header span{color:#e4f1dc}.switch-ampm{font-size:12px}.switch-ampm .switch{position:relative;margin:0 7px;cursor:pointer}.switch-ampm .switch:after{content:"";display:block;width:34px;height:14px;opacity:.5;background-color:#d8d8d8;border-radius:20px}.switch-ampm .switch:before{content:"";position:absolute;width:20px;height:20px;background-color:#70ad4d;box-shadow:0 1px 1px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.12);border-style:solid;border-width:.5px;border-image-source:linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0));z-index:1;border-radius:100%;top:-3px;right:0}.switch-ampm .am,.switch-ampm .pm{cursor:pointer}.switch-ampm .am{color:rgba(0,0,0,.38)}.switch-ampm .pm{color:#70ad4d;font-weight:500}.switch-ampm.active-am .am{color:#70ad4d;font-weight:500}.switch-ampm.active-am .pm{color:rgba(0,0,0,.38)}.switch-ampm.active-am .switch:before{left:0}.icon-chevron-down{background-image:url("/img/icons/icons_chevron_chevron_down.png");background-repeat:no-repeat;display:block;width:24px;height:24px}.icon-arrow-right-separator{background-image:url("/img/icons/icons-arrows-arrow-right.png");background-repeat:no-repeat;background-position:16px center;display:block;width:40px}.icon-user{background-image:url("/img/icons/icons_user.png");background-repeat:no-repeat;background-position:center center;display:inline-block;width:40px;height:40px}.icon-green-beacon{min-width:8px;min-height:8px;border-radius:50%;background-color:#117a41;box-shadow:0 0 8px 8px #e7f2ec;margin-left:8px;margin-right:16px}.icon_dot{min-height:2px;min-width:2px;background-color:#000;border-radius:50%;margin:0 5px;display:inline-block}.icon-red-beacon{min-width:8px;min-height:8px;background-color:#8a2430;box-shadow:0 0 8px 8px #faecee;margin-left:8px;margin-right:16px}.icon{background-repeat:no-repeat;background-position:center center;display:block;width:32px;height:32px;background-size:cover}.icon.icon-my-location{background-image:url("/img/icons/icons_my_location.png")}.icon.icon-map{background-image:url("/img/icons/icons_map.png")}.icon.icon-location{background-image:url("/img/icons/icons_location.png")}.icon.icon-arrow-left{background-image:url("/img/icons/icons_arrows_arrow_left.png");width:24px;height:24px}.icon.icon-arrow-left-white{background-image:url("/img/icons/icons-arrow-left-white.png");width:24px;height:24px}.icon.icon-arrow-right{background-image:url("/img/icons/icons_arrows_arrow_right.png");width:24px;height:24px}.icon.icon-arrow-right-small{background-image:url("/img/icons/icons-arrow-right-small.png");width:20px;height:20px}.icon.icon-arrow-right-white-small{background-image:url("/img/icons/arrow-right-white-small.png");width:16px;height:16px}.icon.icon-arrow-right-green{background-image:url("/img/icons/icons-arrow-right-green.png");width:36px;height:36px}.social-icons{display:block;width:42px;height:42px;border-radius:50%;background-image:url("/img/socialmedia_sprite.png")}.social-icons.twitter{background-position:294px -103px}.social-icons.instagram{background-position:359px -103px}.social-icons.youtube{background-position:228px -103px}.social-icons.facebook{background-position:426px -103px}.social-icons.linkedin{background-position:95px -103px}.playstore-icons{display:block;width:120px;height:35px;background-image:url("/img/store_sprite.svg");cursor:pointer}.playstore-icons.apple{background-position:342px 93px}.playstore-icons.google-play{background-position:206px 93px}@font-face{font-family:z-icons;src:url("/fonts/z-icons.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}[class^=z],[class*=" z"]{font-family:"z-icons" !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal}.z-aadhar_card::before{content:""}.z-ac::before{content:""}.z-add_photo::before{content:""}.z-add_photo_rtl::before{content:""}.z-airbag::before{content:""}.z-airplane::before{content:""}.z-airport::before{content:""}.z-alcohol::before{content:""}.z-alphabet_a::before{content:""}.z-alphabet_b::before{content:""}.z-alphabet_c::before{content:""}.z-ambulance::before{content:""}.z-archive::before{content:""}.z-arrow_down::before{content:""}.z-arrow_left::before{content:""}.z-arrow_left_bottom::before{content:""}.z-arrow_left_top::before{content:""}.z-arrow_narrow_down::before{content:""}.z-arrow_narrow_left::before{content:""}.z-arrow_narrow_right::before{content:""}.z-arrow_narrow_up::before{content:""}.z-arrow_right::before{content:""}.z-arrow_right_bottom::before{content:""}.z-arrow_right_top::before{content:""}.z-arrow_roundabout_left::before{content:""}.z-arrow_roundabout_right::before{content:""}.z-arrow_up::before{content:""}.z-attachment::before{content:""}.z-award_off::before{content:""}.z-award_on::before{content:""}.z-battery::before{content:""}.z-battery_charging::before{content:""}.z-battery_charging_2::before{content:""}.z-battery_empty::before{content:""}.z-become_host::before{content:""}.z-bell::before{content:""}.z-bell_off::before{content:""}.z-bell_ringing::before{content:""}.z-bell_z::before{content:""}.z-bill::before{content:""}.z-birthday_cake::before{content:""}.z-bluetooth::before{content:""}.z-bluetooth_off::before{content:""}.z-bookmark::before{content:""}.z-bookmark_plus::before{content:""}.z-boot::before{content:""}.z-border_corners::before{content:""}.z-box::before{content:""}.z-brake::before{content:""}.z-brightness_down::before{content:""}.z-brightness_up::before{content:""}.z-bug::before{content:""}.z-building::before{content:""}.z-building_estate::before{content:""}.z-building_skyscraper::before{content:""}.z-building_store::before{content:""}.z-bulb::before{content:""}.z-bulb_off::before{content:""}.z-bus_stand::before{content:""}.z-calendar::before{content:""}.z-calendar_dot::before{content:""}.z-call::before{content:""}.z-camera::before{content:""}.z-camera_plus::before{content:""}.z-capsule::before{content:""}.z-car::before{content:""}.z-car_cancel::before{content:""}.z-car_cancel_rtl::before{content:""}.z-car_compact_suv::before{content:""}.z-car_crash::before{content:""}.z-car_hatchback::before{content:""}.z-car_lock::before{content:""}.z-car_luxury::before{content:""}.z-car_pick_up::before{content:""}.z-car_pick_up_rtl::before{content:""}.z-car_pickup_truck::before{content:""}.z-car_sedan::before{content:""}.z-car_suv::before{content:""}.z-card::before{content:""}.z-card_emi::before{content:""}.z-card_emi_rtl::before{content:""}.z-cardless_emi::before{content:""}.z-cardless_emi_rtl::before{content:""}.z-chain::before{content:""}.z-chat::before{content:""}.z-chat_icon::before{content:""}.z-chatbot::before{content:""}.z-chatbot_off::before{content:""}.z-cheap_dong::before{content:""}.z-cheap_peso::before{content:""}.z-cheap_pound::before{content:""}.z-cheap_rupee::before{content:""}.z-cheap_rupee_2::before{content:""}.z-cheap_rupiah::before{content:""}.z-check_empty::before{content:""}.z-check_selected::before{content:""}.z-checkbox::before{content:""}.z-checklist::before{content:""}.z-checklist_rtl::before{content:""}.z-checkmark::before{content:""}.z-checkout::before{content:""}.z-checkout_rtl::before{content:""}.z-checks::before{content:""}.z-chevron_down::before{content:""}.z-chevron_left::before{content:""}.z-chevron_right::before{content:""}.z-chevron_up::before{content:""}.z-chevrons_down::before{content:""}.z-chevrons_left::before{content:""}.z-chevrons_right::before{content:""}.z-chevrons_up::before{content:""}.z-circle::before{content:""}.z-circle_arrow_down::before{content:""}.z-circle_arrow_left::before{content:""}.z-circle_arrow_right::before{content:""}.z-circle_arrow_up::before{content:""}.z-circle_cancel::before{content:""}.z-circle_error::before{content:""}.z-circle_help::before{content:""}.z-circle_info::before{content:""}.z-circle_ok::before{content:""}.z-circle_ok_filled::before{content:""}.z-circle_profile::before{content:""}.z-clean::before{content:""}.z-clipboard::before{content:""}.z-close::before{content:""}.z-cloud_download::before{content:""}.z-cloud_upload::before{content:""}.z-coins::before{content:""}.z-comment::before{content:""}.z-comment_add::before{content:""}.z-comment_off::before{content:""}.z-compact_suv::before{content:""}.z-cone::before{content:""}.z-connection::before{content:""}.z-contact_book::before{content:""}.z-contact_book_2::before{content:""}.z-cookie::before{content:""}.z-copy::before{content:""}.z-coupon::before{content:""}.z-coupon_normal::before{content:""}.z-crown::before{content:""}.z-crown_fill::before{content:""}.z-cube::before{content:""}.z-currency_dong::before{content:""}.z-currency_peso::before{content:""}.z-currency_pound::before{content:""}.z-currency_rupee::before{content:""}.z-currency_rupiah::before{content:""}.z-dashboard::before{content:""}.z-delete::before{content:""}.z-delivery::before{content:""}.z-delivery_rtl::before{content:""}.z-deposit_dong::before{content:""}.z-deposit_peso::before{content:""}.z-deposit_pound::before{content:""}.z-deposit_rupee::before{content:""}.z-deposit_rupiah::before{content:""}.z-dialpad::before{content:""}.z-dialpad_off::before{content:""}.z-diamond::before{content:""}.z-directions::before{content:""}.z-directions_rtl::before{content:""}.z-disability::before{content:""}.z-disc::before{content:""}.z-disc_off::before{content:""}.z-discount_1::before{content:""}.z-discount_2::before{content:""}.z-distance::before{content:""}.z-dot::before{content:""}.z-download::before{content:""}.z-download_doc::before{content:""}.z-driving_license::before{content:""}.z-driving_license_rtl::before{content:""}.z-drop_time::before{content:""}.z-drums::before{content:""}.z-edit::before{content:""}.z-edit_off::before{content:""}.z-edit_pen::before{content:""}.z-edit_pencil::before{content:""}.z-edit_pencil_2::before{content:""}.z-emoji_annoyed::before{content:""}.z-emoji_happy::before{content:""}.z-emoji_sad::before{content:""}.z-emoji_sad_2::before{content:""}.z-emoji_smiley::before{content:""}.z-engine::before{content:""}.z-escooter::before{content:""}.z-expand::before{content:""}.z-expiring::before{content:""}.z-extend::before{content:""}.z-external::before{content:""}.z-external_rtl::before{content:""}.z-eye_close::before{content:""}.z-eye_close_2::before{content:""}.z-eye_open::before{content:""}.z-fall::before{content:""}.z-filter::before{content:""}.z-filter_funnel::before{content:""}.z-filter_vertical::before{content:""}.z-fire::before{content:""}.z-fire_extinguisher::before{content:""}.z-flag::before{content:""}.z-flags::before{content:""}.z-flare::before{content:""}.z-flash_filled::before{content:""}.z-flash_off::before{content:""}.z-flash_off_2::before{content:""}.z-flash_on::before{content:""}.z-flash_on_2::before{content:""}.z-floods::before{content:""}.z-folder::before{content:""}.z-fuel_charging::before{content:""}.z-fuel_empty::before{content:""}.z-fuel_off::before{content:""}.z-fuel_on::before{content:""}.z-fuel_selected::before{content:""}.z-fuel_type::before{content:""}.z-gallery::before{content:""}.z-geofence::before{content:""}.z-ghost::before{content:""}.z-gift::before{content:""}.z-hamburger::before{content:""}.z-hard_brake::before{content:""}.z-helmet::before{content:""}.z-home::before{content:""}.z-horn::before{content:""}.z-hospital::before{content:""}.z-hotel::before{content:""}.z-hour_glass::before{content:""}.z-image::before{content:""}.z-image_x::before{content:""}.z-infinity::before{content:""}.z-instructions::before{content:""}.z-insurance::before{content:""}.z-kebab_horizontal::before{content:""}.z-kebab_vertical::before{content:""}.z-key::before{content:""}.z-key_off::before{content:""}.z-language_select::before{content:""}.z-layout_grid::before{content:""}.z-leaf::before{content:""}.z-leaf_off::before{content:""}.z-license::before{content:""}.z-light::before{content:""}.z-like_down::before{content:""}.z-like_filled::before{content:""}.z-like_up::before{content:""}.z-like_yo::before{content:""}.z-location::before{content:""}.z-location_add::before{content:""}.z-location_drop::before{content:""}.z-lock::before{content:""}.z-log_in::before{content:""}.z-log_out::before{content:""}.z-love::before{content:""}.z-love_filled::before{content:""}.z-love_fill::before{content:""}.z-magic_wand::before{content:""}.z-mail::before{content:""}.z-manual_gearbox::before{content:""}.z-map::before{content:""}.z-medal::before{content:""}.z-microphone::before{content:""}.z-microphone_off::before{content:""}.z-minimize::before{content:""}.z-minus::before{content:""}.z-mobile_download::before{content:""}.z-mobile_wallet::before{content:""}.z-mobile_wallet_dong::before{content:""}.z-mobile_wallet_dong_1::before{content:""}.z-mobile_wallet_international::before{content:""}.z-mobile_wallet_peso::before{content:""}.z-mobile_wallet_pound::before{content:""}.z-mobile_wallet_rupiah::before{content:""}.z-moon_and_star::before{content:""}.z-moon_off::before{content:""}.z-moon_on::before{content:""}.z-music::before{content:""}.z-music_off::before{content:""}.z-my_location::before{content:""}.z-navigate::before{content:""}.z-netbanking::before{content:""}.z-no_parking::before{content:""}.z-note::before{content:""}.z-notification::before{content:""}.z-notification_rtl::before{content:""}.z-null::before{content:""}.z-num_1::before{content:""}.z-num_10::before{content:""}.z-num_2::before{content:""}.z-num_3::before{content:""}.z-num_4::before{content:""}.z-num_5::before{content:""}.z-num_6::before{content:""}.z-num_7::before{content:""}.z-num_8::before{content:""}.z-num_9::before{content:""}.z-office::before{content:""}.z-ok::before{content:""}.z-palette::before{content:""}.z-parking::before{content:""}.z-parking_fee::before{content:""}.z-parking_fee_2::before{content:""}.z-party_popper::before{content:""}.z-passport::before{content:""}.z-patient::before{content:""}.z-patient_rtl::before{content:""}.z-pause::before{content:""}.z-pay_card::before{content:""}.z-pay_card_emi::before{content:""}.z-pay_card_emi_rtl::before{content:""}.z-pay_cardless_emi::before{content:""}.z-pay_cardless_emi_rtl::before{content:""}.z-pay_later::before{content:""}.z-pay_later_rtl::before{content:""}.z-pay_mobile_wallet::before{content:""}.z-pay_netbanking::before{content:""}.z-pay_pay_later::before{content:""}.z-pay_payment::before{content:""}.z-pay_upi::before{content:""}.z-pay_wallet_rupee::before{content:""}.z-pay_wallet_rupiah::before{content:""}.z-payment::before{content:""}.z-percentage::before{content:""}.z-phone_call::before{content:""}.z-pickup_time::before{content:""}.z-pin::before{content:""}.z-plant::before{content:""}.z-play::before{content:""}.z-plug::before{content:""}.z-plug_charging::before{content:""}.z-plus::before{content:""}.z-policy::before{content:""}.z-power::before{content:""}.z-pricey_dong::before{content:""}.z-pricey_peso::before{content:""}.z-pricey_pound::before{content:""}.z-pricey_rupee::before{content:""}.z-pricey_rupiah::before{content:""}.z-profile::before{content:""}.z-profile_2::before{content:""}.z-quote::before{content:""}.z-radio_empty::before{content:""}.z-radio_selected::before{content:""}.z-rapid_acc::before{content:""}.z-recent::before{content:""}.z-refresh::before{content:""}.z-refresh_inverse::before{content:""}.z-remote::before{content:""}.z-remote_off::before{content:""}.z-reward::before{content:""}.z-rocket::before{content:""}.z-rotate::before{content:""}.z-sad::before{content:""}.z-scan::before{content:""}.z-search::before{content:""}.z-search_scan::before{content:""}.z-seats::before{content:""}.z-seats_4::before{content:""}.z-seats_5::before{content:""}.z-seats_7::before{content:""}.z-send::before{content:""}.z-setting::before{content:""}.z-share::before{content:""}.z-share_2::before{content:""}.z-shield_check::before{content:""}.z-shield_empty::before{content:""}.z-shield_off::before{content:""}.z-shield_warning::before{content:""}.z-smoking::before{content:""}.z-smoking_no::before{content:""}.z-snooze::before{content:""}.z-snowflake::before{content:""}.z-social_facebook::before{content:""}.z-social_twitter::before{content:""}.z-social_whatsapp::before{content:""}.z-sort::before{content:""}.z-sos::before{content:""}.z-sparkles::before{content:""}.z-speed_limit_india::before{content:""}.z-speed_limit_international::before{content:""}.z-stack::before{content:""}.z-star::before{content:""}.z-star_fill::before{content:""}.z-star_half_filled::before{content:""}.z-steering_wheel::before{content:""}.z-supermiler::before{content:""}.z-swap::before{content:""}.z-table::before{content:""}.z-tag::before{content:""}.z-tag_starred::before{content:""}.z-thief::before{content:""}.z-thump::before{content:""}.z-ticket_rupee::before{content:""}.z-time::before{content:""}.z-time_2::before{content:""}.z-timeline::before{content:""}.z-timer::before{content:""}.z-top_speed::before{content:""}.z-torque::before{content:""}.z-train_station::before{content:""}.z-transmission_a::before{content:""}.z-transmission_m::before{content:""}.z-trending_down::before{content:""}.z-trending_up::before{content:""}.z-truck_delivery::before{content:""}.z-unlike_filled::before{content:""}.z-unlock::before{content:""}.z-unlock_2::before{content:""}.z-unlock_failed::before{content:""}.z-upload::before{content:""}.z-urgent::before{content:""}.z-usb::before{content:""}.z-verified::before{content:""}.z-view_360::before{content:""}.z-voice_note::before{content:""}.z-volume::before{content:""}.z-volume_off::before{content:""}.z-voter_id::before{content:""}.z-walk::before{content:""}.z-walk_rtl::before{content:""}.z-warning::before{content:""}.z-warning_circle::before{content:""}.z-wifi::before{content:""}.z-wifi_off::before{content:""}.z-wine_glass_off::before{content:""}.z-wine_glass_on::before{content:""}.z-wrench::before{content:""}.z-yes::before{content:""}.z-z_coin::before{content:""}.z-z_coin_mark::before{content:""}.z-z_coin_pin::before{content:""}.z-z_coin_pin_rtl::before{content:""}.z-z_coin_trophy::before{content:""}.z-z_coins::before{content:""}.z-z_credits::before{content:""}.z-zoom_in::before{content:""}.z-zoom_out::before{content:""}.z-zoomcar_logo::before{content:""}input{font-size:14px}.app-container{height:100%}.app-container .page{height:100%;min-height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.app-container .app__popup{position:fixed;width:100%;height:100vh;z-index:999;top:0}.app-container .app__popup .pop-up-content-container.slide-up{width:80%;max-width:100%;height:80%;max-height:100%;top:10%;bottom:10%;transition:none;box-sizing:border-box}@media screen and (max-device-width: 768px){.app-container .app__popup .pop-up-content-container.slide-up{width:100%;height:64vh;max-height:unset;bottom:0;top:unset;background-color:#f6f6f6;border-radius:8px 8px 0px 0px;transition:all .6s ease-out}}.app-container .app__popup .pop-up-content-container.slide-up>div:nth-child(2){height:100%;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.app-container .app__popup--price-breakup .pop-up-content-container.slide-up{width:50%;max-width:100%;height:50%;max-height:100%}@media screen and (max-device-width: 768px){.app-container .app__popup--price-breakup .pop-up-content-container.slide-up{width:100%;height:50vh}}@media screen and (max-device-width: 768px){.app-container .app__popup--hide-close .close-btn{display:none}}.app-container .app__popup--homepage-popups .pop-up-content-container.slide-up{width:fit-content;height:fit-content;top:50%;left:50%;transform:translate(-50%, -50%);transition:none}@media screen and (max-device-width: 768px){.app-container .app__popup--homepage-popups .pop-up-content-container.slide-up{width:100%;bottom:0;top:unset;transform:unset;left:0;max-height:90vh}}.app-container .app__popup--homepage-popups-warning .pop-up-content-container.slide-up{background:linear-gradient(180deg, #FEF8E6 0%, #FFF 100%)}.app-container .app__popup--homepage-popups-success .pop-up-content-container.slide-up{background:linear-gradient(180deg, #E7F2EC 0%, #FFF 100%)}.app-container .app__popup--homepage-popups-error .pop-up-content-container.slide-up{background:linear-gradient(180deg, #FAECEE 0%, #FFF 100%)}@media(min-width: 767px){.responsive{max-width:600px;margin-right:auto;margin-left:auto}}@media(min-width: 900px){.responsive{max-width:1016px}}.box-border{border:1px solid #ddd;border-radius:4px;margin-bottom:16px}.box-border .field-wrap{background-color:#fff;border-radius:4px}.box-border .field-two{position:relative}.box-border .field-two:before{content:"";display:block;margin:0 auto;width:80%;border-top:1px solid #ddd}.box-border .field-wrap>a{display:block}.box-border .field-wrap .field{display:flex;align-items:center;color:#1c1c1c}.box-border .field-wrap .field .user_city{text-transform:capitalize;margin-top:-2px}.box-border .field-wrap .field input.input-text{flex:1;border:none;white-space:nowrap;text-overflow:ellipsis;overflow:auto;color:#1c1c1c;padding-top:16px;padding-bottom:16px}.box-border .field-wrap .field input.input-text:focus{outline:none}.box-border .field-wrap .field.field-date{padding:16px 0}.box-border .field-wrap .field.field-date .val{text-transform:uppercase}.box-border .field-wrap .field.field-date input{opacity:0;position:absolute;display:block;width:100%;height:100%;top:0;left:0}.box-border .field-wrap .field.field-address{margin-left:8px;margin-right:8px;font-size:12px}@media(min-width: 360px){.box-border .field-wrap .field.field-address{font-size:14px}}.box-border .field-wrap .field.field-address .val{white-space:nowrap;text-overflow:ellipsis;overflow:auto;color:#1c1c1c}.box-border .field-wrap .field .first{text-transform:uppercase;margin-bottom:5px;display:flex;align-items:center}.box-border .field-wrap .field .first.city-name{font-weight:normal;color:#c9c9c9}.box-border .field-wrap .field .first i{font-size:16px}.box-border .field-wrap .field .placeholder{color:#c9c9c9;flex:1;padding-top:16px;padding-bottom:16px}.box-border .field-wrap .field .value{white-space:nowrap;text-overflow:ellipsis;overflow:auto;color:#1c1c1c;padding-top:16px;padding-bottom:16px}@media(min-width: 900px){.pop-up-content-container.slide-up{border-radius:8px;top:50%;bottom:auto;max-width:520px;left:50%;transform:translate(-50%, -50%);max-height:calc(100vh - 150px)}.pop-up-content-container.slide-up .pop-up-content{max-height:calc(100vh - 48px) !important}}.no-scroll{overflow:hidden}
