 .addons .applyExtrasBtn{
    cursor:pointer;
    border: none;
    height: 50px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    /*margin-right: 22px;*/
    margin-top: 15px;
    width: 220px;
    float: right;
}
.vList ul.pickupReturn > li:first-child, .vList ul.pickupReturn > li:nth-child(2), .vList ul.pickupReturn > li:nth-child(3) {
    padding: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.addons .extrasAmount{
    font-size: 1.6em!important;
}
.vBox {
    background-color: #F2F2F2;
    height: auto;
}
.chooseCar {
    position: relative;
    width: 100%;
    margin-top: 35px;
}
.stepInfo h1 {
    margin: 0;
    padding-top: 5px;
    font-size: 30px;
}
.sortBox {
    font-size: 0.8em;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 10px;
    /* padding-top: 50px; */
}
ul.sortBy {
    float: right;
    list-style: none;
    padding: 7px;
    border-radius: 10px;
    background-color: #FFFFFF;
    /* margin-top: 20px; */
}
.sortBox ul.breadcrumNew {
    width: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.breadcrumNew li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    line-height: 30px;
    /* margin-right: 2%; */

}
.breadcrumInActive {
    border-bottom: 5px solid #AAAAAA;
}
.breadcrumActive {
    border-bottom: 5px solid #18BA4A;
}
.breadcrumInActive  u{
        cursor: pointer;
}
.vList .pickupReturn {
    font-size: 0.8em;
    list-style: none;
    margin-top: 0px;
    padding: 20px 0 0 0;
    display: flex;
    /* margin-top: 10px; */
}
.vList span {
    color: #00B4F1;
}
.vList .pickupReturn > li {
    padding: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-right: 10px;
}

@media only screen and (min-width:338px) and (max-width:371px){
    .pickupReturn{
        gap: 10px!important;
        display: grid!important;
        grid-template-columns: repeat(2, 1fr)!important;
        justify-content: space-around!important;
    }
    .pickupReturn li {
        width:90%!important;
        font-size: 9px;
        height: unset;
    }
        .vList .pickupDetails .pickupReturn span {
        display: unset!important;
    }
    .sortBox ul.breadcrumNew {
        margin-bottom: 5px!important;
    }

    
}
@media only screen and (min-width:372px) and (max-width:409px){
    .pickupReturn{
        gap: 10px!important;
        display: grid!important;
        grid-template-columns: repeat(2, 1fr)!important;
        justify-content: space-around!important;
    }
    .pickupReturn li {
        width:90%!important;
        font-size: 10px;
        height: unset;
    }
        .vList .pickupDetails .pickupReturn span {
        display: unset!important;
    }
    .sortBox ul.breadcrumNew {
        margin-bottom: 5px!important;
    }
    
}

@media only screen and (min-width: 0px) and (max-width: 340px) {
    .chooseCar .vBox {
        font-size: 14px;
        padding: 5px 0;
    }
    .vList {
        width: 95%;
        margin: 0 auto;
        /* padding: 0; */
    }
    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 20px;
    }
    .vList .pickupDetails .pickupReturn span {
        display: unset!important;
    }
    .vList ul.pickupReturn {
         gap: 10px!important;
        display: grid!important;
        grid-template-columns: repeat(2, 1fr)!important;
        justify-content: space-around!important;
        padding: 0;
        font-size: 0.6em;
        display: flex;
        list-style: none;
        margin-top: 0px;
    }
    .sortBox ul.breadcrumNew {
        width: 100%;
        list-style: none;
        display: flex;
        margin: 0;
        margin-bottom: 5px!important;
    }
    .breadcrumNew li {
        width: 100%;
        line-height: 30px;

    }
    .vList .pickupDetails {
        padding: 5px 0 1px 0;
    }
    .vList ul.pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        margin: 0 5px 0 0;
        width: fit-content;
        height: unset;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        margin: 0;
        /* float: right!important; */
    }
    ul.sortBy {
        float: right;
        list-style: none;
        padding: 0;
        margin: -5px 0 0px 0;
    }
    ul.sortBy li {
        font-size: 0.8em;
        width: fit-content;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        /* border: 1px solid #ccc; */
        box-sizing: border-box;
    }
    .sortBox {
        padding: 0;
        margin: 0;
    }
    .vehicleCards .pnow .org {
        text-decoration: line-through;
        font-size: 0.6em;
        color: #909692;
    }
    .vehicleCards .pnow .butn {
        width: 100px;
        border-radius: 5px;
        background: #00B4F1;
        cursor: pointer;
        text-align: center;
    }
    .vehicleCards .ppic .butn {
        width: 100px;
        border-radius: 5px;
        background: #00B4F133;
        cursor: pointer;
        text-align: center;
    }
}
@media only screen and (min-width: 341px) and (max-width: 409px) {
    .chooseCar .vBox {
        font-size: 14px;
        padding: 5px 0;
    }

    .vList {
        width: 94%;
        margin: 0 auto;
        padding: 5px 0;
    }
    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 20px;
    }

    .vList .pickupDetails .pickupReturn span {
        display: flex;
    }
    .vList ul.pickupReturn {
        padding: 0;
        font-size: 0.6em;
        display: flex;
        list-style: none;
        margin-top: 0px;
    }

    .sortBox ul.breadcrumNew {
        width: 100%;
    }

    .sortBox ul.breadcrumNew {
        list-style: none;
        display: flex;
        margin: 0;
    }

    .breadcrumNew li {
        width: 100%;
        line-height: 30px;

    }

    .pickupDetails {
        padding: 5px 0 1px 0;
    }
    .vList ul.pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        margin: 0 5px 0 0;
        width: fit-content;
    }  
    .vList ul.pickupReturn > li:nth-child(4) {
        margin: 0;
    }

    ul.sortBy {
        float: right;
        list-style: none;
        padding: 0;
        margin: -5px 0 0px 0;
    }

    ul.sortBy li {
        font-size: 0.8em;
        width: fit-content;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        /* border: 1px solid #ccc; */
        box-sizing: border-box;
    }

    .sortBox {
        padding: 0;
        margin: 0;
    }

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

    .vehicleCards .pnow .butn {
        width: 100px;
        border-radius: 5px;
        background: #00B4F1;
        cursor: pointer;
        text-align: center;
    }

    .vehicleCards .ppic .butn {
        width: 100px;
        border-radius: 5px;
        background: #00B4F133;
        cursor: pointer;
        text-align: center;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        margin-right: 0;
        float: right;
        width: fit-content!important;
    }
}
@media only screen and (min-width: 410px) and (max-width: 500px) {

    .chooseCar .vBox {
        font-size: 14px;
        padding: 5px 0 0 0;
    }

    .vList {
        width: 94%;
        margin: 0 auto;
        padding: 5px 0;
    }

    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 20px;
    }

    .vList .pickupDetails .pickupReturn span {
        display: unset!important;
    }
    .vList ul.pickupReturn {
        gap: 10px !important;
                padding: 10px 0 0 0;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: space-around !important;
    }

    .sortBox ul.breadcrumNew {
        width: 100%;
    }

    .sortBox ul.breadcrumNew {
        list-style: none;
        display: flex;
        margin: 0;
    }

    .breadcrumNew li {
        width: 100%;
        line-height: 30px;

    }
    .vList .pickupDetails {
        padding: 0 0 5px 0;
    }

  .vList ul.pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        margin: 0 5px 0 0;
        width:fit-content;
        font-size: 11px;
        height: unset;
    } 


    ul.sortBy {
        float: right;
        list-style: none;
        padding: 0;
        margin: -5px 0 0px 0;
    }

    ul.sortBy li {
        font-size: 0.8em;
        width: fit-content;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-sizing: border-box;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        margin-right: 0;
        float: right;
        width: fit-content!important;
    }
    .sortBox {
        padding: 0;
        margin: 0;
    }
}
@media only screen and (min-width: 501px) and (max-width: 660px) {
    .chooseCar .vBox {
        font-size: 14px;
        padding: 5px 0 0 0;
    }

    .vList {
        width: 94%;
        margin: 0 auto;
        padding: 5px 0;
    }
    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 20px;
    }

    .vList .pickupDetails .pickupReturn span {
         display: unset!important;
    }
    .vList ul.pickupReturn {
        gap: 10px !important;
                padding: 10px 0 0 0;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: space-around !important;
    }

    .sortBox ul.breadcrumNew {
        width: 100%;
    }

    .sortBox ul.breadcrumNew {
        list-style: none;
        display: flex;
        margin: 0;
    }

    .breadcrumNew li {
        width: 100%;
        line-height: 30px;

    }

    .pickupDetails {
       padding: 0 0 5px 0;
    }
    .vList ul.pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        margin: 0 5px 0 0;
        width:fit-content;
        font-size: 13px;
        height: unset;
    }


    ul.sortBy {
        float: right;
        list-style: none;
        padding: 0;
        margin: -5px 0 0px 0;
    }

    ul.sortBy li {
        font-size: 0.8em;
        width: fit-content;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        /* border: 1px solid #ccc; */
        box-sizing: border-box;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        margin-right: 0;
        float: right;
        width: fit-content!important;
    }
    .sortBox {
        padding: 0;
        margin: 0;
    }
}
@media only screen and (min-width: 661px) and (max-width: 800px) {
    .vList .pickupDetails {
        padding: 5px 0 60px 0;
    }

    .vList ul.pickupReturn {
        font-size: 0.7em;
        list-style: none;
        padding: 0;
        display: unset;
    }

    .vList ul.pickupReturn > li {
        text-align: center;
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        margin: 0 10px 0 0;
        width: fit-content;
        /*width: 30%;*/
    }
    .vList ul.pickupReturn > li:nth-child(3) {
        margin-right: 0;        
        /*width: 31.9%;*/
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        margin-right: 0;
        margin-top: 0px;
        float: right;
        width: fit-content;
    }

    .vList {
        max-width: 94%;
        margin: 0 auto;
        padding: 5px 0;
    }

    .sortBox {
        font-size: 14px;
        width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px){
    .pickupReturn .nice-select .list {
        left: -30px;
    }
}
@media only screen and (min-width: 801px) and (max-width: 919px) {
    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 22px;
    }
    .vList .pickupDetails {
        padding: 5px 0 29px 0;
    }

     .vList ul.pickupReturn {
       font-size: 12px;
        list-style: none;
        margin-top: 5px;
        padding: 0;
        display: unset;
    }

    .vList .pickupReturn > li {
   float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        /*width: 24.5%;*/
        margin-top: -2px;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        width:fit-content;
        float: right;
        margin: 0;
        /*height: 14px!important;*/
    }

    ul.sortBy {
        font-size: 0.8em;
        margin-top: -25px;
        padding: 5px;
        border-radius: 5px;
    }

    .vList {
        max-width: 95%;
        padding: 5px 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 920px) and (max-width: 1024px) {
    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 22px;
    }
    .vList .pickupDetails {
        padding: 5px 0 29px 0;
    }

     .vList ul.pickupReturn {
        font-size: 0.8em;
        list-style: none;
        margin-top: 5px;
        padding: 0;
        display: unset;
    }

    .vList .pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        /*width: 23%;*/
        margin-top: -3px;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        /*height:14px!important;*/
        /*width:15%;*/
        float: right;
        margin: 0;
    }

    ul.sortBy {
        font-size: 0.8em;
        margin-top: -25px;
        padding: 5px;
        border-radius: 5px;
    }

    .vList {
        max-width: 95%;
        padding: 5px 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 22px;
    }
    .vList ul.pickupReturn {
        font-size: 0.8em;
        list-style: none;
        margin-top: 5px;
        ;
        padding: 0;
        display: unset;
    }

    .vList .pickupDetails {
        padding: 5px 0 30px 0;
    }

    .vList ul.pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        margin: 0 10px 0 0;
        width: fit-content;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        /*height:14px!important;*/
        float: right;
        margin: 0;
    }
    .headerDiv .rentalInfo p {
        float: left;
        /* padding-top: 5px; */
        margin: 0;
        /*width: 220px;*/
        font-size: 14px;
        width: max-content;
    }

    .vList {
        max-width: 90%;
        margin: 0 auto;
        padding: 5px 0;
    }

    .sortBox {
        font-size: 0.8em;
        width: 100%;
        margin-top: 0px;
    }
}
@media only screen and (min-width: 1281px) {

    .stepInfo h1 {
        margin: 0;
        padding-top: 5px;
        font-size: 26px;
    }
    .vList ul.pickupReturn {
        font-size: 0.8em;
        list-style: none;
        margin-top: 5px;
        ;
        padding: 0;
        display: unset;
    }

    .vList .pickupDetails {
        padding: 5px 0 30px 0;
    }
    .vList ul.pickupReturn > li {
        float: left;
        padding: 5px;
        border-radius: 5px;
        background-color: #FFFFFF;
        margin: 0 10px 0 0;
        width: fit-content;
    }
    .vList ul.pickupReturn > li:nth-child(4) {
        height:21px!important;
        float: right;
        margin: 0;
    }

    .vList {
        max-width: 1240px;
        margin: 0 auto;
        padding: 5px 0;
    }

    .sortBox {
        font-size: 0.8em;
        width: 100%;
        margin-top: 0px;
    }
}
@media only screen and (min-width:1281px) and (max-width:1419px) {
    .vList {
        max-width: 1220px;
        margin: 0 auto;
        padding: 5px 0;
    }
}
@media only screen and (min-width: 1420px)and (max-width: 1579px) {
    .vList {
        max-width: 1370px;
        margin: 0 auto;
        padding: 5px 0;
    }
}
@media only screen and (min-width: 1580px) {
    .vList {
        max-width: 1500px;
        margin: 0 auto;
        padding: 5px 0;
    }
}

