
/*RENTAL FORM*/
.rentalPopup {
    display: block;
    position: unset;
    transform: unset;
    padding: 0;
    margin: 0 auto;
    margin-top: 130px;
    width: auto;
}
.rentalPopup .headerInfo{
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .rentalPopup {
        max-width: 95%;
        margin-top: unset;
    }
}
@media only screen and (min-width: 341px) and (max-width: 800px) {
    .rentalPopup {
        max-width: 94%;
    }
}
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .rentalPopup {
        max-width: 90%;
    }
}
@media only screen and (min-width:1281px) and (max-width:1419px) {
   .rentalPopup {
        max-width: 1220px;
    }
}
@media only screen and (min-width:1420px) and (max-width:1579px) {
    .rentalPopup {
        max-width: 1370px;
    }
}
@media only screen and (min-width:1580px) {
    .rentalPopup {
        max-width: 1500px;
       
    }
}
.heading{
    margin-top: 60px;
    padding-left: 0;
    margin-bottom: 20px;
}
.BLK_PDT {
   float:left;
   width:52%;
}
.BLK_PTD {
   float:left;
   width:45%;
}
.BLK_PTD ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
}
.BLK_RTD{
    width:48%;
    float:right;
}
.BLK_RTD ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
    
}
.BLK_FLL ul li:nth-child(3){
    display:none;
}
.BLK_FLL ul li i{
    display:none;
}
.BLK_FLL ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding-left: 1px;
    color: #00B4F1;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}
