 .vinfo div.spec {
    display: grid;
}

.hidePay {
    visibility: hidden;
}
.rentalForm .reservationForm ul li input[type=text]{
    height:19px;
}

.loader .loadImg {
    position: relative;
    z-index: 999;
    bottom: 165px !important;
}

/*a.pbtn{*/
/*        color: var(--interactive-color);*/
/*    font-size: 0.8em;*/
/*    font-weight: 600;*/
/*    line-height: 2.4;*/
/*    text-decoration: none;*/
/*    padding: 0 16px;*/
/*}*/
.ppic img {
    height: 60px !important;
    position: absolute;
    top: 0px;
    width: 60px !important;
}

.tooltip {
    float: right;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    /*position: relative;*/
    position: absolute;
    z-index: 1;
    /*bottom: 100%;*/
    /* Position above the icon 
 left: 50%;
 /*margin-left: -100px;*/
    top: 40%;
    left: 3%;
    opacity: 0;
    transition: opacity 0.3s;
}

.material-symbols-outlined {
    font-family: 'Material Icons';
    color: var(--interactive-color);
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: unset;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}


/*HEADER CHANGES*/
@media only screen and (min-width: 1025px) {

    #lpnav,
    #lwpnav-TM {
        display: none;
    }

    .rentalInfo {
        display: block;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .headerDiv {
        height: 100px;
    }

    #lpnav,
    #lwpnav-TM {
        display: block;
    }

    .rentalInfo {
        display: block;
    }

}

.title h3 {
    font-weight: 600;
    font-size: 1.2em;
}

.title>span {
    color: #636363;
    font-size: 0.8em;
}

.vehicleSpec .noAvail {
    padding: 8px;
    padding-top: 15px;
}

.vehicleSpec .noAvail a {
    cursor: pointer;
    color: var(--interactive-color);
}

.vehicleCards .pnow ul,
.vehicleCards .ppic ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
}
.vehicleCards .org {
    text-decoration: line-through;
    font-size: 0.8em;
    color: #909692;
}

.vehicleCards .pnow .cost {
    color: #0C7E40;
    ;
    font-size: 1.6em;
    font-weight: 700;
}

.vehicleCards .pnow .price {
    padding-top: 15px;
}

.vehicleSpec .promo {
    margin: 10px 0;
    font-size: 0.9em;
    margin-left: 10px;
}

.vehicleSpec .promo span {
    background: #ffffBB;
    padding: 5px;
}

.vehicleCards .ppic .cost {
    color: #0C7E40;
    ;
    font-size: 1.4em;
    font-weight: 700;
}

.vehicleCards .ppic img {
    margin-left: 6px;
}