/*ADDON POPUP CSS*/
.vehicles .customerSection .addonContainer1 {
    display: none;
}

/*for add and remove addons buttons*/
.addons .btnExtras{
    width: 180px!important;
}
button.btnExtras {
    cursor: pointer;
    height: 40.15px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    /*margin-top: 5px;*/
}
.addonHeader h2,
.addonHeader h4 {
    margin: 0;
}
.addonHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 15px 0px;
}
.addons .addonHeader {
    padding: 0!important;
    border:none!important;
}
.addons ul li {
    width: 356px;
    padding: 14px;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #00000033;
    box-shadow: 0px 2px 10px 0px #0000001A;
}
.addons ul {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    gap: 11px;
    /*overflow-y: auto;*/
}
.covAdd li {
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #00000033;
    box-shadow: 0px 2px 10px 0px #0000001A;
}
.addonInfo {
        min-height: 85px;
    align-items: flex-start;
    display: flex;
    gap: 20px;
}
.addonInfo h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    padding-bottom: 6px;
}
.addonInfo h4 {
    margin: 0;
    padding: 5px 0;
}
.noOfAddons input {
    width: 24px;
    border: 1px solid;
    border-color: lightslategrey;
    background-color: white;
}
.covAdd {
    list-style: none;
    display: flex;
    gap: 15px;
    overflow: hidden;
    padding: 0;
}
.addons {
    /*width: 1220px;*/
    width: 1192px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
    background: #fff;
    border-radius: 8px;
    z-index: 999;
    box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
    height: auto;
    max-height: 85%;
    display: flex;
    flex-direction: column;
}
.addons input[name="continue"] {
    cursor: pointer;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
}

