
.rentalForm .reservationForm ul li input[type=text]{
    height: 19px;
}
.generalPolicies h1{
    font-size: 2em;
    padding-bottom: 20px;
}
.policiesList li{
     margin-bottom: 10px;
}
.policiesList li .policy-content{
    font-size: 14px;
    text-align: justify;
    padding: 7px 0;
    line-height: 18px;
}
.LocSpecificPolicies h1{
    font-size: 2em;
    padding-bottom: 20px;
}
.termsAndConditions {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 15px 10px 15px;
    background: #fff;
    height: auto;
    width: 700px;
    border-radius: 10px;
    z-index: 999;
}

.closeRTNC:hover {
    cursor: pointer;
}
.termsAndConditionsAgree {
    background: #f2f2f2;
    font-size: 14px;
    color: #484848;
    overflow-y: scroll;
}

.genPol {
    margin-top: -10px;
}

.lcPolicy_open {
    color: var(--interactive-color);
    ;
    font-size: 14px;
    /* padding-left: 5px; */
    cursor: pointer;
}

.lcQalReq_open {
    color: var(--interactive-color);
    ;
    font-size: 14px;
    cursor: pointer;
    /* padding-left: 5px; */
}

.termsAndConditionsOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the alpha (4th value) to control transparency */
    z-index: 1;
}

input[name="submitRental"] {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    background: #9F9F9F;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
}

.LocSpecificPolicies {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0.6em;
    padding: 0 !important;
}
.generalPolicies {
    padding: 0;
    border-radius: 5px;
    margin-top: 120px;
    margin-top: 120px;
}
.generalPolicies  > div{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0.6em;
}
.generalPolicies .policyClipart,.LocSpecificPolicies .policyClipart{
    width: 25%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}
.generalPolicies .policyContent,.LocSpecificPolicies .policyContent{
    width: 75%;
    padding: 0 25px 0 25px;
    /*max-height: 760px;*/
    overflow-y: auto;
    margin-bottom: 25px;
    font-size: 15px;
    margin-top: 25px;
    height: calc(100vh - 260px);
}
.generalPolicies ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.generalPolicies .policyContent ol li::marker {
    font-weight: bold;
}
.captcha {
    margin-top: -40px;
    float: right;
}

.subBtn {
    margin-top: 20px;
}

.agreeTerms {
    font-size: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
    .generalPolicies .policyClipart,.LocSpecificPolicies .policyClipart{
        display: none;
    }
    .generalPolicies .policyContent,.LocSpecificPolicies .policyContent {
        width: 100%;
        height: unset;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .generalPolicies .policyClipart,.LocSpecificPolicies .policyClipart{
        width: 30%;
    }
    .generalPolicies .policyContent ,.LocSpecificPolicies .policyContent{
           width: 70%;
    }
    .generalPolicies {
        margin-top: 80px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
    .termsAndConditions {
        height: auto !important;
        width: 215px !important;
        font-size: 12px !important;
    }

    .termsAndConditions h3 {
        font-size: 1em !important;
        padding: 0;
    }

    .termsAndConditionsAgree {
        height: 200px;
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;
        font-size: 12px !important;

    }

    .lcPolicy_open {
        font-size: 12px !important;
    }

    .lcQalReq_open {
        font-size: 12px !important;

    }

    .captcha {
        margin-top: 10px;
        float: none;
    }

    .captcha img {
        height: 30px !important;
        width: 150px !important;
    }

    .agreeTerms {
        font-size: 12px !important;
    }

    .subBtn {
        margin-top: 15px;
    }

    .subBtn input[name=submitRental] {
        width: 150px !important;
        font-size: 13px !important;
        height: 30px !important;
    }
    .wrapper{
        max-width: 87% !important;
    }
}

@media only screen and (min-width: 351px) and (max-width: 450px) {
    .termsAndConditions {
        height: auto !important;
        width: 290px !important;
    }
    .wrapper{
        max-width: 87% !important;
        margin :0px auto;
        padding-bottom:70px;
    }
    .termsAndConditions h3 {
        padding: 0;
    }

    .termsAndConditionsAgree {
        height: 200px;
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;


    }

    .genPol {
        margin-top: -15px !important;
        ;
    }

    .captcha {
        margin-top: 10px;
        float: none;
    }

    .captcha img {
        height: 30px !important;
        width: 160px !important;
    }

    .subBtn {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 550px) {
    .termsAndConditions {
        height: auto !important;
        width: 385px !important;
    }

    .termsAndConditions h3 {
        padding: 0;
    }

    .termsAndConditionsAgree {
        height: 200px;
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;


    }

    .genPol {
        margin-top: -15px !important;
        ;
    }

    .captcha {
        margin-top: 10px;
        float: none;
    }
    .wrapper{
        max-width: 87% !important;
        margin: -5px auto;
    }
}

@media only screen and (min-width: 551px) and (max-width: 650px) {
    .termsAndConditions {
        height: auto !important;
        width: 485px !important;
    }

    .termsAndConditions h3 {
        padding: 0;
    }
    .wrapper{
        max-width: 87% !important;
        margin: -30px auto;
    }
    .termsAndConditionsAgree {
        height: 200px;
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;
    }

    .genPol {
        margin-top: -15px !important;
        ;
    }
}

@media only screen and (min-width: 651px) and (max-width: 750px) {
    .termsAndConditions {
        height: auto !important;
        width: 600px !important;
    }

    .termsAndConditions h3 {
        padding: 0;
    }

    .termsAndConditionsAgree {
        height: 265px;
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;
    }

    .genPol {
        margin-top: -15px !important;
        ;
    }
    .generalPolicies {
        margin-top: 60px;
    }
    /* .captcha{
        margin-top: 10px;
        float: none;
    } */

    /* .subBtn{
        margin-top: 15px;
    } */
    /* .subBtn input[name=submitRental]{
        width: 150px!important;
        font-size: 13px!important;
        height: 30px!important;
    } */
}

@media only screen and (min-width: 751px) and (max-width: 850px) {
    .termsAndConditions {
        height: auto !important;
        width: 650px !important;
    }

    .termsAndConditions h3 {
        padding: 0;
    }

    .termsAndConditionsAgree {
        height: 265px;
        overflow-y: scroll;
        padding: 0px 10px 0px 10px;
    }

    .genPol {
        margin-top: -15px !important;
        ;
    }

    /* .captcha{
        margin-top: 10px;
        float: none;
    } */

    /* .subBtn{
        margin-top: 15px;
    } */

}