  @import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('//fonts.googleapis.com/icon?family=Material+Icons'); 
@import url('//fonts.googleapis.com/css2?family=Material+Symbols+Outlined'); 
.gSymbols{font-family: 'Material Symbols Outlined';font-weight: normal;font-style: normal;line-height: 1;text-transform: none;letter-spacing: normal;word-wrap: normal;white-space: nowrap;direction: ltr;/* -webkit-font-smoothing: antialiased; *//* text-rendering: optimizeLegibility; */-moz-osx-font-smoothing: grayscale;font-feature-settings: 'liga';}
.gSymbols.action{ font-size: 2.5em;cursor:pointer;}
.gSymbols.action.on{ color:green;}
.gSymbols.action.off{ color:red;}
.gicons{ font-family: 'Material Icons'; font-weight: normal; font-style: normal; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr;  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; }



/*ADDED BY PRADNYA*/
.gicons{
    padding: 0;
    min-width: 10px;
    line-height: 32px;
    /*font-weight: 900;*/
}
.wrapper p a {
    cursor: pointer;
    color: var(--primary-color);
}


.fss{color:orange;}
.fer{color:red;}
.fsd{color:green;}
.hObj{ display: none;}
.hideObj{ display: none !important;}
.vObj{ visibility:visible; display: block; }
.cboth{ clear:both;}
.left{ float: left; }
.right{ float: right; }
.cleft{ clear: left; }
.cright{ clear: right; }
.tright{ text-align: right;}

.info { color: #aeaeae; font-style: italic;}
.info.error { color: #FF0000; font-size:1.2em;}
.error{ color: #FF0000;}
.errorIcon{ color: #FF0000; opacity: 0.5;}
.line{ background: #AAAAAA; height:1px; line-height: 1px; margin-top: 10px; margin-bottom: 10px; }
.errFld,.nice-select.errFld{ box-shadow: 0 0 5px #f00;}


.homeLoginBox section.BLK_FPW{ display:none;}
.homeLoginBox section.BLK_ACT{ display:none;}


.nice-select { -webkit-tap-highlight-color: transparent; background-color: #fff; border-radius: 2px; border: solid 1px #e8e8e8; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; font-family: inherit; font-size: 1em; font-weight: normal; height: 42px; line-height: 40px; outline: none; padding-left: 5px; padding-right: 25px; position: relative; text-align: left !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: 100%; }
.nice-select:hover { border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: #999; }
.nice-select:after { border-bottom: 2px solid #999; border-right: 2px solid #999; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; width: 5px; }
.nice-select.open:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }
.nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled:after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { height: 4px; width: 4px; }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .list { max-height: 300px; overflow: hidden; overflow-y: auto; background-color: #fff; border-radius: 5px; box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); box-sizing: border-box; margin-top: 4px; opacity: 0;  padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; width:100%;}
.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }
.nice-select .option { width: 100%; clear:left; cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding-left: 0px; padding-right: 29px; text-align: left; -webkit-transition: all 0.2s; transition: all 0.2s; margin-top: 0; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { width: 100%; background-color: #f6f6f6; }
.nice-select .option.selected { font-weight: bold; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }

@media only screen and (min-width: 630px){
    section.BLK_PTL ul li select[name=pickupLocation] + div.nice-select > ul.list{ width:300px; }
    section.BLK_RTL ul li select[name=returnLocation] + div.nice-select > ul.list{ width:300px; }
}


.rental ul li i.gicons{ float:left; margin-left:3px; line-height: 40px; display: none;}
.rental ul li .giconsDiv{ position: absolute; z-index: 1;}
.reservationForm .nice-select .current{overflow: hidden; width: calc(100% - 30px); position: absolute;     text-indent: 20px; }

.discount .frmblktitle{ display:none;}
.discount ul{ margin:0; padding:0; list-style:none;}
.discount ul li{ margin:0; padding:0; list-style:none; margin-bottom:5px;}
.discount ul li input{ width:300px; }
.discount ul li input[type=text],
.discount ul li input[type=email]{ height:35px; padding:0; margin:0; border-radius:2px; border: none;padding: 0;border-bottom: 1px solid #212529;outline:none; }
.discount ul li .giconsDiv{position:absolute;}
.discount ul li input[type=submit]{ margin:0; margin-top: 10px; line-height: 40px; height: 40px; font-size: 1.3em; color: #fff;  background:var(--primary-color); color: #fff; cursor: pointer; padding:0; border:0; border-radius:5px;}
.discount ul li input[type=submit]:hover{ box-shadow: 0 0 5px #888;}

.loader{ position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; }
.loader .lContent{ width: 284px; height:250px; margin:30px auto; background-color: #fff; box-shadow: 0 0 5px #888; border-radius: 20px; opacity: 0.9; text-align:center; }
.loader-container {
    padding: 8px;
    height: 170px;
}

.loaderr {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /*background: linear-gradient(0deg, #FFFFFF 50%, var(--brand-color) 100%);*/
  /*background: linear-gradient(0deg, #FFFFFF 50%, #103447 100%);*/
  /*background: linear-gradient(0deg, #FFFFFF 50%, #0693e3 100%);*/
  /*background: linear-gradient(0deg, #FFFFFF 50%, #778592 100%);*/
  background: linear-gradient(0deg, #FFFFFF 50%, var(--primary-color) 100%);
  animation: spin 1s linear infinite;
  /*margin-top: 30px;*/
  margin: 0 auto;
}

.inner-circle {
  width: 93%;
  height: 93%;
  background-color: white;
  border-radius: 50%;
}
.loader .loadImg{
    position: relative;
    z-index: 999;
    bottom: 199px;
}
.loader .loadImg img{
    width: 160px !important;
    height: 140px !important;
    margin-top: -20px !important;
}
.loader .lTxt{
    font-size: 14px;
}
.loader .doneImg {
    position: relative;
    z-index: 999;
    bottom: 220px;
    display: none;
}
.BLK_MISC ul li{
    margin-top:15px;
}
.BLK_FLT ul li{
    font-size: 13px;
    font-style: italic;
    color: gray;
} 