@media only screen and (min-width: 0px) and (max-width: 899px) {
    .vehicles .customerSection .addonContainer1 {
         display: block; 
    }
}
@media only screen and (min-width:0px) and (max-width:400px){
/*changes by prassad*/
    .addons {
       width: 245px!important;
    }
        .addons ul li {
        width: 215px!important;
    }
    .addons .applyExtrasBtn {
        height: 35px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        font-size: 14px !important;
        width: 110px !important;
    }
    .skipAndContBtn{
        justify-content: space-between!important;
    }
    
.tooltip .tooltiptext{
        width: 220px!important;
}

}
@media only screen and (min-width: 401px) and (max-width: 651px) {
    .addons {
        width: 300px!important;;
        padding: 15px;
    }
    .addons .applyExtrasBtn {
        height: 35px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        font-size: 14px !important;
        width: 130px !important;
    }
        .applyExtrasBtnDiv{
        justify-content: center;
        display: flex;
    }
.tooltip .tooltiptext{
        width: 247px!important;
}
}
@media only screen and (min-width: 0px) and (max-width: 651px) {
    
    /* START AddContainer */
    .customerSection .covAdd {
        gap: 8px;
    }

    .customerSection .covAdd li {
        padding: 10px;
    }

    .customerSection .addonInfo {
        display: block;
    }

    .customerSection .addonInfo img {
        margin-top: 0 !important;
        width: 35px !important;
        height: 38px !important;
        float: left;
    }

    .customerSection .addonInfo>div>h4:first-child {
        margin-left: 50px;
    }

    .customerSection .addonInfo h5 {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 10px !important;
    }

    input[name="Add"] {
        width: 210px;
        height: 30px;
    }
    /* START AddContainer popUP*/

    
    .addons .addonHeader {
        padding: 0;
        padding-bottom: 15px;
        align-items: flex-start;
        gap: 3px;
    }

    .addons .addonHeader h2 {
        padding: 0 !important;
        font-size: 1.15em;
    }

    .addons ul {
align-items: center;
        overflow-y: auto;
        overflow-x: hidden;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }
/*changes by prassad*/
    .addons ul li {
       width: 245px;
    }
    .addons .extrasAmount{
        font-size: 1.2em!important;
    }
    .addons .btnExtras{
        width:100px!important;
    }


    /*changes end by prassad*/

    .coverageAddons input[name="Add"] {
        width: 100%;
        height: 35px;
    }

    .addons input[name="continue"] {
        margin-top: 20px;
    }

}
@media only screen and (min-width: 651px) {
    .addons input[name="continue"] {
        width: 220px;
        float: right;
    }
}
@media only screen and (min-width: 651px) and (max-width: 1024px){
    .addons {
        width: 600px!important;;
    }
    .addons ul input[name="Add"] {
        width: 100%;
    }

    .addonInfo h5 {
        margin: 0 !important;
    }
    .addons ul li{
        /*width: 906px!important;*/
        width: 264px!important;
    }
    .addons .extrasAmount{
        font-size: 1.4em!important;
    }
    .addons .btnExtras{
        width:100px!important;
    }
    .addons .applyExtrasBtn{
        margin-top:0!important;
        margin-right:0!important;
        font-size: 16px!important;
        width: 170px!important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .addons {
        /*width: 906px!important;*/
        width: 795px!important;
    }
    .addons .applyExtrasBtn{
        margin-right:0!important;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .addons {
        width: 1192px!important;
    }
    .addons .applyExtrasBtn{
        margin-top:0!important;
        margin-right:0!important;
       
    }
}
@media only screen and (min-width: 1025px) {
    .coverageAddons input[name="Add"] {
        width: 100%;
    }
}