.rental .BLK_PTL ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rental .BLK_RTL ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rental ul li select{
    padding: 3px 0px 0 0;
    margin: 3px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid black;
    font-size: 16px;
    font-style: bold;
    font-weight: bold;
    width: 220px;
    text-indent: 20px;
}
.rating{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    margin: 0;
}
.locationHeader{
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 5px;
}
.locationContent{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.locationMap{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap:20px;
}
.locationMap img{
    width: 60%;
    height: 482px;
}
.locationMap .rental ul li .fa-solid{
    position: absolute;
}
.locationMap .rental ul li{
   margin-bottom: 24px;
}
.rental{
    width: 40%;
}
.rentalList{
    list-style: none;
    width: 100%;
    padding-left: 0;
    height: 395px;
}
.rentalForm .reservationForm ul li input, .rentalForm .reservationForm ul li select{
    padding: 3px 0px 0 0;
    margin: 3px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid black;
    font-size: 16px;
    font-weight: unset;
    width: 100%;
    text-indent: 20px;
    
}
.rentalList li .rentalLoc{
    margin-top: 15px;
}
.rental .rentalList li:nth-child(1){
    width: 44%;
    float: left;
    margin-right: 28px;
}
.rental .rentalList li:nth-child(2){
    width: 48%;
    float: left;
}
.rental .rentalList li:nth-child(3){
    width: 44%;
    float: left;
    margin-right: 28px;
}
.rental .rentalList li:nth-child(4){
    width: 48%;
    float: left;
}
.rental .rentalList li:nth-child(5){
    width: 97%;
    float: left;
}
.rental .rentalList li:nth-child(6){
    width: 97%;
    float: left;
}
.rental .rentalList li:nth-child(7){
    width: 97%;
    float: left;
}
input[name="search"] {
    cursor: pointer;
    height: 40.15px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
}
.hoursOfOperation input[name="rentalPolicy"], .hoursOfOperation input[name="faqs"]  {
    cursor: pointer;
    height: 40.15px;
    border-radius: 11px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    margin: 5px 0;
}

.findLocation{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding-left: 1px;
    color: #00B4F1;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0;
    width: 97%;
}
.rentalCarContent{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.rentalCarInfo{
    width: 68%;
}
.hoursOfOperation{
    width: 30%;
}
.hoursOfOperation h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;

}
.rentalCarInfo h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;

}
.rental h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;

}
.hoursOfOperation ul{
    list-style: none;
    padding-left: 0;
}
.hoursOfOperation ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}
.locationPageContent{
    max-width: 1485px;
    margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 500px){
    .locationPageContent {
        max-width: 94%;
        margin: 0 auto;
    }
    .locationHeader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 5px;
    }
    .locationHeader h1{
        font-size: 28px;
    }
    .locationMap {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .locationMap img {
        width: 100%;
    }
    .rental {
        width: 100%;
    }
    .rentalCarContent {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }
    .hoursOfOperation {
        width: 100%;
    }
    .rentalCarInfo {
        width: 100%;
    }
    .rentalCarInfo img{
     width: 100%;
    }
    .rental .rentalList li:nth-child(1){
        width: 100%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(2){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(3){
        width: 100%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(4){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(5){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(6){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(7){
        width: 100%;
        float: left;
    }
    .rental .BLK_PTL ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rental .BLK_RTL ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rental ul li select {
        padding: 3px 0px 0 0;
        margin: 3px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        font-style: bold;
        font-weight: bold;
        width: 100%;
        text-indent: 20px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 699px) {
    .locationHeader h1{
        font-size: 28px;
    }
    .locationPageContent {
        max-width: 94%;
        margin: 0 auto;
    }
    .locationMap {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .locationMap img {
        width: 100%;
    }
    .rental {
        width: 100%;
    }
    .rentalCarContent {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }
    .hoursOfOperation {
        width: 100%;
    }
    .rentalCarInfo {
        width: 100%;
    }
    .rentalCarInfo img{
     width: 100%;
    }
    .rental .rentalList li:nth-child(1){
        width: 45%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(2){
        width: 48%;
        float: left;
    }
    .rental .rentalList li:nth-child(3){
        width: 45%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(4){
        width: 48%;
        float: left;
    }
    .rental .rentalList li:nth-child(5){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(6){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(7){
        width: 100%;
        float: left;
    }
    .rental ul li select {
        padding: 3px 0px 0 0;
        margin: 3px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        font-style: bold;
        font-weight: bold;
        width: 212px;
        text-indent: 20px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 1100px){
    .locationPageContent {
        max-width: 94%;
        margin: 0 auto;
    }
    .locationHeader h1{
        font-size: 28px;
    }
    .locationMap {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .locationMap img {
        width: 100%;
    }
    .rental {
        width: 100%;
    }
    .rentalCarContent {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }
    .hoursOfOperation {
        width: 50%;
    }
    .rentalCarInfo {
        width: 100%;
    }
    .rental .rentalList li:nth-child(1){
        width: 47%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(2){
        width: 48%;
        float: left;
    }
    .rental .rentalList li:nth-child(3){
        width: 47%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(4){
        width: 48%;
        float: left;
    }
    .rental .rentalList li:nth-child(5){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(6){
        width: 100%;
        float: left;
    }
    .rental .rentalList li:nth-child(7){
        width: 100%;
        float: left;
    }
    .rental .BLK_PTL ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 528px;
    }
    .rental .BLK_RTL ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 528px;
    }
    .rental ul li select {
        padding: 3px 0px 0 0;
        margin: 3px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        font-style: bold;
        font-weight: bold;
        width: 244px;
        text-indent: 20px;
    }
    .BLK_RTD ul {
        display: flex;
        flex-direction: row;
        justify-content: unset; 
        gap: 10px;
    }
    .BLK_PTD ul {
        display: flex;
        flex-direction: row;
        justify-content: unset; 
        gap: 10px;
    }
    /*.BLK_RTD input[type=text]{*/
    /*    width:119px !important;*/
    /*}*/
    /*.BLK_PTD input[type=text]{*/
    /*    width:119px !important;*/
    /*}*/
    .BLK_PRC{
        float: left;
        width: 536px;
    }
    .BLK_PDT {
        float: left;
        width: 46%;
     }
    input[name="search"] {
        cursor: pointer;
        height: 40.15px;
        border-radius: 5px;
        background: #00B4F1;
        color: white;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.05em;
        border: none;
        width: 536px;
    }
    .BLK_FLL ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        list-style: none;
        padding-left: 1px;
        color: #00B4F1;
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0;
        width: 100%;
    }
    .BLK_RTD {
        width: 54%;
        float: right;
    }
    .rental form[name="reservation"]{
        width: 617px;
    }
}
@media only screen and (min-width:1101px) and (max-width:1280px) {
    .locationPageContent {
        max-width: 89%;
        margin: 0 auto;
    }
    .rentalCarInfo {
        width: 65%;
    }
    .hoursOfOperation {
        width: 33%;
    }
    .rental .rentalList li:nth-child(1){
        width: 44%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(2){
        width: 45%;
        float: left;
    }
    .rental .rentalList li:nth-child(3){
        width: 44%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(4){
        width: 45%;
        float: left;
    }
    .rental .rentalList li:nth-child(5){
        width: 97%;
        float: left;
    }
    .rental .rentalList li:nth-child(6){
        width: 97%;
        float: left;
    }
    .rental .rentalList li:nth-child(7){
        width: 97%;
        float: left;
    } 
    .rental ul li select {
        padding: 3px 0px 0 0;
        margin: 3px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        font-style: bold;
        font-weight: bold;
        width: 185px;
        text-indent: 20px;
    }
    .rental .BLK_PTL ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }
}

@media only screen and (min-width:1281px) and (max-width:1419px) {
    .locationPageContent {
        max-width: 1205px;
        margin: 0 auto;
    }
    .rental .rentalList li:nth-child(1){
        width: 44%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(2){
        width: 46%;
        float: left;
    }
    .rental .rentalList li:nth-child(3){
        width: 44%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(4){
        width: 46%;
        float: left;
    }
    .rental .rentalList li:nth-child(5){
        width: 97%;
        float: left;
    }
    .rental .rentalList li:nth-child(6){
        width: 97%;
        float: left;
    }
    .rental .rentalList li:nth-child(7){
        width: 97%;
        float: left;
    }
}

@media only screen and (min-width:1420px) and (max-width:1579px){
    .locationPageContent {
        max-width: 1355px;
        margin: 0 auto;
    }
    .rental .rentalList li:nth-child(1){
        width: 44%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(2){
        width: 46%;
        float: left;
    }
    .rental .rentalList li:nth-child(3){
        width: 44%;
        float: left;
        margin-right: 28px;
    }
    .rental .rentalList li:nth-child(4){
        width: 46%;
        float: left;
    }
    .rental .rentalList li:nth-child(5){
        width: 97%;
        float: left;
    }
    .rental .rentalList li:nth-child(6){
        width: 97%;
        float: left;
    }
    .rental .rentalList li:nth-child(7){
        width: 97%;
        float: left;
    }
    .rental ul li select {
        padding: 3px 0px 0 0;
        margin: 3px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        font-style: bold;
        font-weight: bold;
        width: 245px;
        text-indent: 20px;
   }
}
@media only screen and (min-width:1580px){
    .rental ul li select {
        padding: 3px 0px 0 0;
        margin: 3px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        font-style: bold;
        font-weight: bold;
        width: 260px;
        text-indent: 20px;
   }
}

