
  
  
/*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: 30px;*/
    /*margin-bottom: 10px;*/
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    
}
.locationPageContent .heading h1, .locationPageContent .heading h2, .locationPageContent .heading h3{
    line-height:30px;
}
.locationPageContent .heading h2{
    color: var(--interactive-color);
    margin: 0;
    font-size: 1.5em;
}
.locationPageContent .heading h3{
    color:  var(--interactive-color);
    margin: 0;
    font-size: 1.2em;
}
.locationPageContent .heading h3.locPhone{
    display: flex;
    gap: 10px;
}

/*.locationPageContent .heading .locAddress{*/
/*    margin: 0;*/
/*    font-size: 1.2em;*/
/*    display: flex;*/
/*    gap: 10px;*/
/*}*/

.locationPageContent .heading h3 > a .gicons{
    float: left;
    color: var(--interactive-color);
    opacity: 1;
    font-size: 1.2em;
    line-height: 30px;
    /*margin-right: 5px;*/
}

.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:  var(--interactive-color);
    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: center;
    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;
    min-height: 420px;
    padding:10px;
}
.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;
}

.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;
}
.hoursOfOperation input[name="rentalPolicy"], .hoursOfOperation input[name="faqs"]  {
    margin: 5px 0;
    width: 100% !important;
}

.findLocation{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding-left: 1px;
    color:  var(--interactive-color);
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0;
    width: 97%;
}
.rentalCarContent{
    /*display: flex;*/
    /*flex-direction: row-reverse;*/
    width: 100%;
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
}
.rentalCarInfo{
    width: 68%;
}
.rentalCarInfo div > li{
        margin-left: 15px;
}


.hoursOfOperation{
    width: 30%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 5px;
}
.hoursOfOperation h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;

}
.rentalCarInfo h3{
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
        margin: 10px 0;
    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;
       margin: 15px 0;
}
.hoursOfOperation ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
}
.locationPageContent{
    max-width: 1500px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px!important;
    margin-bottom: 60px ! important;
    
}
#locMap{flex-basis:calc(65% - 10px);height:auto;}
.reservationForm{flex-basis:calc(35% - 10px);}

@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%;
        box-sizing: border-box;
    }
    .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%;
        box-sizing: border-box;
    }
    .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: 95%;
        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: 100%;
    }
    .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%;
     }
    .BLK_FLL ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        list-style: none;
        padding-left: 1px;
        color:  var(--interactive-color);
        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: 90%;
        margin: 0 auto;
    }
    .rentalCarInfo {
        width: 65%;
    }
    .hoursOfOperation {
        width: 32%;
    }
    .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: 1220px;
        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: 1370px;
        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;
   }
}

/*faq page css*/
.locationContent .faqSection{
    min-height: 320px !important;
}
.locationContent .faqImage{
        text-align: center;
}
.faqSection ol{
    width: calc(100% - 20px);
    padding-left: 19px;
}
.faqSection ol > li{
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.faqSection .faqQ{
    font-size: 1.1em;
    width: 95%;
}
.faqSection .giconsDiv{
    float: right;
    background: #0000001A;
    border-radius: 10px;
    width: 30px;
    display: flex;
    height: 30px;
}
.faqSection .gicons{
    margin: auto;
    font-weight: normal;
}
.faqSection .faqA{
    padding-top: 15px;
}