.vehicleCards .cost img {
    cursor: pointer;
}
.vehicles>ul.vehicleCards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1500px;
    justify-content: center;
    margin: 0 auto;
    gap: 25px;
}
.vehicles {
    margin-top: 25px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 350px) {

    .vehicles>ul.vehicleCards,
    .vehicles>div {
        width: 95%;
        margin: 0 auto;
    }

    .vehicles>ul.vehicleCards>li {
        width: 100%;
    }

    .vehicles .price .amount {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (min-width: 351px) and (max-width: 679px) {
    .vehicles>ul.vehicleCards>li {
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #FFF;
        width: 350px;
    }

    .vehicles>div {
        width: 90%;
        margin: 0 auto;
    }

    .vehicles>ul.vehicleCards {
        width: 90%;
    }

    .vehicles li img {
        width: 100%;
        max-width: 350px;
        height: 200px;
        margin-top: 6px;
    }

    .spec li {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 2% 2.8%;
        font-size: 0.8em;
        font-style: normal;
        font-weight: 400;
        border-radius: 20px;
        background: #F2F2F2;
    }
}

@media only screen and (min-width: 680px) and (max-width: 1024px) {
    .vehicles>ul.vehicleCards>li {
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #FFF;
        /* width: 350px; */
        width: 48%;
    }

    .vehicles>div {
        width: 95%;
        margin: 0 auto;
    }

    .vehicles>ul.vehicleCards {
        width: 95%;
    }
}

@media only screen and (min-width: 1025px)and (max-width: 1419px) {
    .vehicles>ul.vehicleCards>li {
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #FFF;
        width: 395px;
    }

    .vehicles>div {
        width: 94%;
    }

    .vehicles>ul.vehicleCards {
        width: 94%;
    }
}

@media only screen and (min-width: 1420px)and (max-width: 1579px) {
    .vehicles {
        max-width: 1370px;
    }

    .vehicles>div {
        width: 100%;
        margin: 0 auto;
    }

    .vehicles>ul.vehicleCards {
        width: 94%;
    }

    .vehicles>ul.vehicleCards>li {
        width: 24%;
    }
}

@media only screen and (min-width: 1580px) {
    .vehicles>div {
        width: 1500px;
        margin: 0 auto;
    }
    .vehicles>ul.vehicleCards>li {
        width: 24%;

    }
}

/* @media only screen and (min-width: 1025px)and (max-width: 1419px) {


.vehicles>ul.vehicleCards>li {
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.10);
background: #FFF;
width: 382px;
}

.vehicles>ul.vehicleCards {
width: 94%;
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 15px;
row-gap: 15px;
margin: 0 auto;
}
} */


.vehDetails ul.vehDetPop {
    list-style: none;
    margin: 0;
    padding: 0px 0 5px 0;

}

.vehDetails ul.vehDetPop img {
    width: 260px;
    height: 160px;
    border-bottom: 1px solid #F2F2F2;
}

.vehDetails .vehDetPop .spec ul {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 10px 0px 0px 0px;
}

.feature {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /* Adjust margin as needed */
}

.vehDetails .vehDetPop .title h3 {
    font-weight: bold;
}

.payNowList,
.payLaterList {
    font-size: 0.9em;
}

.label {
    /* flex: 1; */
    text-align: left;
    margin-right: 20px;
    /* Adjust margin as needed */
}

.value {
    flex: 1;
    text-align: right;
}

.Total {
    text-align: left;
}

.vehDetails .vehDetPop .spec ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    background: #FBFBFB;
    border: 1px solid #CCCCCC;
    justify-content: center;
}

/*.active{
color:#277E40;
font-weight: bold;
label{
border-bottom: 2px solid #277E40;
}
}*/
.active {
    color: #392121;
    padding: 10px 0;
    /*background-color: #fff;*/
}

.activeLabel {
    color: #555 !important;
    border: 1px solid #ddd;
    border-bottom: 2px solid #0f9d58;
    background-color: #fff !important;
}

.payment li {
    background-color: #e9ebee;
    display: inline-block;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #888;
    cursor: pointer;
}

.vehDetails {
    /*position: absolute;*/
    position: fixed;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 365px;
    height: auto;
    z-index: 999;
    display: none;
    top: 50%;
    left: 50%;
    text-align: center;

}

.vehDetails span.moreDetails {
    cursor: unset !important;
}

.vehicleDetailsPopupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the alpha (4th value) to control transparency */
    z-index: 1;
}

.fa-xmark {
    float: right;
}

.fa-xmark:hover {
    cursor: pointer;
}

.payment label:hover {
    cursor: pointer;
}

.vehDetails .spec ul.specs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 0;
}

.vehDetails .spec ul.specs img {
    width: 17px;
    height: 17px;
}

.vehDetails .spec li {
    box-shadow: 0 0 2px #ccc;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    background: #FBFBFB;
}

.vehDetails .spec>span {
    color: #808080;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
}

.vehDetails .expEligible {
    margin-top: -3px;
    display: flex;
    align-items: center;
    float: right;
    padding: 0px 8px 0 0;
    color: #0C7E40;
    ;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.vehDetails .expEligible img {
    padding-left: 7px;
    cursor: pointer;
}

.vehDetails .title {
    text-align: initial;
    padding: 10px 0 0 0px;
}

.title h3 {
    font-weight: 600;
    font-size: 1.2em;
}

.title>span {
    color: #636363;
    font-size: 0.8em;
}

.vehDetails .pnow ul,
.vehDetails .ppic ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 0 8px 0;
    align-items: center;
    gap: 10px;
}


.vehDetails .pnow a.pbtn {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 2.4;
    text-decoration: none;
    padding: 0 16px;
}

.vehDetails .org {
    text-decoration: line-through;
    font-size: 0.8em;
    color: #909692;
}

.vehDetails .cost {
    color: #0C7E40;
    ;
    font-size: 1.6em;
    font-weight: 700;
}

.vehDetails .price {
    padding: 5px 0 0 0;
    list-style: none;
}

