

 .rentalPopup{
    display: block;
    position: unset;
    transform: unset;
    width: auto;
    padding: 0;
    max-width: unset;
}
#page-content .locations .loc{
    display:none;
}
#locMap{
    box-shadow: 0 0 5px #808080;
    width: unset !important;
    height: 388px;
    float: left;
}
.reservationForm section.BLK_PTL ul li select[name=pickupLocation] + div.nice-select > ul.list, .reservationForm section.BLK_RTL ul li select[name=returnLocation] + div.nice-select > ul.list{
    width: 100%;
}
.rentalForm .reservationForm ul li input[type=text]{
    height:19px;
}
.locLI  .lBtn .gicons {
    line-height: 30px !important;
}
.lcStateList ul{
    width:145px !important;
}
.locInfo .ln a{
   line-height:32px; 
}
.locInfo .ln a:hover{
    color:unset;
    text-decoration:unset;
}
.locInfo .ln a:visited{
    color:unset;
    text-decoration:unset;
}
.rentalPopup .headerInfo{
    display: none;
}
.main-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 130px auto;
    max-width: 1220px;
    display: flex;
    margin-bottom: 0;
}
.main-wrapper .wrapper{
    padding-top:0;
    width: 40% !important;
    margin: 0;
    max-width: unset;
}
.main-wrapper .wrapper .rental{
    width: 70%;
    margin-right: 15px;
}
.rental > h2{
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}
/*.rental #locMap{
    margin-bottom: 15px;
}*/
.main-wrapper .wrapper .locations{
    width: 30%;
    /*padding-left: 15px;*/
}
.locations .loc{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}
.locations .loc h1{
    font-size: 1.5em;
}
.locations .lcArea{
    display: flex;
    flex-direction: row-reverse;
    float: right;
    gap: 8px;
    margin-bottom: -15px;
    /*padding-top:10px;*/
}
.locations .lcArea select{
    border: none;
    font-weight: 600;
    width: 100%;
    padding:0px;
}
.locations ul.locUL{
    max-height: 907px;
    /*padding-right: 15px;*/
    overflow-y: auto;
    /*margin: 20px 0;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.locUL > li{
    border: 1px solid #0000001A;
    border-radius: 15px;
    padding: 15px 20px;
    border-left: 2px solid var(--interactive-color);
}
.locInfo .cardMiddle .address{
    width: 60%;
}
.locUL > li .locInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.locUL > li .locInfo i.fa-solid{
    color: white;
}
.locUL li h3{
    margin-bottom: 8px;
    overflow: hidden;
    white-space: wrap;
    line-height: 30px;
    text-overflow: ellipsis;
}
.locUL li h3 a {
    font-size: 1.1em;
}
.locUL a.locPhone {
    text-decoration: none !important;
    background-color: transparent;
    cursor: pointer;
    color: var(--interactive-color) ;
    line-height: 32px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.locUL ul.rating{
    float: right;
    display: flex;
    flex-wrap: wrap;
    /*gap: 5px;*/
    width: 150px;
    justify-content: left;
    margin-top: 5px;
    text-align: center;
    column-gap: 5px;
}
.locUL ul.rating li{
    height: 26px;
}
.locUL ul.rating li i {
    color: #e7711b;
    opacity:unset;
}
.locUL ul.rating li a{
    color: var(--interactive-color);
}
.locUL .lBtn {
    display: flex;
    gap: 15px;
    /*justify-content: space-between;*/
}
.locUL .lBtn a{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
/*.locUL .lBtn > div{
    cursor: pointer;
    float: right;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}*/
.locUL .lBtn>div {
    padding: 10px 0;
}
.locUL .lBtn>div:first-child {
	width: 100%;
	text-align: center;
}
.locUL .lBtn>div:first-child a{
    width: 100% !important;
}
/*.locUL .lBtn > div:not(:first-child) {
   border: 1px solid #0000001A;
}*/
.lBtn > div a{
    font-size: 1.15em;
}
@media only screen and (min-width: 1420px) {
    .rentalPopup #form-content .reservationForm {
        width: 100%;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1024px){
    .main-wrapper {
        margin: 70px auto;
        margin-top: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px){
    .main-wrapper {
        max-width: 94%;
        flex-direction: column;
        gap: 15px;
    }
    .main-wrapper .wrapper{
        width: 100% !important ;
        padding-left: 0;
        /* margin-top: 17px; */
        margin: unset !important;
    }
    .main-wrapper .wrapper > div{
        width: 100% !important;
    }
/*    .BLK_FLL > ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }*/
    .main-wrapper .wrapper .locations{
        padding: 0;
        border: none;
    }
    .locations ul.locUL{
        max-height: fit-content;
        padding: 0;
    }
    .locUL .lBtn > div:first-child {
        width: -webkit-fill-available;
    }
    /*.locUL .lBtn > div {
        padding:0px;
    }*/
    .locUL ul.rating {
        width: 107px;
        column-gap: 0px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .rentalForm .BLK_FLL ul {
        flex-direction: unset; 
    }
    .rentalForm .BLK_FLL > ul > li:nth-child(2) {
        text-align: right;
    }
    .main-wrapper {
        max-width: 94%;
    }
    .locUL > li {
        padding: 15px 15px;
    }
/*    .locUL .lBtn > div{
        padding: 10px 14px
    }*/
    .locInfo .lBtn span{
        display: none;
    }
    .reviewSection {
        gap: 0px!important;
    }
    .locationIcon {
        width: 80px!important;
        height: 80px!important;
    }
    .cardMiddle {
        flex-direction: column;
    }
    .locInfo .cardMiddle .address {
        width: 95%;
        border-bottom: 1px dashed #0000001A;
    }
    .cardMiddle>div:first-child {
        border-right: none!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 348px){
 /*   .locUL .lBtn > div {
        padding: 10px;
    }*/
    .lBtn > div a {
        font-size: 1.1em;
    }
}
@media only screen and (min-width: 601px) and (max-width: 800px){
    .locations ul.locUL {
        display: flex;
        flex-wrap: wrap;
        column-gap: 15px;
        flex-direction: unset;
        justify-content: space-between;
    }
    .locUL > li {
        width: 43%;
        padding: 15px 15px;
    }
    .lBtn > div a {
        font-size: 0.9em;
    }
    .cardTop {
        flex-direction: column;
    }
    .locInfo .cardMiddle .address {
        width: 90%;
    }
    .locUL>li {
        padding: 14px!important;
    }
    .locInfo .lBtn span{
        display: none;
    }
    .locInfo .cardMiddle .address {
        width: 95%;
        border-bottom: 1px dashed #0000001A;
    }
    .cardMiddle>div:first-child {
        border-right: none!important;
    }
    .cardMiddle {
        flex-direction: column;
    }
/*    .locUL .lBtn > div {
        padding: 5px 12px;
    }*/
    .locUL ul.rating {
        width: 110px;
        column-gap: 0px!important;
    }
}
@media only screen and (min-width: 801px) and (max-width: 995px) {
    .locInfo .cardMiddle .address {
        width: 95%;
        border-bottom: 1px dashed #0000001A;
    }
    .cardMiddle>div:first-child {
        border-right: none!important;
    }
    .cardMiddle {
        flex-direction: column;
    }
    .locUL ul.rating {
        width: 100px;
        column-gap: 0px!important;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .main-wrapper {
        max-width: 95%;
        flex-direction: column;
        gap: 15px;
    }
    .main-wrapper .wrapper {
        width: 100%  !important;
    }
    .main-wrapper .wrapper .rental {
        width: 60%;
    }
/*    .rental #locMap img{
        height: 260px;
    }*/
    .main-wrapper .wrapper .locations {
        width: 100%;
        border: none;
        padding: 0;
    }
    .locations ul.locUL {
        max-height: unset;
        flex-wrap: wrap;
        flex-direction: unset;
        justify-content: space-between;
        padding: 0;
        gap: 15px;
    }
    .locUL > li {
        padding: 15px 15px;
        width: 44.5%;
    }
 /*   .locUL .lBtn > div {
        padding: 10px 16px;
    }*/
    .locUL .lBtn > div:first-child{
        width: -webkit-fill-available;
    }
    .lBtn > div a {
        font-size: 1em;
    }
    .locInfo .lBtn span{
        display: none;
    }
}
@media only screen and (min-width: 1025px) {
    .main-wrapper{
        margin: 130px auto;
        display: flex;
        margin-bottom: 30px;
    }
    .rentalForm  {
        width: 70%;
        margin: 0;
        flex-direction: column;
        padding-right: 15px;
        border-right: 1px solid lightgray;
    }
    .rentalForm .reservationForm {
         width: 100%;
    }
    .main-wrapper .wrapper{
        width: 35% !important;
        margin: 0;
    }
    .main-wrapper .wrapper .locations{
        width: -webkit-fill-available;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .main-wrapper {
        max-width: 90%;
    }
    .rentalForm{
        width: 62%;
    }
    .main-wrapper .wrapper{
        width: 38% !important;
    }
    .locations .lcArea{
        gap: 4px;
    }
    .locations ul.locUL{
        /*max-height: 730px;*/
        max-height: 790px;
    }
    .locUL > li{
        padding: 15px 15px;
    }
/*    .locUL .lBtn > div{
        padding: 10px 14px
    }*/
    .locInfo .lBtn span{
        display: none;
    }
    .locUL .lBtn > div:first-child {
        width: 100%;
    }
    .reviewSection {
        gap:0px!important;
    }
    .locUL ul.rating {
        column-gap: 0px!important;
    }
    .locationIcon {
        width: 80px!important;
        height: 80px!important;
    }
    .cardMiddle {
        flex-direction: column;
    }
    .locInfo .cardMiddle .address {
        width: 95%;
        border-bottom: 1px dashed #0000001A;
    }
    .locUL ul.rating {
        width: 110px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .main-wrapper{
        max-width: 1220px;
    }
    .locations ul.locUL {
        /*max-height: 730px;*/
        max-height: 790px;
        /*padding-right: 10px;*/
    }
    .locInfo .lBtn span{
        display: none;
    }
    .locUL .lBtn > div:first-child {
        width: 100%;
    }
/*    .locUL .lBtn > div {
        padding: 10px 14px;
    }*/
    .locInfo .cardMiddle .address {
        width: 57%;
    }
    .locUL ul.rating {
        width: 130px;
    }
    .reviewSection {
        gap: 0px!important;
    }
    .locationIcon {
        width: 80px!important;
        height: 80px!important;
    }
    .cardMiddle {
        flex-direction: column;
    }
    .locInfo .cardMiddle .address {
        width: 95%;
        border-bottom: 1px dashed #0000001A;
    }
    .locUL ul.rating {
        width: 130px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .main-wrapper {
        max-width: 1370px;
    }
    .locations ul.locUL {
        /*max-height: 757px;*/
        max-height: 808px;
    }
    .locInfo .lBtn span{
        display: none;
    }
    .locUL .lBtn > div:first-child {
        width: 100%;
    }
    .locInfo .cardMiddle .address {
        width: 57%;
    }
    .locUL ul.rating {
        width: 130px;
    }
    .locUL .lBtn > div:first-child {
        width: 100%;
    }
  /*  .locUL .lBtn > div {
        padding: 10px 14px;
    }*/
}
@media only screen and (min-width: 1580px) {
    .main-wrapper{
        max-width: 1500px;
    }
    .locations ul.locUL{
       /* max-height: 730px;*/
        max-height: 790px;
        /* padding-right: 15px; */
        overflow-y: auto;
        /*margin: 20px 0;*/
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .locations ul.locUL {
        margin:0px;
    }
    
}  



.locationCard{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.cardTop{
    display:flex;
    gap:20px;
    align-items:center;
    border-bottom: 1px dashed #0000001A;
}

.locationIcon{
    width: 100px;
    height: 100px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.locationIcon img{    
    width:100%;
    height:100%;
    object-fit:contain;
}

.locationContent{
    flex:1;
}

.locationContent h3{
    margin-bottom:10px;
}

.reviewSection{
    display:flex;
    align-items:center;
    gap:10px;
}
.reviewSection a,.reviewSection .gicons{
    color: var(--interactive-color);
}
.cardMiddle{
    display:flex;
    margin: 15px 0;
    border-radius:16px;
    background:#f4f8f6;
    overflow:hidden;
}
.cardMiddle .gicons{
    color: var(--brand-color);
}
.cardMiddle>div{
    /*flex:1;*/
    padding:10px;
    display:flex;
    gap:12px;
    align-items: center;
}

.cardMiddle>div:first-child{
    border-right: 1px dashed #0000001A;
}

.cardBottom{
    display:flex;
    gap:15px;
}

.reserveBtn{
    flex:1;
    text-align:center;
    padding:15px;
    border-radius:40px;
    background:#2156d8;
    color:#fff;
}

.iconBtn{
    min-width:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid #ddd;
    border-radius:40px;
    background:#fff;
}