.textclass p{
    display: none;
}
.n-common-modal.active-popup {
    display: block;
}

.n-common-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}

.n-common-modal .n-common-modal-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.n-common-modal .n-common-g-box {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}


.n-common-modal .n-common-g-box .n-common-close-icon {
    position: absolute;
    top: 13px;
    right: 12px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    font-size: 20px;
}

.n-common-modal .n-common-g-box .n-common-header {
    position: relative;
}

.n-common-modal .n-common-g-box .n-common-header .heading-title {
    font-family: var(--bs-heading-medium-2);
    color: #333;
    text-shadow: none;
    font-size: 1.563rem;
    line-height: 30px;
    margin-bottom: 5px;
}

.maxWidth-1 {
    max-width: 410px;
}

.maxWidth-2 {
    max-width: 550px;
}

.maxWidth-3 {
    max-width: 750px;
}

@media(max-width: 767px) {

    .maxWidth-2,
    .maxWidth-3,
    .maxWidth-1 {
        max-width: 80%;
    }


}

.disabled{
    pointer-events: none;
    opacity: .6;
}

@media (max-width: 767px) {
    .v-details .v-b-cb .tooltip {
   display:none;
   }
   }
    @media (min-width: 768px) {
        .v-details .v-b-cb {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
       }
    .v-details .v-b-cb .tooltip {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: opacity 1s ease;
        bottom: 112px;
        padding: 6px 8px;
        border-radius: 2px;
        background: #3f3f46;
        color: #fff;
        box-shadow: 0px 0px 7px rgba(63, 63, 70, .4);
        white-space: normal;
        left: 20px;
   }
    .v-details .v-b-cb:hover .tooltip {
            visibility: visible;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
       }
   }
   .has_electric_vehicle::after {
    content: 'EV';
    display: inline-flex;
    margin-left: 5px;
    background-color: #14A907;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    padding-left: 21px;
    border-radius: 4px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 15px;
    background-image: url(../images/ev-icon-white.svg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
@media(max-width:479px){
    .has_electric_vehicle::after {
    font-size: 10px !important;
    background-size: 12px !important;
    padding: 0px 7px !important;
    letter-spacing: 1px !important;
    padding-left: 19px !important;
    line-height: 20px;
}
}


.o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure {
    margin-bottom: 20px;
    background: var(--bs-white-color);
    color: var(--bs-primary-color);
    border: 1px solid var(--bs-primary-color);
    border-radius: 4px;
}

.o-grid-box .o-grid-inner-box .o-grid-i-item .recommended-figure {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    
}
.o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure .img-wrap {
    background-color: var(--bs-primary-color);
    padding: 9px;
    border-radius: 4px 0 0 4px;
    margin-left: -1px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure .img-wrap .r-white {
    display: block;
}
.o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure .desc-sec {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}
.o-grid-box.protection-o-box .o-grid-inner-box:hover .recommended-figure .img-wrap {
    background-color: #000 !important;
}
.o-grid-box.protection-o-box.activeExtras .recommended-figure .img-wrap {
    background-color: #000 !important;
  }
  
a:hover, a:focus { color: inherit; }
.v-grid-o-cb .v-price-o-cb span.m-b-cb{display:block;font-size:12px;padding-right:7px;line-height:14px;margin-top:3px}

.nav-mob-block{display:none}
.nav-mob .step-selected{display:none}@media(max-width: 767px){.header-container.header-booking-container .nav-mob{display:block !important;width:100%}.header-container.header-booking-container .nav-mob .step-selected{display:block}.header-container.header-booking-container .nav-mob .step-selected{padding:.75rem 2.25rem .375rem .75rem;font-size:1.2rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-body-bg);border-radius:.375rem;margin:1rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-image:url(../images/dropdown-arrow.svg);background-repeat:no-repeat;background-position:center right;background-position-x:calc(100% - 10px);margin-bottom:0;padding-bottom:10px}.header-container.header-booking-container .nav-mob .step-selected .circle{background:var(--bs-yellow-color);width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;color:var(--bs-heading-color);font-family:var(--bs-heading-medium);justify-content:center;margin-right:5px}.header-container.header-booking-container .nav-mob .steps{display:none;margin:0 14px;background-color:var(--bs-white-color);padding:10px 0;margin-top:-8px;border-radius:0 0 .375rem .375rem;position:absolute;z-index:6;box-shadow:0px 6px 8px 0px rgba(0,0,0,.15);left:11px;right:10px;width:auto}.header-container.header-booking-container .nav-mob .steps li{display:block;text-align:left;margin:10px 0;color:var(--bs-text-color);text-transform:none}.header-container.header-booking-container .nav-mob .steps li.mob-hidden{display:none}.header-container.header-booking-container .nav-mob .steps p{max-width:none;display:inline !important}.header-container.header-booking-container .nav-mob .steps .step-link{display:inline !important;color:var(--bs-text-color)}.header-container.header-booking-container .nav-mob .steps .circle{display:inline-flex;margin-right:5px;background-color:#e8e8e8}.header-container.header-booking-container .nav-mob .steps li::after{display:none !important}.nav-mob-block{display:block;margin:15px auto 0;width:100%}.nav-mob-block .step-select{width:fit-content;margin:auto;min-width:250px}}
.v-grid-o-cb.choice-wrap{border:1px solid var(--bs-primary-color);box-shadow:0px 4px 10px rgba(0,0,0,.05)}.v-grid-o-cb.choice-wrap .v-g-i-cb{position:relative}.v-grid-o-cb.choice-wrap .v-g-i-cb .choice-ribbon{width:auto;height:auto;line-height:1;padding:7px 15px;position:absolute;left:-8px;top:10px;background:var(--bs-primary-color);color:var(--bs-white-color);font-size:12px}

.v-grid-o-cb.choice-wrap .v-g-i-cb .choice-ribbon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0 8px 12px 0;
  border-color: transparent;
  border-right-color: var(--bs-primary-color);
  width: 0;
  height: 0;
}
#sitemap ul{
    width:100%;
    padding-left:0px;
    margin-top:0px
  }
  #sitemap ul li{
    padding:0px;
    list-style:none
  }
  #sitemap ul li.col{
    list-style:none;
    float:left
  }
  #sitemap ul li.col ul{
    padding:0px
  }
  #sitemap ul li.col ul li{
    padding:0px
  }
  @media screen and (min-width: 768px){
    #sitemap ul li.col{
        width:25%
    }
  }
  @media screen and (max-width: 767px){
    #sitemap ul li.col{
        width:50%
    }
  }
  #sitemap ul li h4{
    font-size:15px;
    margin-bottom:5px;
    margin-top:20px
  }
  #sitemap .col-child li{
    color:var(--bs-primary-color) !important;
    font-size:.875rem;
    font-weight:normal
  }
  #sitemap .col-child li a {
    text-decoration:underline;
    color:var(--bs-primary-color) !important;
    font-size:.875rem;
    font-weight:normal;
    text-decoration:underline;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out
  }
  #sitemap .col-child li a:hover{
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    color:var(--bs-text-color)
  }
  #sitemap .col-child li:hover{
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    color:var(--bs-text-color)
  }

