/* header{
    display: none;
}*/
h1{
    font-size: 1.17em;
    padding: 1em 0;
}
.policiesList li{
     margin-bottom: 10px;
}
.policiesList li .policy-content{
    font-size: 13px;
    text-align: justify;
    padding: 7px 0;
    line-height: 18px;
}
.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: #00B4F1;
    ;
    font-size: 14px;
    /* padding-left: 5px; */
    cursor: pointer;
}

.lcQalReq_open {
    color: #00B4F1;
    ;
    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 {
    width: 50%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto;
    height: 100vh;
    overflow-y: auto;
}
.generalPolicies {
    /*width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    /*height: 100vh;
    overflow-y: scroll;*/
}

.generalPolicies ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.captcha {
    margin-top: -40px;
    float: right;
}

.subBtn {
    margin-top: 20px;
}

.agreeTerms {
    font-size: 14px;
}


@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;
    }
    .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;
    }
}

@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;
    }
    .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;
        ;
    }

    /* .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;
    } */

}