.vehDetails .ppic a.lbtn,.vehDetails .ppic a.pbtn {
    color: var(--interactive-color);
    font-size: 0.9em;
    font-weight: 600;
    line-height: 2.4;
    text-decoration: none;
    padding: 0 16px;
}

/*.vehDetails .ppic .price {*/

/*    padding: 10px 0 0 0;*/
/*    list-style: none;*/
/*}*/

/*.vehDetails .ppic .amount {*/
/*    color: #0C7E40;;*/
/*    font-size: 1.4em;*/

/*}*/

.vehDetails .ppic img {
    margin-left: 6px;
}

.vehDetails .cost img {
    cursor: pointer;
}

.vehDetails .disc {
    text-align: start;
    font-size: 13px;
}

.vehDetails .paymentBreakup li:nth-last-child(2) {
    padding-bottom: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .vehDetails {
       /* position: absolute;*/
        position: fixed;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 220px;
        height: auto;
        z-index: 999;
        display: none;
        top: 50%;
        left: 50%;
        text-align: center;
    }

    .vehDetails ul.vehDetPop .vimg img {
        width: 155px !important;
        height: 115px !important;
    }

    .vehDetails .spec ul {
        width: 100%;
        list-style: none;
        display: block;
        gap: 12px;
        justify-content: center;
        padding: 0;
    }

    .vehDetails .spec li {
        justify-content: center;
        text-align: center;
        margin: 1%;
        float: left;
        width: 31%;
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 3px 10px;
        font-size: 0.8em;
        font-style: normal;
        font-weight: 400;
        border-radius: 5px;
        background: #FBFBFB;
        border: 1px solid #CCCCCC;
    }

    .vehDetails .fa-xmark {
        font-size: 11px;
    }

    .vehDetails .expEligible {
        margin-top: -1px;
        display: flex;
        align-items: center;
        float: right;
        padding: 0px 3px 0 0;
        color: #0C7E40;
        ;
        font-size: 0.6em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .vehDetails .expEligible a img {
        width: 10px !important;
        height: 10px !important;
        padding-left: 2px;
    }

    .vehDetails .vehDetPop .spec ul {
        display: block;
        gap: 12px;
        justify-content: center;
        padding: 0;
        padding: 5px 10px;
    }


    .vehDetails .spec>span {
        color: #808080;
        font-size: 0.9em;
        display: block;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
    }

    /*.vehDetails .pnow .cost {*/
    /*    color: #0C7E40;;*/
    /*    font-size: 1em;*/
    /*    font-weight: 700;*/
    /*}*/
    /*.vehDetails .pnow .org {*/
    /*    text-decoration: line-through;*/
    /*    font-size: 0.7em;*/
    /*    color: #909692;*/
    /*}*/
    /*.vehDetails .ppic .amount {*/
    /*    color: #0C7E40;;*/
    /*    font-size: 1em;*/

    /*}*/
    .vehDetails .cost {
        color: #0C7E40;
        ;
        font-size: 1em;
        font-weight: 700;
    }

    .vehDetails .org {
        text-decoration: line-through;
        font-size: 0.7em;
        color: #909692;
    }

    .vehDetails .ppic a.lbtn {
        color: var(--interactive-color);
        /*font-size: 0.6em;*/
        font-weight: 600;
        line-height: 2.4;
        text-decoration: none;
        padding: 0 16px;
    }
    .vehDetails .title {
        text-align: initial;
        padding: 5px 0 0 0px;
    }

    .vehDetails .pnow a.pbtn {
        color: #FFF;
        /*font-size: 0.6em;*/
        font-weight: 600;
        line-height: 2.3;
        text-decoration: none;
        padding: 0 19px;
    }

    .vehDetails .cost img {
        margin-left: 3px !important;
        width: 10px !important;
        height: 10px !important;
    }

    .vehDetails .pnow ul {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 0 5px 0;
    }

    .vehDetails .ppic ul {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 0 5px 0;
    }

}

@media only screen and (min-width: 321px) and (max-width: 380px) {
    .vehDetails {
        position: fixed;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 280px;
        height: auto;
        z-index: 999;
        display: none;
        top: 50%;
        left: 50%;
        text-align: center;
    }

    .vehDetails ul.vehDetPop .vimg img {
        width: 190px !important;
        height: 140px !important;
    }

    .vehDetails .spec ul {
        width: 100%;
        list-style: none;
        display: block;
        gap: 12px;
        justify-content: center;
        padding: 0;
    }

    .vehDetails .spec li {
        text-align: center;
        margin: 1%;
        float: left;
    }

    .vehDetails .fa-xmark {
        font-size: 11px;
    }

    .vehDetails .expEligible {
        margin-top: -1px;
        display: flex;
        align-items: center;
        float: right;
        padding: 0px 3px 0 0;
        color: #0C7E40;
        font-size: 0.6em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .vehDetails .expEligible a img {
        width: 10px !important;
        height: 10px !important;
        padding-left: 2px;
    }

    .vehDetails .vehDetPop .spec ul {
        display: block;
        gap: 12px;
        justify-content: center;
        padding: 0;
        padding: 5px 10px;
    }

    .vehDetails .spec>span {
        color: #808080;
        font-size: 0.9em;
        display: block;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
    }

    .vehDetails .cost {
        color: #0C7E40;
        ;
        font-size: 1.5em;
        font-weight: 700;
    }

    .vehDetails .price {
        padding: 8px 0 0 0 !important;
    }

    .vehDetails .pnow .org {
        text-decoration: line-through;
        font-size: 0.7em;
        color: #909692;
    }

    .vehDetails .pnow a.pbtn {
        line-height: 0;
    }

    .vehDetails .ppic a.lbtn {
        line-height: 0;
    }
    .vehDetails .title {
        text-align: initial;
        padding: 5px 0 0 0px;
    }

    .vehDetails .cost img {
        margin-left: 3px !important;
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (min-width: 381px) and (max-width: 550px) {
    .vehDetails {
        position: fixed;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 305px;
        height: auto;
        z-index: 999;
        display: none;
        top: 50%;
        left: 50%;
        text-align: center;
    }

    .vehDetails .spec ul.specs {
        width: 100%;
        list-style: none;
        display: block;
        gap: 12px;
        justify-content: center;
        padding: 0;
    }

    .vehDetails .spec li {
        text-align: center;
        margin: 1%;
        float: left;
        width: 24% !important;
    }

    .vehDetails .vehDetPop .spec ul {
        display: block;
        gap: 12px;
        justify-content: center;
        padding: 0;
    }

    .vehDetails .spec>span {
        color: #808080;
        font-size: 0.9em;
        display: block;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
    }


    ul.price a.lbtn,
    ul.price a.pbtn {
        font-size: 0.7em !important;
    }

    .payment li {
        font-size: 14px;
    }
}

.paymentBreakup li {
    text-align: left;
}

.paymentBreakup li span {
    float: right;
}

.paymentBreakup li:last-child {
    padding-top: 5px;
    font-weight: bold;
    border-top: 1px dotted #888
}

.paymentBreakup {
    padding-top: 10px;
}
/*.extras{*/
/*    position: relative;*/
/*}*/
/*.noOfAddons{*/
/*    float: left; */
/*    margin: 10px; */
/*    display: none;*/
/*}*/
/*.extras .adds{*/
/*    margin-left: -8px; */
/*    border-radius: 3px; */
/*    border-top-left-radius: unset; */
/*    border-bottom-left-radius: unset;*/
/*}*/
/*.extraamtbtn{*/
/*    display: flex; */
/*    justify-content: space-between; */
/*    align-items: center;*/
/*}*/
/*.extrasAmount{*/
/*    color: #0c7e40; */
/*    font-size: 1.6em; */
/*    font-weight: 700*/
/*}*/
/*.removeExt{*/
/*    background: #b3b3b3 !important; */
/*    display: none*/
/*}*/
.reservationForm .BLK_FLL{ display:none; }
.rentalForm { border-top: 1px solid #888; padding-top: 16px;}
/*.covAdd{ border-top: 1px solid #888; padding-top: 25px; }*/
.vehicleSpec .aBtn { width: 100px !important; font-size: 1em !important; height: 35px !important; line-height: 35px; }
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .vehDetails ul.vehDetPop img{
        width: 60%;
        height: auto;
    }
    .vehDetails .pnow ul, .vehDetails .ppic ul{
        flex-direction: column;
        align-items: baseline;
    }
    .vehDetails .pnow ul li.butn, .vehDetails .ppic ul li.butn{
        width: 100%;
    }
    .vehDetails .pnow ul li.butn a, .vehDetails .ppic ul li.butn a{
        width: 100% !important;
    }
}