/*EV Journey */

.v-grid-o-cb .top-section {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
}
.v-grid-o-cb .top-section > a {
    color: var(--Body-Black, #2a3034);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-decoration: underline;
}
.v-grid-o-cb.active {
    border-color: #a3cd86;
    background: #eff8e9;
}
.v-grid-o-cb.active .v-g-i-cb {
    background: rgba(0, 0, 0, 0);
}
.v-grid-o-cb.active li i img {
    filter: invert(86%) sepia(17%) saturate(733%) hue-rotate(48deg) brightness(88%) contrast(90%);
}
.v-grid-o-cb.choice-wrap .v-g-i-cb .choice-ribbon {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 7px 15px;
    position: absolute;
    left: -8px;
    top: 10px;
    background: var(--bs-primary-color);
    color: var(--bs-white-color);
    font-size: 12px;
}
.v-grid-o-cb.choice-wrap .v-g-i-cb .choice-ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    border-style: solid;
    border-width: 0 8px 12px 0;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #a50e27;
    width: 0;
    height: 0;
}
.ev-tag {
    background-color: #14a907;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    padding-left: 21px;
    border-radius: 4px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 15px;
    background-image: url(../images/ev-icon-white.svg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 19px;
    font-family: var(--bs-body-font-family);
    display: inline-block;
    font-weight: 400;
}


.n-popup-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    left: 100%;
    top: 0px;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.n-popup-main.active-popup {
    left: 0px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.n-popup-main .n-q-popup {
    position: absolute;
    width: 100%;
    max-width: 900px;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--bs-white-color);
}
.n-popup-main .n-q-popup .progress {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 10px;
}
.n-popup-main .n-p-cb {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: 90px 40px 40px;
}
.no-scroll {
    overflow: hidden;
}
.errorMsg {
    font-size: 1rem;
    font-weight: 400;
}
.n-popup-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 100%;
    top: 0px;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s ease-in-out;
   /*.n-popup-overlay:;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    {
        background: rgba(112, 112, 112, .9);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1;
   }
    */
}
.n-popup-main.active-popup {
    left: 0px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.n-popup-main .n-q-popup {
    position: absolute;
    width: 100%;
    max-width: 900px;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--bs-white-color);
   /* .progress {
        height: 10px;
        background: rgba(0, 95, 184, .2);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
   }
    .progress-bar {
        height: 10px;
        transition: 0.4s linear;
        transition-property: width, background-color;
   }
    .progress-striped .progress-bar {
        background-color: rgba(0, 95, 184, .5);
        background: url(../images/strip.png) repeat-x;
        animation: progressAnimationStrike 3s;
        -webkit-animation: progressAnimationStrike 3s;
        width: 33.3333%;
   }
    @keyframes progressAnimationStrike {
        from {
            width: 0 
       }
        to {
            width: 33.3333%;
       }
   }
    */
}
.n-popup-main .n-q-popup .n-close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    width: 36px;
    background: url(../images/close-popup.svg) no-repeat center center;
    background-size: 50%;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 2;
}
.n-popup-main .n-q-popup .progress {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 10px;
}
.n-popup-main .n-p-cb {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: 90px 40px 40px;
}
.n-popup-main .n-p-cb .h-t-i-cb {
    position: relative;
    text-align: center;
}
.n-popup-main .n-p-cb .n-tittle-cb {
    display: inline-block;
    border-bottom: 1px solid rgba(42, 48, 52, .25);
}
.n-q-wrapper-box {
    position: relative;
    padding-top: 50px;
    user-select: none;
}
.n-q-wrapper-box .n-q-left-cb {
    letter-spacing: 2px;
}
.n-q-wrapper-box .n-q-left-cb span {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--bs-heading-color);
}
.n-q-wrapper-box .n-q-left-cb .totalQuestion {
    color: var(--bs-text-color);
    font-size: 16px;
    font-weight: 400;
}
.n-q-wrapper-box .n-q-left-cb .n-q-inner-wrap {
    margin-top: -3px;
}
.n-q-wrapper-box .n-qa-option {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #dfe2e8;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.05);
    padding: 12px 15px;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
}
.n-q-wrapper-box .n-q-box {
    cursor: pointer;
}
.n-q-wrapper-box .n-q-box.active-option .n-qa-option {
    border: 1px solid var(--bs-primary-color);
}
.n-q-wrapper-box .n-q-box.active-option .n-q-num {
    background: var(--bs-primary-color);
    color: var(--bs-white-color);
}
.n-q-wrapper-box .n-qa-inner {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.n-q-wrapper-box .n-q-num {
    background: rgba(222, 225, 232, .8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    margin-right: 10px;
}
.n-q-wrapper-box .custom-btn {
    display: inline-flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--bs-primary-color);
    background: var(--bs-primary-color);
    color: var(--bs-white-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    min-width: 140px;
}
.n-q-wrapper-box .n-q-info {
    font-size: 0.75rem;
}
.ev-result-list {
    position: relative;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.ev-result-list .highlight-box {
    background: rgba(232, 233, 243, .3);
    padding: 25px;
}
.ev-result-list .ev-title {
    color: var(--black);
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.ev-result-list .ev-heading {
    color: var(--green);
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ev-result-list .ev-heading i {
    display: flex;
    width: 14px;
    height: 20px;
    justify-content: center;
    margin-left: 5px;
}
.ev-result-list .ev-heading i img {
    max-width: fit-content;
}
.ev-result-list .ev-list-tiem {
    position: relative;
}
.ev-result-list .ev-list-tiem .ev-list-heading {
    font-size: 1.375rem;
    font-weight: 600;
}
.ev-result-list .ev-list-cb {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2a3034;
}
.ev-result-list .ev-list-cb .custom-icon i {
    width: 48px;
    height: 48px;
    display: flex;
}
.ev-result-list .ev-list-cb .custom-icon img {
    max-width: 100%;
}
.ev-result-list .ev-list-cb .ev-list-inner-cb {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ev-result-list .ev-custom-btn {
    display: inline-flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--bs-primary-color);
    background: var(--bs-primary-color);
    color: var(--bs-white-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    min-width: 140px;
}
.ev-result-list .ev-line-custom-btn {
    background: var(--bs-white-color);
    color: var(--bs-primary-color);
}
.submitQuestionArrowNext {
    cursor: pointer;
}
.submitQuestionArrowPrev {
    opacity: 0.4;
    pointer-events: none;
}
.submitQuestionArrowPrev.activeArrow {
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
}
.filter-section .ev-btn-info {
    font-size: 0.875rem;
    padding: 8px 14px;
    background-color: #eff8e9;
    border-color: #a3cd86;
    color: var(--bs-heading-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-section .ev-btn-info:hover, .filter-section .ev-btn-info:active, .filter-section .ev-btn-info:focus, .filter-section .ev-btn-info:visited {
    background-color: var(--green) !important;
    border-color: var(--green);
    color: var(--bs-white-color);
}
.filter-section .ev-btn-info:hover i, .filter-section .ev-btn-info:active i, .filter-section .ev-btn-info:focus i, .filter-section .ev-btn-info:visited i {
    background: url(../images/white-info-icon-1.svg) center no-repeat;
}
.filter-section .ev-btn-info i {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/info-icon-1.svg) center no-repeat;
    background-size: contain;
    text-indent: -999999px;
    width: 24px;
    height: 24px;
}
@media (max-width: 767px) {
    .n-popup-main .n-p-cb {
        position: relative;
        overflow: auto;
        height: 100%;
        padding: 90px 15px 20px;
   }
}
.progress-bar-striped {
    background-color: var(--bs-primary-color);
}


.booing-switch-btn {
    position: relative;
    padding-right: 30px;
}
.booing-switch-btn::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: rgba(42, 48, 52, .25);
    top: 50%;
    margin-top: -9px;
    right: 14px;
}
.booing-switch-btn .form-switch {
    padding-left: 2.5em;
    display: flex;
    align-items: center;
}
.booing-switch-btn .form-check-input {
    background-color: #5b5b5b;
    width: 50px;
    height: 26px;
    margin-top: 0;
    margin-right: 10px;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.booing-switch-btn .form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}
.booing-switch-btn .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.booing-switch-btn .form-check-input:active {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}
.ui-widget-content.ui-datepicker .ui-state-default.ui-state-active {
    background: var(--bs-primary-color);
    color: var(--bs-white-color) !important;
}
.n-booking-widget .n-top-strip {
    color: rgba(42, 48, 52, .75);
    font-size: 0.938rem;
    justify-content: space-between;
    border-bottom: 1px solid rgba(42, 48, 52, .25);
    min-height: 40px;
    padding-bottom: 10px;
}
.n-booking-inner {
    background: var(--bs-white-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-height: 60px;
    padding: 15px 15px 5px;
}
.n-manage-booking-inner-link a {
    color: var(--bs-primary-color) !important;
    padding-bottom: 0px;
}
.n-booking-widget .n-booking-r-container .n-ev-btn.active i {
    display: flex;
    width: 14px;
    height: 20px;
    justify-content: center;
    margin-left: 5px;
}
.n-booking-widget .n-booking-r-container .n-ev-btn {
    min-width: 160px;
    background-color: var(--bs-primary-color);
    color: var(--bs-white-color) !important;
}
.n-booking-widget .n-booking-r-container .n-ev-btn.active {
    background-color: var(--green) !important;
    color: var(--bs-white-color) !important;
    border-color: var(--green) !important;
}
.n-booking-widget .n-booking-r-container .n-ev-btn i {
    display: none;
}
/* .n-booking-widget .n-top-strip .n-promo-code span img {
    filter: invert(86%) sepia(17%) saturate(733%) hue-rotate(48deg) brightness(88%) contrast(90%);
} */
/* trip planner banner start */
.trip-planner-wrapper {
	background: #edf6ff;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding-right: 20px
}

.trip-planner-wrapper__box h2 {
	color: var(--Primary-color, #005EB8);
	font-family: var(--bs-heading-medium-2);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	display: flex;
	align-items: center;
	gap: 10px
}

.trip-planner-wrapper__box p {
	color: var(--Body-Black-90, rgba(42, 48, 52, 0.9));
	font-family: var(--bs-body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0
}

.trip-planner-wrapper__box .location_cta {
	border-radius: 5px;
	padding: 12px 16px;
	border: 1px solid var(--Primary-color, #005EB8);
	color: var(--Primary-color, #005EB8);
	text-align: center;
	font-family: var(--bs-heading-medium-2);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	gap: 10px;
	align-items: center
}

@media screen and (max-width: 767px) {
	.trip-planner-wrapper {
		flex-wrap: wrap;
		text-align: center;
		padding-right: 0
	}

	.trip-planner-wrapper__box:nth-child(2) {
		padding: 20px 20px 0
	}

	.trip-planner-wrapper__box:nth-child(2) h2 {
		text-align: center;
		justify-content: center
	}

	.trip-planner-wrapper__box:last-child {
		text-align: center;
		padding: 0px 20px 20px 20px;
		width: 100%
	}

	.trip-planner-wrapper__box:last-child .location_cta {
		justify-content: center
	}
}

.trip-planner-wrapper>div:not(.trip-planner-wrapper__box) {
	display: flex;
	gap: 20px;
	align-items: center
}

@media screen and (max-width: 767px) {
	.trip-planner-wrapper>div:not(.trip-planner-wrapper__box) {
		flex-wrap: wrap
	}
}
/* trip planner banner end */

/* Trip planner map page start */

.trip-planner .mapouter {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.trip-planner .maprouter a {
  color: #fff !important;
  position: absolute !important;
  top: 0 !important;
  z-index: 0 !important;
}
.trip-planner .gmap_canvas {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.trip-planner .gmap_canvas iframe {
  position: relative;
  z-index: 2;
}
.trip-planner__form {
  position: absolute;
  z-index: 2;
  top: 64px;
  left: 64px;
  background: #fff;
  border-radius: 8px;
  width: 406px;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.trip-planner__form__header {
  display: flex;
  align-items: center;
  background-color: var(--bs-primary-color);
  padding: 15px 25px;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
}
.trip-planner__form__header .mobile-burger-menu {
  width: 24px;
  height: 24px;
  cursor: pointer;
  right: 0px;
  border: 0px;
  z-index: 20;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  background: url(../images/home-icon.svg) no-repeat center;
}
.trip-planner__form__body {
  padding: 30px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.trip-planner__form__body .col-left {
  width: 90%;
}
.trip-planner__form__body .col-left .form-row {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 13px;
}
.trip-planner__form__body .col-left .form-row .icon {
  width: 20px;
  min-width: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  position: relative;
  margin-top: 5px;
}
.trip-planner__form__body .col-left .form-row .icon img.more {
  position: absolute;
  bottom: -12px;
  left: 10px;
}
.trip-planner__form__body .col-left .form-row .control {
  width: 100%;
  position: relative;
}
.trip-planner__form__body .col-left .form-row .control input[type="text"] {
  box-shadow: none;
  outline: none;
  height: 48px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s ease-in;
  line-height: 17px;
  border-color: #d6d7d9;
}
.trip-planner__form__body
  .col-left
  .form-row
  .control
  input[type="text"]::placeholder {
  color: #acacac;
}
.trip-planner__form__body
  .col-left
  .form-row
  .control
  input[type="text"]:focus {
  border-color: #4e99e1;
}
.trip-planner__form__body .col-left .form-row .control a.locator {
  position: absolute;
  top: 12px;
  right: 8px;
  transition: all 0.3s ease-in;
}
.trip-planner__form__body .col-left .form-row .control a.locator:hover svg,
.trip-planner__form__body .col-left .form-row .control a.locator:hover path {
  fill: var(--bs-primary-color);
}
.trip-planner__form__body
  .col-left
  .form-row:first-child
  .control
  input[type="text"] {
  padding-right: 30px;
}
.trip-planner__form__body .col-left .form-row:last-child .icon {
  padding-top: 6px;
}
.trip-planner__form__body .col-left .add-waypoint {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: rgba(42, 48, 52, 0.75);
  padding-left: 5px;
  margin-top: 15px;
}
.trip-planner__form__body .col-right .toggle-c-d-i a:hover svg,
.trip-planner__form__body .col-right .toggle-c-d-i a:hover path {
  fill: var(--bs-primary-color);
}
.trip-planner__form__body.waypoint-added .col-right .toggle-c-d-i {
  display: none;
}
.trip-planner__form__body.waypoint-added a.close-waypoint {
  position: absolute;
  right: -24px;
  top: 12px;
}
.trip-planner__form__body.waypoint-added a.close-waypoint img {
  width: 16px;
}
.trip-planner__form a.trip-planner-toggler {
  position: absolute;
  right: -22px;
  padding: 10px;
  background: #fff;
  display: inline-flex;
  padding: 27px 6px;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  background: #fff;
  box-shadow: 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.18);
  gap: 10px;
  top: 80px;
}
.trip-planner__form a.trip-planner-toggler img {
  transition: all 0.3s ease-in;
}
.trip-planner__form.toggle-hide {
  left: -406px;
}
.trip-planner__form.toggle-hide a.trip-planner-toggler img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .trip-planner__form {
    left: 14px;
    width: 86%;
  }
  .trip-planner__form.toggle-hide {
    left: -87%;
  }
}
/*  Trip Planner map page end */


.ev-result-list .ev-custom-btn:active, .ev-result-list .ev-custom-btn:hover,
.n-q-wrapper-box .custom-btn:active, .n-q-wrapper-box .custom-btn:hover {
    color: var(--bs-white-color);
    background-color: var(--bs-primary-color);
    border-color: var(--bs-primary-color);
}
  
.homeBanner{
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top;
}
  .op-banner-container{
    background: none !important;
    position: relative;
  }
  .op-banner-container .op-banner-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .n-booking-widget .n-booking-bg-container {
    border-radius: 8px;
    padding: 6px;
  }
  /* .b-bg-inner .n-booking-widget .n-booking-bg-container {   
    border: none !important;
  } */
  .faq-cb .accordion-i-cb.active-accordion .h-title::after{
    background: url(../images/minus-icon-circle-new.svg) no-repeat center;
    background-size: contain !important;
  }
  .faq-cb .accordion-i-cb .h-title::after{
    background: url(../images/plus-icon-circle-new.svg) no-repeat center;
    background-size: contain !important;
  }
  .list-item.circle-tick li::before{
    background: url(../images/tick-circle-new.svg) no-repeat center;
    background-size: contain !important;
  }

  .iconTick {
    left : unset !important;
    right: 10px !important;
  }

  .o-grid-box .o-grid-inner-box .o-grid-i-item .recommended-tag {
    background-color: #f7de61;
    top: -15px;
    left: -15px;
    position: absolute;
    padding: 5px 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  .v-price-i-cb span.heading-title.h-title {
    color: var(--bs-secondary-rgb);
    font-weight: bold;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
  }

  #vehicle_view_section .v-grid-o-cb .v-price-o-cb .h-title span {
    font-size: 0.7rem;
    font-weight: 200;
    color: grey;
  }
  @media (max-width: 767px){
    .b-bg-inner {    
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  .full-address-right{
    text-align: right !important;
  }


@media(max-width:767px){
  .bs-hide-mobile{
    display: none;
  }
}

.rental-terms-brands .closed:before {
  content: "+ ";
  font-weight: 700;
}
.rental-terms-brands .open:before {
  content: "- ";
  font-weight: 700;
}

.rental-terms-brands a, .rental-terms a:focus, .rental-terms a:hover {
  color: var(--bs-primary-color);
  text-decoration: none;
}
.rental-terms-brands a:focus, .rental-terms-brands a:hover, .rental-terms a:focus, .rental-terms a:hover {
  color: var(--bs-primary-color);
  text-decoration: underline;
}

.checkout-f-cb .tc-cb .tc_cb_icb input{
  opacity: 0;
}

@media (max-width: 991px) {
  .n-booking-widget .n-top-strip .n-l-p-cb {
      width: 100%;
  }

  .n-booking-widget .n-top-strip {
      flex-direction: column;
      min-height: 1px;
  }

  .n-booking-widget .n-top-strip .n-manage-booking-link {
      width: 100%;
      justify-content: flex-start;
      margin-top: 15px;
  }
}
.ui-widget.ui-widget-content{border:1px solid #c5c5c5;background:#fff}@media(min-width: 767px){.bookingAutocompleteOuter{top:195px !important}}@media(min-width: 991px){.bookingAutocompleteOuter{top:170px !important}}@media(max-width: 767px){.bookingAutocompleteOuter{max-height:300px !important;overflow:auto}.n-booking-widget .n-top-strip .n-diff-location span{top:0px}.n-booking-widget .n-top-strip .n-promo-code span{top:0px}.n-booking-bg-container{pointer-events:none}.mobile-booking{overflow:hidden}.mobile-booking .slick-dots{width:90%}.mobile-booking .n-booking-bg-container{pointer-events:all}.mobile-booking .n-booking-widget{position:fixed;top:0;left:0;width:100%;height:100dvh;margin-top:0 !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:40px 20px;background:#fff;z-index:9}.mobile-booking .n-booking-widget .search-error{background:#e9e9e9}.mobile-booking .n-booking-widget .n-booking-wrap{padding:0}.mobile-booking .n-booking-widget .n-input-box .n-location-input{height:60px;padding-top:13px;background-position:0px 18px;font-size:16px;background-size:20px}.mobile-booking .n-booking-widget .n-top-strip .n-manage-booking-link{margin:25px 0 9px 0px}.mobile-booking .n-booking-widget .n-input-box .n-location-input{font-size:16px}.mobile-booking .n-booking-widget .n-booking-bg-container{border-radius:0;padding:0}.mobile-booking .bookingAutocompleteOuter{position:fixed;width:calc(100% - 30px) !important;left:20px !important}.mobile-booking .ui-widget-content.ui-datepicker{z-index: 999 !important;width:100% !important;background:#fff;top:0px !important;left:0px !important;min-height:420px}.mobile-booking .ui-widget-content.ui-datepicker table{font-size:16px !important}.mobile-booking .ui-widget-content.ui-datepicker .ui-widget-header{background:var(--bs-primary-color);color:#fff;padding:13px}.mobile-booking .ui-widget-content.ui-datepicker th{font-size:16px;text-align:left;padding-left:10px}.mobile-booking .ui-datepicker .ui-datepicker-prev,.mobile-booking .ui-datepicker .ui-datepicker-next{top:13px}.mobile-booking .ui-widget-content.ui-datepicker .ui-priority-primary,.mobile-booking .ui-widget-content .ui-timepicker-div{font-size:16px;margin:20px 0}.mobile-booking .ui-widget-content.ui-datepicker .ui-priority-primary{height:50px}.mobile-booking .ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0 10px}.mobile-booking .ui-datepicker .ui-datepicker-prev span,.mobile-booking .ui-datepicker .ui-datepicker-next span{background-image:none}.mobile-booking .ui-datepicker-header a.ui-datepicker-prev{width:10px;height:10px;border-radius:0;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(225deg);left:20px;top:auto;bottom:20px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg)}.mobile-booking .ui-datepicker-header a.ui-datepicker-next{width:10px;height:10px;border-radius:0;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);right:20px;top:auto;bottom:20px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.mobile-booking .mobile-booking-close{position:fixed;height:24px;width:24px;background:url(../images/close-icon.svg) no-repeat center;background-size:50%;display:block;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;-webkit-border-radius:50pc;top:10px;right:10px;z-index:99}.cal-title{text-align:center;font-size:16px;margin-bottom:10px}}


@media(max-width:767px) {

  .mobile-booking .n-booking-widget .n-top-strip .n-manage-booking-link {
    margin: 10px 0 9px 0px;
  }

  .n-booking-widget .n-top-strip {
    padding: 0;
  }

  .mobile-booking .n-booking-widget .n-input-box .n-location-input {
    height: 50px;
  }

  .mobile-booking .n-booking-widget .n-input-box .n-location-input {
    background-position: 0px 13px;
  }

  .mobile-booking .bookingAutocompleteOuter {
    max-height: 150px !important;
    overflow: auto;
  }

  .mobile-booking .n-booking-widget {
    overflow: scroll;
  }
  .banner-i-container {
    z-index: 9;
  }
  .b-bg-inner .n-booking-widget .n-booking-bg-container {    
    border: none;
  }

  .header-container .nav-container, .header-container .language-container{
    padding-left:0;
  }
  .n-booking-widget .n-top-strip .n-diff-location p {
    position: relative;
    z-index: 2;
    padding-left: 30px;
  }

  .n-booking-widget .n-top-strip .n-diff-location {
    display: block;
    padding-left: 0;
  }
  /* .n-booking-widget .n-top-strip .n-promo-code span {
    top: 4px;
  }
  .n-booking-widget .n-top-strip .n-diff-location span {
    top: 4px;
  } */
  .banner-container .header-container {
    z-index: 12;
  }
  .mobile-booking .banner-container .header-container {
    z-index: 5;
  }
  .b-bg-inner .n-booking-widget .n-top-strip{ 
    padding-bottom: 10px
  }
  .n-booking-r-container>div {
    width: 100%;
  }
  .re-mobile-sticky .h-small-4,
  .re-mobile-sticky .h-small-1 {
    font-size: 16px;
  }

  .extras-coutiune-btn .rw-btn-outline.rw-btn-fill {
    border: 1px solid var(--bs-primary-color);
    background: var(--bs-primary-color);
    color: var(--bs-white-color);
    width: 100%;
  }

  .o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure .img-wrap .r-white {
    display: block;
    width: 33px;
    margin: auto;
  }
  .n-booking-widget .n-booking-r-container .rw-btn-outline {
    width: 100%;
  }

}
@media (max-width: 991px) {
  .o-grid-box .o-grid-inner-box .o-grid-i-item{
    color: var(--bs-text-color);
  }
  .activeExtras .o-grid-inner-box .o-grid-i-item {
    color: var(--bs-white-color) !important;
  }
  .o-grid-box .o-grid-inner-box .o-grid-i-item:hover{
    color: var(--bs-white-color) !important;
  }

}
.menu-active .banner-container .header-container {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 99999 !important;
}
.loader-img {
  display: none;
  margin-left: 10px;
}
.mobile-booking .ui-widget-content.ui-datepicker .ui-priority-primary, .mobile-booking .ui-widget-content .ui-timepicker-div {        
  font-size: 16px;        
  margin: 20px 10px;
}
.ui-widget-content.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  display: inline-flex;
}

.n-booking-widget .n-top-strip .n-diff-location span {
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--bs-primary-color);
}

.n-booking-widget .n-top-strip .n-diff-location span:after {
  width: 20px;
  height: 20px;
  background-color: var(--bs-primary-color);
  margin-left: -4px;
  border-radius: 3px;
}
@media (max-width: 1399px) {
  .v-grid-o-cb .v-price-o-cb .rw-btn-outline {
    min-width: 130px;
    padding: 7px 9px;
  }
}

@media (max-width: 390px) {

  .header-container .language-container .language-selector {
    font-size: 11px;
    font-weight: 400;
  }

  .header-container .logo-container {
    max-width: 85px;
  }

  .header-container .language-container .lang-s-o-cb .lang-s-i-cb {
    min-width: 250px;
  }
}

.o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure .img-wrap {
  width: 60px;
}

.o-grid-box .o-grid-inner-box.recommended-box .o-grid-i-item .recommended-figure .desc-sec {
  flex: 1;
}

.banner-i-container .header-price-container .note.text-uppercase.mb-2.mb-md-0.price-inner {
  font-size: 30px;
}

@media (min-width: 768px) {
  .price-box {
    display: none !important;
  }
}



@media (max-width: 767px) {
  .n-booking-widget .n-booking-r-container .n-ev-btn {
    width: 100%;
  }

  .banner-i-container .header-price-container .note.text-uppercase.mb-2.mb-md-0.price-inner {
    font-size: 25px;
  }

  #header-common {
    background-color: #000;
  }

  .re-mobile-sticky {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 3px;
  }

  .re-mobile-sticky .mt-3 {
    margin-top: 0 !important;
  }

  .re-mobile-sticky .row {
    gap: 0px !important;
  }

  .n-common-modal .n-common-modal-container .n-common-g-box {
    min-width: 100%;
  }

  .n-common-modal .n-common-modal-container .heading-title {
    word-break: break-all;
  }
}

.ui-widget-content.ui-datepicker .ui-datepicker-today .ui-state-default.ui-state-hover:hover, .ui-widget-content.ui-datepicker .ui-state-default.ui-state-active:hover, .ui-widget-content.ui-datepicker .ui-state-default:hover {
  background-color: var(--bs-primary-color) !important;
  color: #fff !important;
}

/********** Rental Policy Popup CSS ****/
.policy {
	font-family: var(--bs-body-font-family)
}

.policy .heading-title {
	color: #000;
	margin-bottom: 17px
}

.policy table {
	min-width: 100%
}

.policy tbody,
.policy td,
.policy tfoot,
.policy th,
.policy thead,
.policy tr {
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	padding: 5px
}

.policy p,
.policy p * {
	text-align: left;
	margin-bottom: 0;
	color: #000;
	font-size: 14px !important;
	font-family: inherit !important
}

.policy .strong {
	color: #000
}

.policy .strong br {
	display: none
}

.policy div {
  overflow:auto
}

.policy p,
.policy p * {
    text-align: left !important;
  
    line-height: 26px !important
}

.policy tbody,
.policy td,
.policy tfoot,
.policy th,
.policy thead,
.policy tr {
 
  vertical-align: top;
}

.maxWidth-4 {
  max-width: 950px;
}

@media(max-width: 991px) {
  .maxWidth-4 {
    max-width: 80%;
  }
}

/********** Rental Policy Popup CSS ****/
/**** New Location Page CSS Add ****/
.start-and-end,
.wide-range,
.dining,
.faq-icon {
  width: 36px;
  height: 36px;
  background-size: contain !important;
  background-position: center center !important;
}

.start-and-end {
  background: url(../images/starts-end.svg) no-repeat left center;
}

.wide-range {
  background: url(../images/wide-range.svg) no-repeat left center;
}

.dining {
  background: url(../images/dining.svg) no-repeat left center;
}

.faq-icon {
  background: url(../images/faq.svg) no-repeat left center;
}
/**** New Location Page CSS Add ****/
.h-txt-container .h-title1-2 {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 10px
}

@media(max-width: 767px) {
	.h-txt-container .h-title1-2 {
		font-size: 1.5rem
	}
}

.bg-gray {
	background-color: var(--bs-light-skyblue-color);
	padding: 20px
}

@media(max-width: 767px) {
	.bg-gray {
		padding: 10px
	}
}

.map-locate-box.city-location .bg-light-gray {
	padding: 0;
	height: 600px;
	padding-right: 15px
}

@media(max-width: 991px) {
	.map-locate-box.city-location .bg-light-gray {
		padding-right: 0px;
		height: 100%
	}
}

.map-locate-box.city-location .bg-light-gray .location-address p {
	font-weight: 700;
	font-size: 18px;
	color: rgba(var(--primary-light), 1)
}

.map-locate-box.city-location .bg-light-gray .location-address p:hover {
	color: rgba(var(--primary-light), 0.8)
}

.map-locate-box.city-location .bg-light-gray .location-address p a:hover {
	color: rgba(var(--primary-light), 0.8)
}

.map-locate-box.city-location .bg-light-gray .location-address ul {
	margin-bottom: 0
}

.map-locate-box.city-location .bg-light-gray .location-address ul li {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.map-locate-box.city-location .bg-light-gray .location-address ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px
}

.map-locate-box.city-location .bg-light-gray .location-address ul li span {
	color: var(--black)
}

@media(max-width: 575px) {
	.map-locate-box.city-location .bg-light-gray .locations-details>img {
		width: 120px;
		height: 100%
	}
}

.start-and-end,
.wide-range,
.dining,
.faq-icon,
.map-icon {
	width: 36px;
	height: 36px;
	background-size: contain !important;
	background-position: center center !important
}

.start-and-end {
	background: url(../images/starts-end.svg) no-repeat left center
}

.wide-range {
	background: url(../images/wide-range.svg) no-repeat left center
}

.dining {
	background: url(../images/dining.svg) no-repeat left center
}

.faq-icon {
	background: url(../images/faq.svg) no-repeat left center
}

.map-icon {
	background: url(../images/el_map-marker.svg) no-repeat left center
}

@media(max-width: 991px) {

	.start-and-end,
	.wide-range,
	.dining,
	.faq-icon,
	.map-icon {
		width: 22px
	}
}
.h-txt-container .h1 {
  font-size: 2.25rem;
}

.h-txt-container .h2 {
  font-size: 2rem;
}

.h-txt-container .h3 {
  font-size: 1.75rem;
}

.h-txt-container .h4 {
  font-size: 1.875rem;
}

.h-txt-container .h5 {
  font-size: 1.25rem;
}

.h-txt-container .h6 {
  font-size: 1rem;
}

@media(max-width: 767px) {
  .h-txt-container .h1 {
      font-size: 1.75rem;
  }

  .h-txt-container .h2 {
      font-size: 1.5rem;
  }

  .h-txt-container .h3 {
      font-size: 1.25rem;
  }

  .h-txt-container .h4 {
      font-size: 1rem;
  }

  .h-txt-container .h5 {
      font-size: .75rem;
  }

  .h-txt-container .h6 {
      font-size: .75rem;
  }
}
.n-booking-inner .bookingAutocompleteOuter,
.n-booking-inner .bookingAutocompleteOuter .ui-autocomplete,
.n-booking-inner .bookingAutocompleteOuter #info {
    height: 300px;
}
.heading-title span:nth-child(2) {
  flex: 1;
}
.new-header{
  display: none !important;
}
.new-footer{
  display: none !important  ;
}
.cmp-revoke-consent {
  color: var(--bs-text-color);
}

.cmp-revoke-consent:hover {
  color: var(--bs-primary-color);
}
.common-space {
  padding: 70px 0;
}
@media (max-width:991px) {
  .common-space {
      padding: 40px 0;
  }

  .mobile-booking .mobile-booking-close {

      background-color: #efefef;
  }
}
.faq-cb .accordion-i-cb-without-icon .h-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  cursor: pointer;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-bottom:10px;
}

.faq-cb .accordion-i-cb-without-icon .h-title{
  font-size: 1.25rem !important;
  border-bottom: 1px solid #e2e6ef;
  margin-bottom: 8px;
}


/********** price breakup CRO **********/
.mar-t-20 {
  margin-top: 25px;
}

.mar-b-20 {
  margin-bottom: 20px;
}

.m-0 {
  margin-bottom: 5px !important;
}

.itinerary-modify {
  .booking_detail_wrapper {
      line-height: 1.6;
      font-size: 1rem;
  }

  .booking_detail_wrapper {
      border: none;
      padding: 0;

  }

  .optional-for-s2 {
      padding-bottom: 10px;
  }

  .vehicle-details {
      .img-thumbnail-cb {
          width: 180px;
      }

      .vehicle-title {
          width: calc(100% - 180px);
      }

      .heading-title {
          margin-bottom: 0;
      }

      span {
          display: block;
      }
  }

  .medium-title {
      font-size: 20px;
  }

  .rate-code {
      justify-content: space-between;

      .tag {
          color: var(--bs-primary-color);
          border: 1px solid var(--bs-primary-color);
          padding: 5px 10px;
          font-size: 16px;
          font-weight: 600;
          line-height: 1rem;
      }
  }

  .bg {
      background-color: #000;

      * {
          color: #fff;
      }
  }

  .font-30 {
      .heading-title {
          font-size: 30px;
          font-weight: 700;

          @media (max-width: 767px) {
              font-size: 20px;
          }
      }
  }

  .optional-for-s2 {
      border-bottom: 0;

  }

  .h-small-2 {
      font-size: 1rem;
      line-height: normal;
  }

  .f-18 {
      font-size: 18px;
      font-family: var(--bs-heading-medium-2);
  }

  .style-1 {
      .spacer-tb-d.tc {
          margin: 15px 0;

          .heading-title {
              font-size: 20px;
              font-weight: 700;
          }
      }

      .block {
          padding: 10px 20px;
          margin-bottom: 20px;
          border: 1px solid rgba(42, 48, 52, .1);
      }


  }

  .pad-t-0 {
      padding-top: 0 !important;
  }

  .pad-b-0 {
      padding-bottom: 0 !important;
  }

  .h-small-1 {
      margin-bottom: 20px !important;
  }

  .line-2 {

      border-bottom: 3px solid rgba(42, 48, 52, .1);

  }

  .style-2 {
      .block .inner-block {
          border: 1px solid rgba(42, 48, 52, .1);

          padding: 20px;
      }

      .have-border {
          padding: 10px 30px;
          border: 1px solid #e4e8ed;
      }

      .optional-for-s2 {
          &:after {
              display: none;
          }
      }

      .line-2 {
          border: none;
          padding-bottom: 10px;

          .m-0 {
              margin-bottom: 0;
          }
      }

      .have-border {
          padding: 10px 20px 0px !important;

          &.mt-option {
              .spacer-tb-d {
                  padding: 5px 0 10px;
              }

              .spacer-tb-d:nth-child(1) {
                  padding: 0;
              }
          }
      }

      .tc {
          margin-top: 10px;
      }

      .optional-for-s2 {
          padding: 0 !important;
          border: 0 !important;
          margin-bottom: 10px !important;
      }

      .medium-title {
          font-size: 25px;
      }

      .rate-code {
          .h-small-2 {
              font-size: 1.125rem;
              font-weight: 700;
          }
      }

      .bg {
          background-color: transparent;

          .pl15 {
              padding-left: 15px;
          }

          .pr15 {
              padding-right: 15px;
          }



          .heading-title {
              font-size: 30px;
              font-family: var(--bs-heading-medium-2);
              color: #000;

              * {
                  color: #000;
              }



          }

      }

      .have-border {
          padding: 10px 20px;
          border: 1px solid #e4e8ed;
      }

      .mt-option {
          margin-top: 20px;
      }

  }
}

.booking_detail_wrapper {
  padding: 20px 23px;
  border: 1px solid #CDE2F7;
  background: #E9F4FF;
}


.mb-13 {
  margin-bottom: 13px !important;
}


.bg-cutom-subtle {
  background: rgba(199, 16, 46, 0.05);
  border: 1px solid #F7DBE0;
}

.second-color {
  color: var(--bs-heading-color);
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  width: 100%;
  color: var(--bs-heading-color);
}

.font-inter {
  font-family: var(--bs-body-font-family) !important;
}

.itinerary-modify .line-2 {
  border-bottom: 1px solid rgba(42, 48, 52, .1);
}

.border-top {
  border-top: 1px solid rgba(42, 48, 52, .1);
}

.border-bottom {
  border-bottom: 1px solid rgba(42, 48, 52, .1);
}


.check {
  position: relative;
  padding-left: 20px;
}

.check:before {
  content: "";
  background-image: url(../images/check.svg);
  width: 14px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 7px;

}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.p-18 {
  padding: 18px 0;
}

.pb-15 {
  padding-bottom: 15px !important;

}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}



.red {
  background-color: red !important;
}

.check_box input[type="checkbox"] {
  appearance: none;
  border: 1px solid #dedfe1;
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.check_box input[type="checkbox"]:checked::after {
  content: "";
  background: url(../images/thick-fill.svg) no-repeat center;
  background-size: auto;
  height: 100%;
  width: 100%;
  display: flex;
}

@media (max-width: 768px) {
  .price-review-page .booking_detail_wrapper {
    display: none;
  }

  .price-review-page.book-summary-d-block {
    display: block;
  }
}

@media (max-width: 767px) {

  .price-review-page .checkout-f-cb .d-flex.mt-20 {
      margin-top: 0;
  }
  .checkout-f-cb{
      z-index: 0
  }
  .booking-summary-bottom .make_payment_btn{
      
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 1px 2px #d3d3d3;
  z-index: 999;
  left: 0;
  opacity: 1;
  }

  .booking-summary-bottom .make_payment_btn button{
      width: 100%;
  }
  .booking-summary-bottom .make_payment_btn.stop-fixed{
  
      background: transparent;
      box-shadow: none;
      bottom: auto;
      padding: 0px;
      left: 0;
  }
  .footer-container .footer-copyright-container{
      position: relative;
      z-index: 9;
  }

  #extraPriceContainer .position-sticky.mb-4{
      margin-bottom: 0 !important;
  }
}


.topSection .o-grid-box {
  display: flex;
}

.topSection .o-grid-box .o-grid-inner-box.recommended-box {
  flex: 1 1 auto;
}


.v-details > p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 95px;
}

.v-details p img {
  display: inline-block;
  vertical-align: sub;
}

.v-grid-o-cb {
  cursor: pointer;
}

.custom-tooltip {
  position: absolute;
  background: #333;
  max-width: 200px;
  height: auto;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.custom-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

@media (max-width:767px) {
    .banner-cation-height {
        min-height: 170px;
    }
 }
/* country related head classes */
.h3-plain-eqv {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    display: block;
    white-space: normal;
}

.h5-plain-eqv {
  font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    display: block;
    white-space: normal;
 }

 /* city related head classes */
 .p-plain-eqv {
  font-size: 18px; 
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}

.h2-plain-eqv {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}

/* .h3-plain-eqv {
  font-size: 25px;
  font-weight: 600;
  line-height: 37.5px;
  margin: 0;
} */

.h4-plain-eqv {
  font-size: 30px !important;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
  display: block;
  white-space: normal;
}

.loc-s-item.mini-fleet-card-location {
  min-height: 53px;
}

i.car-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* mobile hamburger cancel icon scroll */
.menu-active{
  overflow: hidden;
}

.start-and-end,
  .wide-range,
  .dining,
  .faq-icon,
  .map-icon {
  min-width: 36px;
}

.header-container .language-container{
  display: none !important;
}

@media (max-width: 767px) {
  .v-grid-o-cb .tooltip-box[data-tooltip-length="large"]:after {
    width: 260px;
    left: -49px;
  }

  .v-grid-o-cb .v-g-i-cb {
    height: auto;
  }
}

/* css realted to read more 23 Sept 2025 start */
.text-block {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* Show only 8 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.text-block.expanded {
  -webkit-line-clamp: unset;
  /* Remove line limit */
}

.read-more-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--bs-primary-color);
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
  display: none;
}


.img-cover {
  max-height: 350px;
  object-fit: cover;
  transition: height .3s;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
}

.img-theme-thumb {
  border-radius: 20px;
  /* border: 10px solid var(--bs-primary-color); */
}

.h-txt-container .h-title1-2 {
  font-size: 30px !important;
}
/* css realted to read more 23 Sept 2025 end */