

 .rentalPopup{
    display: block;
    position: unset;
    transform: unset;
    width: auto;
    padding: 0;
    max-width: unset;
}
#locMap{
    box-shadow: 0 0 5px #808080;
    width: unset !important;
    height: 388px;
    float: left;
}
.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{
    width: 40%;
    margin: 0;
    max-width: unset;
}
.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;
}*/
.wrapper .locations{
    width: 30%;
    padding-left: 15px;
}
.locations .loc{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    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;
}
.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: 0.7em;
    padding: 15px 20px;
}
.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: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.locUL li h3 a {
    color: var(--brand-color);
    font-size: 1.1em;
}
.locUL a.locPhone {
    text-decoration: none !important;
    background-color: transparent;
    cursor: pointer;
    color: #00B4F1 ;
    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: center;
    margin-top: 5px;
    text-align: center;
    column-gap: 5px;
}
.locUL ul.rating li{
    height: 26px;
}
.locUL ul.rating li i {
    color: #e7711b;
}
.locUL ul.rating li a{
    color: #00B4F1;
}
.locUL .lBtn {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    /*justify-content: space-between;*/
}
.locUL .lBtn > div{
    cursor: pointer;
    float: right;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    padding: 10px 20px;
}

.locUL .lBtn > div:first-child {
    width: 67%;
    text-align: center;
}
.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%;
    }
    .wrapper > div{
        width: 100% !important;
    }
/*    .BLK_FLL > ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }*/
    .wrapper .locations{
        padding: 0;
        border: none;
    }
    .locations ul.locUL{
        max-height: fit-content;
        padding: 0;
    }
    .locUL .lBtn > div:first-child {
        width: -webkit-fill-available;
    }
}
@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;
    }
}
@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;
    }
    .locUL .lBtn > div {
        padding: 10px 15px;
    }
    .lBtn > div a {
        font-size: 0.9em;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .main-wrapper {
        max-width: 95%;
        flex-direction: column;
    }
    .main-wrapper .wrapper {
        width: 100%;
    }
    .wrapper .rental {
        width: 60%;
    }
/*    .rental #locMap img{
        height: 260px;
    }*/
    .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 14px;
    }
    .locUL .lBtn > div:first-child{
        width: -webkit-fill-available;
    }
    .lBtn > div a {
        font-size: 1em;
    }
}
@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%;
    }
    .wrapper{
        width: 30%;
        margin: 0;
    }
    .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%;
    }
    .wrapper{
        width: 38%;
    }
    .locations .lcArea{
        gap: 4px;
    }
    .locations ul.locUL{
        max-height: 800px;
    }
    .locUL > li{
        padding: 15px 15px;
    }
    .locUL .lBtn > div{
        padding: 10px 14px
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .main-wrapper{
        max-width: 1220px;
    }
    .locations ul.locUL {
        max-height: 810px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .main-wrapper {
        max-width: 1370px;
    }
    .locations ul.locUL {
        max-height: 850px;
    }
}
@media only screen and (min-width: 1580px) {
    .main-wrapper{
        max-width: 1500px;
    }
} 